Re: Modprobe error and kerneld question

1997-08-09 Thread Shaleh
I fixed the binfmt_java problem. It seems that there was an alias (I know not from where it is not in conf.modules) for binfmt-310 binfmt_java. When I try to run java progs it looks for binfmt--310 (note the two dashes), so I added an alias to binfmt--310 and voila it worked. -- TO UNSUBSCRIBE

Re: Modprobe error and kerneld question

1997-08-08 Thread Martin . Bialasinski
On 8 Aug, Nathan E Norman wrote: > Softdog is the software implemetation of the watchdog, I believe. If > you're not using that then you probably don't need to alias .. > Well, I don't use it either, but have the alias with no problems. You could try to alias char-major-10-130 off. If you did

Re: Modprobe error and kerneld question

1997-08-08 Thread Nathan E Norman
Softdog is the software implemetation of the watchdog, I believe. If you're not using that then you probably don't need to alias .. -- Nathan Norman MidcoNet 410 South Phillips Avenue Sioux Falls, SD 57104 Voice: (605) 334-4454 Fax: (605) 335-1173 email: [EMAIL PROTECTED] or [EMAIL PROTECTED] P

Re: Modprobe error and kerneld question

1997-08-08 Thread Shaleh
It works now. I ran a depmod -a and reorganized my conf.modules. The kerneld/module docs all say they are going to be removed -- so I had no where to turn for info. The only two problems left are my char-major-10-130 (which is an alias to softdog, whatever that is) and I can not load binfmt_java

Re: Modprobe error and kerneld question

1997-08-08 Thread Frits Daalmans
>On Thu, 7 Aug 1997, Shaleh wrote: >> Do not quote me, but my fstab reads something like: >> >> ... >> /dev/cdrom /cdrom iso9660 user,noauto > >If /dev/cdrom is a link to /dev/hdX you may find that umount won't work >properly. Mount will follow the link and mount the right device, but put >t

Re: Modprobe error and kerneld question

1997-08-08 Thread David Wright
On Thu, 7 Aug 1997, Shaleh wrote: > Do not quote me, but my fstab reads something like: > > ... > /dev/cdrom /cdrom iso9660 user,noauto If /dev/cdrom is a link to /dev/hdX you may find that umount won't work properly. Mount will follow the link and mount the right device, but put the real n

Re: Modprobe error and kerneld question

1997-08-08 Thread Damir J. Naden
Hi, everyone -- I am having the same problem as the original poster; my kerneld (yes, I _do_ have _only_ auto enabled in /etc/conf.modules) doesn't want to mount the floppy in msdos automagically. However, when I do (as root) insmod /lib/modules/2.0.30/fs/fat.o ;followed by insmod /lib/modules/2.0

Re: Modprobe error and kerneld question

1997-08-08 Thread Shaleh
> Don't get me wrong, but maybe you don't use the mount command the right > way ? > > To mount a CD-Rom you have to use something like mount -t iso9660 > /dev/hdb /cdrom > > To mount a fat Partition mount -t fat /dev/hda6 /mnt You are right to ask -- no offense taken. My understanding is that b

Re: Modprobe error and kerneld question

1997-08-07 Thread Martin . Bialasinski
On 7 Aug, Shaleh wrote: > I do have auto in etc modules and nothing else. PPP/serial/slhc loads > as a module when I use pon/poff without my intervention, but isofs and > msdos/fat do not when I use mount. > Don't get me wrong, but maybe you don't use the mount command the right way ? To mount

Re: Modprobe error and kerneld question

1997-08-07 Thread Carey Evans
Shaleh <[EMAIL PROTECTED]> writes: > I do have auto in etc modules and nothing else. PPP/serial/slhc loads > as a module when I use pon/poff without my intervention, but isofs and > msdos/fat do not when I use mount. % /sbin/lsmod Module PagesUsed by psaux 11

Re: Modprobe error and kerneld question

1997-08-07 Thread Shaleh
> I don't know what char-mode-10 is (maybe you could check the I mistyped ( I was not at my box ) it says char-major-10 > > Regarding the second question: > > do you have a line "auto" in your /etc/modules ? > I do have auto in etc modules and nothing else. PPP/serial/slhc loads as a module whe

Re: Modprobe error and kerneld question

1997-08-06 Thread Martin . Bialasinski
On 6 Aug, Shaleh wrote: > During boot modprobe comes back and tells me that char-mode-10 could not > be found. My other question: can kerneld load fs modules as needed. I > loaded msdos and isofs as modules and I must load the appropriate one > before I can mount floppies or cd's. I can do an i