You are not logged in.

#1 2012-12-24 22:38:07

waldauf
Member
Registered: 2012-07-15
Posts: 133

UDev uevents to be processed [BUSY] ... basic installation

Hello arch folks,

I have a few month old basic installation (only system withou X). Before one month I did system update. On the system were updated rc.conf and another system files. But since this last update I have problem with booting system. It always stucks on UDEV process:

UDev uevents to be processed         [BUSY]

This is my rc.conf:

#
# /etc/rc.conf - configuration file for initscripts
#
# Most of rc.conf has been replaced by various other configuration
# files. See archlinux(7) for details.
#
# For more details on rc.conf see rc.conf(5).
#

DAEMONS=()
DAEMONS=(syslog-ng network crond @net-profiles sshd)

# A reasonable DAEMONS array when using sysvinit is:
# DAEMONS=(syslog-ng network crond)
#
# When using systemd, it is recommended to only enable daemons that
# do not have native systemd service files.

# Storage
#
# USEDMRAID="no"
# USELVM="no"
USELVM="yes"

# Network
#
# interface=
# address=
# netmask=
# gateway=

And mkinitcpio.conf:

# 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="reiserfs"

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# 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"
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr, fsck and shutdown hooks.
#HOOKS="base udev autodetect pata scsi sata lvm2 encrypt filesystems usbinput fsck"
HOOKS="lvm2 encrypt base udev autodetect pata scsi sata filesystems usbinput fsck"

# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"

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

Kernel - 3.6.6-1-ARCH

I'm still ARCH newbie. Can somebody help me? Or kick me toward right direction :].


waldauf

Offline

#2 2012-12-25 02:46:43

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,130

Re: UDev uevents to be processed [BUSY] ... basic installation

You should probably read the News (on the home page and including the Old News) if it has been a while since you updated.

You likely have a number of *.pacnew files to deal with...

The current kernel is 3.6.10-1-ARCH.

Last edited by cfr (2012-12-25 02:47:48)


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#3 2012-12-25 13:53:37

waldauf
Member
Registered: 2012-07-15
Posts: 133

Re: UDev uevents to be processed [BUSY] ... basic installation

cfr wrote:

You should probably read the News (on the home page and including the Old News) if it has been a while since you updated.

Sinde now I will ;].




cfr wrote:

You likely have a number of *.pacnew files to deal with...

After upgrade I had run diffpac.sh. I checked pacman.log file where I found out these changes (including systemd update):

[2012-11-11 21:28] Running 'pacman -Syu'
[2012-11-11 21:28] synchronizing package lists
[2012-11-11 21:29] starting full system upgrade
[2012-11-11 21:41] removed libsystemd (187-4)
[2012-11-11 21:41] removed systemd-tools (187-4)
[2012-11-11 21:41] ==> Appending keys from archlinux.gpg...
[2012-11-11 21:41] gpg: key FFF979E7: "Allan McRae (Arch Linux Master Key) <allan@master-key.archlinux.org>" not changed
[2012-11-11 21:41] gpg: key CDFD6BB0: "Dan McGee (Arch Linux Master Key) <dan@master-key.archlinux.org>" not changed
[2012-11-11 21:41] gpg: key 4C7EA887: "Ionut Biru (Arch Linux Master Key) <ionut@master-key.archlinux.org>" not changed
[2012-11-11 21:41] gpg: key 6AC6A4C2: "Pierre Schmitz (Arch Linux Master Key) <pierre@master-key.archlinux.org>" not changed
[2012-11-11 21:41] gpg: key 824B18E8: "Thomas Bächler (Arch Linux Master Key) <thomas@master-key.archlinux.org>" not changed
[2012-11-11 21:41] gpg: key 31496106: public key "Andrzej Giniewicz (giniu) <gginiu@gmail.com>" imported
[2012-11-11 21:41] gpg: key EAE999BD: "Allan McRae <me@allanmcrae.com>" not changed
[2012-11-11 21:41] gpg: key D30DB0AD: "Andrea Scarpino (Arch Linux) <andrea@archlinux.org>" not changed
[2012-11-11 21:41] gpg: key 0F2A092B: "Andreas Radke <andyrtr@archlinux.org>" not changed
[2012-11-11 21:41] gpg: key EC133BAD: "Angel Velásquez <angvp@archlinux.org>" not changed
[2012-11-11 21:41] gpg: key 5CF9C8D4: "Alexander Rødseth <rodseth@gmail.com>" not changed
[2012-11-11 21:41] gpg: key 0901C163: "Balló György <ballogyor@gmail.com>" not changed
[2012-11-11 21:41] gpg: key 00F0D0F0: "Gaetan Bisson <gaetan.bisson@normalesup.org>" not changed
[2012-11-11 21:41] gpg: key 4CE1C13E: "Florian Pritz <bluewind@xinu.at>" not changed
[2012-11-11 21:41] gpg: key 487328A9: "Bartlomiej Piotrowski <b@bpiotrowski.pl>" not changed
[2012-11-11 21:41] gpg: key B47A0DAB: "Connor Behan <connor.behan@gmail.com>" not changed
[2012-11-11 21:41] gpg: key 6521E06D: "Christopher Brannon <chris@the-brannons.com>" not changed
[2012-11-11 21:41] gpg: key 99AD6E84: "Gavin Marciniak-Bisesi <Daenyth@gmail.com>" not changed
[2012-11-11 21:41] gpg: key F53A76ED: "Dan McGee <dpmcgee@gmail.com>" not changed
[2012-11-11 21:41] gpg: key B4440678: "Daniel Isenmann <daniel@archlinux.org>" not changed
[2012-11-11 21:41] gpg: key 1985A992: "Dieter Plaetinck <dieter@plaetinck.be>" not changed
[2012-11-11 21:41] gpg: key F56C0C53: "Dave Reisner <d@falconindy.com>" not changed
[2012-11-11 21:41] gpg: key 4F010D48: "Daniel Wallace <danielwallace@gtmanfred.com>" 3 new signatures
[2012-11-11 21:41] gpg: key 9205AC90: "Eric Belanger <eric@archlinux.org>" not changed
[2012-11-11 21:41] gpg: key A9999C34: "Evangelos Foutras <evangelos@foutrelis.com>" not changed
[2012-11-11 21:41] gpg: key F04569AE: "Giovanni Scafora <giovanni@archlinux.org>" not changed
[2012-11-11 21:41] gpg: key 215B37AD: "Guillaume ALAUX <guillaume@archlinux.org>" not changed
[2012-11-11 21:41] gpg: key 4FA415FA: "Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>" not changed
[2012-11-11 21:41] gpg: key 615137BC: "Ionut Biru <ibiru@archlinux.org>" not changed
[2012-11-11 21:41] gpg: key 796CA067: "Ike Devolder <ike.devolder@gmail.com>" not changed
[2012-11-11 21:41] gpg: key 3CFD4BB6: "Jonathan Conder <jonno.conder@gmail.com>" not changed
[2012-11-11 21:41] gpg: key 7C50773E: "Jelle van der Waa <jelle@vdwaa.nl>" not changed
[2012-11-11 21:41] gpg: key 3B94FA10: "Jan de Groot <jgc@archlinux.org>" not changed
[2012-11-11 21:41] gpg: key 013C2580: "Jaroslav Lichtblau (trusted user) <dragonlord@aur.archlinux.org>" not changed
[2012-11-11 21:41] gpg: key F40D2072: public key "Jonathan Steel <mail@jsteel.org>" imported
[2012-11-11 21:41] gpg: key 589874AB: "Jürgen Hötzel <juergen@hoetzel.info>" not changed
[2012-11-11 21:41] gpg: key 983D4366: "Justin Davis (juster) <jrcd83@gmail.com>" 1 new signature
[2012-11-11 21:41] gpg: key D21E1A55: "Kaiting Chen <kaitocracy@gmail.com>" not changed
[2012-11-11 21:41] gpg: key BAB142C1: "Kyle Keen <keenerd@gmail.com>" not changed
[2012-11-11 21:41] gpg: key D1CEDDAC: "Laurent Carlier <lordheavym@gmail.com>" not changed
[2012-11-11 21:41] gpg: key 9326B440: "Lukas Fleischer <info@cryptocrack.de>" not changed
[2012-11-11 21:41] gpg: key DA2EE423: "Massimiliano Torromeo (Personal non-work identity) <massimiliano.torromeo@gmail.com>" not changed
[2012-11-11 21:41] gpg: key 9741E8AC: "Pierre Schmitz <pierre@archlinux.de>" not changed
[2012-11-11 21:41] gpg: key E19DAA50: "Peter Richard Lewis <pete@muddygoat.org>" not changed
[2012-11-11 21:41] gpg: key 2D1493D2: "Rémy Oudompheng <remy@archlinux.org>" not changed
[2012-11-11 21:41] gpg: key 70E80477: "\xd0\xa0\xd0\xbe\xd0\xbc\xd0\xb0\xd0\xbd \xd0\x9a\xd0\xb8\xd1\x80\xd0\xb8\xd0\xbb\xd0\xb8\xd1\x87 (Roman Kyrylych) <roman@archlinux.org>" not changed
[2012-11-11 21:41] gpg: key 8406FFF3: "Ronald van Haren <ronald@archlinux.org>" not changed
[2012-11-11 21:41] gpg: key C0711BF1: "Rashif Rahman (Ray) <schiv@archlinux.org>" not changed
[2012-11-11 21:41] gpg: key 91B842AE: "Jakob Gruber <jakob.gruber@gmail.com>" not changed
[2012-11-11 21:41] gpg: key 2072D77A: "Seblu <seblu@seblu.net>" not changed
[2012-11-11 21:41] gpg: key F27FB7DA: "speps <speps@aur.archlinux.org>" not changed
[2012-11-11 21:41] gpg: key EA433FC7: "Sergej Pupykin <arch@sergej.pp.ru>" not changed
[2012-11-11 21:41] gpg: key F1D357C1: "Lukas Jirkovsky <l.jirkovsky@gmail.com>" not changed
[2012-11-11 21:41] gpg: key AB441196: "Stéphane Gaudreault <stephane@archlinux.org>" not changed
[2012-11-11 21:41] gpg: key E62EB915: "Sven-Hendrik Haase <sh@lutzhaase.com>" not changed
[2012-11-11 21:41] gpg: key 0C84C0A5: "Thomas Dziedzic <gostrc@gmail.com>" not changed
[2012-11-11 21:41] gpg: key 8E4B1A25: "Thomas Bächler <thomas@archlinux.org>" not changed
[2012-11-11 21:41] gpg: key 06361833: "Tom Gundersen <teg@jklm.no>" not changed
[2012-11-11 21:41] gpg: key 7EDF681F: "Tobias Powalowski <tobias.powalowski@googlemail.com>" not changed
[2012-11-11 21:41] gpg: key 3C4F88BC: "Timothy Redaelli <tredaelli@archlinux.info>" not changed
[2012-11-11 21:41] gpg: key 295AFBF4: "Thorsten Töpper <atsutane@freethoughts.de>" not changed
[2012-11-11 21:41] gpg: key 437520BD: "Vesa Kaihlavirta <vegai@iki.fi>" not changed
[2012-11-11 21:41] gpg: key C2E5C0D2: "Xyne. <xyne@archlinux.ca>" not changed
[2012-11-11 21:41] gpg: Total number processed: 63
[2012-11-11 21:41] gpg:               imported: 2  (RSA: 2)
[2012-11-11 21:41] gpg:              unchanged: 59
[2012-11-11 21:41] gpg:         new signatures: 4
[2012-11-11 21:41] gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
[2012-11-11 21:41] gpg: depth: 0  valid:   1  signed:   5  trust: 0-, 0q, 0n, 0m, 0f, 1u
[2012-11-11 21:41] gpg: depth: 1  valid:   5  signed:  58  trust: 0-, 0q, 0n, 5m, 0f, 0u
[2012-11-11 21:41] gpg: depth: 2  valid:  58  signed:   1  trust: 58-, 0q, 0n, 0m, 0f, 0u
[2012-11-11 21:41] gpg: next trustdb check due at 2013-01-22
[2012-11-11 21:41] ==> Locally signing trusted keys in keyring...
[2012-11-11 21:41]   -> Locally signing key 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
[2012-11-11 21:41]   -> Locally signing key 684148BB25B49E986A4944C55184252D824B18E8...
[2012-11-11 21:41]   -> Locally signing key 44D4A033AC140143927397D47EFD567D4C7EA887...
[2012-11-11 21:41]   -> Locally signing key 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
[2012-11-11 21:41]   -> Locally signing key AB19265E5D7D20687D303246BA1DFB64FFF979E7...
[2012-11-11 21:41] ==> Importing owner trust values...
[2012-11-11 21:41] ==> Updating trust database...
[2012-11-11 21:41] gpg: next trustdb check due at 2013-01-22
[2012-11-11 21:41] upgraded archlinux-keyring (20120622-1 -> 20120915-1)
[2012-11-11 21:41] upgraded linux-api-headers (3.4.6-1 -> 3.6.3-1)
[2012-11-11 21:41] upgraded tzdata (2012e-1 -> 2012i-1)
[2012-11-11 21:41] Generating locales...
[2012-11-11 21:41] Generation complete.
[2012-11-11 21:41] upgraded glibc (2.16.0-2 -> 2.16.0-5)
[2012-11-11 21:41] upgraded bash (4.2.037-1 -> 4.2.039-1)
[2012-11-11 21:41] upgraded cracklib (2.8.18-2 -> 2.8.19-1)
[2012-11-11 21:41] upgraded libgssglue (0.3-1 -> 0.4-1)
[2012-11-11 21:41] upgraded libtirpc (0.2.2-2 -> 0.2.2-4)
[2012-11-11 21:41] upgraded pam (1.1.5-4 -> 1.1.6-1)
[2012-11-11 21:41] upgraded coreutils (8.17-3 -> 8.20-1)
[2012-11-11 21:41] upgraded run-parts (4.3.2-1 -> 4.3.4-1)
[2012-11-11 21:41] upgraded cronie (1.4.8-2 -> 1.4.8-3)
[2012-11-11 21:41] install: invalid user 'uuidd'
[2012-11-11 21:41] upgraded util-linux (2.21.2-5 -> 2.22.1-2)
[2012-11-11 21:41] installed nss-myhostname (0.3-3)
[2012-11-11 21:41] warning: /etc/group installed as /etc/group.pacnew
[2012-11-11 21:41] warning: /etc/passwd installed as /etc/passwd.pacnew
[2012-11-11 21:41] warning: /etc/gshadow installed as /etc/gshadow.pacnew
[2012-11-11 21:41] warning: /etc/shadow installed as /etc/shadow.pacnew
[2012-11-11 21:41] upgraded filesystem (2012.7-1 -> 2012.10-2)
[2012-11-11 21:41] upgraded dbus-core (1.6.4-1 -> 1.6.8-1)
[2012-11-11 21:41] upgraded glib2 (2.32.4-1 -> 2.34.1-1)
[2012-11-11 21:41] upgraded kmod (9-2 -> 10-2)
[2012-11-11 21:41] upgraded hwids (20120730-1 -> 20121022-1)
[2012-11-11 21:41] ln -s '/usr/lib/systemd/system/getty@.service' '/etc/systemd/system/getty.target.wants/getty@tty1.service'
[2012-11-11 21:41] :: Append 'init=/bin/systemd' to your kernel command line in your
[2012-11-11 21:41]    bootloader to replace sysvinit with systemd
[2012-11-11 21:41] installed systemd (195-2)
[2012-11-11 21:41] upgraded device-mapper (2.02.96-3 -> 2.02.98-1)
[2012-11-11 21:41] upgraded cryptsetup (1.5.0-1 -> 1.5.1-1)
[2012-11-11 21:41] upgraded curl (7.27.0-1 -> 7.28.0-1)
[2012-11-11 21:41] upgraded dhcpcd (5.5.6-1 -> 5.6.2-1)
[2012-11-11 21:41] upgraded e2fsprogs (1.42.4-1 -> 1.42.6-1)
[2012-11-11 21:41] upgraded gcc-libs (4.7.1-5 -> 4.7.2-2)
[2012-11-11 21:41] upgraded gpm (1.20.6-10 -> 1.20.7-1)
[2012-11-11 21:41] upgraded grep (2.13-2 -> 2.14-1)
[2012-11-11 21:41] upgraded inetutils (1.9.1-2 -> 1.9.1-4)
[2012-11-11 21:41] installed iptables (1.4.16.2-1)
[2012-11-11 21:41] upgraded iproute2 (3.4.0-2 -> 3.6.0-2)
[2012-11-11 21:41] installed sysvinit-tools (2.88-9)
[2012-11-11 21:41] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
[2012-11-11 21:41] ----
[2012-11-11 21:41] > initscripts now ships a compatibility layer to make systemd use DAEMONS
[2012-11-11 21:41] > from rc.conf; and run rc.local and rc.local.shutdown on boot and
[2012-11-11 21:41] > shutdown, respectively. Refer to arch-modules-load(8) and arch-daemons(8).
[2012-11-11 21:41] ----
[2012-11-11 21:41] ----
[2012-11-11 21:41] > systemd no longer reads MODULES from rc.conf.
[2012-11-11 21:41] ----
[2012-11-11 21:41] upgraded initscripts (2012.07.5-1 -> 2012.10.1-1)
[2012-11-11 21:41] upgraded iputils (20101006-4 -> 20121011-2)
[2012-11-11 21:41] upgraded libldap (2.4.31-4 -> 2.4.33-1)
[2012-11-11 21:41] upgraded krb5 (1.10.2-3 -> 1.10.3-1)
[2012-11-11 21:41] upgraded ldns (1.6.13-1 -> 1.6.14-1)
[2012-11-11 21:41] upgraded less (444-3 -> 451-1)
[2012-11-11 21:41] upgraded libarchive (3.0.4-1 -> 3.0.4-2)
[2012-11-11 21:41] upgraded libedit (20120311_3.0-1 -> 20120601_3.0-1)
[2012-11-11 21:41] upgraded libpipeline (1.2.1-1 -> 1.2.2-1)
[2012-11-11 21:41] upgraded libusbx (1.0.12-2 -> 1.0.14-1)
[2012-11-11 21:41] upgraded mkinitcpio-busybox (1.20.1-1 -> 1.20.2-1)
[2012-11-11 21:41] upgraded mkinitcpio (0.10-1 -> 0.11.0-1)
[2012-11-11 21:41] >>> Updating module dependencies. Please wait ...
[2012-11-11 21:41] >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
[2012-11-11 21:41] ==> Building image from preset: 'default'
[2012-11-11 21:41]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2012-11-11 21:41] ==> Starting build: 3.6.6-1-ARCH
[2012-11-11 21:41]   -> Running build hook: [base]
[2012-11-11 21:41]   -> Running build hook: [udev]
[2012-11-11 21:41]   -> Running build hook: [autodetect]
[2012-11-11 21:41]   -> Running build hook: [pata]
[2012-11-11 21:41]   -> Running build hook: [scsi]
[2012-11-11 21:41]   -> Running build hook: [sata]
[2012-11-11 21:41]   -> Running build hook: [lvm2]
[2012-11-11 21:41]   -> Running build hook: [encrypt]
[2012-11-11 21:41]   -> Running build hook: [filesystems]
[2012-11-11 21:41]   -> Running build hook: [usbinput]
[2012-11-11 21:41]   -> Running build hook: [fsck]
[2012-11-11 21:41] ==> Generating module dependencies
[2012-11-11 21:41] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
[2012-11-11 21:41] ==> Image generation successful
[2012-11-11 21:41] ==> Building image from preset: 'fallback'
[2012-11-11 21:41]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2012-11-11 21:41] ==> Starting build: 3.6.6-1-ARCH
[2012-11-11 21:41]   -> Running build hook: [base]
[2012-11-11 21:41]   -> Running build hook: [udev]
[2012-11-11 21:41]   -> Running build hook: [pata]
[2012-11-11 21:41]   -> Running build hook: [scsi]
[2012-11-11 21:41]   -> Running build hook: [sata]
[2012-11-11 21:41]   -> Running build hook: [lvm2]
[2012-11-11 21:41]   -> Running build hook: [encrypt]
[2012-11-11 21:41]   -> Running build hook: [filesystems]
[2012-11-11 21:41]   -> Running build hook: [usbinput]
[2012-11-11 21:41]   -> Running build hook: [fsck]
[2012-11-11 21:41] ==> Generating module dependencies
[2012-11-11 21:41] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
[2012-11-11 21:42] ==> Image generation successful
[2012-11-11 21:42] upgraded linux (3.4.7-1 -> 3.6.6-1)
[2012-11-11 21:42] upgraded logrotate (3.8.1-2 -> 3.8.2-1)
[2012-11-11 21:42] upgraded lvm2 (2.02.96-3 -> 2.02.98-1)
[2012-11-11 21:42] upgraded man-db (2.6.2-1 -> 2.6.3-1)
[2012-11-11 21:42] upgraded man-pages (3.41-1 -> 3.44-1)
[2012-11-11 21:42] warning: /etc/mc/mc.keymap installed as /etc/mc/mc.keymap.pacnew
[2012-11-11 21:42] warning: /etc/mc/mc.ext installed as /etc/mc/mc.ext.pacnew
[2012-11-11 21:42] upgraded mc (4.8.4-1 -> 4.8.6-2)
[2012-11-11 21:42] upgraded mdadm (3.2.5-2 -> 3.2.6-1)
[2012-11-11 21:42] upgraded netcfg (2.8.8-1 -> 3.0-1)
[2012-11-11 21:42] upgraded openssh (6.0p1-3 -> 6.1p1-3)
[2012-11-11 21:42] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
[2012-11-11 21:42] upgraded pacman-mirrorlist (20120626-1 -> 20120908-1)
[2012-11-11 21:42] upgraded perl (5.16.0-2 -> 5.16.2-1)
[2012-11-11 21:42] upgraded pinentry (0.8.1-4 -> 0.8.2-1)
[2012-11-11 21:42] upgraded ppp (2.4.5-3 -> 2.4.5-5)
[2012-11-11 21:42] upgraded procps-ng (3.3.3-3 -> 3.3.5-1)
[2012-11-11 21:42] ==> syslog-ng now reads from /run/systemd/journal/syslog in the
[2012-11-11 21:42]     default config. If you still use sysvinit/initscripts, this
[2012-11-11 21:42]     must be /dev/log in /etc/syslog-ng/syslog-ng.conf
[2012-11-11 21:42] upgraded syslog-ng (3.3.5-2 -> 3.3.6-3)
[2012-11-11 21:42] upgraded sysvinit (2.88-6 -> 2.88-9)
[2012-11-11 21:42] upgraded vim-runtime (7.3.600-1 -> 7.3.712-1)
[2012-11-11 21:42] upgraded vim (7.3.600-1 -> 7.3.712-1)
[2012-11-11 21:42] installed libidn (1.25-1)
[2012-11-11 21:42] upgraded wget (1.13.4-1 -> 1.14-2)
[2012-11-11 21:42] upgraded wpa_supplicant (1.0-1 -> 1.0-2)
[2012-11-11 23:23] Running 'pacman -Sy xorg-server'
[2012-11-11 23:23] synchronizing package lists
[2012-11-11 23:23] Running 'pacman -Syu'
[2012-11-11 23:23] synchronizing package lists



cfr wrote:

The current kernel is 3.6.10-1-ARCH.

I think this is my the biggest problem. I'm not able to upgrade my core repository:

# pacman -Syyu
error: failed retrieving file 'core.db' from ftp.uni-kl.de : Connection time-out
error: failed to update core (download library error)
:: Synchronizing package databases...
downloading extra.db...
downloading extra.db...
downloading extra.db...
downloading community.db...
downloading community.db...
downloa:: Starting full system upgrade...
 there is nothing to do

Offline

#4 2012-12-25 17:35:20

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,130

Re: UDev uevents to be processed [BUSY] ... basic installation


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#5 2012-12-25 18:02:22

waldauf
Member
Registered: 2012-07-15
Posts: 133

Re: UDev uevents to be processed [BUSY] ... basic installation

cfr wrote:

Yes, I did via diffpac.sh.

This is my rc.conf before systemd:

#
# /etc/rc.conf - Main Configuration for Arch Linux
#
# See 'man 5 rc.conf' for more details
#

# LOCALIZATION
# ------------
HARDWARECLOCK=
TIMEZONE=
KEYMAP=
CONSOLEFONT=
CONSOLEMAP=
LOCALE=
DAEMON_LOCALE="yes"
USECOLOR="yes"

# HARDWARE
# --------
MODULES=()
USEDMRAID="no"
USEBTRFS="no"
##USELVM="no"
USELVM="YES"

# NETWORKING
# ----------
HOSTNAME=pizduch

interface="wlan0"
address=
netmask=
broadcast=
gateway=

NETWORK_PERSIST="no"

NETWORKS=(wpa_suppl)

# DAEMONS
# -------
#
DAEMONS=(syslog-ng network crond @net-profiles sshd)

... and after systemd:

#
# /etc/rc.conf - configuration file for initscripts
#
# Most of rc.conf has been replaced by various other configuration
# files. See archlinux(7) for details.
#
# For more details on rc.conf see rc.conf(5).
#

#DAEMONS=()
DAEMONS=(syslog-ng network crond @net-profiles sshd)

# A reasonable DAEMONS array when using sysvinit is:
# DAEMONS=(syslog-ng network crond)
#
# When using systemd, it is recommended to only enable daemons that
# do not have native systemd service files.

# Storage
#
# USEDMRAID="no"
# USELVM="no"
USELVM="yes"

# Network
#
# interface=
# address=
# netmask=
# gateway=

Offline

#6 2012-12-25 23:29:51

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,130

Re: UDev uevents to be processed [BUSY] ... basic installation

But what about the mirror list? pacman cannot download the repository database so you can't update... I don't think the default includes any ftp servers any more so the fact that pacman is trying to use an ftp server suggests you did not do this.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#7 2012-12-25 23:40:01

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: UDev uevents to be processed [BUSY] ... basic installation

diffpac.sh?  Are you using something that is not Arch Linux?  Maybe someting like archbang or something?

Offline

#8 2012-12-26 00:20:58

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,130

Re: UDev uevents to be processed [BUSY] ... basic installation

WonderWoofy wrote:

diffpac.sh?  Are you using something that is not Arch Linux?  Maybe someting like archbang or something?

I assume it is from the AUR package:

$ cower -s diffpac
aur/diffpac 20100118-1 (62)
    Stand alone replacment for pacdiffviewer

although I've never used it myself.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#9 2012-12-26 00:22:32

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: UDev uevents to be processed [BUSY] ... basic installation

Ah I see.  I had just never heard of it.  Just wanted to make sure, sorry for the noise...

Offline

#10 2012-12-26 14:03:45

waldauf
Member
Registered: 2012-07-15
Posts: 133

Re: UDev uevents to be processed [BUSY] ... basic installation

cfr wrote:

But what about the mirror list? pacman cannot download the repository database so you can't update... I don't think the default includes any ftp servers any more so the fact that pacman is trying to use an ftp server suggests you did not do this.

Diffpac.sh is script which find out pacnew files and merge it. Nothing more :]. I found it there. I downloaded it from web. What do you use for merging new files?



I updated only ''extra.db'' and ''community.db''. Core.db wasn't updated due time-out. I tried to make list of servers by speed (according this site) but it didn't help.

# pacman -Syyu
error: failed retrieving file 'core.db' from ftp.uni-kl.de : Connection time-out
error: failed to update core (download library error)
:: Synchronizing package databases...
downloading extra.db...
downloading extra.db...
downloading extra.db...
downloading community.db...
downloading community.db...
downloa:: Starting full system upgrade...
 there is nothing to download

This problem with time-out I have only in parent's house. At my home I can update system without problem. Can I update core.db offline? By downloading some db-core file? Is it possible?



Do I suppose I need to upgrade my kernel to solve my problem with UDev?

Last edited by waldauf (2012-12-26 14:04:34)

Offline

#11 2012-12-26 20:23:50

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,130

Re: UDev uevents to be processed [BUSY] ... basic installation

waldauf wrote:

Diffpac.sh is script which find out pacnew files and merge it. Nothing more :]. I found it there. I downloaded it from web. What do you use for merging new files?

It's fine to use what you use. I just do them by hand or use diff/patch depending on how I feel at the time. But it doesn't matter so long as you do it. pacmatic reminds me if I have any *.pacnew files I haven't dealt with. (Except for kdmrc which it never notices though I don't know why.)

I updated only ''extra.db'' and ''community.db''. Core.db wasn't updated due time-out. I tried to make list of servers by speed (according this site) but it didn't help.

# pacman -Syyu
error: failed retrieving file 'core.db' from ftp.uni-kl.de : Connection time-out
error: failed to update core (download library error)
:: Synchronizing package databases...
downloading extra.db...
downloading extra.db...
downloading extra.db...
downloading community.db...
downloading community.db...
downloa:: Starting full system upgrade...
 there is nothing to download

Don't use an ftp - pick an http. The default list shouldn't include ftp options now. ftp is apparently much more prone to errors.

This problem with time-out I have only in parent's house. At my home I can update system without problem. Can I update core.db offline? By downloading some db-core file? Is it possible?

Not sure. That doesn't mean it can't be done...

Do I suppose I need to upgrade my kernel to solve my problem with UDev?

I don't know but partial upgrades are not supported and that's effectively what you probably have. There have been a lot of changes to this stuff recently so it would not be very surprising if you were running into problems somehow connected to this. Until your system is upgraded so everything is consistent etc., I think it is going to be a bit difficult to know what is really going on.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

Board footer

Powered by FluxBB