You are not logged in.

#1 2011-08-01 15:09:20

fowler
Member
Registered: 2009-01-26
Posts: 152

[SOLVED] Modules failed to load after update...

I did a pacman -Syu last night and updated the following packages:

[2011-07-31 18:31] Running 'pacman -Syu'
[2011-07-31 18:31] synchronizing package lists
[2011-07-31 18:31] starting full system upgrade
[2011-07-31 18:35] upgraded boost-libs (1.46.1-3 -> 1.47.0-1)
[2011-07-31 18:35] upgraded firefox-noscript (2.1.2.3-1 -> 2.1.2.5-1)
[2011-07-31 18:35] upgraded gdb (7.2-2 -> 7.3-2)
[2011-07-31 18:35] upgraded gnote (0.7.4-1 -> 0.7.5-1)
[2011-07-31 18:35] upgraded parted (3.0-2 -> 3.0-3)
[2011-07-31 18:35] upgraded gparted (0.9.0-2 -> 0.9.0-3)
[2011-07-31 18:35] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
[2011-07-31 18:35] VERBOSE= in rc.conf no longer has any effect.
[2011-07-31 18:35] Please append 'quiet' to your kernel command line.
[2011-07-31 18:35] upgraded initscripts (2011.06.4-1 -> 2011.07.3-1)
[2011-07-31 18:35] upgraded iptables (1.4.12-1 -> 1.4.12-2)
[2011-07-31 18:35] upgraded jack (0.121.2-1 -> 0.121.2-2)
[2011-07-31 18:35] upgraded krb5 (1.9.1-2 -> 1.9.1-3)
[2011-07-31 18:35] upgraded shared-desktop-ontologies (0.6.0-1 -> 0.7.1-1)
[2011-07-31 18:35] installed libqzeitgeist (0.7.0-1)
[2011-07-31 18:35] upgraded phonon (4.5.0-1 -> 4.5.55-1)
[2011-07-31 18:35] upgraded udisks (1.0.3-5 -> 1.0.3-6)
[2011-07-31 18:36] upgraded kdelibs (4.6.5-2 -> 4.7.0-1)
[2011-07-31 18:36] upgraded oxygen-icons (4.6.5-1 -> 4.7.0-1)
[2011-07-31 18:36] upgraded kdebase-runtime (4.6.5-1 -> 4.7.0-1)
[2011-07-31 18:36] warning: /etc/laptop-mode/laptop-mode.conf installed as /etc/laptop-mode/laptop-mode.conf.pacnew
[2011-07-31 18:36] upgraded laptop-mode-tools (1.57-4 -> 1.58-2)
[2011-07-31 18:36] upgraded lib32-jack (0.120.1-1 -> 0.121.2-1)
[2011-07-31 18:36] upgraded libsndfile (1.0.24-1 -> 1.0.25-1)
[2011-07-31 18:36] upgraded lib32-libsndfile (1.0.24-1 -> 1.0.25-1)
[2011-07-31 18:36] upgraded libass (0.9.12-1 -> 0.9.13-1)
[2011-07-31 18:36] upgraded libpst (0.6.49-3 -> 0.6.53-1)
[2011-07-31 18:36] upgraded libva (1.0.13-1 -> 1.0.14-1)
[2011-07-31 18:36] >>> To use libvirt as a non-root user:
[2011-07-31 18:36] >>>  Use polkit to grant access.
[2011-07-31 18:36] >>>  ...or change the access model in /etc/libvirt/libvirtd.conf.
[2011-07-31 18:36] >>>     (see unixperms.patch in PKGBUILD for help)
[2011-07-31 18:36] 
[2011-07-31 18:36] >>> To finish the upgrade, restart libvirtd by running the command:
[2011-07-31 18:36] >>>  '/etc/rc.d/libvirtd restart' as root or rebooting.
[2011-07-31 18:36] >>> You may also need to run 'rm -rf ~/.libvirt'
[2011-07-31 18:36] 
[2011-07-31 18:36] upgraded libvirt (0.9.3-2 -> 0.9.3-3)
[2011-07-31 18:36] upgraded polkit-gnome (0.101-2 -> 0.101-3)
[2011-07-31 18:36] upgraded vlc (1.1.11-2 -> 1.1.11-3)
[2011-07-31 18:36] upgraded xmlto (0.0.23-1 -> 0.0.24-1)

When I boot now one of the things I get is:

::Loading Modules     [FAIL]

Would any of those updates caused this?  For the most part everything seems to functioning correctly.

I have my rc.conf and mkinitcpio.conf below if that helps...

#
# /etc/rc.conf - Main Configuration for Arch Linux
#

# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
# startup and during the boot process. If set to 'no', the C locale is used.
# HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
#   in the hardware clock being left untouched (useful for virtualization)
#   Note: Using "localtime" is discouraged, using "" makes hwclock fall back
#   to the value in /var/lib/hwclock/adjfile
# TIMEZONE: timezones are found in /usr/share/zoneinfo
#   Note: if unset, the value in /etc/localtime is used unchanged
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="en_US.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="UTC"
TIMEZONE="somewhereintheworld"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
#   Replace every !module by an entry as on the following line in a file in
#   /etc/modprobe.d:
#     blacklist module
#   See "man modprobe.conf" for details.
#
MODULES=(fuse vboxdrv vboxnetflt vboxnetadp acpi-cpufreq cpufreq_performance cpufreq_ondemand cpufreq_conservative cpufreq_powersave cpufreq_userspace thinkpad_ec tp_smapi !snd_pcsp !pcspkr)

# Udev settle timeout (default to 30)
UDEV_TIMEOUT=30

# Scan for FakeRAID (dmraid) Volumes at startup
USEDMRAID="no"

