[SOLVED] systemd: Failed to open private dbus connection

Below is a snapshot from journalctl -b:
systemd[1]: Starting user-1000.slice.
systemd[1]: Created slice user-1000.slice.
systemd[1]: Starting User Manager for 1000...
systemd[1]: Starting Session 1 of user me.
systemd[1]: Started Session 1 of user me.
systemd-logind[195]: New session 1 of user me.
systemd[261]: pam_unix(systemd-user:session): session opened for user me by (uid=0)
systemd[261]: Failed to open private dbus connection: Failed to connect to socet /run/usr/1000/dbususer_bus_socket: No such file or directory
systemd[261]: Mounted /sys/kernel/config.
systemd[261]: Stopped target Bluetooth.
systemd[261]: Stopped target Sound Card.
systemd[261] Starting Default.
systemd[261]: Reached target Default.
systemd[261]: Startup finished in 135ms.
systemd[1]: Started User Manager for 1000.
login[199]: LOGIN ON tty1 BY me
It's a fresh Arch Linux install and I didn't even had a time yet to tinker with systemd so it's unlikely that I've messed things up. I suspect that it might be the cause of the following problem:
$ systemctl status --user
Failed to issue method call: Process /bin/false exited with status 1
For reference, systemd version:
$ systemctl --version
systemd 207
+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ
Any ideas how can I solve the private dbus connection problem?
Last edited by vox23 (2013-09-25 17:02:22)

65kid wrote:do you actually experience any problems?
I thought that it might be related to:
$ systemctl status --user
Failed to issue method call: Process /bin/false exited with status 1
however when I followed wiki and created:
$cat /etc/systemd/system/[email protected]/environment.conf
[Service]
Environment=DISPLAY=:0
Environment=XDG_RUNTIME_DIR=/run/user/%I
Environment=SHELL=%s
then /bin/false error went away. I still have some problems with systemd managing my user session but unrelated to the above. Marking as solved.

