On Wednesday 25 July 2001 23:10, fred august wrote:
> Hi,
> I'm pretty new to RTLinux. I apologize in advance
> for the stupidity of the questions that will follow.
>
> I've installed RTLinux and have been playing around
> with the standard examples, which worked fine with
>
> rtlinux start whatever.o
>
> then I made some attempts to programming little
> modules myself, some of which were succesful, some
> others of which weren't (kernel panic, etc.). After
> the first crash I haven't been able to start stuff
> with
>
> rtlinux start
>
> any longer. The examples still run but I have to use
> insmod. "rtlinux start" can't seem to locate
> rtl_time.o, whichever module I try to load.
>
> Moreover modprobe can't seem to locate any of the rtl
> modules. Even if I run modprobe ./rtl.o from the
> directory where the module is I still get the same
> error "modprobe: Can't locate module rtl.o".
>
> Anyway if I run "modprobe -l rtl.o" from anywhere it
> finds rtl.o and prints its path (but doesn't load it).
>
> Does anyone have any idea of what I might have done
> and what I could do to fix this little, but annoying,
> problem?
Reminds me of when I had an RTL crash and then couldn't log in after
rebooting. Starting up in single using mode and looking around some
revealed that the access flags of the crypto library and some other stuff
had changed! Scary, but easy to fix, and I never found any other broken
stuff on that system.
Anyway, the point is that *anything* can happen to a tradition file
system if you crash the kernel.
If you really *must* run RTL stuff directly on your workstation, switch
to some journaling file system, like reiserfs. Another solution would be
to have only a boot + swap drive in the RTL machine, and run the root fs
on a server via NFS or similar. Nothing is *totally* safe, though, short
of booting from a read only file system. (If it's on a local hard disk,
it would have to be one with hardware write protection. Some SCSI drives
have jumpers for that.)
//David Olofson --- Programmer, Reologica Instruments AB
.- M A I A -------------------------------------------------.
| Multimedia Application Integration Architecture |
| A Free/Open Source Plugin API for Professional Multimedia |
`----------------------> http://www.linuxaudiodev.com/maia -'
.- David Olofson -------------------------------------------.
| Audio Hacker - Open Source Advocate - Singer - Songwriter |
`--------------------------------------> [EMAIL PROTECTED] -'
----- End of forwarded message from [EMAIL PROTECTED] -----
-- [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/