[SOLVED][Apache]IfModule doesn't work

Hello
I have in httpd.conf:
Listen 80
<IfModule mod_ssl.c>
Listen 443
</IfModule>
<IfModule ssl_module>
Listen 442
</IfModule>
but:
netstat -lpntu | grep http
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 2047/httpd
Log startup:
[Fri Mar 16 13:30:23 2012] [debug] mod_so.c(246): loaded module ssl_module
Why IfModule doesn't work as expected? In accordance with: http://httpd.apache.org/docs/2.2/mod/core.html#ifmodule I can use module-file: mod_ssl.c or module-identifier: ssl_module.
What is wrong?
# apachectl -v
Server version: Apache/2.2.22 (Unix)
Server built: Feb 8 2012 10:29:48
On Debian it works:
$ netstat -lpntu | grep apache
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 25706/apache2
tcp 0 0 0.0.0.0:442 0.0.0.0:* LISTEN 25706/apache2
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 25706/apache2
$ apache2ctl -v
Server version: Apache/2.2.16 (Debian)
Server built: Feb 5 2012 21:01:59
Edit:
My stupid mistake. I used <IfModule mod_ssl.c> before I loaded module.
Last edited by dracorp (2012-03-17 18:09:47)

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)

Similar Messages

  • [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] Xmonad: trasparency doesn't work with compton intel

    Dear All,
    I am having a strange issue with Xmonad and I am not sure whether it is a problem of my Arch or Xmonad configuration. I decided to ask on Arch forum first, as my other computer running Arch has exactly the same Xmonad setup and it works fine. I would appreciate assistance from some Xmonad or Arch proficient users on this.
    Basically, I have this piece of code in my xmonad.hs:
    myLogHook :: Handle -> X ()
    , logHook = myLogHook dzenLeftBar >> fadeInactiveLogHook 0.8
    On the other computer this makes all the unfocused windowses slightly transparent. I find this feature very useful as it helps me focus on the window I am working with.
    For some reason this doesn't work on my laptop. My laptop is using xf86-video-intel since the lspci gave me
    %lspci | grep VGA
    00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 03)
    Also I am invoking compton-git from AUR but I have also tried with xcompmgr in my xinitrc and it gave exactly the same result - no transparency whatsoever.
    I looked through my log file, but couldn't find anything relevant (please let me know if you can think of anything). How do I proceed with this issue? Do I try different composite managers? Do I try different drivers? Is there anyhting in X setup that I should include? Please let me know if you have any ideas.
    Last edited by AlmostSurelyRob (2013-06-18 10:18:08)

    I am very sorry. I've just discovered that neither compton nor xcompmgr were installed. It's not only solved, it should be marked as [NOT RAISED]. I was migrating my configuration and overlooked some erm... details.

  • [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)

  • [Solved]Brightness control doesn`t work anymore

    Hi!
    I`ve made my 3rd update of Arch since installation, and... where previous two succeeded, the third one failed. It messed up my system
    The problem is, i cannot change brightness any more through my function keys (and since i`m using Openbox as my DE, i cannot change it at all ). The brightness now is so low that i can barely see what i am typing. And it is not only in my Arch, it also messed up Windows and everything else: grub, bootup screen where i can select bios properties - everything.  I ran xev and now i see that FN+Right/Left are not detected anymore as brightness keys. It says:
    FocusOut event, serial 32, synthetic NO, window 0x3200001,
    mode NotifyGrab, detail NotifyAncestor
    FocusIn event, serial 32, synthetic NO, window 0x3200001,
    mode NotifyUngrab, detail NotifyAncestor
    KeymapNotify event, serial 32, synthetic NO, window 0x0,
    keys: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    However, FN + Win + Right/Left are now detected as brightness control function keys
    KeyRelease event, serial 35, synthetic NO, window 0x3200001,
    root 0x13c, subw 0x0, time 521221, (348,-43), root:(1219,884),
    state 0x40, keycode 233 (keysym 0x1008ff02, XF86MonBrightnessUp), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False
    But pressing them doesn`t work either. I thought that it was xfce4-power-manager problem, but changing to gnome-power-manager didn`t help either.During the update pacman also upgraded kernel to latest version.
    Any ideas?
    P.S. My notebook is Acer Aspire 7720g with Nvidia 8600M GT. I tried solutions from this topic: http://bbs.archlinux.org/viewtopic.php?id=73889 but none worked for me... The problem is that the system is completely unusable at this point, since i barely see anything on the monitor, and that sucks
    Last edited by K0tuk (2009-06-27 08:02:56)

    I can't see what you did in Arch affecting your windows installation at all.  If you try to boot into windows and increase the brightness (since most laptops store the brightness level of the laptop as it was set, on battery, at least my 2 laptops do), does the new brightness level "stick" for all things?  If so, the only issue you have is to re-map the function keys properly, and to configure a script or something to increase/decrease lcd brightness.  You can make a simple script that echoes a value into your /proc/acpi/video/LCD/brightness file (the file path will vary, so it may be under UVGA or so).  If, however, it doesn't increase again, it may very well be a hardware issue, and not a software (since, as I said above, it's highly unlikely that an Arch update has affected Windows in any way).
    Last edited by lswest (2009-06-26 12:28:04)

  • [SOLVED] pm-suspend doesn't work since Linux 3.7.6-1

    Hi,
    I have 8 GB RAM and no swap partition and use thus pm-suspend, but since Linux 3.7.6-1-ARCH, it doesn't work properly anymore.
    Suspending works fine, but if I want to resume, my external monitor stays black (my laptop monitor is always deactivated by me, when I am working with an external monitor).
    Any ideas where this comes from?
    Regards
    Steffo
    Last edited by Steffo (2013-02-12 15:22:07)

    1. Check your journalctl logs for any errors
    2. Try and figure out if your machine is actually locked up, or if the backlight is just off. You could ssh in, or try tying commands blindly into a terminal (like reboot or something with a known result)
    3. Try Ctrl-Alt-Fx to switch away from your X session VT and then back again. This is what I have to do right now, as I also get a black screen on resume from suspend.
    4. Try 'systemctl suspend' instead of pm-suspend.
    Good luck!
    Scott

  • [solved] "sudo meld" doesn't work

    Hi there,
    recently I've installed "meld" for merging tasks. The problem: as a user meld works pretty fine but obviously doesn't save any changes to files that require root permission. Now I have tried to start meld with sudo, but this doesn't work:
    $ sudo meld
    Passwort:
    ** (process:9665): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
    ** (process:9665): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
    ** (process:9665): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
    No protocol specified
    /usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
      warnings.warn(str(e), _gtk.Warning)
    /usr/bin/meld:126: GtkWarning: IA__gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
      gtk.icon_theme_get_default().append_search_path(meld.paths.icon_dir())
    Traceback (most recent call last):
      File "/usr/bin/meld", line 126, in <module>
        gtk.icon_theme_get_default().append_search_path(meld.paths.icon_dir())
    AttributeError: 'NoneType' object has no attribute 'append_search_path'
    I must admit that i don't have an idea what that means
    So, any help would be appreciated
    Last edited by swordfish (2012-06-03 12:18:09)

    /dev/zero wrote:Something like gksudo may work?
    Seems you are right . I've installed gksu and now it seems to work - the GUI starts when I use "gksudo meld".
    Maybe gksu should become a dependency for meld?!
    Thanks a lot

  • SOLVED - English thesaurus doesn't work in OpenOffice Writer 3.2.1

    I'm using OpenOffice Writer v.3.2.1 in current Arch Linux.  To enable spell and grammar checking and for a thesaurus, it appears one has to install the appropriate extension(s).  I did that by going to Tools -> Extension Manager, selecting  Add, navigating to /usr/lib/openoffice/share/extension/install, picking the dictionary "dict-en.oxt" (file dated 6/1/10) and clicking Open.  That installed the "English spelling and hyphenation dictionaries and thesaurus 2010.03.16".  Spell-checking and hyphenation do indeed work and are supported through the Hunspell SpellChecker and Libhyphen Hyphenator, resp.
    However, with this extension, the thesaurus doesn't work.  In Tools>Language, the entry "Thesaurus" is greyed out and CTRL+F7 doesn't work.  In Tools>Options>Language Settings>Writing Aids, under "Available language modules" no thesaurus or grammar modules are listed.  When I press the "Edit" button in that dialog box, the categories Grammar and Thesaurus are there but no specific modules are listed for them.  No separate English thesaurus appears to be available at http://extensions.services.openoffice.org/en/dictionary .
    How can I get a decent thesaurus to work from within OOo Writer?
    EDIT: To be able to use the thesaurus requires installation of libmythes. Thanks to Robert Tucker for pointing out the fix.
    Last edited by RobF (2010-08-09 21:46:51)

    erdk wrote:Hmm, I've also have newest kernel with bumblebee, bbswitch and nvidia, but instead of normal versions I've installed dkms-* packages (dkms-bbswitch and dkms-nvidia) - so when new kernel arrives these modules are automatically rebuild to match new kernel. You should reinstall this two packages (bbswtich and nvidia) - they be build against new kernel and everything should be ok
    Yes, the dkms versions work fine with the new kernel
    Thanks!

  • [solved]vlc audio doesn't work for HD videos on spdif

    As said vlc doesn't work with HD videos, and now I tried to get it to work my normal videos have echo.
    I have spdif output and use alsa. Everything worked just few day back. It might be the update to KDE4.4.1, but I'm no sure.
    I'll give more ifo when I get it.
    Never mind I reset the vlc settings and everything works fine.
    Last edited by Primoz (2010-03-07 10:51:59)

    Wow...looks like I spent waaaaay too much time on this problem. The mute button on my IR remote wasn't working which is why I thought it couldn't be a mute problem, but it seems that is just an LIRC mapping problem. When I use the keyboard +, it un-muted. Now to fix LIRC...
    Thanks kid

  • [SOLVED] Device Notifier doesn't work in KDE 4.8.4

    Hi.
    I searched for this problem but can't find any solution that works for me.
    Have been using Arch since years, but never had this problem.
    I did a fresh install few days ago. I installed KDE, but only minimal packages to work. Everything seems work ok but Device Notifier doesn't work in any way. It doesn't detects USB nor CD/DVD, but system does and I can mount USB pendrive manually, for example, using pmount.
    Any help will be appreciated.
    Regards.
    Last edited by manc0ntr0 (2012-07-19 22:04:31)

    Whell, as I said in my message, whith --monitor command I have no response. I plugged in and out several times and 2 o 3 pendrives.
    Yes, I have dbus in my DAEMONS array in rc.conf:
    DAEMONS=(hwclock syslog-ng dbus cpufreq @network netfs @crond @alsa @cupsd)
    and seems it's working:
    # /etc/rc.d/dbus start
    :: Starting D-BUS system messagebus                                                                                                                                     [BUSY]
    Failed to start message bus: The pid file "/run/dbus/pid" exists, if the message bus is not running, remove this file             [FAIL] 
    [root@linux manc0ntr0]# /etc/rc.d/dbus restart
    :: Stopping D-BUS system messagebus                                                                                                                                     [DONE]
    :: Starting D-BUS system messagebus                                                                                                                                     [DONE
    My KDE starts trough /etc/inittab as is explained in wiki:
    x:5:respawn:/usr/bin/kdm -nodaemon
    As mann138 said, my system recognizes all pendrives but Device Notification doesn't.
    I can mount them and automount rule works perfect, but no notifications.
    Thanks

  • [SOLVED] CPU scaling doesn't work with the new kernel

    I just updated my kernel to 2.6.16.1-7, but now my CPU scaling doesn't work anymore.
    root@vanessa ~# modprobe cpufreq_userspace
    root@vanessa ~# modprobe speedstep_centrino
    FATAL: Error inserting speedstep_centrino (/lib/modules/2.6.16-ARCH/kernel/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.ko): Unknown symbol in module, or unknown parameter (see dmesg)
    and the last line of dmesg:
    speedstep_centrino: Unknown symbol acpi_processor_preregister_performance
    Any ideas? Looks like this is an error in the speedstep_centrino module.. bit. As far as I know I hadn't this error with the -6 kernel package..

    did you anything else except update your kernel version? because the problem isn't gone away here
    [cagnulein@cagnulein ~]$ sudo modprobe speedstep_centrino
    Password:
    FATAL: Error inserting speedstep_centrino (/lib/modules/2.6.16-ARCH/kernel/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.ko): No such device
    and powernowd
    [cagnulein@cagnulein ~]$ sudo /etc/rc.d/powernowd start
    :: Starting Powernowd [BUSY]
    powernowd: PowerNow Daemon v0.97, (c) 2003-2006 John Clemens
    powernowd: Found 1 scalable unit: -- 1 'CPU' per scalable unit
    /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq: No such file or directory
    PowerNowd encountered and error and could not start.
    Please make sure that:
    - You are running a v2.6.7 kernel or later
    - That you have sysfs mounted /sys
    - That you have the core cpufreq and cpufreq-userspace
    modules loaded into your kernel
    - That you have the cpufreq driver for your cpu loaded,
    (for example: powernow-k7), and that it works. Check
    'dmesg' for errors.
    If all of the above are true, and you still have problems,
    please email the author: [email protected]
    [FAIL]

  • [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.

  • [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 .

  • Installation/Config Problem. Apache plugin doesn't work...

    Env: WLS 5.10SP6, Apache 1.3.9, Mandrake 7 (Linux 2.2).
    WLS + Apache are installed in the same box. Following online doc.
    instructions.
    LoadModule weblogic_module modules/mod_wl.so
    AddModule mod_weblogic.c
    <IfModule mod_weblogic.c>
    WebLogicHost polk
    WebLogicPort 7001
    MatchExpression *.jsp
    Idempotent ON
    Debug ON
    DebugConfigInfo ON
    <Location /weblogic>
    SetHandler weblogic-handler
    PathTrim /weblogic
    </Location>
    </IfModule>
    When I start httpd, message "[Mon Dec 11 19:19:39 2000] [warn] Loaded DSO
    modules/mod_wl.so uses plain Apache 1.3 DSO, this module might crash under
    EAPI!" shows on console.
    if I put "AddModule mod_weblogic.c", Apache even could not show default html
    page.
    TIA.

    Try to use "apxs" to install mod_wl.so and mod_wl_ssl.so insteadof editing the httpd.conf directly.
    I don't use the pre-compile the apache1.3.9 for HPUX11.
    Is there a problem for you to compile on your own machine?
    The mod_wl.so is built and tested against apache1.3.12.
    When you compile it, you don't need to use -eapi option.
    mod_wl_ssl.so is built and tested in mod_ssl.
    It should also work under StrongHold and apache_ssl.
    raven_ssl for hpux11 is not currently supported.
    If this is highly on demand, we will support it in the future.
    Jong
    "Aaron Gilreath" <[email protected]> wrote:
    >
    I am getting the same error when using "mod_wl_ssl.so" from wls 5.1 sp7. I am using HP's compile of Apache 1.3.12.
    The BEA Platform compatibility doc implies that "mod_wl_ssl.so" is for SSL and/or EAPI. Is this true?
    What is the cause of this error message?
    "Tracy" <[email protected]> wrote:
    Env: WLS 5.10SP6, Apache 1.3.9, Mandrake 7 (Linux 2.2).
    WLS + Apache are installed in the same box. Following online doc.
    instructions.
    LoadModule weblogic_module modules/mod_wl.so
    AddModule mod_weblogic.c
    <IfModule mod_weblogic.c>
    WebLogicHost polk
    WebLogicPort 7001
    MatchExpression *.jsp
    Idempotent ON
    Debug ON
    DebugConfigInfo ON
    <Location /weblogic>
    SetHandler weblogic-handler
    PathTrim /weblogic
    </Location>
    </IfModule>
    When I start httpd, message "[Mon Dec 11 19:19:39 2000] [warn] Loaded DSO
    modules/mod_wl.so uses plain Apache 1.3 DSO, this module might crash under
    EAPI!" shows on console.
    if I put "AddModule mod_weblogic.c", Apache even could not show default html
    page.
    TIA.

  • [solved] precious suspend doesn't work anymore!!!

    hello forum,
    since two or three days (i think it has smth to do with the new 2.6.24.4-1 kernel upgrade) the s2disk and pm-hibernate command stopped to work.
    when i try to supend it starts to suspend, but then after  some seconds it returns to X. the kernel.log is full of such entries:
    firefox-bin   D c03850d4     0  4654   4071                                                                                                                                    │
    Ap│Apr  2 14:39:06  kernel: ed1501c0 00000086 00000246 c03850d4 00000c00 00000001 ee9d9208 00000202                                                                                                        │
    Ap│Apr  2 14:39:06  kernel: ed1501c0 c04a5080 00000001 c0127071 efa0d000 ec8b4ff0 ec8b5128 00000000                                                                                                        │
    Ap│Apr  2 14:39:06  kernel: ec89be68 ec89be70 ec89be70 00000001 00000000 ec89beb4 ec89beb4 c055d538                                                                                                        │
    Ap│Apr  2 14:39:06  kernel: Call Trace:                                                                                                                                                                    │
    Ap│Apr  2 14:39:06  kernel: [<c03850d4>] __mutex_lock_slowpath+0x234/0x2e0                                                                                                                                 │
    Ap│Apr  2 14:39:06  kernel: [<c0127071>] __wake_up_sync+0x41/0x80                                                                                                                                          │
    Ap│Apr  2 14:39:06  kernel: [<c01585fd>] refrigerator+0xad/0x100                                                                                                                                           │
    Ap│Apr  2 14:39:06  kernel: [<c013ca3d>] get_signal_to_deliver+0x39d/0x4c0                                                                                                                                 │
    Ap│Apr  2 14:39:06  kernel: [<c0128a70>] default_wake_function+0x0/0x10                                                                                                                                    │
    00│Apr  2 14:39:06  kernel: [<c0104816>] do_notify_resume+0xc6/0x730                                                                                                                                       │45
    Ap│Apr  2 14:39:06  kernel: [<c01441b0>] autoremove_wake_function+0x0/0x50                                                                                                                                 │
    Ap│Apr  2 14:39:06  kernel: [<c01520f8>] sys_futex+0x98/0x120                                                                                                                                              │
    Ap│Apr  2 14:39:06  kernel: [<c018996f>] sys_write+0x6f/0x80                                                                                                                                               │
    Ap│Apr  2 14:39:06  kernel: [<c01056ce>] work_notifysig+0x13/0x19                                                                                                                                          │
    Ap│Apr  2 14:39:06  kernel: =======================                                                                                                                                                        │
    Ap│Apr  2 14:39:06  kernel: firefox-bin   D c160c2d4     0  8549   4071                                                                                                                                    │
    Ap│Apr  2 14:39:06  kernel: ed1501c0 00000086 c0128642 c160c2d4 eebbba90 eebba038 c04a9280 00000001                                                                                                        │
    Ap│Apr  2 14:39:06  kernel: ed150000 c04a5080 00000000 00000000 00000000 eeab7540 eeab7678 00000000                                                                                                        │
    Ap│Apr  2 14:39:06  kernel: c39a3e68 c39a3e70 c39a3e70 00000001 00000000 c39a3eb4 c39a3eb4 c055e150                                                                                                        │
    Ap│Apr  2 14:39:06  kernel: Call Trace:                                                                                                                                                                    │
    Ap│Apr  2 14:39:06  kernel: [<c0128642>] try_to_wake_up+0x52/0x480                                                                                                                                         │
    Ap│Apr  2 14:39:06  kernel: [<c01585fd>] refrigerator+0xad/0x100                                                                                                                                           │
    Ap│Apr  2 14:39:06  kernel: [<c013ca3d>] get_signal_to_deliver+0x39d/0x4c0                                                                                                                                 │
    Ap│Apr  2 14:39:06  kernel: [<c0128a70>] default_wake_function+0x0/0x10                                                                                                                                    │ 
    Ap│Apr  2 14:39:06  kernel: [<c0104816>] do_notify_resume+0xc6/0x730                                                                                                                                       │
    Ap│Apr  2 14:39:06  kernel: [<c0187039>] filp_close+0x49/0x80                                                                                                                                              │
    Ap│Apr  2 14:39:06  kernel: [<c01520f8>] sys_futex+0x98/0x120                                                                                                                                              │
    Ap│Apr  2 14:39:06  kernel: [<c012a5cd>] finish_task_switch+0x1d/0xa0                                                                                                                                      │
    01│Apr  2 14:39:06  kernel: [<c01056ce>] work_notifysig+0x13/0x19                                                                                                                                          │45
    Ap│Apr  2 14:39:06  kernel: =======================                                                                                                                                                        │
    Ap│Apr  2 14:39:06  kernel: gconfd-2      D ef248d80     0  4121      1                                                                                                                                    │ 
    Ap│Apr  2 14:39:06  kernel: ed150000 00000086 00000008 ef248d80 00000008 082c35f0 00001000 ef4f6394                                                                                                        │
    Ap│Apr  2 14:39:06  kernel: eeaf5e00 c04a5080 c053be80 ef1dc000 00000000 eea96550 eea96688 00000000                                                                                                        │
    Ap│Apr  2 14:39:06  kernel: c023eb38 eea96550 eea96550 eea969d4 00000000 c013c2f6 00000000 00000005                                                                                                        │
    Ap│Apr  2 14:39:06  kernel: Call Trace:                                                                                                                                                                    │
    Ap│Apr  2 14:39:06  kernel: [<c023eb38>] elv_next_request+0xe8/0x1e0                                                                                                                                       │
    Ap│Apr  2 14:39:06  kernel: [<c013c2f6>] dequeue_signal+0x86/0x170                                                                                                                                         │ 
    Ap│Apr  2 14:39:06  kernel: [<c01585fd>] refrigerator+0xad/0x100                                                                                                                                           │
    Ap│Apr  2 14:39:06  kernel: [<c013ca3d>] get_signal_to_deliver+0x39d/0x4c0                                                                                                                                 │
    Ap│Apr  2 14:39:06  kernel: [<c0104816>] do_notify_resume+0xc6/0x730                                                                                                                                       │
    Ap│Apr  2 14:39:06  kernel: [<c02c83eb>] scsi_end_request+0xbb/0xe0                                                                                                                                        │ 
    Ap│Apr  2 14:39:06  kernel: [<c02c86f1>] scsi_io_completion+0xa1/0x3e0                                                                                                                                     │
    Ap│Apr  2 14:39:06  kernel: [<c023f9a2>] blk_done_softirq+0x62/0x70                                                                                                                                        │ 
    Ap│Apr  2 14:39:06  kernel: [<c013451a>] __do_softirq+0x8a/0x110                                                                                                                                           │
    Ap│Apr  2 14:39:06  kernel: [<c0149daa>] do_gettimeofday+0x3a/0x100                                                                                                                                        │
    Ap│Apr  2 14:39:06  kernel: [<c01056ce>] work_notifysig+0x13/0x19                                                                                                                                          │
    Ap│Apr  2 14:39:06  kernel: =======================
    for each application running.
    i've ran memtest for checking if ram is bad, but there are no errors...
    has anyone an idea what's going on?
    vlad
    ps: i've tried now a simple:
    root@nukular:/etc # echo disk > /sys/power/state
    bash: echo: write error: Device or resource busy
    starnge. it tries to suspend but after seconds it gets back to X, same as above.
    wtf???
    please help..
    pps: sorry, more information: i'm using kernel26 with uswsusp from AUR and/or pm-utils on arch32.
    Last edited by DonVla (2008-04-02 13:40:55)

    solved!
    it seems now that the lirc_sir module has to be unload manually. till the last upgrade it was sufficient to stop the lircd before suspending. however it works now!
    /me happy!
    vlad

Maybe you are looking for

  • Error While running a J2EE application on J2EE Engine.

    Hi Guys, I have a Ear file which I deployed successfully .Now in some jsp pages its throwing some exception. . I think its related to Sap parser Can any anyone Resolve this? Application error occurs during request processing.   Internal error while p

  • Need to track deleted records only in all infotypes

    Hi all, I want to track all the deleted records only from all infotypes. PCL4 stores all the changes records. But I want only the deleted records. Please suggest how to achieve it?

  • DACL in the Host Mode of Multi-Authentication with ISE

    Hi Folks, I'm wondering if the dACL can be applied per user in one port with the multi-authentication host mode. There are more than one users under one port with a hub, is it possible to apply each user a ACL by ISE so that they can gain different a

  • Mac OS X Lion THUMB USB

    Hello. I want to buy the Mac OS X Lion Thumb USB, from the Apple Store. Here's a silly question I would like to be answered: what comes with the Thumb USB? Apple Stickers? Printed information? Does it come properly packaged? Since I'm from Portugal,

  • How do I trim a clip not affecting the audio?

    Does anyone have an idea?