Re: [PHP] Problem: Failed to write session data (lack of resources?)

2004-01-26 Thread Louie Miranda
to BAO:
I have a lot of disk-space.

to Tom:
Yes, permission is ok.

Btw, php rans on Mac OS X 10.1, i was wondering if any of you encountered
any problems similar to mine? Im not a newbie so dont tell me to do df and
check permissions. But i did re-check it in case their is some problems,
still. Im open to all possible solutions.

I hope someone from the list can enlighten me on my problem.

-- -
Louie Miranda
http://www.axishift.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Problem: Failed to write session data (lack of resources?)

2004-01-25 Thread Louie Miranda
[Mon Jan 26 07:42:56 2004] [error] PHP Warning:  Failed to write session
data (files). Please verify that the current setting of session.save_path is
correct (/tmp) in Unknown on line 0
[Mon Jan 26 07:43:25 2004] [error] PHP Warning:
open(/tmp/sess_ce957a6f5c094441fbf7197aa683dec1, O_RDWR) failed: No space
left on device (28) in /www/bcard/us/preview.php on line 50
[Mon Jan 26 07:43:25 2004] [error] PHP Warning:
open(/tmp/sess_ce957a6f5c094441fbf7197aa683dec1, O_RDWR) failed: No space
left on device (28) in Unknown on line 0

can anyone explain what can i do with this? this always happen, btw, on some
of my php pages i always have sessions.


-- -
Louie Miranda
http://www.axishift.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Problem: Failed to write session data (lack of resources?)

2004-01-25 Thread Mike Migurski
open(/tmp/sess_ce957a6f5c094441fbf7197aa683dec1, O_RDWR) failed: No space
left on device (28) in Unknown on line 0

can anyone explain what can i do with this? this always happen, btw, on
some of my php pages i always have sessions.

Sounds like you're out of room on whatever drive /tmp is mapped to.

-
michal migurski- contact info and pgp key:
sf/cahttp://mike.teczno.com/contact.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Problem: Failed to write session data (lack of resources?)

2004-01-25 Thread Louie Miranda
actually /tmp is under /root and it contains 10G of space free still.
What could be wrong here? Is it im loosing hardware resources, etc?

-- -
Louie Miranda
http://www.axishift.com


- Original Message -
From: Mike Migurski [EMAIL PROTECTED]
To: Louie Miranda [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, January 26, 2004 9:23 AM
Subject: Re: [PHP] Problem: Failed to write session data (lack of
resources?)


 open(/tmp/sess_ce957a6f5c094441fbf7197aa683dec1, O_RDWR) failed: No space
 left on device (28) in Unknown on line 0
 
 can anyone explain what can i do with this? this always happen, btw, on
 some of my php pages i always have sessions.

 Sounds like you're out of room on whatever drive /tmp is mapped to.

 -
 michal migurski- contact info and pgp key:
 sf/cahttp://mike.teczno.com/contact.html

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Problem: Failed to write session data (lack of resources?)

2004-01-25 Thread Louie Miranda
i mean under /


-- -
Louie Miranda
http://www.axishift.com


- Original Message -
From: Louie Miranda [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 26, 2004 9:54 AM
Subject: Re: [PHP] Problem: Failed to write session data (lack of
resources?)


 actually /tmp is under /root and it contains 10G of space free still.
 What could be wrong here? Is it im loosing hardware resources, etc?

 -- -
 Louie Miranda
 http://www.axishift.com


 - Original Message -
 From: Mike Migurski [EMAIL PROTECTED]
 To: Louie Miranda [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Monday, January 26, 2004 9:23 AM
 Subject: Re: [PHP] Problem: Failed to write session data (lack of
 resources?)


  open(/tmp/sess_ce957a6f5c094441fbf7197aa683dec1, O_RDWR) failed: No
space
  left on device (28) in Unknown on line 0
  
  can anyone explain what can i do with this? this always happen, btw, on
  some of my php pages i always have sessions.
 
  Sounds like you're out of room on whatever drive /tmp is mapped to.
 
  -
  michal migurski- contact info and pgp key:
  sf/cahttp://mike.teczno.com/contact.html
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Problem: Failed to write session data (lack of resources?)

2004-01-25 Thread BAO RuiXian


Louie Miranda wrote:

i mean under /

 

Please use the unix command 'df' to see the disk drive usages for a list 
of your available disks and specially for the disk where /tmp is located.

Best

Bao

-- -
Louie Miranda
http://www.axishift.com
- Original Message -
From: Louie Miranda [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 26, 2004 9:54 AM
Subject: Re: [PHP] Problem: Failed to write session data (lack of
resources?)
 

actually /tmp is under /root and it contains 10G of space free still.
What could be wrong here? Is it im loosing hardware resources, etc?
-- -
Louie Miranda
http://www.axishift.com
- Original Message -
From: Mike Migurski [EMAIL PROTECTED]
To: Louie Miranda [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, January 26, 2004 9:23 AM
Subject: Re: [PHP] Problem: Failed to write session data (lack of
resources?)
   

open(/tmp/sess_ce957a6f5c094441fbf7197aa683dec1, O_RDWR) failed: No
   

space
 

left on device (28) in Unknown on line 0

can anyone explain what can i do with this? this always happen, btw, on
some of my php pages i always have sessions.
   

Sounds like you're out of room on whatever drive /tmp is mapped to.

 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Problem: Failed to write session data (lack of resources?)

2004-01-25 Thread Tom Rogers
Hi,

Monday, January 26, 2004, 10:21:59 AM, you wrote:
LM [Mon Jan 26 07:42:56 2004] [error] PHP Warning:  Failed to write session
LM data (files). Please verify that the current setting of session.save_path is
LM correct (/tmp) in Unknown on line 0
LM [Mon Jan 26 07:43:25 2004] [error] PHP Warning:
LM open(/tmp/sess_ce957a6f5c094441fbf7197aa683dec1, O_RDWR) failed: No space
LM left on device (28) in /www/bcard/us/preview.php on line 50
LM [Mon Jan 26 07:43:25 2004] [error] PHP Warning:
LM open(/tmp/sess_ce957a6f5c094441fbf7197aa683dec1, O_RDWR) failed: No space
LM left on device (28) in Unknown on line 0

LM can anyone explain what can i do with this? this always happen, btw, on some
LM of my php pages i always have sessions.


LM -- -
LM Louie Miranda
LM http://www.axishift.com


make sure your temp file permissions look like this

drwxrwxrwt2 root root0 Jan 25 23:00 tmp

-- 
regards,
Tom

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php