hi,
on my rh 7.0 with latest rawhide kernel, I've got two problems.
on startup the kernel can't find ppp modul, of cource since there is no
ppp modul in 2.4, but there is a group of ppp modules so it'd be useful
if ppp install some new line into modules.conf. anyway I attached the 
debian default modules.conf file which is real good and IMHO it'd be
useful to put something like this into rh too (I don't know debian, but
it seems a generated file, so probably it'd be useful to do something
they do eg. the old net-pf-.. stuff and others).

another problem with nfs (and I assume this is just with 2.4 both preview
and rawhide).
boot.log contains just
-----------------
Jan 19 14:40:32 garfield portmap: portmap startup succeeded
Jan 19 14:40:33 garfield rpc.lockd: lockdsvc: Invalid argument
Jan 19 14:40:33 garfield nfslock: rpc.lockd startup failed
Jan 19 14:40:33 garfield nfslock: rpc.statd startup succeeded
Jan 19 14:40:34 garfield apmd: apmd startup succeeded
Jan 19 14:40:34 garfield random: Initializing random number generator: 
succeeded
Jan 19 14:40:34 garfield netfs: Mounting NFS filesystems:  succeeded
Jan 19 14:40:37 garfield netfs: Mounting SMB filesystems:  succeeded
Jan 19 14:40:37 garfield netfs: Mounting other filesystems:  succeeded
------------------
but on screen capture:
------------------
Starting portmapper:                                       [  OK  ]
Starting NFS file locking services:
Starting NFS lockd: lockdsvc: Invalid argument
                                                           [FAILED]
Starting NFS statd:                                        [  OK  ]
Starting up APM daemon:                                    [  OK  ]
Initializing random number generator:                      [  OK  ]
Mounting NFS filesystems:  kmem_create: Forcing size word alignment - nfs_fh
                                                           [  OK  ]
Mounting SMB filesystems:                                  [  OK  ]
Mounting other filesystems:                                [  OK  ]
------------------
but after it it works properly (ie. I able tomount nfs drives and exports 
some directory). on shutdown I can't capure the screen:-(
boot.log do not contains error:
------------------
Jan 19 14:39:17 garfield nfslock: lockd shutdown succeeded
Jan 19 14:39:17 garfield nfslock: rpc.statd shutdown succeeded
Jan 19 14:39:17 garfield netfs: Unmounting NFS filesystems:  succeeded
Jan 19 14:39:20 garfield netfs: Unmounting SMB filesystems:  succeeded
------------------
but if you see the screen you see that after nsfslock stoped netfs try to
unmount eg. nfs devices and report (just to screen) something like:
lockd_down: no lockd running.

 -- Levente                        http://petition.eurolinux.org/index_html
 "The only thing worse than not knowing the truth is
  ruining the bliss of ignorance."
### This file is automatically generated by update-modules
#
# Please do not edit this file directly. If you want to change or add
# anything please take a look at the files in /etc/modutils and read
# the manpage for update-modules.
#
### update-modules: start processing /etc/modutils/0keep
# DO NOT MODIFY THIS FILE!
# This file is not marked as conffile to make sure if you upgrade modutils
# it will be restored in case some modifications have been made.
#
# The keep command is necessary to prevent insmod and friends from ignoring
# the builtin defaults of a path-statement is encountered. Until all other
# packages use the new `add path'-statement this keep-statement is essential
# to keep your system working
keep

### update-modules: end processing /etc/modutils/0keep

### update-modules: start processing /etc/modutils/aliases
# Aliases to tell insmod/modprobe which modules to use 

# Uncomment the network protocols you don't want loaded:
# alias net-pf-1 off            # Unix
# alias net-pf-2 off            # IPv4
# alias net-pf-3 off            # Amateur Radio AX.25
# alias net-pf-4 off            # IPX
# alias net-pf-5 off            # DDP / appletalk
# alias net-pf-6 off            # Amateur Radio NET/ROM
# alias net-pf-9 off            # X.25
# alias net-pf-10 off           # IPv6
# alias net-pf-11 off           # ROSE / Amateur Radio X.25 PLP
# alias net-pf-19 off           # Acorn Econet

alias char-major-10-130 softdog
alias char-major-10-175 agpgart
alias char-major-81     bttv
alias char-major-108    ppp_generic
alias /dev/ppp          ppp_generic
alias tty-ldisc-3       ppp_async
alias tty-ldisc-14      ppp_synctty
alias ppp-compress-21   bsd_comp
alias ppp-compress-24   ppp_deflate
alias ppp-compress-26   ppp_deflate

# Crypto modules (see http://www.kerneli.org/)
alias loop-xfer-gen-0 loop_gen
alias loop-xfer-3 loop_fish2
alias loop-xfer-gen-10 loop_gen
alias cipher-2 des
alias cipher-3 fish2
alias cipher-4 blowfish
alias cipher-6 idea
alias cipher-7 serp6f
alias cipher-8 mars6
alias cipher-11 rc62
alias cipher-15 dfc2
alias cipher-16 rijndael
alias cipher-17 rc5


### update-modules: end processing /etc/modutils/aliases

### update-modules: start processing /etc/modutils/paths
# This file contains a list of paths that modprobe should scan,
# beside the once that are compiled into the modutils tools
# themselves.

# This used to be quite a list, but upstream merged some Debian patches
# so we currently don't need to do anything here

### update-modules: end processing /etc/modutils/paths

### update-modules: start processing /etc/modutils/setserial
#
# This is what I wanted to do, but logger is in /usr/bin, which isn't loaded
# when the module is first loaded into the kernel at boot time!
#
#post-install serial /etc/init.d/setserial start | logger -p daemon.info -t 
"setserial-module reload"
#pre-remove serial /etc/init.d/setserial stop | logger -p daemon.info -t 
"setserial-module uload"
post-install serial /etc/init.d/setserial modload > /dev/null 2> /dev/null
pre-remove serial /etc/init.d/setserial modsave  > /dev/null 2> /dev/null

### update-modules: end processing /etc/modutils/setserial

### update-modules: start processing /etc/modutils/arch/i386
alias parport_lowlevel parport_pc
alias char-major-10-144 nvram
alias binfmt-0064 binfmt_aout
alias char-major-10-135 rtc

### update-modules: end processing /etc/modutils/arch/i386



Reply via email to