/tmp Create/write LINUX

Jun 21, 2009

when i am trying to use php my admin i am getting

#1 - Can't create/write to file '/tmp/#sql_bba_0.MYI' (Errcode: 30)

when i am trying to delete a file from /tmp i am getting
rm: cannot remove `sess_***': Read-only file system

i have Linux box with cpanel,

View 6 Replies


ADVERTISEMENT

How NOT To Require CHMOD 755 Permissions To Create, Write And Delete Files On Linux

Dec 30, 2008

On my previous server and on some other hosts, I was able to write to files (for example with PHP) without having to chmod the files first.

Now I cannot, and files are required to be chmoded properly so I can write to them.

I cannot even touch() a file with PHP.

Is there any way to have this permissions removed?

I don't want to chmod the all thing, all I want is to change the configurations so I can fwrite() or file_put_contents() normally.

I's a dedicated un-managed server, so basically any advanced configurations can be done.

View 8 Replies View Related

MySQL Error: Can't Create/write To File '/dev/shm/MYxQT8lz'

May 19, 2008

one of my site shows this error

MySQL Error: Can't create/write to file '/dev/shm/MYxQT8lz'

I checked space on the server is still 25 GB free,

View 1 Replies View Related

Plesk 12.x / Linux :: Backup Does Not Write Dump To FTP Repository

Oct 24, 2014

Beginning with today, all Backups to FTP repository failed. Even updates being started manually fail.

FTP Space is not full, there are still app. 400GB free space left.

I was also able to do a ftp upload on terminal using ftp client.

Server is accessible, credentials are right, but backup fails.

Why backup stops working after having done login.

This are the last few lines of the current psadump.log (removed server url and username):

[2014-10-24 13:38:46.754|17907] INFO: Repository 'ftps://[XXX]//as/': Initializing...
[2014-10-24 13:38:46.754|17907] INFO: Transport: Get repository transport ftps://[XXX]//as/
[2014-10-24 13:38:46.754|17907] INFO: Transport: Init credentials for user '[XXX]'
[2014-10-24 13:38:46.756|17907] INFO: Repository 'ftps://[XXX]//as/': Initialized
[2014-10-24 13:38:46.758|17907] INFO: pmm-ras finished. Exit code: 1
==============================

View 10 Replies View Related

Plesk 12.x / Linux :: Write Recursive Rights On Files / Folders

Feb 20, 2015

I have a concern during the installation of PrestaShop. I created a subdomain through Plesk, put my files on my server via FTP. During installation of PrestaShop, I have a problem:

Recursive write permissions for the Apache user on the ~ / config /

My user is "NOWIS" and my group is "psacln" ....

I think the user "NOWIS" has no rights as "Apache" ....

View 3 Replies View Related

Plesk 12.x / Linux :: PHP Message - Failed To Write Session Data

Jan 26, 2015

I just discovered there is seperate error log for php-fpm and since only 1 site is running fully nginx, the log is full with this error:

"NOTICE: PHP message: PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0"

I've checked and the path is correct....

View 2 Replies View Related

Plesk 11.x / Linux :: Python Permissions To Write Files In Another Web Space On Same Server

May 15, 2014

I have a python script that generates images and is able to write them into a directory on the same web space

However, I would like the same script to write files into another directory located in the web space of another domain on the same server.

For example, script lives here...
/var/www/vhosts/domain1.com/httpdocs/scripts/myscript.py

this works...
/var/www/vhosts/domain1.com/httpdocs/scripts/images/

this fails...
/var/www/vhosts/domain2.com/httpdocs/web/images/

The directory structure already exists, so there is no need to create any new directories

I have tried setting permissions for the destination "images" directory to 777 and that didn't work.

Do I need to specify something within Plesk to enable it to write to another directory?

View 6 Replies View Related

Plesk 12.x / Linux :: Upgrade 10.4.4 - Postfix Queue File Write Error

Jan 29, 2015

I just upgraded our Plesk 10.4.4 to 12.0.18 (on Ubuntu 10.04, about to be upgraded to 12.04). Now I get the dreaded 'queue file write error' in postfix on message delivery.

It tries to open /usr/lib/plesk-9.0/postfix-queue (which is not there) in this block in master.cf:

Code:

plesk_virtual unix - n n - - pipe flags=DORhu user=popuser:popuser argv=/usr/lib/plesk-9.0/postfix-local -f ${sender} -d ${recipient} -p /var/qmail/mailnames
127.0.0.1:10025 inet n n n - - spawn user=mhandlers-user argv=/usr/lib/plesk-9.0/postfix-queue 127.0.0.1 10027 before-queue
127.0.0.1:10026 inet n - - - - smtpd -o smtpd_client_restrictions= -o smtpd_helo_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,reject -o smtpd_data_restrictions= -o receive_override_options=no_unknown_recipient_checks
127.0.0.1:10027 inet n n n - - spawn user=mhandlers-user argv=/usr/lib/plesk-9.0/postfix-queue 127.0.0.1 10026 before-remote
plesk_saslauthd unix y y y - 1 plesk_saslauthd status=5 listen=6 dbpath=/plesk/passwd.db

And on top of that, If disable all the milters/proxy and just try to deliver to plesk_virtual directly, the e-mail just disappears. Postfix thinks it was delivered, but it is not.

I also tried piping some text through /usr/lib/plesk-9.0/postfix-local with the same parameters postfix gives it, but also then nothing. No error, no exit code, no message in maildir.

There are a bunch of fixes around for the queue file write error, but nothing works because the nature of my problem is different. There is a KB article around for Plesk 9, which can hardly be useful.

I tried restoring postfix-queue from the backups, but if I try to use that, the mail.log eventually says:

Code:

Jan 30 01:20:00 ytechosting /usr/lib/plesk-9.0/psa-pc-remote[6621]: Message aborted.

I also used /usr/local/psa/admin/sbin/mchk to no avail: the only change it makes to my master.cf, is adding an empty line. And, I suspect it uninstalled my psa-courier, because it was gone at some point, and mchk was the only thing I did after knowing courier was still there.

How can the postfix config refer to that postfix-queue when it's not there? Is this even a valid master.cf file for Plesk 12?

View 13 Replies View Related

VPS Providers! What's Your Take On "write Back" & "write Through"

Oct 9, 2009

I recently worked on an issue involving a severe performance issue between "write back" and "write through" caching on the RAID/HD.

Long story short, we purchased 12 IBM x3550 M2s came with LSI SAS1068E/SR-BR10i (gimp redheaded stepchild of the MR series. No BBU, no onboard DIMM.) RAID controller and had very bad and inconsistent write throughput with it. Sometimes it writes out 300-400MB/s (dd test, I know... don't flame. I know dd is NOT a good test.), somethings as low as 30MB/s. The server is configured with 2.5" SATA 500GB on HW RAID-1.

From dmesg log it was default to "write through" on sda. I figured out via lsiutil, you can set the drives to "write back". Once we did that, the write performance is more consistent. NOTE, this enables write back on the SATA drives, NOT the controller itself.

I loop out lspci on all our VPS servers. Found out those with LSI (SAS 8344ELP) cards have sda set to "write through w/ FUA". Those are already all RAID-10s, and I have not heard a single complaint from any customer stating poor I/O performance.

I believe the 8344ELP do have a BBU, I can double-check with DC. The DC is on UPS as well. So that rules out the shortcomings of enabling write back caching.

I want to ask those of you using Xen (3.3 & 3.4). Do you guys have better I/O performance with "write back" or "write through" caching? I'm actually looking for real world results. Where you guys actually deployed production VPS server with clients on it.

View 0 Replies View Related

Plesk 12.x / Linux :: How To Create DNS (NS) For Domain

Feb 24, 2015

How I create DNS in Plesk for a domain?

Dedicate server from server4you with centos.

There is some problem with my email and developer tell me this yesterday:

To view DNS records for a domain you need to (after loging in as admin) click on the domain name, then choose DNS Settings. Mx record is configured correctly there, but they are not taken into consideration.

You should change the nameservers from the registrar to the nameservers of your hosting. Right now the following are used: ns-canada.topdns.com. hostmaster.topdns.com .

They should be either the nameservers received from the hostings, or if you did not received any then you will have to create them, on the registrar side and on your hosting side.

So you should go to your registrar and change the nameservers for your domain. Do not just change the ip for the main A record. After you do this you will need to wait a while for the changes to propagate.

On my registrar have i set in my server ip but when him do a test here: [URL] ....

View 1 Replies View Related

Plesk 12.x / Linux :: Cannot Create New Domain

Oct 30, 2014

Error: IP addresses for mail service of domain <domain> are not set..This is error I'm getting. It was working some time ago, but now I cannot create new domain.

View 19 Replies View Related

Create Private Proxy Server On VPS (Linux)

May 8, 2007

I'd like to make a private proxy server on a Linux VPS. That way, I can use the VPS's IP address when surfing (I would configure it as a proxy in my local browser). What software would I need for that, and how do I allow only access *from* my local computer's IP address. And can this also be done for non-HTTP traffic?

View 8 Replies View Related

Plesk 12.x / Linux :: How To Create Two Backup Tasks

Nov 6, 2014

I see I can only create a single backup task in plesk, server self repository or ftp repository.

My idea is duplicate backups inside and outside of my vps, I mean, I want to create a backup task in my vps and in my own ftp server.

It is possible?

View 3 Replies View Related

Plesk 12.x / Linux :: Unable To Create Notification

Aug 8, 2014

When i go to tools & setings -> notifications, i have this message:

Error: Unable to create notification: Unable to create Note object: Note: unable to select: no such row in the table.

View 1 Replies View Related

Plesk 11.x / Linux :: How To Create FTP User Read-only

May 28, 2015

How can I create an FTP user read-only in plesk 11.5?

View 1 Replies View Related

Plesk 11.x / Linux :: Web Server Settings Create New Folder

Oct 30, 2013

* Go to "Web Server Settings" add text to "Additional directives for HTTP" and press button "Ok".
* Go to "Document root" folder of your domain and now you have a new folder "/cgi-bin/test" with file "test.cgi":

Code:
#!/usr/bin/perl
print <<HTML;
Content-type: text/html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

[Code] ....

View 13 Replies View Related

Plesk 12.x / Linux :: How To Create Custom Application Template

Jun 23, 2015

Plesk Applications Installer. I wish to create my own WordPress template (with preinstalled plugins/themes) for my customers.

Is there an easy way to do this (or anyway to do this)?

View 3 Replies View Related

Plesk 12.x / Linux :: 12.0.18 - How To Set Permissions To 770 By Default When Create Vhost

Oct 5, 2014

When a customer use the wordpress auto installation tool, all work ok.

But, when the customer try to install wordpress manually (Uploading by FTP), it returns different permissions errors.

Example: "wp-config.php" cant write .

I compared the permissions of both vhosts (WP-Auto-install and WP-Manually-Install), and have totally different permissions.

WP-Auto-installed : /httpdocs = 770
WP-Manually : /httpdocs = 750

How I can set permissions to 770 by default when create a vhost? to avoid the customer having to do it manually.

View 4 Replies View Related

Plesk 12.x / Linux :: Unable To Create MX Record (Route53)

Jan 2, 2015

A customer wanted me to install the Google Apps MX records. However, it seems that they are not being created in Route53, at all.

Also if I delete the existing MX reccord the change does not reflect to Route53. Try to replicate?

Fact is that you've put this module in the catalog and would get in touch with you guys to tweak it to perfection as I think it can be a real USP for small hosters like me as this utilises the power of Amazons giant network yet you only have one server to take care of for all your regular hosting.

View 2 Replies View Related

Plesk 12.x / Linux :: API Create Subscription Mail Settings

Nov 13, 2014

When creating a new subscription via the API (Plesk 12) is there a way to specify the Mail settings? More importantly is there a way to turn off Mail when setting up a new subscription? Each time I create a subscription via the API Plesk spits out the following error:

Code:
New configuration files for the Apache web server were not created due to the errors in configuration templates: Template processing failed: file = /usr/local/psa/admin/conf/templates/default/domainWebmail.php, error = Template_Exception: Empty content was provided for config file /etc/httpd/conf/plesk.conf.d/webmails/horde/demon3zxc.e-worksmedia.com_webmail.conf file: /usr/local/psa/admin/plib/Template/Writer/Webserver/Abstract.php line: 47 code: 0.

Here's an example of the request I'm sending:

Code:

<packet version="1.6.3.0">
<webspace>
<add>
<gen_setup>
<name>{{domain}}</name>
<ip_address>{{ip_address}}</ip_address>

[Code] .....

View 2 Replies View Related

Plesk 12.x / Linux :: Can't Create Sieve Filter Within Horde

Sep 30, 2014

I want to create a Sieve filter for my email account using the Webmail interface of Horde.When I save a script at /ingo/basic.php?page=filters I get the following error message:Please note: My system language is German. See my translation of the German error messages within braces.

Code:

Skript nicht aktualisiert ("Script not updated"): exception 'Ingo_Exception' with message 'Beim Aktivieren des Skripts ist ein Fehler aufgetreten.
Fehlermeldung des Treibers ("Error while activating the script. Error message of the driver"): exception 'Ingo_Exception' with message
'Verbindungsaufbau abgelehnt' ("Connection refused") in /usr/share/psa-horde/ingo/lib/Transport/Timsieved.php:87

[code]...

Is there a way to modify / create Sieve filters without Horde?

View 3 Replies View Related

Plesk 12.x / Linux :: Create / Delete Domain Hangs

Jul 12, 2015

This happens when I try to add a new domain or when I am trying to remove a domain. It just hangs, the browser says waiting on server while plesk just hangs. This is a fresh new install of Plesk 12 as well. I added a bunch of new domains tonight. No crazy changes or anything to plesk. I have found nothing so far in my search.

View 1 Replies View Related

Plesk 12.x / Linux :: How To Create Backup And Restore Per Hosting

Aug 15, 2014

How can i create backup and restore per subscriptions or customer ?

View 1 Replies View Related

Plesk 12.x / Linux :: Can't Create Customers / Domains / Subscriptions

Jan 22, 2015

Any time I attempt to create a customer, subscription, domain, anything I get the error "The password should be between 5 and 20 characters in length.". The password is exactly like that. On some pages it gives an error to the username I chose and the error just explains what a username is (??)....

The only actual error I've seen is one from creating an account via the command line. It was a PHP error relating to a function having issues with the encoding or something. (I think this is only relating to sending feedback though?)

Error occurred while sending feedback. HTTP code returned: 502 PHP Notice: iconv(): Wrong charset, conversion from `ISO-8859-1' to `UTF-8//TRANSLIT' is not allowed; File: /usr/local/psa/admin/plib/api-common/cu.php, Line: 599

