RE: read from comport: windows vs. linux

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, April 5, 2005 11:41 pm, Kim Madsen said:
>
>> -----Original Message-----
>> From: Jay Blanchard [mailto:jay.blanchard@xxxxxxxxxxxxxxxxxxxxx]
>> Sent: Tuesday, April 05, 2005 3:42 PM
>
>
>> > having apache be the groupowner doesn´t change anything
>
>> You may also need to change the user/owner, depending on what Apache is
>> running as.
>
> User and group is apache. It made _no_ difference at all, I´m still
> getting permission denied, when calling fopen :-/
>
> [root@lager dev]# ls -al ttyS*
> crw-rw-rw-  1 apache apache 4, 64 Apr  5 16:01 ttyS0

Just for fun...

On the command line, su to 'apache' and then do cat /dev/ttyS0

Okay, if that works, run your PHP script from the command line, as apache.

If *THAT* works, then I got nothin'

Report it as a bug, I guess. http://bugs.php.net

Though it's possible that the OS requires a shell to exist for you to open
/dev/ttyS0...

*MAYBE* you could try using http://php.net/exec (with "cat /dev/ttyS0")
and see if that allows you any kind of access.  Doubt it, though.

-- 
Like Music?
http://l-i-e.com/artists.htm

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux