Urxvt Conf Doesn't Work [SOLVED]

Urxvt conf doesn't work — no changes are made.
This is my ~./Xresources:
URxvt.depth: 32
URxvt.background: [95]#000000
URxvt.scrollBar: false
As stated in docs, I needed to add xrdb -merge ~/.Xresources to ~./xinitrc.
Here is that file:
#!/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
setxkbmap -layout lv
xsetroot -cursor_name left_ptr
xmonad
~/bin/dzconky
xrdb -merge ~/.Xresources
Even after full reboot, no changes! There's still the scroll-bar and transparency doesn't work as well.
Last edited by daGrevis (2012-06-29 19:18:14)

The problem is your xinitrc.  I gather your dzconky also does not run.  Your window manager needs to be the last line of your xinitrc.
Also, while you experiment with new settings, you can just run the xrdb command from the command line without having to restart X.

Similar Messages

  • Plymouth doesn't work [SOLVED]

    Hello!
    Plymouth doesn't work.
    I installed plymouth, added plymouth to HOOKS array in /etc/mkinitcpio.conf file, added "quiet splash" to /etc/default/grub file and ran "sudo grub-mkconfig -o /boot/grub/grub.cfg" followed by "sudo plymouth-set-default-theme -R solar".
    File /etc/mkinitcpio.conf
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES=""
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run last, so it may be used to
    # override the actual binaries included by a given hook
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect block filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev block filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev block mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev block lvm2 filesystems"
    ## NOTE: If you have /usr on a separate partition, you MUST include the
    # usr, fsck and shutdown hooks.
    HOOKS="base udev plymouth autodetect modconf block filesystems keyboard fsck nvidia"
    # COMPRESSION
    # Use this to compress the initramfs image. By default, gzip compression
    # is used. Use 'cat' to create an uncompressed image.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    #COMPRESSION="lz4"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    File /etc/default/grub
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch"
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    GRUB_CMDLINE_LINUX=""
    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT=5
    #GRUB_HIDDEN_TIMEOUT_QUIET=true
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT=console
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT=console
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    GRUB_GFXMODE=auto
    # Uncomment to allow the kernel use the same resolution used by grub
    GRUB_GFXPAYLOAD_LINUX=keep
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY=true
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    #GRUB_COLOR_NORMAL="light-blue/black"
    #GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    #GRUB_BACKGROUND="/path/to/wallpaper"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    #GRUB_SAVEDEFAULT="true"
    No sucess. Any help?
    Last edited by joseribeiro (2014-06-11 12:15:30)

    I disagree.
    I don't need to run mkinitcpio -p linux if I ran plymouth-set-default-theme -R solar.
    See the following terminal output:
    # mkinitcpio -p linux
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.14.6-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [plymouth]
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    -> Running build hook: [nvidia]
    Building nvidia modules for 3.14.6-1-ARCH kernel...
    Module nvidia/337.25 already installed on kernel 3.14.6-1-ARCH/x86_64
    Ok.
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    ==> Image generation successful
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.14.6-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [plymouth]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: aic94xx
    ==> WARNING: Possibly missing firmware for module: smsmdtv
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    -> Running build hook: [nvidia]
    Building nvidia modules for 3.14.6-1-ARCH kernel...
    Module nvidia/337.25 already installed on kernel 3.14.6-1-ARCH/x86_64
    Ok.
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    ==> Image generation successful
    # plymouth-set-default-theme -R solar
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.14.6-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [plymouth]
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    -> Running build hook: [nvidia]
    Building nvidia modules for 3.14.6-1-ARCH kernel...
    Module nvidia/337.25 already installed on kernel 3.14.6-1-ARCH/x86_64
    Ok.
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    ==> Image generation successful
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.14.6-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [plymouth]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: aic94xx
    ==> WARNING: Possibly missing firmware for module: smsmdtv
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    -> Running build hook: [nvidia]
    Building nvidia modules for 3.14.6-1-ARCH kernel...
    Module nvidia/337.25 already installed on kernel 3.14.6-1-ARCH/x86_64
    Ok.
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    ==> Image generation successful
    They are equivalents.
    Last edited by joseribeiro (2014-06-10 18:37:29)

  • KVM switch w/ usb i/o for keyboard mouse doesn't work [Solved]

    Edit:
    This problem appears to have magically disapeared.  I'm still not sure why it happened or why it has ceased.
    Hello Everybody,
    I'm not sure why this is happening, but I've got a KVM switch that used to get "automagically" detected as "a no-brand KVM switch" on boot-up that has ceased working.  I don't get this "no brand KVM switch" detected on boot-up anymore, but I can use the VGA part of the switch, at least, however the keyboard and mouse don't work unless plugged directly into the computer. 
    Below I've attached the result of
    dmesg | grep --context=3 usb
    dmesg | grep kvm
    returns no result.
    The most signifcant thing seems to be:
    usb 1-2: new full speed USB device using uhci_hcd and address 7
    usb 1-2: device descriptor read/64, error -71
    usb 1-2: device descriptor read/64, error -71
    usb 1-2: new full speed USB device using uhci_hcd and address 8
    usb 1-2: device descriptor read/64, error -71
    usb 1-2: device descriptor read/64, error -71
    usb 1-2: new full speed USB device using uhci_hcd and address 9
    usb 1-2: device not accepting address 9, error -71
    usb 1-2: new full speed USB device using uhci_hcd and address 10
    usb 1-2: device not accepting address 10, error -71
    hub 1-0:1.0: unable to enumerate USB device on port 2
    I've googled this, and somewhere it was suggested this mean the usb device is not drawing power.  The only thing that has happened that I can imagine as being the culprit between function/dysfunction here is that there was a power outage (circuit breaker tripped), and though my computers were on battery-backup, the monitor is not.  I don't suppose that this could have messed up the switch?
    Note this problem is uniform across 3 computers, 2 which have recently run a system update, but the 3rd has not recently run an update, this is not an Xorg problem, "K and M" don't work in either console or X.
    Any help would be appreciated.  Below as, mentioned previously, is the output of
    dmesg | grep --context=3 usb
    included on the off-chance that someone sees something significant there.
    ata1.00: configured for UDMA/100
    ata2.00: ATAPI: HL-DT-ST RW/DVD GCC-4480B, GW02, max UDMA/33
    ata2.00: configured for UDMA/33
    scsi 0:0:0:0: Direct-Access ATA WDC WD400EB-11CP 06.0 PQ: 0 ANSI: 5
    scsi 1:0:0:0: CD-ROM HL-DT-ST RW/DVD GCC-4480B GW02 PQ: 0 ANSI: 5
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    USB Universal Host Controller Interface driver v3.0
    huhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    uhci_hcd 0000:00:1d.0: setting latency timer to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
    uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000e800
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    uhci_hcd 0000:00:1d.1: setting latency timer to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000e880
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
    Driver 'sd' needs updating - please use bus_type methods
    sd 0:0:0:0: [sda] 78165360 512-byte hardware sectors (40021 MB)
    uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    uhci_hcd 0000:00:1d.2: setting latency timer to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000ec00
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    usb 1-2: new full speed USB device using uhci_hcd and address 2
    usb 1-2: device descriptor read/64, error -71
    ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 23 (level, low) -> IRQ 23
    ehci_hcd 0000:00:1d.7: setting latency timer to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4
    ehci_hcd 0000:00:1d.7: debug port 1
    ehci_hcd 0000:00:1d.7: cache line size of 128 is not supported
    ehci_hcd 0000:00:1d.7: irq 23, io mem 0xffa7fc00
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
    usb usb4: configuration #1 chosen from 1 choice
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 6 ports detected
    hub 1-0:1.0: unable to enumerate USB device on port 2
    kjournald starting. Commit interval 5 seconds
    EXT3-fs: mounted filesystem with ordered data mode.
    usb 1-2: new full speed USB device using uhci_hcd and address 3
    usb 1-2: device descriptor read/64, error -71
    usb 1-2: device descriptor read/64, error -71
    usb 1-2: new full speed USB device using uhci_hcd and address 4
    usb 1-2: device descriptor read/64, error -71
    usb 1-2: device descriptor read/64, error -71
    usb 1-2: new full speed USB device using uhci_hcd and address 5
    rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month
    usb 1-2: device not accepting address 5, error -71
    usb 1-2: new full speed USB device using uhci_hcd and address 6
    usb 1-2: device not accepting address 6, error -71
    hub 1-0:1.0: unable to enumerate USB device on port 2
    usb 3-2: new low speed USB device using uhci_hcd and address 2
    e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI
    e100: Copyright(c) 1999-2006 Intel Corporation
    e100 0000:01:08.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    e100 0000:01:08.0: PME# disabled
    e100: eth0: e100_probe: addr 0xff8fe000, irq 20, MAC addr 00:07:e9:50:88:58
    eepro100.c:v1.09j-t 9/29/99 Donald Becker
    eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin <[email protected]> and others
    usb 3-2: configuration #1 chosen from 1 choice
    Intel ICH 0000:00:1f.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Intel ICH 0000:00:1f.5: setting latency timer to 64
    usbcore: registered new interface driver hiddev
    input: Logitech USB Optical Mouse as /class/input/input2
    input,hidraw0: USB HID v1.10 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.2-2
    usbcore: registered new interface driver usbhid
    usbhid: v2.6:USB HID core driver
    intel8x0_measure_ac97_clock: measured 50831 usecs
    intel8x0: clocking to 48000
    input: Power Button (FF) as /class/input/input3
    ACPI: Power Button (FF) [PWRF]
    input: Sleep Button (CM) as /class/input/input4
    reserve_memtype failed 0xf0000000-0xf8000000, track write-combining, req write-combining
    X:2394 freeing invalid memtype f0000000-f8000000
    X:2367 conflicting memory types f0000000-f8000000 write-combining<->uncached-minus
    reserve_memtype failed 0xf0000000-0xf8000000, track write-combining, req write-combining
    X:2395 freeing invalid memtype f0000000-f8000000
    usb 1-2: new full speed USB device using uhci_hcd and address 7
    usb 1-2: device descriptor read/64, error -71
    usb 1-2: device descriptor read/64, error -71
    usb 1-2: new full speed USB device using uhci_hcd and address 8
    usb 1-2: device descriptor read/64, error -71
    usb 1-2: device descriptor read/64, error -71
    usb 1-2: new full speed USB device using uhci_hcd and address 9
    usb 1-2: device not accepting address 9, error -71
    usb 1-2: new full speed USB device using uhci_hcd and address 10
    usb 1-2: device not accepting address 10, error -71
    hub 1-0:1.0: unable to enumerate USB device on port 2
    Thanks again!
    Last edited by pseudonomous (2008-12-30 23:57:47)

    i'm sorry, but this is all software related then. if you haven't already, run disk utility a few times to try to correct the error. otherwise, you should back up your info immediately if you can. if you can access another mac you can do that with firewire target disk mode. http://docs.info.apple.com/article.html?artnum=58583. the other mac has to have built-in firewire. then you can try to repair the directory with a third party utility like diskwarrior or techtool pro. if it cannot solve the problem, or if you do not want to spend the money on the software, you have no choice but to erase and install your operating system. do you already have your info backed up?? it's always a good idea. keep us posted as to how it's going for you or if you have any further questions. [ 8 ) ]

  • Writing up short showcase for sed, but /-\ - A doesn't work [SOLVED]

    As the title says, I'm working on a zenity script to store a fair chunk of sample sed commands to remind myself what I can do with it. Everything seems to work fine except for the l33t to english garbler.
    When that is run, it gives me this:
    sed: -e expression #1, char 9: unterminated `s' command
    sed: -e expression #1, char 7: unknown option to `s'
    sed: -e expression #1, char 10: unterminated `s' command
    sed: -e expression #1, char 5: unterminated `s' command
    sed: -e expression #1, char 8: unterminated `s' command
    http://pastebin.org/193208 <-- has whole script and highlighted line causing trouble <-- not updated, but I have it solved on the local copy. I'll make sure to update this when I get done cleaning up the code
    [^edit: escaped characters pointed out]
    But if I execute this (same trouble command, but not inside the script) [fixed typo now]:
    sed s/'\/-\\'/A/g <yourfile that has /-\ for a in it>
    or
    echo "/-\\" | sed s/'\/-\\'/A/g
    ^It turns the /-\ back into an A...so...I honestly don't know what the shell is doing to interpret the same command differently.
    Last edited by ShadowKyogre (2010-05-02 18:34:30)

    Daenyth wrote:Your quoting is wrong.
    Procyon wrote:
    The quoting is indeed a mess! But the error is from lack of escaping, and no amount of quoting will fix that.
    EDIT
    Although in the script you have: sed s/'\/-\\'/A/g, which is different from what you posted above.
    There is an error in:
    sed s/'[_-'/G/g
    sed s/'[]'/O/g
    sed s/'\/'/ V/g
    sed s/'\|/'/W/g
    So unescaped []/. And probably some more from special regex characters.
    *looks back at the script and my post* Whoooooooooah...that is a huge mistake o_o. *hurries to escape the regex characters in the l33t*
    I'll go fix the typo in my post and I went around and escaped the ones you showed. Now only this pops up.
    sed: -e expression #1, char 7: unterminated `s' command

  • Kdelibs-noarts -- help please, doesn't work [solved]

    I'm a xfce user and just want amarok and sometimes k3b and k9copy from kde. I don't want any konqueror, kwrite, arts or any other bloated stuff in my machine. So, i modified the kdelibs PKGBUILD to suit my needs -without arts nor avahi dependency/support.
    It builds and runs fine, but when restarting my system (or installing it without having official kdelibs package previously installed) i have no symlinks to the bins. I also have no menu items for kde-apps. If i try to run amarok (for example) from terminal giving the whole address (/opt/kde/bin/amarokapp) it runs ok giving no error, so i guess the problem is just that my kdelibs pkg isn't making the appropriate symlinks during boot?
    Thanks in advance for any help.
    Here is the PKGBUILD:
    pkgname=kdelibs-noarts
    pkgver=3.5.6
    kdever=3.5.6
    pkgrel=1
    pkgdesc="KDE Core Libraries klein"
    arch=(i686 x86_64)
    url="http://www.kde.org"
    provides='kdelibs'
    conflicts='kdelibs'
    replaces='kdelibs'
    groups=('kde')
    depends=('db' 'libxslt' 'pcre' 'libart-lgpl' 'openexr'
    'jasper' 'fam' 'bzip2' 'openssl' 'libidn' 'perl'
    'aspell' 'heimdal' 'acl' 'libtiff' 'qt>=3.3.7')
    makedepends=(pkgconfig cups)
    # for easier build, just uncomment the mirror you want to use
    # mirror="ftp.solnet.ch/mirror/KDE" # updated every 2 hours, very fast for Europe
    mirror="ftp.kde.org/pub/kde" # main server
    # mirror="ibiblio.org/pub/mirrors/kde/" # ibiblio mirror
    source=(ftp://$mirror/stable/$kdever/src/kdelibs-$pkgver.tar.bz2
    #http://www.archlinux.org/~jgc/kdnssd-avahi-20060319.tar.bz2
    applications.menu.patch
    kdeprintrc.patch
    fileshareset-wrapper.c
    kde-menu.patch
    xdg-icon-lookup.patch
    kicker-crash.patch
    inotify.patch
    qxembed.cpp.patch)
    build() {
    # Source the QT and KDE profile
    [ "$QTDIR" = "" ] && source /etc/profile.d/qt.sh
    [ "$KDEDIR" = "" ] && source /etc/profile.d/kde.sh
    # start building
    cd $startdir/src/kdelibs-$pkgver
    patch -Np1 -i $startdir/src/kde-menu.patch || return 1
    # patch -Np0 -i $startdir/src/xdg-icon-lookup.patch || return 1
    patch -Np0 -i $startdir/src/applications.menu.patch || return 1
    patch -Np0 -i $startdir/src/kicker-crash.patch || return 1
    patch -Np0 -i $startdir/src/inotify.patch || return 1
    patch -Np4 -i $startdir/src/qxembed.cpp.patch || return 1
    # Replace dns-sd implementation with avahi implementation
    # rm dnssd/*
    # cp -r ${startdir}/src/kdnssd-avahi-20060319/* dnssd/
    # rm dnssd/configure{,.in}
    # sed -i -e 's/kdnssd-avahi/dnssd/g' dnssd/configure.in.in
    # sed -i -e 's|ksocketaddress.h|network/ksocketaddress.h|' dnssd/publicservice.cpp
    #Needed for updated kdnssd-avahi and inotify patch
    make -f admin/Makefile.common dist
    ./configure --prefix=/opt/kde --with-distribution="Arch Linux" --with-alsa
    --disable-dependency-tracking --disable-debug
    --disable-dnotify --enable-inotify --enable-sendfile --x-libraries=/usr/share
    --without-lua-dir --without-lua-includes --without-lua-libraries
    --without-hspell --enable-gcc-hidden-visibility --without-arts --enable-final
    --enable-new-ldflags LDFLAGS="${LDFLAGS} -L/opt/qt/lib"
    # --enable-final # remove this if you build with < 512mb ram.
    make || return 1
    make DESTDIR=$startdir/pkg install || return 1
    # Set cups as default printing system
    cd $startdir/pkg/opt/kde/share/config
    patch -Np0 -i $startdir/src/kdeprintrc.patch || return 1
    # fix that stupid fileshareset suid problem
    mv $startdir/pkg/opt/kde/bin/fileshareset $startdir/pkg/opt/kde/bin/fileshareset.pl
    gcc -Wall $startdir/src/fileshareset-wrapper.c -o $startdir/pkg/opt/kde/bin/fileshareset
    chmod 0755 $startdir/pkg/opt/kde/bin/fileshareset.pl
    chmod 4755 $startdir/pkg/opt/kde/bin/fileshareset
    rm $startdir/pkg/opt/kde/bin/filesharelist
    cd $startdir/pkg/opt/kde/bin/
    ln -s fileshareset.pl filesharelist
    md5sums=('f2da82c44b8a4e177018732e64a83a36' #'b7b98e965960f2d55741a10070aa943d'
    'a66270abcdd0dcb2e28d3b2464927ff6' '6061c259247f56f0ede21deabfad2732'
    '60ab1a486895d6c18ef334ec958c48d6' 'e94aef45b5a59fe58c7cc085ab1dd3ae'
    'f7abfe849e5122dd01d6b8a884999da0' '091d05a08330372ddbaf5ef9d426be53'
    '42d288e71fa0a886bc8882c198a27f2e' 'b697d458119880d0333dd368304e30aa')

    I fixed it. The problem was so stupid, i forgot to add kde-common as dependency... however, it is working now. I cleaned the PKGBUILD a little and uploaded it to AUR.

  • Spell checker for KWrite doesn't work [SOLVED]

    How do I enable spell checking for the KDE editors, i.e. KWrite, Kate, etc?  I've installed aspell via pacman, it's in /usr/bin which is in my PATH.  In KWrite's Settings>Configure Editor>Plugins, there is an option "KTextEditor KDataTool Plugin: Enable data tools like thesaurus and spell check (if installed)" which I've checked.  In another distro, that's how I enabled spell checking with aspell, i.e. by checking this box for the spell check plugin.  But in Arch this doesn't seem to be sufficient.  When I try to spell check a document in KWrite, I get this error:
    "The spelling program could not be started. Please make sure you have set the correct spelling program and that it is properly configured and in your PATH."
    What else do I need to do?
    Robert
    EDIT: Sorry, searching this forum for "spellcheck" hadn't yielded any solution but after I posted this I also searched for "spell AND check" and found the solution: I had neglected to pick Aspell as the client for spell checking in Control Center>KDE Components>Spell Checker.
    Last edited by RobF (2007-06-10 18:10:36)

    [skottish@localhost ~]$ grep -i spell ~/.kde/share/config/*
    /home/skottish/.kde/share/config/kdeglobals:[KSpell]
    /home/skottish/.kde/share/config/kdeglobals:KSpell_Client=1
    /home/skottish/.kde/share/config/kdeglobals:KSpell_DictFromList=1
    /home/skottish/.kde/share/config/kdeglobals:KSpell_Dictionary=
    /home/skottish/.kde/share/config/kdeglobals:KSpell_Encoding=0
    /home/skottish/.kde/share/config/kdeglobals:KSpell_NoRootAffix=0
    /home/skottish/.kde/share/config/kdeglobals:KSpell_RunTogether=0
    /home/skottish/.kde/share/config/kdeglobals418fla.new:[KSpell]
    /home/skottish/.kde/share/config/kdeglobals418fla.new:KSpell_Client=1
    /home/skottish/.kde/share/config/kdeglobals418fla.new:KSpell_DictFromList=1
    /home/skottish/.kde/share/config/kdeglobals418fla.new:KSpell_Dictionary=
    /home/skottish/.kde/share/config/kdeglobals418fla.new:KSpell_Encoding=0
    /home/skottish/.kde/share/config/kdeglobals418fla.new:KSpell_NoRootAffix=0
    /home/skottish/.kde/share/config/kdeglobals418fla.new:KSpell_RunTogether=0
    /home/skottish/.kde/share/config/kdictrc:Strategies=Spell Check,Exact,Prefix
    /home/skottish/.kde/share/config/kofficerc:[Spelling]
    /home/skottish/.kde/share/config/kookarc:[ocrSpellSettings]
    /home/skottish/.kde/share/config/kookarc:ocrKSpellEnabled=true
    /home/skottish/.kde/share/config/kwordrc:[Spelling]

  • [SOLVED] NET_PROFILES=('menu') doesn't work at boot time

    Hi I've created two network profiles to change eth0 configuration on my laptop according to where I am.
    The problem is that NET_PROFILES=('menu') (in rc.conf) doesn't work at boot time: the profile select dialog doesn't appear.
    It works only if I do a /etc/rc.d/network restart.
    Here is the relevant part of my rc.conf
    lo="lo 127.0.0.1"
    eth0="eth0 192.168.0.3 netmask 255.255.255.0 broadcast 192.168.0.255"
    INTERFACES=(lo eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network-profiles
    NET_PROFILES=('menu') #### I tried even without quotes with the same result!!
    By the way, I tried this on three different machines (one is always up to date, the others aren't)  with the same result.
    Last edited by proc (2007-04-15 14:00:57)

    iphitus thanks for your prompt reply, but I already have dialog installed. In fact the menu appears if I do a network restart, but it doesn't at boot.

  • NameTrans doesn't work in Sun One 7

    hi,
    OS Solaris 10
    Web: Sun One 7u1
    this line in obj.conf doesn't work anymore in Sun Web 7, but worked in 6.xx
    NameTrans fn="pfx2dir" from="/rabota/css" dir="/opt/semen/secure/rabota-css" name="es-internal"
    What changes should be applied for Web 7???
    --mpech                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    hi,
    yes.
    # Copyright 2006 Sun Microsystems, Inc. All rights reserved.
    # Use is subject to license terms.
    # You can edit this file, but comments and formatting changes
    # might be lost when you use the administration GUI or CLI.
    <Object name="default">
    AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
    NameTrans fn="ntrans-j2ee" name="j2ee"
    NameTrans fn="pfx2dir" from="/mc-icons" dir="/sun/webserver7/lib/icons" name="es-internal"
    NameTrans fn="pfx2dir" from="/aaa/images" dir="/sun/webserver7/https-mir/docs/img" name="es-internal"
    PathCheck fn="uri-clean"
    PathCheck fn="check-acl" acl="default"
    PathCheck fn="find-pathinfo"
    PathCheck fn="find-index-j2ee"
    PathCheck fn="find-index" index-names="index.html,home.html,index.jsp"
    ObjectType fn="type-j2ee"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common"
    Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file"
    Service method="TRACE" fn="service-trace"
    Error fn="error-j2ee"
    AddLog fn="flex-log"
    </Object>
    <Object name="j2ee">
    Service fn="service-j2ee" method="*"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object name="cgi">
    ObjectType fn="force-type" type="magnus-internal/cgi"
    Service fn="send-cgi"
    </Object>
    <Object name="send-precompressed">
    PathCheck fn="find-compressed"
    </Object>
    <Object name="compress-on-demand">
    Output fn="insert-filter" filter="http-compression"
    </Object>

  • [SOLVED]Xorg 1.8 doesn't work

    Hello, I've just upgraded to linux-firmware and the newest X.org, which doesn't work.
    Xorg.0.log tells me:
    [ 934.318]
    X.Org X Server 1.8.1
    Release Date: 2010-05-11
    [ 934.322] X Protocol Version 11, Revision 0
    [ 934.323] Build Operating System: Linux 2.6.33-ARCH x86_64
    [ 934.325] Current Operating System: Linux staerseus 2.6.34-ARCH #1 SMP PREEMPT Sat Jun 19 00:07:49 CEST 2010 x86_64
    [ 934.326] Kernel command line: root=/dev/disk/by-uuid/727c4683-ee4c-4b32-8a59-370264cb7d9f ro i915.modeset=1 init=/sbin/bootchartd
    [ 934.327] Build Date: 26 May 2010 07:50:07PM
    [ 934.329]
    [ 934.330] Current version of pixman: 0.18.2
    [ 934.331] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 934.334] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 934.338] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jun 21 10:15:38 2010
    [ 934.340] (==) Using config file: "/etc/X11/xorg.conf"
    [ 934.341] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 934.343] (==) No Layout section. Using the first Screen section.
    [ 934.343] (==) No screen section available. Using defaults.
    [ 934.343] (**) |-->Screen "Default Screen Section" (0)
    [ 934.343] (**) | |-->Monitor "<default monitor>"
    [ 934.343] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 934.343] (==) Automatically adding devices
    [ 934.343] (==) Automatically enabling devices
    [ 934.343] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 934.343] Entry deleted from font path.
    [ 934.343] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 934.343] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 934.343] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 934.343] (II) Loader magic: 0x7ce880
    [ 934.343] (II) Module ABI versions:
    [ 934.343] X.Org ANSI C Emulation: 0.4
    [ 934.343] X.Org Video Driver: 7.0
    [ 934.343] X.Org XInput driver : 9.0
    [ 934.343] X.Org Server Extension : 3.0
    [ 934.352] (--) PCI:*(0:0:2:0) 8086:2a42:1734:113f Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xf2400000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
    [ 934.352] (--) PCI: (0:0:2:1) 8086:2a43:1734:113f Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xf2100000/1048576
    [ 934.352] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 934.352] (II) LoadModule: "extmod"
    [ 934.352] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 934.352] (II) Module extmod: vendor="X.Org Foundation"
    [ 934.352] compiled for 1.8.1, module version = 1.0.0
    [ 934.352] Module class: X.Org Server Extension
    [ 934.352] ABI class: X.Org Server Extension, version 3.0
    [ 934.352] (II) Loading extension MIT-SCREEN-SAVER
    [ 934.352] (II) Loading extension XFree86-VidModeExtension
    [ 934.352] (II) Loading extension XFree86-DGA
    [ 934.352] (II) Loading extension DPMS
    [ 934.352] (II) Loading extension XVideo
    [ 934.352] (II) Loading extension XVideo-MotionCompensation
    [ 934.352] (II) Loading extension X-Resource
    [ 934.352] (II) LoadModule: "dbe"
    [ 934.352] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 934.352] (II) Module dbe: vendor="X.Org Foundation"
    [ 934.353] compiled for 1.8.1, module version = 1.0.0
    [ 934.353] Module class: X.Org Server Extension
    [ 934.353] ABI class: X.Org Server Extension, version 3.0
    [ 934.353] (II) Loading extension DOUBLE-BUFFER
    [ 934.353] (II) LoadModule: "glx"
    [ 934.353] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 934.353] (II) Module glx: vendor="X.Org Foundation"
    [ 934.353] compiled for 1.8.1, module version = 1.0.0
    [ 934.353] ABI class: X.Org Server Extension, version 3.0
    [ 934.353] (==) AIGLX enabled
    [ 934.353] (II) Loading extension GLX
    [ 934.353] (II) LoadModule: "record"
    [ 934.353] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 934.353] (II) Module record: vendor="X.Org Foundation"
    [ 934.353] compiled for 1.8.1, module version = 1.13.0
    [ 934.353] Module class: X.Org Server Extension
    [ 934.353] ABI class: X.Org Server Extension, version 3.0
    [ 934.353] (II) Loading extension RECORD
    [ 934.353] (II) LoadModule: "dri"
    [ 934.353] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 934.353] (II) Module dri: vendor="X.Org Foundation"
    [ 934.353] compiled for 1.8.1, module version = 1.0.0
    [ 934.353] ABI class: X.Org Server Extension, version 3.0
    [ 934.353] (II) Loading extension XFree86-DRI
    [ 934.354] (II) LoadModule: "dri2"
    [ 934.354] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 934.354] (II) Module dri2: vendor="X.Org Foundation"
    [ 934.354] compiled for 1.8.1, module version = 1.2.0
    [ 934.354] ABI class: X.Org Server Extension, version 3.0
    [ 934.354] (II) Loading extension DRI2
    [ 934.354] (==) Matched intel as autoconfigured driver 0
    [ 934.354] (==) Matched vesa as autoconfigured driver 1
    [ 934.354] (==) Matched fbdev as autoconfigured driver 2
    [ 934.354] (==) Assigned the driver to the xf86ConfigLayout
    [ 934.354] (II) LoadModule: "intel"
    [ 934.354] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 934.354] (II) Module intel: vendor="X.Org Foundation"
    [ 934.354] compiled for 1.7.6, module version = 2.11.0
    [ 934.354] Module class: X.Org Video Driver
    [ 934.354] ABI class: X.Org Video Driver, version 6.0
    [ 934.354] (EE) module ABI major version (6) doesn't match the server's version (7)
    [ 934.356] (II) UnloadModule: "intel"
    [ 934.356] (II) Unloading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 934.356] (EE) Failed to load module "intel" (module requirement mismatch, 0)
    [ 934.357] (II) LoadModule: "vesa"
    [ 934.357] (WW) Warning, couldn't open module vesa
    [ 934.357] (II) UnloadModule: "vesa"
    [ 934.357] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 934.359] (II) LoadModule: "fbdev"
    [ 934.359] (WW) Warning, couldn't open module fbdev
    [ 934.359] (II) UnloadModule: "fbdev"
    [ 934.359] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 934.360] (EE) No drivers available.
    [ 934.362]
    Fatal server error:
    [ 934.364] no screens found
    [ 934.365]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 934.370] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 934.372]
    What does the problem with modules mean? Archlinux was warning me, that "in future releases /etc/modprobe.d/framebuffer_blacklist.conf.save will be ignored, but it is the same file as /etc/modprobe.d/framebuffer_blacklist.conf.
    I don't understand, why it cannot find any screens (I use a laptop screen)
    I tried to start with and without xorg.conf, which is:
    Section "Device"
    Identifier "Intel X4500MHD"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 4 Series Chipset Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    Option "DRI" "true"
    Option "AccelMethod" "uxa"
    Option "MigrationHeuristic" "greedy"
    EndSection
    The graphic driver I use is xf86-video-intel-newest from archstuff, but it is the same version as xf86-video-intel.
    I am not sure if I provided all needed info, but I hope so. Thank you for your help.SOLVED
    Last edited by Staerseus (2010-06-21 09:18:03)

    Use the arch version.   It is actually built against the xorg version that you are using...  here is the relevant section of your log:
    [ 934.354] (EE) module ABI major version (6) doesn't match the server's version (7)

  • [SOLVED] network randomly doesn't work after reboot (e100)

    Hi
    Lately I have some weird issues with network. I shutdown computer during night, so basicly I reboot it at least once per day and every now and then without any pattern network doesn't work at all and so far only solution I have found is to reboot (again).
    Before anything else I'm sure it's not hardware problem, since other OS on same computer don't have any issues, neither is router since other devices in network from laptops to mobile phones work flawless.
    Relevant info and what I have found so far (not everything is copy/pasted so there may be some typos):
    $less rc.conf (network part)
    eth1="eth1 192.168.1.242 netmask 255.255.255.0 broadcast 192.168.1.255
    INTERFACES=(eth1)
    gateway="default gw 192.168.1.1"
    ROUTES=(gateway)
    $ifconfig
    eth1 Link encap:Ethernet HWaddr 00:D0:B7:5A:7A:A9
    inet addr:192.168.1.242 Bcast:192.168.1.255 Mask:255.255.255.0
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:380 errors:0 dropped:0 overruns:0 frame:0
    TX packets:380 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:36154 (35.3 Kb) TX bytes:36154 (35.3 Kb)
    $route
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    192.168.1.0 * 255.255.255.0 U 0 0 0 eth1
    default 192.168.1.1 0.0.0.0 UG 0 0 0 eth1
    $ping 192.168.1.1
    PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data
    From 192.168.1.242 icmp_seq=2 Destination Host Unreachable
    So basicly network is dead, can't even ping router, cable connection is detected tho (lights are on). I have tried to restart newtork with /etc/rc.d/network stop/start, nothing. Only clue is dmesg.
    $dmesg
    Linux version 2.6.30-ARCH (root@T-POWA-LX) (gcc version 4.4.1 (GCC) ) #1 SMP PREEMPT Fri Jul 31 07:30:28 CEST 2009
    e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
    e100: Copyright(c) 1999-2006 Intel Corporation
    e100 0000:03:07.0: PCI INT A -> Link[APC2] -> GSI 17 (level, low) -> IRQ 17
    e100 0000:03:07.0: PME# disabled
    e100: eth1: e100_probe: addr 0xfdfff000, irq 17, MAC addr 00:d0:b7:5a:7a:a9
    e100 0000:03:07.0: firmware: requesting e100/d101m_ucode.bin
    ADDRCONF(NETDEV_UP): eth1: link is not ready
    modrope -r e100 and then reloading it doesn't help either, but reboot does (once I had to reboot twice tho).
    Anyone with more clue and ideas then me, it's getting really annoying, it also kill whole KDE plasma-desktop for couple of minutes before plasmoids find out network is really down and I'm not really fan of morning "gamble". I can't pinpoint some hard date/update when this started to happening because like I said it's random but last couple of months should be quite accurate. Thanks in advance.
    EDIT: dmesg when network works:
    tilen@pikmin ~]$ dmesg | grep e100
    pci 0000:03:07.0: Firmware left e100 interrupts enabled; disabling
    e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
    e100: Copyright(c) 1999-2006 Intel Corporation
    e100 0000:03:07.0: PCI INT A -> Link[APC2] -> GSI 17 (level, low) -> IRQ 17
    e100 0000:03:07.0: PME# disabled
    e100: eth0: e100_probe: addr 0xfdfff000, irq 17, MAC addr 00:d0:b7:5a:7a:a9
    Last edited by NoOrdinary (2009-09-05 09:47:20)

    I don't have anything special set at router but I doubt rc.conf play any role. I will try to set it up with dhcp (but I think I have tried that already) if there is any change.
    This morning I had to reboot twice, so new kernel didn't help. Fowler, what network card are you using, also e100 (well or some intel)? I dunno, should this be handed to the kernel team? If it will piss me enough one morning I'll just go and buy a new network card, just wanna be sure that will really solve the problem.
    UPDATE: OK, this is just silly. I remebered I have acctualy onboard LAN so I edited rc.conf and dived into the dust under my desk to move cable and there I found out it was acctual onboard in use all the time Now this dosen't make much sense to me anymore, when I can't get net up all the stuff in dmesg is e100 related. Anyway, I connected network to e100 and rebooted, suprise, same story. Dmesg reported again link was not ready. I edited rc.conf to
    INTERFACES=(eth0 !eth1)
    in case this has anything to do with proper timing at assigning whatever needs to be assigned to network cards at boot so I'm sure just 1 card with all info provided get's kicked in at boot. First reboot after that works, it dosen't prove anything yet but at leat it's some kind of progress in recognising proper cause.
    UPDATE 2: Nah, still happens. Googling for "no link during initialization" show a lot of familiar problems, almost all on nforce motherboards and mine is nforce too. I just don't get it why this mess seperate PCI network card. In any case it's extremely annoying.
    Last edited by NoOrdinary (2009-09-02 11:46:27)

  • [Solved] Lexmark Pro901 doesn't work

    EDIT: I forgot to install ghostscript, that solved it
    Hello everyone,
    I installed the lexmark-inkjet-legacy package from the AUR (https://aur.archlinux.org/packages/lexm … et-legacy/) and I configured my printer using the lx-postinstall script, which is shipped with the package but I'm not able to print a test page. It turns on the printer and the printer pulls a page but cups just says "Processing - Connected to printer".
    Here my cups error log:
    I [06/Dec/2013:14:31:17 +0100] Listening to [v1.::1]:631 (IPv6)
    I [06/Dec/2013:14:31:17 +0100] Listening to 127.0.0.1:631 (IPv4)
    I [06/Dec/2013:14:31:17 +0100] Listening to /run/cups/cups.sock (Domain)
    I [06/Dec/2013:14:31:17 +0100] Remote access is disabled.
    D [06/Dec/2013:14:31:17 +0100] Added auto ServerAlias AOD-255
    I [06/Dec/2013:14:31:17 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
    I [06/Dec/2013:14:31:17 +0100] Using default TempDir of /var/spool/cups/tmp...
    I [06/Dec/2013:14:31:17 +0100] Configured for up to 100 clients.
    I [06/Dec/2013:14:31:17 +0100] Allowing up to 100 client connections per host.
    I [06/Dec/2013:14:31:17 +0100] Using policy "default" as the default.
    D [06/Dec/2013:14:31:17 +0100] load_ppd: Loading /var/cache/cups/Lexmark_Pro800Pro900_Series.data...
    D [06/Dec/2013:14:31:17 +0100] cupsdRegisterPrinter(p=0xb83f05a0(Lexmark_Pro800Pro900_Series))
    D [06/Dec/2013:14:31:17 +0100] cupsdMarkDirty(--p--)
    D [06/Dec/2013:14:31:17 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Not busy"
    I [06/Dec/2013:14:31:17 +0100] Partial reload complete.
    D [06/Dec/2013:14:31:17 +0100] systemd_checkin: Matched existing listener /run/cups/cups.sock with fd 3...
    D [06/Dec/2013:14:31:17 +0100] Calling FindDeviceById(cups-Lexmark_Pro800Pro900_Series)
    D [06/Dec/2013:14:31:17 +0100] Calling DeleteDevice(/org/freedesktop/ColorManager/devices/cups_Lexmark_Pro800Pro900_Series)
    D [06/Dec/2013:14:31:17 +0100] Using profile ID "Lexmark_Pro800Pro900_Series-Gray..".
    D [06/Dec/2013:14:31:17 +0100] Calling CreateProfile(Lexmark_Pro800Pro900_Series-Gray..,temp)
    W [06/Dec/2013:14:31:17 +0100] CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:profile id 'Lexmark_Pro800Pro900_Series-Gray..' already exists
    D [06/Dec/2013:14:31:17 +0100] Using profile ID "Lexmark_Pro800Pro900_Series-RGB..".
    D [06/Dec/2013:14:31:17 +0100] Calling CreateProfile(Lexmark_Pro800Pro900_Series-RGB..,temp)
    W [06/Dec/2013:14:31:17 +0100] CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:profile id 'Lexmark_Pro800Pro900_Series-RGB..' already exists
    I [06/Dec/2013:14:31:17 +0100] Registering ICC color profiles for "Lexmark_Pro800Pro900_Series".
    D [06/Dec/2013:14:31:17 +0100] Calling CreateDevice(cups-Lexmark_Pro800Pro900_Series,temp)
    D [06/Dec/2013:14:31:17 +0100] Created device "/org/freedesktop/ColorManager/devices/cups_Lexmark_Pro800Pro900_Series".
    I [06/Dec/2013:14:31:17 +0100] Listening to [v1.::1]:631 on fd 10...
    I [06/Dec/2013:14:31:17 +0100] Listening to 127.0.0.1:631 on fd 11...
    I [06/Dec/2013:14:31:17 +0100] Listening to /run/cups/cups.sock:631 on fd 3...
    I [06/Dec/2013:14:31:17 +0100] Resuming new connection processing...
    D [06/Dec/2013:14:31:17 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
    D [06/Dec/2013:14:31:17 +0100] Discarding unused server-restarted event...
    D [06/Dec/2013:14:31:18 +0100] Report: clients=0
    D [06/Dec/2013:14:31:18 +0100] Report: jobs=2
    D [06/Dec/2013:14:31:18 +0100] Report: jobs-active=1
    D [06/Dec/2013:14:31:18 +0100] Report: printers=1
    D [06/Dec/2013:14:31:18 +0100] Report: stringpool-string-count=10258
    D [06/Dec/2013:14:31:18 +0100] Report: stringpool-alloc-bytes=11424
    D [06/Dec/2013:14:31:18 +0100] Report: stringpool-total-bytes=178272
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Accepted from localhost:631 (IPv6)
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Waiting for request.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] GET /admin/?OP=redirect HTTP/1.1
    D [06/Dec/2013:14:31:22 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Authorized as root using Basic
    D [06/Dec/2013:14:31:22 +0100] [CGI] argv[0] = "/usr/lib/cups/cgi-bin/admin.cgi"
    D [06/Dec/2013:14:31:22 +0100] [CGI] argv[1] = "OP=redirect"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[7] = "CUPS_STATEDIR=/run/cups"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[10] = "SERVER_ADMIN=root@AOD-255"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[11] = "SOFTWARE=CUPS/1.7.0"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[13] = "USER=root"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[14] = "CUPS_MAX_MESSAGE=2047"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[15] = "CUPS_SERVER=/run/cups/cups.sock"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[16] = "CUPS_ENCRYPTION=IfRequested"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[17] = "IPP_PORT=631"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[18] = "AUTH_TYPE=Basic"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[19] = "LANG=de_DE.UTF8"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[20] = "REDIRECT_STATUS=1"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[21] = "GATEWAY_INTERFACE=CGI/1.1"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[22] = "SERVER_NAME=localhost"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[23] = "SERVER_PORT=631"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[24] = "REMOTE_ADDR=[v1.::1]"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[25] = "REMOTE_HOST=localhost"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[26] = "SCRIPT_NAME=/admin/"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[27] = "SCRIPT_FILENAME=/usr/share/cups/doc/admin/"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[28] = "REMOTE_USER=root"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[29] = "SERVER_PROTOCOL=HTTP/1.1"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[30] = "HTTP_COOKIE=org.cups.sid=b2c78295dd021592201110e11d3493a3"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[31] = "HTTP_USER_AGENT=Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[32] = "HTTP_REFERER=http://localhost:631/admin/"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[33] = "REQUEST_METHOD=GET"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[34] = "QUERY_STRING=OP=redirect"
    D [06/Dec/2013:14:31:22 +0100] [CGI] Started /usr/lib/cups/cgi-bin/admin.cgi (PID 689)
    I [06/Dec/2013:14:31:22 +0100] [Client 14] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=689)
    D [06/Dec/2013:14:31:22 +0100] [Client 14] file=15
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:22 +0100] [CGI] admin.cgi started...
    D [06/Dec/2013:14:31:22 +0100] [Client 16] Accepted from localhost (Domain)
    D [06/Dec/2013:14:31:22 +0100] [Client 16] Waiting for request.
    D [06/Dec/2013:14:31:22 +0100] [CGI] http=0xb9218a08
    D [06/Dec/2013:14:31:22 +0100] [CGI] cgiSetVariable: SECTION="admin"
    D [06/Dec/2013:14:31:22 +0100] [CGI] cgiSetVariable: REFRESH_PAGE=""
    D [06/Dec/2013:14:31:22 +0100] [CGI] org.cups.sid cookie is "b2c78295dd021592201110e11d3493a3"
    D [06/Dec/2013:14:31:22 +0100] [CGI] cgiSetVariable: OP="redirect"
    D [06/Dec/2013:14:31:22 +0100] [CGI] redirecting with prefix http://localhost:631!
    D [06/Dec/2013:14:31:22 +0100] [Client 16] HTTP_STATE_WAITING Closing on EOF
    D [06/Dec/2013:14:31:22 +0100] [Client 16] Closing connection.
    D [06/Dec/2013:14:31:22 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [06/Dec/2013:14:31:22 +0100] [Client 14] CGI data ready to be sent.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, response=(nil)(), pipe_pid=689, file=15
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:22 +0100] Script header: Location: http://localhost:631/admin
    D [06/Dec/2013:14:31:22 +0100] Script header:
    D [06/Dec/2013:14:31:22 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=689, file=15
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] CGI data ready to be sent.
    D [06/Dec/2013:14:31:22 +0100] PID 689 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=689, file=15
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Waiting for request.
    D [06/Dec/2013:14:31:22 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
    D [06/Dec/2013:14:31:22 +0100] [Client 14] GET /admin HTTP/1.1
    D [06/Dec/2013:14:31:22 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
    D [06/Dec/2013:14:31:22 +0100] [Client 14] No authentication data provided.
    D [06/Dec/2013:14:31:22 +0100] [CGI] argv[0] = "/usr/lib/cups/cgi-bin/admin.cgi"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[7] = "CUPS_STATEDIR=/run/cups"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[10] = "SERVER_ADMIN=root@AOD-255"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[11] = "SOFTWARE=CUPS/1.7.0"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[13] = "USER=root"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[14] = "CUPS_MAX_MESSAGE=2047"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[15] = "CUPS_SERVER=/run/cups/cups.sock"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[16] = "CUPS_ENCRYPTION=IfRequested"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[17] = "IPP_PORT=631"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[18] = "LANG=de_DE.UTF8"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[19] = "REDIRECT_STATUS=1"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[20] = "GATEWAY_INTERFACE=CGI/1.1"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[21] = "SERVER_NAME=localhost"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[22] = "SERVER_PORT=631"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[23] = "REMOTE_ADDR=[v1.::1]"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[24] = "REMOTE_HOST=localhost"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[25] = "SCRIPT_NAME=/admin"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[26] = "SCRIPT_FILENAME=/usr/share/cups/doc/admin"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[27] = "SERVER_PROTOCOL=HTTP/1.1"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[28] = "HTTP_COOKIE=org.cups.sid=b2c78295dd021592201110e11d3493a3"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[29] = "HTTP_USER_AGENT=Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[30] = "HTTP_REFERER=http://localhost:631/admin/"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[31] = "REQUEST_METHOD=GET"
    D [06/Dec/2013:14:31:22 +0100] [CGI] envp[32] = "QUERY_STRING="
    D [06/Dec/2013:14:31:22 +0100] [CGI] Started /usr/lib/cups/cgi-bin/admin.cgi (PID 690)
    I [06/Dec/2013:14:31:22 +0100] [Client 14] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=690)
    D [06/Dec/2013:14:31:22 +0100] [Client 14] file=15
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:22 +0100] [CGI] admin.cgi started...
    D [06/Dec/2013:14:31:22 +0100] [Client 16] Accepted from localhost (Domain)
    D [06/Dec/2013:14:31:22 +0100] [Client 16] Waiting for request.
    D [06/Dec/2013:14:31:22 +0100] [CGI] http=0xb864da08
    D [06/Dec/2013:14:31:22 +0100] [CGI] cgiSetVariable: SECTION="admin"
    D [06/Dec/2013:14:31:22 +0100] [CGI] cgiSetVariable: REFRESH_PAGE=""
    D [06/Dec/2013:14:31:22 +0100] [CGI] org.cups.sid cookie is "b2c78295dd021592201110e11d3493a3"
    D [06/Dec/2013:14:31:22 +0100] [CGI] No form data, showing main menu...
    D [06/Dec/2013:14:31:22 +0100] [CGI] cgiSetVariable: DEBUG_LOGGING="CHECKED"
    D [06/Dec/2013:14:31:22 +0100] [CGI] cgiSetVariable: HAVE_GSSAPI="1"
    D [06/Dec/2013:14:31:22 +0100] [CGI] cgiSetVariable: KERBEROS=""
    D [06/Dec/2013:14:31:22 +0100] [CGI] cgiSetVariable: PRESERVE_JOBS="CHECKED"
    D [06/Dec/2013:14:31:22 +0100] [CGI] cgiSetVariable: PRESERVE_JOB_HISTORY="Yes"
    D [06/Dec/2013:14:31:22 +0100] [CGI] cgiSetVariable: PRESERVE_JOB_FILES="1d"
    D [06/Dec/2013:14:31:22 +0100] [CGI] cgiSetVariable: MAX_CLIENTS="100"
    D [06/Dec/2013:14:31:22 +0100] [CGI] cgiSetVariable: MAX_JOBS="500"
    D [06/Dec/2013:14:31:22 +0100] [CGI] cgiSetVariable: MAX_LOG_SIZE="1m"
    D [06/Dec/2013:14:31:22 +0100] [CGI] /usr/share/cups/drivers/pscript5.dll: Datei oder Verzeichnis nicht gefunden
    D [06/Dec/2013:14:31:22 +0100] [Client 16] POST / HTTP/1.1
    D [06/Dec/2013:14:31:22 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [06/Dec/2013:14:31:22 +0100] [Client 16] No authentication data provided.
    D [06/Dec/2013:14:31:22 +0100] [Client 16] 2.0 Get-Subscriptions 1
    D [06/Dec/2013:14:31:22 +0100] Get-Subscriptions ipp://localhost/
    D [06/Dec/2013:14:31:22 +0100] Get-Subscriptions client-error-not-found: No subscriptions found.
    D [06/Dec/2013:14:31:22 +0100] [Client 16] Returning IPP client-error-not-found for Get-Subscriptions (ipp://localhost/) from localhost
    D [06/Dec/2013:14:31:22 +0100] [Client 16] Content-Length: 117
    D [06/Dec/2013:14:31:22 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=117, response=0xb83f3568(IPP_IDLE), pipe_pid=0, file=-1
    D [06/Dec/2013:14:31:22 +0100] [Client 16] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
    D [06/Dec/2013:14:31:22 +0100] [Client 16] bytes=0, http_state=0, data_remaining=0
    D [06/Dec/2013:14:31:22 +0100] [Client 16] Waiting for request.
    D [06/Dec/2013:14:31:22 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [06/Dec/2013:14:31:22 +0100] [CGI] cgiSetVariable: SERVER_NAME="localhost"
    D [06/Dec/2013:14:31:22 +0100] [CGI] cgiSetVariable: CUPS_VERSION="CUPS v1.7.0"
    D [06/Dec/2013:14:31:22 +0100] [CGI] cgiSetVariable: TITLE="Administration"
    D [06/Dec/2013:14:31:22 +0100] [CGI] cgiSetVariable: SERVER_NAME="localhost"
    D [06/Dec/2013:14:31:22 +0100] [CGI] cgiSetVariable: CUPS_VERSION="CUPS v1.7.0"
    D [06/Dec/2013:14:31:22 +0100] [Client 14] CGI data ready to be sent.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, response=(nil)(), pipe_pid=690, file=15
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:22 +0100] Script header: Content-Type: text/html;charset=utf-8
    D [06/Dec/2013:14:31:22 +0100] Script header:
    D [06/Dec/2013:14:31:22 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=690, file=15
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] CGI data ready to be sent.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=690, file=15
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=690, file=15
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] CGI data ready to be sent.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=690, file=15
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=690, file=15
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] CGI data ready to be sent.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=690, file=15
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=690, file=15
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] CGI data ready to be sent.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=690, file=15
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=690, file=15
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] CGI data ready to be sent.
    D [06/Dec/2013:14:31:22 +0100] [Client 16] HTTP_STATE_WAITING Closing on EOF
    D [06/Dec/2013:14:31:22 +0100] [Client 16] Closing connection.
    D [06/Dec/2013:14:31:22 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [06/Dec/2013:14:31:22 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=690, file=15
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=690, file=15
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] CGI data ready to be sent.
    D [06/Dec/2013:14:31:22 +0100] PID 690 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=690, file=15
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:22 +0100] [Client 14] Waiting for request.
    D [06/Dec/2013:14:31:22 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
    D [06/Dec/2013:14:31:28 +0100] [Client 14] GET /admin/log/error_log? HTTP/1.1
    D [06/Dec/2013:14:31:28 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
    D [06/Dec/2013:14:31:28 +0100] [Client 14] Authorized as root using Basic
    D [06/Dec/2013:14:31:28 +0100] [Client 14] Sending file.
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=20200, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=18152, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=16104, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=14056, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=12008, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=9960, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=7912, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=5864, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=3816, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=1768, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-280, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-2251, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-2451, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-2651, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-2851, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-3051, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-3251, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-3451, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-3651, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-3851, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-4051, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-4251, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-4451, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-4651, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-4851, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-5051, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-5251, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-5451, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-5651, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-5851, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-6051, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-6251, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-6451, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-6651, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-6851, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-7051, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-7251, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-7451, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-7651, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-7851, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-8051, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-8251, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-8451, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-8651, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-8851, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-9051, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-9251, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-9451, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-9651, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-9851, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-10051, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-10252, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-10453, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-10654, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-10855, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-11056, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-11257, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-11458, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-11659, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-11860, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-12061, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-12262, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-12463, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-12664, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-12865, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-13066, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-13267, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-13468, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-13669, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-13870, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-14071, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-14272, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-14473, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-14674, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-14875, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-15076, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-15277, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-15478, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-15679, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-15880, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-16081, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-16282, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-16483, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-16684, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-16885, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-17086, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-17287, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-17488, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-17689, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-17890, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-18091, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-18292, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-18493, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-18694, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-18895, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-19096, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-19297, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-19498, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-19699, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-19900, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-20101, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-20302, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-20503, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=-20704, response=(nil)(), pipe_pid=0, file=15
    D [06/Dec/2013:14:31:28 +0100] [Client 14] Closing on EOF
    D [06/Dec/2013:14:31:28 +0100] [Client 14] Closing connection.
    D [06/Dec/2013:14:31:28 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
    D [06/Dec/2013:14:31:29 +0100] [Client 14] Accepted from localhost:631 (IPv6)
    D [06/Dec/2013:14:31:29 +0100] [Client 14] Waiting for request.
    D [06/Dec/2013:14:31:29 +0100] [Client 14] GET /favicon.ico HTTP/1.1
    D [06/Dec/2013:14:31:29 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
    D [06/Dec/2013:14:31:29 +0100] [Client 14] No authentication data provided.
    D [06/Dec/2013:14:31:29 +0100] [Client 14] Closing because Keep-Alive disabled
    D [06/Dec/2013:14:31:29 +0100] [Client 14] Closing connection.
    D [06/Dec/2013:14:31:29 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
    I [06/Dec/2013:14:31:48 +0100] Generating printcap /etc/printcap...
    D [06/Dec/2013:14:31:48 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Dirty files"
    D [06/Dec/2013:14:31:55 +0100] [Client 14] Accepted from localhost:631 (IPv6)
    D [06/Dec/2013:14:31:55 +0100] [Client 14] Waiting for request.
    D [06/Dec/2013:14:31:55 +0100] [Client 15] Accepted from localhost:631 (IPv6)
    D [06/Dec/2013:14:31:55 +0100] [Client 15] Waiting for request.
    D [06/Dec/2013:14:31:55 +0100] [Client 16] Accepted from localhost:631 (IPv6)
    D [06/Dec/2013:14:31:55 +0100] [Client 16] Waiting for request.
    D [06/Dec/2013:14:31:55 +0100] [Client 17] Accepted from localhost:631 (IPv6)
    D [06/Dec/2013:14:31:55 +0100] [Client 17] Waiting for request.
    D [06/Dec/2013:14:31:55 +0100] [Client 18] Accepted from localhost:631 (IPv6)
    D [06/Dec/2013:14:31:55 +0100] [Client 18] Waiting for request.
    D [06/Dec/2013:14:31:55 +0100] [Client 19] Accepted from localhost:631 (IPv6)
    D [06/Dec/2013:14:31:55 +0100] [Client 19] Waiting for request.
    D [06/Dec/2013:14:31:56 +0100] [Client 14] GET /printers/ HTTP/1.1
    D [06/Dec/2013:14:31:56 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
    D [06/Dec/2013:14:31:56 +0100] [Client 14] No authentication data provided.
    D [06/Dec/2013:14:31:56 +0100] [CGI] argv[0] = "/usr/lib/cups/cgi-bin/printers.cgi"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[7] = "CUPS_STATEDIR=/run/cups"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[10] = "SERVER_ADMIN=root@AOD-255"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[11] = "SOFTWARE=CUPS/1.7.0"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[13] = "USER=root"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[14] = "CUPS_MAX_MESSAGE=2047"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[15] = "CUPS_SERVER=/run/cups/cups.sock"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[16] = "CUPS_ENCRYPTION=IfRequested"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[17] = "IPP_PORT=631"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[18] = "LANG=de_DE.UTF8"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[19] = "REDIRECT_STATUS=1"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[20] = "GATEWAY_INTERFACE=CGI/1.1"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[21] = "SERVER_NAME=localhost"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[22] = "SERVER_PORT=631"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[23] = "REMOTE_ADDR=[v1.::1]"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[24] = "REMOTE_HOST=localhost"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[25] = "SCRIPT_NAME=/printers/"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[26] = "SCRIPT_FILENAME=/usr/share/cups/doc/printers/"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[27] = "SERVER_PROTOCOL=HTTP/1.1"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[28] = "HTTP_COOKIE=org.cups.sid=b2c78295dd021592201110e11d3493a3"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[29] = "HTTP_USER_AGENT=Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[30] = "HTTP_REFERER=http://localhost:631/admin"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[31] = "REQUEST_METHOD=GET"
    D [06/Dec/2013:14:31:56 +0100] [CGI] envp[32] = "QUERY_STRING="
    D [06/Dec/2013:14:31:56 +0100] [CGI] Started /usr/lib/cups/cgi-bin/printers.cgi (PID 691)
    I [06/Dec/2013:14:31:56 +0100] [Client 14] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=691)
    D [06/Dec/2013:14:31:56 +0100] [Client 14] file=20
    D [06/Dec/2013:14:31:56 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:56 +0100] [CGI] org.cups.sid cookie is "b2c78295dd021592201110e11d3493a3"
    D [06/Dec/2013:14:31:56 +0100] [CGI] cgiSetVariable: SECTION="printers"
    D [06/Dec/2013:14:31:56 +0100] [CGI] cgiSetVariable: REFRESH_PAGE=""
    D [06/Dec/2013:14:31:56 +0100] [Client 21] Accepted from localhost (Domain)
    D [06/Dec/2013:14:31:56 +0100] [Client 21] Waiting for request.
    D [06/Dec/2013:14:31:56 +0100] [Client 21] POST / HTTP/1.1
    D [06/Dec/2013:14:31:56 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Active clients"
    D [06/Dec/2013:14:31:56 +0100] [Client 21] No authentication data provided.
    D [06/Dec/2013:14:31:56 +0100] [Client 21] 2.0 CUPS-Get-Default 1
    D [06/Dec/2013:14:31:56 +0100] CUPS-Get-Default
    D [06/Dec/2013:14:31:56 +0100] [Client 21] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
    D [06/Dec/2013:14:31:56 +0100] [Client 21] Content-Length: 202
    D [06/Dec/2013:14:31:56 +0100] [Client 21] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=202, response=0xb83f3388(IPP_IDLE), pipe_pid=0, file=-1
    D [06/Dec/2013:14:31:56 +0100] [Client 21] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
    D [06/Dec/2013:14:31:56 +0100] [Client 21] bytes=0, http_state=0, data_remaining=0
    D [06/Dec/2013:14:31:56 +0100] [Client 21] Waiting for request.
    D [06/Dec/2013:14:31:56 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Active clients"
    D [06/Dec/2013:14:31:56 +0100] [CGI] cgiSetVariable: DEFAULT_NAME="Lexmark_Pro800Pro900_Series"
    D [06/Dec/2013:14:31:56 +0100] [CGI] cgiSetVariable: DEFAULT_URI="/printers/Lexmark_Pro800Pro900_Series"
    D [06/Dec/2013:14:31:56 +0100] [CGI] show_all_printers(http=0xb8bed528, user="(null)")
    D [06/Dec/2013:14:31:56 +0100] [CGI] cgiSetVariable: TITLE="Printers"
    D [06/Dec/2013:14:31:56 +0100] [CGI] cgiSetVariable: SERVER_NAME="localhost"
    D [06/Dec/2013:14:31:56 +0100] [CGI] cgiSetVariable: CUPS_VERSION="CUPS v1.7.0"
    D [06/Dec/2013:14:31:56 +0100] [Client 14] CGI data ready to be sent.
    D [06/Dec/2013:14:31:56 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, response=(nil)(), pipe_pid=691, file=20
    D [06/Dec/2013:14:31:56 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:56 +0100] Script header: Content-Type: text/html;charset=utf-8
    D [06/Dec/2013:14:31:56 +0100] Script header:
    D [06/Dec/2013:14:31:56 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=691, file=20
    D [06/Dec/2013:14:31:56 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:56 +0100] [Client 14] CGI data ready to be sent.
    D [06/Dec/2013:14:31:56 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=691, file=20
    D [06/Dec/2013:14:31:56 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:56 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=691, file=20
    D [06/Dec/2013:14:31:56 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:56 +0100] [Client 14] CGI data ready to be sent.
    D [06/Dec/2013:14:31:56 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=691, file=20
    D [06/Dec/2013:14:31:56 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:56 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=691, file=20
    D [06/Dec/2013:14:31:56 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:56 +0100] [Client 21] POST / HTTP/1.1
    D [06/Dec/2013:14:31:56 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Active clients"
    D [06/Dec/2013:14:31:56 +0100] [Client 21] No authentication data provided.
    D [06/Dec/2013:14:31:56 +0100] [Client 21] 2.0 CUPS-Get-Printers 2
    D [06/Dec/2013:14:31:56 +0100] CUPS-Get-Printers
    D [06/Dec/2013:14:31:56 +0100] [Client 21] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
    D [06/Dec/2013:14:31:56 +0100] [Client 21] Content-Length: 375
    D [06/Dec/2013:14:31:56 +0100] [Client 21] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=375, response=0xb83f3580(IPP_IDLE), pipe_pid=0, file=-1
    D [06/Dec/2013:14:31:56 +0100] [Client 21] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
    D [06/Dec/2013:14:31:56 +0100] [Client 21] bytes=0, http_state=0, data_remaining=0
    D [06/Dec/2013:14:31:56 +0100] [Client 21] Waiting for request.
    D [06/Dec/2013:14:31:56 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Active clients"
    D [06/Dec/2013:14:31:56 +0100] [CGI] cgiSetVariable: TOTAL="1"
    D [06/Dec/2013:14:31:56 +0100] [CGI] cgiSetVariable: SERVER_NAME="localhost"
    D [06/Dec/2013:14:31:56 +0100] [CGI] cgiSetVariable: CUPS_VERSION="CUPS v1.7.0"
    D [06/Dec/2013:14:31:56 +0100] [CGI] cgiSetArray: printer_state[0]="3"
    D [06/Dec/2013:14:31:56 +0100] [CGI] cgiSetArray: printer_state_message[0]=""
    D [06/Dec/2013:14:31:56 +0100] [CGI] cgiSetArray: admin_uri[0]="/admin/"
    D [06/Dec/2013:14:31:56 +0100] [CGI] cgiSetArray: printer_uri_supported[0]="/printers/Lexmark_Pro800Pro900_Series"
    D [06/Dec/2013:14:31:56 +0100] [CGI] cgiSetArray: printer_name[0]="Lexmark_Pro800Pro900_Series"
    D [06/Dec/2013:14:31:56 +0100] [CGI] cgiSetArray: printer_location[0]=""
    D [06/Dec/2013:14:31:56 +0100] [CGI] cgiSetArray: printer_info[0]="Lexmark_Pro800Pro900_Series"
    D [06/Dec/2013:14:31:56 +0100] [CGI] cgiSetArray: printer_make_and_model[0]="Lexmark Pro800-Pro900 Series, 1.0"
    D [06/Dec/2013:14:31:56 +0100] [CGI] cgiSetVariable: THISURL="/printers/"
    D [06/Dec/2013:14:31:56 +0100] [Client 14] CGI data ready to be sent.
    D [06/Dec/2013:14:31:56 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=691, file=20
    D [06/Dec/2013:14:31:56 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:56 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=691, file=20
    D [06/Dec/2013:14:31:56 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:56 +0100] [Client 14] CGI data ready to be sent.
    D [06/Dec/2013:14:31:56 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=691, file=20
    D [06/Dec/2013:14:31:56 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:56 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=691, file=20
    D [06/Dec/2013:14:31:56 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:56 +0100] [Client 14] CGI data ready to be sent.
    D [06/Dec/2013:14:31:56 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=691, file=20
    D [06/Dec/2013:14:31:56 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:56 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=691, file=20
    D [06/Dec/2013:14:31:56 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:56 +0100] [Client 14] CGI data ready to be sent.
    D [06/Dec/2013:14:31:56 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=691, file=20
    D [06/Dec/2013:14:31:56 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:56 +0100] [Client 21] HTTP_STATE_WAITING Closing on EOF
    D [06/Dec/2013:14:31:56 +0100] [Client 21] Closing connection.
    D [06/Dec/2013:14:31:56 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Active clients"
    D [06/Dec/2013:14:31:56 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=691, file=20
    D [06/Dec/2013:14:31:56 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:56 +0100] [Client 14] CGI data ready to be sent.
    D [06/Dec/2013:14:31:56 +0100] PID 691 (/usr/lib/cups/cgi-bin/printers.cgi) exited with no errors.
    D [06/Dec/2013:14:31:56 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=691, file=20
    D [06/Dec/2013:14:31:56 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:56 +0100] [Client 14] Waiting for request.
    D [06/Dec/2013:14:31:56 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
    D [06/Dec/2013:14:31:58 +0100] [Client 14] GET /printers/Lexmark_Pro800Pro900_Series HTTP/1.1
    D [06/Dec/2013:14:31:58 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
    D [06/Dec/2013:14:31:58 +0100] [Client 14] No authentication data provided.
    D [06/Dec/2013:14:31:58 +0100] [CGI] argv[0] = "/usr/lib/cups/cgi-bin/printers.cgi"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[7] = "CUPS_STATEDIR=/run/cups"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[10] = "SERVER_ADMIN=root@AOD-255"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[11] = "SOFTWARE=CUPS/1.7.0"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[13] = "USER=root"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[14] = "CUPS_MAX_MESSAGE=2047"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[15] = "CUPS_SERVER=/run/cups/cups.sock"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[16] = "CUPS_ENCRYPTION=IfRequested"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[17] = "IPP_PORT=631"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[18] = "LANG=de_DE.UTF8"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[19] = "REDIRECT_STATUS=1"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[20] = "GATEWAY_INTERFACE=CGI/1.1"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[21] = "SERVER_NAME=localhost"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[22] = "SERVER_PORT=631"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[23] = "REMOTE_ADDR=[v1.::1]"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[24] = "REMOTE_HOST=localhost"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[25] = "SCRIPT_NAME=/printers/Lexmark_Pro800Pro900_Series"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[26] = "SCRIPT_FILENAME=/usr/share/cups/doc/printers/Lexmark_Pro800Pro900_Series"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[27] = "PATH_INFO=/Lexmark_Pro800Pro900_Series"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[28] = "SERVER_PROTOCOL=HTTP/1.1"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[29] = "HTTP_COOKIE=org.cups.sid=b2c78295dd021592201110e11d3493a3"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[30] = "HTTP_USER_AGENT=Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[31] = "HTTP_REFERER=http://localhost:631/printers/"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[32] = "REQUEST_METHOD=GET"
    D [06/Dec/2013:14:31:58 +0100] [CGI] envp[33] = "QUERY_STRING="
    D [06/Dec/2013:14:31:58 +0100] [CGI] Started /usr/lib/cups/cgi-bin/printers.cgi (PID 692)
    I [06/Dec/2013:14:31:58 +0100] [Client 14] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=692)
    D [06/Dec/2013:14:31:58 +0100] [Client 14] file=20
    D [06/Dec/2013:14:31:58 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:58 +0100] [CGI] org.cups.sid cookie is "b2c78295dd021592201110e11d3493a3"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetVariable: SECTION="printers"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetVariable: REFRESH_PAGE=""
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetVariable: PRINTER_NAME="Lexmark_Pro800Pro900_Series"
    D [06/Dec/2013:14:31:58 +0100] [Client 21] Accepted from localhost (Domain)
    D [06/Dec/2013:14:31:58 +0100] [Client 21] Waiting for request.
    D [06/Dec/2013:14:31:58 +0100] [Client 21] POST / HTTP/1.1
    D [06/Dec/2013:14:31:58 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Active clients"
    D [06/Dec/2013:14:31:58 +0100] [Client 21] No authentication data provided.
    D [06/Dec/2013:14:31:58 +0100] [Client 21] 2.0 CUPS-Get-Default 1
    D [06/Dec/2013:14:31:58 +0100] CUPS-Get-Default
    D [06/Dec/2013:14:31:58 +0100] [Client 21] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
    D [06/Dec/2013:14:31:58 +0100] [Client 21] Content-Length: 202
    D [06/Dec/2013:14:31:58 +0100] [Client 21] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=202, response=0xb83f3388(IPP_IDLE), pipe_pid=0, file=-1
    D [06/Dec/2013:14:31:58 +0100] [Client 21] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
    D [06/Dec/2013:14:31:58 +0100] [Client 21] bytes=0, http_state=0, data_remaining=0
    D [06/Dec/2013:14:31:58 +0100] [Client 21] Waiting for request.
    D [06/Dec/2013:14:31:58 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Active clients"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetVariable: DEFAULT_NAME="Lexmark_Pro800Pro900_Series"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetVariable: DEFAULT_URI="/printers/Lexmark_Pro800Pro900_Series"
    D [06/Dec/2013:14:31:58 +0100] [CGI] show_printer(http=0xb89f2578, printer="Lexmark_Pro800Pro900_Series")
    D [06/Dec/2013:14:31:58 +0100] [Client 21] POST / HTTP/1.1
    D [06/Dec/2013:14:31:58 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Active clients"
    D [06/Dec/2013:14:31:58 +0100] [Client 21] No authentication data provided.
    D [06/Dec/2013:14:31:58 +0100] [Client 21] 2.0 Get-Printer-Attributes 2
    D [06/Dec/2013:14:31:58 +0100] Get-Printer-Attributes ipp://localhost/printers/Lexmark_Pro800Pro900_Series
    D [06/Dec/2013:14:31:58 +0100] [Client 21] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost/printers/Lexmark_Pro800Pro900_Series) from localhost
    D [06/Dec/2013:14:31:58 +0100] [Client 21] Content-Length: 693
    D [06/Dec/2013:14:31:58 +0100] [Client 21] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=693, response=0xb83f3580(IPP_IDLE), pipe_pid=0, file=-1
    D [06/Dec/2013:14:31:58 +0100] [Client 21] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
    D [06/Dec/2013:14:31:58 +0100] [Client 21] bytes=0, http_state=0, data_remaining=0
    D [06/Dec/2013:14:31:58 +0100] [Client 21] Waiting for request.
    D [06/Dec/2013:14:31:58 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Active clients"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetVariable: SERVER_NAME="localhost"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetVariable: CUPS_VERSION="CUPS v1.7.0"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetVariable: SERVER_NAME="localhost"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetVariable: CUPS_VERSION="CUPS v1.7.0"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetArray: printer_is_accepting_jobs[0]="1"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetArray: printer_is_shared[0]="1"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetArray: printer_state[0]="3"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetArray: admin_uri[0]="/admin/"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetArray: printer_uri_supported[0]="/printers/Lexmark_Pro800Pro900_Series"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetArray: printer_name[0]="Lexmark_Pro800Pro900_Series"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetArray: printer_location[0]=""
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetArray: printer_info[0]="Lexmark_Pro800Pro900_Series"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetArray: job_sheets_default[0]="none, none"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetArray: device_uri[0]="lxhcp://002000A3422C"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetArray: color_supported[0]="1"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetArray: printer_make_and_model[0]="Lexmark Pro800-Pro900 Series, 1.0"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetArray: media_default[0]="na_letter_8.5x11in"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetArray: sides_supported[0]="one-sided, two-sided-long-edge, two-sided-short-edge"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetArray: sides_default[0]="one-sided"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetArray: printer_commands[0]="none"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetArray: server_is_sharing_printers[0]="0"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetVariable: TITLE="Lexmark_Pro800Pro900_Series"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetVariable: SERVER_NAME="localhost"
    D [06/Dec/2013:14:31:58 +0100] [CGI] cgiSetVariable: CUPS_VERSION="CUPS v1.7.0"
    D [06/Dec/2013:14:31:58 +0100] [Client 14] CGI data ready to be sent.
    D [06/Dec/2013:14:31:58 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, response=(nil)(), pipe_pid=692, file=20
    D [06/Dec/2013:14:31:58 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:58 +0100] Script header: Content-Type: text/html;charset=utf-8
    D [06/Dec/2013:14:31:58 +0100] Script header:
    D [06/Dec/2013:14:31:58 +0100] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=692, file=20
    D [06/Dec/2013:14:31:58 +0100] [Client 14] Waiting for CGI data.
    D [06/Dec/2013:14:31:58 +0100] [Client 14] CGI data

    zezke wrote:
    Hi, i've just installed Arch with LXDE on my netbook, but despite all my efforts, automount still doesn't work. What i've done so far:
    -installed pmount (didn't configure anything, because this isn't mentioned anywhere)
    -added myself to the hal group
    -put hal in the daemons (it boots in the background, but this shouldn't affect automounting).
    Anything i forgot?
    There were some reports to fix automounting you needed to change the PolicyKit file. Have you done that yet?
    Here's the link
    Last edited by Inxsible (2009-03-06 16:44:44)

  • Lirc doesn't work (Lifeview FlyVideo 98FM LR50) SOLVED

    Hi.  (Solution below).
    I've a problem with lirc. My card used to work with exactly the same configuration for years (first on Slack, then Ubuntu).
    That's what I've done (btw it's my first day with Arch, and I'm impressed):
    cp /usr/share/lirc/remotes/life-view/lircd.conf.flyvideo /etc/lircd.conf
    [root@greblushq greblus]# uname -r
    2.6.19-ARCH
    [root@greblushq greblus]# pacman -Q | grep lirc
    lirc 0.8.0.20061009-2
    lirc-utils 0.8.0.20061009-2
    i'm loading the bttv module this way:
    modprobe bttv card=56 radio=1 pll=1
    (I've added bttv lirc_dev lirc_gpio to the rc.conf MODULES  and lircd to DAEMONS, also options bttv card=56 radio=1 pll=1 went to /etc/modprobe.conf, but doing this manually should be the same)
    then
    modprobe lirc_dev
    modprobe lirc_gpio
    [root@greblushq greblus]# /etc/rc.d/lircd start
    :: Starting LIRC Daemon                                      [DONE]
    now, when i start irexec (as a normal user or root) and then  irw, it's starting, but irw doesn't show buttons i press and it's... not working.
    One thing that bothers me is the lack of lifevideo among the drivers supported by lircd (lircd --drivers=help).
    I was trying to recompile it with configure --with-driver=flyvideo and lirc builds fine, but I'm unable to build lirc-utils (no linux.h header). What's strange they're compiled --with-driver=all so flyvideo should be compiled-in.
    What should I do? Were there any changes I'm simply not aware of, or I'm doing something wrong?
    ---SOLVED---
    Finally I have it working.
    Something must have changed in the recent kernels. My card isn't automatically detected when loading bttv module (and never was), so I was loading the module as above, with card=56 modprobe option. It was working, but recently (2.6.19) mode2 -d /dev/lirc0 showed that there was nothing going on when buttons were pressed.
    I started fiddling with different card ids and with card=35 mode2 outputed some keycodes. That was it.
    All I had to do, was to generate a new lircd.conf using irrecord. Now it works even better than before (i can press buttons when the remote is in an arbitrary position).
    lspci says it's 01:0a.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11), the card is a flyvideo 98 with fm tuner.
    Now i've a perfectly working Arch installation (lirc was the last thing missing from my previous distro).
    Automatically generated lircd.conf file:
    begin remote
      name  flyvideo
      bits            8
      eps            30
      aeps          100
      one             0     0
      zero            0     0
      gap          199963
      toggle_bit      0
          begin codes
              1                        0x18
              2                        0x04
              3                        0x14
              4                        0x1C
              5                        0x02
              6                        0x12
              7                        0x1A
              8                        0x06
              9                        0x16
              0                        0x1E
              POWER                    0x00
              FULL_SCREEN              0x08
              CHAN_PLUS                0x09
              CHAN_MINUS               0x19
              SQUARE                   0x17
              MUTE                     0x1B
              MOUSE_MODE               0x10
              ENTER                    0x01
              DOWN                     0x13
              UP                       0x0E
              ESC                      0x0B
              RETURN                   0x03
              VOL_PLUS                 0x05
              VOL_MINUS                0x1D
              MENU                     0x0C
              RIGHT                    0x15
              INC                      0x0A
              DEC                      0x0D
          end codes
    end remote

    Did you try to build it directly from the source from the lirc site? or did you recompile it with abs? abs should normally not give any problem.
    I recommend srcpac to make updates easy.
    This is really neat .
    Here's what I've done:
    1. first, to be absolutely sure i've what i need I ran abs to get the build system files.
    2. installed srcpac, then added:
    conf_lirc=('#--with-driver=all#--with-driver=flyvideo#')
    conf_lircXutils=('#--with-driver=all#--with-driver=flyvideo#')
    to the srcpac.conf, srcpac -So shows that the substitutions are correct.
    srcpac -Sb lirc went fine, but lirc-utils failed:
    /var/abs/extra/system/lirc-utils/src/lirc/drivers/lirc_dev/lirc_dev.c:35:26: error: linux/config.h: No such file or directory
    make[5]: *** [/var/abs/extra/system/lirc-utils/src/lirc/drivers/lirc_dev/lirc_dev.o] Error 1
    I found on Google that linux/config.h should be replaced by linux/autoconf.h, after this change it builds, but still lircd --driver=help shows only the default driver (no flyvideo) and it doesn't work.

  • [SOLVED] External USB mouse doesn't work

    I've installed Arch on my laptop and today faced with a problem. When I boot with AC off my external USB mouse doesn't work. Also it looks like USB ports don't work. If I detached AC when working mouse works fine.
    I can suppose there is some problem with laptop mode. May be it turns off usb ports to save energy. Anyway quick search doesn't brings any results. If someone give me a hint how to solve this problem I'll be very grateful.
    Last edited by avli (2011-07-14 16:53:15)

    Well, after diving into configs solution has been founded. The point was to disable auto suspend feature in laptop-mode-tools config by setting BATT_SUSPEND_USB variable to 0 in /etc/laptop-mode/conf.d/usb-autosuspend.conf
    Hope this information will be helpful for users who probably faced with the same problem. Thank you!

  • [SOLVED] "early kms" doesn't work.

    Hi, first time poster. Arch is working the way I want it, so if this doesn't get solved its not a showstopper or anything. But I figure someone here will know whats wrong, so I'll ask.
    I finally decided to try setting up a splash screen. Plymouth wiki told me to get kms going early, and informed me that it defaults to later in the boot process.
    I edited /etc/mkinitcpio.conf (like the intel page on the wiki says), and I put:
    MODULES="intel_agp i915"
    Then I did mkinitcpio -p linux as root, and then mkinitcpio -p kernel26. When I reboot, I get the following:
    *ERROR* Cannot initialize the agpgart module.
    DRM: Fill_in_dev failed.
    Doesn't matter which kernel I boot. This causes xorg to fail to start, which causes me to revert the changes and reboot so that I can use XFCE.
    My system is a dell latitude E6400 with intel graphics. I installed grub2 instead of grub during net install. I'm not sure what other information will be helpful, but I'm sure that you will let me know.
    Last edited by priapism (2011-12-18 03:03:55)

    try adding agpgart to the MODULES= line .

  • TwoFingerScrolling doesn't work after update[SOLVED]

    Hello, after updating to the latest kernel on my Acer Aspire One twofingerscrolling doesn't work anymore.
    Here is my 11-x11-synaptics.fdi:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.product" contains="ETPS/2 Elantech Touchpad">
    <append key="info.capabilities" type="strlist">input.touchpad</append>
    </match>
    <match key="info.capabilities" contains="input.touchpad">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    <merge key="input.x11_options.TapButton1" type="string">1</merge>
    <merge key="input.x11_options.TapButton2" type="string">3</merge>
    <merge key="input.x11_options.TapButton3" type="string">2</merge>
    <!-- Arbitrary options can be passed to the driver using
    the input.x11_options property since xorg-server-1.5. -->
    <!-- EXAMPLES:
    Switch on shared memory, enables the driver to be configured at runtime
    <merge key="input.x11_options.SHMConfig" type="string">true</merge>
    Maximum movement of the finger for detecting a tap
    <merge key="input.x11_options.MaxTapMove" type="string">2000</merge>
    Enable vertical scrolling when dragging along the right edge
    <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
    Enable vertical scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
    Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
    If on, circular scrolling is used
    <merge key="input.x11_options.CircularScrolling" type="string">true</merge>
    For other possible options, check CONFIGURATION DETAILS in synaptics man page
    -->
    </match>
    </device>
    </deviceinfo>
    xorg.conf:
    Section "ServerFlags"
    Option "DontZap" "false"
    EndSection
    Section "Module"
    Load "dri2"
    EndSection
    Section "Device"
    Identifier "Videocard0"
    Driver "intel"
    Option "Clone" "true"
    Option "MonitorLayout" "LVDS,VGA"
    BusID "PCI:0:2:0"
    Option "MigrationHeuristic" "greedy"
    # Option "AccelMethod" "exa"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    This was working on the previous kernel...
    Thanks in advance:)
    Last edited by kaola_linux (2009-05-08 04:33:24)

    Sorry for a long reply since I was busy, it seems that after the update my 11-x11-synaptics.fdi was reverted to the one I've posted.  That is not complete, so I made the changes and looked on the post of ktt which he provided his 11-x11-synaptics.fdi which is this:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.capabilities" contains="input.touchpad">
    <match key="info.product" contains="Synaptics TouchPad">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    <merge key="input.x11_options.SHMConfig" type="string">true</merge>
    <merge key="input.x11_options.LeftEdge" type="string">1500</merge>
    <merge key="input.x11_options.RightEdge" type="string">5800</merge>
    <merge key="input.x11_options.TopEdge" type="string">1500</merge>
    <merge key="input.x11_options.BottomEdge" type="string">4500</merge>
    <merge key="input.x11_options.ClickFinger1" type="string">1</merge>
    <merge key="input.x11_options.ClickFinger2" type="string">3</merge>
    <merge key="input.x11_options.ClickFinger3" type="string">2</merge>
    <merge key="input.x11_options.HorizEdgeScroll" type="string">0</merge>
    <merge key="input.x11_options.VertEdgeScroll" type="string">0</merge>
    <merge key="input.x11_options.EmulateMidButtonTime" type="string">75</merge>
    <merge key="input.x11_options.EmulateTwoFingerMinZ" type="string">25</merge>
    <merge key="input.x11_options.EmulateTwoFingerMinW" type="string">6</merge>
    <merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge>
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">1</merge>
    <merge key="input.x11_options.HorizScrollDelta" type="string">100</merge>
    <merge key="input.x11_options.VertScrollDelta" type="string">100</merge>
    <merge key="input.x11_options.PressureMotionMinZ" type="string">10</merge>
    <merge key="input.x11_options.FingerLow" type="string">25</merge>
    <merge key="input.x11_options.FingerHigh" type="string">30</merge>
    <merge key="input.x11_options.FingerPress" type="string">256</merge>
    <merge key="input.x11_options.PalmDetect" type="string">0</merge>
    <merge key="input.x11_options.PalmMinWidth" type="string">10</merge>
    <merge key="input.x11_options.PalmMinZ" type="string">200</merge>
    <merge key="input.x11_options.MinSpeed" type="string">0.40</merge>
    <merge key="input.x11_options.MaxSpeed" type="string">0.60</merge>
    <merge key="input.x11_options.AccelFactor" type="string">0.0015</merge>
    <merge key="input.x11_options.MaxTapMove" type="string">220</merge>
    <merge key="input.x11_options.MaxTapTime" type="string">180</merge>
    <merge key="input.x11_options.MaxDoubleTapTime" type="string">200</merge>
    <merge key="input.x11_options.TapButton1" type="string">1</merge>
    <merge key="input.x11_options.TapButton2" type="string">2</merge>
    <merge key="input.x11_options.TapButton3" type="string">3</merge>
    <merge key="input.x11_options.RTCornerButton" type="string">2</merge>
    <merge key="input.x11_options.RBCornerButton" type="string">3</merge>
    <merge key="input.x11_options.LTCornerButton" type="string">0</merge>
    <merge key="input.x11_options.LBCornerButton" type="string">0</merge>
    <merge key="input.x11_options.CornerCoasting" type="string">true</merge>
    <merge key="input.x11_options.CoastingSpeed" type="string">0.50</merge>
    </match>
    <match key="info.product" contains="AlpsPS/2 ALPS">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    <match key="info.product" contains="appletouch">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    <match key="info.product" contains="bcm5974">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    </match>
    </device>
    </deviceinfo>
    This solved my problem..;)

Maybe you are looking for

  • Can you use VGA and DisplayPort at the same time.

    I have a T500 with the ATI graphics. I currently have it set up with only a VGA monitor. I am wanting to also get the DisplayPort to VGA adapter. Will I still be able to use both external monitors and my laptop monitor? If anyone has done this let me

  • What is the best way to safeguard my files and pictures before I send off my MacBook Pro to get fixed?

    What is the best way to safeguard my files and pictures before I send off my MacBook Pro to get fixed? I am running Mavericks and use an AirPort Time Machine to back-up all my files.

  • F-04 Withholding tax calculation

    Dear All, In Tcode F-04 (Transfer Posting with clearing) i am using Posting key "31" for Vendor Credit AMount. Here, I am not able to calculate automatic withholding tax amount Withholding tax data is already maintained in the vendor's master data. W

  • Date and time diffrence calculations

    Dear Experts, I have a doubt regarding the date and time diffrence calculation please help me out. This is regarding the report called u201CVehicle tracking systemu201D. The purpose of this report is to give the user information like how many vehicle

  • Url link in User Decision workflow step

    Hi Experts, I had created a workflow for "Employee transfer" process using SWDD tcode. I had a created a workflow step with type as "User Decision".I had included "Approve" & "Reject" decision options. Now i want to include URL link along with "Appro