Error occurred while sending feedback. HTTP code returned: 502 PHP Notice: iconv(): Wrong charset, conversion from `ISO-8859-1' to `UTF-8' is not allowed; File: /usr/local/psa/admin/plib/api-common/cu.php, Line: 597​..I've tried OpenSuSE 12.3 with Plesk 11.5 and 12 and I'm now on OpenSuSE 13.1 with the latest Plesk 12.

View 3 Replies View Related

Plesk 12.x / Linux :: Can't Create New Domain In Existing Subscription

Jan 31, 2015

Since about a week, we've been having trouble creating new domains in an existing subscription, we always get this error message:

Error: mailmng-outgoing failed: ERRORutgoing:domains.subscription_id may not be NULL

We tried the suggested fix in the KB [URL] .... but we get this output:

# /usr/local/psa/admin/sbin/mchk
==> Checking for: mailsrv_conf_init... ok
==> Checking for: mail_handlers_init... ok
==> Checking for: mailsrv_entities_dump... ok
==> Checking for: mail_admin_aliases... ok
==> Checking for: mail_auth_dump... ok
==> Checking for: mailman_lists_dump... ok

[Code] .....

View 4 Replies View Related

Plesk 12.x / Linux :: Create New Domain In Existing Subscription

Aug 23, 2014

