rawhide install troubles

Gary Peck gbpeck at sbcglobal.net
Thu Jan 29 09:14:01 UTC 2004


My hard drive died last week so I ended up reinstalling Fedora Core 1
and Rawhide from scratch this past weekend. First, I installed Fedora
Core 1 from the CD's. Then I installed apt and used it to upgrade to
Rawhide using "apt-get dist-upgrade" (I know this isn't an officially
supported method). Here's some issues I noticed after the Rawhide
upgrade:

- the SELinux policy package doesn't get pulled in by anything when
  doing an upgrade. maybe something can depend on it? or maybe this
  should just go in the "unsupported" category.

- lvm2 doesn't create the /etc/lvm directory.

- i spent a few hours trying to get the new kernel-2.6/lvm2 combination
  to boot from my lvm1 partitions. i have /boot as a normal ext3
  partition and everything else (including /) on lvm. i figured out that
  this upgrade actually needs to be done in multiple parts. if you try
  to install kernel 2.6 and lvm2 and reboot after that, the device nodes
  for your lvm partition won't get upgraded and the boot will fail.
  there should be a note somewhere to explain this to people. this is
  what i had to do:
  1) install new lvm2 and initscripts
  2) mkdir /etc/lvm
  3) reboot (still using the 2.4.22 kernel)
  4) install kernel 2.6
  5) reboot with the new kernel

- i had OSS sound card modules in my modules.conf file from the FC1
  install. kudzu didn't add the appropriate ALSA module entries to
  /etc/modprobe.conf unless i first removed /etc/sysconfig/hwconf.

- /sys doesn't get added to /etc/fstab and doesn't get mounted on
  bootup.

- the USB loading section on lines 204-209 in rc.sysinit
  (initscripts-7.43-2) fails on 2.6 kernels. specifically, the fgrep on
  /proc/bus/usb/drivers fails because that file doesn't exist. modprobe
  keybdev and modprobe mousedev also both fail because those modules
  don't exist in 2.6 (kernel-2.6.1-1.61). (I just filed this as bug
  #114533).

- cpuspeed fails trying to access a non-existant file under
  /sys/devices/system/cpu/cpu0. it should probably check first if it's
  running under a supported CPU.

- as other people have mentioned, the gnome menus are gone. i'm hoping
  this will work once all of gnome has been recompiled and pushed into
  rawhide.

- i get the following dialog box error message on gnome login:
    Failed to load image redhat-email.png

    Details: Failed to open file
    '/usr/share/icons/hicolor/48x48/apps/redhat-email.png': No such file
    or directory
  that file is a broken symlink to an evolution 1.4 icon. i'm guessing
  it should be updated to point to the evolution 1.5 directory. (i just
  filed this as bug #114534).

- the gnome settings daemon fails to start with the following dialog box
  error:
    There was an error starting the GNOME Settings Daemon.

    Some things, such as themes, sounds, or background settings may not
    work correctly.

    The Settings Daemon restarted too many times.

    The last error message was:

    Failed to execute
    /usr/src/build/343500-i386/install/usr/libexec/gnome-settings-daemon:
    2 (No such file or directory)

    GNOME will still try to restart the Settings Daemon next time you
    log in.

  if i then try to run /usr/libexec/gnome-settings-daemon manually, i
  get the following error on the console:
    ** (gnome-settings-daemon:3522): WARNING **: Could not activate the
    XKB configuration
  and the following error in a dialog box:
    Error activating XKB configuration.
    Probably internal X server problem.

    X server version data:
    The XFree86 Project, Inc
    40300000
    You are using XFree 4.3.0.
    There are known problems with complex XKB configurations.
    Try using simpler configuration or taking more fresh version of
    XFree software.
  after these two errors though, it seems to start up fine. this is with
  control-center-2.5.2-1

gary

p.s. let me know if i should file more of these in bugzilla. for some of
them, i wasn't sure which package to file under.





More information about the fedora-devel-list mailing list