Server issues. Help please

computervitals

New Member
I installed Xcache and upgraded the software on my VPS.
I'm not having some errors.
Here they are.

When I run php -v
Code:
root@ns1 [/usr/local/lib/php]# php -v
/dev/zero: No space left on device
Failed creating file mappping
PHP 5.2.6 (cli) (built: May 28 2008 18:11:01)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
    with XCache v1.2.2, Copyright (c) 2005-2007, by mOo
Segmentation fault (core dumped)
root@ns1 [/usr/local/lib/php]#

There is a line in the XCAche are of the php.ini that relates to the dev/zero.


And when I run
service httpd restart
Code:
root@ns1 [/usr/local/lib/php]# service httpd restart
[Sun Jun 01 00:56:19 2008] [error] VirtualHost 65.99.235.66:0 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
root@ns1 [/usr/local/lib/php]#

I upgraded php, cpanel, mysql and apache
 
If your web server is down, I would certainly submit a ticket to get a response within minutes. I'm sure someone will help you here though, just if it's an "emergency" I wouldn't be waiting here.

Regards,
 
No it's not down.

I have fixed the errors when running php -v I had to change the directory path of the dev/zero to /temp/xcache
my php -v looks like this now:
Code:
[EMAIL="root@ns1"]root@ns1[/EMAIL] [/usr/local/src/xcache-1.2.2]# php -v
PHP 5.2.6 (cli) (built: May 28 2008 18:11:01)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
    with XCache v1.2.2, Copyright (c) 2005-2007, by mOo
[EMAIL="root@ns1"]root@ns1[/EMAIL] [/usr/local/src/xcache-1.2.2]#

Just leaves the httpd restart
 
No it's not down.

I have fixed the errors when running php -v I had to change the directory path of the dev/zero to /temp/xcache
my php -v looks like this now:
Code:
root@ns1 [/usr/local/src/xcache-1.2.2]# php -v
PHP 5.2.6 (cli) (built: May 28 2008 18:11:01)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
    with XCache v1.2.2, Copyright (c) 2005-2007, by mOo
root@ns1 [/usr/local/src/xcache-1.2.2]#
Just leaves the httpd restart

Glad to hear. Some people here seem to think that these forums are a means to get immediate "emergency" support, so I just wanted to make sure you weren't left hanging ;)

Regards,
 
Top