[SOLVED] Syslinux : Missing OS

Hello
On booting, Syslinux show me this error message : `Missing OS`
After, the BIOS displays its `Operating System not found` error message.
Syslinux is is properly installed (MBR right, /boot (/dev/sda1) is flagged bootable, with Syslinux on it, all this tested with HDT).
I have NOT a GPT :
# fdisk -l
Disk /dev/sda: 60.0 GB, 60022480896 bytes, 117231408 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 * 63 64259 32098+ 83 Linux
/dev/sda2 64260 3968054 1951897+ 82 Linux swap / Solaris
/dev/sda3 3968055 117231407 56631676+ 83 Linux
Disk /dev/mapper/arch_root-image: 1490 MB, 1490026496 bytes, 2910208 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
`syslinux-install_update -im` worked well.
I have a Phoenix BIOS.
Thanks for your help
Last edited by xcodexif (2013-11-01 16:52:38)

Done, but nothing more.
Here is my syslinux.cfg
# Config file for Syslinux -
# /boot/syslinux/syslinux.cfg
# Comboot modules:
# * menu.c32 - provides a text menu
# * vesamenu.c32 - provides a graphical menu
# * chain.c32 - chainload MBRs, partition boot sectors, Windows bootloaders
# * hdt.c32 - hardware detection tool
# * reboot.c32 - reboots the system
# To Use: Copy the respective files from /usr/lib/syslinux to /boot/syslinux.
# If /usr and /boot are on the same file system, symlink the files instead
# of copying them.
# If you do not use a menu, a 'boot:' prompt will be shown and the system
# will boot automatically after 5 seconds.
# Please review the wiki: https://wiki.archlinux.org/index.php/Syslinux
# The wiki provides further configuration examples
DEFAULT arch
PROMPT 0 # Set to 1 if you always want to display the boot: prompt
TIMEOUT 50
# You can create syslinux keymaps with the keytab-lilo tool
#KBDMAP de.ktl
# Menu Configuration
# Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux
UI menu.c32
#UI vesamenu.c32
# Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
MENU TITLE Arch Linux
#MENU BACKGROUND splash.png
MENU COLOR border 30;44 #40ffffff #a0000000 std
MENU COLOR title 1;36;44 #9033ccff #a0000000 std
MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel 37;44 #50ffffff #a0000000 std
MENU COLOR help 37;40 #c0ffffff #a0000000 std
MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
MENU COLOR msg07 37;40 #90ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
# boot sections follow
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
LABEL arch
MENU LABEL Arch Linux
LINUX ../vmlinuz-linux
APPEND root=/dev/sda1 rw
INITRD ../initramfs-linux.img
LABEL archfallback
MENU LABEL Arch Linux Fallback
LINUX ../vmlinuz-linux
APPEND root=/dev/sda1 rw
INITRD ../initramfs-linux-fallback.img
#LABEL windows
# MENU LABEL Windows
# COM32 chain.c32
# APPEND hd0 1
LABEL hdt
MENU LABEL HDT (Hardware Detection Tool)
COM32 hdt.c32
LABEL reboot
MENU LABEL Reboot
COM32 reboot.c32
LABEL poweroff
MENU LABEL Poweroff
COM32 poweroff.c32

Similar Messages

  • [Solved] LXDE missing window borders (or decoratioins, widget?)

    Hello,
    The LXDE runs fine on my newly built arch for a couple of days, and then I must have done something (e.g. upgraded or uninstalled some packages) and now I can still log into LXDE by using slim login manager or startx command, but none of the applications will have the window borders and I am not able to move the application window around or minimize/resize the window.
    Here is my .xinitrc file
    [sgeuser@sge00 ~]$ cat .xinitrc
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    # exec gnome-session
    # exec startkde
    # exec startxfce4
    # ...or the Window Manager of your choice
    FontPath /usr/share/fonts/100dpi
    xset -dpms
    xset s off
    exec /usr/bin/startlxde
    Here is my systemd journal since reboot:
    [1;39m-- Reboot --[0m
    Sep 02 13:13:37 sge00 systemd-journal[98]: Allowing runtime journal files to grow to 100.3M.
    Sep 02 13:13:37 sge00 kernel: Initializing cgroup subsys cpuset
    Sep 02 13:13:37 sge00 kernel: Initializing cgroup subsys cpu
    Sep 02 13:13:37 sge00 kernel: Initializing cgroup subsys cpuacct
    Sep 02 13:13:37 sge00 kernel: Linux version 3.10.10-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Aug 30 11:30:06 CEST 2013
    Sep 02 13:13:37 sge00 kernel: Command line: root=/dev/sda1 rw initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    Sep 02 13:13:37 sge00 kernel: e820: BIOS-provided physical RAM map:
    Sep 02 13:13:37 sge00 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    Sep 02 13:13:37 sge00 kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    Sep 02 13:13:37 sge00 kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    Sep 02 13:13:37 sge00 kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007ffeffff] usable
    Sep 02 13:13:37 sge00 kernel: BIOS-e820: [mem 0x000000007fff0000-0x000000007fffffff] ACPI data
    Sep 02 13:13:37 sge00 kernel: BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
    Sep 02 13:13:37 sge00 kernel: NX (Execute Disable) protection: active
    Sep 02 13:13:37 sge00 kernel: SMBIOS 2.5 present.
    Sep 02 13:13:37 sge00 kernel: DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
    Sep 02 13:13:37 sge00 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Sep 02 13:13:37 sge00 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Sep 02 13:13:37 sge00 kernel: No AGP bridge found
    Sep 02 13:13:37 sge00 kernel: e820: last_pfn = 0x7fff0 max_arch_pfn = 0x400000000
    Sep 02 13:13:37 sge00 kernel: MTRR default type: uncachable
    Sep 02 13:13:37 sge00 kernel: MTRR variable ranges disabled:
    Sep 02 13:13:37 sge00 kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Sep 02 13:13:37 sge00 kernel: CPU MTRRs all blank - virtualized system.
    Sep 02 13:13:37 sge00 kernel: found SMP MP-table at [mem 0x0009fff0-0x0009ffff] mapped at [ffff88000009fff0]
    Sep 02 13:13:37 sge00 kernel: Scanning 1 areas for low memory corruption
    Sep 02 13:13:37 sge00 kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
    Sep 02 13:13:37 sge00 kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Sep 02 13:13:37 sge00 kernel: [mem 0x00000000-0x000fffff] page 4k
    Sep 02 13:13:37 sge00 kernel: BRK [0x01b23000, 0x01b23fff] PGTABLE
    Sep 02 13:13:37 sge00 kernel: BRK [0x01b24000, 0x01b24fff] PGTABLE
    Sep 02 13:13:37 sge00 kernel: BRK [0x01b25000, 0x01b25fff] PGTABLE
    Sep 02 13:13:37 sge00 kernel: init_memory_mapping: [mem 0x7fa00000-0x7fbfffff]
    Sep 02 13:13:37 sge00 kernel: [mem 0x7fa00000-0x7fbfffff] page 2M
    Sep 02 13:13:37 sge00 kernel: BRK [0x01b26000, 0x01b26fff] PGTABLE
    Sep 02 13:13:37 sge00 kernel: init_memory_mapping: [mem 0x7c000000-0x7f9fffff]
    Sep 02 13:13:37 sge00 kernel: [mem 0x7c000000-0x7f9fffff] page 2M
    Sep 02 13:13:37 sge00 kernel: init_memory_mapping: [mem 0x00100000-0x7bffffff]
    Sep 02 13:13:37 sge00 kernel: [mem 0x00100000-0x001fffff] page 4k
    Sep 02 13:13:37 sge00 kernel: [mem 0x00200000-0x7bffffff] page 2M
    Sep 02 13:13:37 sge00 kernel: init_memory_mapping: [mem 0x7fc00000-0x7ffeffff]
    Sep 02 13:13:37 sge00 kernel: [mem 0x7fc00000-0x7fdfffff] page 2M
    Sep 02 13:13:37 sge00 kernel: [mem 0x7fe00000-0x7ffeffff] page 4k
    Sep 02 13:13:37 sge00 kernel: BRK [0x01b27000, 0x01b27fff] PGTABLE
    Sep 02 13:13:37 sge00 kernel: RAMDISK: [mem 0x7fd22000-0x7ffeefff]
    Sep 02 13:13:37 sge00 kernel: ACPI: RSDP 00000000000e0000 00024 (v02 VBOX )
    Sep 02 13:13:37 sge00 kernel: ACPI: XSDT 000000007fff0030 0003C (v01 VBOX VBOXXSDT 00000001 ASL 00000061)
    Sep 02 13:13:37 sge00 kernel: ACPI: FACP 000000007fff00f0 000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061)
    Sep 02 13:13:37 sge00 kernel: ACPI: DSDT 000000007fff0470 01B96 (v01 VBOX VBOXBIOS 00000002 INTL 20100528)
    Sep 02 13:13:37 sge00 kernel: ACPI: FACS 000000007fff0200 00040
    Sep 02 13:13:37 sge00 kernel: ACPI: APIC 000000007fff0240 0005C (v02 VBOX VBOXAPIC 00000001 ASL 00000061)
    Sep 02 13:13:37 sge00 kernel: ACPI: SSDT 000000007fff02a0 001CC (v01 VBOX VBOXCPUT 00000002 INTL 20100528)
    Sep 02 13:13:37 sge00 kernel: ACPI: Local APIC address 0xfee00000
    Sep 02 13:13:37 sge00 kernel: No NUMA configuration found
    Sep 02 13:13:37 sge00 kernel: Faking a node at [mem 0x0000000000000000-0x000000007ffeffff]
    Sep 02 13:13:37 sge00 kernel: Initmem setup node 0 [mem 0x00000000-0x7ffeffff]
    Sep 02 13:13:37 sge00 kernel: NODE_DATA [mem 0x7fd1d000-0x7fd21fff]
    Sep 02 13:13:37 sge00 kernel: [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007d400000-ffff88007f3fffff] on node 0
    Sep 02 13:13:37 sge00 kernel: Zone ranges:
    Sep 02 13:13:37 sge00 kernel: DMA [mem 0x00001000-0x00ffffff]
    Sep 02 13:13:37 sge00 kernel: DMA32 [mem 0x01000000-0xffffffff]
    Sep 02 13:13:37 sge00 kernel: Normal empty
    Sep 02 13:13:37 sge00 kernel: Movable zone start for each node
    Sep 02 13:13:37 sge00 kernel: Early memory node ranges
    Sep 02 13:13:37 sge00 kernel: node 0: [mem 0x00001000-0x0009efff]
    Sep 02 13:13:37 sge00 kernel: node 0: [mem 0x00100000-0x7ffeffff]
    Sep 02 13:13:37 sge00 kernel: On node 0 totalpages: 524174
    Sep 02 13:13:37 sge00 kernel: DMA zone: 64 pages used for memmap
    Sep 02 13:13:37 sge00 kernel: DMA zone: 21 pages reserved
    Sep 02 13:13:37 sge00 kernel: DMA zone: 3998 pages, LIFO batch:0
    Sep 02 13:13:37 sge00 kernel: DMA32 zone: 8128 pages used for memmap
    Sep 02 13:13:37 sge00 kernel: DMA32 zone: 520176 pages, LIFO batch:31
    Sep 02 13:13:37 sge00 kernel: ACPI: PM-Timer IO Port: 0x4008
    Sep 02 13:13:37 sge00 kernel: ACPI: Local APIC address 0xfee00000
    Sep 02 13:13:37 sge00 kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Sep 02 13:13:37 sge00 kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    Sep 02 13:13:37 sge00 kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Sep 02 13:13:37 sge00 kernel: IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
    Sep 02 13:13:37 sge00 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Sep 02 13:13:37 sge00 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Sep 02 13:13:37 sge00 kernel: ACPI: IRQ0 used by override.
    Sep 02 13:13:37 sge00 kernel: ACPI: IRQ2 used by override.
    Sep 02 13:13:37 sge00 kernel: ACPI: IRQ9 used by override.
    Sep 02 13:13:37 sge00 kernel: Using ACPI (MADT) for SMP configuration information
    Sep 02 13:13:37 sge00 kernel: smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    Sep 02 13:13:37 sge00 kernel: nr_irqs_gsi: 40
    Sep 02 13:13:37 sge00 kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Sep 02 13:13:37 sge00 kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    Sep 02 13:13:37 sge00 kernel: PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    Sep 02 13:13:37 sge00 kernel: e820: [mem 0x80000000-0xfffbffff] available for PCI devices
    Sep 02 13:13:37 sge00 kernel: Booting paravirtualized kernel on bare hardware
    Sep 02 13:13:37 sge00 kernel: setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
    Sep 02 13:13:37 sge00 kernel: PERCPU: Embedded 28 pages/cpu @ffff88007fa00000 s86016 r8192 d20480 u1048576
    Sep 02 13:13:37 sge00 kernel: pcpu-alloc: s86016 r8192 d20480 u1048576 alloc=1*2097152
    Sep 02 13:13:37 sge00 kernel: pcpu-alloc: [0] 0 1
    Sep 02 13:13:37 sge00 kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 515961
    Sep 02 13:13:37 sge00 kernel: Policy zone: DMA32
    Sep 02 13:13:37 sge00 kernel: Kernel command line: root=/dev/sda1 rw initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    Sep 02 13:13:37 sge00 kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Sep 02 13:13:37 sge00 kernel: Checking aperture...
    Sep 02 13:13:37 sge00 kernel: No AGP bridge found
    Sep 02 13:13:37 sge00 kernel: Calgary: detecting Calgary via BIOS EBDA area
    Sep 02 13:13:37 sge00 kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Sep 02 13:13:37 sge00 kernel: Memory: 2049056k/2097088k available (4943k kernel code, 392k absent, 47640k reserved, 4024k data, 1124k init)
    Sep 02 13:13:37 sge00 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Sep 02 13:13:37 sge00 kernel: Preemptible hierarchical RCU implementation.
    Sep 02 13:13:37 sge00 kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Sep 02 13:13:37 sge00 kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Sep 02 13:13:37 sge00 kernel: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
    Sep 02 13:13:37 sge00 kernel: NR_IRQS:4352 nr_irqs:512 16
    Sep 02 13:13:37 sge00 kernel: Console: colour VGA+ 80x25
    Sep 02 13:13:37 sge00 kernel: console [tty0] enabled
    Sep 02 13:13:37 sge00 kernel: allocated 8388608 bytes of page_cgroup
    Sep 02 13:13:37 sge00 kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Sep 02 13:13:37 sge00 kernel: tsc: Fast TSC calibration failed
    Sep 02 13:13:37 sge00 kernel: tsc: PIT calibration matches PMTIMER. 2 loops
    Sep 02 13:13:37 sge00 kernel: tsc: Detected 2708.883 MHz processor
    Sep 02 13:13:37 sge00 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5419.50 BogoMIPS (lpj=9029610)
    Sep 02 13:13:37 sge00 kernel: pid_max: default: 32768 minimum: 301
    Sep 02 13:13:37 sge00 kernel: Security Framework initialized
    Sep 02 13:13:37 sge00 kernel: AppArmor: AppArmor disabled by boot time parameter
    Sep 02 13:13:37 sge00 kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Sep 02 13:13:37 sge00 kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Sep 02 13:13:37 sge00 kernel: Mount-cache hash table entries: 256
    Sep 02 13:13:37 sge00 kernel: Initializing cgroup subsys memory
    Sep 02 13:13:37 sge00 kernel: Initializing cgroup subsys devices
    Sep 02 13:13:37 sge00 kernel: Initializing cgroup subsys freezer
    Sep 02 13:13:37 sge00 kernel: Initializing cgroup subsys net_cls
    Sep 02 13:13:37 sge00 kernel: Initializing cgroup subsys blkio
    Sep 02 13:13:37 sge00 kernel: CPU: Physical Processor ID: 0
    Sep 02 13:13:37 sge00 kernel: CPU: Processor Core ID: 0
    Sep 02 13:13:37 sge00 kernel: mce: CPU supports 0 MCE banks
    Sep 02 13:13:37 sge00 kernel: [117B blob data]
    Sep 02 13:13:37 sge00 kernel: Freeing SMP alternatives: 20k freed
    Sep 02 13:13:37 sge00 kernel: ACPI: Core revision 20130328
    Sep 02 13:13:37 sge00 kernel: ACPI: All ACPI Tables successfully acquired
    Sep 02 13:13:37 sge00 kernel: ftrace: allocating 19652 entries in 77 pages
    Sep 02 13:13:37 sge00 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Sep 02 13:13:37 sge00 kernel: smpboot: CPU0: Intel(R) Core(TM) i7-3820QM CPU @ 2.70GHz (fam: 06, model: 3a, stepping: 09)
    Sep 02 13:13:37 sge00 kernel: Performance Events: unsupported p6 CPU model 58 no PMU driver, software events only.
    Sep 02 13:13:37 sge00 kernel: NMI watchdog: disabled (cpu0): hardware events not enabled
    Sep 02 13:13:37 sge00 kernel: smpboot: Booting Node 0, Processors #1 OK
    Sep 02 13:13:37 sge00 kernel: mce: CPU supports 0 MCE banks
    Sep 02 13:13:37 sge00 kernel: TSC synchronization [CPU#0 -> CPU#1]:
    Sep 02 13:13:37 sge00 kernel: Measured 31057 cycles TSC warp between CPUs, turning off TSC clock.
    Sep 02 13:13:37 sge00 kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
    Sep 02 13:13:37 sge00 kernel: Brought up 2 CPUs
    Sep 02 13:13:37 sge00 kernel: smpboot: Total of 2 processors activated (10839.01 BogoMIPS)
    Sep 02 13:13:37 sge00 kernel: devtmpfs: initialized
    Sep 02 13:13:37 sge00 kernel: RTC time: 17:13:36, date: 09/02/13
    Sep 02 13:13:37 sge00 kernel: NET: Registered protocol family 16
    Sep 02 13:13:37 sge00 kernel: ACPI: bus type PCI registered
    Sep 02 13:13:37 sge00 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Sep 02 13:13:37 sge00 kernel: PCI: Using configuration type 1 for base access
    Sep 02 13:13:37 sge00 kernel: bio: create slab <bio-0> at 0
    Sep 02 13:13:37 sge00 kernel: ACPI: Added _OSI(Module Device)
    Sep 02 13:13:37 sge00 kernel: ACPI: Added _OSI(Processor Device)
    Sep 02 13:13:37 sge00 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Sep 02 13:13:37 sge00 kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Sep 02 13:13:37 sge00 kernel: ACPI: EC: Look up EC in DSDT
    Sep 02 13:13:37 sge00 kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Sep 02 13:13:37 sge00 kernel: ACPI: Interpreter enabled
    Sep 02 13:13:37 sge00 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130328/hwxface-568)
    Sep 02 13:13:37 sge00 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130328/hwxface-568)
    Sep 02 13:13:37 sge00 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20130328/hwxface-568)
    Sep 02 13:13:37 sge00 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20130328/hwxface-568)
    Sep 02 13:13:37 sge00 kernel: ACPI: (supports S0 S5)
    Sep 02 13:13:37 sge00 kernel: ACPI: Using IOAPIC for interrupt routing
    Sep 02 13:13:37 sge00 kernel: PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    Sep 02 13:13:37 sge00 kernel: ACPI: No dock devices found.
    Sep 02 13:13:37 sge00 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Sep 02 13:13:37 sge00 kernel: acpi PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    Sep 02 13:13:37 sge00 kernel: acpi PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
    Sep 02 13:13:37 sge00 kernel: acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    Sep 02 13:13:37 sge00 kernel: acpi PNP0A03:00: host bridge window [mem 0x80000000-0xffdfffff] (ignored)
    Sep 02 13:13:37 sge00 kernel: PCI: root bus 00: using default resources
    Sep 02 13:13:37 sge00 kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
    Sep 02 13:13:37 sge00 kernel: PCI host bridge to bus 0000:00
    Sep 02 13:13:37 sge00 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Sep 02 13:13:37 sge00 kernel: pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    Sep 02 13:13:37 sge00 kernel: pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:01.1: [8086:7111] type 00 class 0x01018a
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:01.1: reg 20: [io 0xd000-0xd00f]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:02.0: [80ee:beef] type 00 class 0x030000
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:02.0: reg 10: [mem 0xe0000000-0xe0ffffff pref]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:03.0: reg 10: [mem 0xf0000000-0xf001ffff]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:03.0: reg 18: [io 0xd010-0xd017]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:04.0: reg 10: [io 0xd020-0xd03f]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:04.0: reg 14: [mem 0xf0400000-0xf07fffff]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:04.0: reg 18: [mem 0xf0800000-0xf0803fff pref]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:06.0: [106b:003f] type 00 class 0x0c0310
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:06.0: reg 10: [mem 0xf0804000-0xf0804fff]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:07.0: [8086:7113] type 00 class 0x068000
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:0d.0: [8086:2829] type 00 class 0x010601
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:0d.0: reg 10: [io 0xd040-0xd047]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:0d.0: reg 18: [io 0xd050-0xd057]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:0d.0: reg 20: [io 0xd060-0xd06f]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:0d.0: reg 24: [mem 0xf0806000-0xf0807fff]
    Sep 02 13:13:37 sge00 kernel: acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    Sep 02 13:13:37 sge00 kernel: acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
    Sep 02 13:13:37 sge00 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs *5 9 10 11)
    Sep 02 13:13:37 sge00 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 10 *11)
    Sep 02 13:13:37 sge00 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 *10 11)
    Sep 02 13:13:37 sge00 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *9 10 11)
    Sep 02 13:13:37 sge00 kernel: ACPI: Enabled 1 GPEs in block 00 to 07
    Sep 02 13:13:37 sge00 kernel: acpi root: \_SB_.PCI0 notify handler is installed
    Sep 02 13:13:37 sge00 kernel: Found 1 acpi root devices
    Sep 02 13:13:37 sge00 kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    Sep 02 13:13:37 sge00 kernel: vgaarb: loaded
    Sep 02 13:13:37 sge00 kernel: vgaarb: bridge control possible 0000:00:02.0
    Sep 02 13:13:37 sge00 kernel: PCI: Using ACPI for IRQ routing
    Sep 02 13:13:37 sge00 kernel: PCI: pci_cache_line_size set to 64 bytes
    Sep 02 13:13:37 sge00 kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    Sep 02 13:13:37 sge00 kernel: e820: reserve RAM buffer [mem 0x7fff0000-0x7fffffff]
    Sep 02 13:13:37 sge00 kernel: NetLabel: Initializing
    Sep 02 13:13:37 sge00 kernel: NetLabel: domain hash size = 128
    Sep 02 13:13:37 sge00 kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Sep 02 13:13:37 sge00 kernel: NetLabel: unlabeled traffic allowed by default
    Sep 02 13:13:37 sge00 kernel: Switching to clocksource refined-jiffies
    Sep 02 13:13:37 sge00 kernel: pnp: PnP ACPI init
    Sep 02 13:13:37 sge00 kernel: ACPI: bus type PNP registered
    Sep 02 13:13:37 sge00 kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active)
    Sep 02 13:13:37 sge00 kernel: pnp 00:01: [dma 4]
    Sep 02 13:13:37 sge00 kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    Sep 02 13:13:37 sge00 kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0f03 (active)
    Sep 02 13:13:37 sge00 kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0400 (active)
    Sep 02 13:13:37 sge00 kernel: pnp: PnP ACPI: found 4 devices
    Sep 02 13:13:37 sge00 kernel: ACPI: bus type PNP unregistered
    Sep 02 13:13:37 sge00 kernel: Switching to clocksource acpi_pm
    Sep 02 13:13:37 sge00 kernel: pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    Sep 02 13:13:37 sge00 kernel: pci_bus 0000:00: resource 5 [mem 0x00000000-0xfffffffff]
    Sep 02 13:13:37 sge00 kernel: NET: Registered protocol family 2
    Sep 02 13:13:37 sge00 kernel: TCP established hash table entries: 16384 (order: 6, 262144 bytes)
    Sep 02 13:13:37 sge00 kernel: TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
    Sep 02 13:13:37 sge00 kernel: TCP: Hash tables configured (established 16384 bind 16384)
    Sep 02 13:13:37 sge00 kernel: TCP: reno registered
    Sep 02 13:13:37 sge00 kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes)
    Sep 02 13:13:37 sge00 kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
    Sep 02 13:13:37 sge00 kernel: NET: Registered protocol family 1
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:02.0: Boot video device
    Sep 02 13:13:37 sge00 kernel: PCI: CLS 0 bytes, default 64
    Sep 02 13:13:37 sge00 kernel: Unpacking initramfs...
    Sep 02 13:13:37 sge00 kernel: Freeing initrd memory: 2868k freed
    Sep 02 13:13:37 sge00 kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
    Sep 02 13:13:37 sge00 kernel: Scanning for low memory corruption every 60 seconds
    Sep 02 13:13:37 sge00 kernel: audit: initializing netlink socket (disabled)
    Sep 02 13:13:37 sge00 kernel: type=2000 audit(1378142015.246:1): initialized
    Sep 02 13:13:37 sge00 kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Sep 02 13:13:37 sge00 kernel: VFS: Disk quotas dquot_6.5.2
    Sep 02 13:13:37 sge00 kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Sep 02 13:13:37 sge00 kernel: msgmni has been set to 4007
    Sep 02 13:13:37 sge00 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Sep 02 13:13:37 sge00 kernel: io scheduler noop registered
    Sep 02 13:13:37 sge00 kernel: io scheduler deadline registered
    Sep 02 13:13:37 sge00 kernel: io scheduler cfq registered (default)
    Sep 02 13:13:37 sge00 kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Sep 02 13:13:37 sge00 kernel: intel_idle: does not run on family 6 model 58
    Sep 02 13:13:37 sge00 kernel: GHES: HEST is not enabled!
    Sep 02 13:13:37 sge00 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Sep 02 13:13:37 sge00 kernel: Linux agpgart interface v0.103
    Sep 02 13:13:37 sge00 kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    Sep 02 13:13:37 sge00 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Sep 02 13:13:37 sge00 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Sep 02 13:13:37 sge00 kernel: mousedev: PS/2 mouse device common for all mice
    Sep 02 13:13:37 sge00 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Sep 02 13:13:37 sge00 kernel: rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
    Sep 02 13:13:37 sge00 kernel: rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
    Sep 02 13:13:37 sge00 kernel: cpuidle: using governor ladder
    Sep 02 13:13:37 sge00 kernel: cpuidle: using governor menu
    Sep 02 13:13:37 sge00 kernel: drop_monitor: Initializing network drop monitor service
    Sep 02 13:13:37 sge00 kernel: TCP: cubic registered
    Sep 02 13:13:37 sge00 kernel: NET: Registered protocol family 10
    Sep 02 13:13:37 sge00 kernel: NET: Registered protocol family 17
    Sep 02 13:13:37 sge00 kernel: Key type dns_resolver registered
    Sep 02 13:13:37 sge00 kernel: PM: Hibernation image not present or could not be loaded.
    Sep 02 13:13:37 sge00 kernel: registered taskstats version 1
    Sep 02 13:13:37 sge00 kernel: Magic number: 13:139:238
    Sep 02 13:13:37 sge00 kernel: rtc_cmos rtc_cmos: setting system clock to 2013-09-02 17:13:36 UTC (1378142016)
    Sep 02 13:13:37 sge00 kernel: Freeing unused kernel memory: 1124k freed
    Sep 02 13:13:37 sge00 kernel: Write protecting the kernel read-only data: 8192k
    Sep 02 13:13:37 sge00 kernel: Freeing unused kernel memory: 1192k freed
    Sep 02 13:13:37 sge00 kernel: Freeing unused kernel memory: 400k freed
    Sep 02 13:13:37 sge00 systemd-udevd[45]: starting version 204
    Sep 02 13:13:37 sge00 kernel: ACPI: bus type USB registered
    Sep 02 13:13:37 sge00 kernel: usbcore: registered new interface driver usbfs
    Sep 02 13:13:37 sge00 kernel: usbcore: registered new interface driver hub
    Sep 02 13:13:37 sge00 kernel: SCSI subsystem initialized
    Sep 02 13:13:37 sge00 kernel: ACPI: bus type ATA registered
    Sep 02 13:13:37 sge00 kernel: usbcore: registered new device driver usb
    Sep 02 13:13:37 sge00 kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    Sep 02 13:13:37 sge00 kernel: ohci_hcd 0000:00:06.0: OHCI Host Controller
    Sep 02 13:13:37 sge00 kernel: ohci_hcd 0000:00:06.0: new USB bus registered, assigned bus number 1
    Sep 02 13:13:37 sge00 kernel: ohci_hcd 0000:00:06.0: irq 22, io mem 0xf0804000
    Sep 02 13:13:37 sge00 kernel: libata version 3.00 loaded.
    Sep 02 13:13:37 sge00 kernel: hub 1-0:1.0: USB hub found
    Sep 02 13:13:37 sge00 kernel: hub 1-0:1.0: 8 ports detected
    Sep 02 13:13:37 sge00 kernel: ahci 0000:00:0d.0: version 3.0
    Sep 02 13:13:37 sge00 kernel: ahci: SSS flag set, parallel bus scan disabled
    Sep 02 13:13:37 sge00 kernel: ahci 0000:00:0d.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
    Sep 02 13:13:37 sge00 kernel: ahci 0000:00:0d.0: flags: 64bit ncq stag only ccc
    Sep 02 13:13:37 sge00 kernel: scsi0 : ahci
    Sep 02 13:13:37 sge00 kernel: ata1: SATA max UDMA/133 abar m8192@0xf0806000 port 0xf0806100 irq 21
    Sep 02 13:13:37 sge00 kernel: ata_piix 0000:00:01.1: version 2.13
    Sep 02 13:13:37 sge00 kernel: scsi1 : ata_piix
    Sep 02 13:13:37 sge00 kernel: scsi2 : ata_piix
    Sep 02 13:13:37 sge00 kernel: ata2: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14
    Sep 02 13:13:37 sge00 kernel: ata3: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15
    Sep 02 13:13:37 sge00 kernel: ata3.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133
    Sep 02 13:13:37 sge00 kernel: ata3.00: configured for UDMA/33
    Sep 02 13:13:37 sge00 kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Sep 02 13:13:37 sge00 kernel: ata1.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133
    Sep 02 13:13:37 sge00 kernel: ata1.00: 167772160 sectors, multi 128: LBA48 NCQ (depth 31/32)
    Sep 02 13:13:37 sge00 kernel: ata1.00: configured for UDMA/133
    Sep 02 13:13:37 sge00 kernel: scsi 0:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5
    Sep 02 13:13:37 sge00 kernel: scsi 2:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5
    Sep 02 13:13:37 sge00 kernel: sd 0:0:0:0: [sda] 167772160 512-byte logical blocks: (85.8 GB/80.0 GiB)
    Sep 02 13:13:37 sge00 kernel: sd 0:0:0:0: [sda] Write Protect is off
    Sep 02 13:13:37 sge00 kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Sep 02 13:13:37 sge00 kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Sep 02 13:13:37 sge00 kernel: sr0: scsi3-mmc drive: 32x/32x xa/form2 tray
    Sep 02 13:13:37 sge00 kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    Sep 02 13:13:37 sge00 kernel: sr 2:0:0:0: Attached scsi CD-ROM sr0
    Sep 02 13:13:37 sge00 kernel: sda: sda1
    Sep 02 13:13:37 sge00 kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Sep 02 13:13:37 sge00 kernel: usb 1-1: new full-speed USB device number 2 using ohci_hcd
    Sep 02 13:13:37 sge00 kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    Sep 02 13:13:37 sge00 systemd[1]: systemd 204 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    Sep 02 13:13:37 sge00 systemd[1]: Detected virtualization 'oracle'.
    Sep 02 13:13:37 sge00 systemd[1]: Set hostname to <sge00>.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    Sep 02 13:13:37 sge00 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Remote File Systems.
    Sep 02 13:13:37 sge00 systemd[1]: Reached target Remote File Systems.
    Sep 02 13:13:37 sge00 systemd[1]: Expecting device sys-subsystem-net-devices-enp0s3.device...
    Sep 02 13:13:37 sge00 systemd[1]: Starting Delayed Shutdown Socket.
    Sep 02 13:13:37 sge00 systemd[1]: Listening on Delayed Shutdown Socket.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Device-mapper event daemon FIFOs.
    Sep 02 13:13:37 sge00 systemd[1]: Listening on Device-mapper event daemon FIFOs.
    Sep 02 13:13:37 sge00 systemd[1]: Starting LVM2 metadata daemon socket.
    Sep 02 13:13:37 sge00 systemd[1]: Listening on LVM2 metadata daemon socket.
    Sep 02 13:13:37 sge00 systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    Sep 02 13:13:37 sge00 systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Encrypted Volumes.
    Sep 02 13:13:37 sge00 systemd[1]: Reached target Encrypted Volumes.
    Sep 02 13:13:37 sge00 systemd[1]: Starting udev Kernel Socket.
    Sep 02 13:13:37 sge00 systemd[1]: Listening on udev Kernel Socket.
    Sep 02 13:13:37 sge00 systemd[1]: Starting udev Control Socket.
    Sep 02 13:13:37 sge00 systemd[1]: Listening on udev Control Socket.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    Sep 02 13:13:37 sge00 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    Sep 02 13:13:37 sge00 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Paths.
    Sep 02 13:13:37 sge00 systemd[1]: Reached target Paths.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Journal Socket.
    Sep 02 13:13:37 sge00 systemd[1]: Listening on Journal Socket.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Load Kernel Modules...
    Sep 02 13:13:37 sge00 systemd[1]: Starting Setup Virtual Console...
    Sep 02 13:13:37 sge00 systemd[1]: Started Set Up Additional Binary Formats.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Apply Kernel Variables...
    Sep 02 13:13:37 sge00 systemd[1]: Starting udev Coldplug all Devices...
    Sep 02 13:13:37 sge00 systemd[1]: Starting Create static device nodes in /dev...
    Sep 02 13:13:37 sge00 systemd[1]: Mounting POSIX Message Queue File System...
    Sep 02 13:13:37 sge00 systemd[1]: Starting Journal Service...
    Sep 02 13:13:37 sge00 systemd[1]: Started Journal Service.
    Sep 02 13:13:37 sge00 systemd[1]: Mounting Debug File System...
    Sep 02 13:13:37 sge00 systemd[1]: Mounting Huge Pages File System...
    Sep 02 13:13:37 sge00 systemd[1]: Started File System Check on Root Device.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Remount Root and Kernel File Systems...
    Sep 02 13:13:37 sge00 systemd[1]: Started Setup Virtual Console.
    Sep 02 13:13:37 sge00 systemd[1]: Started Create static device nodes in /dev.
    Sep 02 13:13:37 sge00 systemd[1]: Starting udev Kernel Device Manager...
    Sep 02 13:13:37 sge00 kernel: EXT4-fs (sda1): re-mounted. Opts: data=ordered
    Sep 02 13:13:37 sge00 kernel: FS-Cache: Loaded
    Sep 02 13:13:37 sge00 kernel: RPC: Registered named UNIX socket transport module.
    Sep 02 13:13:37 sge00 kernel: RPC: Registered udp transport module.
    Sep 02 13:13:37 sge00 kernel: RPC: Registered tcp transport module.
    Sep 02 13:13:37 sge00 kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
    Sep 02 13:13:37 sge00 systemd-journal[98]: Journal started
    Sep 02 13:13:37 sge00 systemd[1]: Started Apply Kernel Variables.
    Sep 02 13:13:37 sge00 systemd[1]: Mounted POSIX Message Queue File System.
    Sep 02 13:13:37 sge00 systemd[1]: Mounted Debug File System.
    Sep 02 13:13:37 sge00 systemd[1]: Mounted Huge Pages File System.
    Sep 02 13:13:37 sge00 systemd[1]: Started Remount Root and Kernel File Systems.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Load Random Seed...
    Sep 02 13:13:37 sge00 systemd[1]: Activating swap /swapfile...
    Sep 02 13:13:37 sge00 systemd[1]: Started udev Coldplug all Devices.
    Sep 02 13:13:37 sge00 systemd-modules-load[92]: Inserted module 'nfs'
    Sep 02 13:13:37 sge00 kernel: FS-Cache: Netfs 'nfs' registered for caching
    Sep 02 13:13:37 sge00 systemd-modules-load[92]: Inserted module 'vboxguest'
    Sep 02 13:13:37 sge00 kernel: input: Unspecified device as /devices/pci0000:00/0000:00:04.0/input/input1
    Sep 02 13:13:37 sge00 kernel: vboxguest: major 0, IRQ 20, I/O port d020, MMIO at 00000000f0400000 (size 0x400000)
    Sep 02 13:13:37 sge00 kernel: vboxguest: Successfully loaded version 4.2.16_OSE (interface 0x00010004)
    Sep 02 13:13:37 sge00 systemd-modules-load[92]: Inserted module 'vboxsf'
    Sep 02 13:13:37 sge00 kernel: vboxsf: Successfully loaded version 4.2.16_OSE (interface 0x00010004)
    Sep 02 13:13:37 sge00 systemd-modules-load[92]: Inserted module 'vboxvideo'
    Sep 02 13:13:37 sge00 systemd[1]: Started Load Kernel Modules.
    Sep 02 13:13:37 sge00 systemd[1]: Mounting Configuration File System...
    Sep 02 13:13:37 sge00 kernel: [drm] Initialized drm 1.1.0 20060810
    Sep 02 13:13:37 sge00 kernel: [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    Sep 02 13:13:37 sge00 kernel: [drm] No driver support for vblank timestamp query.
    Sep 02 13:13:37 sge00 kernel: [drm] Initialized vboxvideo 1.0.0 20090303 for 0000:00:02.0 on minor 0
    Sep 02 13:13:37 sge00 systemd[1]: Mounted FUSE Control File System.
    Sep 02 13:13:37 sge00 systemd[1]: Started udev Kernel Device Manager.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Local File Systems (Pre).
    Sep 02 13:13:37 sge00 systemd-udevd[106]: starting version 204
    Sep 02 13:13:37 sge00 systemd[1]: Reached target Local File Systems (Pre).
    Sep 02 13:13:37 sge00 systemd[1]: Mounting RPC pipe filesystem...
    Sep 02 13:13:37 sge00 systemd[1]: Starting Local File Systems.
    Sep 02 13:13:37 sge00 systemd[1]: Reached target Local File Systems.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Recreate Volatile Files and Directories...
    Sep 02 13:13:37 sge00 systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
    Sep 02 13:13:37 sge00 systemd[1]: Mounted RPC pipe filesystem.
    Sep 02 13:13:37 sge00 systemd[1]: Mounted Configuration File System.
    Sep 02 13:13:37 sge00 systemd[1]: Started Load Random Seed.
    Sep 02 13:13:37 sge00 systemd-journal[98]: Allowing system journal files to grow to 4.0G.
    Sep 02 13:13:37 sge00 systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
    Sep 02 13:13:37 sge00 systemd[1]: Started Recreate Volatile Files and Directories.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Update UTMP about System Reboot/Shutdown...
    Sep 02 13:13:37 sge00 systemd[1]: Started Update UTMP about System Reboot/Shutdown.
    Sep 02 13:13:37 sge00 systemd[1]: Activated swap /swapfile.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Swap.
    Sep 02 13:13:37 sge00 systemd[1]: Reached target Swap.
    Sep 02 13:13:37 sge00 systemd[1]: Starting System Initialization.
    Sep 02 13:13:37 sge00 systemd[1]: Reached target System Initialization.
    Sep 02 13:13:37 sge00 systemd[1]: Starting D-Bus System Message Bus Socket.
    Sep 02 13:13:37 sge00 systemd[1]: Listening on D-Bus System Message Bus Socket.
    Sep 02 13:13:38 sge00 systemd[1]: Started SGE Execution Daemon.
    Sep 02 13:13:38 sge00 swapon[116]: swapon: /swapfile: insecure permissions 0777, 0600 suggested.
    Sep 02 13:13:38 sge00 kernel: ACPI: AC Adapter [AC] (on-line)
    Sep 02 13:13:37 sge00 sshd[155]: Server listening on 0.0.0.0 port 22.
    Sep 02 13:13:37 sge00 sshd[155]: Server listening on :: port 22.
    Sep 02 13:13:37 sge00 slapd[156]: @(#) $OpenLDAP: slapd 2.4.35 (May 20 2013 16:33:13) $
    Sep 02 13:13:37 sge00 slapd[168]: bdb_monitor_db_open: monitoring disabled; configure monitor database to enable
    Sep 02 13:13:37 sge00 slapd[168]: slapd starting
    Sep 02 13:13:38 sge00 kernel: parport_pc 00:03: reported by Plug and Play ACPI
    Sep 02 13:13:38 sge00 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input2
    Sep 02 13:13:38 sge00 kernel: microcode: CPU0 sig=0x306a9, pf=0x1, revision=0x0
    Sep 02 13:13:38 sge00 kernel: microcode: CPU1 sig=0x306a9, pf=0x1, revision=0x0
    Sep 02 13:13:38 sge00 kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Sep 02 13:13:38 sge00 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    Sep 02 13:13:38 sge00 kernel: ACPI: Battery Slot [BAT0] (battery present)
    Sep 02 13:13:38 sge00 kernel: ACPI: Power Button [PWRF]
    Sep 02 13:13:38 sge00 CLCGenomicsServer[163]: Starting CLCGenomicsServer
    Sep 02 13:13:38 sge00 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input4
    Sep 02 13:13:38 sge00 slim[166]: /usr/bin/xauth: file /var/run/slim.auth does not exist
    Sep 02 13:13:38 sge00 slim[166]: X.Org X Server 1.14.2
    Sep 02 13:13:38 sge00 slim[166]: Release Date: 2013-06-25
    Sep 02 13:13:38 sge00 slim[166]: X Protocol Version 11, Revision 0
    Sep 02 13:13:38 sge00 slim[166]: Build Operating System: Linux 3.9.7-1-ARCH x86_64
    Sep 02 13:13:38 sge00 slim[166]: Current Operating System: Linux sge00 3.10.10-1-ARCH #1 SMP PREEMPT Fri Aug 30 11:30:06 CEST 2013 x86_64
    Sep 02 13:13:38 sge00 slim[166]: Kernel command line: root=/dev/sda1 rw initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    Sep 02 13:13:38 sge00 slim[166]: Build Date: 01 July 2013 10:48:42AM
    Sep 02 13:13:38 sge00 slim[166]: Current version of pixman: 0.30.2
    Sep 02 13:13:38 sge00 slim[166]: Before reporting problems, check http://wiki.x.org
    Sep 02 13:13:38 sge00 slim[166]: to make sure that you have the latest version.
    Sep 02 13:13:38 sge00 slim[166]: Markers: (--) probed, (**) from config file, (==) default setting,
    Sep 02 13:13:38 sge00 slim[166]: (++) from command line, (!!) notice, (II) informational,
    Sep 02 13:13:38 sge00 slim[166]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    Sep 02 13:13:38 sge00 slim[166]: (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 2 13:13:37 2013
    Sep 02 13:13:38 sge00 slim[166]: (==) Using config directory: "/etc/X11/xorg.conf.d"
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension Generic Event Extension
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension SHAPE
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension MIT-SHM
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XInputExtension
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XTEST
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension BIG-REQUESTS
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension SYNC
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XKEYBOARD
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XC-MISC
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension SECURITY
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XINERAMA
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XFIXES
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension RENDER
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension RANDR
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension COMPOSITE
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension DAMAGE
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension MIT-SCREEN-SAVER
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension DOUBLE-BUFFER
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension RECORD
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension DPMS
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension X-Resource
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XVideo
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XVideo-MotionCompensation
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XFree86-VidModeExtension
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XFree86-DGA
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XFree86-DRI
    Sep 02 13:13:38 sge00 kernel: ACPI: Sleep Button [SLPF]
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension DRI2
    Sep 02 13:13:38 sge00 slim[166]: Loading extension GLX
    Sep 02 13:13:38 sge00 kernel: hidraw: raw HID events driver (C) Jiri Kosina
    Sep 02 13:13:38 sge00 kernel: ppdev: user-space parallel port driver
    Sep 02 13:13:38 sge00 kernel: usbcore: registered new interface driver usbhid
    Sep 02 13:13:38 sge00 kernel: usbhid: USB HID core driver
    Sep 02 13:13:38 sge00 kernel: input: VirtualBox USB Tablet as /devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/input/input5
    Sep 02 13:13:38 sge00 kernel: hid-generic 0003:80EE:0021.0001: input,hidraw0: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:06.0-1/input0
    Sep 02 13:13:38 sge00 kernel: e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
    Sep 02 13:13:38 sge00 kernel: e1000: Copyright (c) 1999-2006 Intel Corporation.
    Sep 02 13:13:38 sge00 kernel: Adding 1048572k swap on /swapfile. Priority:-1 extents:5 across:1105916k FS
    Sep 02 13:13:38 sge00 kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input6
    Sep 02 13:13:38 sge00 systemd-logind[158]: Watching system buttons on /dev/input/event3 (Power Button)
    Sep 02 13:13:38 sge00 systemd-logind[158]: Watching system buttons on /dev/input/event4 (Sleep Button)
    Sep 02 13:13:38 sge00 kernel: e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 08:00:27:3d:4f:34
    Sep 02 13:13:38 sge00 kernel: e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection
    Sep 02 13:13:38 sge00 systemd[1]: Found device PRO/1000 MT Desktop Adapter.
    Sep 02 13:13:38 sge00 systemd[1]: Starting dhcpcd on enp0s3...
    Sep 02 13:13:38 sge00 systemd-udevd[128]: renamed network interface eth0 to enp0s3
    Sep 02 13:13:38 sge00 sgeexecd[161]: starting sge_execd
    Sep 02 13:13:38 sge00 dhcpcd[239]: version 6.0.5 starting
    Sep 02 13:13:38 sge00 kernel: IPv6: ADDRCONF(NETDEV_UP): enp0s3: link is not ready
    Sep 02 13:13:38 sge00 kernel: e1000: enp0s3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
    Sep 02 13:13:38 sge00 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp0s3: link becomes ready
    Sep 02 13:13:38 sge00 sgemaster[162]: starting sge_qmaster
    Sep 02 13:13:38 sge00 dhcpcd[239]: enp0s3: soliciting an IPv6 router
    Sep 02 13:13:38 sge00 dhcpcd[239]: enp0s3: rebinding lease of 192.168.1.10
    Sep 02 13:13:38 sge00 dhcpcd[239]: enp0s3: carrier lost
    Sep 02 13:13:38 sge00 dhcpcd[239]: enp0s3: carrier acquired
    Sep 02 13:13:38 sge00 dhcpcd[239]: enp0s3: soliciting an IPv6 router
    Sep 02 13:13:38 sge00 dhcpcd[239]: enp0s3: rebinding lease of 192.168.1.10
    Sep 02 13:13:39 sge00 slim[166]: pam_unix(slim:session): session opened for user sgeuser by (uid=0)
    Sep 02 13:13:39 sge00 systemd-logind[158]: New session 1 of user sgeuser.
    Sep 02 13:13:39 sge00 systemd-logind[158]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display.
    Sep 02 13:13:40 sge00 slim[166]: /usr/bin/xauth: file /home/sgeuser/.Xauthority does not exist
    Sep 02 13:13:40 sge00 slim[166]: /home/sgeuser/.xinitrc: line 18: FontPath: command not found
    Sep 02 13:13:40 sge00 slim[166]: openbox: error while loading shared libraries: librsvg-2.so.2: cannot open shared object file: No such file or directory
    Sep 02 13:13:44 sge00 dhcpcd[239]: enp0s3: leased 192.168.1.10 for 86400 seconds
    Sep 02 13:13:44 sge00 dhcpcd[239]: enp0s3: adding host route to 192.168.1.10 via 127.0.0.1
    Sep 02 13:13:44 sge00 dhcpcd[239]: enp0s3: adding route to 192.168.1.0/24
    Sep 02 13:13:44 sge00 dhcpcd[239]: enp0s3: adding default route via 192.168.1.1
    Sep 02 13:13:44 sge00 dhcpcd[239]: forked to background, child pid 648
    Sep 02 13:13:44 sge00 systemd[1]: Started dhcpcd on enp0s3.
    Sep 02 13:13:44 sge00 systemd[1]: Starting Network.
    Sep 02 13:13:44 sge00 systemd[1]: Reached target Network.
    Sep 02 13:13:44 sge00 systemd[1]: Starting RPC Bind...
    Sep 02 13:13:44 sge00 systemd[1]: Starting Apache Web Server...
    Sep 02 13:13:44 sge00 systemd[1]: Started RPC Bind.
    Sep 02 13:13:44 sge00 systemd[1]: Starting NFS server...
    Sep 02 13:13:44 sge00 apachectl[650]: httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.1.10 for ServerName
    Sep 02 13:13:44 sge00 systemd[1]: Starting RPC Port Mapper.
    Sep 02 13:13:44 sge00 systemd[1]: Reached target RPC Port Mapper.
    Sep 02 13:13:44 sge00 systemd[1]: Starting RPC GSS-API client-side daemon...
    Sep 02 13:13:44 sge00 systemd[1]: Started RPC GSS-API client-side daemon.
    Sep 02 13:13:44 sge00 kernel: Installing knfsd (copyright (C) 1996 [email protected]).
    Sep 02 13:13:44 sge00 kernel: NFSD: starting 90-second grace period (net ffffffff81893040)
    Sep 02 13:13:44 sge00 systemd[1]: Started NFS server.
    Sep 02 13:13:44 sge00 systemd[1]: Starting NFS Mount Daemon...
    Sep 02 13:13:44 sge00 systemd[1]: Starting NFSv4 ID-name mapping daemon...
    Sep 02 13:13:44 sge00 systemd[1]: Started NFSv4 ID-name mapping daemon.
    Sep 02 13:13:44 sge00 rpc.mountd[682]: Version 1.2.8 starting
    Sep 02 13:13:44 sge00 systemd[1]: Started NFS Mount Daemon.
    Sep 02 13:13:45 sge00 systemd[1]: PID file /run/httpd/httpd.pid not readable (yet?) after start.
    Sep 02 13:13:45 sge00 systemd[1]: Started SGE Execution Daemon.
    Sep 02 13:13:45 sge00 systemd[1]: Starting SGE Execution Daemon...
    Sep 02 13:13:45 sge00 lmx-serv-clcbio[690]: LM-X License Server v3.6.1 (Linux_x64)
    Sep 02 13:13:45 sge00 lmx-serv-clcbio[690]: Copyright (C) 2002-2010 X-Formation. All rights reserved.
    Sep 02 13:13:45 sge00 systemd[1]: Started SGE Execution Daemon.
    Sep 02 13:13:45 sge00 systemd[1]: Started SGE Execution Daemon.
    Sep 02 13:13:46 sge00 systemd[1]: Started Apache Web Server.
    Sep 02 13:13:46 sge00 systemd[1]: Starting Multi-User System.
    Sep 02 13:13:46 sge00 systemd[1]: Reached target Multi-User System.
    Sep 02 13:13:46 sge00 systemd[1]: Starting Graphical Interface.
    Sep 02 13:13:46 sge00 systemd[1]: Reached target Graphical Interface.
    Sep 02 13:13:46 sge00 systemd[1]: Startup finished in 1.441s (kernel) + 8.969s (userspace) = 10.410s.
    Sep 02 13:13:48 sge00 slapd[168]: conn=1000 fd=10 ACCEPT from IP=192.168.1.10:47238 (IP=0.0.0.0:389)
    Sep 02 13:13:48 sge00 slapd[168]: conn=1000 op=0 BIND dn="" method=128
    Sep 02 13:13:48 sge00 slapd[168]: conn=1000 op=0 RESULT tag=97 err=0 text=
    Sep 02 13:13:51 sge00 dhcpcd[648]: enp0s3: no IPv6 Routers available
    Sep 02 13:14:10 sge00 kernel: VBoxGuest: VBoxGuestCommonGuestCapsAcquire: pSession(0xffff88007b747810), OR(0x0), NOT(0xffffffff), flags(0x0)
    Sep 02 13:14:50 sge00 su[755]: (to sgeuser) sgeuser on none
    Sep 02 13:14:50 sge00 su[755]: pam_unix(su-l:session): session opened for user root by sgeuser(uid=1000)
    Sep 02 13:19:33 sge00 kernel: hrtimer: interrupt took 1387321 ns
    Sep 02 13:28:35 sge00 systemd[1]: Starting Cleanup of Temporary Directories...
    Sep 02 13:28:35 sge00 systemd[1]: Started Cleanup of Temporary Directories.
    Sep 02 14:39:38 sge00 su[755]: pam_unix(su-l:session): session closed for user root
    Sep 02 14:44:39 sge00 su[807]: (to sgeuser) sgeuser on none
    Sep 02 14:44:39 sge00 su[807]: pam_unix(su-l:session): session opened for user root by sgeuser(uid=1000)
    Sep 02 14:46:34 sge00 rpc.mountd[682]: authenticated mount request from 192.168.1.162:1022 for /opt/gridengine/sge (/opt/gridengine/sge)
    Last edited by teetee1 (2013-09-02 19:34:30)

    Thanks. The problem is solved.
    Both openbox and lxsession were installed. The only thing missing was the missing libsvg library. Here is the relevant entries in /var/log/pacman.log (when I installed the libsvg package just now)
    # egrep -ri svg /var/log/pacman.log
    [2013-09-02 14:52] [PACMAN] Running 'pacman --color auto -S extra/librsvg'
    [2013-09-02 14:52] [PACMAN] installed librsvg (1:2.37.0-1)
    so somehow it wasn't needed on a working lxde since 08/28 when the system was installed, and right after 3.10.10 kernel upgrade(Sat., 8/31), it is required to have the windows manager working properly. 3.10.10 linux kernel change log from https://www.kernel.org/pub/linux/kernel … og-3.10.10 did not return anything relevant.
    Anyway thanks for the input and I'm glad that the problem was solved quickly.
    Last edited by teetee1 (2013-09-02 19:36:39)

  • [SOLVED] steam: missing libc.so.6

    I'm getting the following error when trying to run steam:
    lllars ~ $ steam
    Running Steam on arch rolling 64-bit
    STEAM_RUNTIME is enabled automatically
    Error: You are missing the following 32-bit libraries, and Steam may not run:
    libc.so.6
    /home/lllars/.local/share/Steam/steam.sh: line 716: /home/lllars/.local/share/Steam/ubuntu12_32/steam: Permission denied
    Installing bootstrap /home/lllars/.local/share/Steam/bootstrap.tar.xz
    Restarting Steam by request...
    Running Steam on arch rolling 64-bit
    STEAM_RUNTIME has been set by the user to: /home/lllars/.local/share/Steam/ubuntu12_32/steam-runtime
    Error: You are missing the following 32-bit libraries, and Steam may not run:
    libc.so.6
    /home/lllars/.local/share/Steam/steam.sh: line 716: /home/lllars/.local/share/Steam/ubuntu12_32/steam: Permission denied
    lllars ~ $ pacman -Ss lib32-glibc
    multilib/lib32-glibc 2.18-8 [installed]
    GNU C Library for multilib
    any ideas?
    [SOLVED] /usr/lib/ld-linux.so.2 was erroneously linked to an old version of the library
    Last edited by lllars (2013-11-13 21:53:12)

    Btw, I intentionally deleted the .local/share/Steam directory this morning while troubleshooting this problem.  It recreated the directory the next time I tried to run it.  So, everything in there should be default.
    lllars ~ $ ls -l /home/lllars/.local/share/Steam/steam.sh
    -rwx------ 1 lllars users 21689 Oct 8 13:56 /home/lllars/.local/share/Steam/steam.sh
    lllars ~ $ mount
    proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
    sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
    dev on /dev type devtmpfs (rw,nosuid,relatime,size=4043580k,nr_inodes=1010895,mode=755)
    run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
    /dev/sda2 on / type ext4 (rw,relatime,data=ordered)
    securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
    tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,relatime)
    devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
    tmpfs on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,mode=755)
    cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
    pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
    cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
    cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct,cpu)
    cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
    cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
    cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
    cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
    cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
    systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=28,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
    binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
    mqueue on /dev/mqueue type mqueue (rw,relatime)
    hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
    tmpfs on /tmp type tmpfs (rw)
    debugfs on /sys/kernel/debug type debugfs (rw,relatime)
    configfs on /sys/kernel/config type configfs (rw,relatime)
    /dev/sda5 on /home type ext4 (rw,relatime,data=ordered)

  • [Solved] ampache - missing mysql extensions and Iconv support

    I was about to install amache. I've installed it using yaourt -S ampache. Installation went fine. But when I go to IP/ampache I see 2 errors: Mysql for PHP [ ERROR ] This test checks to see if you have the mysql extensions loaded for PHP. These are required for Ampache to work.
    and PHP ICONV Support [ ERROR ] This test checks to make sure you have Iconv support installed. Iconv support is required for Ampache
    What am I missing here? I just can't find the packages that would cover those errors. Any ideas what do I have to install in order for this to work?
    Last edited by frojnd (2010-02-07 11:33:43)

    Maybe this would help someone to help me
    I don't know how but I forgot to uncomment extension=iconv.so line in the php.ini file to get iconv support for ampache, so now I only have one error. And this is Mysql for PHP:    ERROR. Now this one I have no idea how to solve.

  • [solved] syslinux woes: the return of grub

    I spoke too soon.
    After a reboot I get
    grub>
    prompt.
    grub is already removed and so is /boot/grub. What's going on?
    When I tried to boot the kernel (vmlinuz-linux), with the grub prompt, I got
    Kernel panic - not syncing: VFS: Unable to mount root to an unknown-block (0,0)
    I've reinstalled syslinux, edited syslinux.cfg and run
    # /usr/sbin/syslinux-install_update -iam
    Syslinux install successful
    Boot Flag Set - /dev/sda1
    Installed MBR (/usr/lib/syslinux/mbr.bin) to /dev/sda
    again.
    Any idea what might have gone wrong? How am I supposed to get rid of grub? Google wasn't of much help.
    Last edited by karol (2012-10-29 16:02:50)

    jasonwryan wrote:It's academic I know, but we never did get to see your syslinux.cfg, did we? Or did I miss it in one or the other of these threads?
    It's not academic, it's the right way :-)
    # Config file for Syslinux -
    # /boot/syslinux/syslinux.cfg
    # Comboot modules:
    # * menu.c32 - provides a text menu
    # * vesamenu.c32 - provides a graphical menu
    # * chain.c32 - chainload MBRs, partition boot sectors, Windows bootloaders
    # * hdt.c32 - hardware detection tool
    # * reboot.c32 - reboots the system
    # * poweroff.com - shutdown the system
    # To Use: Copy the respective files from /usr/lib/syslinux to /boot/syslinux.
    # If /usr and /boot are on the same file system, symlink the files instead
    # of copying them.
    # If you do not use a menu, a 'boot:' prompt will be shown and the system
    # will boot automatically after 5 seconds.
    # Please review the wiki: https://wiki.archlinux.org/index.php/Syslinux
    # The wiki provides further configuration examples
    DEFAULT arch
    PROMPT 0 # Set to 1 if you always want to display the boot: prompt
    TIMEOUT 50
    # You can create syslinux keymaps with the keytab-lilo tool
    #KBDMAP de.ktl
    # Menu Configuration
    # Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux
    UI menu.c32
    #UI vesamenu.c32
    # Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
    MENU TITLE Arch Linux
    MENU COLOR border 30;44 #40ffffff #a0000000 std
    MENU COLOR title 1;36;44 #9033ccff #a0000000 std
    MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
    MENU COLOR unsel 37;44 #50ffffff #a0000000 std
    MENU COLOR help 37;40 #c0ffffff #a0000000 std
    MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
    MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
    MENU COLOR msg07 37;40 #90ffffff #a0000000 std
    MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
    # boot sections follow
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    LABEL arch
    MENU LABEL Arch Linux
    LINUX /vmlinuz-linux
    APPEND root=/dev/sda3 ro
    #APPEND root=UUID=bf1d191b-0f0d-4961-bd67-4d023a2e5873 ro
    INITRD /initramfs-linux.img
    LABEL archfallback
    MENU LABEL Arch Linux Fallback
    LINUX /vmlinuz-linux
    APPEND root=/dev/sda3 ro
    #APPEND root=UUID=bf1d191b-0f0d-4961-bd67-4d023a2e5873 ro
    INITRD /initramfs-linux-fallback.img
    LABEL hdt
    MENU LABEL HDT (Hardware Detection Tool)
    COM32 hdt.c32
    LABEL memtest
    MENU LABEL Memtest86+
    LINUX /memtest86+/memtest.bin
    LABEL reboot
    MENU LABEL Reboot
    COM32 reboot.c32
    LABEL off
    MENU LABEL Power Off
    COMBOOT poweroff.com

  • [SOLVED] Syslinux, how to change colors?

    I have successfully installed syslinux, however I would like to change its colors, especially the background color and I like it black.
    I have already visited the syslinux wiki and off course the arch's wiki and I have a proper syslinux.cfg, but the "MENU COLOR screen  30;40   #ffffffff #ffffffff none" option does not change the background to black.
    Am I doing anything wrong?
    EDIT: I marked this solved because my problem was this white block and now I fixed by just appending a vga=current in the kernel line.
    Last edited by twilight0 (2011-10-31 23:45:43)

    Sorry for the delay, I was pretty occupied earlier this week.                                                                         
    I tested your setting by changing UI to menu.c32 and replace my MENU section with the one you gave me.                   
    Haven't tried the resolution you have so changed MENU VSHIFT to 10 and removed MENU HSHIFT still a bit
    "off the screen" with the menu but I get a black background behind the blue menu.                                                                                                   
    I'm running syslinux-git from aur: http://aur.archlinux.org/packages.php?ID=44890

  • [SOLVED]SYSLINUX - dual bot arch and gento - fail

    Hi
    I am experimenting with gentoo (well not just yet and i can not boot the gentoo kernel. Gentoo is on partition /dev/sda6 and doesn't have a boot flag. Partitinon /dev/sda1 has a boot flag. I don't have a separate boot partition. Gentoo kernel was compiled with genkernel. When i choose gentoo from syslinux menu nothing happens. Menu just refreshes. If i press ESC and write down gentoo then it complains about not finding image ...
    I didn't install syslinux on gentoo.
    Here is my syslinux.cfg:
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    APPEND root=UUID=9f8eadcf-69e5-4786-869c-94cafcfff567 ro
    INITRD ../initramfs-linux.img
    LABEL gentoo
    MENU LABEL gentoo
    LINUX /boot/kernel-genkernel-x86-3.8.13-gentoo
    APPEND root=UUID=9ea3ac89-3b72-458a-95fc-61095ea52cc4 ro
    INITRD /boot/initramfs-genkernel-x86-3.8.13-gentoo
    I have also followed arch wiki about chainloading and this is my syslinux.cfg from gentoo partition:
    timeout 10
    ui menu.c32
    label gentoo
    linux /boot/kernel-genkernel-x86-3.8.13-gentoo
    initrd /boot/initramfs-genkernel-x86-3.8.13-gentoo
    append root=UUID=9ea3ac89-3b72-458a-95fc-61095ea52cc4 ro quiet
    label MAIN
    com32 chain.c32
    append hd0 0
    EDIT:
    SOLVED by this config changes:
    syslinux.cfg on /dev/sda1 (arch)
    LABEL gentoo
    MENU LABEL gentoo
    COM32 chain.c32
    APPEND hd0 6
    syslinux.cfg on /dev/sda6 (gentoo):
    TIMEOUT 10
    UI menu.c32
    LABEL gentoo
    MENU LABEL gentoo
    LINUX /boot/kernel-genkernel-x86-3.8.13-gentoo
    INITRD /boot/initramfs-genkernel-x86-3.8.13-gentoo
    APPEND root=UUID=9ea3ac89-3b72-458a-95fc-61095ea52cc4 ro quiet
    LABEL MAIN
    COM32 chain.c32
    APPEND hd0 0
    Any ideas?
    Last edited by Shark (2013-06-16 19:37:45)

    Sorry, I actually just fixed it on my own, it turns out my BIOS settings were a bit... weird. For some reason I didn't have my windows drive listed and it tried to boot a USB drive I had plugged into my computer. I just had to fix the drive order and it worked fine. Sorry about starting a fairly useless discussion.

  • Syslinux "Missing OS" after expanding to the left the /boot

    I have a GPT partitioned drive. Its a bit of a mess so I was starting to sort everything out.
    /dev/sda2 is an ArchLinux install and the location of /boot with syslinux being used.
    /dev/sda1 is a ubuntu install.
    I plan soon to complete do away with the ubuntu partition but for now just make it smaller and the increased /dev/sda2 in size by moving the start of it up to the end of the ubuntu partition.
    However now syslinux will not start and the computer just comes up with a missing os error.
    Acording to gparted /dev/sda2 does still have the boot flag.
    I have used a live CD to check with gparted If the partitions are still ok and everything does seem fine it just cant boot.
    I am hoping someone here can guide me in getting the drive to boot again.
    Thank you
    Last edited by zacthespack (2013-09-16 08:52:27)

    Did you update :  "/boot/syslinux/syslinux.cfg"
    I am not familiar with syslinux but after a change of partitions / OS  you would need to let the boot loader know about it.  The Arch Wiki also has some solid information as well on the subject.

  • [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

    This happens after yesterdays upgrade on a bios boot system. Booting without menu works properly, however.
    Neither symlinking *.c32 nor copying them using
    cp /usr/lib/syslinux/bios/*.c32 /boot/syslinux/
    did help so far. Even copying all of /usr/lib/syslinux/bios/ as adviced in https://bbs.archlinux.org/viewtopic.php … 1#p1297101 works. Also a reinstall of syslinux did not change this behavior.
    The /boot directory belongs to the standard / root partition in this setup so both methods should work.
    Last edited by bernarcher (2013-10-21 03:33:07)

    Ok, just went through a lot of problems with recent update. Here's the problem:
    I updates syslinux from 4.07-1 to 6.02-3 and got a broken boot menu kernel panic.
    In 4.07-1 all syslinux modules are symlinked as follows:
    chain.c32 -> /usr/lib/syslinux/chain.c32
    rest of the modules follow suit
    In 6.02-3, however the symlinks look like:
    chain.c32 -> /usr/lib/syslinux/bios//chain.c32
    And yes, the double slash IS there. I don't know if this is some magic that I'm unaware of.
    Here's the relevant fragment of pacman.log.
    [2013-10-20 17:39] [PACMAN] Running 'pacman -Syu'
    [2013-10-20 17:39] [PACMAN] synchronizing package lists
    [2013-10-20 17:39] [PACMAN] starting full system upgrade
    [2013-10-20 17:40] [PACMAN] Running 'pacman -Syuw cups-pdf'
    [2013-10-20 17:40] [PACMAN] synchronizing package lists
    [2013-10-20 17:40] [PACMAN] starting full system upgrade
    [2013-10-20 17:53] [PACMAN] Running 'pacman -Su cups-pdf'
    [2013-10-20 17:53] [PACMAN] starting full system upgrade
    [2013-10-20 17:57] [PACMAN] removed bluez4 (4.101-3)
    [2013-10-20 17:57] [PACMAN] removed heirloom-mailx (12.5-3)
    [2013-10-20 17:57] [PACMAN] upgraded tzdata (2013d-1 -> 2013g-1)
    [2013-10-20 17:57] [ALPM-SCRIPTLET] Generating locales...
    [2013-10-20 17:57] [ALPM-SCRIPTLET] pl_PL.UTF-8... done
    [2013-10-20 17:57] [ALPM-SCRIPTLET] Generation complete.
    [2013-10-20 17:57] [PACMAN] upgraded glibc (2.18-4 -> 2.18-5)
    [2013-10-20 17:57] [PACMAN] upgraded gcc-libs (4.8.1-3 -> 4.8.2-1)
    [2013-10-20 17:57] [PACMAN] upgraded db (5.3.21-1 -> 5.3.21-2)
    [2013-10-20 17:57] [PACMAN] upgraded pambase (20130113-1 -> 20130928-1)
    [2013-10-20 17:57] [PACMAN] upgraded pam (1.1.6-4 -> 1.1.8-1)
    [2013-10-20 17:57] [PACMAN] upgraded libcups (1.6.3-1 -> 1.6.4-1)
    [2013-10-20 17:57] [PACMAN] upgraded freetype2 (2.5.0.1-1 -> 2.5.0.1-2)
    [2013-10-20 17:58] [ALPM-SCRIPTLET] updating font cache... done.
    [2013-10-20 17:58] [PACMAN] upgraded fontconfig (2.10.95-1 -> 2.11.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded poppler (0.24.1-1 -> 0.24.2-1)
    [2013-10-20 17:58] [PACMAN] upgraded qpdf (5.0.0-1 -> 5.0.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded cups-filters (1.0.38-1 -> 1.0.40-1)
    [2013-10-20 17:58] [PACMAN] upgraded dbus (1.6.14-1 -> 1.6.16-1)
    [2013-10-20 17:58] [PACMAN] upgraded libffi (3.0.13-3 -> 3.0.13-4)
    [2013-10-20 17:58] [PACMAN] upgraded glib2 (2.36.4-1 -> 2.38.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded kbd (2.0.0-1 -> 2.0.0-2)
    [2013-10-20 17:58] [ALPM] warning: directory permissions differ on /var/log/journal/
    filesystem: 755 package: 2755
    [2013-10-20 17:58] [PACMAN] upgraded systemd (207-3 -> 208-1)
    [2013-10-20 17:58] [ALPM] warning: /etc/cups/cupsd.conf installed as /etc/cups/cupsd.conf.pacnew
    [2013-10-20 17:58] [PACMAN] upgraded cups (1.6.3-1 -> 1.6.4-1)
    [2013-10-20 17:58] [ALPM-SCRIPTLET] -------------------------------------------------
    [2013-10-20 17:58] [ALPM-SCRIPTLET] To use cups-pdf, restart cups and visit the cups
    [2013-10-20 17:58] [ALPM-SCRIPTLET] web interface at http://localhost:631/
    [2013-10-20 17:58] [ALPM-SCRIPTLET]
    [2013-10-20 17:58] [ALPM-SCRIPTLET] You can now add a "Virtual Printer (PDF Printer)"
    [2013-10-20 17:58] [ALPM-SCRIPTLET] and use the Postscript/Generic postscript color
    [2013-10-20 17:58] [ALPM-SCRIPTLET] printer driver.
    [2013-10-20 17:58] [ALPM-SCRIPTLET]
    [2013-10-20 17:58] [ALPM-SCRIPTLET] Note that cups-pdf has a configuration
    [2013-10-20 17:58] [ALPM-SCRIPTLET] file in /etc/cups. The default location for
    [2013-10-20 17:58] [ALPM-SCRIPTLET] pdf output is /var/spool/cups-pdf/$username.
    [2013-10-20 17:58] [ALPM-SCRIPTLET] -------------------------------------------------
    [2013-10-20 17:58] [PACMAN] installed cups-pdf (2.6.1-2)
    [2013-10-20 17:58] [PACMAN] upgraded accountsservice (0.6.34-2 -> 0.6.35-1)
    [2013-10-20 17:58] [PACMAN] upgraded atk (2.8.0-1 -> 2.10.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded gdk-pixbuf2 (2.28.2-1 -> 2.30.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded gtk-update-icon-cache (2.24.20-1 -> 2.24.22-1)
    [2013-10-20 17:58] [PACMAN] upgraded harfbuzz (0.9.19-1 -> 0.9.22-1)
    [2013-10-20 17:58] [PACMAN] upgraded pango (1.34.1-1 -> 1.36.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded at-spi2-core (2.8.0-1 -> 2.10.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded at-spi2-atk (2.8.1-1 -> 2.10.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded wayland (1.2.1-1 -> 1.3.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded gtk3 (3.8.4-1 -> 3.10.2-1)
    [2013-10-20 17:58] [PACMAN] upgraded librsvg (1:2.37.0-1 -> 1:2.40.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded gconf (3.2.6-2 -> 3.2.6-3)
    [2013-10-20 17:58] [PACMAN] upgraded dconf (0.16.1-1 -> 0.18.0-1)
    [2013-10-20 17:58] [ALPM-SCRIPTLET]
    [2013-10-20 17:58] [ALPM-SCRIPTLET] (gconftool-2:8338): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
    [2013-10-20 17:58] [ALPM-SCRIPTLET] Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    [2013-10-20 17:58] [ALPM-SCRIPTLET]
    [2013-10-20 17:58] [ALPM-SCRIPTLET] (gconftool-2:8346): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
    [2013-10-20 17:58] [ALPM-SCRIPTLET] Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    [2013-10-20 17:58] [PACMAN] upgraded aisleriot (3.8.0-1 -> 3.10.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded gdl (3.8.1-1 -> 3.10.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded libanjuta (3.8.4-1 -> 3.10.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded vte-common (0.34.7-1 -> 0.34.9-1)
    [2013-10-20 17:58] [PACMAN] upgraded vte3 (0.34.7-1 -> 0.34.9-1)
    [2013-10-20 17:58] [PACMAN] upgraded sqlite (3.8.0.2-1 -> 3.8.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded ca-certificates (20130610-1 -> 20130906-1)
    [2013-10-20 17:58] [PACMAN] upgraded gsettings-desktop-schemas (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded glib-networking (2.36.2-1 -> 2.38.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded libsoup (2.42.2-1 -> 2.44.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded gstreamer (1.0.10-1 -> 1.2.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded gst-plugins-base-libs (1.0.10-1 -> 1.2.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded libsecret (0.15-2 -> 0.16-1)
    [2013-10-20 17:58] [PACMAN] upgraded icu (51.2-1 -> 52.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded harfbuzz-icu (0.9.19-1 -> 0.9.22-1)
    [2013-10-20 17:58] [PACMAN] upgraded webkitgtk (2.0.4-1 -> 2.2.0-2)
    [2013-10-20 17:59] [PACMAN] upgraded devhelp (3.8.2-2 -> 3.10.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded desktop-file-utils (0.21-1 -> 0.22-1)
    [2013-10-20 17:59] [PACMAN] upgraded glade (3.15.0-1 -> 3.16.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded file (5.14-1 -> 5.15-1)
    [2013-10-20 17:59] [PACMAN] upgraded serf (1.3.0-1 -> 1.3.1-2)
    [2013-10-20 17:59] [PACMAN] upgraded subversion (1.8.1-2 -> 1.8.3-1)
    [2013-10-20 17:59] [PACMAN] upgraded neon (0.29.6-4 -> 0.30.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded gnome-icon-theme-symbolic (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 17:59] [PACMAN] upgraded gnome-icon-theme (3.8.3-1 -> 3.10.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded vala (0.20.1-1 -> 0.22.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded anjuta (3.8.4-1 -> 3.10.0-1)
    [2013-10-20 17:59] [ALPM-SCRIPTLET] ==> Dodawanie kluczy z archlinux.gpg...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: potrzeba 3 marginalnych, 1 pełnych, model zaufania PGP
    [2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: poziom: 0 poprawnych: 1 podpisanych: 5 zaufanie: 0-,0q,0n,0m,0f,1u
    [2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: poziom: 1 poprawnych: 5 podpisanych: 66 zaufanie: 0-,0q,0n,5m,0f,0u
    [2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: poziom: 2 poprawnych: 66 podpisanych: 3 zaufanie: 66-,0q,0n,0m,0f,0u
    [2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: następne sprawdzanie bazy odbędzie się 2014-01-22
    [2013-10-20 17:59] [ALPM-SCRIPTLET] ==> Locally signing trusted keys in keyring...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] -> Klucz lokalnie podpisany 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] -> Klucz lokalnie podpisany 684148BB25B49E986A4944C55184252D824B18E8...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] -> Klucz lokalnie podpisany 44D4A033AC140143927397D47EFD567D4C7EA887...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] -> Klucz lokalnie podpisany 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] -> Klucz lokalnie podpisany AB19265E5D7D20687D303246BA1DFB64FFF979E7...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] ==> Importing owner trust values...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] -> Wyłączanie klucza BC1FBE4D2826A0B51E47ED62E2539214C6C11350...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] ==> Aktualizacja zaufanej bazy danych...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: następne sprawdzanie bazy odbędzie się 2014-01-22
    [2013-10-20 17:59] [PACMAN] upgraded archlinux-keyring (20130818-1 -> 20130926-1)
    [2013-10-20 17:59] [PACMAN] upgraded baobab (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 17:59] [PACMAN] upgraded boost-libs (1.54.0-3 -> 1.54.0-4)
    [2013-10-20 17:59] [PACMAN] upgraded v4l-utils (0.9.5-2 -> 1.0.0-2)
    [2013-10-20 17:59] [PACMAN] upgraded gst-plugins-good (1.0.10-1 -> 1.2.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded libarchive (3.1.2-2 -> 3.1.2-3)
    [2013-10-20 17:59] [PACMAN] upgraded totem-plparser (3.4.5-1 -> 3.10.0-2)
    [2013-10-20 17:59] [PACMAN] upgraded libtracker-sparql (0.16.2-1 -> 0.16.2-3)
    [2013-10-20 17:59] [PACMAN] upgraded libnotify (0.7.5-1 -> 0.7.6-1)
    [2013-10-20 17:59] [PACMAN] upgraded brasero (3.8.0-2 -> 3.8.0-3)
    [2013-10-20 17:59] [PACMAN] upgraded cython (0.19.1-2 -> 0.19.2-1)
    [2013-10-20 17:59] [PACMAN] upgraded brltty (4.5-4 -> 4.5-5)
    [2013-10-20 17:59] [PACMAN] upgraded cantarell-fonts (0.0.14-1 -> 0.0.15-1)
    [2013-10-20 17:59] [PACMAN] upgraded cdparanoia (10.2-4 -> 10.2-5)
    [2013-10-20 17:59] [PACMAN] upgraded libltdl (2.4.2-10 -> 2.4.2-11)
    [2013-10-20 17:59] [PACMAN] upgraded mpg123 (1.15.4-1 -> 1.16.0-1)
    [2013-10-20 17:59] [PACMAN] installed libsrtp (15.1c9bd90-1)
    [2013-10-20 17:59] [PACMAN] upgraded gst-plugins-bad (1.0.10-1 -> 1.2.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded gst-plugins-base (1.0.10-1 -> 1.2.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded libdrm (2.4.46-2 -> 2.4.47-1)
    [2013-10-20 17:59] [PACMAN] upgraded cogl (1.14.0-5 -> 1.16.0-2)
    [2013-10-20 17:59] [PACMAN] upgraded elfutils (0.155-1 -> 0.156-1)
    [2013-10-20 17:59] [PACMAN] upgraded mesa (9.2.0-2 -> 9.2.2-1)
    [2013-10-20 17:59] [PACMAN] upgraded json-glib (0.16.0-1 -> 0.16.2-1)
    [2013-10-20 17:59] [PACMAN] installed libevdev (0.4-2)
    [2013-10-20 17:59] [PACMAN] upgraded clutter (1.14.4-3 -> 1.16.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded clutter-gst (2.0.6-1 -> 2.0.8-1)
    [2013-10-20 17:59] [PACMAN] upgraded clutter-gtk (1.4.4-3 -> 1.4.4-4)
    [2013-10-20 17:59] [PACMAN] upgraded xkeyboard-config (2.9-2 -> 2.10.1-1)
    [2013-10-20 17:59] [PACMAN] upgraded gnome-desktop (1:3.8.4-1 -> 1:3.10.1-1)
    [2013-10-20 17:59] [PACMAN] upgraded nautilus-sendto (3.8.0-2 -> 3.8.1-1)
    [2013-10-20 17:59] [PACMAN] upgraded cheese (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 17:59] [PACMAN] upgraded gmp (5.1.2-1 -> 5.1.3-1)
    [2013-10-20 18:00] [PACMAN] upgraded cloog (0.18.0-2 -> 0.18.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded device-mapper (2.02.100-1 -> 2.02.103-1)
    [2013-10-20 18:00] [PACMAN] upgraded popt (1.16-6 -> 1.16-7)
    [2013-10-20 18:00] [PACMAN] upgraded cryptsetup (1.6.2-1 -> 1.6.2-2)
    [2013-10-20 18:00] [PACMAN] upgraded dialog (1.2_20130902-1 -> 1.2_20131001-1)
    [2013-10-20 18:00] [PACMAN] upgraded dosbox (0.74-5 -> 0.74-6)
    [2013-10-20 18:00] [PACMAN] upgraded libgee (0.10.4-1 -> 0.12.0-1)
    [2013-10-20 18:00] [PACMAN] upgraded gcr (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded gnome-online-accounts (3.8.3-1 -> 3.10.1-2)
    [2013-10-20 18:00] [PACMAN] upgraded nspr (4.10-2 -> 4.10.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded nss (3.15.1-1 -> 3.15.2-1)
    [2013-10-20 18:00] [PACMAN] upgraded libgweather (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded evolution-data-server (3.8.5-1 -> 3.10.1-1)
    [2013-10-20 18:00] [PACMAN] installed zeitgeist (0.9.14-1)
    [2013-10-20 18:00] [PACMAN] upgraded folks (0.9.2-1 -> 0.9.5-1)
    [2013-10-20 18:00] [PACMAN] installed geoclue2 (1.99.4-1)
    [2013-10-20 18:00] [PACMAN] installed geocode-glib (3.10.0-1)
    [2013-10-20 18:00] [PACMAN] installed libchamplain (0.12.5-2)
    [2013-10-20 18:00] [PACMAN] upgraded empathy (3.8.4-1 -> 3.10.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded python2-mako (0.8.1-2 -> 0.9.0-1)
    [2013-10-20 18:00] [PACMAN] upgraded gobject-introspection (1.36.0-1 -> 1.38.0-1)
    [2013-10-20 18:00] [PACMAN] upgraded libpeas (1.8.1-1 -> 1.9.0-1)
    [2013-10-20 18:00] [PACMAN] upgraded eog (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded gnome-themes-standard (3.8.4-1 -> 3.10.0-1)
    [2013-10-20 18:00] [PACMAN] upgraded epiphany (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded poppler-glib (0.24.1-1 -> 0.24.2-1)
    [2013-10-20 18:00] [PACMAN] upgraded evince (3.8.3-1 -> 3.10.0-2)
    [2013-10-20 18:00] [PACMAN] upgraded evolution (3.8.5-1 -> 3.10.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded fakeroot (1.19-1 -> 1.20-1)
    [2013-10-20 18:00] [PACMAN] upgraded ffmpeg (1:2.0.1-1 -> 1:2.0.2-2)
    [2013-10-20 18:00] [PACMAN] upgraded p7zip (9.20.1-7 -> 9.20.1-8)
    [2013-10-20 18:01] [PACMAN] upgraded file-roller (3.8.4-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded five-or-more (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded four-in-a-row (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gcc (4.8.1-3 -> 4.8.2-1)
    [2013-10-20 18:01] [PACMAN] upgraded gdbm (1.10-1 -> 1.10-2)
    [2013-10-20 18:01] [PACMAN] upgraded gjs (1.36.1-2 -> 1.38.1-1)
    [2013-10-20 18:01] [PACMAN] installed bluez (5.9-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-bluetooth (3.8.1-2 -> 3.10.0-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-menus (3.8.0-2 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded upower (0.9.20-2 -> 0.9.22-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-session (3.8.4-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gtk2 (2.24.20-1 -> 2.24.22-1)
    [2013-10-20 18:01] [PACMAN] upgraded pygobject-devel (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded python2-gobject (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded ibus (1.5.3-2 -> 1.5.4-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-settings-daemon (3.8.5-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded libgdm (3.8.4-1 -> 3.10.0.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded mutter (3.8.4-1 -> 3.10.1.1-1)
    [2013-10-20 18:01] [PACMAN] installed mutter-wayland (3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded networkmanager (0.9.8.2-1 -> 0.9.8.8-1)
    [2013-10-20 18:01] [PACMAN] upgraded network-manager-applet (0.9.8.2-1 -> 0.9.8.4-2)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-shell (3.8.4-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded xorg-server-common (1.14.3-1 -> 1.14.3-2)
    [2013-10-20 18:01] [PACMAN] upgraded mtdev (1.1.3-1 -> 1.1.4-1)
    [2013-10-20 18:01] [PACMAN] upgraded xf86-input-evdev (2.8.1-1 -> 2.8.2-1)
    [2013-10-20 18:01] [PACMAN] upgraded xorg-server (1.14.3-1 -> 1.14.3-2)
    [2013-10-20 18:01] [PACMAN] upgraded gdm (3.8.4-1 -> 3.10.0.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gtksourceview3 (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded python-cairo (1.10.0-2 -> 1.10.0-3)
    [2013-10-20 18:01] [PACMAN] upgraded python-gobject (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gedit (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] installed libspiro (20071029-3)
    [2013-10-20 18:01] [PACMAN] upgraded gegl (0.2.0-9 -> 0.2.0-10)
    [2013-10-20 18:01] [PACMAN] upgraded glibmm (2.36.2-1 -> 2.38.0-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-backgrounds (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-calculator (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-chess (3.8.4-1 -> 3.10.1.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-clocks (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded mash (0.2.0-2 -> 0.2.0-3)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-color-manager (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-contacts (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded libwbclient (4.0.9-1 -> 4.1.0-1)
    [2013-10-20 18:01] [PACMAN] upgraded talloc (2.0.8-1 -> 2.0.8-2)
    [2013-10-20 18:02] [PACMAN] upgraded smbclient (4.0.9-1 -> 4.1.0-1)
    [2013-10-20 18:02] [PACMAN] installed libgnomekbd (3.6.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-control-center (3.8.5-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded yelp-xsl (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded yelp (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-devel-docs (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-dictionary (3.8.0-1 -> 3.10.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded udisks2 (2.1.1-1 -> 2.1.1-3)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-disk-utility (3.8.2-1 -> 3.10.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded tracker (0.16.2-1 -> 0.16.2-3)
    [2013-10-20 18:02] [PACMAN] upgraded grilo (0.2.6-1 -> 0.2.7-1)
    [2013-10-20 18:02] [PACMAN] installed gnome-online-miners (3.10.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-documents (3.8.4-1 -> 3.10.0-2)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-font-viewer (3.8.0-1 -> 3.10.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-getting-started-docs (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-keyring (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-klotski (3.8.2-1 -> 3.10.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-mahjongg (3.8.0-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-mines (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-nibbles (3.8.0-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-photos (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-robots (3.8.1-1 -> 3.10.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-screenshot (3.8.3-1 -> 3.10.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-shell-extensions (3.8.4-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-sudoku (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-system-log (3.8.1-1 -> 3.9.90-1)
    [2013-10-20 18:03] [PACMAN] upgraded gtkmm3 (3.8.1-1 -> 3.10.0-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-system-monitor (3.8.2.1-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-terminal (3.8.4-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-tetravex (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-user-docs (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-user-share (3.8.3-1 -> 3.10.0-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-weather (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnupg (2.0.21-1 -> 2.0.22-1)
    [2013-10-20 18:03] [PACMAN] installed python-bsddb (6.0.0-2)
    [2013-10-20 18:03] [PACMAN] upgraded gramps (2:4.0.1-3 -> 2:4.0.1-5)
    [2013-10-20 18:03] [PACMAN] upgraded graphviz (2.32.0-2 -> 2.34.0-1)
    [2013-10-20 18:03] [PACMAN] upgraded grilo-plugins (0.2.9-1 -> 0.2.9-2)
    [2013-10-20 18:03] [PACMAN] upgraded gssdp (0.14.4-1 -> 0.14.5-1)
    [2013-10-20 18:03] [PACMAN] upgraded gucharmap (3.8.2-2 -> 3.10.0-1)
    [2013-10-20 18:03] [PACMAN] upgraded gupnp (0.20.5-1 -> 0.20.7-1)
    [2013-10-20 18:03] [PACMAN] upgraded gupnp-av (0.12.2-1 -> 0.12.3-1)
    [2013-10-20 18:03] [PACMAN] upgraded gvfs (1.16.3-2 -> 1.18.2-1)
    [2013-10-20 18:03] [PACMAN] installed s-nail (14.4.4-1)
    [2013-10-20 18:03] [PACMAN] upgraded iagno (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded imagemagick (6.8.6.9-1 -> 6.8.7.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded inkscape (0.48.4-10 -> 0.48.4-11)
    [2013-10-20 18:03] [PACMAN] upgraded jre7-openjdk-headless (7.u40_2.4.1-3 -> 7.u40_2.4.2-1)
    [2013-10-20 18:04] [PACMAN] upgraded jre7-openjdk (7.u40_2.4.1-3 -> 7.u40_2.4.2-1)
    [2013-10-20 18:04] [PACMAN] upgraded jdk7-openjdk (7.u40_2.4.1-3 -> 7.u40_2.4.2-1)
    [2013-10-20 18:04] [PACMAN] upgraded qt4 (4.8.5-2 -> 4.8.5-3)
    [2013-10-20 18:04] [PACMAN] upgraded soprano (2.9.3-1 -> 2.9.4-1)
    [2013-10-20 18:04] [PACMAN] upgraded qtwebkit (2.3.2-1 -> 2.3.3-1)
    [2013-10-20 18:04] [PACMAN] upgraded kdelibs (4.11.1-1 -> 4.11.2-1)
    [2013-10-20 18:04] [PACMAN] upgraded lib32-acl (2.2.52-1 -> 2.2.52-2)
    [2013-10-20 18:04] [ALPM-SCRIPTLET] updating font cache... done.
    [2013-10-20 18:04] [PACMAN] upgraded lib32-fontconfig (2.10.95-1.1 -> 2.11.0-1)
    [2013-10-20 18:04] [PACMAN] upgraded lib32-glibc (2.18-4 -> 2.18-5)
    [2013-10-20 18:04] [PACMAN] upgraded lib32-gcc-libs (4.8.1-3 -> 4.8.2-1)
    [2013-10-20 18:04] [PACMAN] upgraded lib32-libcups (1.6.3-1 -> 1.6.4-1)
    [2013-10-20 18:04] [PACMAN] upgraded libgnome-keyring (3.8.0-1 -> 3.10.1-1)
    [2013-10-20 18:04] [PACMAN] upgraded libmariadbclient (5.5.32-2 -> 5.5.33.a-1)
    [2013-10-20 18:04] [PACMAN] installed openal (1.15.1-1)
    [2013-10-20 18:04] [PACMAN] upgraded libmikmod (3.2.0-1 -> 3.3.3-1)
    [2013-10-20 18:04] [PACMAN] upgraded libnautilus-extension (3.8.2-1 -> 3.10.0-1)
    [2013-10-20 18:04] [PACMAN] installed lua51 (5.1.5-3)
    [2013-10-20 18:04] [PACMAN] installed lua51-socket (2.0.2-5)
    [2013-10-20 18:04] [PACMAN] installed lua51-bitop (1.0.2-2)
    [2013-10-20 18:04] [PACMAN] installed lua51-expat (1.2.0-4)
    [2013-10-20 18:04] [PACMAN] upgraded libquvi-scripts (0.4.16-1 -> 0.9.20131012-1)
    [2013-10-20 18:04] [PACMAN] upgraded libquvi (0.4.1-2 -> 0.9.3-1)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-pl (4.1.1-1 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-common (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-base (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-calc (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-draw (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-gnome (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-impress (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-kde4 (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-math (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded postgresql-libs (9.2.4-2 -> 9.3.1-3)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-postgresql-connector (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded make (3.82-6 -> 4.0-1)
    [2013-10-20 18:05] [PACMAN] upgraded libreoffice-sdk (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:05] [PACMAN] upgraded libreoffice-sdk-doc (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:05] [PACMAN] upgraded libreoffice-writer (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:05] [PACMAN] upgraded libsasl (2.1.26-4 -> 2.1.26-6)
    [2013-10-20 18:05] [PACMAN] upgraded tar (1.26-4 -> 1.27-1)
    [2013-10-20 18:05] [PACMAN] upgraded libtool (2.4.2-10 -> 2.4.2-11)
    [2013-10-20 18:05] [PACMAN] upgraded lightsoff (3.8.0-1 -> 3.10.1-1)
    [2013-10-20 18:05] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-10-20 18:05] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Starting build: 3.11.6-1-ARCH
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Starting build: 3.11.6-1-ARCH
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-10-20 18:05] [PACMAN] upgraded linux (3.11.1-1 -> 3.11.6-1)
    [2013-10-20 18:05] [PACMAN] upgraded lirc-utils (1:0.9.0-60 -> 1:0.9.0-64)
    [2013-10-20 18:05] [PACMAN] upgraded logrotate (3.8.6-1 -> 3.8.7-1)
    [2013-10-20 18:05] [PACMAN] upgraded lvm2 (2.02.100-1 -> 2.02.103-1)
    [2013-10-20 18:05] [PACMAN] upgraded m4 (1.4.16-3 -> 1.4.17-1)
    [2013-10-20 18:05] [PACMAN] upgraded man-pages (3.53-1 -> 3.54-1)
    [2013-10-20 18:05] [PACMAN] upgraded mousetweaks (3.8.0-2 -> 3.10.0-1)
    [2013-10-20 18:05] [PACMAN] upgraded mpfr (3.1.2-1 -> 3.1.2.p3-1)
    [2013-10-20 18:05] [PACMAN] upgraded nautilus (3.8.2-1 -> 3.10.0-1)
    [2013-10-20 18:05] [PACMAN] upgraded nvidia (325.15-7 -> 325.15-10)
    [2013-10-20 18:05] [PACMAN] upgraded python-atspi (2.8.0-1 -> 2.10.0-1)
    [2013-10-20 18:05] [PACMAN] upgraded orca (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:05] [PACMAN] upgraded p11-kit (0.18.4-1 -> 0.20.1-1)
    [2013-10-20 18:05] [PACMAN] upgraded perl-lwp-mediatypes (6.02-1 -> 6.02-2)
    [2013-10-20 18:05] [PACMAN] upgraded perl-http-daemon (6.01-1 -> 6.01-2)
    [2013-10-20 18:05] [PACMAN] upgraded perl-www-robotrules (6.02-1 -> 6.02-2)
    [2013-10-20 18:05] [PACMAN] upgraded python2-atspi (2.8.0-1 -> 2.10.0-1)
    [2013-10-20 18:05] [PACMAN] upgraded quadrapassel (3.8.2-1 -> 3.10.0-1)
    [2013-10-20 18:05] [PACMAN] upgraded raptor (2.0.10-2 -> 2.0.10-3)
    [2013-10-20 18:05] [PACMAN] upgraded rtkit (0.11-2 -> 0.11-4)
    [2013-10-20 18:06] [PACMAN] upgraded rygel (0.18.4-1 -> 0.20.1-1)
    [2013-10-20 18:06] [PACMAN] upgraded sane (1.0.23-7 -> 1.0.24-2)
    [2013-10-20 18:06] [PACMAN] upgraded seahorse (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:06] [PACMAN] upgraded sudo (1.8.7-1 -> 1.8.8-1)
    [2013-10-20 18:06] [PACMAN] upgraded sushi (3.8.1-1 -> 3.10.0-1)
    [2013-10-20 18:06] [PACMAN] upgraded swell-foop (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:06] [ALPM] warning: /boot/syslinux/syslinux.cfg installed as /boot/syslinux/syslinux.cfg.pacnew
    [2013-10-20 18:06] [ALPM-SCRIPTLET] Syslinux BIOS update successful
    [2013-10-20 18:06] [ALPM-SCRIPTLET] If you used syslinux-install_update to install syslinux:
    [2013-10-20 18:06] [ALPM-SCRIPTLET] ==> If you want to use syslinux with menu and all modules please rerun
    [2013-10-20 18:06] [ALPM-SCRIPTLET] ==> # /usr/bin/syslinux-install_update -i -a -m
    [2013-10-20 18:06] [ALPM-SCRIPTLET]
    [2013-10-20 18:06] [ALPM-SCRIPTLET] If you manually installed syslinux:
    [2013-10-20 18:06] [ALPM-SCRIPTLET] ==> Please copy or symlink all .c32 modules to your /boot/syslinux directory.
    [2013-10-20 18:06] [ALPM-SCRIPTLET] ==> If (/ and /boot on seperate fs):
    [2013-10-20 18:06] [ALPM-SCRIPTLET] ==> # cp /usr/lib/syslinux/bios/*.c32 /boot/syslinux
    [2013-10-20 18:06] [ALPM-SCRIPTLET] ==> If (/ and /boot on same fs):
    [2013-10-20 18:06] [ALPM-SCRIPTLET] ==> # ln -s /usr/lib/syslinux/bios/*.c32 /boot/syslinux
    [2013-10-20 18:06] [PACMAN] upgraded syslinux (4.07-1 -> 6.02-3)
    [2013-10-20 18:06] [PACMAN] upgraded systemd-sysvcompat (207-3 -> 208-1)
    [2013-10-20 18:06] [PACMAN] upgraded tali (3.8.1-1 -> 3.10.0-1)
    [2013-10-20 18:06] [PACMAN] upgraded texinfo (5.1-1 -> 5.2-1)
    [2013-10-20 18:06] [PACMAN] upgraded totem (3.8.2-2 -> 3.10.1-1)
    [2013-10-20 18:06] [PACMAN] upgraded unrar (1:4.2.4-1 -> 1:5.0.12-1)
    [2013-10-20 18:06] [PACMAN] installed celt0.5.1 (0.5.1.3-2)
    [2013-10-20 18:06] [PACMAN] installed libaio (0.3.109-6)
    [2013-10-20 18:06] [PACMAN] installed libiscsi (1.7.0-2)
    [2013-10-20 18:06] [ALPM-SCRIPTLET] vde config files should be placed in /etc/vde, sample files are provided.
    [2013-10-20 18:06] [ALPM-SCRIPTLET] iptables and dhcpd sample files have been installed to '/usr/share/vde2'.
    [2013-10-20 18:06] [ALPM-SCRIPTLET] Merge those examples, if needed to the according config files.
    [2013-10-20 18:06] [PACMAN] installed vde2 (2.3.2-4)
    [2013-10-20 18:06] [PACMAN] installed libcacard (1.6.1-1)
    [2013-10-20 18:06] [PACMAN] installed usbredir (0.6-3)
    [2013-10-20 18:06] [PACMAN] installed spice-gtk3 (0.21-2)
    [2013-10-20 18:06] [PACMAN] upgraded vinagre (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:06] [PACMAN] upgraded vino (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:06] [ALPM-SCRIPTLET] In order to use the new version, reload all virtualbox modules manually.
    [2013-10-20 18:06] [PACMAN] upgraded virtualbox-host-modules (4.2.18-3 -> 4.2.18-7)
    [2013-10-20 18:06] [PACMAN] upgraded virtualbox (4.2.18-1 -> 4.2.18-2)
    [2013-10-20 18:06] [PACMAN] upgraded wget (1.14-2 -> 1.14-3)
    [2013-10-20 18:06] [PACMAN] upgraded wine (1.7.2-1 -> 1.7.4-1)
    I managed to downgrade the whole system, so it works now.
    I tried to reproduce this on a virtual machine, but with no success.
    Maybe someone can give me a little insight on this.
    This is all, have a nice day.

  • [SOLVED] syslinux-install_update -a failed, err3

    Hi folks
    I've tried to install Archlinux. This works fine until where syslinux has to be installed. The installer cannot install syslinux cause it fails with: "Failde to set boot flag(s). syslinux-install_update -a failed with Error Code - 3"
    Appropriate configuration and log files can be found here: http://sprunge.us/IZIh
    Any idea why? Did I configure something wrong?
    Before installing Arch I had Fedora with Grub2 installed.
    Last edited by lasombra (2011-09-08 17:32:43)

    I followed the arch installer and did a manual preparation of the disks. I had to do this with parted, as a GPT was detected. I did as follows:
    sda1, boot, Primary, ext4 , 106.93 MB
    sda2, , Primary, crypto_LUKS, 640000.82 MB
    And I let some free space in the end of the disk as I've read, that this is used by the GPT. Then I followed the installer step by step and all went fine except the installation of the bootloader. I've exited the installer and as suggested, I've run
    /mnt/usr/sbin/syslinux-install_update -i -c /mnt
    by hand. this returns "Syslinux install successful".
    Then running
    syslinux-install_update -a
    fails with "FAILED to Set boot flag on /dev/mapper/arch_root-image. Mhh ok, so I assume I have to do chroot on /mnt. Running the command again complains
    Could not find /proc/self/mountinfo
    Areu you running a kernel greater than 2.6.24?
    Ok, back again with exit, and checking the options for syslinux-install_update
    syslinux-install_update -m -c /mnt
    returns
    Installed MBR (/mnt/usr/lib/syslinux/gptmbr.bin) to /dev/sda
    That seems better. So I reboot the machine but i get Missing OS
    According http://www.syslinux.org/wiki/index.php/Common_Problems this problem can be overcome executing
    sgdisk /dev/sda --attributes=1:set:2
    but this returns
    Invalid partition data!
    I am getting frustrated!
    Last edited by lasombra (2011-09-04 10:18:36)

  • [Solved] Syslinux + GPT on SSD

    Hello all,
    I've been trying to install arch for the past 3 days without success. I have a thinkpad x230 with an M4 SSD on which I want to install the configuration stated in the title. I've managed to install Windows and LMDE on this disk in less than 30 min. But I don't want these.
    So the steps I take are:
    - Use gdisk to create the GUID partition. 'o' option, then two 'n' options to create the /boot (sdc1) - around 100mb-, and / (sdc2) -around 118GB- partitions. Both as Linux Filesystem.
    - Format them with the ext4 filesystem.
    - Mount sdc2 on /mnt and sdc1 on /mnt/boot
    -Install the base base-devel filesystem.
    - Generate fstab.
    - Arch-chroot.
    - Create an initial ramdisk environment (I skip all the language, locale and network config for now).
    - pacman S syslinux. And edit the config file.
    - sgdisk /dev/sdc1 --attributes=1:set:2   *here is where I think it fails
    - dd bs=440 conv=notrunc count=1 if=/usr/lib/syslinux/gptmbr.bin of=/dev/sdc1
    And then I reboot, and it won't boot syslinux at all. No idea what am I missing...
    Edit: forgot to mention. The BIOS works both as UEFI or Legacy. THe first two days I tried the UEFI route without success, now I'm trying the normal BIOS option since it seems simpler.
    Last edited by kemoryan (2012-08-16 01:13:01)

    So the SSD is now in the first SATA slot? Great. Then it will show up as "/dev/sdb" from a LiveUSB and as "/dev/sda" when you're booting from the drive. Ok, so the boot flag and the MBR boot code are set. What about the files? Were they ever installed? Because I don't see any indication of it in the initial post. Maybe you just forgot. Pop in the Arch install media and run:
    # mount /dev/sdb2 /mnt
    # mount /dev/sdb1 /mnt/boot
    # arch-chroot /mnt
    # mkdir /boot/syslinux
    # extlinux --install /boot/syslinux
    This is congruent with the manual install, btw. Basically: files, legacy_boot flag and gptmbr.bin.
    Screenshot from Parted Magic 2012.05.30:
    If you're booting with BIOS compatibility you should definitely use this flag.
    https://wiki.archlinux.org/index.php/GP … er_Support
    Syslinux requires the /boot partition to be marked as "Legacy BIOS Bootable" GPT attribute (legacy_boot flag in GNU Parted) to identify the partition containing the syslinux boot files by its MBR boot code gptmbr.bin.

  • [SOLVED] syslinux menu just keeps looping

    The computer boots, the syslinux menu shows up, and selecting the Arch partition nothing happens. Syslinux counts down to zero and just keeps looping.
    syslinux.cfg
    DEFAULT arch
    PROMPT 0 # Set to 1 if you always want to display the boot: prompt
    TIMEOUT 50
    # You can create syslinux keymaps with the keytab-lilo tool
    #KBDMAP de.ktl
    # Menu Configuration
    # Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux
    UI menu.c32
    #UI vesamenu.c32
    # Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
    MENU TITLE Arch Linux
    #MENU BACKGROUND splash.png
    MENU COLOR border 30;44 #40ffffff #a0000000 std
    MENU COLOR title 1;36;44 #9033ccff #a0000000 std
    MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
    MENU COLOR unsel 37;44 #50ffffff #a0000000 std
    MENU COLOR help 37;40 #c0ffffff #a0000000 std
    MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
    MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
    MENU COLOR msg07 37;40 #90ffffff #a0000000 std
    MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    APPEND root=UUID=55f7071d-93b2-4b34-9119-d41bc3c33225 ro
    INITRD ../initramfs-linux.img
    LABEL archfallback
    MENU LABEL Arch Linux Fallback
    LINUX ../vmlinuz-linux
    APPEND root=UUID=55f7071d-93b2-4b34-9119-d41bc3c33225 ro
    INITRD ../initramfs-linux-fallback.img
    LABEL hdt
    MENU LABEL HDT (Hardware Detection Tool)
    COM32 hdt.c32
    LABEL reboot
    MENU LABEL Reboot
    COM32 reboot.c32
    LABEL off
    MENU LABEL Power Off
    COMBOOT poweroff.com
    Last edited by boast (2012-10-23 23:37:27)

    If you solved it, it would be nice to post what you did for the benefit of others.

  • [SOLVED] wxgtk missing?

    The output is half Spanish, but I think it's self explanatory. I tried to install gnuplot, but one of the dependencies, wxgtk, is missing, even in the repos.
    # pacman -Syu gnuplot
    :: Sincronizando las bases de datos de paquetes...
    core está actualizado
    extra está actualizado
    community está actualizado
    :: Iniciando actualización completa del sistema...
    resolviendo dependencias...
    atención: no se pudo resolver "wxgtk", una dependencia de "gnuplot"
    :: El siguiente paquete no se puede actualizar debido a dependencias que no se pudieron resolver:
    gnuplot
    # pacman -Ss wxgtk
    extra/mkvtoolnix-gtk 5.5.0-1
    Set of tools to create, edit and inspect Matroska files - wxGTK GUI
    # WTF?
    Last edited by cedricmc (2012-06-23 15:45:38)

    drcouzelis wrote:... you can just download and install the package from here (x86_64): http://www.archlinux.org/packages/extra … /download/
    If you read my last post just besides what you quoted:
    cedricmc wrote:I simply updated with -U to the corresponding url in archlinux.org and then installed gnuplot.
    With respect to trying it,
    drcouzelis wrote:Well... TRY IT!
    I can no longer do so because, as I said, I solved my problem by installing wxgtk from the web, therefore any search I'ld do will return a positive answer (eventhough if the package is not in the repositories). If I posted this is not because I seek help, but so other people are aware there is something going (wr)on(g).

  • [SOLVED] Probably missing nomencl.ist in the texlive package

    Hi everybody
    I try to tex a thesis, and would like to have a glossary. I use a nice template from http://openwetware.org/wiki/LaTeX_templ … PhD_thesis . Besides that I had to add a \usepackage{ifpdf} I was unable to create a .nls file for the glossary, using makeindex.
    In some other forum i found that
    $kpsewhich nomencl.ist
    $
    should point me to the location where the nomenclature style file can be found but there is no result.
    Locate gives me an answer, but the file is actually not there:
    $locate nomencl.ist
    /usr/share/texmf-dist/makeindex/nomencl.ist
    $ls /usr/share/texmf-dist/makeindex/
    babel base index latex memoir mkind-english mkind-german plain stex
    Am I missing the file or something else.
    Grateful for any hints, please indicate me if this should be posted on a bugtracker or so as well.
    Have fun
    Felix
    Last edited by fwolfste (2008-10-08 17:02:55)

    Thanks for the welcoming and the fast reply that solved that topic!
    ls returned that the corresponding path could not be found (the __package__ nomencl was found though).
    $ ls -al /usr/share/texmf-dist/makeindex/nomencl | grep nomencl
    ls: cannot access /usr/share/texmf-dist/makeindex/nomencl: No such file or directory
    Installing the proposed packaged solved the issues and output was as skottish has shown
    cheers.
    Felix
    But still, locate should not have pointed me to that adress, should it? Isnt that something to report to the (holy) texlive packers?
    Last edited by fwolfste (2008-10-08 17:04:15)

  • [solved] resolutions missing after update to nvidia 302.17-1

    hello all,
    when i updated to the new nvidia proprietary drivers (302.17-1) all my resolutions went away except my max (1920x1200). here is my xorg.conf in its current state  xorg.conf so far i have tried 
    Option "UseEDIDFreqs" "false"
    that didn't do anything but make it so when x starts i just get a black screen. not sure if i missed something here
    i tried downgrading to nvidia-295.59-1-x86_64, that works but causes modules mixmatch.
    when i downgraded i saved the EDID of my monitor and updated back to 302.17-1 using the EDID file from 295.59-1 but still no proper resolutions.
    uname -a
    Linux myhost 3.4.4-2-ARCH #1 SMP PREEMPT Sun Jun 24 18:59:47 CEST 2012 x86_64 GNU/Linux
    if i'm missing any information please let me know. Thanks for your time.
    edit: sorry forgot to mentions my video card is a 8700m gt
    Last edited by dkjedi (2012-07-05 18:35:11)

    thanks i didn't find that when i search. guess i have to wait for the newer driver. seems odd waiting for a new driver for a card more than 2 years old. thanks again.

Maybe you are looking for

  • Download CSV-File from Interactive Report

    Dear all, I want to download a CSV-File from a Interactive report. The content of the Rows in Excel: Erste,"B","C","D","E","F","G","H","I","J","K","L","M","N","O","P" IBC ->,"-","1","2","3","4","5","6","7","8","9","10","11","12","13","14" [...] How c

  • Excise Invoice posted as Capital goods, but material is a raw material

    All SAP Gurus, J1ID data wrongly uploaded as Consumable instead of Raw material. Due to this excise invoices for these materials got captured and posted in RG23C register in place of RG23A register. (Material document can not be reversed as material

  • How can I make the 'remote' app work across a routed network?

    So, I have trusted and guest networks, with iTunes running on a Mac on the trusted network. I'd like iOS devices on the guest network to be able to use the 'remote' app, specifically the DJ function. I think there will be two components: -- service d

  • Runtime Error While saving the Business Partner in FPP1

    Hi, I am getting this error in the system Check the last transports to the SAP System.                                                  | Is the program "SAPLBUPA_INTERFACE_OUTBOUND" currently being changed? If an enqueue/dequeue module is involved,

  • A Basic Guide on Adding a WordPress Blog to OpenCart

    Blogging is an effective and inexpensive way of engaging with your customers. Creating blog posts constantly provide search engines fresh content to index, which eventually help set you up as an authority in your domain. Blogging help you connect wit