Cacti (home)ForumsRepositoryDocumentation
Cacti: offical forums and support  

 FAQFAQ   SearchSearch   MemberlistMemberlist    RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in    


Win2K Cacti Login Quetion:

 
Post new topic   Reply to topic    Cacti Forum Index -> Help: Windows Specific
Author Message
guest
Guest





PostPosted: Mon Apr 14, 2003 6:09 pm    Post subject: Win2K Cacti Login Quetion: Reply with quote

Hello,

I am currently using:
IIS 5.0
mysql-4.0.12-win
php-4.3.1-Win32
rrdtool-1.0.35.x86distr
cacti-0.6.8a.tar

I completed the installation process, but I was hoping someone could assist me with the following errors:

Warning: session_start() [function.session-start]: open(/tmp\sess_725461fc608e60e4137c2688ddbe7493, O_RDWR) failed: No such file or directory (2) in c:\inetpub\wwwroot\cacti\include\auth.php on line 30

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at c:\inetpub\wwwroot\cacti\include\auth.php:30) in c:\inetpub\wwwroot\cacti\include\auth.php on line 30

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at c:\inetpub\wwwroot\cacti\include\auth.php:30) in c:\inetpub\wwwroot\cacti\include\auth.php on line 30

Warning: Cannot modify header information - headers already sent by (output started at c:\inetpub\wwwroot\cacti\include\auth.php:30) in c:\inetpub\wwwroot\cacti\auth_login.php on line 87

Warning: Unknown(): open(/tmp\sess_725461fc608e60e4137c2688ddbe7493, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0

***END***

I am using NTFS and I have checked the security settings, but I'm not sure if I have completed this task properly??? I have assigned an I_USR_cacti to have both RW access to the log/ and rra/ subdir.

A response would be greatly appreciated.

Thanks,

Bdub
Back to top
guest
Guest





PostPosted: Mon Apr 14, 2003 6:40 pm    Post subject: RE: Issue Solved!!! Reply with quote

If you have ever encountered this situation here's what I did:

set the session.save_path in the php.ini to your temp directory (e.g. c:\winnt\temp). Otherwise php will crash when calling session_start()

Make sure you give your Internet user account (usually IUSR_MACHINENAME) "Modify" access to the session.save_path directory. Otherwise session_start() will silently - and oh, so slowly - fail.

above solutions provided by: http://www.php.net/manual/en/function.session-start.php



-Bdub
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Cacti Forum Index -> Help: Windows Specific All times are GMT - 5 Hours
Page 1 of 1

 



Powered by phpBB © 2001, 2005 phpBB Group