Pawel Mackow writes:
 > I have unresolved problem with accessing RTL resources as non-root.

 > The config application is placed in /bin and is called from CGI
 > script.
 > 
 > When it executes it tries to open two FIFOs:
 > open( "/dev/rtf1", O_RDONLY );
 > open( "/dev/rtf2", O_WRONLY );
 > But only read-only FIFO opens when called from cgi-bin (ie. as
 > non-root)
 > 
 > When config app is called by root all works normal.

Are the file-permissions on the special files ok ?
That is, does the cgi-script "user" have write permissions to the
file ? 

Jochen
--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/

Reply via email to