# Scan for BTRFS volumes at startup
USEBTRFS="no"

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="yes"

# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="noneofyourbusiness"

# Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
#
# Wired network setup
#   - interface: name of device (required)
#   - address: IP address (leave blank for DHCP)
#   - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
#   - broadcast: broadcast address (ignored for DHCP) (optional)
#   - gateway: default route (ignored for DHCP)
# 
# Static IP example
# interface=eth0
# address=192.168.0.2
# netmask=255.255.255.0
# broadcast=192.168.0.255
# gateway=192.168.0.1
#
# DHCP example
# interface=eth0
# address=
# netmask=
# gateway=

interface=
address=
netmask=
broadcast=
gateway=

# Setting this to "yes" will skip network shutdown.
# This is required if your root device is on NFS.
NETWORK_PERSIST="no"

# Enable these netcfg profiles at boot-up. These are useful if you happen to
# need more advanced network features than the simple network service
# supports, such as multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This requires the netcfg package
#
#NETWORKS=(main)

# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
# If something other takes care of your hardware clock (ntpd, dual-boot...)
# you should disable 'hwclock' here.
#
DAEMONS=(!hwclock syslog-ng crond acpid dbus networkmanager avahi-daemon bluetooth cpufreq cups hdapsd laptop-mode netfs ntpd samba smbnetfs sshd tomoyo ufw)
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES="piix ide_disk reiserfs"
MODULES="intel_agp i915"

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run first, so it may be used to
# override the actual binaries used in a given hook.
# (Existing files are NOT overwritten if already added)
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=""

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
# Some users may wish to include modprobe.conf for custom module options
# like so:
#    FILES="/etc/modprobe.d/modprobe.conf"
FILES=""

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No raid, lvm2, or encrypted root is needed.
#    HOOKS="base"
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS="base udev autodetect pata scsi sata filesystems"
#
##   This is identical to the above, except the old ide subsystem is
##   used for IDE devices instead of the new pata subsystem.
#    HOOKS="base udev autodetect ide scsi sata filesystems"
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS="base udev pata scsi sata usb filesystems"
#
##   This setup assembles a pata mdadm array with an encrypted root FS.
##   Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
#    HOOKS="base udev pata mdadm encrypt filesystems"
#
##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS="base udev usb lvm2 filesystems"
HOOKS="base udev autodetect pata scsi sata usbinput keymap encrypt lvm2 resume filesystems"

# COMPRESSION
# Use this to compress the initramfs image. With kernels earlier than
# 2.6.30, only gzip is supported, which is also the default. Newer kernels
# support gzip, bzip2 and lzma. Kernels 2.6.38 and later support xz
# compression.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=""

Last edited by fowler (2011-08-02 13:08:30)

Offline

#2 2011-08-01 15:20:33

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Modules failed to load after update...

https://bbs.archlinux.org/viewtopic.php … 74#p968474

Last edited by karol (2011-08-01 15:21:10)

Offline

#3 2011-08-01 15:38:21

fowler
Member
Registered: 2009-01-26
Posts: 152

Re: [SOLVED] Modules failed to load after update...

This sounds similar I guess but when I remove the /etc/modprobe.d/framebuffer_blacklist.conf file (the only _blacklist item in that director) the bug persists.  I guess I just need to wait until it's fixed?

Offline

#4 2011-08-01 15:40:08

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Modules failed to load after update...

Do you have any other files in /etc/modprobe.d/ ?
framebuffer_blacklist.conf is OK, I don't think you should remove it. Di you do 'pacman -Qo /etc/modprobe.d/*'?

Offline

#5 2011-08-01 15:59:43

fowler
Member
Registered: 2009-01-26
Posts: 152

Re: [SOLVED] Modules failed to load after update...

Ya...

ls -la /etc/modprobe.d/
total 28
drwxr-xr-x   2 root root  4096 Aug  1 11:35 .
drwxr-xr-x 114 root root 12288 Aug  1 11:34 ..
-rw-r--r--   1 root root   368 Aug  1 11:35 framebuffer_blacklist.conf
-rw-r--r--   1 root root   104 Jul  4 09:57 modprobe.conf
-rw-r--r--   1 root root   196 Apr  8 06:08 usb-load-ehci-first.conf
pacman -Qo /etc/modprobe.d/*
/etc/modprobe.d/framebuffer_blacklist.conf is owned by udev 171-2
/etc/modprobe.d/modprobe.conf is owned by module-init-tools 3.16-1
/etc/modprobe.d/usb-load-ehci-first.conf is owned by filesystem 2011.04-1

Offline

#6 2011-08-01 17:59:56

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED] Modules failed to load after update...

From your /etc/rc.conf:

MODULES=(... !snd_pcsp !pcspkr)

From the news...
http://www.archlinux.org/news/changes-t … cklisting/

Please. Read the news.

Last edited by falconindy (2011-08-01 18:00:28)

Offline

#7 2011-08-01 18:13:27

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Modules failed to load after update...

Even better :we don't load pcspkr by default http://mailman.archlinux.org/pipermail/ … 00793.html ;P

Have you merged

[2011-07-31 18:36] warning: /etc/laptop-mode/laptop-mode.conf installed as /etc/laptop-mode/laptop-mode.conf.pacnew

Last edited by karol (2011-08-01 18:19:49)

Offline

#8 2011-08-02 13:07:51

fowler
Member
Registered: 2009-01-26
Posts: 152

Re: [SOLVED] Modules failed to load after update...

falconindy wrote:

From your /etc/rc.conf:

MODULES=(... !snd_pcsp !pcspkr)

From the news...
http://www.archlinux.org/news/changes-t … cklisting/

Please. Read the news.

woops... I thought I got rid of that on my last merge... problem solved.

Offline

Board footer

Powered by FluxBB