[rtl] root UID != 0

2001-06-14 Thread Peter Wurmsdobler
Hello, The prepatched kernel linux-2.2.18.rtl-3.0 compiled with gcc 2.95.2 on a SuSE 7.1 distribution, does not seem to resolve the root UID correctly, even though on a SuSE 6.2 with egcs-2.91.66, it works fine. The result on the first system is, that all services or programs using some getuid,

Re: [rtl] Problem: suppressed periodic task

2001-06-14 Thread Michael Barabanov
Could you please try to run your program under RTLinux 3.0? Michael. Jens Tr?tzschler ([EMAIL PROTECTED]) wrote: Hello, I use a periodic task (10msec) for data aquision and a interrupt task (rt_com) under RTL2.0 on a 486. After some hours uptime the periodic task is completely suppressed

[rtl] RT FIFOs and FIFO handlers

2001-06-14 Thread Ken Ramey
I have an RTLinux application that sets up two FIFOs; one for reading commands from the Linux side and another FIFO for sending data to the Linux side. Initially, I had the RT data collection thread just shoving the data up the pipe with rtf_put() as it was ready. I discovered, however, that I