Did an update to 8.2b4 from install of 8.2b3. No problem at the install
time but...

Still problem (as in b2) with cd-writer. Command "modprobe sg" must be
manually ran.

Received a "dcopserver not running" error while login with root but
everything was okay and a ps command showed dcopserver running.

Error reported at boot time:
/etc/rc.d/rc.modules line 7  240 segmentation fault    modprobe $module
$args >/dev/null 2>&1

Here's the content of rc.modules:
[ -f /etc/modules ] || exit 0

# Loop over every line in /etc/modules.
(cat /etc/modules; echo) | while read module args
do
  case "$module" in
      \#*|"") continue ;;
  esac
  initlog -s "Loading module: $module"
  modprobe $module $args >/dev/null 2>&1
done

Also no entries for my 2 cd-drives and for floppy in fstab. It seems
that fstab was overwritten.

Luc
-- 
Luc Roseberry
Consultant Tivoli certifi� / Certified Tivoli Consultant
Facilit� Informatique Canada 


Reply via email to