[SOLVED] Modules in hwdetect and rc.conf

Hello!
This weekend I decided to make the step from Ubuntu to Arch and I like it alot! But I have a question about the MODULES=() in rc.conf
After the succesfull install of Arch I installed hwdetect. I ran # hwdetect --modules and a huge list of modules came up.
The problem is; in the /etc/rc.conf file is nothing listed in the MODULES=(). I've got no idea which modules are important and which are not.
Specs:
Acer Extensa 5230 Laptop
# hwdetect --modules outcome:
MODULES=(ac battery button processor thermal video cdrom agpart intel-agp i2c-i801 i2c-core evdev joydev pcspkr psmouse serio_raw led_class mmc_core sdhci-pci
sdhci pci_hotplug shpchp acer-wmi wmi rtc-cmos rtc-core rtc-lib output iTCO_vendor_support iTCO_wdt snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm
snd-timer snd snd-hda-codec snd-hda-intel soundcore scsi_mod ahci libphy tg3 mac80211 rfkill ath9k cfg80211 pcmcia_core rsrc_nonstatic yenta_socket usbcore
ehci-hcd uhci-hcd sd_mod sr_mod st)
/etc/rc.conf:
MODULES=()
Which are needed in the /etc/rc.conf file? Thanks in advance!
Last edited by Roline (2009-12-05 15:16:29)

Hmm, for that, what graphics drivers are you using? Do you have kernel mode setting enabled/disabled? I don't know much about those things on laptops, you probably want to search the forum for the answer. http://wiki.archlinux.org/index.php/Intel_Graphics is the wiki page on KMS on Intel graphics things, I tried looking to see if I could decipher it, but it looks like you have a GMA 4500M, so I don't know at all, haha. I'm sure somebody with a Laptop will have more insight for you
Edit: Oh, wow, only after Misfit138's post do I realize I should have refreshed before posting this. Hopefully Compiz is up to speed then
Last edited by jac (2009-12-05 23:04:58)

