<h2 class="date-header" style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;font-family:'WenQuanYi Micro Hei';font-size:14pt!important;text-transform:uppercase;min-height:0px;background-color:rgb(255,255,255)">
<span style="font-size:14pt!important;background-color:transparent;color:rgb(34,34,34);padding:inherit;letter-spacing:inherit;margin:inherit">2012年3月28日星期三</span></h2><div class="date-posts" style="font-family:'WenQuanYi Micro Hei';font-size:19px;color:rgb(34,34,34);background-color:rgb(255,255,255)">
<div class="post-outer" style="font-size:14pt!important"><div class="post hentry" style="font-size:14pt!important;min-height:0px;margin-top:0px;margin-right:0px;margin-bottom:25px;margin-left:0px"><a name="8765267133570885862" style="font-size:14pt!important"></a><h3 class="post-title entry-title" style="margin-top:0.75em;margin-right:0px;margin-bottom:0px;margin-left:0px;font-family:Arial,Tahoma,Helvetica,FreeSans,sans-serif;font-size:22px;font-weight:normal">
解決chakra上開機時udevd的錯誤訊息問題</h3><div class="post-header" style="line-height:1.6;margin-top:0px;margin-right:0px;margin-bottom:1.5em;margin-left:0px"><div class="post-header-line-1" style="line-height:normal!important;font-size:14pt!important">
</div></div><div class="post-body entry-content" id="post-body-8765267133570885862" style="line-height:1.4;width:690px"><code style="display:block;font-family:'WenQuanYi Micro Hei'!important;font-size:14pt!important;overflow-x:auto;overflow-y:auto;background-image:url('http://klcintw.images.googlepages.com/Code_BG.gif');background-color:rgb(240,240,240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(204,204,204);border-right-color:rgb(204,204,204);border-bottom-color:rgb(204,204,204);border-left-color:rgb(204,204,204);padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:21px;max-height:200px;line-height:normal!important;background-repeat:no-repeat repeat">Sat Mar 24 21:00:39 2012: :: Adjusting system time and setting kernel timezone [BUSY] [DONE]<br style="font-size:14pt!important">
Sat Mar 24 21:00:39 2012: :: Starting UDev Daemon [BUSY] [DONE]<br style="font-size:14pt!important">Sat Mar 24 21:00:39 2012: :: Triggering UDev uevents [BUSY] [DONE]<br style="font-size:14pt!important">Sat Mar 24 21:00:39 2012: :: Loading User-specified Modules [BUSY] [DONE]<br style="font-size:14pt!important">
Sat Mar 24 21:00:39 2012: :: Waiting for UDev uevents to be processed [BUSY] udevd[135]: worker [156] timeout, kill it<br style="font-size:14pt!important">Sat Mar 24 21:00:39 2012:<br style="font-size:14pt!important">Sat Mar 24 21:00:39 2012: udevd[135]: seq 1197 '/devices/pci0000:00/0000:00:1c.1/0000:03:00.0' killed<br style="font-size:14pt!important">
Sat Mar 24 21:00:39 2012:<br style="font-size:14pt!important">Sat Mar 24 21:00:39 2012: [DONE]<br style="font-size:14pt!important">Sat Mar 24 21:00:39 2012: :: Bringing up loopback interface [BUSY] udevd[135]: worker [156] terminated by signal 9 (Killed)<br style="font-size:14pt!important">
Sat Mar 24 21:00:39 2012:<br style="font-size:14pt!important">Sat Mar 24 21:00:39 2012: [DONE]<br style="font-size:14pt!important"></code><br style="line-height:normal!important;font-size:14pt!important">好像是在1月份的時候更新完kernel就出現這個問題,<br style="line-height:normal!important;font-size:14pt!important">
開機時候會多花了30秒在waiting,因為一直對我的系統沒造成什麼影響,<br style="line-height:normal!important;font-size:14pt!important">所以也沒怎麼理他,不過拖慢開機速度這點實在有點惱人,<br style="line-height:normal!important;font-size:14pt!important">這幾天在查這個問題,終於搞定了。<br style="line-height:normal!important;font-size:14pt!important">
<a name="more" style="line-height:normal!important;font-size:14pt!important"></a><br style="line-height:normal!important;font-size:14pt!important">首先你的udev必須是 181-5的版本<br style="line-height:normal!important;font-size:14pt!important">
<code style="display:block;font-family:'WenQuanYi Micro Hei'!important;font-size:14pt!important;overflow-x:auto;overflow-y:auto;background-image:url('http://klcintw.images.googlepages.com/Code_BG.gif');background-color:rgb(240,240,240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(204,204,204);border-right-color:rgb(204,204,204);border-bottom-color:rgb(204,204,204);border-left-color:rgb(204,204,204);padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:21px;max-height:200px;line-height:normal!important;background-repeat:no-repeat repeat">pacman -Q udev<br style="font-size:14pt!important">
udev 181-5</code><br style="line-height:normal!important;font-size:14pt!important">如果沒有的話,記得去升級一下<br style="line-height:normal!important;font-size:14pt!important">然後查看一下你的/var/log/boot<br style="line-height:normal!important;font-size:14pt!important">
看一下出問題的是哪個裝置<br style="line-height:normal!important;font-size:14pt!important">我的訊息是長這個樣子<br style="line-height:normal!important;font-size:14pt!important"><code style="display:block;font-family:'WenQuanYi Micro Hei'!important;font-size:14pt!important;overflow-x:auto;overflow-y:auto;background-image:url('http://klcintw.images.googlepages.com/Code_BG.gif');background-color:rgb(240,240,240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(204,204,204);border-right-color:rgb(204,204,204);border-bottom-color:rgb(204,204,204);border-left-color:rgb(204,204,204);padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:21px;max-height:200px;line-height:normal!important;background-repeat:no-repeat repeat">udevd[135]: seq 1197 '/devices/pci0000:00/0000:00:1c.1/0000:03:00.0' killed</code><br style="line-height:normal!important;font-size:14pt!important">
然後我用lspci -vv|less,找到03:00.0,看看是什麼東西<br style="line-height:normal!important;font-size:14pt!important"><code style="display:block;font-family:'WenQuanYi Micro Hei'!important;font-size:14pt!important;overflow-x:auto;overflow-y:auto;background-image:url('http://klcintw.images.googlepages.com/Code_BG.gif');background-color:rgb(240,240,240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(204,204,204);border-right-color:rgb(204,204,204);border-bottom-color:rgb(204,204,204);border-left-color:rgb(204,204,204);padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:21px;max-height:200px;line-height:normal!important;background-repeat:no-repeat repeat">03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8191SEvB Wireless LAN Controller (rev 10)<br style="font-size:14pt!important">
        Subsystem: Realtek Semiconductor Co., Ltd. Device e020<br style="font-size:14pt!important">        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-<br style="font-size:14pt!important">
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br style="font-size:14pt!important">        Latency: 0, Cache Line Size: 64 bytes<br style="font-size:14pt!important">
        Interrupt: pin A routed to IRQ 17<br style="font-size:14pt!important">        Region 0: I/O ports at 2000 [size=256]<br style="font-size:14pt!important">        Region 1: Memory at f4300000 (32-bit, non-prefetchable) [size=16K]<br style="font-size:14pt!important">
        Capabilities: <access denied><br style="font-size:14pt!important">        Kernel driver in use: rtl8192se<br style="font-size:14pt!important">        Kernel modules: rtl8192se<br style="font-size:14pt!important">