Similar Messages

  • [SOLVED] systemd --user: "Failed to open private bus connection:"

    EDIT: The solution was to set DBUS_SESSION_BUS_ADDRESS, as suggested by gtmanfred in irc.  By putting the following before executing systemd --user, the error vanished:
    export DBUS_SESSION_BUS_ADDRESS=/run/user/$(id -u)/dbus/user_bus_socket
    ===================
    Original problem:
    Everything on my box appears to be working ok, but I'm getting this error consistently in tty1 and at the top of journalctl (as user) whenever I start systemd --user:
    systemd[3975]: Failed to open private bus connection: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    I roughly have my system setup per this wiki section https://wiki.archlinux.org/index.php/Sy … ur_Session.  I start systemd --user via a small script in my .bash_profile. Here are my relevant dbus{.service,socket} files, from the package user-session-units mentioned in the wiki:  (Edit: xorg is started through xorg-launch-helper, also from that wiki page)  Edit2: I'm not using autologin.  I noticed that under the autologin section of that page, DBUS_SESSION_BUS_ADDRESS is set to some path.  In my setup that isn't set anywhere, so I may try to copy that later but I don't have time to play with it right now.  Will post back later.
    =====/usr/lib/systemd/user/dbus.service=====
    [Unit]
    Description=D-Bus System Message Bus
    Requires=dbus.socket
    [Service]
    ExecStart=/usr/bin/dbus-daemon --session --address=systemd: --nofork --systemd-activation
    ExecReload=/usr/bin/dbus-send --print-reply --session --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
    =====/usr/lib/systemd/user/dbus.socket=====
    [Unit]
    Description=D-Bus System Message Bus Socket
    [Socket]
    ListenStream=%t/dbus/user_bus_socket
    And the output of sudo systemctl status dbus:
    dbus.service - D-Bus System Message Bus
    Loaded: loaded (/usr/lib/systemd/system/dbus.service; static)
    Active: active (running) since Tue 2013-02-05 14:50:30 EST; 22min ago
    Main PID: 369 (dbus-daemon)
    CGroup: name=systemd:/system/dbus.service
    └─369 /usr/bin/dbus-daemon --system --address=systemd: --no...
    Feb 05 14:50:30 sellers-laptop systemd[1]: Starting D-Bus System Message Bus...
    Feb 05 14:50:30 sellers-laptop systemd[1]: Started D-Bus System Message Bus.
    Feb 05 14:51:18 sellers-laptop dbus-daemon[369]: dbus[369]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
    Feb 05 14:51:18 sellers-laptop dbus[369]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
    Feb 05 14:51:18 sellers-laptop dbus[369]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.Avahi.service' for details.
    Feb 05 14:51:18 sellers-laptop dbus-daemon[369]: dbus[369]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.Avahi.service' for details.
    I'm not sure what the error even means or how to go about debugging it.  Any suggestions would be appreciated.
    Last edited by Feynman (2013-02-05 22:07:23)

    NVM...didn't notice it was already solved.
    Last edited by the sad clown (2013-02-05 22:33:10)

  • Failed to open a socket connection to the Authentication Manager

    Hello,
    When I use utcapture command, I get the error *�Failed to open a socket connection to the Authentication Manager�*.
    SO: Solaris 10 8/07
    SRSS: Sun Ray Server Software 4.0
    LAN Configuration
    Thanks.

    Since the question was also posted to the sunray-users alias, see http://www.filibeto.org/pipermail/sunray-users/2007-December/008281.html for the answer. (Which currently seems to be that the Sun Ray auth daemon was not running.)

  • [Solved] Systemd user service and timer dbus error

    I have installed arch recently and added a few of my own services, for example the acpi_call commands and such. Now I want to create a systemd service that runs every 5 minutes and execute a script.
    I searched a lot and I found that I must use timers. I got the thing with the timers working, but because my script has to do with a specific user, I want it to run only every 5 minutes when i am logged in as that user.
    I tried to put the files in /etc/systemd/users, .config/local/users and all the possibilities but everytime i want to enable it, it says dbus connection refused.
    Can somebody please provide me a way to execute a systemd service every 5 minutes while I am logged in as a specific user?
    I did follow the wiki and created a dbus service and all. Everything works on that side but i can't enable my user service.
    thanks!
    Last edited by nopemopes (2015-03-25 11:10:06)

    jasonwryan wrote:
    What errors are you getting? https://bbs.archlinux.org/viewtopic.php?id=57855
    Not a Sysadmin issue, moving to NC...
    sorry, didn't mean to be incomplete.
    The error says "Failed to get D-Bus connection: Connection refused".
    I did what the wiki said: Create the dbus files, enable them and such.
    No i put my service files + timer in the places mentioned by the wiki but everytime i try to enable them, that error shows up.
    systemctl status dbus gives me all good
    dbus.service - D-Bus System Message Bus
    Loaded: loaded (/usr/lib/systemd/system/dbus.service; static; vendor preset: disabled)
    Active: active (running) since ma 2015-03-23 19:39:24 CET; 1h 18min ago
    Docs: man:dbus-daemon(1)
    Main PID: 246 (dbus-daemon)
    CGroup: /system.slice/dbus.service
    └─246 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
    mrt 23 19:39:34 Jordy-Laptop dbus[246]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='...ervice'
    mrt 23 19:39:34 Jordy-Laptop dbus[246]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1....ectory.
    mrt 23 19:39:34 Jordy-Laptop dbus[246]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='...ervice'
    mrt 23 19:39:34 Jordy-Laptop dbus[246]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1....ectory.
    mrt 23 19:39:39 Jordy-Laptop dbus[246]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='...ervice'
    mrt 23 19:39:39 Jordy-Laptop dbus[246]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    mrt 23 19:47:01 Jordy-Laptop dbus[246]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='...ervice'
    mrt 23 19:47:01 Jordy-Laptop dbus[246]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    mrt 23 20:51:38 Jordy-Laptop dbus[246]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='...ervice'
    mrt 23 20:51:38 Jordy-Laptop dbus[246]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    that's the log for dbus and these are my files:
    drive_sync.service
    [Unit]
    Description=Drive sync
    [Service]
    Type=simple
    ExecStart=drive_script.sh
    drive_sync.timer
    [Unit]
    Description=Drive sync
    [Service]
    Type=simple
    ExecStart=drive_script.sh
    these files are located in ~/.config/systemd/user
    Last edited by nopemopes (2015-03-23 20:00:55)

  • [SOLVED] Evince failed to open any PDF documents after upgrade

    I have a x86 version Archlinux on a 32-bit intel platform. After recent upgrade, the Evince package was updated to 2.32.0-3, which fails to open any PDF documents. It gives a notification says "Unable to open document: File type PDF document (application/pdf) is not supported".
    No other package was installed/removed. It just stop working after the upgrade.
    Looking forward for any suggestions/solutions. Thanks in advance~~
    Last edited by d7wang (2010-10-09 10:32:40)

    Thank you so much.
    The problem is solved as soon as I replaced the modified freetype2 from AUR with the official package. There seems to be something incompatible with the upgraded system.

  • [SOLVED] Tomboy fails to open in OpenBox

    Tomboy failed to open in OpenBox with the following error:
    Unhandled Exception: System.Exception: Unable to open the session message bus. ---> System.ArgumentNullException: Argument cannot be null.
    The solution I found was to append dbus-launch to the tomboy command.
    Example:
    $dbus-launch tomboy
    I would be interested in other solutions.

    Thanks for the reply falconindy,
    I just double checked, and moved the encrypt hook earlier in the sequence. Now my HOOKS line looks like this:
    Hooks="base encrypt udev autodetect modconf block filesystems keyboard fsck shutdown"
    The boot sequence now says:
    :: running early hook [udev]
    :: running hook [encrypt]
    Waiting 10 seconds for device /dev/sda2 ...
    :: running hook [udev]
    :: triggering uevents...
    Waiting 10 seconds for device /dev/mapper/cryptroot ...
    ERROR: device '/dev/mapper/cryptroot' not found. Skipping fsck.
    I am able to open /dev/sda2 using cryptsetup from the prompt I get dumped to.
    So it seems the encrypt hook gets run but I don't get prompted?
    Does any of that make sense?

  • [Solved] VirtualBox Failed to open a session

    Hi everyone,
    I've installed virtualbox, qt and virtualbox-additions
    I've also added the following to /etc/rc.conf
    MODULES=(vboxdrv vboxguest vboxsf vboxvideo)
    I've also added my username to  vboxusers
    When I start a session in virtualbox i get the following error message-------------
    Failed to open a session for the virtual machine "Linux VM" ---- Linux VM is the name of the Virtual Machine
    VT-x features locked or unavailable in MSR. (VERR_VMX_MSR_LOCKED_OR_DISABLED).
    Result Code: NS_ERROR_FAILURE (0x80004005)
    Component: Console
    Interface: IConsole {1968b7d3-e3bf-4ceb-99e0-cb7c913317bb}
    Any ideas why the VT-x features would be locked or unavailable?
    I've tried 3 different iso images but every time I get the same error.
    Thanks in Advance I'm certain I must have missed a step at https://wiki.archlinux.org/index.php/VirtualBox
    However I've rebuilt several times and started from scratch at least 3 times. each time I get the message above
    Last edited by joe4ska (2011-10-20 03:43:09)

    DSpider solved my problem. I had Enabled VT-x/AMD-V which caused the conflict.
    Once I unchecked the box everything worked perfectly.
    http://dl.dropbox.com/u/28308548/hardwa … zation.png
    hcjl, I'm probably using it as a Guest. I actually don't know the difference between Host and Guest. I'm very new to virtualbox
    Thanks for the help guys.
    Last edited by joe4ska (2011-10-20 03:44:19)

  • [SOLVED]xfburn fails to open

    This is my first time installing xfburn and im getting the following when launching it:
    archuser@archws ~ % xfburn <12:19>
    ** Message: No existing settings file, using default settings
    ** Message: Using Thunar-VFS 1.1.0
    (xfburn:28944): thunar-vfs-WARNING **: Failed to connect to the HAL daemon: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
    libhal.c 3479 : LibHalContext *ctx is NULL
    I'm not using any desktop environments, but I am using thunar with pekwm. Anyone has any clue what this error means and how to fix it. Thanks.
    Last edited by aluser (2011-02-12 21:32:32)

    Are the hal and dbus daemons started in rc.conf? ( I think hal will automatically start dbus if it is not already started, but I specify both in my rc.conf to be sure)  If they aren't, start them.
    Also, how are you launching pekwm?  If you just have exec pekwm in your .xinitrc then you might try changing it to:
    exec ck-launch-session pekwm

  • [SOLVED] CUPS fails to find my USB-connected Lexmark X543dn

    Hi there!
    I just installed arch off the netinstall CD. Right now I'm struggling to get it recognize my printer. I fired up rekonq at localhost:631 and clicked my way to Add Printer. When prompted, I provided root's name and password. This brings me to the Add Printer page with the "hourglass-like" circle spinning while it's searching for printers. It doesn't find anything.
    At connecting the printer to my USB port I get the following in /var/log/messages.log:
    Apr 2 12:14:40 Godot kernel: usb 1-3: new high speed USB device using ehci_hcd and address 6
    Apr 2 12:14:40 Godot kernel: usb 1-3: configuration #1 chosen from 1 choice
    Apr 2 12:14:40 Godot kernel: usblp0: USB Bidirectional printer dev 6 if 1 alt 0 proto 2 vid 0x043D pid 0x0121
    Apr 2 12:14:40 Godot kernel: generic-usb 0003:043D:0121.0004: hiddev1,hidraw0: USB HID v1.00 Device [Lexmark International Lexmark X543] on usb-0000:00:02.2-3/input2
    As per http://wiki.archlinux.org/index.php/Cups#Kernel_modules I also tried rmmodding usblp. This doesn't change anything in CUPS' web frontend. However, the modules seems to get reloaded:
    Apr 2 12:16:45 Godot kernel: usb 1-4: new high speed USB device using ehci_hcd and address 7
    Apr 2 12:16:45 Godot kernel: usb 1-4: configuration #1 chosen from 1 choice
    Apr 2 12:16:45 Godot kernel: generic-usb 0003:043D:0121.0005: hiddev0,hidraw0: USB HID v1.00 Device [Lexmark International Lexmark X543] on usb-0000:00:02.2-4/input2
    Apr 2 12:16:45 Godot kernel: usblp1: USB Bidirectional printer dev 7 if 1 alt 0 proto 2 vid 0x043D pid 0x0121
    Apr 2 12:16:45 Godot kernel: usbcore: registered new interface driver usblp
    and it also appears again in lsmod. So I tried blacklisting usblp, which again doesn't change anything in CUPS' frontend. However, it complains in /var/log/messages:
    Apr 2 12:18:25 Godot kernel: usb 1-4: new high speed USB device using ehci_hcd and address 8
    Apr 2 12:18:25 Godot kernel: usb 1-4: configuration #1 chosen from 1 choice
    Apr 2 12:18:25 Godot kernel: generic-usb 0003:043D:0121.0006: hiddev0,hidraw0: USB HID v1.00 Device [Lexmark International Lexmark X543] on usb-0000:00:02.2-4/input2
    Apr 2 12:18:25 Godot load-modules.sh: Not loading module 'usblp' for alias 'usb:v043Dp0121d0000dc00dsc00dp00ic07isc01ip02' because it is blacklisted
    Apr 2 12:18:25 Godot load-modules.sh: 'usb:v043Dp0121d0000dc00dsc00dp00icFFiscFFipFF' is not a valid module or alias name
    I set cupsd.conf's logging level to debug, which yields the following in errors_log. At 12:22:30 I pointed rekonq at localhost:631/admin, at 12:22:32 I clicked "Add printer":
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 16 POST /admin/ HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdSetBusyState: Active clients
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: No authentication data provided.
    D [02/Apr/2010:12:22:30 +0200] [CGI] argv[0] = "/usr/lib/cups/cgi-bin/admin.cgi"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[10] = "SERVER_ADMIN=root@Godot"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[11] = "SOFTWARE=CUPS/1.4.3"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[13] = "USER=root"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[16] = "IPP_PORT=631"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[17] = "LANG=de.UTF8"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[18] = "REDIRECT_STATUS=1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[19] = "GATEWAY_INTERFACE=CGI/1.1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[20] = "SERVER_NAME=localhost"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[21] = "SERVER_PORT=631"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[22] = "REMOTE_ADDR=127.0.0.1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[23] = "REMOTE_HOST=localhost"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[24] = "SCRIPT_NAME=/admin/"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[25] = "SCRIPT_FILENAME=/usr/share/cups/doc/admin/"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[26] = "SERVER_PROTOCOL=HTTP/1.1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[27] = "HTTP_USER_AGENT=Mozilla/5.0 (X11; U; Linux; de-DE) AppleWebKit/532.4 (KHTML, like Gecko) rekonq Safari/532.4"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[28] = "HTTP_REFERER=http://localhost:631/admin"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[29] = "REQUEST_METHOD=POST"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[30] = "CONTENT_LENGTH=14"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[31] = "CONTENT_TYPE=application/x-www-form-urlencoded"
    D [02/Apr/2010:12:22:30 +0200] [CGI] Started /usr/lib/cups/cgi-bin/admin.cgi (PID 2520)
    I [02/Apr/2010:12:22:30 +0200] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=2520)
    D [02/Apr/2010:12:22:30 +0200] cupsdSendCommand: 16 file=14
    D [02/Apr/2010:12:22:30 +0200] [CGI] admin.cgi started...
    D [02/Apr/2010:12:22:30 +0200] cupsdAcceptClient: 12 from localhost (Domain)
    D [02/Apr/2010:12:22:30 +0200] [CGI] http=0xb8f4a5d8
    D [02/Apr/2010:12:22:30 +0200] [CGI] op="add-printer"...
    D [02/Apr/2010:12:22:30 +0200] [CGI] do_am_printer: DEVICE_URI="(null)"
    D [02/Apr/2010:12:22:30 +0200] [CGI] Getting list of devices...
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 12 POST / HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: No authentication data provided.
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 12 1.1 CUPS-Get-Devices 1
    D [02/Apr/2010:12:22:30 +0200] CUPS-Get-Devices
    D [02/Apr/2010:12:22:30 +0200] cupsdIsAuthorized: username=""
    D [02/Apr/2010:12:22:30 +0200] Returning HTTP Nicht berechtigt for CUPS-Get-Devices (no URI) from localhost
    D [02/Apr/2010:12:22:30 +0200] cupsdSendHeader: 12 WWW-Authenticate: Basic realm="CUPS", trc="y"
    D [02/Apr/2010:12:22:30 +0200] [CGI] cgi_passwd(prompt="Das Kennwort für „daemon" auf „localhost"? ") called!
    D [02/Apr/2010:12:22:30 +0200] Script header: Status: 401
    D [02/Apr/2010:12:22:30 +0200] cupsdSendHeader: 16 WWW-Authenticate: Basic realm="CUPS"
    D [02/Apr/2010:12:22:30 +0200] Script header:
    D [02/Apr/2010:12:22:30 +0200] cupsdWriteClient: 16 Closing because Keep-Alive disabled
    D [02/Apr/2010:12:22:30 +0200] cupsdCloseClient: 16
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 12 WAITING Closing on EOF
    D [02/Apr/2010:12:22:30 +0200] cupsdCloseClient: 12
    D [02/Apr/2010:12:22:30 +0200] cupsdSetBusyState: Not busy
    D [02/Apr/2010:12:22:30 +0200] PID 2520 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [02/Apr/2010:12:22:30 +0200] cupsdAcceptClient: 12 from localhost:631 (IPv4)
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 12 POST /admin/ HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdSetBusyState: Active clients
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: Authorized as root using Basic
    D [02/Apr/2010:12:22:30 +0200] [CGI] argv[0] = "/usr/lib/cups/cgi-bin/admin.cgi"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[10] = "SERVER_ADMIN=root@Godot"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[11] = "SOFTWARE=CUPS/1.4.3"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[13] = "USER=root"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[16] = "IPP_PORT=631"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[17] = "CUPSD_AUTH_TYPE=Basic"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[18] = "LANG=de.UTF8"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[19] = "REDIRECT_STATUS=1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[20] = "GATEWAY_INTERFACE=CGI/1.1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[21] = "SERVER_NAME=localhost"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[22] = "SERVER_PORT=631"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[23] = "REMOTE_ADDR=127.0.0.1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[24] = "REMOTE_HOST=localhost"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[25] = "SCRIPT_NAME=/admin/"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[26] = "SCRIPT_FILENAME=/usr/share/cups/doc/admin/"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[27] = "REMOTE_USER=root"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[28] = "SERVER_PROTOCOL=HTTP/1.1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[29] = "HTTP_USER_AGENT=Mozilla/5.0 (X11; U; Linux; de-DE) AppleWebKit/532.4 (KHTML, like Gecko) rekonq Safari/532.4"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[30] = "HTTP_REFERER=http://localhost:631/admin"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[31] = "REQUEST_METHOD=POST"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[32] = "CONTENT_LENGTH=14"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[33] = "CONTENT_TYPE=application/x-www-form-urlencoded"
    D [02/Apr/2010:12:22:30 +0200] [CGI] Started /usr/lib/cups/cgi-bin/admin.cgi (PID 2521)
    I [02/Apr/2010:12:22:30 +0200] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=2521)
    D [02/Apr/2010:12:22:30 +0200] cupsdSendCommand: 12 file=16
    D [02/Apr/2010:12:22:30 +0200] [CGI] admin.cgi started...
    D [02/Apr/2010:12:22:30 +0200] cupsdAcceptClient: 14 from localhost (Domain)
    D [02/Apr/2010:12:22:30 +0200] [CGI] http=0xb81f05d8
    D [02/Apr/2010:12:22:30 +0200] [CGI] op="add-printer"...
    D [02/Apr/2010:12:22:30 +0200] [CGI] do_am_printer: DEVICE_URI="(null)"
    D [02/Apr/2010:12:22:30 +0200] [CGI] Getting list of devices...
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 14 POST / HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: No authentication data provided.
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 14 1.1 CUPS-Get-Devices 1
    D [02/Apr/2010:12:22:30 +0200] CUPS-Get-Devices
    D [02/Apr/2010:12:22:30 +0200] cupsdIsAuthorized: username=""
    D [02/Apr/2010:12:22:30 +0200] Returning HTTP Nicht berechtigt for CUPS-Get-Devices (no URI) from localhost
    D [02/Apr/2010:12:22:30 +0200] cupsdSendHeader: 14 WWW-Authenticate: Basic realm="CUPS", trc="y"
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 14 WAITING Closing on EOF
    D [02/Apr/2010:12:22:30 +0200] cupsdCloseClient: 14
    D [02/Apr/2010:12:22:30 +0200] cupsdAcceptClient: 14 from localhost (Domain)
    D [02/Apr/2010:12:22:30 +0200] cupsdAcceptClient: 17 from localhost (Domain)
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 14 WAITING Closing on EOF
    D [02/Apr/2010:12:22:30 +0200] cupsdCloseClient: 14
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 17 POST / HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: Authorized as root using Local
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 17 1.1 CUPS-Get-Devices 1
    D [02/Apr/2010:12:22:30 +0200] CUPS-Get-Devices
    D [02/Apr/2010:12:22:30 +0200] cupsdIsAuthorized: username="root"
    D [02/Apr/2010:12:22:30 +0200] [CGI] argv[0] = "/usr/lib/cups/daemon/cups-deviced"
    D [02/Apr/2010:12:22:30 +0200] [CGI] argv[1] = "1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] argv[2] = "0"
    D [02/Apr/2010:12:22:30 +0200] [CGI] argv[3] = "30"
    D [02/Apr/2010:12:22:30 +0200] [CGI] argv[4] = "2"
    D [02/Apr/2010:12:22:30 +0200] [CGI] argv[5] = "requested-attributes=all"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[10] = "SERVER_ADMIN=root@Godot"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[11] = "SOFTWARE=CUPS/1.4.3"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[13] = "USER=root"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[16] = "IPP_PORT=631"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[17] = "CUPSD_AUTH_TYPE=Local"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[18] = "LANG=de.UTF8"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[19] = "REDIRECT_STATUS=1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[20] = "GATEWAY_INTERFACE=CGI/1.1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[21] = "SERVER_NAME=localhost"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[22] = "SERVER_PORT=631"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[23] = "REMOTE_ADDR="
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[24] = "REMOTE_HOST=localhost"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[25] = "SCRIPT_NAME=/"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[26] = "SCRIPT_FILENAME=/usr/share/cups/doc/"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[27] = "REMOTE_USER=root"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[28] = "SERVER_PROTOCOL=HTTP/1.1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[29] = "HTTP_USER_AGENT=CUPS/1.4.3"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[30] = "REQUEST_METHOD=POST"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[31] = "CONTENT_LENGTH=88"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[32] = "CONTENT_TYPE=application/ipp"
    D [02/Apr/2010:12:22:30 +0200] [CGI] Started /usr/lib/cups/daemon/cups-deviced (PID 2522)
    I [02/Apr/2010:12:22:30 +0200] Started "/usr/lib/cups/daemon/cups-deviced" (pid=2522)
    D [02/Apr/2010:12:22:30 +0200] cupsdSendCommand: 17 file=14
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/usb (PID 2523)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/serial (PID 2524)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/ipp (PID 2525)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/smb (PID 2526)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/snmp (PID 2527)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/parallel (PID 2528)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/scsi (PID 2529)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/mdns (PID 2530)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/http (PID 2531)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/lpd (PID 2532)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/socket (PID 2533)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/dnssd (PID 2534)
    D [02/Apr/2010:12:22:30 +0200] [CGI] list_devices
    D [02/Apr/2010:12:22:30 +0200] [CGI] usb_find_busses=3
    D [02/Apr/2010:12:22:30 +0200] [CGI] Flushed attributes...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Found device "http"...
    D [02/Apr/2010:12:22:30 +0200] Script header: Content-Type: application/ipp
    D [02/Apr/2010:12:22:30 +0200] Script header:
    D [02/Apr/2010:12:22:30 +0200] [CGI] Flushed attributes...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Found device "scsi"...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2529 (scsi) exited with no errors.
    D [02/Apr/2010:12:22:30 +0200] [CGI] Flushed attributes...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Found device "lpd"...
    D [02/Apr/2010:12:22:30 +0200] Script header: MIME-Version: 1.0
    D [02/Apr/2010:12:22:30 +0200] Script header: Content-Type: multipart/x-mixed-replace; boundary="CUPS-MULTIPART"
    D [02/Apr/2010:12:22:30 +0200] Script header:
    D [02/Apr/2010:12:22:30 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:30 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:30 +0200] [CGI] Flushed attributes...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Found device "ipp"...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2525 (ipp) exited with no errors.
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2530 (mdns) exited with no errors.
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2531 (http) exited with no errors.
    D [02/Apr/2010:12:22:30 +0200] [CGI] Flushed attributes...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Found device "socket"...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2532 (lpd) exited with no errors.
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2533 (socket) exited with no errors.
    E [02/Apr/2010:12:22:30 +0200] [CGI] Unable to create avahi client: Resource temporarily unavailable
    E [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2534 (dnssd) stopped with status 1!
    D [02/Apr/2010:12:22:30 +0200] [CGI] Flushed attributes...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Found device "smb"...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2526 (smb) exited with no errors.
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2524 (serial) exited with no errors.
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 13 GET /images/wait.gif HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: No authentication data provided.
    E [02/Apr/2010:12:22:30 +0200] Bad request line "" from localhost!
    D [02/Apr/2010:12:22:30 +0200] cupsdCloseClient: 13
    D [02/Apr/2010:12:22:30 +0200] cupsdAcceptClient: 13 from localhost:631 (IPv4)
    D [02/Apr/2010:12:22:30 +0200] [CGI] Flushed attributes...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Found device "parallel:/dev/lp0"...
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 13 GET /images/right.gif HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: No authentication data provided.
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2528 (parallel) exited with no errors.
    D [02/Apr/2010:12:22:30 +0200] cupsdAcceptClient: 18 from localhost:631 (IPv4)
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 18 GET /cups.css HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: No authentication data provided.
    D [02/Apr/2010:12:22:30 +0200] cupsdAcceptClient: 19 from localhost:631 (IPv4)
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 19 GET /images/left.gif HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: No authentication data provided.
    E [02/Apr/2010:12:22:30 +0200] Bad request line "" from localhost!
    D [02/Apr/2010:12:22:30 +0200] cupsdCloseClient: 13
    E [02/Apr/2010:12:22:30 +0200] Bad request line "" from localhost!
    D [02/Apr/2010:12:22:30 +0200] cupsdCloseClient: 19
    D [02/Apr/2010:12:22:30 +0200] [CGI] usb_find_devices=7
    D [02/Apr/2010:12:22:30 +0200] [CGI] Failed to set configuration 1 for 043d:0121
    D [02/Apr/2010:12:22:30 +0200] [CGI] Failed to claim interface 1 for 043d:0121: Operation not permitted
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2523 (usb) exited with no errors.
    D [02/Apr/2010:12:22:30 +0200] cupsdAcceptClient: 13 from localhost:631 (IPv4)
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 13 GET /images/sel.gif HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: No authentication data provided.
    D [02/Apr/2010:12:22:30 +0200] cupsdAcceptClient: 19 from localhost:631 (IPv4)
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 19 GET /images/unsel.gif HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: No authentication data provided.
    D [02/Apr/2010:12:22:32 +0200] [cups-deviced] PID 2527 (snmp) exited with no errors.
    D [02/Apr/2010:12:22:32 +0200] PID 2522 (/usr/lib/cups/daemon/cups-deviced) exited with no errors.
    D [02/Apr/2010:12:22:32 +0200] [CGI] Got device list!
    D [02/Apr/2010:12:22:32 +0200] cupsdReadClient: 17 WAITING Closing on EOF
    D [02/Apr/2010:12:22:32 +0200] cupsdCloseClient: 17
    D [02/Apr/2010:12:22:32 +0200] PID 2521 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [02/Apr/2010:12:22:32 +0200] cupsdWriteClient: 12 Closing because Keep-Alive disabled
    D [02/Apr/2010:12:22:32 +0200] cupsdCloseClient: 12
    D [02/Apr/2010:12:22:32 +0200] cupsdSetBusyState: Not busy
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    This is the point where I'm at a loss. Any ideas anybody?
    Regards,
    Rufus D
    Last edited by RufusD (2010-04-06 18:56:15)

    @AndyRTR: Are you serious? *Half an hour*? Anyway, I tried it, but to no avail. The log goes like
    tail -f cups/error_log
    D [04/Apr/2010:20:26:59 +0200] [CGI] Regular expression "[a-z]+://"
    D [04/Apr/2010:20:26:59 +0200] [CGI] Regular expression "[a-z]+://"
    D [04/Apr/2010:20:26:59 +0200] [CGI] Regular expression "[a-z]+://"
    D [04/Apr/2010:20:26:59 +0200] cupsdReadClient: 16 WAITING Closing on EOF
    D [04/Apr/2010:20:26:59 +0200] cupsdCloseClient: 16
    D [04/Apr/2010:20:26:59 +0200] [CGI] Regular expression "[a-z]+://"
    D [04/Apr/2010:20:26:59 +0200] PID 5696 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [04/Apr/2010:20:26:59 +0200] cupsdWriteClient: 15 Closing because Keep-Alive disabled
    D [04/Apr/2010:20:26:59 +0200] cupsdCloseClient: 15
    D [04/Apr/2010:20:26:59 +0200] cupsdSetBusyState: Not busy
    D [04/Apr/2010:20:27:28 +0200] cupsdReadClient: 20 WAITING Closing on EOF
    D [04/Apr/2010:20:27:28 +0200] cupsdCloseClient: 20
    D [04/Apr/2010:20:27:57 +0200] cupsdAcceptClient: 12 from localhost (Domain)
    D [04/Apr/2010:20:27:57 +0200] Report: clients=1
    D [04/Apr/2010:20:27:57 +0200] Report: jobs=0
    D [04/Apr/2010:20:27:57 +0200] Report: jobs-active=0
    D [04/Apr/2010:20:27:57 +0200] Report: printers=0
    D [04/Apr/2010:20:27:57 +0200] Report: printers-implicit=0
    D [04/Apr/2010:20:27:57 +0200] Report: stringpool-string-count=124
    D [04/Apr/2010:20:27:57 +0200] Report: stringpool-alloc-bytes=3904
    D [04/Apr/2010:20:27:57 +0200] Report: stringpool-total-bytes=2960
    D [04/Apr/2010:20:27:57 +0200] cupsdReadClient: 12 POST / HTTP/1.1
    D [04/Apr/2010:20:27:57 +0200] cupsdSetBusyState: Active clients
    D [04/Apr/2010:20:27:57 +0200] cupsdAuthorize: No authentication data provided.
    D [04/Apr/2010:20:27:57 +0200] cupsdReadClient: 12 1.1 Get-Notifications 1
    D [04/Apr/2010:20:27:57 +0200] Get-Notifications /
    D [04/Apr/2010:20:27:57 +0200] cupsdIsAuthorized: requesting-user-name="rufusd"
    D [04/Apr/2010:20:27:57 +0200] Returning IPP successful-ok for Get-Notifications (/) from localhost
    D [04/Apr/2010:20:27:57 +0200] cupsdSetBusyState: Not busy
    D [04/Apr/2010:20:27:57 +0200] cupsdReadClient: 12 WAITING Closing on EOF
    D [04/Apr/2010:20:27:57 +0200] cupsdCloseClient: 12
    D [04/Apr/2010:20:28:57 +0200] cupsdAcceptClient: 12 from localhost (Domain)
    D [04/Apr/2010:20:28:57 +0200] Report: clients=1
    D [04/Apr/2010:20:28:57 +0200] Report: jobs=0
    D [04/Apr/2010:20:28:57 +0200] Report: jobs-active=0
    D [04/Apr/2010:20:28:57 +0200] Report: printers=0
    D [04/Apr/2010:20:28:57 +0200] Report: printers-implicit=0
    D [04/Apr/2010:20:28:57 +0200] Report: stringpool-string-count=124
    D [04/Apr/2010:20:28:57 +0200] Report: stringpool-alloc-bytes=3904
    D [04/Apr/2010:20:28:57 +0200] Report: stringpool-total-bytes=2960
    D [04/Apr/2010:20:28:57 +0200] cupsdReadClient: 12 POST / HTTP/1.1
    D [04/Apr/2010:20:28:57 +0200] cupsdSetBusyState: Active clients
    D [04/Apr/2010:20:28:57 +0200] cupsdAuthorize: No authentication data provided.
    D [04/Apr/2010:20:28:57 +0200] cupsdReadClient: 12 1.1 Get-Notifications 1
    D [04/Apr/2010:20:28:57 +0200] Get-Notifications /
    D [04/Apr/2010:20:28:57 +0200] cupsdIsAuthorized: requesting-user-name="rufusd"
    D [04/Apr/2010:20:28:57 +0200] Returning IPP successful-ok for Get-Notifications (/) from localhost
    D [04/Apr/2010:20:28:57 +0200] cupsdSetBusyState: Not busy
    D [04/Apr/2010:20:28:57 +0200] cupsdReadClient: 12 WAITING Closing on EOF
    D [04/Apr/2010:20:28:57 +0200] cupsdCloseClient: 12
    D [04/Apr/2010:20:29:57 +0200] cupsdAcceptClient: 12 from localhost (Domain)
    D [04/Apr/2010:20:29:57 +0200] Report: clients=1
    D [04/Apr/2010:20:29:57 +0200] Report: jobs=0
    D [04/Apr/2010:20:29:57 +0200] Report: jobs-active=0
    D [04/Apr/2010:20:29:57 +0200] Report: printers=0
    D [04/Apr/2010:20:29:57 +0200] Report: printers-implicit=0
    D [04/Apr/2010:20:29:57 +0200] Report: stringpool-string-count=124
    D [04/Apr/2010:20:29:57 +0200] Report: stringpool-alloc-bytes=3904
    D [04/Apr/2010:20:29:57 +0200] Report: stringpool-total-bytes=2960
    D [04/Apr/2010:20:29:57 +0200] cupsdReadClient: 12 POST / HTTP/1.1
    D [04/Apr/2010:20:29:57 +0200] cupsdSetBusyState: Active clients
    D [04/Apr/2010:20:29:57 +0200] cupsdAuthorize: No authentication data provided.
    D [04/Apr/2010:20:29:57 +0200] cupsdReadClient: 12 1.1 Get-Notifications 1
    D [04/Apr/2010:20:29:57 +0200] Get-Notifications /
    D [04/Apr/2010:20:29:57 +0200] cupsdIsAuthorized: requesting-user-name="rufusd"
    D [04/Apr/2010:20:29:57 +0200] Returning IPP successful-ok for Get-Notifications (/) from localhost
    D [04/Apr/2010:20:29:57 +0200] cupsdSetBusyState: Not busy
    D [04/Apr/2010:20:29:57 +0200] cupsdReadClient: 12 WAITING Closing on EOF
    D [04/Apr/2010:20:29:57 +0200] cupsdCloseClient: 12
    repeating the last 19 lines every minute. I don't get why it is "requesting-user-name=rufusd", when I log in to localhost:631/admin as root with root's password. Regarding the device you spoke about: when I allow usblp to be loaded, /dev/usblp1 gets created. I assume this is what you are talking about. It's a link to /dev/usb/lp1, the latter of which features permissions of crw-rw---- root:lp. My user is not a member of group lp, I just realize... Is there any advise as to which groups are useful for a single-user desktop PC? Until now, my user is only member of network and <username>

  • [Solved] systemd fails to start spawning /bin/plymouth

    Hello all,
    I currently can't get my system to boot up, systemd hangs and after a while enters emergency mode.
    journalctl -xb
    show the following error:
    systemd[257]: Failed at step EXEC spwaning /bin/plymouth:
    -- Subject: Process /bin/plymouth could not be executed
    .. The process /bin/plymouth could not be executed and failed.
    -- The error number returned while executing this process is 2.
    I am not sure what to make of this, as far as I know plymouth is some splash screen utility which I have never installed. I also can't find any corresponding .service files. I also tried appending plymouth.enable=0 to the kernel command line, to no effect. Does anyone know this problem (since my hardware is currently in a rather shaky state I would not rule out some related error)?
    Last edited by x2b (2013-09-11 17:55:32)

    x2b wrote:I am not sure what to make of this, as far as I know plymouth is some splash screen utility which I have never installed.
    Yes, that's plymouth.
    I also can't find any corresponding .service files. I also tried appending plymouth.enable=0 to the kernel command line, to no effect. Does anyone know this problem (since my hardware is currently in a rather shaky state I would not rule out some related error)?
    Might have something to do with https://bugs.archlinux.org/task/31031 so plymouth should not be the problem.
    Edit: I just checked my journal and I could not find any plymouth related messages in there, but I remember seeing those before, too (must have been before february 20th, that's as far back as my journal goes). When did you do your last update?
    Last edited by cookies (2013-09-11 13:58:43)

  • [SOLVED]Grub fails to open dm-crypt+LUKS volume on boot(Waiting 10s..)

    I know there are quite a few solved posts like these but it's usually because of "mkinitcpio -p linux" not being regenerated.
    My problem is after boot Grub says:
    running hook [udev]
    running hook [encrypt]
    Waiting 10 seconds for device /dev/disk/by-uuid/d1d0825c-25d1-4cbe-811f-725d9ef8d034>...
    ERROR: device 'UUID=d1d0825c-25d1-4cbe-811f-725d9ef8d034' not found. Skipping fsck.
    ERROR: Unable to find root device 'UUID=d1d0825c-25d1-4cbe-811f-725d9ef8d034'.
    Here are all the files that I think would be needed for this:
    /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    #/dev/mapper/cryptroot / ext4 rw,realtime,data=ordered 0 1
    UUID=d1d0825c-25d1-4cbe-811f-725d9ef8d034 / ext4 rw,relatime,data=ordered 0 1
    #/dev/sda5 /boot ext4 rw,relatime,data=ordered 0 2
    UUID=d04b37b1-4dfb-451c-b582-b9d95ca8fe22 /boot ext4 rw,relatime,data=ordered 0 2
    lsblk
    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
    sda 8:0 0 298.1G 0 disk
    ├─sda1 8:1 0 100M 0 part
    ├─sda2 8:2 0 97.6G 0 part
    ├─sda3 8:3 0 1K 0 part
    ├─sda5 8:5 0 300M 0 part
    ├─sda6 8:6 0 50G 0 part
    │ └─cryptroot 254:1 0 50G 0 crypt /
    ├─sda7 8:7 0 1G 0 part
    └─sda8 8:8 0 149.1G 0 part
    sdb 8:16 1 29.3G 0 disk
    ├─sdb1 8:17 1 558M 0 part
    └─sdb2 8:18 1 31M 0 part
    sdc 8:32 1 15G 0 disk
    └─sdc1 8:33 1 15G 0 part /mnt/usb
    sr0 11:0 1 1024M 0 rom
    loop0 7:0 0 240.9M 1 loop
    loop1 7:1 0 1.5G 1 loop
    └─arch_root-image 254:0 0 1.5G 0 dm /etc/resolv.conf
    loop2 7:2 0 1.5G 0 loop
    └─arch_root-image 254:0 0 1.5G 0 dm /etc/resolv.conf
    blkid
    /dev/sda1: LABEL="System Reserved" UUID="3A481C2D481BE703" TYPE="ntfs" PARTUUID="850a6169-01"
    /dev/sda2: UUID="EE3443C234438D11" TYPE="ntfs" PARTUUID="850a6169-02"
    /dev/sda5: UUID="d04b37b1-4dfb-451c-b582-b9d95ca8fe22" TYPE="ext4" PARTUUID="850a6169-05"
    /dev/sda6: UUID="691c218e-658f-47ff-8296-6b266b2c06c9" TYPE="crypto_LUKS" PARTUUID="850a6169-06"
    /dev/sdb1: UUID="2014-07-03-18-41-56-00" LABEL="ARCH_201407" TYPE="iso9660" PTUUID="6039e1c4" PTTYPE="dos" PARTUUID="6039e1c4-01"
    /dev/sdb2: SEC_TYPE="msdos" LABEL="ARCHISO_EFI" UUID="3B47-A69A" TYPE="vfat" PARTUUID="6039e1c4-02"
    /dev/loop0: TYPE="squashfs"
    /dev/loop1: UUID="5857fcdc-02d9-4d16-aeb5-00d786995ffc" TYPE="ext4"
    /dev/loop2: UUID="5857fcdc-02d9-4d16-aeb5-00d786995ffc" TYPE="ext4"
    /dev/mapper/arch_root-image: UUID="5857fcdc-02d9-4d16-aeb5-00d786995ffc" TYPE="ext4"
    /dev/mapper/cryptroot: UUID="d1d0825c-25d1-4cbe-811f-725d9ef8d034" TYPE="ext4"
    /dev/sdc1: UUID="86D3-3C7E" TYPE="vfat" PARTUUID="c3072e18-01"
    /dev/sda7: PARTUUID="850a6169-07"
    /dev/sda8: PARTUUID="850a6169-08"
    /etc/default/grub
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch"
    GRUB_CMDLINE_LINUX_DEFAULT="quiet"
    GRUB_CMDLINE_LINUX="cryptdevice=/dev/sda6:cryptroot"
    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT=5
    #GRUB_HIDDEN_TIMEOUT_QUIET=true
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT=console
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT=console
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    GRUB_GFXMODE=auto
    # Uncomment to allow the kernel use the same resolution used by grub
    GRUB_GFXPAYLOAD_LINUX=keep
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY=true
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    #GRUB_COLOR_NORMAL="light-blue/black"
    #GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    #GRUB_BACKGROUND="/path/to/wallpaper"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    #GRUB_SAVEDEFAULT="true"
    /boot/grub/grub.cfg
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="0"
    fi
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if loadfont unicode ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
    # Fallback normal timeout code in case the timeout_style feature is
    # unavailable.
    else
    set timeout=5
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-d1d0825c-25d1-4cbe-811f-725d9ef8d034' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod cryptodisk luks gcry_rijndael gcry_rijndael gcry_sha1
    insmod ext2
    set root='cryptouuid/691c218e658f47ff82966b266b2c06c9'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint='cryptouuid/691c218e658f47ff82966b266b2c06c9' d1d0825c-25d1-4cbe-811f-725d9ef8d034
    else
    search --no-floppy --fs-uuid --set=root d1d0825c-25d1-4cbe-811f-725d9ef8d034
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=d1d0825c-25d1-4cbe-811f-725d9ef8d034 rw cryptdevice=/dev/sda6:cryptroot quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-d1d0825c-25d1-4cbe-811f-725d9ef8d034' {
    menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-d1d0825c-25d1-4cbe-811f-725d9ef8d034' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod cryptodisk luks gcry_rijndael gcry_rijndael gcry_sha1
    insmod ext2
    set root='cryptouuid/691c218e658f47ff82966b266b2c06c9'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint='cryptouuid/691c218e658f47ff82966b266b2c06c9' d1d0825c-25d1-4cbe-811f-725d9ef8d034
    else
    search --no-floppy --fs-uuid --set=root d1d0825c-25d1-4cbe-811f-725d9ef8d034
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=d1d0825c-25d1-4cbe-811f-725d9ef8d034 rw cryptdevice=/dev/sda6:cryptroot quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-d1d0825c-25d1-4cbe-811f-725d9ef8d034' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod cryptodisk luks gcry_rijndael gcry_rijndael gcry_sha1
    insmod ext2
    set root='cryptouuid/691c218e658f47ff82966b266b2c06c9'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint='cryptouuid/691c218e658f47ff82966b266b2c06c9' d1d0825c-25d1-4cbe-811f-725d9ef8d034
    else
    search --no-floppy --fs-uuid --set=root d1d0825c-25d1-4cbe-811f-725d9ef8d034
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=d1d0825c-25d1-4cbe-811f-725d9ef8d034 rw cryptdevice=/dev/sda6:cryptroot quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    ### END /etc/grub.d/60_memtest86+ ###
    Things I tried:
    Replace this line in grub.cfg with
    linux /boot/vmlinuz-linux root=UUID=d1d0825c-25d1-4cbe-811f-725d9ef8d034 rw cryptdevice=UUID=d1d0825c-25d1-4cbe-811f-725d9ef8d034:cryptroot quiet
    Do mkinitcpio -p linux but the hook ecrypt is there, so I assume it's a grub issue.
    In
    /etc/default/grub
    replace GRUB_CMDLINE_LINUX="cryptdevice=/dev/sda6:cryptroot" with actual UUID, etc.
    Grub config was made with
    grub-mkconfig -o /boot/grub/grub.cfg
    Grub was installed with
    grub-install --target=i386-pc --recheck /dev/sda
    Last edited by shape (2014-07-21 15:23:05)

    Welcome to the forum :-)
    Please remember to mark the thread as solved https://bbs.archlinux.org/viewtopic.php?id=130309
    When posting configs, code or command output, please use [ code ] tags, not [ quote ] tags https://bbs.archlinux.org/help.php#bbcode
    like this
    It makes the code more readable and - in case of longer listings - more convenient to scroll through.

  • Failed to Open FR report With Error code 500 - 'unable to process request'

    I am running a load test against PBCS service. The service is load-balanced with 2 managed servers : EPMServer0 and EPMServer1
    When I put the loads with 60 VUs -- all visiting FR reports, the service runs without error. But when the VU# increased to 90, it began to respond with Error code 500  - 'unable to process request'.
    I tried to correlate the FRLogging logs to the errors, and found during the time those error happens, there are logs like this:
    >>>>>>>>>>>>>>>>>>>>>>>>>>
    [2013-09-27T05:21:29.325+00:00] [EPMServer0] [WARNING] [00365] [oracle.EPMFR.core] [tid: [ACTIVE].ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: sysname50134114.PerfUser0439] [ecid: 004tpQ^VFHT7m3RLIYDCif0007a30002bD,0:2:1:1] [APP: FINANCIALREPORTING#11.1.2.0] [SRC_CLASS: com.hyperion.reporting.connection.UserConnection] [SRC_METHOD: openConnection] User authentication information is invalid. Unable to connect to datasource.[[
    com.hyperion.reporting.util.HyperionReportException: Error connecting to database connection Vision:Plan1: Failed to sync with user provisioning.com.hyperion.planning.HspRuntimeException
            at com.hyperion.reporting.connection.UserConnection.openConnection(Unknown Source)
            at com.hyperion.reporting.connection.UserConnection.openConnection(Unknown Source)
            at com.hyperion.reporting.connection.UserConnection.<init>(Unknown Source)
            at com.hyperion.reporting.connection.ConnectionManager.getConnection(Unknown Source)
            at com.hyperion.reporting.connection.ConnectionManager.getCube(Unknown Source)
            at com.hyperion.reporting.connection.ConnectionManager.getCube(Unknown Source)
            at com.hyperion.reporting.webviewer.WebDynamicReport.validateDatasources(Unknown Source)
        at jsp_servlet._modules._com._hyperion._reporting._web._reportviewer.__hrhtmlreport._jspService(__hrhtmlreport.java:1999)
            at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
            at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at com.hyperion.reporting.webviewer.HRSecurePagesFilter.needAuthentication(Unknown Source)
            at com.hyperion.reporting.webviewer.HRSecurePagesFilter.doFilter(Unknown Source)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at com.hyperion.reporting.webviewer.FRClusterHelper.doFilter(Unknown Source)
    >>>>>>>>>>>>>>>>>>>>>>>>>
    It looks like the servlet failed to open the datasource connection while handling the FR requests. But there are several data sources. My questions are:
    1) Which datasource is corresponding to the issue? Is it EPMSystemRegistry?
    2) What is the recommended configuration for the connection pool max capacity setting? -- current setting for EPMSystemRegistry is 30
    3) Whether it could be a connection leak problem as only 90 concurrent end user is visiting and it failed to connect?
    Thanks,
    Ellick Lu
    Type
    JNDI Name
    Targets
    aif_datasource
    Generic
    jdbc/aif_datasource
    EPMServer
    calc_datasource
    Generic
    jdbc/calc_datasource
    EPMServer
    EPMSystemRegistry
    Generic
    jdbc/EPMSystemRegistry
    EPMServer
    odiMasterRepository
    Generic
    jdbc/odiMasterRepository
    EPMServer
    planning_datasource
    Generic
    jdbc/planning_datasource
    EPMServer
    raframework_datasource
    Generic
    jdbc/raframework_datasource
    EPMServer

    It is checking for Database connection in Workspace. Check Editing Database Connections
    Can those users login to Planning? Do they have correct security setup (I guess not)
    Regards
    Celvin
    http://www.orahyplabs.com

  • SLD Configuration : Error opening an RFC  Connection

    Hi All,
    I am working on EP6 SP19 and trying  to configure SLD.
    I was trying to check the data collection with the transaction RZ70,and I got the following error:
    Data collected succesfully
    Used RFC Destination: SLD_NUC
    RFC call failed: Error opening an RFC Connection
    Existing periodic jobs removed, number: 1
    Program scheduled: 20070327
    Event controlled job already exists,scheduling not necessary
    I performed the follloewing steps:
    I have imported CRContent.zip succesfully.
    I have configured the data supplier bridge with following parameters.
    Update local SLD (sld/active): TRUE
    RFC Gateway:
    Server : <host name of J2EE server>
    Service : <The SAP gateway service port> (here I gave sapgw00)
    This gateway service is installed while installing WAS Java.
    Please clarify if I can use the same or Do I need to install standalone gateway instance?
    I restarted the Data supplier bridge it is running.
    I have created RFC destinations through visual administrator with
    JCO RFC provider and used the same name for the program id
    in RFC destination of SM59
    Once the above steps are done,I am getting the error.(Error opening RFC)
    Please give me a clue of wat else do I need to do?
    Regards,
    Santhosh

    Hi,
    check the following once.
    How to configure the R/3 system as technical system into portal is follows.
    U need to add some properties in VA.
    Then only it will works.
    U can goto the VA and in SLD data supplier add some properties like this.
    1)HTTP settings: host = poratl host , port=50000 ,user = portal username , pwd=give thepwd.
    2)RFC settings : Gateway host= poratl host and Gatewayservice=sapgw00
    3)CIM client generation settings :host and port are the same as above and user and PWD same above
    After this u need to check the Cimclicnt and that shows success.
    And finally u need to go to the SLD add ur r/3 system properties and and ip address and host name in the host file of ur windows.
    and finally add message server host in the services file in ur windows.
    Have you checked the JCo destinations And SLD connetions.
    If all are correct then u can add the properties in the Application server
    Host file add the IP address and alias name
    C:\WINDOWS\system32\drivers\etc\host
    in services file add the <Messageserverhost> 3600/tcp.
    C:\WINDOWS\system32\drivers\etc\services.
    Then it might helps you.
    Thanks,
    Lohi.

  • Wireless: wpa_supplicant failed to open config file [SOLVED]

    Hi,
    I'm having trouble configuring my wireless network. At the moment I'm following the guide from the wiki, I can scan for networks but when i try to connect with wpa_supplicant I get following error:
    Successfully initialized wpa_supplicant
    Failed to open config file '/dev/fd/63', error: No such file or directory
    Failed to read or parse configuration '/dev/fd/63'.
    So far I've tried to google the problem, but haven't found a solution that works. I hope you can point me in the right direction.
    Additional info:
    'ip link' provide following output:
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: wwp0s29u1u4i6: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether 02:80:37:ec:02:00 brd ff:ff:ff:ff:ff:ff
    3: wlp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
    link/ether 00:24:d7:af:98:dc brd ff:ff:ff:ff:ff:ff
    4: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether f0:de:f1:53:66:eb brd ff:ff:ff:ff:ff:ff
    And lspci:
    lspci -k | grep Network
    00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
    03:00.0 Network controller: Intel Corporation Centrino Ultimate-N 6300 (rev 35)
    And dmesg:
    dmesg | grep firmware
    [ 2.379351] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-6000-6.ucode failed with error -2
    [ 2.379368] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-6000-5.ucode failed with error -2
    [ 2.382114] iwlwifi 0000:03:00.0: loaded firmware version 9.221.4.1 build 25532 op_mode iwldvm
    [ 8.560626] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
    I guess it have something to do with the firmware, but I'm not sure, as when I googled the problem I stumbled upon a site stating that the wireless card should be supported by the kernel.
    Last edited by cube2 (2015-01-07 14:00:34)

    Yes it is on the same line as this:
    sudo wpa_supplicant -D nl80211,wext -i wlp3s0 -c <(wpa_passphrase "SSID" "key")
    systemtcl list-units
    systemctl list-units
    UNIT LOAD ACTIVE SUB DESCRIPTION
    proc-sys-fs-binfmt_misc.automount loaded active waiting Arbitrary Executable File Formats File System Automount Point
    sys-devices-pci0000:00-0000:00:01.0-0000:01:00.0-backlight-acpi_video1.device loaded active plugged /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video1
    sys-devices-pci0000:00-0000:00:01.0-0000:01:00.0-drm-card0-card0\x2dLVDS\x2d1-nv_backlight.device loaded active plugged /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0/card0-LVDS-1/nv_backlight
    sys-devices-pci0000:00-0000:00:02.0-backlight-acpi_video0.device loaded active plugged /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0
    sys-devices-pci0000:00-0000:00:02.0-drm-card1-card1\x2dLVDS\x2d2-intel_backlight.device loaded active plugged /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-2/intel_backlight
    sys-devices-pci0000:00-0000:00:16.3-tty-ttyS0.device loaded active plugged 6 Series/C200 Series Chipset Family KT Controller
    sys-devices-pci0000:00-0000:00:19.0-net-enp0s25.device loaded active plugged 82579LM Gigabit Network Connection
    sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.4-3\x2d1.4:1.0-bluetooth-hci0-rfkill2.device loaded active plugged /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/bluetooth/hci0/rfkill2
    sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.4-3\x2d1.4:1.0-bluetooth-hci0.device loaded active plugged /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/bluetooth/hci0
    sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device loaded active plugged 6 Series/C200 Series Chipset Family High Definition Audio Controller
    sys-devices-pci0000:00-0000:00:1c.1-0000:03:00.0-ieee80211-phy0-rfkill3.device loaded active plugged /sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/rfkill3
    sys-devices-pci0000:00-0000:00:1c.1-0000:03:00.0-net-wlp3s0.device loaded active plugged Centrino Ultimate-N 6300 (3x3 AGN)
    sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.1-tty-ttyACM0.device loaded active plugged F5521gw
    sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.3-tty-ttyACM1.device loaded active plugged F5521gw
    sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.6-net-wwp0s29u1u4i6.device loaded active plugged F5521gw
    sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.9-tty-ttyACM2.device loaded active plugged F5521gw
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device loaded active plugged INTEL_SSDSA2M160G2LE 1
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device loaded active plugged INTEL_SSDSA2M160G2LE 2
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device loaded active plugged INTEL_SSDSA2M160G2LE
    sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device loaded active plugged MATSHITADVD-RAM_UJ8A2
    sys-devices-platform-serial8250-tty-ttyS1.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS1
    sys-devices-platform-serial8250-tty-ttyS2.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS2
    sys-devices-platform-serial8250-tty-ttyS3.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS3
    sys-devices-platform-thinkpad_acpi-rfkill-rfkill0.device loaded active plugged /sys/devices/platform/thinkpad_acpi/rfkill/rfkill0
    sys-devices-platform-thinkpad_acpi-rfkill-rfkill1.device loaded active plugged /sys/devices/platform/thinkpad_acpi/rfkill/rfkill1
    sys-devices-platform-thinkpad_acpi-sound-card29.device loaded active plugged /sys/devices/platform/thinkpad_acpi/sound/card29
    sys-module-configfs.device loaded active plugged /sys/module/configfs
    sys-subsystem-bluetooth-devices-hci0.device loaded active plugged /sys/subsystem/bluetooth/devices/hci0
    sys-subsystem-net-devices-enp0s25.device loaded active plugged 82579LM Gigabit Network Connection
    sys-subsystem-net-devices-wlp3s0.device loaded active plugged Centrino Ultimate-N 6300 (3x3 AGN)
    sys-subsystem-net-devices-wwp0s29u1u4i6.device loaded active plugged F5521gw
    -.mount loaded active mounted /
    dev-hugepages.mount loaded active mounted Huge Pages File System
    dev-mqueue.mount loaded active mounted POSIX Message Queue File System
    home.mount loaded active mounted /home
    run-user-1000.mount loaded active mounted /run/user/1000
    sys-kernel-config.mount loaded active mounted Configuration File System
    sys-kernel-debug.mount loaded active mounted Debug File System
    tmp.mount loaded active mounted Temporary Directory
    systemd-ask-password-console.path loaded active waiting Dispatch Password Requests to Console Directory Watch
    systemd-ask-password-wall.path loaded active waiting Forward Password Requests to Wall Directory Watch
    session-c1.scope loaded active running Session c1 of user jakob
    dbus.service loaded active running D-Bus System Message Bus
    [email protected] loaded active running dhcpcd on enp0s25
    [email protected] loaded active running Getty on tty1
    kmod-static-nodes.service loaded active exited Create list of required static device nodes for the current kernel
    systemd-backlight@backlight:acpi_video0.service loaded active exited Load/Save Screen Backlight Brightness of backlight:acpi_video0
    systemd-backlight@backlight:acpi_video1.service loaded active exited Load/Save Screen Backlight Brightness of backlight:acpi_video1
    systemd-backlight@backlight:intel_backlight.service loaded active exited Load/Save Screen Backlight Brightness of backlight:intel_backlight
    systemd-backlight@backlight:nv_backlight.service loaded active exited Load/Save Screen Backlight Brightness of backlight:nv_backlight
    systemd-fsck@dev-disk-by\x2duuid-69c2b129\x2dd95a\x2d48f7\x2d84de\x2d058ba5f97b42.service loaded active exited File System Check on /dev/disk/by-uuid/69c2b129-d95a-48f7-84de-058ba5f97b42
    systemd-journal-flush.service loaded active exited Trigger Flushing of Journal to Persistent Storage
    systemd-journald.service loaded active running Journal Service
    systemd-logind.service loaded active running Login Service
    systemd-random-seed.service loaded active exited Load/Save Random Seed
    systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems
    [email protected] loaded active exited Load/Save RF Kill Switch Status of rfkill0
    [email protected] loaded active exited Load/Save RF Kill Switch Status of rfkill1
    [email protected] loaded active exited Load/Save RF Kill Switch Status of rfkill2
    [email protected] loaded active exited Load/Save RF Kill Switch Status of rfkill3
    systemd-sysctl.service loaded active exited Apply Kernel Variables
    systemd-tmpfiles-setup-dev.service loaded active exited Create Static Device Nodes in /dev
    systemd-tmpfiles-setup.service loaded active exited Create Volatile Files and Directories
    systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
    systemd-udevd.service loaded active running udev Kernel Device Manager
    pstree
    systemd─┬─chromium─┬─chrome-sandbox───chromium─┬─chrome-sandbox───nacl_helper
    │ │ └─chromium─┬─chromium─┬─2*[{Blink GC Sweepe}]
    │ │ │ ├─2*[{Blink Heap Mark}]
    │ │ │ ├─{Chrome_ChildIOT}
    │ │ │ ├─{Compositor}
    │ │ │ ├─{HTMLParserThrea}
    │ │ │ ├─{OptimizingCompi}
    │ │ │ ├─{WorkerPool/662}
    │ │ │ └─{WorkerPool/663}
    │ │ ├─chromium─┬─2*[{Blink GC Sweepe}]
    │ │ │ ├─2*[{Blink Heap Mark}]
    │ │ │ ├─{Chrome_ChildIOT}
    │ │ │ ├─{Compositor}
    │ │ │ ├─{HTMLParserThrea}
    │ │ │ └─{OptimizingCompi}
    │ │ ├─12*[chromium─┬─2*[{Blink GC Sweepe}]]
    │ │ │ ├─2*[{Blink Heap Mark}]]
    │ │ │ ├─{Chrome_ChildIOT}]
    │ │ │ ├─{CompositorRaste}]
    │ │ │ ├─{Compositor}]
    │ │ │ ├─{HTMLParserThrea}]
    │ │ │ └─{OptimizingCompi}]
    │ │ ├─chromium─┬─2*[{Blink GC Sweepe}]
    │ │ │ ├─2*[{Blink Heap Mark}]
    │ │ │ ├─{Chrome_ChildIOT}
    │ │ │ ├─{CompositorRaste}
    │ │ │ ├─{Compositor}
    │ │ │ ├─{HTMLParserThrea}
    │ │ │ ├─{OptimizingCompi}
    │ │ │ ├─{WorkerPool/155}
    │ │ │ └─{WorkerPool/156}
    │ │ ├─chromium─┬─2*[{Blink GC Sweepe}]
    │ │ │ ├─2*[{Blink Heap Mark}]
    │ │ │ ├─{Chrome_ChildIOT}
    │ │ │ ├─{CompositorRaste}
    │ │ │ ├─{Compositor}
    │ │ │ ├─{HTMLParserThrea}
    │ │ │ ├─{OptimizingCompi}
    │ │ │ ├─{WorkerPool/666}
    │ │ │ └─{WorkerPool/667}
    │ │ └─chromium─┬─{AudioOutputDevi}
    │ │ ├─2*[{Blink GC Sweepe}]
    │ │ ├─2*[{Blink Heap Mark}]
    │ │ ├─{Chrome_ChildIOT}
    │ │ ├─{CompositorRaste}
    │ │ ├─{Compositor}
    │ │ ├─{FFmpegDemuxer}
    │ │ ├─{HTMLParserThrea}
    │ │ ├─{Media}
    │ │ ├─{OptimizingCompi}
    │ │ ├─{WorkerPool/688}
    │ │ └─{WorkerPool/693}
    │ ├─chromium─┬─chromium
    │ │ ├─{Chrome_ChildIOT}
    │ │ └─{Watchdog}
    │ ├─{AudioThread}
    │ ├─{Blink GC Sweepe}
    │ ├─2*[{Blink Heap Mark}]
    │ ├─3*[{BrowserBlocking}]
    │ ├─{BrowserWatchdog}
    │ ├─3*[{CachePoolWorker}]
    │ ├─{Chrome_CacheThr}
    │ ├─{Chrome_DBThread}
    │ ├─{Chrome_FileThre}
    │ ├─{Chrome_FileUser}
    │ ├─{Chrome_HistoryT}
    │ ├─{Chrome_IOThread}
    │ ├─{Chrome_ProcessL}
    │ ├─{Chrome_SafeBrow}
    │ ├─{Chrome_SyncThre}
    │ ├─{CrShutdownDetec}
    │ ├─{IndexedDB}
    │ ├─{LevelDBEnv.IDB}
    │ ├─{LevelDBEnv}
    │ ├─{NSS SSL ThreadW}
    │ ├─{NetworkChangeNo}
    │ ├─{OptimizingCompi}
    │ ├─2*[{Proxy resolver}]
    │ ├─{WorkerPool/1890}
    │ ├─{WorkerPool/1936}
    │ ├─{chromium}
    │ ├─{extension_crash}
    │ ├─{gpu-process_cra}
    │ ├─{handle-watcher-}
    │ ├─{inotify_reader}
    │ ├─{renderer_crash_}
    │ └─{sandbox_ipc_thr}
    ├─2*[dbus-daemon]
    ├─dbus-launch
    ├─dhcpcd
    ├─login───startx───xinit─┬─Xorg.bin─┬─xf86-video-inte
    │ │ └─{Xorg.bin}
    │ └─awesome───{gmain}
    ├─systemd───(sd-pam)
    ├─systemd-journal
    ├─systemd-logind
    ├─systemd-udevd
    ├─xterm───bash───pstree
    └─xterm───bash

  • CR2008 - Failed to open the connection. Failed to open the connection. ...

    Getting the following error when running CR2008 reports from web server:
    "Failed to open the connection. Failed to open the connection. <report_name>{2585477E-FB02-4594-9DB5-FFBFF2ABE124}.rpt"
    The web server is a Windows Server 2008 x64.  The IIS7 application pool is configured for 32bit, which solved our initial problem.  We are getting the above error if we use either CR2008 or CR2008 SP1.  Same issue with CRRuntime_12_1_mlb.exe.
    If we load CR2008 onto the web server, we can open and run the reports.  Thus, there appears to be no problem with the reports or the data source (an Access database).  Web application runs on development machine (windows xp).
    Why is there a GUID in the report file name?  How can we resolve this issue or what else should we check?
    TIA, Gary.

    Figured it out.  Turns out the ODBC data source name had been setup incorrectly.  Became obvious when stepping through the code.

Maybe you are looking for

  • TS3510 I cant seem to log in to Facetime and iMessage.

    Whenever I log in my apple id it would give me 2 seconds and goes back to the log in screen. It says: You were signed out of iMessage because your Apple ID or password changed. Sign in to turn iMessage.

  • Difference Between Using MVC And SwingUtilities For GUI Component Update

    Hi Guys, What are the difference of using the MVC (Model View Controler) pattern to update GUI and using the SwingUtilities of doing the same job? Are there any big differences or shortcomings of any? Thanks.

  • MOBILE NETWORK OFF

      Hi I have a problem with my 9550 it works fine but the mobile network only goes for about a minute and then goes OFF y wipe the phone install the new software and the problem still there. anyone knows what to do ?????

  • How to import a Project from iMovie 09 to FCPx

    im having a bit of trouble imprting my project with all the edits and sounds and titles to Final cut pro x and i wondering what is the correct order to import it. and the project is on a diffrent computer than FCPx, does that matter?

  • Removing a column

    It looks as if there is no way to hide a column in Discoverer Plus. Please confirm this. Secondly, if the only way to hide a column is to remove the column, if this field is used in a condition, that condition is automatically removed from the worksh