Shebang not recognized by perl

I am getting the following error from a perl script:
[hostname:~] username% ./hello_world.pl
tcsh: print: Command not found.
tcsh: Missing name for redirect.
But if I issue the command explicitly indicating perl there is no problem:
[hostname:~] username% /usr/bin/perl ./hello_world.pl
Hello World!
Of course the script permissions are 755 and looks like this:
[hostname:~] username% more hello_world.pl
#!/usr/bin/perl
print "Hello World!\n";
Why am I seeing this very stange behaviour?
iMac G5 Mac OS X (10.4.8)

The default shell for Tiger is bash. How come you are using tcsh? Of course, tcsh should work just as well, but perhaps whatever you did to switch your shell had side effects.
Or, perhaps tcsh just doesn't work. I found the following cryptic comment: However, many shells (such as tcsh) don't support dual-shebang - in other words, you can't have a shebang path that points to an executable that also uses shebang. Since ePerl is written in Perl, it is a shebang script as well.
This site is talking about ePerl, not Perl, but I think it is the cause of your problem. I'm not enough of a shell-scripter to be able to explain it. Just try bash instead.

Similar Messages

  • ASMCMD: perl.exe is not recognized as an internal

    Hi all,
    I installed 11g database with asm. I am unable to enter in to the asmcmd. it throws me the error "perl.exe is not recognized as an internal or external command, operable program or batch file".
    I have set Oracle home to c:\oracle\dbhome_1, oracle sid to +ASM
    my env: windows server 2008 r 2 installed with oracle 11.2.0.3 db with grid infrastructure(asm)
    thanks.

    931643 wrote:
    Hi all,
    I installed 11g database with asm. I am unable to enter in to the asmcmd. it throws me the error "perl.exe is not recognized as an internal or external command, operable program or batch file".
    I have set Oracle home to c:\oracle\dbhome_1, oracle sid to +ASM
    my env: windows server 2008 r 2 installed with oracle 11.2.0.3 db with grid infrastructure(asm)
    thanks.You need to set the ORACLE_HOME path to the Grid Infrastructure home path and not to the database home path.
    Oracle SID needs to be set as +ASM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • CUPS not recognizing Epson USB-Printer

    I'm trying to get an Epson Stylus Office Box BX300F to work with Arch x86_64.
    I have followed the CUPS wiki page closely and have installed everything it told me to.
    When i connected to http://localhost:631/admin and clicked 'add printer' the USB printer was not listed. dmesg however showed me that the printer is at least recognized to some extent:
    [ 2295.813154] usb 2-1: new high speed USB device number 6 using ehci_hcd
    [ 2295.951540] usblp0: USB Bidirectional printer dev 6 if 1 alt 0 proto 2 vid 0x04B8 pid 0x0848
    [ 2297.177498] usb 2-1: usbfs: interface 1 claimed by usblp while 'usb' sets config #1
    I tried blacklisting usblp, but then, after rebooting, it got not recognized at all, so i undid that.
    Then i found the printer in the openprint db (link), found the driver that is listed as working perfectly there in the AUR (link) and installed that package. But it doesn't seem to help at all, CUPS still doesn't list any USB printer. I've included the full section of /var/log/cups/error_log with loglevel=debug, hope it helps. Any suggestions on how i can get the printer working are greatly appreciated.
    cupsd restarted at 20:31:19 ; i refreshed http://localhost:631/admin at 20:31:24 ; and i clicked 'add printer' at 20:31:30
    I [05/Jul/2011:20:31:19 +0200] Listening to [v1.::1]:631 (IPv6)
    I [05/Jul/2011:20:31:19 +0200] Listening to 127.0.0.1:631 (IPv4)
    I [05/Jul/2011:20:31:19 +0200] Listening to /var/run/cups/cups.sock (Domain)
    I [05/Jul/2011:20:31:19 +0200] Remote access is disabled.
    D [05/Jul/2011:20:31:19 +0200] Added auto ServerAlias klapptop
    I [05/Jul/2011:20:31:19 +0200] Loaded configuration file "/etc/cups/cupsd.conf"
    I [05/Jul/2011:20:31:19 +0200] Using default TempDir of /var/spool/cups/tmp...
    I [05/Jul/2011:20:31:19 +0200] Configured for up to 100 clients.
    I [05/Jul/2011:20:31:19 +0200] Allowing up to 100 client connections per host.
    I [05/Jul/2011:20:31:19 +0200] Using policy "default" as the default!
    D [05/Jul/2011:20:31:19 +0200] load_ppd: Loading /var/cache/cups/Virtual_PDF_Printer.ipp4...
    D [05/Jul/2011:20:31:19 +0200] cupsdRegisterPrinter(p=0x7f8696d72660(Virtual_PDF_Printer))
    D [05/Jul/2011:20:31:19 +0200] cupsdMarkDirty(---p--)
    D [05/Jul/2011:20:31:19 +0200] cupsdSetBusyState: Dirty files
    I [05/Jul/2011:20:31:19 +0200] Partial reload complete.
    I [05/Jul/2011:20:31:19 +0200] Listening to [v1.::1]:631 on fd 3...
    I [05/Jul/2011:20:31:19 +0200] Listening to 127.0.0.1:631 on fd 6...
    I [05/Jul/2011:20:31:19 +0200] Listening to /var/run/cups/cups.sock on fd 7...
    I [05/Jul/2011:20:31:19 +0200] Resuming new connection processing...
    D [05/Jul/2011:20:31:19 +0200] cupsdRegisterPrinter(p=0x7f8696d72660(Virtual_PDF_Printer))
    D [05/Jul/2011:20:31:19 +0200] Discarding unused server-restarted event...
    D [05/Jul/2011:20:31:19 +0200] PID 1508 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [05/Jul/2011:20:31:20 +0200] Report: clients=0
    D [05/Jul/2011:20:31:20 +0200] Report: jobs=2
    D [05/Jul/2011:20:31:20 +0200] Report: jobs-active=0
    D [05/Jul/2011:20:31:20 +0200] Report: printers=1
    D [05/Jul/2011:20:31:20 +0200] Report: printers-implicit=0
    D [05/Jul/2011:20:31:20 +0200] Report: stringpool-string-count=859
    D [05/Jul/2011:20:31:20 +0200] Report: stringpool-alloc-bytes=9192
    D [05/Jul/2011:20:31:20 +0200] Report: stringpool-total-bytes=17984
    D [05/Jul/2011:20:31:24 +0200] cupsdAcceptClient: 11 from localhost:631 (IPv6)
    D [05/Jul/2011:20:31:24 +0200] cupsdReadClient: 11 GET /admin/?OP=redirect HTTP/1.1
    D [05/Jul/2011:20:31:24 +0200] cupsdSetBusyState: Active clients and dirty files
    D [05/Jul/2011:20:31:24 +0200] cupsdAuthorize: Authorized as root using Basic
    D [05/Jul/2011:20:31:24 +0200] [CGI] argv[0] = "/usr/lib/cups/cgi-bin/admin.cgi"
    D [05/Jul/2011:20:31:24 +0200] [CGI] argv[1] = "OP=redirect"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[10] = "SERVER_ADMIN=root@klapptop"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[11] = "SOFTWARE=CUPS/1.4.7"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[13] = "USER=root"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[16] = "IPP_PORT=631"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[17] = "AUTH_TYPE=Basic"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[18] = "LANG=de.UTF8"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[19] = "REDIRECT_STATUS=1"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[20] = "GATEWAY_INTERFACE=CGI/1.1"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[21] = "SERVER_NAME=localhost"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[22] = "SERVER_PORT=631"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[23] = "REMOTE_ADDR=[v1.::1]"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[24] = "REMOTE_HOST=localhost"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[25] = "SCRIPT_NAME=/admin/"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[26] = "SCRIPT_FILENAME=/usr/share/cups/doc/admin/"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[27] = "REMOTE_USER=root"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[28] = "SERVER_PROTOCOL=HTTP/1.1"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[29] = "HTTP_COOKIE=org.cups.sid=8ecaff0f260930f93ef5e9dff799b7c7"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[30] = "HTTP_USER_AGENT=Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[31] = "REQUEST_METHOD=GET"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[32] = "QUERY_STRING=OP=redirect"
    D [05/Jul/2011:20:31:24 +0200] [CGI] Started /usr/lib/cups/cgi-bin/admin.cgi (PID 1509)
    I [05/Jul/2011:20:31:24 +0200] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1509)
    D [05/Jul/2011:20:31:24 +0200] cupsdSendCommand: 11 file=12
    D [05/Jul/2011:20:31:24 +0200] [CGI] admin.cgi started...
    D [05/Jul/2011:20:31:24 +0200] cupsdAcceptClient: 13 from localhost (Domain)
    D [05/Jul/2011:20:31:24 +0200] [CGI] http=0x7f1f946405c0
    D [05/Jul/2011:20:31:24 +0200] [CGI] org.cups.sid cookie is "8ecaff0f260930f93ef5e9dff799b7c7"
    D [05/Jul/2011:20:31:24 +0200] [CGI] redirecting with prefix http://localhost:631!
    D [05/Jul/2011:20:31:24 +0200] cupsdReadClient: 13 WAITING Closing on EOF
    D [05/Jul/2011:20:31:24 +0200] cupsdCloseClient: 13
    D [05/Jul/2011:20:31:24 +0200] Script header: Location: http://localhost:631/admin
    D [05/Jul/2011:20:31:24 +0200] Script header:
    D [05/Jul/2011:20:31:24 +0200] cupsdSetBusyState: Dirty files
    D [05/Jul/2011:20:31:24 +0200] PID 1509 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [05/Jul/2011:20:31:24 +0200] cupsdReadClient: 11 GET /admin HTTP/1.1
    D [05/Jul/2011:20:31:24 +0200] cupsdSetBusyState: Active clients and dirty files
    D [05/Jul/2011:20:31:24 +0200] cupsdAuthorize: No authentication data provided.
    D [05/Jul/2011:20:31:24 +0200] [CGI] argv[0] = "/usr/lib/cups/cgi-bin/admin.cgi"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[10] = "SERVER_ADMIN=root@klapptop"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[11] = "SOFTWARE=CUPS/1.4.7"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[13] = "USER=root"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[16] = "IPP_PORT=631"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[17] = "LANG=de.UTF8"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[18] = "REDIRECT_STATUS=1"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[19] = "GATEWAY_INTERFACE=CGI/1.1"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[20] = "SERVER_NAME=localhost"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[21] = "SERVER_PORT=631"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[22] = "REMOTE_ADDR=[v1.::1]"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[23] = "REMOTE_HOST=localhost"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[24] = "SCRIPT_NAME=/admin"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[25] = "SCRIPT_FILENAME=/usr/share/cups/doc/admin"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[26] = "SERVER_PROTOCOL=HTTP/1.1"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[27] = "HTTP_COOKIE=org.cups.sid=8ecaff0f260930f93ef5e9dff799b7c7"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[28] = "HTTP_USER_AGENT=Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[29] = "REQUEST_METHOD=GET"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[30] = "QUERY_STRING="
    D [05/Jul/2011:20:31:24 +0200] [CGI] Started /usr/lib/cups/cgi-bin/admin.cgi (PID 1510)
    I [05/Jul/2011:20:31:24 +0200] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1510)
    D [05/Jul/2011:20:31:24 +0200] cupsdSendCommand: 11 file=12
    D [05/Jul/2011:20:31:24 +0200] [CGI] admin.cgi started...
    D [05/Jul/2011:20:31:24 +0200] cupsdAcceptClient: 13 from localhost (Domain)
    D [05/Jul/2011:20:31:24 +0200] [CGI] http=0x7f7248b935c0
    D [05/Jul/2011:20:31:24 +0200] [CGI] org.cups.sid cookie is "8ecaff0f260930f93ef5e9dff799b7c7"
    D [05/Jul/2011:20:31:24 +0200] [CGI] No form data, showing main menu...
    D [05/Jul/2011:20:31:24 +0200] [CGI] /usr/share/cups/drivers/pscript5.dll: No such file or directory
    D [05/Jul/2011:20:31:24 +0200] cupsdReadClient: 13 POST / HTTP/1.1
    D [05/Jul/2011:20:31:24 +0200] cupsdAuthorize: No authentication data provided.
    D [05/Jul/2011:20:31:24 +0200] cupsdReadClient: 13 1.1 Get-Subscriptions 1
    D [05/Jul/2011:20:31:24 +0200] Get-Subscriptions ipp://localhost/
    D [05/Jul/2011:20:31:24 +0200] Returning IPP successful-ok for Get-Subscriptions (ipp://localhost/) from localhost
    D [05/Jul/2011:20:31:24 +0200] Script header: Content-Type: text/html;charset=utf-8
    D [05/Jul/2011:20:31:24 +0200] Script header:
    D [05/Jul/2011:20:31:24 +0200] cupsdReadClient: 13 WAITING Closing on EOF
    D [05/Jul/2011:20:31:24 +0200] cupsdCloseClient: 13
    D [05/Jul/2011:20:31:24 +0200] cupsdSetBusyState: Dirty files
    D [05/Jul/2011:20:31:24 +0200] PID 1510 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] cupsdReadClient: 11 POST /admin/ HTTP/1.1
    D [05/Jul/2011:20:31:30 +0200] cupsdSetBusyState: Active clients and dirty files
    D [05/Jul/2011:20:31:30 +0200] cupsdAuthorize: Authorized as root using Basic
    D [05/Jul/2011:20:31:30 +0200] [CGI] argv[0] = "/usr/lib/cups/cgi-bin/admin.cgi"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[10] = "SERVER_ADMIN=root@klapptop"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[11] = "SOFTWARE=CUPS/1.4.7"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[13] = "USER=root"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[16] = "IPP_PORT=631"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[17] = "AUTH_TYPE=Basic"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[18] = "LANG=de.UTF8"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[19] = "REDIRECT_STATUS=1"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[20] = "GATEWAY_INTERFACE=CGI/1.1"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[21] = "SERVER_NAME=localhost"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[22] = "SERVER_PORT=631"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[23] = "REMOTE_ADDR=[v1.::1]"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[24] = "REMOTE_HOST=localhost"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[25] = "SCRIPT_NAME=/admin/"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[26] = "SCRIPT_FILENAME=/usr/share/cups/doc/admin/"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[27] = "REMOTE_USER=root"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[28] = "SERVER_PROTOCOL=HTTP/1.1"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[29] = "HTTP_COOKIE=org.cups.sid=8ecaff0f260930f93ef5e9dff799b7c7"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[30] = "HTTP_USER_AGENT=Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[31] = "HTTP_REFERER=http://localhost:631/admin"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[32] = "REQUEST_METHOD=POST"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[33] = "CONTENT_LENGTH=60"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[34] = "CONTENT_TYPE=application/x-www-form-urlencoded"
    D [05/Jul/2011:20:31:30 +0200] [CGI] Started /usr/lib/cups/cgi-bin/admin.cgi (PID 1511)
    I [05/Jul/2011:20:31:30 +0200] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1511)
    D [05/Jul/2011:20:31:30 +0200] cupsdSendCommand: 11 file=13
    D [05/Jul/2011:20:31:30 +0200] [CGI] admin.cgi started...
    D [05/Jul/2011:20:31:30 +0200] cupsdAcceptClient: 14 from localhost (Domain)
    D [05/Jul/2011:20:31:30 +0200] [CGI] http=0x7f2a6b99e5c0
    D [05/Jul/2011:20:31:30 +0200] [CGI] org.cups.sid cookie is "8ecaff0f260930f93ef5e9dff799b7c7"
    D [05/Jul/2011:20:31:30 +0200] [CGI] op="add-printer"...
    D [05/Jul/2011:20:31:30 +0200] [CGI] do_am_printer: DEVICE_URI="(null)"
    D [05/Jul/2011:20:31:30 +0200] [CGI] Getting list of devices...
    D [05/Jul/2011:20:31:30 +0200] cupsdReadClient: 14 POST / HTTP/1.1
    D [05/Jul/2011:20:31:30 +0200] cupsdAuthorize: No authentication data provided.
    D [05/Jul/2011:20:31:30 +0200] cupsdReadClient: 14 1.1 CUPS-Get-Devices 1
    D [05/Jul/2011:20:31:30 +0200] CUPS-Get-Devices
    D [05/Jul/2011:20:31:30 +0200] cupsdIsAuthorized: username=""
    D [05/Jul/2011:20:31:30 +0200] Returning HTTP Unauthorized for CUPS-Get-Devices (no URI) from localhost
    D [05/Jul/2011:20:31:30 +0200] cupsdSendHeader: 14 WWW-Authenticate: Basic realm="CUPS", trc="y"
    D [05/Jul/2011:20:31:30 +0200] cupsdReadClient: 14 WAITING Closing on EOF
    D [05/Jul/2011:20:31:30 +0200] cupsdCloseClient: 14
    D [05/Jul/2011:20:31:30 +0200] cupsdAcceptClient: 14 from localhost (Domain)
    D [05/Jul/2011:20:31:30 +0200] cupsdReadClient: 14 WAITING Closing on EOF
    D [05/Jul/2011:20:31:30 +0200] cupsdCloseClient: 14
    D [05/Jul/2011:20:31:30 +0200] cupsdAcceptClient: 14 from localhost (Domain)
    D [05/Jul/2011:20:31:30 +0200] cupsdReadClient: 14 POST / HTTP/1.1
    D [05/Jul/2011:20:31:30 +0200] cupsdAuthorize: Authorized as root using Local
    D [05/Jul/2011:20:31:30 +0200] cupsdReadClient: 14 1.1 CUPS-Get-Devices 1
    D [05/Jul/2011:20:31:30 +0200] CUPS-Get-Devices
    D [05/Jul/2011:20:31:30 +0200] cupsdIsAuthorized: username="root"
    D [05/Jul/2011:20:31:30 +0200] [CGI] argv[0] = "/usr/lib/cups/daemon/cups-deviced"
    D [05/Jul/2011:20:31:30 +0200] [CGI] argv[1] = "1"
    D [05/Jul/2011:20:31:30 +0200] [CGI] argv[2] = "0"
    D [05/Jul/2011:20:31:30 +0200] [CGI] argv[3] = "5"
    D [05/Jul/2011:20:31:30 +0200] [CGI] argv[4] = "2"
    D [05/Jul/2011:20:31:30 +0200] [CGI] argv[5] = "requested-attributes=all"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[10] = "SERVER_ADMIN=root@klapptop"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[11] = "SOFTWARE=CUPS/1.4.7"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[13] = "USER=root"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[16] = "IPP_PORT=631"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[17] = "AUTH_TYPE=Local"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[18] = "LANG=de.UTF8"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[19] = "REDIRECT_STATUS=1"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[20] = "GATEWAY_INTERFACE=CGI/1.1"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[21] = "SERVER_NAME=localhost"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[22] = "SERVER_PORT=631"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[23] = "REMOTE_ADDR="
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[24] = "REMOTE_HOST=localhost"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[25] = "SCRIPT_NAME=/"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[26] = "SCRIPT_FILENAME=/usr/share/cups/doc/"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[27] = "REMOTE_USER=root"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[28] = "SERVER_PROTOCOL=HTTP/1.1"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[29] = "HTTP_USER_AGENT=CUPS/1.4.7"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[30] = "REQUEST_METHOD=POST"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[31] = "CONTENT_LENGTH=88"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[32] = "CONTENT_TYPE=application/ipp"
    D [05/Jul/2011:20:31:30 +0200] [CGI] Started /usr/lib/cups/daemon/cups-deviced (PID 1512)
    I [05/Jul/2011:20:31:30 +0200] Started "/usr/lib/cups/daemon/cups-deviced" (pid=1512)
    D [05/Jul/2011:20:31:30 +0200] cupsdSendCommand: 14 file=15
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/http (PID 1513)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/socket (PID 1514)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/snmp (PID 1515)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/mdns (PID 1516)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/usb (PID 1517)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/smb (PID 1518)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/lpd (PID 1519)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/beh (PID 1520)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/dnssd (PID 1521)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/scsi (PID 1522)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/serial (PID 1523)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/cups-pdf (PID 1524)
    D [05/Jul/2011:20:31:30 +0200] [CGI] list_devices
    D [05/Jul/2011:20:31:30 +0200] [CGI] usb_find_busses=6
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/parallel (PID 1525)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/bluetooth (PID 1526)
    D [05/Jul/2011:20:31:30 +0200] [CGI] perl: warning: Setting locale failed.
    D [05/Jul/2011:20:31:30 +0200] [CGI] perl: warning: Please check that your locale settings:
    D [05/Jul/2011:20:31:30 +0200] [CGI] LANGUAGE = (unset),
    D [05/Jul/2011:20:31:30 +0200] [CGI] LC_ALL = (unset),
    D [05/Jul/2011:20:31:30 +0200] [CGI] LANG = "de.UTF8"
    D [05/Jul/2011:20:31:30 +0200] [CGI] are supported and installed on your system.
    D [05/Jul/2011:20:31:30 +0200] [CGI] perl: warning: Falling back to the standard locale ("C").
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/ipp (PID 1527)
    D [05/Jul/2011:20:31:30 +0200] Script header: Content-Type: application/ipp
    D [05/Jul/2011:20:31:30 +0200] Script header:
    D [05/Jul/2011:20:31:30 +0200] [CGI] Flushed attributes...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Found device "http"...
    D [05/Jul/2011:20:31:30 +0200] [CGI] Flushed attributes...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Found device "socket"...
    D [05/Jul/2011:20:31:30 +0200] [CGI] Flushed attributes...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Found device "smb"...
    D [05/Jul/2011:20:31:30 +0200] [CGI] Flushed attributes...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Found device "beh"...
    D [05/Jul/2011:20:31:30 +0200] [CGI] Flushed attributes...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Found device "cups-pdf:/"...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1514 (socket) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1516 (mdns) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1518 (smb) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1520 (beh) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1524 (cups-pdf) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [CGI] Flushed attributes...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Found device "lpd"...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1513 (http) exited with no errors.
    E [05/Jul/2011:20:31:30 +0200] [CGI] Unable to create avahi client: Resource temporarily unavailable
    E [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1521 (dnssd) stopped with status 1!
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1525 (parallel) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1522 (scsi) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [CGI] Flushed attributes...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Found device "scsi"...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1526 (bluetooth) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1519 (lpd) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [CGI] Flushed attributes...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Found device "ipp"...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1527 (ipp) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1523 (serial) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [CGI] usb_find_devices=9
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1517 (usb) exited with no errors.
    D [05/Jul/2011:20:31:32 +0200] [cups-deviced] PID 1515 (snmp) exited with no errors.
    D [05/Jul/2011:20:31:32 +0200] PID 1512 (/usr/lib/cups/daemon/cups-deviced) exited with no errors.
    D [05/Jul/2011:20:31:32 +0200] [CGI] Got device list!
    D [05/Jul/2011:20:31:32 +0200] cupsdReadClient: 14 WAITING Closing on EOF
    D [05/Jul/2011:20:31:32 +0200] cupsdCloseClient: 14
    D [05/Jul/2011:20:31:32 +0200] PID 1511 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [05/Jul/2011:20:31:32 +0200] Script header: Content-Type: text/html;charset=utf-8
    D [05/Jul/2011:20:31:32 +0200] Script header:
    D [05/Jul/2011:20:31:32 +0200] cupsdSetBusyState: Dirty files
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    I [05/Jul/2011:20:31:50 +0200] Generating printcap /etc/printcap...
    D [05/Jul/2011:20:31:50 +0200] cupsdSetBusyState: Not busy
    D [05/Jul/2011:20:32:02 +0200] cupsdReadClient: 11 WAITING Closing on EOF
    D [05/Jul/2011:20:32:02 +0200] cupsdCloseClient: 11

    I have gotten around to give this printer another try and when i connected it and read through /var/log/cups/error_log i noticed 2 lines close to the end that seem to be the problem:
    D [24/Aug/2011:12:42:23 +0200] [CGI] libusb couldn't open USB device /dev/bus/usb/002/006: Permission denied.
    D [24/Aug/2011:12:42:23 +0200] [CGI] libusb requires write access to USB device nodes.
    i checked the permissions, but they seem to be allright:
    $ ls -l /dev/bus/usb/002/006
    crw-rw-r--+ 1 root scanner 189, 133 24. Aug 12:42 /dev/bus/usb/002/006
    $ id
    ...,7(lp),10(wheel),96(scanner),97(camera)
    here is the complete part of error_log from connecting the printer:
    D [24/Aug/2011:12:42:23 +0200] cupsdAcceptClient: 12 from localhost (Domain)
    D [24/Aug/2011:12:42:23 +0200] Report: clients=1
    D [24/Aug/2011:12:42:23 +0200] Report: jobs=2
    D [24/Aug/2011:12:42:23 +0200] Report: jobs-active=0
    D [24/Aug/2011:12:42:23 +0200] Report: printers=1
    D [24/Aug/2011:12:42:23 +0200] Report: printers-implicit=0
    D [24/Aug/2011:12:42:23 +0200] Report: stringpool-string-count=859
    D [24/Aug/2011:12:42:23 +0200] Report: stringpool-alloc-bytes=9192
    D [24/Aug/2011:12:42:23 +0200] Report: stringpool-total-bytes=17984
    D [24/Aug/2011:12:42:23 +0200] cupsdReadClient: 12 POST / HTTP/1.1
    D [24/Aug/2011:12:42:23 +0200] cupsdSetBusyState: Active clients
    D [24/Aug/2011:12:42:23 +0200] cupsdAuthorize: No authentication data provided.
    D [24/Aug/2011:12:42:23 +0200] cupsdReadClient: 12 1.1 CUPS-Get-Devices 1
    D [24/Aug/2011:12:42:23 +0200] CUPS-Get-Devices
    D [24/Aug/2011:12:42:23 +0200] cupsdIsAuthorized: username=""
    D [24/Aug/2011:12:42:23 +0200] Returning HTTP Unauthorized for CUPS-Get-Devices (no URI) from localhost
    D [24/Aug/2011:12:42:23 +0200] cupsdSendHeader: 12 WWW-Authenticate: Basic realm="CUPS", trc="y"
    D [24/Aug/2011:12:42:23 +0200] cupsdReadClient: 12 WAITING Closing on EOF
    D [24/Aug/2011:12:42:23 +0200] cupsdCloseClient: 12
    D [24/Aug/2011:12:42:23 +0200] cupsdSetBusyState: Not busy
    D [24/Aug/2011:12:42:23 +0200] cupsdAcceptClient: 12 from localhost (Domain)
    D [24/Aug/2011:12:42:23 +0200] cupsdReadClient: 12 WAITING Closing on EOF
    D [24/Aug/2011:12:42:23 +0200] cupsdCloseClient: 12
    D [24/Aug/2011:12:42:23 +0200] cupsdAcceptClient: 12 from localhost (Domain)
    D [24/Aug/2011:12:42:23 +0200] cupsdReadClient: 12 POST / HTTP/1.1
    D [24/Aug/2011:12:42:23 +0200] cupsdSetBusyState: Active clients
    D [24/Aug/2011:12:42:23 +0200] cupsdAuthorize: Authorized as root using PeerCred
    D [24/Aug/2011:12:42:23 +0200] cupsdReadClient: 12 1.1 CUPS-Get-Devices 1
    D [24/Aug/2011:12:42:23 +0200] CUPS-Get-Devices
    D [24/Aug/2011:12:42:23 +0200] cupsdIsAuthorized: username="root"
    D [24/Aug/2011:12:42:23 +0200] [CGI] argv[0] = "/usr/lib/cups/daemon/cups-deviced"
    D [24/Aug/2011:12:42:23 +0200] [CGI] argv[1] = "1"
    D [24/Aug/2011:12:42:23 +0200] [CGI] argv[2] = "0"
    D [24/Aug/2011:12:42:23 +0200] [CGI] argv[3] = "2"
    D [24/Aug/2011:12:42:23 +0200] [CGI] argv[4] = "2"
    D [24/Aug/2011:12:42:23 +0200] [CGI] argv[5] = "requested-attributes=all exclude-schemes='beh','cups-pdf','bluetooth','dnssd','http','https','ipp','lpd','ncp','parallel','scsi','smb','snmp','socket'"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[10] = "SERVER_ADMIN=root@klapptop"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[11] = "SOFTWARE=CUPS/1.4.8"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[13] = "USER=root"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[16] = "IPP_PORT=631"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[17] = "AUTH_TYPE=PeerCred"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[18] = "LANG=en_US.UTF8"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[19] = "REDIRECT_STATUS=1"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[20] = "GATEWAY_INTERFACE=CGI/1.1"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[21] = "SERVER_NAME=localhost"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[22] = "SERVER_PORT=631"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[23] = "REMOTE_ADDR="
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[24] = "REMOTE_HOST=localhost"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[25] = "SCRIPT_NAME=/"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[26] = "SCRIPT_FILENAME=/usr/share/cups/doc/"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[27] = "REMOTE_USER=root"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[28] = "SERVER_PROTOCOL=HTTP/1.1"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[29] = "HTTP_USER_AGENT=CUPS/1.4.8"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[30] = "REQUEST_METHOD=POST"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[31] = "CONTENT_LENGTH=244"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[32] = "CONTENT_TYPE=application/ipp"
    D [24/Aug/2011:12:42:23 +0200] [CGI] Started /usr/lib/cups/daemon/cups-deviced (PID 1501)
    I [24/Aug/2011:12:42:23 +0200] Started "/usr/lib/cups/daemon/cups-deviced" (pid=1501)
    D [24/Aug/2011:12:42:23 +0200] cupsdSendCommand: 12 file=14
    D [24/Aug/2011:12:42:23 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/mdns (PID 1502)
    D [24/Aug/2011:12:42:23 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/usb (PID 1503)
    D [24/Aug/2011:12:42:23 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/serial (PID 1504)
    D [24/Aug/2011:12:42:23 +0200] [CGI] list_devices
    D [24/Aug/2011:12:42:23 +0200] [CGI] usb_find_busses=6
    D [24/Aug/2011:12:42:23 +0200] [cups-deviced] PID 1504 (serial) exited with no errors.
    D [24/Aug/2011:12:42:23 +0200] [cups-deviced] PID 1502 (mdns) exited with no errors.
    D [24/Aug/2011:12:42:23 +0200] [CGI] usb_find_devices=9
    D [24/Aug/2011:12:42:23 +0200] [CGI] libusb couldn't open USB device /dev/bus/usb/002/006: Permission denied.
    D [24/Aug/2011:12:42:23 +0200] [CGI] libusb requires write access to USB device nodes.
    D [24/Aug/2011:12:42:23 +0200] [cups-deviced] PID 1503 (usb) exited with no errors.
    D [24/Aug/2011:12:42:23 +0200] PID 1501 (/usr/lib/cups/daemon/cups-deviced) exited with no errors.
    D [24/Aug/2011:12:42:23 +0200] Script header: Content-Type: application/ipp
    D [24/Aug/2011:12:42:23 +0200] Script header:
    D [24/Aug/2011:12:42:23 +0200] cupsdSetBusyState: Not busy
    D [24/Aug/2011:12:42:23 +0200] cupsdReadClient: 12 WAITING Closing on EOF
    D [24/Aug/2011:12:42:23 +0200] cupsdCloseClient: 12
    i found a related thread ( https://bbs.archlinux.org/viewtopic.php?id=110477 ) but that deals with digital cameras, so it doesn't really help me. Other forum threads i found about libusb permission errors were mostly people that forgot to add themselves to lp and the like. Does anyone know why i get the permission errors and how i can fix it? Any help is greatly appreciated!

  • IPhone not recognized by most computers

    Hi,
    My problem:
    iPhone 4 32GB is not recognized at all by the computer. A popup shows up: Unknown Device.
    Tried:
    - replacing the dock connector
    - completely restoring the device
    - putting it in DFU mode
    - PC ánd Mac
    - different cables
    - latest updates of iTunes
    - Apple help guides
    Extra info:
    - I've found two computers (Windows) where the iPhone was flawlessly recognized (both before and after replacing that connector).
    - It's not fake.
    - Problem occured during 5.0, 5.0.1, 5.1 (don't know if it did when running 4.x, but I assume it did)
    - iPhone worked perfectly for its previous owner (she used it in Holland), but when I bought it, the problem occured at my pc (I use it in Belgium).
    - iPhone is completely simlock free and not jailbroken.
    - other iPhones can connect with the same computers.
    Could this be an iPhone-hardwareproblem? I'm really stuck here.
    Thank you for your help!

    The problem persists.
    I plugged it into my sister's Macbook Pro, popped right up, so I figured I'd run a "restore" thinking it'd clean out the cobwebs. Turns out that was a terrible idea because now I not only have a phone that I can't put anything onto, but it's empty as well: No music, no videos, no photos, no contacts.
    I completely uninstalled iTunes and reinstalled it. Plugged the phone back in. Things were looking up because it "binged" for the first time in a while on my computer. Tried syncing some photos to it. Worked for about 30 seconds then this popped up:
    Phone disappears from iTunes, though the phone itself still says "Sync in progress." Now it doesn't acknowledge a connection at all anymore.
    I'm tempted to put the thing back in the box and try to return the whole shebang, even though I'm like a week past the return policy. Piece of Garbage.

  • PLEASE HELP - Projector not recognizing signal - No one seems to answer

    Help!!! I cannot get anyone either at the Apple store or Best Buy to answer my question. I have a Macbook Pro unibody bought in Nov 2009. Of course it has the mini diplay port. I bought a mini display port to vga adapter. The projector keeps giving me the message that it is not recognizing a signal. I looked on a forum where someone said it a technology issue. They said to get a mini display to a dvi cable and then a dvi adapter to a vga. I purchased the cables. The only problem is that the cables will not work together. There are some pins on the male end that have no where to plug in on the female end. It is the 4 pins that surround the flat pin. Why would Apple make two cables that will not work together. Well anyway I am back to square one and still do have a solution to why I can't display an image to a projector from my macbook pro, It is very frustrating that Apple does not have a solution for my problem. Or maybe they do and no one has yet to tell me the right thing to do.

    Whoever told you to buy the MDP-DVI adapter and a DVI-VGA adapter was utterly full of baloney. Your MDP-VGA adapter was exactly the right thing to use all along. It's possible that your adapter is bad, though, or that the VGA cable connecting it to the computer is bad. It's even possible that your MacBook Pro's mini-Displayport isn't working, or that the projector isn't working.
    If I were you, I'd take the machine and MDP-VGA adapter to an Apple Store's Genius Bar and ask to have the port and the adapter tested for proper function. If the projector and VGA cable also belong to you, take the whole shebang with you and have everything tested together. Apple won't take any responsibility for a malfunctioning projector, of course, but they may at least be able to pinpoint the problem for you.

  • USB Device for IPOD not recognized by Windows, whether ipod connected or no

    During the past few days I have received a pop up error message from (I would think) Windows that the USB device is not recognized. I have the USB plug for the ipod connected (as always)but the ipod isn't even connected. It keeps popping up like every few seconds that the usb device is not recognized.
    When I attach the ipod itself, the ipod is recognizing it because it powers up. But, it took 10 times just to get the ipod to recognize through itunes. It updated, then immediately upon completion, windows again starting giving repeated error messages that the usb device wasn't recognized.
    I have downloaded the newest itunes but I had it on my system for 4 days with no problems whatsoever. I don't think that's it. No other system changes.
    I've deleted my temp files and cache. Also did a "disk clean up" and "defrag." It's still doing it.
    Any suggestions?

    I'm having the same problem. Ever since I upgraded to version 7, iTunes & my PC no longer recognise my iPod, and it therefore won't sync.
    It's not the USB port (other devices work in it), I rebooted my iPod and re-installed iTunes, I've tried stopping and starting the iPod Service (but can't see my iPod in My Computer). When I run the Diagnostics it says iPod connection failed. I've even bought a new USB cable but that doesn't work either.
    This is driving me up the wall. Is there a glitch with iTunes 7?
    Can anyone help me out?? Thanks
      Windows XP  

  • Aio Remote: PDFs not recognized by Google drive.

    Aio Remote on iPad Air2 iOS 8.1.1 - I created a PDF on my iPad from my HP Envy 7640 using Aio remote app. In the files/document section it's there (3 pages) as a PDF. But when I upload a copy from Aio Remote to Google Drive it's not recognized by Google Drive as a PDF even though it has a PDF extention. I have other PDF files stored in Google drive that are perfectly fine. It must be something in your app that is the problem.

    More info: if I send it from Aio remote as an email attachment to myself I get a PDF that I can upload to Google drive and Google drive reconizes it as a PDF. again proving it is Aio remote that is doing some thing wrong when uploading to Google Drive.

  • I recently upgraded to ios7 and now my PC is not recognizing my iphone

    I am having several problems.  I recently upgraded to ios7 and now my PC (Windows 7) is not recognizing my iphone.  1) I am getting an error message when itunes opens: "Itunes could not connect to the iphone because it is locked with a passcode. You must enter your passcode on the iphone before it can be used with itunes."  How did it get locked and how do I unlock it without losing my data?  What do they mean by passcode?  I don't have a 4-number code to get into my iphone activated.  In fact, I've never had a passcode.
    2) I cannot download my photos from my iphone onto my computer because my computer doesn't recognize my iphone.  In other words, my iphone does not show up on my computer (no iphone icon, no DCIM folder). 
    3) This is a separate issue but it is also very confusing: I went online to check my iCloud and I cannot see any data (icloud.com).  But I know that I set up iCloud when I upgraded to ios7 and it backs up my data every night. What am I doing wrong, am I unable to see my data and photos?
    Why is this happening?  It was bad enough that when I upgraded to ios7, I lost my Notes - I have no idea why they didn't return.  But now essentially my iphone is not recognized when connected to my computer and this is very frustrating.  I have read numerous previous postings regarding downloading photos onto the PC and regarding this passcode error and cannot find a resolution, so I would appreciate any help.

    No problem!
    This will make it easy for you:
    http://www.tuaw.com/2011/07/09/quicken-wont-run-on-lion-heres-10-mac-apps-to-cur e-those-blue/

  • I an getting an error with photo merge in PS cc . It gives me a code tmp00000001 using from photoshop and if I try from bridge it tell me that I need to select more than one image. It is not recognizing the photos I am selecting in bridge. please help. my

    A new problem with CS5 forced me to download PScc but the problem is still there.  I am getting tmp00000001 in photo merge when importing multiple files from inside PS and if trying from bridge I am getting a pop up box telling me I need to select more than 1 file. Photoshop potomerge is not recognizing my selections from bridge..!! please help.. my knowledge of computers is a 3 on a scale of 1-10

    if i run this particular code
    ( SELECT
    AccountDetails.CUSTOMERNUMBER, AccountDetails.ACCOUNTNUMBER, CUSTOMERDETAILS.CDTITLE, CUSTOMERDETAILS.CDFIRSTNAME, CUSTOMERDETAILS.CDLASTNAME, AccountDetails.ACCOUNTTYPE,
    AccountDetails.ORIGINALCONTRACTENDDATE, AccountDetails.CONTRACTTERM, AccountDetails.CONTRACTENDDATE, AccountDetails.BRANCHAREA, AccountDetails.PRODUCTTYPE,
    AccountDetails.HOUSEBANKACCOUNT, AccountDetails.CARMODEL, AccountDetails.CARLICENCE, AccountDetails.ARREARSBALANCE, AccountDetails.CODEBTOR, AccountDetails.GUARANTORNUMBER
    FROM AccountDetails
    JOIN CUSTOMERDETAILS ON AccountDetails.CUSTOMERNUMBER = CUSTOMERDETAILS.CUSTOMERS1
    WHERE EXISTS
    ( SELECT *
    FROM Dcaaccountallocation
    JOIN DebtEpisodes ON DebtEpisodes.ACCOUNTID = Dcaaccountallocation.ACCOUNTID
    WHERE Dcaaccountallocation.dcaid = 41
    AND Dcaaccountallocation.status = 2
    AND DebtEpisodes.DCASentDate IS NULL
    AND Dcaaccountallocation.ACCOUNTID = AccountDetails.ACCOUNTNUMBER
    AND DebtEpisodes.DCAORLAWYER = 'DCA'
    This returns 1 row of data
    However if i run a small part of the above code...
    SELECT *
    FROM Dcaaccountallocation
    JOIN DebtEpisodes ON DebtEpisodes.ACCOUNTID = Dcaaccountallocation.ACCOUNTID
    WHERE Dcaaccountallocation.dcaid = 41
    AND Dcaaccountallocation.status = 2
    It returns a lot of rows with a status of 2
    Now i presume what I am going to do is to ensure that all the fields provide satisfactory requirements, with regards to the above code. Although I have many records in all the stated tables already.
    :(

  • IPod nano does not charge & is not recognized by computer or iTunes

    I have a 1st generation nano 1 GIG.
    It appears "dead."
    It is not recognized by My Computer, iTunes or the Ipod Updater (The updater asks that I connect the iPod, which I do). The iPod diagnostics through iTunes also reports that my iPod is not connected.
    I have tried my iPod on 4 different machines, with one of them having USB 2.0.
    I tried the following from Jeff Bryan. (I don't know if the links from his post have carried over into this post.) So I will list the things I have tried near the end of this post.
    - My iPod won't turn on.
    - iPod battery doesn't charge.
    - iTunes 7 doesn't recognize the iPod.
    - Your Windows PC doesn't recognize iPod.
    - iPod appears in Windows Explorer but does not appear in iTunes.
    - iPod does not appear in iTunes.
    - Fast user switching in Windows XP is not supported.
    I tried resetting my iPod by switching the Hold button on and off and then pressing Menu and the Select button for 6-10 seconds. I have done this over and over and over.
    I have uninstalled the latest iTunes, reboot, reinstall - same problem.
    I have stopped the iPod service, plugged in the iPod, but it isn't recognized by My Computer as stated in the Apple Do-It-Yourself Help. I launched iTunes - same problem.
    I used the window cleanup utility, reboot, reinstall iTunes, connect iPod - same problem.
    I have used the Windows ipconfig utility to change my boot parameters, but still nothing.
    If anyone has any ideas, I would greatly appreciate them.
    My iPod is just shy of 6 months.
    I do have a replacement contract with Best Buy - but I would like to cover all the bases before I succumb to defeat.
    Thanks
    XP Home with USB 1.1   Windows XP   4 machines, all XP, 2 XP Pro, 2 XP Home, 3 have USB 1.1, 1 has USB 2.0, 2 machines have latest iTune

    I'm having the same problem, my ipodnano is about a year old and I can't figure out what to do. I just installed the new itunes on my new laptop with vista premium. I'm desperate for a resolution, do you have any suggestions at all. Any help is greatly appreciated. Thank you

  • Iphone not recognized by windows or itunes

    Can anyone please help me figure out how to resolve this issue?  My iphone 4 is not recognized by my PC.  My OS is by Vista Home Premium Service Pack 2.  I tried the various "device not recognized" troubleshooting to no avail.  I tunes is up to date.  I even turned off my security sw for a bit to see if there was a third party conflict...all to no avail.  There has got to be someone out there who has the smarts to show me how to fix this.  Please advise and many thanks in advance!

    Jason,
    I understand why Apple doesn't cover the water damaged phones under the warranty, but do you know why they don't fix them if the customer is paying? Is it just because they want the people to buy another phone so they can make more money? I guess I just don't get it.
    The cost to repair a device and all of its components is more than the cost of a new device.
    Other than the article I linked above, this is the part of the warranty/legal forms that would apply:
    +"US v1.0+
    +Apple reserves the right to refuse+
    +service on products that have serial numbers altered, defaced or removed or that are damaged due to+
    +accident, abuse, neglect, misuse (including faulty installation, repair, or maintenance by anyone other+
    +than Apple or an Apple Authorized Service Provider), unauthorized modification, extreme environment+
    +(including extreme temperature or humidity), extreme physical or electrical stress or interference,+
    +fluctuation or surges of electrical power, lightning, static electricity, fire, acts of God or other external+
    +causes. In such event, Apple may return the product to you without servicing it, and may charge you the+
    +Diagnostic Fee."+ from http://images.apple.com/legal/terms/repair/docs/070108aiphoneOOW.pdf
    -Jason

  • 5th Gen Ipod not recognized by windows or itunes. Have tried it all. Any Ideas?

    Hello everyone. I have a 5th generation Ipod I recently purchased that I'm having what seems to be an common issue. When I connect the ipod to my computer via USB, the Ipod is not recognized in windows or Itunes. Occasionally the Ipod will charge when connected but not always. Though this is the same for the old wire I used and the new one I purchased today. Even when shown charging the Ipod is not recognized and there is no noise that a device has been connected. I have tried the 4 R's (without Restore) which I can't do, chaninging the drive letter, disabling start up software,uninstalling and reinstalling all Apple Software. I have tried connecting to another computer and have gotten the same result. When I check the diagnostic screen on the ipod it shows that a usb cable is detected. I have upgraded all my driver software, disabled and reenabled them. I'm almost 3 hours from the nearest store so that it out of the question. I'm curious if anyone has any other ideas and will try anything you think might be the issue and fix. Thank you for time.

    From my experience, the only way you're gonna get a PC afflicted with this disease to work with a 5th gen nano is to roll back to an earlier version of iTunes.  Those affected have been exhausted by this ongoing issue.  To update or not to update?  And I always say never update unless you have to, and turn off all that auto update mess!
    I have two core2duo lappies running 32b vista.  My workflow dictates 32b fyi.  One is acer aspire running itunes v 11.1 (.0.126),  5th gen nano was originally formatted and works just fine on this machine to this day.  My other is the bigger badder lenovo thinkpad and the 5th gen will NOT mount using any version of itunes past 11.0 (.1.12)  Windows mounts it just fine.  itunes is not having it.  no shirt no shoes no service.
    I have both a 4th and 5th gen nano.  The 4th gen works great on both machines, I even successfully tested it with the latest version (11.1.5) before subsequent deletion on the thinkpad!  Weird huh?  I think my next experiment might be to restore my 5th gen w/ a Mac and theeeeen plug it into PC itunez.
    I'm at a loss on the thinkpad.  Scanned for intruders.  Cut the Lenovo bloat.  Executed system and reg maintenance.  Took down msconfig to a safe mode + itunes level to attempt to resolve possible sw conflicts but to no avail.  NO NO NO.  Every single dang port, every time on the thinkpad.  Has me feeling like others might get the same treatment by the next itunes update.  :|
    So in summary for me:
    5th gen nano and thinkpad are a NoGo on 11.1^  last working version for me = 11.0.1
    5th gen nano is working on an acer aspire 11.1.0  but no way in the world am I updating
    4th gen nano is kicking 5th gen nano's @zz so what would make me want to buy a new ipod?

  • How to reformat Ipod Nano 5th gen when not recognized by Windows or iTunes?

    I've done all the steps on the site to correct this problem up until the reformatiing part except I tried to update the driver software but Windows says that it encounters an error when trying to install the new software.
    So after going through the steps I noticed that the iPod I just bought was formatted for Mac. It says that in order for me to reformat, I have to restore my iPod in iTunes but since it isn't recognized my my computer or iTunes, I can't do it.
    Suggestions anyone?

    Hello there, HateKnuckle.
    The following Knowledge Base article offers a pretty thorough step-by-step for troubleshooting your issue:
    iPod not recognized in My Computer and in iTunes for Windows
    http://support.apple.com/kb/TS1369
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • IPod Shuffle Not Recognized In Windows Or iTunes v7.0 - What Now?

    Hello everyone,
    I am having the same problem as many who have posted here. I have upgraded my software to iTunes v7.0.1.8. I also accepted the auto update for my iPod Shuffle - 512GB 1st Gen to v 1.44 (I believe). Of course, now my Shuffle is not recognized in iTunes and is only recognized in Windows for less than 5 seconds (as I have monitored it). I am listing below all of the actions I have taken today.
    As none of these have worked, my question is now what? Does anyone have any other suggestions before I take the dreaded step of calling support? Any help is appreciated.
    I am not happy with this upgrade issue at all. I expect much better from Apple.
    Steps Already Taken:
    1. Reset iPod.
    2. Set Terminal Services to "Manual" and restarted my laptop PC.
    3. Changed all USB Root Hub entries power management options to "Allow the computer to turn off this device to save power option" and rebooted.
    4. Assigned my external hard drive a different letter as it was assigned to "E" and tech support documentation suggested I changed it - I changed it to "M".
    5. I stopped the iPod Service via the Services and Application interface from My Computer/Manage, reattached the Shuffle, and started the iPod Service. The Shuffle was still not recognized.
    6. I uninstalled iTunes 7.0.1.8, the Apple Software update and QuickTime. I deleted all temp directories; program files folders and all possible traces of all three pieces of this software. I also deleted my iTunes library. I reinstalled all of this software and re-built my Library. NONE OF THIS WORKED!
    My 30GB Video iPod works fine and always has - it is only the shuffle for which I have this issue any only since the upgrade.
    What do I do now? If no one has another fix, I will be forced to call Tech Support after an experience with them over a year ago I would almost rather throw this thing away!

    qswh - I too cannot play the songs that are loaded on the shuffle. Additionally, I get a green & orange light when I plug it into a USB port and then I either get a blinking orange light or a solid orange light from there after.

  • Ipod touch not recognized by computer or ITunes

    Ipod touch is not recognized by computer or Itunes. Tried it on Windows XP OS and also Windows 7. Error message OxE8000068, unknown error, appears. Thanks for any help!

    Try here:
    iPhone, iPad, iPod touch: Unknown error containing '0xE' when connecting

Maybe you are looking for

  • Calling a Stored Procedure with a result set and returned parms

    I am calling a stored procedure from a Brio report. The stored procedure returns a result set, but also passes back some parameters. I am getting a message that states that the DBMS cannot find the SP with the same footprint. Besides the result set,

  • Query  in table view -filter.

    hi,     i have one probs. for using the filter in the tableview.    These r the following code i used.     <%       data: columnDefinitions type TABLEVIEWCONTROLTAB,               wa                type TABLEVIEWCONTROL.         data filters type tab

  • Any one had problems with IPOD Nano getting wet from sweating while exercising. It will kill your Ipod so beware.

    Ipod nano will stop operating if it gets wet from sweating while exercising. Beware, sweat will kill your nano and apple will not cover it under warranty. So don't let it get wet.

  • JSF spec 1.0 prd

    JSF 1.0 prd states in a number of places that the spec will likely change. Could someone enlighten those of us who are not directly involved on the thinking and arguments behind these statements? Thanks! Song He

  • Industry Business Process Frameworks and Models

    After I did some preliminary research on reference models, can anyone tell me how to use these models and still utilize (leverage) SAP's Process Map?"