</code><br style="line-height:normal!important;font-size:14pt!important">原來是我的網卡,看到這行 Kernel modules: rtl8192se <br style="line-height:normal!important;font-size:14pt!important">得知kernel是用rtl8192se的模組來驅動網卡,<br style="line-height:normal!important;font-size:14pt!important">
於是我先將/etc/rc.conf中的MODULES中的rtl8192se給刪除,<br style="line-height:normal!important;font-size:14pt!important">然後再新增/etc/modprobe.d/rtl8192se_blacklist.conf的檔案<br style="line-height:normal!important;font-size:14pt!important">
內容是<br style="line-height:normal!important;font-size:14pt!important"><code style="display:block;font-family:'WenQuanYi Micro Hei'!important;font-size:14pt!important;overflow-x:auto;overflow-y:auto;background-image:url('http://klcintw.images.googlepages.com/Code_BG.gif');background-color:rgb(240,240,240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(204,204,204);border-right-color:rgb(204,204,204);border-bottom-color:rgb(204,204,204);border-left-color:rgb(204,204,204);padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:21px;max-height:200px;line-height:normal!important;background-repeat:no-repeat repeat">blacklist rtl8192se</code><br style="line-height:normal!important;font-size:14pt!important">
接下來重開機後發現該錯誤訊息已經消失了,<br style="line-height:normal!important;font-size:14pt!important">不過網卡卻沒有被自動啟動,<br style="line-height:normal!important;font-size:14pt!important">於是我在/etc/rc.local中再新增一行<br style="line-height:normal!important;font-size:14pt!important">
<code style="display:block;font-family:'WenQuanYi Micro Hei'!important;font-size:14pt!important;overflow-x:auto;overflow-y:auto;background-image:url('http://klcintw.images.googlepages.com/Code_BG.gif');background-color:rgb(240,240,240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(204,204,204);border-right-color:rgb(204,204,204);border-bottom-color:rgb(204,204,204);border-left-color:rgb(204,204,204);padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:21px;max-height:200px;line-height:normal!important;background-repeat:no-repeat repeat">modprobe rtl8192se</code><br style="line-height:normal!important;font-size:14pt!important">
來讓他開機時自動啟動網卡,<br style="line-height:normal!important;font-size:14pt!important">如此一來就大功告成了。</div></div></div></div><span style="color:rgb(34,34,34);font-family:'WenQuanYi Micro Hei';font-size:19px;background-color:rgb(255,255,255)">參考來源:</span><br style="font-family:'WenQuanYi Micro Hei';font-size:19px;color:rgb(34,34,34);background-color:rgb(255,255,255)">
<ul style="font-family:'WenQuanYi Micro Hei';font-size:19px;padding-top:0px;padding-right:2.5em;padding-bottom:0px;padding-left:2.5em;margin-top:0.5em;margin-right:0px;margin-bottom:0.5em;margin-left:0px;color:rgb(34,34,34);background-color:rgb(255,255,255)">
<li style="font-size:14pt!important;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0.25em;margin-left:0px"><a href="https://bugs.archlinux.org/task/27938" target="_blank" style="font-size:14pt!important;text-decoration:none;color:rgb(136,136,136)">FS#27938 - [udev] udev-177 breaks loading of some firmware</a></li>
</ul><div class="gmail_quote">On Tue, Apr 3, 2012 at 9:37 PM, Tao KY <span dir="ltr"><<a href="mailto:taoky1999@gmail.com">taoky1999@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
力气太小,跳不过去。<br>
能复制到邮件里来吗?<br>
<div><div class="h5"><br>
2012/4/3 GSC <<a href="mailto:xgdgsc@gmail.com">xgdgsc@gmail.com</a>><br>
<br>
> 参考:<br>
> <a href="http://max-linux-space.blogspot.com/2012/03/chakraudevd.html" target="_blank">http://max-linux-space.blogspot.com/2012/03/chakraudevd.html</a><br>
><br>
> On Tue, Apr 3, 2012 at 6:00 PM, Tao KY <<a href="mailto:taoky1999@gmail.com">taoky1999@gmail.com</a>> wrote:<br>
><br>
> > 启动日志(/var/log/boot):<br>
> > Tue Apr  3 17:49:00 2012: :: Adjusting system time and setting kernel<br>
> > timezone    [BUSY]    [DONE]<br>
> > Tue Apr  3 17:49:00 2012: :: Starting UDev Daemon    [BUSY]    [DONE]<br>
> > Tue Apr  3 17:49:00 2012: :: Triggering UDev uevents    [BUSY]    [DONE]<br>
> > Tue Apr  3 17:49:00 2012: :: Loading User-specified Modules    [BUSY]<br>
> > [DONE]<br>
> > Tue Apr  3 17:49:00 2012: :: Waiting for UDev uevents to be processed<br>
> > [BUSY] udevd[252]: worker [272] timeout, kill it<br>
> > Tue Apr  3 17:49:00 2012:<br>
> > Tue Apr  3 17:49:00 2012: udevd[252]: seq 1323<br>
> > '/devices/pci0000:00/0000:00:1c.1/0000:0d:00.0' killed<br>
> > Tue Apr  3 17:49:00 2012:<br>
> > Tue Apr  3 17:49:00 2012: udevd[252]: worker [272] terminated by signal 9<br>
> > (Killed)<br>
> > Tue Apr  3 17:49:00 2012:<br>
> > Tue Apr  3 17:49:00 2012:    [DONE]<br>
> > Tue Apr  3 17:49:00 2012: :: Bringing up loopback interface    [BUSY]<br>
> > [DONE]<br>
> > Tue Apr  3 17:49:00 2012: :: Checking Filesystems    [BUSY]<br>
> /sbin/fsck.xfs:<br>
> > XFS file system.<br>
> > Tue Apr  3 17:49:00 2012:    [DONE]<br>
> > Tue Apr  3 17:49:00 2012: :: Remounting Root    [BUSY]    [DONE]<br>
> > Tue Apr  3 17:49:00 2012: :: Mounting Local Filesystems    [BUSY]<br>
>  [DONE]<br>
> > Tue Apr  3 17:49:00 2012: :: Activating Swap    [BUSY]    [DONE]<br>
> > Tue Apr  3 17:49:00 2012: :: Configuring Time Zone    [BUSY]    [DONE]<br>
> > Tue Apr  3 17:49:00 2012: :: Initializing Random Seed    [BUSY]    [DONE]<br>
> > Tue Apr  3 17:49:00 2012: :: Removing Leftover Files    [BUSY]    [DONE]<br>
> > Tue Apr  3 17:49:01 2012: :: Setting Hostname: TaoKY-Computer    [BUSY]<br>
> > [DONE]<br>
> > Tue Apr  3 17:49:01 2012: :: Setting Consoles to UTF-8 mode    [BUSY]<br>
> > [DONE]<br>
> > Tue Apr  3 17:49:01 2012: :: Loading Keyboard Map: us    [BUSY]    [DONE]<br>
> > Tue Apr  3 17:49:01 2012: :: Saving dmesg Log    [BUSY]    [DONE]<br>
> > Tue Apr  3 17:49:01 2012: INIT: Entering runlevel: 5<br>
> > Tue Apr  3 17:49:02 2012: :: Starting Syslog-NG    [BUSY]    [DONE]<br>
> > Tue Apr  3 17:49:02 2012: :: Starting D-BUS system messagebus    [BUSY]<br>
> > [DONE]<br>
> > Tue Apr  3 17:49:03 2012: :: Starting NetworkManager    [BUSY]    [DONE]<br>
> > Tue Apr  3 17:49:03 2012: :: Mounting Network Filesystems    [BUSY]<br>
> > [DONE]<br>
> > Tue Apr  3 17:49:03 2012: :: Starting Cron Daemon    [BUSY]    [DONE]<br>
> > Tue Apr  3 17:49:03 2012: :: Starting Avahi mDNS/DNS-SD Daemon    [BUSY]<br>
> > [DONE]<br>
> > Tue Apr  3 17:49:04 2012: :: Starting Avahi mDNS/DNS-SD DNS Server<br>
> > Configuration Daemon    [BUSY]    [DONE]0<br>
> > Tue Apr  3 17:49:04 2012: :: Restoring ALSA Levels    [BUSY]    [DONE]<br>
> > Tue Apr  3 17:49:04 2012: :: Loading vhba and loop modules    [BUSY]<br>
> > [DONE]<br>
> > Tue Apr  3 17:49:05 2012: :: Waiting for /dev/vhba_ctl    [BUSY]<br>
>  [DONE]<br>
> > Tue Apr  3 17:49:05 2012: :: Starting cdemud    [BUSY]    [DONE]<br>
> > Tue Apr  3 17:49:05 2012: :: Starting Samba Server    [BUSY]    [DONE]<br>
> > Tue Apr  3 17:49:06 2012: :: Starting cupsd daemon    [BUSY]    [DONE]<br>
> ><br>
> > /etc/rc.conf:<br>
> > #<br>
> > # /etc/rc.conf - Main Configuration for Chakra GNU/Linux<br>
> > #<br>
> ><br>
> > # -----------------------------------------------------------------------<br>
> > # LOCALIZATION<br>
> > # -----------------------------------------------------------------------<br>
> > #<br>
> > # LOCALE: available languages can be listed with the 'locale -a' command<br>
> > #   LANG in /etc/locale.conf takes precedence<br>
> > # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon<br>
> > # startup and during the boot process. If set to 'no', the C locale is<br>
> > used.<br>
> > # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will<br>
> > result<br>
> > #   in the hardware clock being left untouched (useful for<br>
> virtualization)<br>
> > #   Note: Using "localtime" is discouraged, using "" makes hwclock fall<br>
> > back<br>
> > #   to the value in /var/lib/hwclock/adjfile<br>
> > # TIMEZONE: timezones are found in /usr/share/zoneinfo<br>
> > #   Note: if unset, the value in /etc/localtime is used unchanged<br>
> > # KEYMAP: keymaps are found in /usr/share/kbd/keymaps<br>
> > # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for<br>
> > non-US)<br>
> > # CONSOLEMAP: found in /usr/share/kbd/consoletrans<br>
> > # USECOLOR: use ANSI color sequences in startup messages<br>
> > #<br>
> > LOCALE="en_US.UTF-8"<br>
> > DAEMON_LOCALE="no"<br>
> > HARDWARECLOCK="localtime"<br>
> > TIMEZONE="Asia/Shanghai"<br>
> > KEYMAP="us"<br>
> > CONSOLEFONT=<br>
> > CONSOLEMAP=<br>
> > USECOLOR="yes"<br>
> ><br>
> > # -----------------------------------------------------------------------<br>
> > # HARDWARE<br>
> > # -----------------------------------------------------------------------<br>
> > #<br>
> > # MODULES: Modules to load at boot-up. Blacklisting is no longer<br>
> supported.<br>
> > #   Replace every !module by an entry as on the following line in a file<br>
> in<br>
> > #   /etc/modprobe.d:<br>
> > #     blacklist module<br>
> > #   See "man modprobe.conf" for details.<br>
> > #<br>
> > MODULES=( ac battery button fan processor thermal video cdrom agpgart<br>
> > intel-agp intel-gtt drm drm_kms_helper radeon ttm hid i2c-algo-bit<br>
> i2c-i801<br>
> > i2c-core evdev joydev psmouse serio_raw sparse-keymap media uvcvideo<br>
> > videodev ideapad-laptop iTCO_vendor_support iTCO_wdt cordic crc8<br>
> snd-hwdep<br>
> > snd-page-alloc snd-pcm snd-timer snd snd-hda-codec snd-hda-intel<br>
> soundcore<br>
> > scsi_mod ahci libahci atl1c mac80211 rfkill brcmutil cfg80211 mei usbhid<br>
> > usbcore ehci-hcd usb-common sd_mod sr_mod  vboxdrv)<br>
> > # Udev settle timeout (default to 30)<br>
> > UDEV_TIMEOUT=5<br>
> ><br>
> > # Scan for FakeRAID (dmraid) Volumes at startup<br>
> > USEDMRAID="no"<br>
> ><br>
> > # Scan for BTRFS volumes at startup<br>
> > USEBTRFS="no"<br>
> ><br>
> > # Scan for LVM volume groups at startup, required if you use LVM<br>
> > USELVM="no"<br>
> ><br>
> > # -----------------------------------------------------------------------<br>
> > # NETWORKING<br>
> > # -----------------------------------------------------------------------<br>
> > #<br>
> > # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts<br>
> > #<br>
> > HOSTNAME="TaoKY-Computer"<br>
> ><br>
> > # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.<br>
> > #<br>
> > # Wired network setup<br>
> > #   - interface: name of device (required)<br>
> > #   - address: IP address (leave blank for DHCP)<br>
> > #   - netmask: subnet mask (ignored for DHCP) (optional, defaults to<br>
> > 255.255.255.0)<br>
> > #   - broadcast: broadcast address (ignored for DHCP) (optional)<br>
> > #   - gateway: default route (ignored for DHCP)<br>
> > #<br>
> > # Static IP example<br>
> > # interface=eth0<br>
> > # address=192.168.0.2<br>
> > # netmask=255.255.255.0<br>
> > # broadcast=192.168.0.255<br>
> > # gateway=192.168.0.1<br>
> > #<br>
> > # DHCP example<br>
> > # interface=eth0<br>
> > # address=<br>
> > # netmask=<br>
> > # gateway=<br>
> ><br>
> > interface=<br>
> > address=<br>
> > netmask=<br>
> > broadcast=<br>
> > gateway=<br>
> ><br>
> > # Setting this to "yes" will skip network shutdown.<br>
> > # This is required if your root device is on NFS.<br>
> > NETWORK_PERSIST="no"<br>
> ><br>
> > # Enable these netcfg profiles at boot-up. These are useful if you happen<br>
> > to<br>
> > # need more advanced network features than the simple network service<br>
> > # supports, such as multiple network configurations (ie, laptop users)<br>
> > #   - set to 'menu' to present a menu during boot-up (dialog package<br>
> > required)<br>
> > #   - prefix an entry with a ! to disable it<br>
> > #<br>
> > # Network profiles are found in /etc/network.d<br>
> > #<br>
> > # This requires the netcfg package<br>
> > #<br>
> > #NETWORKS=(main)<br>
> ><br>
> > # -----------------------------------------------------------------------<br>
> > # DAEMONS<br>
> > # -----------------------------------------------------------------------<br>
> > #<br>
> > # Daemons to start at boot-up (in this order)<br>
> > #   - prefix a daemon with a ! to disable it<br>
> > #   - prefix a daemon with a @ to start it up in the background<br>
> > #<br>
> > # If you are sure nothing else touches your hardware clock (such as ntpd<br>
> or<br>
> > # a dual-boot), you might want to enable 'hwclock'. Note that this will<br>
> > only<br>
> > # make a difference if the hwclock program has been calibrated correctly.<br>
> > #<br>
> > # If you use a network filesystem you should enable 'netfs'.<br>
> > #<br>
> > DAEMONS=(syslog-ng dbus !network networkmanager netfs crond avahi-daemon<br>
> > avahi-dnsconfd alsa cdemud samba cups)<br>
> ><br>
> > 我发现MODULES里面东西很多,会不会是它们让开机速度慢的。<br>
> > 求解决。<br>
> > -------------- 下一部分 --------------<br>
> > 一个HTML附件被移除...<br>
> > URL: <<br>
> ><br>
> <a href="https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120403/d84bb528/attachment.html" target="_blank">https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120403/d84bb528/attachment.html</a><br>
> > ><br>
> > --<br>
> > ubuntu-zh mailing list<br>
> > <a href="mailto:ubuntu-zh@lists.ubuntu.com">ubuntu-zh@lists.ubuntu.com</a><br>
> > <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh</a><br>
> ><br>
> -------------- 下一部分 --------------<br>
> 一个HTML附件被移除...<br>
> URL: <<br>
</div></div>> <a href="https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120403/b4978018/attachment.html" target="_blank">https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120403/b4978018/attachment.html</a><br>

<div class="im">> ><br>
> --<br>
> ubuntu-zh mailing list<br>
> <a href="mailto:ubuntu-zh@lists.ubuntu.com">ubuntu-zh@lists.ubuntu.com</a><br>
> <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh</a><br>
><br>
</div>-------------- 下一部分 --------------<br>
一个HTML附件被移除...<br>
URL: <<a href="https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120403/4bd8a0ed/attachment.html" target="_blank">https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120403/4bd8a0ed/attachment.html</a>><br>

<div class="HOEnZb"><div class="h5">--<br>
ubuntu-zh mailing list<br>
<a href="mailto:ubuntu-zh@lists.ubuntu.com">ubuntu-zh@lists.ubuntu.com</a><br>
<a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh</a><br>
</div></div></blockquote></div><br>