I have a problem in PLESK.I want to create in an existing subscription a second domain to host another site (this subscription already contains a domain).Clicking CREATE DOMAIN (in the subscription), here's the error message I get: IP addresses of domain for email services are not set (thus the domain can not be created).

View 3 Replies View Related

Plesk 12.x / Linux :: Unable To Create New Database User

Jun 22, 2015

Connection to the database server failed: Unknown column 'plugin' in 'mysql.user'

View 1 Replies View Related

Plesk 11.x / Linux :: Unable To Create IMAP Folder

Mar 5, 2013

I saw that Plesk 11 doesn't create IMAP folder like sent items, deleted items or draft, junk etc. Is possible to fix this problem?

View 15 Replies View Related

Create A Zend Id For Your Machine. This Is Apparently For Them To Create A Product Key For Their Software

Aug 7, 2008

Customer has requested the following:

"Create a zend id for your machine." This is apparently for them to create a product key for their software and have to bind to it?!

I have never heard of this and have been unable to locate any information on it.

This is a Centos box with php 5.2.5 installed:
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
with Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend Technologies

how to go about this or even what this is?

View 2 Replies View Related

Plesk 12.x / Linux :: Create Webpage Where Users Can Make SRV Record

Nov 11, 2014

I want to create a webpage where users can make a SRV record. I thought this is possible with the Plesk API but i dont have any expierance with the API. How to create it?

View 3 Replies View Related

Plesk 12.x / Linux :: API Create Subdomain Errors And Missing Nodes

Nov 6, 2014

I'm trying to create a subdomain using API but get this as the response:

[result] => Array
(
[status] => error
[errcode] => 1002
[errtext] => ProtDir_Apache::update() failed: Unable to create user protection directory:Service node is unknown for sysuser with id=0

[code]....

how do you set the hosting type for the subdomain?! I don't see this in the docs.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved