Hello community, here is the log from the commit of package module-init-tools for openSUSE:Factory checked in at 2012-05-26 12:55:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/module-init-tools (Old) and /work/SRC/openSUSE:Factory/.module-init-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "module-init-tools", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/module-init-tools/module-init-tools.changes 2011-12-21 14:57:32.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.module-init-tools.new/module-init-tools.changes 2012-05-26 12:55:48.000000000 +0200 @@ -1,0 +2,8 @@ +Thu May 10 19:35:34 UTC 2012 - [email protected] + +- Added options ch init=0 to modprobe.conf (bnc#760274). + - Avoids initialzing SCSI changer jukeboxes during module + load. It can take an hour for each device and trips the udev + 60s timeout. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ module-init-tools.spec ++++++ --- /var/tmp/diff_new_pack.ZLfdza/_old 2012-05-26 12:55:49.000000000 +0200 +++ /var/tmp/diff_new_pack.ZLfdza/_new 2012-05-26 12:55:49.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package module-init-tools # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: module-init-tools BuildRequires: automake BuildRequires: docbook-utils @@ -28,8 +29,10 @@ PreReq: coreutils rpm # XXX: this should be nm OR eu-nm, the script works with both PreReq: /usr/bin/eu-nm /bin/sed -Provides: modules modutils -Obsoletes: modules modutils +Provides: modules +Provides: modutils +Obsoletes: modules +Obsoletes: modutils # needed by 11.1 / SLE11 kernel Provides: module-init-tools_fix_bnc480524 Summary: Utilities to Load Modules into the Kernel ++++++ modprobe.conf.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/modprobe.conf/modprobe.conf.common new/modprobe.conf/modprobe.conf.common --- old/modprobe.conf/modprobe.conf.common 2011-11-22 14:56:21.000000000 +0100 +++ new/modprobe.conf/modprobe.conf.common 2012-05-10 21:51:48.000000000 +0200 @@ -83,5 +83,8 @@ # FIXME: determine the proper nls module based on fstab options instead # SUSE INITRD: cifs REQUIRES nls_utf8 +# SCSI changers can take 1h to initialize on module load, +# triggering udev timeouts (bnc#760274). +options ch init=0 # end of common part for modprobe.conf -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
