Color boot messages?

How do you get those nice color boot messages such as you see in the kamikaze kernels? Thanks.
I've just compiled an rt kernel (see http://aur.archlinux.org/packages.php?d … ns=&SeB=nd), but I'd really like to get the helpful color messages at boot-time that I was getting with kamikaze. Thanks.

buttons wrote:This?
Well, I compiled an rt kernel adding in this patch, and it is some improvement over the default: kernel messages are highlighted, so they stand out from other info. However, kamikaze displays a whole slew of color combinations, apparently depending on the type of boot message.
I've written the person who maintains the kamikaze (and now zen-sources) ebuilds in AUR to see if he knows how to get this effect. I looked in the kamikaze config, and there may be some indication there, but I wasn't sure what I was looking at. When I tried what I thought was the pertinent portion of the kamikaze character device definition, it didn't do anything, so I think there's some other option that I need to enable.
If anyone knows anything about this, I'd be grateful. As fast as boot messages scroll by, it's really helpful to have them differentiated by color.
Thanks.

Similar Messages

  • Boot messages without color

    Hello
    I have a small problem with colors during booting.
    From the message
    INIT: version 2.86 booting
    till
    INIT: entering runlevel: 3
    there are no colors for messages (all text is gray).
    If I commented out the following text in /etc/rc.d/functions
    # disable colors on broken terminals
    #TERM_COLORS="$(tput colors 2>/dev/null)"
    #if [ -n "${TERM_COLORS}" ]; then
    # case "${TERM_COLORS}" in
    # *[!0-9]*)
    # USECOLOR=""
    # [ "${TERM_COLORS}" -lt 8 ] && USECOLOR=""
    # esac
    #else
    # USECOLOR=""
    #fi
    #unset TERM_COLORS
    then everything works fine. But it does not seem to be a correct solution
    How can I resolve this problem properly?

    Is it possible to change the color pattern there ?
    edit: better yet, is it correct place to change (in rc.d/functions):
    # colors:
    if [ "$USECOLOR" = "YES" -o "$USECOLOR" = "yes" ]; then
        C_MAIN="\033[1;37;40m"      # main text
        C_OTHER="\033[1;34;40m"     # prefix & brackets
        C_SEPARATOR="\033[1;30;40m" # separator
        C_BUSY="\033[0;36;40m"      # busy
        C_FAIL="\033[1;31;40m"      # failed
        C_DONE="\033[1;37;40m"      # completed
        C_BKGD="\033[1;35;40m"      # backgrounded
        C_H1="\033[1;37;40m"        # highlight text 1
        C_H2="\033[1;36;40m"        # highlight text 2
        C_CLEAR="\033[1;0m"
    fi
    edit 2: checked, that's the way (in case someone would need this)
    Last edited by Mulac (2008-08-20 18:14:10)

  • How to use single key to color a message in Mail.app?

    I would like to be able to color code a message's line in the main message summary window by pressing only a single key. In thunderbird, this is accomplished by pressing 1 to 5, each corresponding to a different color.
    Mail.app allows coloring a message, to my knowledge, only by bringing up colors chooser and then selecting a color (by default in a inprecise color wheel).
    How do a make "hot keys" for specific colors?
    thanks

    To answer my own question: Leopard and Mail.app don't suport this directly.
    What works is using Fastscripts Lite to bind application-specific hot keys to some simple applescripts.
    Here is one such script, modeled on an Apple sample script:
    using terms from application "Mail"
    tell application "Mail"
    set selectedMessages to selection
    set selectionCount to (count of selectedMessages)
    repeat with messageNumber from 1 to selectionCount
    set theMessage to item messageNumber of selectedMessages
    set background color of theMessage to green
    end repeat
    end tell
    end using terms from

  • How to bold/color text message in Module pool Programming ?

    Hi All ,
    I need to bold /color a message in module pool . this message will come when certain conditions satisfied , currently this text message is displaying through variable . I Refereed program DD_STYLE_TABLE , but still not getting desired output . .Is there any other way to achieve the same ?
    Could you please help me ?
    Thanks in advance !!!!
    Regards ,
    Mayank K

    Hi Mayank,
    You can give a try this.
    Within the screen you are calling give keyword
    Leave to list processing
    and then you can give whatever colors which are there in SAP
    For making the text bold you can set Format intensified on or off depending on your requirement.
    For more details you can refer to programs
    program1 : demo_leave_to_list_processing
    program2: demo_call_screen_from_list
    Regards,
    Sandeep Katoch

  • [Solved] [Xorg+KMS+Intel] Can't see login console / boot messages!

    Hi,
    My problem is that using an Intel video card (with KMS) after latest Xorg 1.8 update, I can't see boot messagges and the login console anymore.
    I've just noticed that after last Xorg update I can't access anymore to runlevel 3 on boot.
    I've got an Intel video card so KMS is enabled by default (and mandatory).
    I always used SLiM as a display manager, configured through /etc/inittab to go to runlevel 5 on boot:
    # /etc/inittab
    # Runlevels:
    # 0 Halt
    # 1(S) Single-user
    # 2 Not used
    # 3 Multi-user
    # 4 Not used
    # 5 X11
    # 6 Reboot
    ## Only one of the following two lines can be uncommented!
    # Boot to console
    #id:3:initdefault:
    # Boot to X11
    id:5:initdefault:
    rc::sysinit:/etc/rc.sysinit
    rs:S1:wait:/etc/rc.single
    rm:2345:wait:/etc/rc.multi
    rh:06:wait:/etc/rc.shutdown
    su:S:wait:/sbin/sulogin -p
    # -8 options fixes umlauts problem on login
    c1:2345:respawn:/sbin/agetty -8 38400 tty1 linux
    c2:2345:respawn:/sbin/agetty -8 38400 tty2 linux
    c3:2345:respawn:/sbin/agetty -8 38400 tty3 linux
    c4:2345:respawn:/sbin/agetty -8 38400 tty4 linux
    c5:2345:respawn:/sbin/agetty -8 38400 tty5 linux
    c6:2345:respawn:/sbin/agetty -8 38400 tty6 linux
    # Hypervisor Virtual Console for Xen and KVM
    #h0:2345:respawn:/sbin/agetty -8 38400 hvc0 linux
    ca::ctrlaltdel:/sbin/shutdown -t3 -r now
    # Example lines for starting a login manager
    #x:5:respawn:/usr/bin/xdm -nodaemon
    #x:5:respawn:/usr/sbin/gdm -nodaemon
    #x:5:respawn:/usr/bin/kdm -nodaemon
    x:5:respawn:/usr/bin/slim >& /dev/null
    To enable runlevel 3 at boot,  I commented the id:5:initdefault: and the x:5:respawn:/usr/bin/slim >& /dev/null lines and uncommented id:3:initdefault:.
    Now, during boot, the last thing I see is Loading UDev modules..., then the screen becomes dark gray and I can't see any other boot messages (actually this appened also before, after xorg update).
    The problem is that before slim started but now I can't see any login console.
    I also figured out that typing my username, password and then startx, starts X normally, so the problem is just that I can't see the tty console anymore.
    Once I am in X I can switch to ttys normally.
    What can I do?
    I just wanted to get rid of slim and start X automatically after console login but I can't see the console login!
    I hope to have been clear enough, thanks for your help!
    Last edited by rent0n (2010-07-04 11:36:38)

    rent0n wrote:
    Well, it seems I spoke too early. It doesn't work as expected at every startup, sometimes I still have the black screen.
    Now I'm trying with:
    video=SVIDEO-1:d
    that seems to work, but I just tested it one time and I'm starting to think that screen blanking happens randomly...
    Any hint is more than welcomed.
    After a few reboots, I can confirm this workaround seems to work.
    This is weird indeed as I don't have any SVIDEO-1 interface listed by xrandr -q, but still.
    Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
    VGA1 disconnected (normal left inverted right x axis y axis)
    LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 331mm x 207mm
    1280x800 60.0*+
    1024x768 60.0
    800x600 60.3 56.2
    640x480 59.9
    TV1 disconnected (normal left inverted right x axis y axis)
    The only problem is that now boot lasts a lot of time  and, between UDev modules loading and disks checking, I have to wait for at least 30 seconds with a black screen and a central white dash flashing.
    Anyone experiencing the same thing?

  • Need ugly boot message

    I'm new to the mac pro and I have to run WinXP XP is up and configured but but have an issue now that I've installed an Adaptec RAID card.
    I've installed an Adaptec RAID contoller in Slot 2. It is connected only to disks 3 and 4, not to the boot disk. The Mac boots into OS X with no problem. Using the diagnostics util, I can see the card reported in the PCI slot.
    The problem is that when I select WinXP for boot, the system hangs with a black screen and a blinking cursor even before Windows gets a chance to boot. The Adaptec manual says i need to press Ctrl-A to get to the RAID controller configuration. However, I'm never prompted for the Ctrl-A and when I simply press Ctrl-A on boot, the keys seem to be ignored.
    I worry that the RAID controller is taking over the boot sequence but I can't override this since I can't get to the controller config util. How does one access the ugly boot messages on a Mac? Thanks.

    The card is an Adaptec 3405. I've got two 500 Gig Seagates attached to it.
    I didn't want XP dealing with the RAID until I had the bootcamp stuff all working. So I XP installed first. I'm very experienced in XP, just not the Mac.
    The drives are connected directly to the RAID card via SATA cables. I modified the Mac drive bays 3 & 4 by unscrewing the SATA+power connecters at the end of the drive to make room for the SATA connectors going to the card. Drive power is tapped from the power connector in the 2nd CD bay.
    I tried not attacheing the drives but no change. Thanks for your help on this.

  • Solaris 8 boot messages

    Hello
    I have a client who has an old sun blade system running Soalris 8.
    A few days ago he rebooted his system.
    Please notice the following boot messages regarding the volume manager
    genunix: [ID 936769 kern.info] dad0 is /pci@1f,0/ide@d/dad@0,0
    Nov 1 15:20:59 sol8blade dada: [ID 365881 kern.info] <Hitachi HDS721680PLAT80 cyl 39418 alt 2 hd 16 sec 255>
    Nov 1 15:20:59 sol8blade uata: [ID 114370 kern.info] dad1 at pci10b9,52290
    Nov 1 15:20:59 sol8blade uata: [ID 347839 kern.info] target 2 lun 0
    Nov 1 15:20:59 sol8blade genunix: [ID 936769 kern.info] dad1 is /pci@1f,0/ide@d/dad@2,0
    Nov 1 15:21:00 sol8blade dada: [ID 365881 kern.info] <HDS728080PLAT20 cyl 39418 alt 2 hd 16 sec 255>
    Nov 1 15:21:00 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d1: B_FAILFAST I/O disabled
    Nov 1 15:21:00 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d2: B_FAILFAST I/O disabled
    Nov 1 15:21:00 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d1: B_FAILFAST I/O disabled
    Nov 1 15:21:00 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d2: B_FAILFAST I/O disabled
    Nov 1 15:21:00 sol8blade swapgeneric: [ID 308332 kern.info] root on /pseudo/md@0:0,0,blk fstype ufs
    Nov 1 15:21:00 sol8blade genunix: [ID 370176 kern.warning] WARNING: forceload of misc/md_trans failed
    Nov 1 15:21:00 sol8blade genunix: [ID 370176 kern.warning] WARNING: forceload of misc/md_raid failed
    Nov 1 15:21:00 sol8blade genunix: [ID 370176 kern.warning] WARNING: forceload of misc/md_hotspares failed
    Nov 1 15:21:00 sol8blade genunix: [ID 370176 kern.warning] WARNING: forceload of misc/md_sp failed
    Nov 1 15:21:01 sol8blade pcipsy: [ID 370704 kern.info] PCI-device: isa@7, ebus0
    md_mirror: [ID 437521 kern.info] NOTICE: md: d11: B_FAILFAST I/O disabled
    Nov 1 15:21:18 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d12: B_FAILFAST I/O disabled
    Nov 1 15:21:18 sol8blade genunix: [ID 454863 kern.info] dump on /dev/md/dsk/d10 size 1025 MB
    sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d21: B_FAILFAST I/O disabled
    Nov 1 15:21:50 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d22: B_FAILFAST I/O disabled
    Nov 1 15:21:50 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d31: B_FAILFAST I/O disabled
    Nov 1 15:21:50 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d32: B_FAILFAST I/O disabled
    Nov 1 15:21:50 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d41: B_FAILFAST I/O disabled
    Nov 1 15:21:50 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d42: B_FAILFAST I/O disabled
    Nov 1 15:21:50 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d51: B_FAILFAST I/O disabled
    Nov 1 15:21:50 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d52: B_FAILFAST I/O disabled
    Nov 1 15:21:51 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d21: B_FAILFAST I/O disabled
    Nov 1 15:21:51 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d22: B_FAILFAST I/O disabled
    Nov 1 15:21:51 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d31: B_FAILFAST I/O disabled
    Nov 1 15:21:51 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d32: B_FAILFAST I/O disabled
    Nov 1 15:21:51 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d41: B_FAILFAST I/O disabled
    Nov 1 15:21:51 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d42: B_FAILFAST I/O disabled
    Nov 1 15:21:51 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d51: B_FAILFAST I/O disabled
    Nov 1 15:21:51 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d52: B_FAILFAST I/O disabled
    Nov 1 15:21:51 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d51: B_FAILFAST I/O disabled
    Nov 1 15:21:51 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d52: B_FAILFAST I/O disabled
    Nov 1 15:21:51 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d41: B_FAILFAST I/O disabled
    Nov 1 15:21:51 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d42: B_FAILFAST I/O disabled
    Nov 1 15:21:51 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d31: B_FAILFAST I/O disabled
    Nov 1 15:21:51 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d32: B_FAILFAST I/O disabled
    Nov 1 15:21:51 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d21: B_FAILFAST I/O disabled
    Nov 1 15:21:51 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d22: B_FAILFAST I/O disabled
    Nov 1 15:21:51 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d21: B_FAILFAST I/O disabled
    Nov 1 15:21:51 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d22: B_FAILFAST I/O disabled
    Nov 1 15:21:51 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d31: B_FAILFAST I/O disabled
    Nov 1 15:21:51 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d32: B_FAILFAST I/O disabled
    Nov 1 15:21:52 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d41: B_FAILFAST I/O disabled
    Nov 1 15:21:52 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d42: B_FAILFAST I/O disabled
    Nov 1 15:21:52 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d51: B_FAILFAST I/O disabled
    Nov 1 15:21:52 sol8blade md_mirror: [ID 437521 kern.info] NOTICE: md: d52: B_FAILFAST I/O disabled
    When I type metastat, I get okay status in all mirrors and submirrors. Metadb also returns no errors.
    Yet I have seen similar boot messages in failed Solaris 9 servers. What can you tell me regarding these messages.
    Should they be the cause for worry or any proactive action?
    I have taken a full flar backup. What should I tell to my client regarding these messages.
    Thank you

    Hi,
    You can ignore them.
    http://sunsolve.sun.com/search/document.do?assetkey=1-72-1007629.1-1
    These are not errors. These are informational (NOTICE) messages
    telling you that the driver underlying your metadevices does not
    support the B_FAILFAST option and, as a result, that capability will
    not be active for speedier recovery. There is no way to disable these
    messages.

  • How do I resolve inconsistent color definition message even if all my files have the same definition

    All of the files in my book have the same exact color definiti
    ons: New Color1. Yet I keep getting the inconsistent color definition messag
    es every time I go to print or regenerate my toc. I still get results but It's annoying!

    Does EACH document have the SAME definition of NewColor1? Having the same name does not imply that they are the same definition.
    Try opening the first document in the book. Then select all the documents in the book file and import the color definitions from the opened file. This will make all the documents have the same definitions as in the first document.

  • Boot messages on screen missing...

    Boot messages suddenly stopped showing up on screen during boot  -  these are the messages preceeded with the green [OK] and red [FAILED]. 
    The equivalent shutdown messages still show on screen when shutting down. No change in mkinitcpio.conf or syslinux.cfg (syslinux bootloader).  ....and there is no "splash" or "quiet" parameter being passed to kernel. 
    Missing messages most likely started after a system upgrade but not sure which package or when.
    During boot I get the "Welcome to Archlinux" and some fsck messages, then the prompt for userid. 
    No problems with system after boot.....just not getting those system boot messages.  Hate when stuff changes without knowing why. 
    I know about getting boot messages via journalctl, so please do not recommend.

    Following is pacman.log from Aug 2014 to now.  Appreciate the help. 
    [2014-08-02 10:27] [PACMAN] Running 'pacman -Syu'
    [2014-08-02 10:27] [PACMAN] synchronizing package lists
    [2014-08-02 10:27] [PACMAN] starting full system upgrade
    [2014-08-02 10:28] [PACMAN] removed lzo2 (2.08-1)
    [2014-08-02 10:28] [PACMAN] installed lzo (2.08-3)
    [2014-08-02 10:28] [PACMAN] upgraded cairo (1.12.16-2 -> 1.12.16-3)
    [2014-08-02 10:28] [PACMAN] upgraded libcups (1.7.4-1 -> 1.7.5-1)
    [2014-08-02 10:28] [PACMAN] upgraded cups (1.7.4-1 -> 1.7.5-1)
    [2014-08-02 10:28] [PACMAN] upgraded ffmpeg (1:2.3-1 -> 1:2.3.1-1)
    [2014-08-02 10:28] [PACMAN] upgraded gettext (0.19.1-1 -> 0.19.2-1)
    [2014-08-02 10:28] [PACMAN] upgraded tdb (1.2.12-1 -> 1.3.0-1)
    [2014-08-02 10:28] [PACMAN] upgraded ldb (1.1.16-1 -> 1.1.17-1)
    [2014-08-02 10:28] [PACMAN] upgraded libarchive (3.1.2-6 -> 3.1.2-8)
    [2014-08-02 10:28] [PACMAN] upgraded libwbclient (4.1.9-1 -> 4.1.11-1)
    [2014-08-02 10:28] [PACMAN] upgraded mkinitcpio (17-1 -> 18-1)
    [2014-08-02 10:28] [PACMAN] upgraded parted (3.1-4 -> 3.2-1)
    [2014-08-02 10:28] [PACMAN] upgraded python2-boto (2.31.1-1 -> 2.32.0-1)
    [2014-08-02 10:28] [PACMAN] upgraded smbclient (4.1.9-1 -> 4.1.11-1)
    [2014-08-02 10:28] [PACMAN] upgraded samba (4.1.9-1 -> 4.1.11-1)
    [2014-08-02 10:28] [ALPM-SCRIPTLET] Syslinux BIOS update successful
    [2014-08-02 10:28] [ALPM-SCRIPTLET]
    [2014-08-02 10:28] [ALPM-SCRIPTLET] ==> For setting up Syslinux BIOS using the syslinux-install_update script follow
    [2014-08-02 10:28] [ALPM-SCRIPTLET] https://wiki.archlinux.org/index.php/Syslinux#Automatic_Install
    [2014-08-02 10:28] [ALPM-SCRIPTLET]
    [2014-08-02 10:28] [ALPM-SCRIPTLET] ==> For setting up Syslinux EFI follow
    [2014-08-02 10:28] [ALPM-SCRIPTLET] https://wiki.archlinux.org/index.php/Syslinux#UEFI_Systems
    [2014-08-02 10:28] [ALPM-SCRIPTLET]
    [2014-08-02 10:28] [ALPM-SCRIPTLET] ==> The syslinux-install_update script does not currently support EFI install
    [2014-08-02 10:28] [ALPM-SCRIPTLET]
    [2014-08-02 10:28] [PACMAN] upgraded syslinux (6.03pre18-1 -> 6.03pre19-1)
    [2014-08-02 10:28] [PACMAN] upgraded xorg-server-common (1.16.0-5 -> 1.16.0-6)
    [2014-08-02 10:28] [PACMAN] upgraded xorg-server (1.16.0-5 -> 1.16.0-6)
    [2014-08-02 10:28] [PACMAN] upgraded xorg-xrandr (1.4.2-1 -> 1.4.3-1)
    [2014-08-02 10:28] Exited with code 0
    [2014-08-06 02:23] [PACMAN] Running 'pacman -Syu'
    [2014-08-06 02:23] [PACMAN] synchronizing package lists
    [2014-08-06 02:23] [PACMAN] starting full system upgrade
    [2014-08-06 02:25] [PACMAN] upgraded mesa (10.2.4-1 -> 10.2.5-1)
    [2014-08-06 02:25] [PACMAN] upgraded mesa-libgl (10.2.4-1 -> 10.2.5-1)
    [2014-08-06 02:25] [PACMAN] upgraded ati-dri (10.2.4-1 -> 10.2.5-1)
    [2014-08-06 02:25] [PACMAN] installed pyqt5-common (5.3.1-1)
    [2014-08-06 02:25] [PACMAN] installed python2-pyqt5 (5.3.1-1)
    [2014-08-06 02:25] [PACMAN] installed qt5-svg (5.3.1-1)
    [2014-08-06 02:25] [PACMAN] installed python2-chardet (2.2.1-2)
    [2014-08-06 02:25] [PACMAN] installed python2-html5lib (0.999-4)
    [2014-08-06 02:25] [PACMAN] upgraded calibre (1.40.0-1 -> 1.204.1-2)
    [2014-08-06 02:25] [PACMAN] upgraded device-mapper (2.02.106-2 -> 2.02.108-1)
    [2014-08-06 02:25] [PACMAN] upgraded dhcpcd (6.4.2-1 -> 6.4.3-1)
    [2014-08-06 02:25] [PACMAN] upgraded libutil-linux (2.24.2-1 -> 2.25-3)
    [2014-08-06 02:25] [PACMAN] upgraded e2fsprogs (1.42.10-1 -> 1.42.11-1)
    [2014-08-06 02:25] [PACMAN] upgraded git (2.0.3-1 -> 2.0.4-1)
    [2014-08-06 02:25] [PACMAN] upgraded lib32-mesa (10.2.4-1 -> 10.2.5-1)
    [2014-08-06 02:25] [PACMAN] upgraded lib32-mesa-libgl (10.2.4-1 -> 10.2.5-1)
    [2014-08-06 02:25] [PACMAN] upgraded libpeas (1.10.0-1 -> 1.10.1-1)
    [2014-08-06 02:25] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2014-08-06 02:25] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2014-08-06 02:25] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2014-08-06 02:25] [ALPM-SCRIPTLET] ==> Starting build: 3.15.8-1-ARCH
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> Running build hook: [resume]
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> Running build hook: [shutdown]
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> Running build hook: [usr]
    [2014-08-06 02:25] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-08-06 02:25] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
    [2014-08-06 02:25] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-08-06 02:25] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2014-08-06 02:25] [ALPM-SCRIPTLET] ==> Starting build: 3.15.8-1-ARCH
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-08-06 02:25] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2014-08-06 02:25] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> Running build hook: [resume]
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> Running build hook: [shutdown]
    [2014-08-06 02:25] [ALPM-SCRIPTLET] -> Running build hook: [usr]
    [2014-08-06 02:25] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-08-06 02:25] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
    [2014-08-06 02:25] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-08-06 02:25] [PACMAN] upgraded linux (3.15.7-1 -> 3.15.8-1)
    [2014-08-06 02:25] [PACMAN] upgraded lvm2 (2.02.106-2 -> 2.02.108-1)
    [2014-08-06 02:25] [PACMAN] upgraded python-setuptools (1:5.4.1-1 -> 1:5.4.2-1)
    [2014-08-06 02:25] [PACMAN] upgraded python2-boto (2.32.0-1 -> 2.32.1-1)
    [2014-08-06 02:25] [PACMAN] upgraded s-nail (14.7.4-1 -> 14.7.5-1)
    [2014-08-06 02:25] [PACMAN] upgraded tdb (1.3.0-1 -> 1.3.0-2)
    [2014-08-06 02:25] [PACMAN] upgraded traceroute (2.0.19-2 -> 2.0.20-1)
    [2014-08-06 02:25] [PACMAN] upgraded util-linux (2.24.2-1 -> 2.25-3)
    [2014-08-06 02:25] [PACMAN] upgraded virtualbox (4.3.14-2 -> 4.3.14-3)
    [2014-08-06 02:25] [PACMAN] upgraded xorg-twm (1.0.8-2 -> 1.0.8-3)
    [2014-08-06 02:25] [PACMAN] upgraded youtube-dl (2014.07.30-1 -> 2014.08.05-1)
    [2014-08-06 02:25] Exited with code 0
    [2014-08-07 09:40] Exited with code 0
    [2014-08-07 09:40] [PACMAN] Running 'pacman -R nss'
    [2014-08-07 09:40] Exited with code 1
    [2014-08-07 23:10] Exited with code 0
    [2014-08-07 23:12] Exited with code 0
    [2014-08-30 01:55] [PACMAN] Running 'pacman -Sc'
    [2014-08-30 01:56] [PACMAN] Running 'pacman -Syuw'
    [2014-08-30 01:56] [PACMAN] synchronizing package lists
    [2014-08-30 01:56] [PACMAN] starting full system upgrade
    [2014-08-30 01:57] [PACMAN] Running 'pacman -Syuw'
    [2014-08-30 01:57] [PACMAN] synchronizing package lists
    [2014-08-30 01:57] [PACMAN] starting full system upgrade
    [2014-08-30 09:30] Exited with code 130
    [2014-08-30 09:31] Exited with code 0
    [2014-08-30 09:52] [PACMAN] Running 'pacman -Syu'
    [2014-08-30 09:52] [PACMAN] synchronizing package lists
    [2014-08-30 09:52] [PACMAN] starting full system upgrade
    [2014-08-30 09:58] [PACMAN] removed icedtea-web-java7 (1.5-1)
    [2014-08-30 09:58] [PACMAN] removed libreoffice-en-US (4.2.5-1)
    [2014-08-30 09:58] [PACMAN] removed libreoffice-common (4.2.5-1)
    [2014-08-30 09:58] [PACMAN] removed libreoffice-calc (4.2.5-1)
    [2014-08-30 09:58] [PACMAN] removed libreoffice-draw (4.2.5-1)
    [2014-08-30 09:58] [PACMAN] removed libreoffice-impress (4.2.5-1)
    [2014-08-30 09:58] [PACMAN] removed libreoffice-writer (4.2.5-1)
    [2014-08-30 09:58] [PACMAN] upgraded openssl (1.0.1.h-1 -> 1.0.1.i-1)
    [2014-08-30 09:58] [PACMAN] upgraded mariadb-clients (10.0.12-2 -> 10.0.13-1)
    [2014-08-30 09:58] [PACMAN] upgraded mariadb (10.0.12-2 -> 10.0.13-1)
    [2014-08-30 09:58] [PACMAN] upgraded akonadi (1.12.1-2 -> 1.13.0-1)
    [2014-08-30 09:58] [PACMAN] upgraded bash (4.3.018-3 -> 4.3.024-1)
    [2014-08-30 09:58] [PACMAN] upgraded kbd (2.0.1-1 -> 2.0.2-1)
    [2014-08-30 09:58] [PACMAN] upgraded libgcrypt (1.6.1-1 -> 1.6.2-1)
    [2014-08-30 09:58] [PACMAN] upgraded libsystemd (215-4 -> 216-1)
    [2014-08-30 09:58] [PACMAN] upgraded systemd (215-4 -> 216-1)
    [2014-08-30 09:58] [PACMAN] upgraded mesa (10.2.5-1 -> 10.2.6-1)
    [2014-08-30 09:58] [PACMAN] upgraded mesa-libgl (10.2.5-1 -> 10.2.6-1)
    [2014-08-30 09:58] [PACMAN] upgraded ati-dri (10.2.5-1 -> 10.2.6-1)
    [2014-08-30 09:58] [PACMAN] upgraded avahi (0.6.31-12 -> 0.6.31-13)
    [2014-08-30 09:58] [PACMAN] upgraded avr-gcc (4.9.0-2 -> 4.9.1-1)
    [2014-08-30 09:58] [PACMAN] upgraded avr-libc (1.8.0-5 -> 1.8.1-1)
    [2014-08-30 09:58] [PACMAN] upgraded krb5 (1.12.1-1 -> 1.12.2-1)
    [2014-08-30 09:58] [PACMAN] upgraded kdelibs (4.13.3-2 -> 4.14.0-1)
    [2014-08-30 09:58] [PACMAN] upgraded gnupg (2.0.25-1 -> 2.0.26-1)
    [2014-08-30 09:58] [PACMAN] upgraded gpgme (1.5.0-1 -> 1.5.1-1)
    [2014-08-30 09:58] [PACMAN] upgraded kdepimlibs (4.13.3-1 -> 4.14.0-1)
    [2014-08-30 09:58] [PACMAN] upgraded poppler (0.26.3-1 -> 0.26.4-1)
    [2014-08-30 09:58] [PACMAN] upgraded poppler-qt4 (0.26.3-1 -> 0.26.4-1)
    [2014-08-30 09:58] [PACMAN] upgraded libtasn1 (4.0-1 -> 4.1-1)
    [2014-08-30 09:58] [PACMAN] upgraded gnutls (3.3.6-1 -> 3.3.7-1)
    [2014-08-30 09:58] [PACMAN] upgraded gsm (1.0.13-7 -> 1.0.13-8)
    [2014-08-30 09:58] [PACMAN] upgraded libx264 (1:142.20140311-4 -> 1:142.20140311-6)
    [2014-08-30 09:58] [PACMAN] upgraded ffmpeg (1:2.3.1-1 -> 1:2.3.3-1)
    [2014-08-30 09:58] [PACMAN] upgraded kdegraphics-mobipocket (4.13.3-1 -> 4.14.0-1)
    [2014-08-30 09:58] [PACMAN] upgraded kfilemetadata (4.13.3-1 -> 4.14.0-1)
    [2014-08-30 09:58] [PACMAN] upgraded baloo (4.13.3-1 -> 4.14.0-1)
    [2014-08-30 09:58] [PACMAN] upgraded bluez-libs (5.21-2 -> 5.22-2)
    [2014-08-30 09:58] [PACMAN] upgraded bluez-utils (5.21-2 -> 5.22-2)
    [2014-08-30 09:58] [PACMAN] upgraded imagemagick (6.8.9.6-1 -> 6.8.9.7-1)
    [2014-08-30 09:58] [PACMAN] upgraded python2-lxml (3.3.5-1 -> 3.3.6-1)
    [2014-08-30 09:58] [PACMAN] upgraded libwebp (0.4.0-2 -> 0.4.1-1)
    [2014-08-30 09:58] [PACMAN] upgraded python2-pillow (2.5.1-1 -> 2.5.3-2)
    [2014-08-30 09:58] [PACMAN] upgraded calibre (1.204.1-2 -> 2.1.0-1)
    [2014-08-30 09:58] [PACMAN] upgraded cherrytree (0.33.4-2 -> 0.34.0-1)
    [2014-08-30 09:58] [PACMAN] upgraded convertlit (1.8-6 -> 1.8-7)
    [2014-08-30 09:58] [PACMAN] upgraded cracklib (2.9.0-2 -> 2.9.1-1)
    [2014-08-30 09:58] [PACMAN] upgraded cups-filters (1.0.55-1 -> 1.0.58-1)
    [2014-08-30 09:58] [PACMAN] upgraded device-mapper (2.02.108-1 -> 2.02.109-2)
    [2014-08-30 09:58] [PACMAN] upgraded poppler-glib (0.26.3-1 -> 0.26.4-1)
    [2014-08-30 09:58] [PACMAN] upgraded evince (3.12.1-1 -> 3.12.2-1)
    [2014-08-30 09:58] [PACMAN] upgraded fakeroot (1.20-1 -> 1.20.1-1)
    [2014-08-30 09:58] [PACMAN] upgraded flashplugin (11.2.202.394-1 -> 11.2.202.400-1)
    [2014-08-30 09:58] [PACMAN] upgraded git (2.0.4-1 -> 2.1.0-1)
    [2014-08-30 09:58] [PACMAN] upgraded glew (1.10.0-2 -> 1.11.0-1)
    [2014-08-30 09:58] [PACMAN] upgraded gperf (3.0.4-4 -> 3.0.4-5)
    [2014-08-30 09:58] [PACMAN] upgraded gtksourceview3 (3.12.2-1 -> 3.12.3-1)
    [2014-08-30 09:58] [PACMAN] upgraded harfbuzz (0.9.32-1 -> 0.9.35-1)
    [2014-08-30 09:58] [PACMAN] upgraded harfbuzz-icu (0.9.32-1 -> 0.9.35-1)
    [2014-08-30 09:58] [ALPM] warning: /etc/profile.d/jre.sh saved as /etc/profile.d/jre.sh.pacorig
    [2014-08-30 09:58] [ALPM] warning: /etc/profile.d/jre.csh saved as /etc/profile.d/jre.csh.pacorig
    [2014-08-30 09:58] [ALPM-SCRIPTLET] Installing multiple non-conflicting Java environments is now supported
    [2014-08-30 09:58] [ALPM-SCRIPTLET] Check the following wiki section for more info:
    [2014-08-30 09:58] [ALPM-SCRIPTLET] https://wiki.archlinux.org/index.php/Java
    [2014-08-30 09:58] [ALPM-SCRIPTLET] Please make sure JAVA_HOME is set to /usr/lib/jvm/java-default-runtime
    [2014-08-30 09:58] [ALPM-SCRIPTLET] If not, you may have to logout and login again to set it according to /etc/profile.d/jre.sh
    [2014-08-30 09:58] [PACMAN] installed java-common (1-5)
    [2014-08-30 09:59] [PACMAN] upgraded jre7-openjdk-headless (7.u65_2.5.1-3 -> 7.u65_2.5.2-1)
    [2014-08-30 09:59] [PACMAN] upgraded jre7-openjdk (7.u65_2.5.1-3 -> 7.u65_2.5.2-1)
    [2014-08-30 09:59] [PACMAN] installed icedtea-web (1.5.1-1)
    [2014-08-30 09:59] [PACMAN] installed zita-alsa-pcmi (0.2.0-1)
    [2014-08-30 09:59] [PACMAN] installed zita-resampler (1.3.0-2)
    [2014-08-30 09:59] [PACMAN] upgraded jack (0.124.1-1 -> 0.124.1-3)
    [2014-08-30 09:59] [PACMAN] upgraded kdebase-katepart (4.13.3-1 -> 4.14.0-1)
    [2014-08-30 09:59] [PACMAN] upgraded oxygen-icons (4.13.3-1 -> 4.14.0-1)
    [2014-08-30 09:59] [PACMAN] upgraded kdebase-runtime (4.13.3-1 -> 4.14.0-1)
    [2014-08-30 09:59] [PACMAN] upgraded libkexiv2 (4.13.3-1 -> 4.14.0-1)
    [2014-08-30 09:59] [PACMAN] upgraded kdegraphics-okular (4.13.3-1 -> 4.14.0-1)
    [2014-08-30 09:59] [PACMAN] upgraded kdesdk-kate (4.13.3-1 -> 4.14.0-1)
    [2014-08-30 09:59] [PACMAN] upgraded lib32-harfbuzz (0.9.32-1 -> 0.9.35-1)
    [2014-08-30 09:59] [PACMAN] upgraded lib32-krb5 (1.12.1-1 -> 1.12.2-1)
    [2014-08-30 09:59] [PACMAN] upgraded lib32-libcups (1.7.4-1 -> 1.7.5-1)
    [2014-08-30 09:59] [PACMAN] upgraded lib32-libgcrypt (1.6.1-1 -> 1.6.2-1)
    [2014-08-30 09:59] [PACMAN] upgraded xcb-proto (1.10-2 -> 1.11-1)
    [2014-08-30 09:59] [PACMAN] upgraded libxcb (1.10-3 -> 1.11-1)
    [2014-08-30 09:59] [PACMAN] upgraded lib32-libxcb (1.10-3 -> 1.11-1)
    [2014-08-30 09:59] [PACMAN] upgraded lib32-openssl (1.0.1.h-1 -> 1.0.1.i-1)
    [2014-08-30 09:59] [PACMAN] installed lib32-libssh2 (1.4.3-2)
    [2014-08-30 09:59] [PACMAN] installed lib32-curl (7.37.1-1)
    [2014-08-30 09:59] [PACMAN] upgraded lib32-systemd (215-1 -> 216-1)
    [2014-08-30 09:59] [PACMAN] upgraded lib32-mesa (10.2.5-1 -> 10.2.6-1)
    [2014-08-30 09:59] [PACMAN] upgraded lib32-mesa-libgl (10.2.5-1 -> 10.2.6-1)
    [2014-08-30 09:59] [PACMAN] upgraded pango (1.36.5-1 -> 1.36.6-1)
    [2014-08-30 09:59] [PACMAN] upgraded lib32-pango (1.36.5-1 -> 1.36.6-1)
    [2014-08-30 09:59] [PACMAN] upgraded sqlite (3.8.5-1 -> 3.8.6-1)
    [2014-08-30 09:59] [PACMAN] upgraded lib32-sqlite (3.8.5-1 -> 3.8.6-1)
    [2014-08-30 09:59] [PACMAN] upgraded lib32-util-linux (2.24.2-1 -> 2.25-1)
    [2014-08-30 09:59] [PACMAN] upgraded libbsd (0.6.0-2 -> 0.7.0-1)
    [2014-08-30 09:59] [PACMAN] upgraded libedit (20140213_3.1-1 -> 20140620_3.1-1)
    [2014-08-30 09:59] [PACMAN] upgraded menu-cache (0.5.1-2 -> 0.6.0-1)
    [2014-08-30 09:59] [PACMAN] upgraded libfm (1.2.1-1 -> 1.2.2.1-1)
    [2014-08-30 09:59] [PACMAN] upgraded libidn (1.28-2 -> 1.29-1)
    [2014-08-30 09:59] [PACMAN] upgraded libkcddb (4.13.3-1 -> 4.14.0-1)
    [2014-08-30 09:59] [PACMAN] upgraded libmm-glib (1.2.0-4 -> 1.2.0-5)
    [2014-08-30 09:59] [PACMAN] upgraded libnl (3.2.24-1 -> 3.2.25-1)
    [2014-08-30 09:59] [PACMAN] upgraded libpcap (1.5.3-1 -> 1.6.1-1)
    [2014-08-30 09:59] [PACMAN] installed libreoffice-still-en-US (4.2.6-4)
    [2014-08-30 09:59] [ALPM-SCRIPTLET] Arch is now shipping LibreOffice in two branches:
    [2014-08-30 09:59] [ALPM-SCRIPTLET] * libreoffice-still: the maintenance branch you are using right now
    [2014-08-30 09:59] [ALPM-SCRIPTLET] * libreoffice-fresh: the new fresh release branch offering latest feature additions
    [2014-08-30 09:59] [ALPM-SCRIPTLET] If you want switch to the "fresh" branch run
    [2014-08-30 09:59] [ALPM-SCRIPTLET] pacman -S libreoffice-fresh
    [2014-08-30 09:59] [PACMAN] installed libreoffice-still-common (4.2.6-4)
    [2014-08-30 09:59] [PACMAN] installed libreoffice-still-calc (4.2.6-4)
    [2014-08-30 09:59] [PACMAN] installed libreoffice-still-draw (4.2.6-4)
    [2014-08-30 09:59] [PACMAN] installed libreoffice-still-impress (4.2.6-4)
    [2014-08-30 09:59] [PACMAN] installed libreoffice-still-writer (4.2.6-4)
    [2014-08-30 09:59] [PACMAN] upgraded libunrar (1:5.1.6-1 -> 1:5.1.7-1)
    [2014-08-30 09:59] [PACMAN] upgraded libwacom (0.9-1 -> 0.10-1)
    [2014-08-30 09:59] [PACMAN] upgraded libxkbcommon (0.4.2-1 -> 0.4.3-1)
    [2014-08-30 09:59] [PACMAN] upgraded libxkbcommon-x11 (0.4.2-1 -> 0.4.3-1)
    [2014-08-30 09:59] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2014-08-30 09:59] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2014-08-30 09:59] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2014-08-30 09:59] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2014-08-30 09:59] [ALPM-SCRIPTLET] ==> Starting build: 3.16.1-1-ARCH
    [2014-08-30 09:59] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-08-30 09:59] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-08-30 09:59] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2014-08-30 09:59] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-08-30 09:59] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-08-30 09:59] [ALPM-SCRIPTLET] -> Running build hook: [resume]
    [2014-08-30 09:59] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-08-30 09:59] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-08-30 09:59] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-08-30 09:59] [ALPM-SCRIPTLET] -> Running build hook: [shutdown]
    [2014-08-30 09:59] [ALPM-SCRIPTLET] -> Running build hook: [usr]
    [2014-08-30 09:59] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-08-30 09:59] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
    [2014-08-30 09:59] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-08-30 09:59] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2014-08-30 09:59] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2014-08-30 09:59] [ALPM-SCRIPTLET] ==> Starting build: 3.16.1-1-ARCH
    [2014-08-30 09:59] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-08-30 09:59] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-08-30 09:59] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-08-30 09:59] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-08-30 09:59] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2014-08-30 10:00] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2014-08-30 10:00] [ALPM-SCRIPTLET] -> Running build hook: [resume]
    [2014-08-30 10:00] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-08-30 10:00] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-08-30 10:00] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-08-30 10:00] [ALPM-SCRIPTLET] -> Running build hook: [shutdown]
    [2014-08-30 10:00] [ALPM-SCRIPTLET] -> Running build hook: [usr]
    [2014-08-30 10:00] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-08-30 10:00] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
    [2014-08-30 10:00] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-08-30 10:00] [PACMAN] upgraded linux (3.15.8-1 -> 3.16.1-1)
    [2014-08-30 10:00] [ALPM-SCRIPTLET] :: lirc.service and lircm.service have been replaced
    [2014-08-30 10:00] [ALPM-SCRIPTLET] by the upstream unit files lircd.service and
    [2014-08-30 10:00] [ALPM-SCRIPTLET] lircmd.service.
    [2014-08-30 10:00] [PACMAN] upgraded lirc-utils (1:0.9.0-75 -> 1:0.9.1.a-3)
    [2014-08-30 10:00] [PACMAN] installed thin-provisioning-tools (0.3.2-1)
    [2014-08-30 10:00] [PACMAN] upgraded lvm2 (2.02.108-1 -> 2.02.109-2)
    [2014-08-30 10:00] [PACMAN] upgraded man-pages (3.70-1 -> 3.71-1)
    [2014-08-30 10:00] [PACMAN] upgraded mencoder (37224-1 -> 37224-2)
    [2014-08-30 10:00] [PACMAN] upgraded mesa-demos (8.2.0-1 -> 8.2.0-3)
    [2014-08-30 10:00] [PACMAN] upgraded mplayer (37224-1 -> 37224-2)
    [2014-08-30 10:00] [PACMAN] upgraded openresolv (3.5.6-1 -> 3.5.7-1)
    [2014-08-30 10:00] [PACMAN] upgraded netctl (1.8-1 -> 1.9-1)
    [2014-08-30 10:00] [PACMAN] upgraded nmap (6.46-1 -> 6.47-2)
    [2014-08-30 10:00] [PACMAN] upgraded ntp (4.2.7.p446-1 -> 4.2.7.p465-1)
    [2014-08-30 10:00] [PACMAN] upgraded openal (1.15.1-2 -> 1.16.0-1)
    [2014-08-30 10:00] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2014-08-30 10:00] [PACMAN] upgraded pacman-mirrorlist (20140706-1 -> 20140823-1)
    [2014-08-30 10:00] [PACMAN] upgraded pcmanfm (1.2.1-1 -> 1.2.2-1)
    [2014-08-30 10:00] [PACMAN] installed perl-xml-namespacesupport (1.11-3)
    [2014-08-30 10:00] [PACMAN] installed perl-xml-sax-base (1.08-3)
    [2014-08-30 10:00] [PACMAN] installed perl-xml-sax (0.99-4)
    [2014-08-30 10:00] [PACMAN] installed perl-xml-sax-expat (0.51-2)
    [2014-08-30 10:00] [PACMAN] upgraded perl-xml-simple (2.20-2 -> 2.20-3)
    [2014-08-30 10:00] [PACMAN] upgraded php (5.5.15-1 -> 5.5.16-2)
    [2014-08-30 10:00] [PACMAN] upgraded poppler-data (0.4.6-2 -> 0.4.7-1)
    [2014-08-30 10:00] [PACMAN] upgraded python-setuptools (1:5.4.2-1 -> 1:5.7-1)
    [2014-08-30 10:00] [PACMAN] upgraded python2-paramiko (1.14.0-1 -> 1.14.1-1)
    [2014-08-30 10:00] [PACMAN] upgraded r8168 (8.038.00-9 -> 8.038.00-10)
    [2014-08-30 10:00] [PACMAN] upgraded reflector (2014-4 -> 2014.8-1)
    [2014-08-30 10:00] [PACMAN] upgraded s-nail (14.7.5-1 -> 14.7.6-1)
    [2014-08-30 10:00] [PACMAN] upgraded strace (4.8-1 -> 4.9-1)
    [2014-08-30 10:00] [ALPM-SCRIPTLET] ==> Make sure you have ForwardToSyslog=yes in /etc/systemd/journald.conf
    [2014-08-30 10:00] [PACMAN] upgraded syslog-ng (3.5.5-1 -> 3.5.6-1)
    [2014-08-30 10:00] [PACMAN] upgraded systemd-sysvcompat (215-4 -> 216-1)
    [2014-08-30 10:00] [PACMAN] upgraded tcl (8.6.1-1 -> 8.6.2-1)
    [2014-08-30 10:00] [PACMAN] upgraded tcpdump (4.5.1-1 -> 4.6.1-1)
    [2014-08-30 10:00] [ALPM-SCRIPTLET] You must install one of tesseract-data-* packages or whole tesseract-data group
    [2014-08-30 10:00] [PACMAN] upgraded tesseract (3.02.02-4 -> 3.03rc1-1)
    [2014-08-30 10:00] [PACMAN] upgraded tesseract-data-eng (3.02.02-4 -> 3.02.02-5)
    [2014-08-30 10:00] [ALPM-SCRIPTLET] >>> texlive: updating the filename database...
    [2014-08-30 10:00] [ALPM-SCRIPTLET] warning: kpathsea: configuration file texmf.cnf not found in these directories: /usr/bin:/usr/bin/share/texmf-local/web2c:/usr/bin/share/texmf-dist/web2c:/usr/bin/share/texmf/web2c:/usr/bin/texmf-local/web2c:/usr/bin/texmf-dist/web2c:/usr/bin/texmf/web2c:/usr:/usr/share/texmf-local/web2c:/usr/share/texmf-dist/web2c:/usr/share/texmf/web2c:/usr/texmf-local/web2c:/usr/texmf-dist/web2c:/usr/texmf/web2c://texmf-local/web2c:/://share/texmf-local/web2c://share/texmf-dist/web2c://share/texmf/web2c://texmf-local/web2c://texmf-dist/web2c://texmf/web2c.
    [2014-08-30 10:00] [ALPM-SCRIPTLET] mktexlsr: Done.
    [2014-08-30 10:00] [PACMAN] upgraded texlive-bin (2013.30973-10 -> 2014.34260-1)
    [2014-08-30 10:00] [PACMAN] upgraded tk (8.6.1-1 -> 8.6.2-1)
    [2014-08-30 10:00] [PACMAN] upgraded tzdata (2014e-1 -> 2014f-1)
    [2014-08-30 10:00] [PACMAN] upgraded unrar (1:5.1.6-1 -> 1:5.1.7-1)
    [2014-08-30 10:00] [PACMAN] upgraded vim-runtime (7.4.383-1 -> 7.4.410-1)
    [2014-08-30 10:00] [PACMAN] installed libyaml (0.1.6-1)
    [2014-08-30 10:00] [ALPM-SCRIPTLET] The default location of gem installs is $HOME/.gem/ruby
    [2014-08-30 10:00] [ALPM-SCRIPTLET] Add the following line to your PATH if you plan to install using gem
    [2014-08-30 10:00] [ALPM-SCRIPTLET] $(ruby -rubygems -e "puts Gem.user_dir")/bin
    [2014-08-30 10:00] [ALPM-SCRIPTLET] If you want to install to the system wide location, you must either:
    [2014-08-30 10:00] [ALPM-SCRIPTLET] edit /etc/gemrc or run gem with the --no-user-install flag.
    [2014-08-30 10:00] [PACMAN] installed ruby (2.1.2-1)
    [2014-08-30 10:00] [PACMAN] upgraded vim (7.4.383-1 -> 7.4.410-1)
    [2014-08-30 10:00] [PACMAN] upgraded virtualbox-guest-modules (4.3.14-3 -> 4.3.14-5)
    [2014-08-30 10:00] [ALPM-SCRIPTLET] In order to use the new version, reload all virtualbox modules manually.
    [2014-08-30 10:00] [PACMAN] upgraded virtualbox-host-modules (4.3.14-3 -> 4.3.14-5)
    [2014-08-30 10:00] [ALPM-SCRIPTLET] Wordpress is in /usr/share/webapps now
    [2014-08-30 10:00] [PACMAN] upgraded wordpress (3.9.1-1 -> 3.9.2-1)
    [2014-08-30 10:00] [PACMAN] upgraded x264 (1:142.20140311-4 -> 1:142.20140311-6)
    [2014-08-30 10:01] [ALPM-SCRIPTLET] To autostart xbmc standalone read: https://wiki.archlinux.org/index.php/Xbmc#Autostarting_at_boot
    [2014-08-30 10:01] [PACMAN] upgraded xbmc (13.1-4 -> 13.2-2)
    [2014-08-30 10:01] [PACMAN] upgraded xf86-input-mouse (1.9.0-3 -> 1.9.1-1)
    [2014-08-30 10:01] [PACMAN] upgraded xfsprogs (3.2.0-1 -> 3.2.1-1)
    [2014-08-30 10:01] [PACMAN] upgraded xorg-xinit (1.3.3-3 -> 1.3.3-4)
    [2014-08-30 10:01] [PACMAN] upgraded youtube-dl (2014.08.05-1 -> 2014.08.29-1)
    [2014-08-30 10:01] Exited with code 0
    [2014-08-30 10:08] [PACMAN] Running 'pacman -Syu'
    [2014-08-30 10:08] [PACMAN] synchronizing package lists
    [2014-08-30 10:08] [PACMAN] starting full system upgrade
    [2014-08-30 10:08] [PACMAN] upgraded icedtea-web (1.5.1-1 -> 1.5.1-2)
    [2014-08-30 10:08] Exited with code 0
    [2014-08-30 10:09] [PACMAN] Running 'pacman -Syu'
    [2014-08-30 10:09] [PACMAN] synchronizing package lists
    [2014-08-30 10:09] [PACMAN] starting full system upgrade
    [2014-08-30 10:09] Exited with code 0
    [2014-08-30 18:15] [PACMAN] Running 'pacman -Syu'
    [2014-08-30 18:15] [PACMAN] synchronizing package lists
    [2014-08-30 18:15] [PACMAN] starting full system upgrade
    [2014-08-31 02:07] [PACMAN] Running 'pacman -Syu'
    [2014-08-31 02:07] [PACMAN] synchronizing package lists
    [2014-08-31 02:07] [PACMAN] starting full system upgrade
    [2014-08-31 02:07] Exited with code 0
    [2014-09-03 00:45] [PACMAN] Running 'pacman -Syu'
    [2014-09-03 00:45] [PACMAN] synchronizing package lists
    [2014-09-03 00:45] [PACMAN] starting full system upgrade
    [2014-09-03 00:48] [PACMAN] upgraded libsystemd (216-1 -> 216-3)
    [2014-09-03 00:48] [ALPM-SCRIPTLET] :: Coredumps are handled by systemd by default. Collection behavior can be
    [2014-09-03 00:48] [ALPM-SCRIPTLET] tuned in /etc/systemd/coredump.conf.
    [2014-09-03 00:48] [PACMAN] upgraded systemd (216-1 -> 216-3)
    [2014-09-03 00:48] [PACMAN] upgraded device-mapper (2.02.109-2 -> 2.02.111-1)
    [2014-09-03 00:48] [PACMAN] upgraded cryptsetup (1.6.5-2 -> 1.6.6-1)
    [2014-09-03 00:48] [PACMAN] upgraded firefox (31.0-1 -> 32.0-1)
    [2014-09-03 00:48] [PACMAN] upgraded gstreamer (1.4.0-1 -> 1.4.1-1)
    [2014-09-03 00:48] [PACMAN] upgraded gst-plugins-base-libs (1.4.0-1 -> 1.4.1-1)
    [2014-09-03 00:48] [PACMAN] upgraded gst-plugins-base (1.4.0-1 -> 1.4.1-1)
    [2014-09-03 00:48] [PACMAN] upgraded icedtea-web (1.5.1-2 -> 1.5.1-3)
    [2014-09-03 00:48] [ALPM-SCRIPTLET] Installing multiple non-conflicting Java environments is now supported
    [2014-09-03 00:48] [ALPM-SCRIPTLET] Check the following wiki section for more info:
    [2014-09-03 00:48] [ALPM-SCRIPTLET] https://wiki.archlinux.org/index.php/Java
    [2014-09-03 00:48] [ALPM-SCRIPTLET] Please make sure JAVA_HOME is set to /usr/lib/jvm/default
    [2014-09-03 00:48] [ALPM-SCRIPTLET] If not, you may have to logout and login again to set it according to /etc/profile.d/jre.sh
    [2014-09-03 00:48] [PACMAN] upgraded java-common (1-5 -> 1-6)
    [2014-09-03 00:48] [PACMAN] upgraded kdebase-katepart (4.14.0-1 -> 4.14.0-2)
    [2014-09-03 00:48] [PACMAN] upgraded kdesdk-kate (4.14.0-1 -> 4.14.0-2)
    [2014-09-03 00:48] [PACMAN] upgraded libnm-glib (0.9.10.0-2 -> 0.9.10.0-4)
    [2014-09-03 00:48] [PACMAN] upgraded libtar (1.2.20-1 -> 1.2.20-2)
    [2014-09-03 00:48] [PACMAN] upgraded linux-firmware (20140603.a4f3bc0-1 -> 20140828.13eb208-1)
    [2014-09-03 00:48] [PACMAN] upgraded lvm2 (2.02.109-2 -> 2.02.111-1)
    [2014-09-03 00:48] [PACMAN] upgraded minidlna (1.1.3-2 -> 1.1.4-1)
    [2014-09-03 00:48] [PACMAN] upgraded networkmanager (0.9.10.0-2 -> 0.9.10.0-4)
    [2014-09-03 00:48] [PACMAN] upgraded openslp (1.2.1-7 -> 2.0.0-1)
    [2014-09-03 00:48] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2014-09-03 00:48] [PACMAN] upgraded pacman-mirrorlist (20140823-1 -> 20140901-1)
    [2014-09-03 00:48] [PACMAN] upgraded ppp (2.4.6-2 -> 2.4.7-1)
    [2014-09-03 00:48] [PACMAN] upgraded pygobject2-devel (2.28.6-10 -> 2.28.6-11)
    [2014-09-03 00:48] [PACMAN] upgraded python2-gobject2 (2.28.6-10 -> 2.28.6-11)
    [2014-09-03 00:48] [PACMAN] upgraded python2-pyenchant (1.6.5-3 -> 1.6.6-1)
    [2014-09-03 00:48] [PACMAN] upgraded systemd-sysvcompat (216-1 -> 216-3)
    [2014-09-03 00:48] [PACMAN] upgraded thunderbird (31.0-1 -> 31.1.0-1)
    [2014-09-03 00:48] [PACMAN] upgraded virtualbox (4.3.14-3 -> 4.3.14-4)
    [2014-09-03 00:48] [PACMAN] upgraded webkitgtk2 (2.4.4-1 -> 2.4.5-1)
    [2014-09-03 00:48] [ALPM-SCRIPTLET] To autostart xbmc standalone read: https://wiki.archlinux.org/index.php/Xbmc#Autostarting_at_boot
    [2014-09-03 00:48] [PACMAN] upgraded xbmc (13.2-2 -> 13.2-3)
    [2014-09-03 00:48] [PACMAN] upgraded youtube-dl (2014.08.29-1 -> 2014.09.01.2-1)
    [2014-09-03 00:48] Exited with code 0
    [2014-09-03 08:23] [PACMAN] Running 'pacman -S mythes-en'
    [2014-09-03 08:24] [PACMAN] installed mythes-en (20060306-3)
    [2014-09-03 08:24] Exited with code 0
    [2014-09-03 08:25] [PACMAN] Running 'pacman -S hyphen-en'
    [2014-09-03 08:25] [PACMAN] installed hyphen-en (2.8.7-2)
    [2014-09-03 08:25] Exited with code 0
    [2014-09-04 23:07] [PACMAN] Running 'pacman -Syu'
    [2014-09-04 23:07] [PACMAN] synchronizing package lists
    [2014-09-04 23:07] [PACMAN] starting full system upgrade
    [2014-09-04 23:07] [ALPM-SCRIPTLET] Installing multiple non-conflicting Java environments is now supported
    [2014-09-04 23:07] [ALPM-SCRIPTLET] Check the following wiki section for more info:
    [2014-09-04 23:07] [ALPM-SCRIPTLET] https://wiki.archlinux.org/index.php/Java
    [2014-09-04 23:07] [ALPM-SCRIPTLET] Please make sure JAVA_HOME is set to /usr/lib/jvm/default
    [2014-09-04 23:07] [ALPM-SCRIPTLET] If not, you may have to logout and login again to set it according to /etc/profile.d/jre.sh
    [2014-09-04 23:07] [PACMAN] upgraded java-common (1-6 -> 1-7)
    [2014-09-04 23:07] [PACMAN] upgraded libmediainfo (0.7.69-1 -> 0.7.70-1)
    [2014-09-04 23:07] [PACMAN] upgraded mediainfo (0.7.69-1 -> 0.7.70-1)
    [2014-09-04 23:07] [PACMAN] upgraded tcpdump (4.6.1-1 -> 4.6.2-1)
    [2014-09-04 23:07] [PACMAN] upgraded youtube-dl (2014.09.01.2-1 -> 2014.09.04.3-1)
    [2014-09-04 23:07] Exited with code 0

  • Color coding messages in Mail (Yosemite) does not work.

    I recently installed Yosemite, and I am trying to color code messages the way I have always done using Mail. Apple instructions for Mail (Yosemite) say this: "To color-code messages manually, select the messages in the message list, choose Format > Show Colors, then select a color. Mail changes the background color of the selected messages in the list." When I do this, I get no action. Is there a fix or work-around?

    Same problem, same attempts to fix this and without success, but i found solution.
    This worked for me: sudo defaults write /Library/Preferences/com.apple.security.appsandbox UnrestrictSpotlightContainerScope -bool true
    In my case: this file '/Library/Preferences/com.apple.security.appsandbox.plist' was lost.

  • Imported 40,000 emails - what does "updating color for messages mean"

    I have just imported 20 MBOX files from my outlook 2011 - a fair amount of emails!!
    But I'm finding that when I click onto the folders, I am getting nothing in teh preview initially sometimes and... some of the folders begins some kind of scan? progress in activity panel say: "updating color for messages"
    Any idea of what is going on? I am new to Mail 4.5...
    I will probably be upgrading tomorrow to lion, so perhaps it won't do this anymore after that?

    ok thank you.
    on another note, does rules actually work? you see I have all these Mail Boxes in Mail now. and I set up a rule so one of my guy's emails goes into their folder when hey send me an email and then when I send to them? but its just not happening? see:
    Any ideas?

  • Color label messages

    I know I can make rules to color certain messages but what I want is to look at a particular message and mark it as important and make it red or some other color. I can FLAG a message but that is not as useful as having the message stand out because it is a different color. Both Eudora and Thunderbird let me do this, does Apple mail? Did I miss something obvious like I often do? Thanks.
    Bea

    Yes it does. A series of Applescript supports several colors which can be sorted:
    http://www.twistermc.com/blog/2005/06/03/labels-for-apples-mail-application

  • [SOLVED] how to prevent Xorg from clearing boot messages in scrollback

    I have an updated Arch install with MATE and LightDM. LightDM autologin is enabled, so I normally boot directly to my desktop. I like seeing the messages that flash by during boot, so I deleted the word "quiet" from the linux line in my grub.cfg. Because I want all the messages to still be there after flashing by (in case I want to scroll through them later), I followed the advice here https://wiki.archlinux.org/index.php/Di … t_messages and I also increased the scrollback buffer and enabled early KMS start.
    Despite all the above, I can only scroll back to the beginning of the boot messages if I boot into non-graphical mode (e.g., by adding "systemd.unit=multi-user.target" to GRUB command line). If I allow a normal boot to my destkop and THEN go to non-graphical mode with "sudo systemctl isolate multi-user.target" to look at the boot messages, I notice that I cannot scroll back very far at all--most of the messages that flashed by during boot are gone. Therefore, it seems to me that either lightDM or Xorg is resetting the scrollback buffer and erasing all but the last few boot messages.
    So, how do I tell LightDM or Xorg (whichever one is the culprit) *not* to clear the scrollback buffer, so that when I get out of graphical mode and into non-graphical mode the boot messages are all still there?
    Last edited by bdantas (2014-08-01 14:19:06)

    Since the answer to my original question seems to be "it is not possible," I will make this my last post to prevent the thread from going off-topic.
    I came up with a simple workaround that (almost) recreates the old /var/boot/log:
    1) put "quiet" on grub2's kernel command line so that only* [FAIL] messages show up, so that I don't have to deal with the scrollback buffer
    2) create a startup script with the following contents (script or at least the setterm command must run as root because the setterm command needs to be able to read from /dev/vcs1):
    #!/bin/bash
    # this script will dump the text of tty1 to /var/log/boot, with same formatting as on the screen
    export TERM=xterm
    setterm -dump 1 -file /var/log/boot
    exit 0
    * Unfortunately, even in quiet mode grub2 starts printing all the boot status messages to screen once it encounters a [FAIL]. Therefore, if the [FAIL] occurs early enough in the boot process, the beginning of the messages will scroll off the screen and the workaround won't work. I spun off my two questions related to this nuisance into their own threads:
    a) How to make grub2 actually only print [FAIL] messages during boot? https://bbs.archlinux.org/viewtopic.php?id=184702
    b) How to print the contents of console's scrollback buffer to a file? https://bbs.archlinux.org/viewtopic.php … 9#p1439359
    I hope I can figure out how to do one of the above, because then the workaround would be perfect.
    Thanks for the help, guys!
    Last edited by bdantas (2014-08-15 02:16:38)

  • Logging boot messages

    I'm looking for a way to log boot messages in a file.
    Could found many threads on the forum, and this wiki thread about it, but they just say how to avoid clearing TTY1 after the boot, while I'd prefer to log messages somewhere.
    Could also read that logging is not trivial because file systems are mounted read-only during boot.
    Is there any workaround to this?
    Couldn't we simply store boot messages in memory and flush them out in a file just when the booting process is done?

    @thisoldman
    This is a sample of what's in in my /var/log/boot file.
    I see no evidence of the current errors I see when rebooting, but admittedly, it may be there in some form and I just don't recognize it.
    I recall setting something, somewhere, to log additional info to this file, so that may also be a factor.
    Sun Jun 26 16:29:32 2011:
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting UDev Daemon^[[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
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mTriggering UDev uevents^[[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
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mLoading Modules^[[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
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mWaiting for UDev uevents to be processed^[[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
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mBringing up loopback interface^[[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
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mChecking Filesystems^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m root-new: clean, 151452/1346400 files, 975546/5375742 blocks
    Mon Jun 27 11:21:33 2011: /var: clean, 30796/993568 files, 294895/3968047 blocks
    Mon Jun 27 11:21:33 2011: /-/-/pacman/pkg: clean, 1931/928416 files, 1135350/3711007 blocks
    Mon Jun 27 11:21:33 2011: home-new: clean, 149181/7815168 files, 15714186/31256457 blocks
    Mon Jun 27 11:21:33 2011: ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mMounting Local Filesystems^[[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
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mActivating Swap^[[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
    Mon Jun 27 18:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mConfiguring Time Zone^[[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
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mRemoving Leftover Files^[[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
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Hostname: Arch2010p5^[[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
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Locale: 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
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Consoles to UTF-8 mode^[[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
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mLoading Keyboard Map: us^[[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
    Mon Jun 27 11:21:33 2011: INIT: Entering runlevel: 5
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mAdjusting Hardware Clock^[[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
    Mon Jun 27 11:21:34 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting System Clock^[[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
    Mon Jun 27 11:21:36 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting Syslog-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
    Mon Jun 27 11:21:36 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting D-BUS system messagebus^[[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
    Mon Jun 27 11:21:36 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting NetworkManager^[[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
    Mon Jun 27 11:21:37 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mMounting Network Filesystems^[[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
    Mon Jun 27 11:21:37 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting Cron Daemon^[[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
    Mon Jun 27 11:21:37 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mRestoring ALSA Levels^[[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
    Mon Jun 27 11:21:37 2011:
    Mon Jun 27 12:18:49 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting UDev Daemon^[[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
    Mon Jun 27 12:18:49 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mTriggering UDev uevents^[[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
    Mon Jun 27 12:18:49 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mLoading Modules^[[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
    Mon Jun 27 12:18:49 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mWaiting for UDev uevents to be processed^[[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
    Mon Jun 27 12:18:49 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mBringing up loopback interface^[[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
    Mon Jun 27 12:18:49 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mChecking Filesystems^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m root-new: clean, 151447/1346400 files, 975534/5375742 blocks
    Mon Jun 27 12:18:49 2011: /var: clean, 30797/993568 files, 294962/3968047 blocks
    Mon Jun 27 12:18:49 2011: /-/-/pacman/pkg: clean, 1931/928416 files, 1135350/3711007 blocks
    Mon Jun 27 12:18:49 2011: home-new: clean, 149259/7815168 files, 15714519/31256457 blocks
    Mon Jun 27 12:18:49 2011: ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:49 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mMounting Local Filesystems^[[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
    Mon Jun 27 12:18:49 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mActivating Swap^[[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
    Mon Jun 27 19:18:49 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mConfiguring Time Zone^[[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
    Mon Jun 27 12:18:49 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mRemoving Leftover Files^[[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
    Mon Jun 27 12:18:50 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Hostname: Arch2010p5^[[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
    Mon Jun 27 12:18:50 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Locale: 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
    Mon Jun 27 12:18:50 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Consoles to UTF-8 mode^[[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
    Mon Jun 27 12:18:50 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mLoading Keyboard Map: us^[[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
    Mon Jun 27 12:18:50 2011: INIT: Entering runlevel: 5
    Mon Jun 27 12:18:50 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mAdjusting Hardware Clock^[[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
    Mon Jun 27 12:18:50 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting System Clock^[[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
    Mon Jun 27 12:18:52 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting Syslog-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
    Mon Jun 27 12:18:52 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting D-BUS system messagebus^[[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
    Mon Jun 27 12:18:52 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting NetworkManager^[[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
    Mon Jun 27 12:18:53 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mMounting Network Filesystems^[[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
    Mon Jun 27 12:18:53 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting Cron Daemon^[[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
    Mon Jun 27 12:18:53 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mRestoring ALSA Levels^[[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
    Mon Jun 27 12:18:53 2011:
    Mon Jun 27 13:36:20 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting UDev Daemon^[[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
    Mon Jun 27 13:36:20 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mTriggering UDev uevents^[[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
    Mon Jun 27 13:36:20 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mLoading Modules^[[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
    Mon Jun 27 13:36:20 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mWaiting for UDev uevents to be processed^[[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
    Mon Jun 27 13:36:20 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mBringing up loopback interface^[[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
    Mon Jun 27 13:36:20 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mChecking Filesystems^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m root-new: clean, 151452/1346400 files, 975540/5375742 blocks
    Mon Jun 27 13:36:20 2011: /var: clean, 30801/993568 files, 295031/3968047 blocks (check in 5 mounts)
    Mon Jun 27 13:36:20 2011: /-/-/pacman/pkg: clean, 1931/928416 files, 1135350/3711007 blocks
    Mon Jun 27 13:36:20 2011: home-new: clean, 149311/7815168 files, 15714716/31256457 blocks (check in 5 mounts)
    Mon Jun 27 13:36:20 2011: ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:20 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mMounting Local Filesystems^[[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
    Mon Jun 27 13:36:20 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mActivating Swap^[[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
    Mon Jun 27 20:36:20 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mConfiguring Time Zone^[[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
    Mon Jun 27 13:36:20 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mRemoving Leftover Files^[[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
    Mon Jun 27 13:36:21 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Hostname: Arch2010p5^[[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
    Mon Jun 27 13:36:21 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Locale: 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
    Mon Jun 27 13:36:21 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Consoles to UTF-8 mode^[[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
    Mon Jun 27 13:36:21 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mLoading Keyboard Map: us^[[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
    Mon Jun 27 13:36:21 2011: INIT: Entering runlevel: 5
    Mon Jun 27 13:36:21 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mAdjusting Hardware Clock^[[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
    Mon Jun 27 13:36:21 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting System Clock^[[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
    Mon Jun 27 13:36:23 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting Syslog-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
    Mon Jun 27 13:36:23 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting D-BUS system messagebus^[[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
    Mon Jun 27 13:36:23 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting NetworkManager^[[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
    Mon Jun 27 13:36:24 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mMounting Network Filesystems^[[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
    Mon Jun 27 13:36:24 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting Cron Daemon^[[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
    Mon Jun 27 13:36:24 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mRestoring ALSA Levels^[[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
    Mon Jun 27 13:36:24 2011:
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting UDev Daemon^[[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
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mTriggering UDev uevents^[[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
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mLoading Modules^[[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
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mWaiting for UDev uevents to be processed^[[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
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mBringing up loopback interface^[[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
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mChecking Filesystems^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m root-new: clean, 151455/1346400 files, 975543/5375742 blocks
    Mon Jun 27 17:07:39 2011: /var: clean, 30801/993568 files, 295104/3968047 blocks (check in 4 mounts)
    Mon Jun 27 17:07:39 2011: /-/-/pacman/pkg: clean, 1931/928416 files, 1135350/3711007 blocks
    Mon Jun 27 17:07:39 2011: home-new: clean, 149579/7815168 files, 15731339/31256457 blocks (check in 4 mounts)
    Mon Jun 27 17:07:39 2011: ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mMounting Local Filesystems^[[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
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mActivating Swap^[[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
    Tue Jun 28 00:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mConfiguring Time Zone^[[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
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mRemoving Leftover Files^[[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
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Hostname: Arch2010p5^[[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
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Locale: 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
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Consoles to UTF-8 mode^[[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
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mLoading Keyboard Map: us^[[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
    Mon Jun 27 17:07:39 2011: INIT: Entering runlevel: 5
    Mon Jun 27 17:07:40 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mAdjusting Hardware Clock^[[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
    Mon Jun 27 17:07:40 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting System Clock^[[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
    Mon Jun 27 17:07:42 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting Syslog-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
    Mon Jun 27 17:07:42 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting D-BUS system messagebus^[[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
    Mon Jun 27 17:07:42 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting NetworkManager^[[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
    Mon Jun 27 17:07:43 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mMounting Network Filesystems^[[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
    Mon Jun 27 17:07:43 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting Cron Daemon^[[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
    Mon Jun 27 17:07:43 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mRestoring ALSA Levels^[[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
    Mon Jun 27 17:07:43 2011:
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting UDev Daemon^[[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
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mTriggering UDev uevents^[[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
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mLoading Modules^[[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
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mWaiting for UDev uevents to be processed^[[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
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mBringing up loopback interface^[[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
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mChecking Filesystems^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m root-new: clean, 151484/1346400 files, 975564/5375742 blocks
    Mon Jun 27 23:32:12 2011: /var: clean, 30801/993568 files, 295174/3968047 blocks (check in 3 mounts)
    Mon Jun 27 23:32:12 2011: /-/-/pacman/pkg: clean, 1936/928416 files, 1136808/3711007 blocks
    Mon Jun 27 23:32:12 2011: home-new: clean, 151671/7815168 files, 15654514/31256457 blocks (check in 3 mounts)
    Mon Jun 27 23:32:12 2011: ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mMounting Local Filesystems^[[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
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mActivating Swap^[[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
    Tue Jun 28 06:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mConfiguring Time Zone^[[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
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mRemoving Leftover Files^[[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
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Hostname: Arch2010p5^[[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
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Locale: 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
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Consoles to UTF-8 mode^[[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
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mLoading Keyboard Map: us^[[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
    Mon Jun 27 23:32:13 2011: INIT: Entering runlevel: 5
    Mon Jun 27 23:32:13 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mAdjusting Hardware Clock^[[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
    Mon Jun 27 23:32:13 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting System Clock^[[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
    Mon Jun 27 23:32:15 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting Syslog-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
    Mon Jun 27 23:32:15 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting D-BUS system messagebus^[[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
    Mon Jun 27 23:32:15 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting NetworkManager^[[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
    Mon Jun 27 23:32:16 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mMounting Network Filesystems^[[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
    Mon Jun 27 23:32:16 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting Cron Daemon^[[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
    Mon Jun 27 23:32:16 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mRestoring ALSA Levels^[[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

  • Mail 2.1.1 color code message quandary

    I've been reading about rules and how to apply colors to messages based on specific criterion, however I am trying to apply a color to individual messages. For example, I want all "to do" messages to be red and all "need to reply" messages to be green, etc. When I say messages, I am talking about the list of emails in my inbox.
    How is this possible?
    thanks, warren

    You’re welcome.
    Do you happen to know of a script which will provide a
    right-click/ctrl-click option to choose a color from
    the context menu?
    No, I know of no such thing.

Maybe you are looking for

  • "Time Machine could not complete the backup. The backup disk is not availab

    I have a Seagate 750 MB external disk connected to the USB port of my Airport Extreme Base Station. It worked fine with Time Machine under Leopard but it's not working the way it was under OS X 10.6.2. I'm hopeful someone can help me solve the proble

  • Procedure require in DB:i want insert records in temp table(if that records are not exist in temptable)

    i have one "LOGTABLE"  having 3000 records, in this table daily 3-4 records will be inserted.this table have 11colums no primary key columns. i created another temp table as "LOGTABLEMONITOR". (copied from "LOGTABLE" having 3000 records) i am expecti

  • Sms Tone just stopped working (X6)

    So all of a sudden the sms tone on my x6 stopped playing when i recieve texts. im using the same profile as usual, the same tone. ive tried to restart the phone, ive tried to remove the battery for a while i tried to change to different profiles, whe

  • ORA-06502 PL/SQL: numeric or... when exporting data

    I am getting this error message when I go to export data . I have a WHEN-BUTTON-PRESSED trigger on the Export button with the following code EXPORT_BLOCK(:SYSTEM.CURSOR_BLOCK); Why am I getting this error? Can anyone help. Thanks Nick

  • Track pad not working in Windows 7

    I have a mac book pro running boot camp and windows 7. I am unable to use my track pad to scroll and right-click when using windows. I have looked at other threads and am in need of a step-by-step explanation for how to fix this problem. Has anyone r