Similar Messages

  • [SOLVED] Issues with GRUB and rc.conf

    I've just performed a full system upgrade and I've found these errors:
    -> When I restart my system, GRUB doesn't load at all. It takes severak seconds until it displays "GRUB Stage 1.5" and right after that it then enters in a loop displaying the message until forever
    GRUB Stage 1.5
    GRUB Stage 1.5
    GRUB Stage 1.5
    GRUB Stage 1.5
    GRUB Stage 1.5
    and so on.
    It only happens when I restart the system from my DE. If I turn off and on the system everythings works fine again. I've also tried to reinstall grub but the problem persists, Any idea on this issue??
    -> I use Xfce4 as my desktop enviroment and after the upgrade it ignores the KEYMAP entry in my rc.conf file. It is set to "es" but somehow it uses a us layout. I can change the layout in the Xfce menu but why is this happening? Why is it ignoring the rc.conf file?
    UPDATE: I solved this issue by doing this: http://wiki.archlinux.org/index.php/Xor … _US_layout
    Any clues on the issues are appreciated.
    Thanks in advance!
    Last edited by flight243 (2010-09-17 22:31:50)

    UPDATE2: Surprisingly the GRUB problem does not happen to me anymore and I have not changed anything. How weird....
    Anyway, this thread is SOLVED.
    Thanks for reading!

  • [SOLVED] Module blacklist not working using .conf

    I am trying to blacklist usblp so that my usb printer will function.
    I have created the file:   /etc/modprobe.d/.conf
    with the following contents:
    blacklist usblp
    The module usblp continues to load at boot.  What am I missing in this process?
    Thanks
    Last edited by glenn69 (2011-07-04 17:41:50)

    man modprobe.d:
    All  files underneath the /etc/modprobe.d directory which end with the .conf extension specify those options as required. (the /etc/modprobe.conf file can also be used if  it  exists, but  that  will  be removed in a future version)
    .conf is just the extension that is required for files under /etc/modprobe.d/
    You can also see that modprobe.conf will be removed in the future.

  • [SOLVED]problem with Bumblebee and Kernel 3.11-1-2

    Hi!
    I'm having problems with Bumblebee from Kernel 3.10 but I read that Kernel 3.11 solved the problem, I searched and tried possible solutions to my problem unsuccessfully
    The message shows me when I run "optirun":
    [ 5454.262739] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) No devices detected.
    [ 5454.262776] [ERROR]Aborting because fallback start is disabled.
    I've tried with wiki's solutions, forums solutions...
    Configurations files:
    /etc/bumblebee/bumblebee.conf:
    # Configuration file for Bumblebee. Values should **not** be put between quotes
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=
    # Directory with a dummy config file to pass as a -configdir to secondary X
    XorgConfDir=/etc/bumblebee/xorg.conf.d
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # Acceleration/ rendering bridge, possible values are auto, virtualgl and
    # primus.
    Bridge=virtualgl
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # List of paths which are searched for the primus libGL.so.1 when using
    # the primus bridge
    PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    # bbswitch - new in BB 3, recommended if available
    # switcheroo - vga_switcheroo method, use at your own risk
    # none - disable PM completely
    # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
    /etc/bumblebee/xorg.conf.nvidia
    Section "ServerLayout"
    Identifier "Layout0"
    Option "AutoAddDevices" "false"
    Option "AutoAddGPU" "false"
    EndSection
    Section "Device"
    Identifier "DiscreteNvidia"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    # If the X server does not automatically detect your VGA device,
    # you can manually set it here.
    # To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
    # as you see in the commented example.
    # This Setting may be needed in some platforms with more than one
    # nvidia card, which may confuse the proprietary driver (e.g.,
    # trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
    BusID "PCI:01:00.0"
    # Setting ProbeAllGpus to false prevents the new proprietary driver
    # instance spawned to try to control the integrated graphics card,
    # which is already being managed outside bumblebee.
    # This option doesn't hurt and it is required on platforms running
    # more than one nvidia graphics card with the proprietary driver.
    # (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
    # If this option is not set, the new Xorg may blacken the screen and
    # render it unusable (unless you have some way to run killall Xorg).
    Option "ProbeAllGpus" "false"
    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "UseDisplayDevice" "none"
    EndSection
    lspci |grep NVIDIA:
    01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 640M] (rev a1)
    I hope can help me
    Thanks!
    Last edited by surrealistic (2013-11-04 18:46:35)

    My /var/log/Xorg.8.log:
    [ 337.161]
    X.Org X Server 1.14.4
    Release Date: 2013-10-31
    [ 337.161] X Protocol Version 11, Revision 0
    [ 337.161] Build Operating System: Linux 3.11.6-1-ARCH x86_64
    [ 337.161] Current Operating System: Linux h131h-laptop 3.11.6-1-ARCH #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013 x86_64
    [ 337.161] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4eb69984-2228-4aba-9863-28a7fa854e51 rw quiet
    [ 337.161] Build Date: 01 November 2013 05:10:48PM
    [ 337.161]
    [ 337.161] Current version of pixman: 0.30.2
    [ 337.161] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 337.161] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 337.161] (==) Log file: "/var/log/Xorg.8.log", Time: Mon Nov 4 14:20:04 2013
    [ 337.161] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 337.161] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 337.161] (==) ServerLayout "Layout0"
    [ 337.161] (==) No screen section available. Using defaults.
    [ 337.161] (**) |-->Screen "Default Screen Section" (0)
    [ 337.161] (**) | |-->Monitor "<default monitor>"
    [ 337.161] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 337.161] (**) | |-->Device "DiscreteNvidia"
    [ 337.161] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 337.161] (**) Option "AutoAddDevices" "false"
    [ 337.161] (**) Option "AutoAddGPU" "false"
    [ 337.161] (**) Not automatically adding devices
    [ 337.161] (==) Automatically enabling devices
    [ 337.161] (**) Not automatically adding GPU devices
    [ 337.161] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 337.162] Entry deleted from font path.
    [ 337.162] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 337.162] Entry deleted from font path.
    [ 337.162] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 337.162] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 337.162] Entry deleted from font path.
    [ 337.162] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 337.162] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 337.162] (++) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules"
    [ 337.162] (==) |-->Input Device "<default pointer>"
    [ 337.162] (==) |-->Input Device "<default keyboard>"
    [ 337.162] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 337.162] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 337.162] (II) Loader magic: 0x7fdc20
    [ 337.162] (II) Module ABI versions:
    [ 337.162] X.Org ANSI C Emulation: 0.4
    [ 337.162] X.Org Video Driver: 14.1
    [ 337.162] X.Org XInput driver : 19.1
    [ 337.162] X.Org Server Extension : 7.0
    [ 337.162] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 337.162] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 337.162] setversion 1.4 failed
    [ 337.163] (--) PCI:*(0:1:0:0) 10de:0fd2:1025:0648 rev 161, Mem @ 0xb2000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00002000/128
    [ 337.163] Initializing built-in extension Generic Event Extension
    [ 337.163] Initializing built-in extension SHAPE
    [ 337.163] Initializing built-in extension MIT-SHM
    [ 337.163] Initializing built-in extension XInputExtension
    [ 337.163] Initializing built-in extension XTEST
    [ 337.163] Initializing built-in extension BIG-REQUESTS
    [ 337.163] Initializing built-in extension SYNC
    [ 337.163] Initializing built-in extension XKEYBOARD
    [ 337.163] Initializing built-in extension XC-MISC
    [ 337.163] Initializing built-in extension SECURITY
    [ 337.163] Initializing built-in extension XINERAMA
    [ 337.163] Initializing built-in extension XFIXES
    [ 337.163] Initializing built-in extension RENDER
    [ 337.163] Initializing built-in extension RANDR
    [ 337.164] Initializing built-in extension COMPOSITE
    [ 337.164] Initializing built-in extension DAMAGE
    [ 337.164] Initializing built-in extension MIT-SCREEN-SAVER
    [ 337.164] Initializing built-in extension DOUBLE-BUFFER
    [ 337.164] Initializing built-in extension RECORD
    [ 337.164] Initializing built-in extension DPMS
    [ 337.164] Initializing built-in extension X-Resource
    [ 337.164] Initializing built-in extension XVideo
    [ 337.164] Initializing built-in extension XVideo-MotionCompensation
    [ 337.164] Initializing built-in extension XFree86-VidModeExtension
    [ 337.164] Initializing built-in extension XFree86-DGA
    [ 337.164] Initializing built-in extension XFree86-DRI
    [ 337.164] Initializing built-in extension DRI2
    [ 337.164] (II) LoadModule: "glx"
    [ 337.164] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
    [ 337.172] (II) Module glx: vendor="NVIDIA Corporation"
    [ 337.172] compiled for 4.0.2, module version = 1.0.0
    [ 337.172] Module class: X.Org Server Extension
    [ 337.172] (II) NVIDIA GLX Module 325.15 Wed Jul 31 18:12:00 PDT 2013
    [ 337.172] Loading extension GLX
    [ 337.172] (II) LoadModule: "nvidia"
    [ 337.172] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 337.172] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 337.172] compiled for 4.0.2, module version = 1.0.0
    [ 337.172] Module class: X.Org Video Driver
    [ 337.172] (II) LoadModule: "mouse"
    [ 337.172] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 337.172] (II) Module mouse: vendor="X.Org Foundation"
    [ 337.172] compiled for 1.14.0, module version = 1.9.0
    [ 337.172] Module class: X.Org XInput Driver
    [ 337.172] ABI class: X.Org XInput driver, version 19.1
    [ 337.172] (II) LoadModule: "kbd"
    [ 337.173] (WW) Warning, couldn't open module kbd
    [ 337.173] (II) UnloadModule: "kbd"
    [ 337.173] (II) Unloading kbd
    [ 337.173] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 337.173] (II) NVIDIA dlloader X Driver 325.15 Wed Jul 31 17:50:57 PDT 2013
    [ 337.173] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 337.173] (--) using VT number 1
    [ 337.173] (II) Loading sub module "fb"
    [ 337.173] (II) LoadModule: "fb"
    [ 337.173] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 337.173] (II) Module fb: vendor="X.Org Foundation"
    [ 337.173] compiled for 1.14.4, module version = 1.0.0
    [ 337.173] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 337.173] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 337.173] (II) Loading sub module "wfb"
    [ 337.173] (II) LoadModule: "wfb"
    [ 337.173] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 337.173] (II) Module wfb: vendor="X.Org Foundation"
    [ 337.173] compiled for 1.14.4, module version = 1.0.0
    [ 337.173] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 337.173] (II) Loading sub module "shadow"
    [ 337.173] (II) LoadModule: "shadow"
    [ 337.173] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 337.173] (II) Module shadow: vendor="X.Org Foundation"
    [ 337.173] compiled for 1.14.4, module version = 1.1.0
    [ 337.173] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 337.173] (II) Loading sub module "ramdac"
    [ 337.173] (II) LoadModule: "ramdac"
    [ 337.173] (II) Module "ramdac" already built-in
    [ 337.174] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 337.174] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 337.174] (==) NVIDIA(0): RGB weight 888
    [ 337.174] (==) NVIDIA(0): Default visual is TrueColor
    [ 337.174] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 337.174] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 337.174] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [ 337.174] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 337.174] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [ 337.174] (**) NVIDIA(0): Enabling 2D acceleration
    [ 337.174] (**) NVIDIA(0): Ignoring EDIDs
    [ 337.174] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [ 337.174] (**) NVIDIA(0): mode
    [ 341.309] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 341.309] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 341.309] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 341.309] (EE) NVIDIA(0): README for additional information.
    [ 341.309] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 341.309] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 341.309] (II) UnloadModule: "nvidia"
    [ 341.309] (II) UnloadSubModule: "shadow"
    [ 341.309] (II) UnloadSubModule: "wfb"
    [ 341.309] (II) UnloadSubModule: "fb"
    [ 341.309] (EE) Screen(s) found, but none have a usable configuration.
    [ 341.309] (EE)
    Fatal server error:
    [ 341.309] (EE) no screens found(EE)
    [ 341.309] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 341.309] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    [ 341.309] (EE)
    [ 341.309] (EE) Server terminated with error (1). Closing log file.
    dmesg |grep bbswitch:
    [ 13.570577] bbswitch: version 0.7
    [ 13.570585] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 13.570591] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
    [ 13.570687] bbswitch: detected an Optimus _DSM function
    [ 13.570741] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
    [ 13.572354] bbswitch: disabling discrete graphics
    [ 261.419114] bbswitch: enabling discrete graphics
    [ 278.445698] bbswitch: disabling discrete graphics
    [ 279.055257] bbswitch: enabling discrete graphics
    [ 286.292315] bbswitch: disabling discrete graphics
    [ 291.911052] bbswitch: enabling discrete graphics
    [ 310.011289] bbswitch: disabling discrete graphics
    [ 336.982794] bbswitch: enabling discrete graphics
    [ 349.526470] bbswitch: enabling discrete graphics
    I used "rcutree" option as shown in the post that you put, but I've deleted all changes made to use default configurations, because the solution of the post didn't work

  • [SOLVED]problem with GNOME and wireless connection

    Hi!
    I'm new to Arch Linux, and have run into a few problems after installation.
    My computer is a HP Pavilion dv6000.
    I installed using "xf86-video-nouveau" driver, as i understand this is the best choice for "Nvidia Geforce Go 7400". Is it?
    I also installed the complete "gnome", "gnome-extra", "gdm", "gnome-tweak-tool" and "gnome-shell-extensions" packages, but when I boot into gdm login, it automatically starts in fallback mode (the one who has "applications" and "places" in the top panel instead of "activities". What am I doing wrong here?
    Btw, when I go to System settings - system info - graphics, there are three lines; "Driver", "Experience", "Forced Fallback Mode". "Driver" line only says driver, and is blank after. "Experience" line says "Fallback".  "Forced Fallback Mode" is set to OFF.
    Also, I cannot figure out how to get my wireless network set up correctly.
    When i open System Settings - Network, I get an error saying System network is not compatible with this version.
    Any help with this woill be greatly appreciated!
    $ iwconfig
    lo        no wireless extensions.
    wlan0     IEEE 802.11abg  ESSID:off/any 
              Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:on
    eth0      no wireless extensions.
    Last edited by pkuvaas (2012-01-18 21:57:46)

    pkuvaas wrote:
    Thanks!
    -dri driver worked. But if the NVIDIA driver works better, I should probably consider using that one.
    I tried to install the NVIDIA binary driver, but when i tried to run
    # chmod -X NVIDIA-Linux-x86-290.10.run
    # ./NVIDIA-Linux-x86-290.10.run
    I got a message telling me to close x first.
    How can I do this?
    Ho ho ho buddy, I see you're trying to install the nvidia driver from the website. Have another look here:
    https://wiki.archlinux.org/index.php/Nvidia#Installing
    the drivers are available through pacman Installing the driver through pacman will automatically take care of removing things that conflict and installing things you need to ge t the NVIDIA driver to work.
    NVIDIA _might_ be better, 3d support in nouveau is still somewhat experimental and nouveau doesn't have all the power management features yet. It'll be something to experiment with. Have a good read of the NVIDIA and NOUVEAU wiki articles
    pkuvaas wrote:
    As for the wireless issue, I googled around a bit and found that the driver I need is ilw3945.
    I added this to /etc/rc.conf:
    DAEMONS=(...ilw3945...)
    as it seems the drivers are included in udev.
    However, when i try to open System Settings -> Network, it says
    The system network services are not compatible with this version.
    So I'm getting a little restless to find out what I can do to get the wireless network configurated properly, and how I can do it.
    Any ideas?
    First I think you've fundamentally misunderstood something. Drivers for linux come in module form, not in DAEMON form. A DAEMON is an application that runs in the background (sound server, network service, etc etc).
    ilw3945 would have to be added to your MODULES section in /etc/rc.conf if that is the module you need.
    humor me and post the output of this command:
    $ lspci

  • Problems with new rc.conf network profile and rc.conf.pacnew [FIXED]

    Folks after the last updates I have the following error
    I used cat /var/log/boot | grep -C 10 'FAIL' | awk '{for (i =5; i <=NF; i++) printf("%s",$i); printf("\n")}' to get it.
    The query is outputing a LOT of garbage maybe someone can help me to improve it a bit but anyways....
    2011:^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mActivatingSwap^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mConfiguringTimeZone^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mRemovingLeftoverFiles^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mSettingHostname:mordor^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mSettingLocale:en_US.UTF-8^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mSettingConsolestoUTF-8mode^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[%G^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mLoadingKeyboardMap:br-abnt2^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:INIT:Enteringrunlevel:3
    2011:^[[1;34;40m::^[[1;37;40mStartingSyslog-NG^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mStartingNetwork^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;31;40mFAIL^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mMountingNetworkFilesystems^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mStartingCronDaemon^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mRestoringALSALevels^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mStartingD-BUSsystemmessagebus^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mStartingUDevDaemon^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mTriggeringUDevuevents^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mLoadingModules^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mWaitingforUDevueventstobeprocessed^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mBringinguploopbackinterface^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mCheckingFilesystems^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m/dev/sdb3:clean,258183/6111232files,4586437/24414012blocks
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingUDevDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mTriggeringUDevuevents^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingModules^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mWaitingforUDevueventstobeprocessed^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mBringinguploopbackinterface^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mCheckingFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m/dev/sdb3:clean,270450/6111232files,8015085/24414012blocks
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingUDevDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mTriggeringUDevuevents^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingModules^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mWaitingforUDevueventstobeprocessed^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mBringinguploopbackinterface^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mCheckingFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m/dev/sdb3:clean,270422/6111232files,8015125/24414012blocks
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingUDevDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mTriggeringUDevuevents^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingModules^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mWaitingforUDevueventstobeprocessed^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mBringinguploopbackinterface^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mCheckingFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m/dev/sdb3:clean,270990/6111232files,8019043/24414012blocks
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingUDevDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mTriggeringUDevuevents^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingModules^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mWaitingforUDevueventstobeprocessed^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mBringinguploopbackinterface^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mCheckingFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m/dev/sdb3:clean,273536/6111232files,8184441/24414012blocks
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingUDevDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mTriggeringUDevuevents^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingModules^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mWaitingforUDevueventstobeprocessed^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mBringinguploopbackinterface^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mCheckingFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m/dev/sdb3:clean,273805/6111232files,8434474/24414012blocks
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingUDevDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mTriggeringUDevuevents^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingModules^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mWaitingforUDevueventstobeprocessed^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mBringinguploopbackinterface^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mCheckingFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m/dev/sdb3:clean,273600/6111232files,8386385/24414012blocks
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingUDevDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mTriggeringUDevuevents^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingModules^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mWaitingforUDevueventstobeprocessed^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mBringinguploopbackinterface^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mCheckingFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m/dev/sdb3:clean,272888/6111232files,8317174/24414012blocks
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingUDevDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mTriggeringUDevuevents^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingModules^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mWaitingforUDevueventstobeprocessed^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mBringinguploopbackinterface^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mCheckingFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m/dev/sdb3:clean,380648/6111232files,7423668/24414012blocks
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingUDevDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mTriggeringUDevuevents^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingModules^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mWaitingforUDevueventstobeprocessed^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mBringinguploopbackinterface^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mCheckingFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m/dev/sdb3:clean,380645/6111232files,7424068/24414012blocks
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingUDevDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mTriggeringUDevuevents^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingModules^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mWaitingforUDevueventstobeprocessed^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mBringinguploopbackinterface^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mCheckingFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m/dev/sdb3:Superblocklastmounttimeisinthefuture.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    The specific error is Thisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    What can I do? Cause I followed the instructions in https://wiki.archlinux.org/index.php/Netcfg
    and ended up with no network
    Also how can I generate a new rc.conf.packnew?
    Here is my  rc.conf
    cat /etc/rc.conf.packnew
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # DAEMON_LOCALE: Set the locale during daemon startup and during the boot
    # process. If set to 'no', the C locale will be used.
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # 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="localtime"
    TIMEZONE="America/Sao_Paulo"
    KEYMAP="br-abnt2"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(fuse)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="mordor"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(gateway)
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need 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 now 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
    DAEMONS=(syslog-ng network netfs crond alsa dbus)
    My network profile:
    cat /etc/network.d/main
    CONNECTION='ethernet'
    DESCRIPTION='A basic dhcp ethernet connection using iproute'
    INTERFACE='eth0'
    IP='dhcp'
    Regards,
    vfbsilva
    Last edited by vfbsilva (2011-06-15 04:12:59)

    The problem was in rc.conf. Im posting the file with the fix, the network modules were being loaded in the wrong order on the modules array and I think I had a module missing. Anyway posting it:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # DAEMON_LOCALE: Set the locale during daemon startup and during the boot
    # process. If set to 'no', the C locale will be used.
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # 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="localtime"
    TIMEZONE="America/Sao_Paulo"
    KEYMAP="br-abnt2"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    VERBOSE="3"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    #MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(fuse)
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="mordor"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(gateway)
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need 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 now 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
    DAEMONS=(syslog-ng crond alsa dbus net-profiles netfs)
    Hope it helps someone;

  • Modules Loaded By InitRD Vs. Modules Loaded By /etc/rc.conf

    I have udev disabled and specified my modules in the modules array in /etc/rc.conf and was messing around with mkinitcpio.conf and noticed that you could specify your modules there also. I have about 30 or so modules I need loaded. Which method is better (quicker)?

    in mkinitcpio you should only load those modules needed for booting the kernel. No need to add all your modules to mkinitcpio - it will slow down your boot.

  • Help! Confusion over how to setup intel3945 wireless and rc.conf

    Hi,
    I'm very confused.  I've already read through all the wikis and searched many forum posts.  I can't get my wireless intel3945 to work on my dell vostro 1400.
    Iwconfig says the wireless card is at wlan0 and dmesg | grep iwl says it has detected it.  However, when I try a iwlist wlan0 scan it returns :
    wlan0 Interface doesn't support scanning : Network is down
    I think the problem is that I don't know how to setup rc.conf correctly or use the command line to test the wireless.  Forum posts say many different things on how this is done.
    These are the steps I have taken:
    uninstalled the ipw3945 and ipw3945-ucode and ipw3945d.
    installed iwlwifi and iwlwifi-3945-ucode
    in my rc.conf modules, added iwl3945.
    I'm not sure how to setup the networking section, this what I have now:
    lo="lo 127.0.01"
    eth0="dhcp"
    wlan0="dhcp"
    INTERFACES=(lo etho)
    gateway="default gw 192.168.1.1"
    ROUTES=(!gateway)
    And in my dameons I have 'network'.
    How can I scan for networks and connect to them on the commandline?  I'd prefer not to use a gui tool because they never work and never tell me why they're not working.
    Any help is greatly appreciated!
    Cheers!
    kilolima

    iphitus wrote:
    broch wrote:I have ipw3945 and iwl3945 working with wpa2 (or vpn)
    (less complicatd than the above)
    don't use netcfg2
    Why?
    no particular reason.
    Simply when I configured wireless, netcfg2 wasn't available. Since then it (wireless) works, so not having any problems, I did not modify network setup. Next week or so I am going to install Arch on my daughter's laptop (per her request ) so I will try netcfg2.
    So this is what I have for ipw3945 wpa2 or iwl3945 with wpa2
    Below you will find a lot of words so read slowly but there is not much actual work
    ipw3945 setup
    kernel 2.6.23.x (Arch or vanilla)
    or
    kernel 2.6.24/2.6.24-gitX (patched with ipw3945 patch from gentoo -> compiling separate module for 2.6.24 may fail. if you want kernel patch I can post a link)
    for default kernel install Arch packages for ipw3945, ipw3945d, ipw3945-ucode
    or
    if you want to compile modules, you will also need ieee80211 (first uninstall kernel's default, then install from sources otherwise ieee80211 from sources may refuse to install)
    modify /etc/rc.conf
    DAEMONS=(.... @ipw3945d @network ....)
    that is all you don't need to add ipw3945 to MODULES=(.....)
    because ipw3945d will automatically start ipw3945 module
    do not list eth1 in network config section:
    lo="lo 127.0.0.1"
    eth0="dhcp"
    INTERFACES=(eth0)
    as you see, in my case only eth0 (wired) is listed and eth1 (wireless) is not listed
    now you are done with basic network configuration for ipw3945, restart network/computer to bring up ipw3945d/ipw3945
    check if modules are up and basic network is set:
    #lsmod | grep ipw
    #ifconfig -a
    or
    #iwconfig
    if all is o.k. configure
    WPA2:
    configure router for wpa2
    client: basically follow Arch wiki:
    configure wpa_supplicant (installed already of course)
    #wpa_passphrase your_ssid your_psk
    keep terminal window open with created encrypted wpa passphrase  and in the second terminal window edit /etc/wpa_supplicant.conf
    ctrl_interface=/var/run/wpa_supplicant
    network={
            ssid="your_ssid"
            scan_ssid=1
            proto=WPA RSN
            key_mgmt=WPA-PSK
            pairwise=CCMP TKIP
            group=CCMP TKIP
                    psk=whatever_output_from_wpa_passphrase
    Above pairwise and group setup will depend on your router (network capabilities)
    almost done:
    run
    #wpa_supplicant -Bw -Dwext -i eth1 -c/etc/wpa_supplicant.conf
    the above assumes that your ipw3945 is set as eth1 (from iwconfig output)
    to connect to the network I am using "wireless assistant" http://www.kde-apps.org/content/show.ph … tent=21832
    that is all for ipw3945. You may automate network starting/connecting to wpa2 by writing simple script.
    iwl3945
    --kernel 2.6.23.x
    install iwlwifi and iwlwifi-3945-ucode
    --kernel 2.6.24.x
    install only iwlwifi-3945-ucode as kernel has iwlwifi module incorporated
    default iwlwifi does not support LED so I suggest to install something like knemo for kde to show active network icon. The latest iwlwifi does support LED but it is not yet incorporated into 2.6.24 vanilla kernel.
    if you have kernel 2.6.23.x with external iwlwifi module
    modify /etc/rc.conf
    and add iwlwifi to
    MODULES=(.....)
    nothing else is required.
    if you have kernel 2.6.24 with integrated iwlwifi module you don't have to edit /etc/rc.conf
    As in the case of ipw3945, I do not list wireless interface (wlan0) in /etc/rc.conf
    for kernel 2.6.23.x
    load module/restart network or simply restart computer
    check if module is up
    #lsmod | grep iwl
    #iwconfig
    or
    #ifconfig -a
    WPA2
    same wpa_supplicant.conf as above, so if you already have it no need for modifications.
    start wpa2
    #wpa_supplicant -Bw -Dwext -i wlan0 -c/etc/wpa_supplicant.conf
    the only difference in the command is wireless interface: wlan0
    connect to the network, again I am using "wireless assistant"
    vpn
    I am using cisco vpn. Client is provided by vpn host, cisco does not provide vpn client for individual download, but you can find it on line.
    vpn host will provide pcf file for you
    - install vpnclient
    - copy your VPN profile (vpn.pcf) to the
    /etc/CiscoSystemsVPNClient/Profiles
    directory
    -- start vpn client
    /opt/cisco-vpnclient/bin/vpnclient connect vpn pcf_file_name
    provide username and password and off you go
    From my experience none of linux gui for vpn works reliably so you will have to resort to the command line.
    That is all, a lot of writing, but actual ipw3945 and iwl3945 configuration is straightforward and very short.
    Hopefully this will work for you.
    forgot to add regarding vpnclient (cisco)
    you will have to modify
    /etc/init.d/vpnclient_init
    line 38 and line 101
    replace
    /sbin/lsmod
    with
    /bin/lsmod
    Last edited by broch (2008-02-07 15:55:45)

  • [solved] Module bbswitch does not load, cannot disable nvidia

    Hey!
    According to the title I'm unable to load the bbswitch module on load with it's given parameters. I do it the way suggest in the Arch Wiki.
    I'm using linux-ck
    local/linux-ck-corex 3.5.6-1 (ck-corex)
    local/linux-ck-corex-headers 3.5.6-1 (ck-corex)
    local/nvidia-ck-corex 304.51-2 (ck-corex)
    (I heard theat graysky said that there are no problems)
    My /etc/modprobe.d/bbswitch.conf looks like
    options bbswitch load_state=0 unload_state=0
    dmesg|tail -10 outputs:
    [ 121.351475] bbswitch: version 0.4.2
    [ 121.351486] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 121.351497] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG1.GFX0
    [ 121.351647] bbswitch: detected an Optimus _DSM function
    [ 121.351656] bbswitch: device 0000:01:00.0 is in use by driver 'nvidia', refusing OFF
    [ 121.351659] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
    [ 135.236590] bbswitch: disabling discrete graphics
    [ 135.236977] bbswitch: Result of Optimus _DSM call: 01000058
    [ 135.250144] pci 0000:01:00.0: >Refused to change power state, currently in D0
    [ 135.343414] pci 0000:01:00.0: >power state changed by ACPI to D3
    Any suggestions? Am I missing something? I'm thinking of adding bbswitch into modules-load.d and add the parameters as kernel parameters in grub but I'm not happy with that solution…
    even if it's the "cleaner" version, imho.
    Cheers!
    Help is appreciated, thanks. :-)
    Edit: If I load bbswitch manually, I have to restart bumblebee to turn the graphics off. I cannot disable the card via bbswitch suggested in bbswitch git repo with command: tee /proc/acpi/bbswitch <<<OFF.
    Tried via modules-load.d now and grub boot parameters. The module is loaded but the card is turned on…
    $domac.vex dmesg |tail -10
    [ 35.421363] atl1c 0000:05:00.0: >irq 55 for MSI/MSI-X
    [ 35.433604] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 36.766411] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=0
    [ 36.773765] EXT4-fs (sda1): re-mounted. Opts: data=ordered,commit=0
    [ 107.303982] Bluetooth: Core ver 2.16
    [ 107.304005] NET: Registered protocol family 31
    [ 107.304007] Bluetooth: HCI device and connection manager initialized
    [ 107.304009] Bluetooth: HCI socket layer initialized
    [ 107.304011] Bluetooth: L2CAP socket layer initialized
    [ 107.304016] Bluetooth: SCO socket layer initialized
    Added my bumblebee.conf _here_.
    Last edited by domac (2012-10-10 15:28:04)

    Hey Lekensteyn! First of all, thanks for your answer. :-)
    I disabled the nvidia module now. My /etc/modprobe.d now looks like
    /etc/modprobe.d
    total 20K
    drwxr-xr-x 2 root root 4.0K Oct 9 19:32 .
    drwxr-xr-x 76 root root 4.0K Oct 9 12:49 ..
    -rw-r--r-- 1 root root 45 Oct 9 19:32 bbswitch.conf
    -rw-r--r-- 1 root root 18 Aug 8 20:08 nouveau_blacklist.conf
    -rw-r--r-- 1 root root 17 Oct 9 12:23 nvidia_blacklist.conf
    nvidia_blacklist.conf:
    blacklist nvidia
    nouveau_blacklist.conf:
    blacklist nouveau
    bbswitch.conf:
    options bbswitch load_state=0 unload_state=0
    There is only one more problem left… the bbswitch module does not load on startup. If I # modprobe bbswitch manually the nvidia card is turned off and it also seems the bumblebeed daemon is not started… I have no idea why. It worked with that setup all the time… not much has changed… imho nothing.
    Are there any logs I could post or what can I do to eventually fix this problem.
    Thanks for the help in advance!
    EDIT: I can start the bumblebeed.service manually. + Why are the modules from modprobe.d not loaded? My mkinitcpio.conf.
    EDIT2: Found it why bbswitch module wasn't loaded… http://comments.gmane.org/gmane.linux.a … eral/44986… testing this one right now.
    Last edited by domac (2012-10-09 17:54:04)

  • Function Modules for Data and Time

    Hi all,
              I need 2 function modules for date and time. when we pass current data(sy-datum) and current time (sy-uzeit) into function modules, shoud get date in <b>dd/mm/yyyy or dd.mm.yyyy</b> and time in<b> HH:MM:SS</b> formats.
    Thanks in advance

    Hi Ranjith,
    i think this will b usefull for you..
    SAP Bar Chart Function Modules and what they are used for
    Function module
    Used for
    BARC_GRAPHIC_PBO
    Starting bar chart at PBO time, using a graphic profile (parameter PROFILE)
    BARC_GRAPHIC_PAI
    Analyzing data returned by the graphic
    BARC_SET_TIME_AXIS
    Setting start and end of time axis
    BARC_SET_OPTIONS
    Setting options
    BARC_ADD_CHART
    Creating a chart
    BARC_SET_CHART_ATTRIB
    Setting chart attributes
    BARC_ADD_SECTION
    Creating a section on the time axis
    BARC_SET_SECTION_ATTRIB
    Setting section attributes
    BARC_ADD_RIBBON
    Adding a ribbon to the time axis
    BARC_SET_RIBBON_ATTRIB
    Setting attributes for ribbons in the chart
    BARC_ADD_GRID
    Adding a time grid
    BARC_SET_GRID_ATTRIB
    Setting grid attributes
    BARC_ADD_LAYER
    Adding a layer (graphic elements)
    BARC_SET_LAYER_ATTRIB
    Setting layer attributes
    BARC_ADD_LINE
    Adding a line
    BARC_ADD_CALENDAR
    Creating a calendar
    BARC_SET_CALENDAR_ATTRIB
    Setting attributes for a calendar
    BARC_ADD_TIME_PROFILE
    Creating time profiles
    BARC_SET_TIME_PROFILE_ATTRIB
    Setting attributes for time profile
    BARC_ADD_INTERVAL
    Adding a time interval
    BARC_SET_INTERVAL_ATTRIB
    Setting time interval attributes
    BARC_ADD_TIME_OBJECT
    Creating a time object
    BARC_CONVERT_DATE
    Creating a date string in bar chart format
    BARC_REVERT_DATE
    Converting a date string in bar chart format to date and time
    BARC_ADD_DATELINE
    Creating a date line
    BARC_SET_DATELINE_ATTRIB
    Setting dateline attributes
    BARC_GET_PROFILE_CONTENTS
    Obtaining profile contents for customizing a chart
    BARC_GET_COLUMN_WIDTH
    Selecting new column width
    BARC_SET_COLUMN_WIDTH
    Setting the column width
    BARC_GET_TEXTINDEX
    Obtaining the text index of a field
    BARC_SET_LABELS
    Positioning the chart display
    BARC_SET_COLUMN_ATTRIB
    Setting column attributes
    BARC_SET_ROW_ATTRIB
    Setting row attributes
    BARC_SET_ROW_HEIGHT
    Setting the line height
    BARC_SET_MAXCHARTS
    Setting the maximum number of charts sent
    <b>If its usefull reward points
    </b>

  • How to find the number of Ram modules in M4000 and M3000

    Dears,
    Hope you all are in best of your health, I would like to know the command to check the number of RAM modules in M4000 or M3000 Sun Sparc Servers. I think it should be via XSCF Console if am correct? I trigger following command *"showhardconf"* got below output.
    ======================================================================================================
    XSCF> showhardconf
    SPARC Enterprise M4000;
    + Serial:BCF094403J; Operator_Panel_Switch:Locked;
    + Power_Supply_System:Single; SCF-ID:XSCF#0;
    + System_Power:On; System_Phase:Cabinet Power On;
    Domain#0 Domain_Status:Running;
    MBU_A Status:Normal; Ver:0101h; Serial:BC0943029D ;
    + FRU-Part-Number:CF00541-0893 06 /541-0893-06 ;
    + Memory_Size:16 GB;
    CPUM#0-CHIP#0 Status:Normal; Ver:0401h; Serial:PP093500VY ;
    + FRU-Part-Number:CA06761-D202 E0 /375-3568-05 ;
    + Freq:2.400 GHz; Type:32;
    + Core:4; Strand:2;
    CPUM#0-CHIP#1 Status:Normal; Ver:0401h; Serial:PP093500VY ;
    + FRU-Part-Number:CA06761-D202 E0 /375-3568-05 ;
    + Freq:2.400 GHz; Type:32;
    + Core:4; Strand:2;
    MEMB#0 Status:Normal; Ver:0101h; Serial:BF0939DFFA ;
    + FRU-Part-Number:CF00541-0545 08 /541-0545-08 ;
    MEM#0A Status:Normal;
    + Code:ce0000000000000001M3 93T5660QZA-CE6 4151-478d0372;
    + Type:2A; Size:2 GB;
    MEM#1A Status:Normal;
    + Code:ce0000000000000001M3 93T5660QZA-CE6 4151-478d0306;
    + Type:2A; Size:2 GB;
    MEM#2A Status:Normal;
    + Code:ce0000000000000001M3 93T5660QZA-CE6 4151-438845e9;
    + Type:2A; Size:2 GB;
    MEM#3A Status:Normal;
    + Code:ce0000000000000001M3 93T5660QZA-CE6 4151-478d02e9;
    + Type:2A; Size:2 GB;
    MEMB#1 Status:Normal; Ver:0101h; Serial:BF0939DKJ6 ;
    + FRU-Part-Number:CF00541-0545 08 /541-0545-08 ;
    MEM#0A Status:Normal;
    + Code:ce0000000000000001M3 93T5660QZA-CE6 4151-478d0374;
    + Type:2A; Size:2 GB;
    MEM#1A Status:Normal;
    + Code:ce0000000000000001M3 93T5660QZA-CE6 4151-478d037b;
    + Type:2A; Size:2 GB;
    MEM#2A Status:Normal;
    + Code:ce0000000000000001M3 93T5660QZA-CE6 4151-478d02f9;
    + Type:2A; Size:2 GB;
    MEM#3A Status:Normal;
    + Code:ce0000000000000001M3 93T5660QZA-CE6 4151-478d0373;
    + Type:2A; Size:2 GB;
    DDC_A#0 Status:Normal;
    DDC_A#1 Status:Normal;
    DDC_B#0 Status:Normal;
    IOU#0 Status:Normal; Ver:0101h; Serial:BF0938DA6R ;
    + FRU-Part-Number:CF00541-2240 05 /541-2240-05 ;
    DDC_A#0 Status:Normal;
    DDCR Status:Normal;
    DDC_B#0 Status:Normal;
    PCI#1 Name_Property:SUNW,qlc; Card_Type:Other;
    PCI#2 Name_Property:SUNW,qlc; Card_Type:Other;
    PCI#3 Name_Property:network; Card_Type:Other;
    XSCFU Status:Normal,Active; Ver:0101h; Serial:BF0939DTNJ ;
    + FRU-Part-Number:CF00541-0481 04 /541-0481-04 ;
    OPNL Status:Normal; Ver:0101h; Serial:BF0940EAEM ;
    + FRU-Part-Number:CF00541-0850 06 /541-0850-06 ;
    PSU#0 Status:Normal; Serial:1357FYG-0911AD02JY;
    + FRU-Part-Number:CF00300-2011 0202 /300-2011-02-02;
    + Power_Status:On; AC:200 V;
    PSU#1 Status:Normal; Serial:1357FYG-0911AD02K8;
    + FRU-Part-Number:CF00300-2011 0202 /300-2011-02-02;
    + Power_Status:On; AC:200 V;
    FAN_A#0 Status:Normal;
    FAN_A#1 Status:Normal;
    FANBP_B Status:Normal; Ver:0401h; Serial:BF0940E134 ;
    + FRU-Part-Number:CF00541-3098 01 /541-3098-01 ;
    FAN_B#0 Status:Normal;
    FAN_B#1 Status:Normal;
    ==============================================================================================
    With the above output I understand that we have the following:-
    -> *16GB RAM*
    -> We have memory boards **MEMB#0** and **MEMB#1**
    -> We have 4 modules on **MEMB#0** and they are following:-
    MEM#0A -2GB - if we Upggrade to 4GB what will happen to the existing 2GB RAM?
    MEM#1A -2GB- if we Upggrade to 4GB what will happen to the existing 2GB RAM?
    MEM#2A -2GB- if we Upggrade to 4GB what will happen to the existing 2GB RAM?
    MEM#3A -2GB- if we Upggrade to 4GB what will happen to the existing 2GB RAM?
    -> We have 4 modules on **MEMB#1** and they are following:-
    MEM#0A -2GB- if we Upggrade to 4GB what will happen to the existing 2GB RAM?
    MEM#1A -2GB- if we Upggrade to 4GB what will happen to the existing 2GB RAM?
    MEM#2A -2GB - if we Upggrade to 4GB what will happen to the existing 2GB RAM?
    MEM#3A -2GB- if we Upggrade to 4GB what will happen to the existing 2GB RAM?
    So, I understand that the above server will have 32 GB Ram as our company ordered recently, Correct?
    In the specifications of M4000 i see that for these servers we can upgrade he Ram upto 128 GB.
    Please guide, any help offerred is appreciated.
    Edited by: user9007339 on 26/01/2013 03:14 ص

    A Key document is:
    http://docs.oracle.com/cd/E19855-01/819-2210-14/819-2210-14.pdf
    The m4000 can have 4 memory modules.
    Each memory module can contain up to 8 dimms. (Two groups on same size (A and B) of 4 dimms). Group A dimms may must not be smaller than Group B dimms. (within a memory module).
    The server can contain 4 memory modules of 8 dimms ... 128GB is attained by 32 4GB dimms. ( 8GB dimms used to be purchasable but are now discontinued ).
    Depending on what you purchased to achieve 32GB on your server then following options are available:
    - If you purchased 2 memory modules of 8GB each simply put these in two unused module slots and goto 32GB
    - If you purchased 2 memory modules of 16GB each simply put these in two unused module slots and goto 48GB
    - If you purchased 4 memory modules of 8GB each using 8 x 1GB dimms then move your existing simms into the group A slots of the new memory modules, goto 40GB and sell the spare dimmms on ebay or put them certain DELL's (then watch the thing crash due to a static dimm destruction issue and possilbe issues as it isn't supported.)
    - If you purchased 8 2GB dimms stick them in your existing memory modules
    - If you purchased 16 2GB Dimms ... and don have spare empty memory modules sell spares on ebay.
    .... There may be further options ....
    In general the person you are purchasing from should be giving good advice ... better than mine above.
    ... My cynical opinion is a lot of partners (and perhaps even Oracle itself) supplying the purchase may be on commission and have no interest and little care in minimising your cost .... having seen the performance of some oracle 'partners' in the uk I can see why some customers might want to move away from oracle hardware.
    Please be aware certain games with switching things about could affect your warrantee ... ( its highly embarrassing when a failing disk in a dilbert has the wrong part number or even worse an incorrect backplate affecting the airflow ... ) ... and what you are really paying for is for an engineer to come and sort your server out if there is a hardware issue. So take some of the suggestions above with a pinch of salt.
    Please be aware while have I tried to be accurate above I may have made a mistake. ... .... (in fact knowing me I probably have).
    Edited by: bigdelboy on 26-Jan-2013 03:51 (NB: adding memory to servers is often a difficult balancing act and may not be cost effective .... and may make smaller dimms redundant in an upgrade in order to maintain supportable/workable configurations). A new T4/T5 may be more cost effective}. Buying fully populated at the beginning is also often more cost effective .... though the largest dimms to achieve highest capacity may be cost prohibitive.

  • Module Debug error and size issue

    OK here is my module.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Module xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="vertical" width="100%" height="100%">
    <mx:Panel id="sidebarPannel" cornerRadius="10"
    horizontalAlign="left" height="100%" title="Meetings"
    width="170" backgroundColor="#FFFFFF" color="#FFFFFF"
    borderThicknessBottom="2" borderThicknessLeft="2"
    borderThicknessRight="2" borderColor="#2C5C28"
    borderThickness="2">
    <mx:VBox height="100%" width="100%"
    horizontalAlign="center">
    <mx:TextArea id="sb_home"
    text="This is the sidebar with special links for the main
    application page."
    wordWrap="true" height="100%" width="100%" color="#000000"
    alpha="0.0"/>
    <mx:Image source="media/max2007/MAX07_B125x125.gif"/>
    </mx:VBox>
    </mx:Panel>
    </mx:Module>
    and here is the include...
    <mx:ViewStack left="10" top="10" bottom="10" right="10"
    id="sectionStack" width="200" height="200">
    <mx:Canvas label="meetingSection" width="100%"
    height="100%" backgroundColor="#DDDDDD">
    <mx:ModuleLoader url="modules/main/main.swf" width="100%"
    height="100%"/>
    </mx:Canvas>
    I am having two issues.
    1. When I select the view stack page it has a long pause and
    asks for the debugger IP via flash. :( ... not running in debug
    mode so this is frustrating. Yet, when I run in debug mode it seems
    to run like it should be otherwise. WHY is my module swf compiling
    to debug mode?
    2. The module when it does load isn't scaling to 100%. The
    same code outside the module scales. And ideas on this one?

    Hi there, ya i'm getting similar problems with my modules.
    Each <mx:Module> in my application has a defined width
    and height of 100%, absolute positioning.
    If i put explicit widths and heights, eg: <mx:Module
    width="500" height="250", it works. But not with 100% liquid
    width/heights.
    I am also loading my modules into a <mx:ModuleLoader />
    that has 100% width/heights on the main application. Should we
    submit this as a bug? Because in Design Mode it shows up just
    fine.

  • Few days before I brought one iphone 5 by second party and this phone make a unlock but it sometime have a cellular network most of time say no service can u solve this problem please and I put serial number it say this phone is replace can u help me for

    Few days before I brought one iphone 5 by second party and this phone make a unlock but it sometime have a cellular network most of time say no service can u solve this problem please and I put serial number it say this phone is replace can u help me for original serial number....

    If Apple's service database says that your iPhone was replaced, then Apple will no longer provide any service for that phone.
    First, get a new SIM from your cell carrier and see if that corrects the problem. If it does not, try the usual steps for addressing software problems: restart, reset, restore.
    http://support.apple.com/kb/HT1430
    http://support.apple.com/kb/HT1414
    If you try restoring from a backup and that doesn't fix the problem, try restoring to factory settings and, if the problem goes away, then sync back your apps and content. You'll lose the app data and settings, but if the problem is due to a corrupt cache or settings file, restoring to factory settings should cure it.
    If none of that helps, your device may have developed a hardware fault. Again, Apple will provide no service for it, so you will need to pay some independent repair shop to fix your iPhone.
    Regards.

  • How to test the SAP modules like SD and MM By using Quality Center and QTP

    Hi Experts,
    How to test the SAP modules like SD and MM By using Quality Center and QTP. Can you please provide the documentation regarding this.
    Regards,
    Skumar.

    Hi Sampath,
    First install QTP and SAP Addin with in QTP.
    2nd use QC to develop the test plan and then convert that test plan design to Test Scripts (QTP vesrion using settings)
    3rd record the R/3 GUI screen of SAP for SD, MM like Create order or Create PR.
    Once recording is done QTP will create a script in VB
    SAPGuiSession("Session").SAPGuiWindow("SAP Easy Access  -  User").SAPGuiOKCode("OKCode").Set "/nVA01"
    SAPGuiSession("Session").SAPGuiWindow("SAP Easy Access  -  User").SendKey ENTER
    you can always add a parameter and other customization according to your requirement.
    Let me know if you need more information regarding this.
    Good Luck!

  • Function modules for material and description

    Hi,
    Pls let me know the function module for material and description.
    Regards,
    Bala

    Hi,
    Please use FM: MD_MATERIAL_GET_TEXT
    Reagrds
    Raju

Maybe you are looking for

  • The system doesn´t let me change the dock and .jar files

    Dear professionals, since a couple of days I come across with a weird problem: I am logged in as admin but the system doesn`t perform several modifications: such as: if I remove a broken link from the dock (grey questionmark) and replace it with a ne

  • HP Pavilion dv-4087CL Notebook receiving : Boot Device Not Found-Please install an operating system

    My Duaghter is out of the country studing abroad.  Her PC would no longer boot up so she took it to a support shop. They replaced her hard drive, fixed an over heating issue and reloaded her PC.  Now she is getting this new error message and she is d

  • Ipad Calendar Events unsearchable in outlook 2003

    Found a weird glitch today I wanted to see if anyone else has seen this.  I was doing a search in outlook 2003 running on exchange server 2010 for a few calendar events, i realized that events with the same spelling weren't showing up.  Then I figure

  • Currency symbol

    I´m working with several numeric fields that are suposedto be holding amounts of money [actually Euros]. Although my display pattern is set to $Z,ZZ9.99 i can't get the PDF produced afterwards to show any currency symbol. (I've also tried with 9.999,

  • Data engine output

    When I generate XML using the data engine (run via concurrent manager), each of my groups is preceeded by a group name "LIST_". For example: I have a G_MAIN group and the xml output has a LIST_G_MAIN element following by the G_MAIN group element. Is