[SOLVED] [wine, bumblebee] /usr/lib/libturbojpeg.so missing

Hi together,
i cannot start games using wine and optirun anymore. Wine complains about the file /usr/lib/libturbojpeg.so is missing although it is there. Maybe optirun redirects to another
lib instead which is actually missing. Yesterday it worked so i think it has to do with the update of lib32-libjpeg-turbo i installed today.
Thanks for your help.
Yours
Thomas
Edit:
Sorry i made a mistake. The error complains just about "libturbojpeg.so" not "/usr/lib/libturbojpeg.so" so i think "/usr/lib32/libturbojpeg.so" is meant which is actually missing.
Last edited by Werzi2001 (2012-07-08 11:40:58)

I can confirm that suggestion 1 works and is quite easy to perform. # $Id: PKGBUILD 73348 2012-07-06 15:36:04Z bluewind $
Here is the PKGBUILD file, I used
Basically all I did was change the version and uncomment the line that deletes the libturbojpeg.so file like so:
#rm "$pkgdir"/usr/lib32/libturbojpeg.{so,a}
Refer to the abs faq if your stuck. https://wiki.archlinux.org/index.php/ABS_FAQ
# Maintainer: Allan McRae <[email protected]>
# Contributor: Simone Sclavi 'Ito' <[email protected]>
_pkgbasename=libjpeg-turbo
pkgname=lib32-$_pkgbasename
pkgver=1.2.0
pkgrel=1
pkgdesc="libjpeg derivative with accelerated baseline JPEG compression and decompression (32-bit)"
arch=('x86_64')
url="http://libjpeg-turbo.virtualgl.org/"
license=('GPL' 'custom')
depends=('lib32-glibc' $_pkgbasename)
makedepends=('nasm' gcc-multilib)
provides=('lib32-libjpeg=8.0.2')
conflicts=('lib32-libjpeg')
replaces=('lib32-libjpeg')
options=('!libtool')
source=(http://sourceforge.net/projects/$_pkgbasename/files/$pkgver/$_pkgbasename-$pkgver.tar.gz)
sha1sums=('4ab00afc9a8d54cd2e7a67aacb9c49e01a8bccac')
build() {
cd "$srcdir/$_pkgbasename-$pkgver"
export CC="gcc -m32"
export CXX="g++ -m32"
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
sed -i "s|NAFLAGS='-felf64 -DELF -D__x86_64__'|NAFLAGS='-felf32 -DELF -D__x86_64__'|" configure
./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man --libdir=/usr/lib32 --without-simd
make
package() {
cd "$srcdir/$_pkgbasename-$pkgver"
make DESTDIR="$pkgdir/" install
# do not distributre libturbojpeg as it is unversioned
#rm "$pkgdir"/usr/lib32/libturbojpeg.{so,a}
rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
mkdir -p "$pkgdir/usr/share/licenses"
ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"

Similar Messages

  • [SOLVED] Error "libpng12: /usr/lib/libpng.so.3 exists in filesystem".

    I've just tried to install the stable "google-chrome" package from AUR with the command.  I have all of the dependencies already installed except for these two:
    - libjpeg6 (building from AUR)
    - libpng12 (package found)
    When the package manage tries to install "libpng12-1.2.43-1", I get the following error:
    error: failed to commit transaction (conflicting files)
    libpng12: /usr/lib/libpng.so.3 exists in filesystem
    Errors occurred, no packages were upgraded.
    According to the file manager (Thunar), the file /usr/lib/libpng.so.3 is a link to /usr/lib/libpng.so.
    This is probably a silly question (as I'm a clueless newbie!) but... can I just delete this link and expect the installation of libpng12 to replace it so that everything will still work...?
    Thanks in advance :-)
    Last edited by esuhl (2011-01-21 02:46:19)

    $ pacman -Ql libpng|grep /lib/
    libpng /usr/lib/
    libpng /usr/lib/libpng.a
    libpng /usr/lib/libpng.so
    libpng /usr/lib/libpng14.a
    libpng /usr/lib/libpng14.so
    libpng /usr/lib/libpng14.so.14
    libpng /usr/lib/libpng14.so.14.5.0
    libpng /usr/lib/pkgconfig/
    libpng /usr/lib/pkgconfig/libpng.pc
    libpng /usr/lib/pkgconfig/libpng14.pc
    A tip: run pacman -Qo on the file in question, either you put that symlink there yourself or strange things are happening on your system.

  • [SOLVED] Succeeded with /usr/lib thingy, but KDE now refuses login

    Hi all,
    I finally managed to upgrade my system by following the steps as written in the wiki. Then I rebooted.
    Now, when I enter user name and password as prompted by the KDE login then always a dialog pops up saying "System is booting up!". Clicking the OK button brings me back to the login. That's it, I'm locked out.
    I wanted to look at the output of dmesg, but unfortunately I can't open a conole other then CTRL-ALT-F1 and pressing CTRL-C there is w/o any effect.
    Any idea how to get at my system again?
    Cheers
    poseidon
    Last edited by poseidon (2012-07-20 06:52:52)

    Strange, seems that rc.local has to be empty now? Had a call to conky in there. After deleting it and rebooting, I could again log into my KDE desktop.
    As on my acer no consoles are provieded I had to somehow boot into single user mode. Here is how I did it: http://www.cyberciti.biz/faq/grub-boot- … user-mode/.
    poseidon

  • [solved] compiz-core upgrade issue: missing /usr/lib/compiz/libcore.so

    After upgrading from compiz-core 0.8.8-3 to 0.8.8-4, but it's persisting even downgrading I got a segfault for the missing file.
    Running
    LANG=C xinit >xinit.log 2>xinit.log
    with the following .xinitrc
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    setxkbmap it -option compose:rctrl -option terminate:ctrl_alt_bksp
    urxvtd -f -o
    fbpanel &
    gtk-redshift &
    compiz --debug --replace ccp --indirect-rendering
    echo "ARGH -> $?"
    I got this output in xinit.log
    ARGH -> 139
    rver 1.13.0
    Release Date: 2012-09-05
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.6.0-1-ARCH x86_64.
    Current Operating System: Linux archmini 3.6.2-1-ARCH #1 SMP PREEMPT Fri Oct 12 23:58:58 CEST 2012#
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7342087f-b1bb-4133-8b50-d25ff902fcab#
    Build Date: 05 October 2012 01:57:18PM
    Current version of pixman: 0.26.2
    >...Before reporting problems, check http://wiki.x.org
    >...to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    >...(++) from command line, (!!) notice, (II) informational,
    >...(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 15 22:20:21 2012
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    Loading extension GLX
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    rxvt-unicode daemon listening on /home/milky/.urxvt/urxvtd-archmini.
    compiz (core) - Debug: Could not stat() file /home/milky/.compiz/plugins/libcore.so : No such file#
    compiz (core) - Debug: Could not stat() file /usr/lib/compiz/libcore.so : No such file or directory
    /home/milky/.xinitrc: line 19: 858 Segmentation fault compiz --debug --replace ccp --indire#
    xinit: connection to X server lost
    ^M
    waiting for X server to shut down urxvt: X connection to ':0' broken, unable to recover, exiting.
    Server terminated successfully (0). Closing log file.
    Relevant pacman.log:
    [2012-10-15 21:30] Running 'pacman -Syu'
    [2012-10-15 21:30] synchronizing package lists
    [2012-10-15 21:30] starting full system upgrade
    [2012-10-15 21:40] upgraded acpid (2.0.17-1 -> 2.0.17-3)
    [2012-10-15 21:40] upgraded cabal-install (1.16.0-1 -> 1.16.0-2)
    [2012-10-15 21:40] upgraded chromium (22.0.1229.92-1 -> 22.0.1229.94-1)
    [2012-10-15 21:40] upgraded libglapi (8.0.4-3 -> 9.0-1)
    [2012-10-15 21:40] upgraded libgl (8.0.4-3 -> 9.0-1)
    [2012-10-15 21:40] installed glu (9.0.0-1)
    [2012-10-15 21:40] upgraded compiz-core (0.8.8-3 -> 0.8.8-4)
    [2012-10-15 21:40] upgraded curl (7.27.0-1 -> 7.28.0-1)
    [2012-10-15 21:40] upgraded dnsutils (9.9.1.P3-1 -> 9.9.2-1)
    [2012-10-15 21:40] upgraded erlang (R15B01-1 -> R15B01-2)
    [2012-10-15 21:40] upgraded firefox (15.0.1-1 -> 16.0.1-1)
    [2012-10-15 21:40] upgraded firefox-i18n-it (15.0.1-1 -> 16.0.1-1)
    [2012-10-15 21:40] upgraded freeglut (2.8.0-1 -> 2.8.0-2)
    [2012-10-15 21:40] upgraded gegl (0.2.0-3 -> 0.2.0-4)
    [2012-10-15 21:40] upgraded git (1.7.12.2-1 -> 1.7.12.3-1)
    [2012-10-15 21:40] upgraded gnutls (3.1.2-1 -> 3.1.3-1)
    [2012-10-15 21:40] upgraded gparted (0.13.1-1 -> 0.14.0-1)
    [2012-10-15 21:40] upgraded hwids (20120922-1 -> 20121012-1)
    [2012-10-15 21:40] upgraded intel-dri (8.0.4-3 -> 9.0-1)
    [2012-10-15 21:40] upgraded jasper (1.900.1-7 -> 1.900.1-8)
    [2012-10-15 21:40] upgraded khrplatform-devel (8.0.4-3 -> 9.0-1)
    [2012-10-15 21:40] upgraded pam (1.1.5-4 -> 1.1.6-1)
    [2012-10-15 21:40] upgraded util-linux (2.22-7 -> 2.22.1-1)
    [2012-10-15 21:40] upgraded systemd (194-1 -> 194-3)
    [2012-10-15 21:40] upgraded libgbm (8.0.4-3 -> 9.0-1)
    [2012-10-15 21:40] upgraded libegl (8.0.4-3 -> 9.0-1)
    [2012-10-15 21:40] upgraded libldap (2.4.32-1 -> 2.4.33-1)
    [2012-10-15 21:40] >>> Updating module dependencies. Please wait ...
    [2012-10-15 21:40] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-10-15 21:40] ==> Building image from preset: 'default'
    [2012-10-15 21:40] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-10-15 21:40] ==> Starting build: 3.6.2-1-ARCH
    [2012-10-15 21:40] -> Running build hook: [base]
    [2012-10-15 21:40] -> Running build hook: [udev]
    [2012-10-15 21:40] -> Running build hook: [autodetect]
    [2012-10-15 21:40] -> Running build hook: [pata]
    [2012-10-15 21:40] -> Running build hook: [scsi]
    [2012-10-15 21:40] -> Running build hook: [sata]
    [2012-10-15 21:40] -> Running build hook: [filesystems]
    [2012-10-15 21:40] -> Running build hook: [usbinput]
    [2012-10-15 21:40] -> Running build hook: [fsck]
    [2012-10-15 21:40] ==> Generating module dependencies
    [2012-10-15 21:40] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-10-15 21:40] ==> Image generation successful
    [2012-10-15 21:40] ==> Building image from preset: 'fallback'
    [2012-10-15 21:40] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-10-15 21:40] ==> Starting build: 3.6.2-1-ARCH
    [2012-10-15 21:40] -> Running build hook: [base]
    [2012-10-15 21:40] -> Running build hook: [udev]
    [2012-10-15 21:40] -> Running build hook: [pata]
    [2012-10-15 21:40] -> Running build hook: [scsi]
    [2012-10-15 21:40] -> Running build hook: [sata]
    [2012-10-15 21:40] -> Running build hook: [filesystems]
    [2012-10-15 21:40] -> Running build hook: [usbinput]
    [2012-10-15 21:40] -> Running build hook: [fsck]
    [2012-10-15 21:40] ==> Generating module dependencies
    [2012-10-15 21:40] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-10-15 21:40] ==> Image generation successful
    [2012-10-15 21:40] upgraded linux (3.5.6-1 -> 3.6.2-1)
    [2012-10-15 21:40] upgraded linux-headers (3.5.6-1 -> 3.6.2-1)
    [2012-10-15 21:40] upgraded lirc-utils (1:0.9.0-30 -> 1:0.9.0-31)
    [2012-10-15 21:40] upgraded mesa (8.0.4-3 -> 9.0-1)
    [2012-10-15 21:40] upgraded mtdev (1.1.2-1 -> 1.1.3-1)
    [2012-10-15 21:40] upgraded nodejs (0.8.11-1 -> 0.8.12-1)
    [2012-10-15 21:40] upgraded subversion (1.7.6-1 -> 1.7.7-1)
    [2012-10-15 21:40] upgraded sysvinit-tools (2.88-8 -> 2.88-9)
    [2012-10-15 21:40] upgraded systemd-sysvcompat (194-1 -> 194-3)
    [2012-10-15 21:40] upgraded thunderbird (15.0.1-1 -> 16.0.1-1)
    [2012-10-15 21:40] upgraded tmux (1.6-2 -> 1.7-1)
    [2012-10-15 21:40] upgraded wpa_supplicant (1.0-1 -> 1.0-2)
    [2012-10-15 21:40] upgraded xf86-input-evdev (2.7.3-1 -> 2.7.3-2)
    [2012-10-15 21:40] upgraded xf86-video-intel (2.20.9-1 -> 2.20.9-2)
    [2012-10-15 21:40] upgraded xorg-server-common (1.12.4-1 -> 1.13.0-2)
    [2012-10-15 21:40] upgraded xorg-server (1.12.4-1 -> 1.13.0-2)
    [2012-10-15 21:40] upgraded youtube-dl (2012.09.27-1 -> 2012.10.09-1)
    Anyone can help me tracing in which package the missing file is located (if it's not in compiz-core)?
    Last edited by dexgeh (2012-10-16 17:58:39)

    I managed to solve the issue commenting the --indirect-rendering flag and installing and launching driconf to create a default ~/.drirc file.
    I just noticed that in the same upgrade I got intel-dri from 8.x to 9.x version, maybe it's related.
    Launching a terminal in .xinitrc and manually launching
    LIBGL_DEBUG=verbose compiz --debug --replace ccp
    show me a lot of errors, but it's working, and I don't need anymore the --indirect-rendering flag (in the past I put that flag in the command because of the bad performance that compiz had without).

  • [SOLVED]Missing /usr/lib/libgssapi.so when using conserver client

    With newly MIT krb5 in [Core] repo, everything I using console ( the client of conserver: http://aur.archlinux.org/packages.php?ID=27856), I got a compain about missing /usr/lib/libgssapi.so error.
    I recompiled it, but not work.
    Manaully create a link from /usr/lib/libgssapi_krb5.so will solve this problem.
    But still confusing about why recompile the software don't goes to correct lib file.
    Anyone can give me a clue?
    Last edited by cathay4t (2011-05-12 11:23:49)

    Where did you get that 0.1-4?
    I get this error when starting cups
    # /etc/rc.d/cups start
    :: Starting CUPS Daemon [BUSY]
    /usr/sbin/cupsd: error while loading shared libraries: libgssapi.so.2: cannot open shared object file: No such file or directory
    [FAIL]
    Last edited by markuman (2011-05-12 16:41:17)

  • /usr/lib/libjpeg.so.62 seems to be missing

    After an upgrade, various applications, such as KDE, Amarok, and wine complained about libjpeg.so.62 missing. I checked /usr/lib...and libjpeg.so.62 is missing, even though I have libjpeg installed. How do I fix this?

    Please search before posting - there are already quite a few threads about this issue, which is caused by some packages that have yet to be rebuilt against the recent libjpeg 7 upgrade.
    Closed.

  • Printer Paused - "/usr/lib/cups/backend/hp failed" [SOLVED]

    Nothing that I try to print with CUPS goes to the printer, it just sits in the job list saying "Pending".
    CUPS says the status of my printer is:
    Paused - "/usr/lib/cups/backend/hp failed"
    Restarting CUPS or DBus does nothing.
    I didn't notice any updates relating to CUPS so am not sure what exactly happened. I sync and update many times a day, so at least I know a timeframe. The last time I printed something was at:
    Sat 21 Nov 2009 03:05:18 PM PST
    Now nothing works. I really need to get this working, so any help would be greatly appreciated.
    EDIT2:
    Near as I can tell it is not indeed a package update problem, sorry. I suppose this is in the wrong forum now.
    Here is my /var/log/cups/error-log
    E [22/Nov/2009:00:02:01 -0800] Unable to open listen socket for address ::1:631 - Address family not supported by protocol.
    E [23/Nov/2009:14:53:53 -0800] Unable to remove temporary file "/var/spool/cups/tmp/.fontconfig" - Is a directory
    E [23/Nov/2009:14:53:54 -0800] Unable to open listen socket for address ::1:631 - Address family not supported by protocol.
    E [23/Nov/2009:14:53:54 -0800] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    D [23/Nov/2009:15:05:20 -0800] [Job 28] The following messages were recorded from 15:05:09 to 15:05:20
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Started filter pdftops (PID 3429)
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Started filter pstops (PID 3430)
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Page = 612x792; 18,14 to 594,778
    D [23/Nov/2009:15:05:20 -0800] [Job 28] slow_collate=0, slow_duplex=0, slow_order=0
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Before copy_comments - %!PS-Adobe-3.0
    D [23/Nov/2009:15:05:20 -0800] [Job 28] %!PS-Adobe-3.0
    D [23/Nov/2009:15:05:20 -0800] [Job 28] %%Creator: TeX
    D [23/Nov/2009:15:05:20 -0800] [Job 28] %%LanguageLevel: 3
    D [23/Nov/2009:15:05:20 -0800] [Job 28] %%DocumentSuppliedResources: (atend)
    D [23/Nov/2009:15:05:20 -0800] [Job 28] %%DocumentMedia: plain 596 842 0 () ()
    D [23/Nov/2009:15:05:20 -0800] [Job 28] %%BoundingBox: 0 0 596 842
    D [23/Nov/2009:15:05:20 -0800] [Job 28] %%Pages: 2
    D [23/Nov/2009:15:05:20 -0800] [Job 28] %%EndComments
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Before copy_prolog - %%BeginDefaults
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Before copy_setup - %%BeginSetup
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Before page loop - %%Page: 1 1
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Copying page 1...
    D [23/Nov/2009:15:05:20 -0800] [Job 28] pagew = 576.0, pagel = 763.2
    D [23/Nov/2009:15:05:20 -0800] [Job 28] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
    D [23/Nov/2009:15:05:20 -0800] [Job 28] PageLeft = 18.0, PageRight = 594.0
    D [23/Nov/2009:15:05:20 -0800] [Job 28] PageTop = 777.6, PageBottom = 14.4
    D [23/Nov/2009:15:05:20 -0800] [Job 28] PageWidth = 612.0, PageLength = 792.0
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Copying page 2...
    D [23/Nov/2009:15:05:20 -0800] [Job 28] pagew = 576.0, pagel = 763.2
    D [23/Nov/2009:15:05:20 -0800] [Job 28] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
    D [23/Nov/2009:15:05:20 -0800] [Job 28] PageLeft = 18.0, PageRight = 594.0
    D [23/Nov/2009:15:05:20 -0800] [Job 28] PageTop = 777.6, PageBottom = 14.4
    D [23/Nov/2009:15:05:20 -0800] [Job 28] PageWidth = 612.0, PageLength = 792.0
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Wrote 2 pages...
    D [23/Nov/2009:15:05:20 -0800] [Job 28] PID 3429 (pdftops) exited with no errors.
    D [23/Nov/2009:15:05:20 -0800] [Job 28] PID 3430 (pstops) exited with no errors.
    D [23/Nov/2009:15:05:20 -0800] [Job 28] foomatic-rip version $Revision=3.0.2.131$ running...
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Parsing PPD file ...
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Added option ColorSpace
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Added option Resolution
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Added option PageSize
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Added option Model
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Added option PrintoutMode
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Added option InputSlot
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Added option Duplex
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Added option Quality
    D [23/Nov/2009:15:05:20 -0800] [Job 28] *cupsFilter: "application/vnd.cups-postscript 100 foomatic-rip-hplip"
    D [23/Nov/2009:15:05:20 -0800] [Job 28] *cupsFilter: "application/vnd.cups-pdf 0 foomatic-rip-hplip"
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Added option PageRegion
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Added option ImageableArea
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Added option PaperDimension
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Added option Font
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Parameter Summary
    D [23/Nov/2009:15:05:20 -0800] [Job 28] -----------------
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Spooler: cups
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Printer: Primary
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Shell: /bin/sh
    D [23/Nov/2009:15:05:20 -0800] [Job 28] PPD file: /etc/cups/ppd/Primary.ppd
    D [23/Nov/2009:15:05:20 -0800] [Job 28] ATTR file:
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Printer model: HP LaserJet 1320 hpijs, 3.9.10.72
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Job title: soñar_en_cubano.pdf
    D [23/Nov/2009:15:05:20 -0800] [Job 28] File(s) to be printed:
    D [23/Nov/2009:15:05:20 -0800] [Job 28] <STDIN>
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] GhostScript extra search path ('GS_LIB'): /usr/share/cups/fonts
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Pondering option 'finishings=3'
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Unknown option finishings=3.
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Pondering option 'media=na_letter_8.5x11in'
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Unknown "media" component: "na_letter_8.5x11in".
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Pondering option 'number-up=1'
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Unknown option number-up=1.
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Pondering option 'sides=two-sided-long-edge'
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Pondering option 'job-uuid=urn:uuid:c6d32594-cd36-3c4e-65bf-a70c81a0e285'
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Unknown option job-uuid=urn:uuid:c6d32594-cd36-3c4e-65bf-a70c81a0e285.
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Pondering option 'job-originating-host-name=localhost'
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Unknown option job-originating-host-name=localhost.
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] ================================================
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] File: <STDIN>
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] ================================================
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Reading PostScript input ...
    D [23/Nov/2009:15:05:20 -0800] [Job 28] --> This document is DSC-conforming!
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %RBINumCopies: 1
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Job claims to be DSC-conforming, but "%%BeginProlog" was missing before first line with another "%%Begin..." comment (is this a TeX/LaTeX/dvips-generated PostScript file?). Assuming start of "Prolog" here.
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] -----------
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%BeginProlog
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%EndProlog
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] -----------
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%BeginSetup
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%BeginFeature: *PageSize Letter
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Option: PageSize=Letter --> Setting option
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %% FoomaticRIPOptionSetting: PageSize=Letter
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Option: PageSize=Letter --> Setting option
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%BeginFeature: *PrintoutMode Normal
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Option: PrintoutMode=Normal --> Setting option
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %% FoomaticRIPOptionSetting: PrintoutMode=Normal
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Option: PrintoutMode=Normal --> Setting option
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%BeginFeature: *InputSlot Default
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Option: InputSlot=Default --> Setting option
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %% FoomaticRIPOptionSetting: InputSlot=Default
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Option: InputSlot=Default --> Setting option
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%BeginFeature: *Quality FromPrintoutMode
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Option: Quality=FromPrintoutMode --> Setting option
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %% FoomaticRIPOptionSetting: Quality=@PrintoutMode
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Option: Quality=FromPrintoutMode --> Setting option
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%BeginFeature: *Duplex DuplexNoTumble
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Option: Duplex=DuplexNoTumble --> Setting option
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %% FoomaticRIPOptionSetting: Duplex=DuplexNoTumble
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Option: Duplex=DuplexNoTumble --> Setting option
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%EndSetup
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Inserting PostScript code for CUPS' page accounting
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] -----------
    D [23/Nov/2009:15:05:20 -0800] [Job 28] New page: 1 1
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%BeginPageSetup
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Inserting option code into "PageSetup" section.
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%EndPageSetup
    D [23/Nov/2009:15:05:20 -0800] [Job 28] End of page header
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Stopping search for page header options
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: Q
    D [23/Nov/2009:15:05:20 -0800] [Job 28] --> Output goes directly to the renderer now.
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Starting renderer
    D [23/Nov/2009:15:05:20 -0800] [Job 28] JCL: <job data>
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] renderer PID kid4=3435
    D [23/Nov/2009:15:05:20 -0800] [Job 28] renderer command: gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -sDeviceManufacturer="HEWLETT-PACKARD" -sDeviceModel="HP LaserJet" -dDuplex=true -dTumble=false -r300 -sIjsParams=Quality:Quality=0,Quality:ColorMode=0,Quality:MediaType=0,Quality:PenSet=0,PS:MediaPosition=7 -dIjsUseOutputFD -sOutputFile=- -
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%PageTrailer
    D [23/Nov/2009:15:05:20 -0800] [Job 28] --> Continue DSC parsing now.
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%Page: 2 2
    D [23/Nov/2009:15:05:20 -0800] [Job 28] --> Continue DSC parsing now.
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] -----------
    D [23/Nov/2009:15:05:20 -0800] [Job 28] New page: 2 2
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%Page: 2 2
    D [23/Nov/2009:15:05:20 -0800] [Job 28] --> Output goes to the FIFO buffer now.
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%BeginPageSetup
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Inserting option code into "PageSetup" section.
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%EndPageSetup
    D [23/Nov/2009:15:05:20 -0800] [Job 28] End of page header
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Stopping search for page header options
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: (hair) 17.1865 Tj
    D [23/Nov/2009:15:05:20 -0800] [Job 28] --> Output goes directly to the renderer now.
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Starting process 3436: "gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -dDEVICEWIDTHPOINTS=6..."
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%PageTrailer
    D [23/Nov/2009:15:05:20 -0800] [Job 28] --> Continue DSC parsing now.
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%Trailer
    D [23/Nov/2009:15:05:20 -0800] [Job 28] --> Continue DSC parsing now.
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%DocumentSuppliedResources:
    D [23/Nov/2009:15:05:20 -0800] [Job 28] --> Continue DSC parsing now.
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%Pages: 2
    D [23/Nov/2009:15:05:20 -0800] [Job 28] --> Continue DSC parsing now.
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%BoundingBox: 0 0 596 842
    D [23/Nov/2009:15:05:20 -0800] [Job 28] --> Continue DSC parsing now.
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Found: %%EOF
    D [23/Nov/2009:15:05:20 -0800] [Job 28] --> Continue DSC parsing now.
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Closing renderer
    D [23/Nov/2009:15:05:20 -0800] [Job 28] PAGE: 1 1
    D [23/Nov/2009:15:05:20 -0800] [Job 28] STATE: +connecting-to-device
    D [23/Nov/2009:15:05:20 -0800] [Job 28] prnt/backend/hp.c 745: ERROR: open device failed stat=12: hp:/usb/hp_LaserJet_1320_series?serial=00CNDC51W23C
    D [23/Nov/2009:15:05:20 -0800] [Job 28] GPL Ghostscript 8.70: Unrecoverable error, exit code 1
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Process 3436 ending: "gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -dDEVICEWIDTHPOINTS=6..."
    D [23/Nov/2009:15:05:20 -0800] [Job 28] renderer return value: 1
    D [23/Nov/2009:15:05:20 -0800] [Job 28] renderer received signal: 1
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Process dying with "Possible error on renderer command line or PostScript error. Check options.", exit stat: 3
    D [23/Nov/2009:15:05:20 -0800] [Job 28] error: No such file or directory (2)
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Cleaning up ...
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Killing process 3435 (KID4) with signal 15
    D [23/Nov/2009:15:05:20 -0800] [Job 28] KID3 exited with status 3
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Renderer exit stat: 3
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Killing process 3435 (KID4) with signal 9
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Closing foomatic-rip.
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Renderer process finished
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Process dying with "Error closing renderer", exit stat: 3
    D [23/Nov/2009:15:05:20 -0800] [Job 28] error: Bad file descriptor (9)
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Cleaning up ...
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Killing process 3434 (KID3) with signal 15
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Killing process 3434 (KID3) with signal 9
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Error closing renderer
    D [23/Nov/2009:15:05:20 -0800] [Job 28]
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Closing foomatic-rip.
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Backend returned status 1 (failed)
    D [23/Nov/2009:15:05:20 -0800] [Job 28] Printer stopped due to backend errors; please consult the error_log file for details.
    D [23/Nov/2009:15:05:20 -0800] [Job 28] End of messages
    D [23/Nov/2009:15:05:20 -0800] [Job 28] printer-state=5(stopped)
    D [23/Nov/2009:15:05:20 -0800] [Job 28] printer-state-message="/usr/lib/cups/backend/hp failed"
    D [23/Nov/2009:15:05:20 -0800] [Job 28] printer-state-reasons=paused
    E [23/Nov/2009:15:21:07 -0800] Unable to remove temporary file "/var/spool/cups/tmp/.fontconfig" - Is a directory
    E [23/Nov/2009:15:21:07 -0800] Unable to open listen socket for address ::1:631 - Address family not supported by protocol.
    E [23/Nov/2009:15:21:07 -0800] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [23/Nov/2009:15:21:29 -0800] Returning IPP client-error-not-possible for Cancel-Job (ipp://localhost/jobs/30) from localhost
    EDIT2:
    Anyone else who gets this problem and freaks out: All you have to do is go to the CUPS printer administration page and click "Resume Printer".
    Last edited by egan (2009-11-23 23:56:37)

    I am having this same issue but simply resuming the printer won't change anything....
    I always see this message when I try printing ....
    "/usr/lib/cups/backend/hp failed"
    but if I just call it from the command line, it shows me my printer info...
    [somekool@rockinTV test]$ /usr/lib/cups/backend/hp
    direct hp:/usb/deskjet_5550?serial=MY27G1J3CK2L "HP deskjet 5550" "HP deskjet 5550 USB MY27G1J3CK2L HPLIP" "MFG:hp;MDL:deskjet 5550;CLS:PRINTER;DES:deskjet 5550;SN:MY27G1J3CK2L;"
    [somekool@rockinTV test]$
    by looking further... I found two more error message...
    "io/hpmud/musb.c 136: unable get_string_descriptor -1: Operation not permitted"
    and
    prnt/backend/hp.c 745: ERROR: open device failed stat=12: hp:/usb/deskjet_5550?serial=MY27G1J3CK2L
    full log below
    please help !!!
    ==> cups/access_log <==
    localhost - - [10/Jan/2010:11:04:02 -0500] "POST /printers/deskjet_5550 HTTP/1.1" 401 128 Pause-Printer successful-ok
    ==> cups/error_log <==
    I [10/Jan/2010:11:04:02 -0500] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=3765)
    ==> cups/access_log <==
    localhost - - [10/Jan/2010:11:04:02 -0500] "POST /printers/deskjet_5550 HTTP/1.1" 401 128 Pause-Printer successful-ok
    ==> cups/error_log <==
    I [10/Jan/2010:11:04:02 -0500] Printer "deskjet_5550" stopped by "root".
    ==> cups/access_log <==
    localhost - root [10/Jan/2010:11:04:02 -0500] "POST /printers/deskjet_5550 HTTP/1.1" 200 128 Pause-Printer successful-ok
    ==> cups/error_log <==
    I [10/Jan/2010:11:04:04 -0500] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=3766)
    I [10/Jan/2010:11:04:09 -0500] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=3767)
    ==> cups/access_log <==
    localhost - - [10/Jan/2010:11:04:09 -0500] "POST /printers/deskjet_5550 HTTP/1.1" 401 128 Resume-Printer successful-ok
    ==> cups/error_log <==
    I [10/Jan/2010:11:04:09 -0500] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=3768)
    ==> cups/access_log <==
    localhost - - [10/Jan/2010:11:04:09 -0500] "POST /printers/deskjet_5550 HTTP/1.1" 401 128 Resume-Printer successful-ok
    ==> cups/error_log <==
    I [10/Jan/2010:11:04:09 -0500] Printer "deskjet_5550" started by "root".
    ==> cups/access_log <==
    localhost - root [10/Jan/2010:11:04:09 -0500] "POST /printers/deskjet_5550 HTTP/1.1" 200 128 Resume-Printer successful-ok
    ==> cups/error_log <==
    I [10/Jan/2010:11:04:11 -0500] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=3769)
    I [10/Jan/2010:11:04:15 -0500] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=3770)
    ==> cups/access_log <==
    localhost - - [10/Jan/2010:11:04:15 -0500] "POST /jobs HTTP/1.1" 401 140 Release-Job successful-ok
    ==> cups/error_log <==
    I [10/Jan/2010:11:04:15 -0500] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=3771)
    ==> cups/access_log <==
    localhost - - [10/Jan/2010:11:04:15 -0500] "POST /jobs HTTP/1.1" 200 139 Release-Job successful-ok
    Traceback (most recent call last):
    File "/usr/share/hplip/ui4/systemtray.py", line 664, in notifierActivated
    n.show()
    glib.GError: The name org.freedesktop.Notifications was not provided by any .service files
    ==> everything.log <==
    Jan 10 11:04:16 rockinTV hpijs[3782]: io/hpmud/musb.c 136: unable get_string_descriptor -1: Operation not permitted
    ==> daemon.log <==
    Jan 10 11:04:16 rockinTV hpijs[3782]: io/hpmud/musb.c 136: unable get_string_descriptor -1: Operation not permitted
    ==> errors.log <==
    Jan 10 11:04:16 rockinTV hpijs[3782]: io/hpmud/musb.c 136: unable get_string_descriptor -1: Operation not permitted
    ==> everything.log <==
    Jan 10 11:04:16 rockinTV hpijs[3782]: io/hpmud/musb.c 603: invalid product id string ret=-1
    ==> daemon.log <==
    Jan 10 11:04:16 rockinTV hpijs[3782]: io/hpmud/musb.c 603: invalid product id string ret=-1
    ==> errors.log <==
    Jan 10 11:04:16 rockinTV hpijs[3782]: io/hpmud/musb.c 603: invalid product id string ret=-1
    ==> everything.log <==
    Jan 10 11:04:16 rockinTV hpijs[3782]: io/hpmud/musb.c 1108: unable to open hp:/usb/deskjet_5550?serial=MY27G1J3CK2L
    ==> daemon.log <==
    Jan 10 11:04:16 rockinTV hpijs[3782]: io/hpmud/musb.c 1108: unable to open hp:/usb/deskjet_5550?serial=MY27G1J3CK2L
    ==> errors.log <==
    Jan 10 11:04:16 rockinTV hpijs[3782]: io/hpmud/musb.c 1108: unable to open hp:/usb/deskjet_5550?serial=MY27G1J3CK2L
    ==> cups/page_log <==
    deskjet_5550 21 somekool [10/Jan/2010:11:04:17 -0500] 1 1 - localhost tmpM1IFvl na_letter_8.5x11in one-sided
    ==> everything.log <==
    Jan 10 11:04:17 rockinTV hp[3774]: io/hpmud/musb.c 136: unable get_string_descriptor -1: Operation not permitted
    Jan 10 11:04:17 rockinTV hp[3774]: io/hpmud/musb.c 603: invalid product id string ret=-1
    Jan 10 11:04:17 rockinTV hp[3774]: io/hpmud/musb.c 1108: unable to open hp:/usb/deskjet_5550?serial=MY27G1J3CK2L
    ==> daemon.log <==
    Jan 10 11:04:17 rockinTV hp[3774]: io/hpmud/musb.c 136: unable get_string_descriptor -1: Operation not permitted
    Jan 10 11:04:17 rockinTV hp[3774]: io/hpmud/musb.c 603: invalid product id string ret=-1
    Jan 10 11:04:17 rockinTV hp[3774]: io/hpmud/musb.c 1108: unable to open hp:/usb/deskjet_5550?serial=MY27G1J3CK2L
    ==> errors.log <==
    Jan 10 11:04:17 rockinTV hp[3774]: io/hpmud/musb.c 136: unable get_string_descriptor -1: Operation not permitted
    Jan 10 11:04:17 rockinTV hp[3774]: io/hpmud/musb.c 603: invalid product id string ret=-1
    Jan 10 11:04:17 rockinTV hp[3774]: io/hpmud/musb.c 1108: unable to open hp:/usb/deskjet_5550?serial=MY27G1J3CK2L
    ==> everything.log <==
    Jan 10 11:04:17 rockinTV hp[3774]: prnt/backend/hp.c 745: ERROR: open device failed stat=12: hp:/usb/deskjet_5550?serial=MY27G1J3CK2L
    ==> daemon.log <==
    Jan 10 11:04:17 rockinTV hp[3774]: prnt/backend/hp.c 745: ERROR: open device failed stat=12: hp:/usb/deskjet_5550?serial=MY27G1J3CK2L
    ==> errors.log <==
    Jan 10 11:04:17 rockinTV hp[3774]: prnt/backend/hp.c 745: ERROR: open device failed stat=12: hp:/usb/deskjet_5550?serial=MY27G1J3CK2L
    ==> cups/error_log <==
    I [10/Jan/2010:11:04:17 -0500] Hint: Try setting the LogLevel to "debug" to find out more.
    Traceback (most recent call last):
    File "/usr/share/hplip/ui4/systemtray.py", line 664, in notifierActivated
    n.show()
    glib.GError: The name org.freedesktop.Notifications was not provided by any .service files
    I [10/Jan/2010:11:04:18 -0500] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=3783)
    I [10/Jan/2010:11:04:26 -0500] Hint: Try setting the LogLevel to "debug" to find out more.
    D [10/Jan/2010:11:04:26 -0500] [Job 21] The following messages were recorded from 11:04:15 AM to 11:04:26 AM
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Job released by user.
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Released by "root".
    D [10/Jan/2010:11:04:26 -0500] [Job 21] job-sheets=none,none
    D [10/Jan/2010:11:04:26 -0500] [Job 21] argv[0]="deskjet_5550"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] argv[1]="21"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] argv[2]="somekool"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] argv[3]="tmpM1IFvl"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] argv[4]="1"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] argv[5]="finishings=3 media=na_letter_8.5x11in number-up=1 sides=one-sided job-uuid=urn:uuid:87565748-3d01-3d21-6e06-062333533eed job-originating-host-name=localhost"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] argv[6]="/var/spool/cups/d00021-001"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[1]="CUPS_DATADIR=/usr/share/cups"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[6]="CUPS_SERVERROOT=/etc/cups"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[7]="CUPS_STATEDIR=/var/run/cups"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[8]="HOME=/var/spool/cups/tmp"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[10]="[email protected]"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[11]="SOFTWARE=CUPS/1.4.2"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[12]="TMPDIR=/var/spool/cups/tmp"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[13]="USER=root"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[14]="CUPS_SERVER=localhost"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[15]="CUPS_ENCRYPTION=IfRequested"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[16]="IPP_PORT=631"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[17]="CHARSET=utf-8"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[18]="LANG=en_US.UTF-8"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[19]="PPD=/etc/cups/ppd/deskjet_5550.ppd"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[20]="RIP_MAX_CACHE=8m"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[21]="CONTENT_TYPE=application/postscript"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[22]="DEVICE_URI=hp:/usb/deskjet_5550?serial=MY27G1J3CK2L"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[23]="PRINTER_INFO=deskjet_5550"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[24]="PRINTER_LOCATION=Play room"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[25]="PRINTER=deskjet_5550"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[26]="CUPS_FILETYPE=document"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] envp[27]="FINAL_CONTENT_TYPE=printer/deskjet_5550"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Started filter /usr/lib/cups/filter/pstops (PID 3772)
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Started filter /usr/lib/cups/filter/foomatic-rip-hplip (PID 3773)
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Started backend /usr/lib/cups/backend/hp (PID 3774)
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Page = 612x792; 18,36 to 594,783
    D [10/Jan/2010:11:04:26 -0500] [Job 21] slow_collate=0, slow_duplex=0, slow_order=0
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Before copy_comments - %!PS-Adobe-3.0
    D [10/Jan/2010:11:04:26 -0500] [Job 21] %!PS-Adobe-3.0
    D [10/Jan/2010:11:04:26 -0500] [Job 21] %%BoundingBox: 0 0 612 792
    D [10/Jan/2010:11:04:26 -0500] [Job 21] %%Pages: 1
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Before copy_prolog - /hplipversion (3.9.12) def
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Before copy_setup - %%Page: 1 1
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Before page loop - %%Page: 1 1
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Copying page 1...
    D [10/Jan/2010:11:04:26 -0500] [Job 21] pagew = 576.0, pagel = 747.0
    D [10/Jan/2010:11:04:26 -0500] [Job 21] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
    D [10/Jan/2010:11:04:26 -0500] [Job 21] PageLeft = 18.0, PageRight = 594.0
    D [10/Jan/2010:11:04:26 -0500] [Job 21] PageTop = 783.0, PageBottom = 36.0
    D [10/Jan/2010:11:04:26 -0500] [Job 21] PageWidth = 612.0, PageLength = 792.0
    D [10/Jan/2010:11:04:26 -0500] [Job 21] foomatic-rip version $Revision=3.0.2.131$ running...
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Parsing PPD file ...
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Added option ColorSpace
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Added option Model
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Added option PrintoutMode
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Added option InputSlot
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Added option PageSize
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Added option Duplex
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Added option DryTime
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Added option Quality
    D [10/Jan/2010:11:04:26 -0500] [Job 21] *cupsFilter: "application/vnd.cups-postscript 0 foomatic-rip-hplip"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Added option PageRegion
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Added option ImageableArea
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Added option PaperDimension
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Added option Font
    D [10/Jan/2010:11:04:26 -0500] [Job 21]
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Parameter Summary
    D [10/Jan/2010:11:04:26 -0500] [Job 21] -----------------
    D [10/Jan/2010:11:04:26 -0500] [Job 21]
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Spooler: cups
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Printer: deskjet_5550
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Shell: /bin/sh
    D [10/Jan/2010:11:04:26 -0500] [Job 21] PPD file: /etc/cups/ppd/deskjet_5550.ppd
    D [10/Jan/2010:11:04:26 -0500] [Job 21] ATTR file:
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Printer model: HP Deskjet 5550 Foomatic/hpijs, hpijs 2.8.9.0
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Job title: tmpM1IFvl
    D [10/Jan/2010:11:04:26 -0500] [Job 21] File(s) to be printed:
    D [10/Jan/2010:11:04:26 -0500] [Job 21] <STDIN>
    D [10/Jan/2010:11:04:26 -0500] [Job 21]
    D [10/Jan/2010:11:04:26 -0500] [Job 21] GhostScript extra search path ('GS_LIB'): /usr/share/cups/fonts
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Pondering option 'finishings=3'
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Unknown option finishings=3.
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Pondering option 'media=na_letter_8.5x11in'
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Unknown "media" component: "na_letter_8.5x11in".
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Pondering option 'number-up=1'
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Unknown option number-up=1.
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Pondering option 'sides=one-sided'
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Pondering option 'job-uuid=urn:uuid:87565748-3d01-3d21-6e06-062333533eed'
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Unknown option job-uuid=urn:uuid:87565748-3d01-3d21-6e06-062333533eed.
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Pondering option 'job-originating-host-name=localhost'
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Unknown option job-originating-host-name=localhost.
    D [10/Jan/2010:11:04:26 -0500] [Job 21]
    D [10/Jan/2010:11:04:26 -0500] [Job 21] ================================================
    D [10/Jan/2010:11:04:26 -0500] [Job 21]
    D [10/Jan/2010:11:04:26 -0500] [Job 21] File: <STDIN>
    D [10/Jan/2010:11:04:26 -0500] [Job 21]
    D [10/Jan/2010:11:04:26 -0500] [Job 21] ================================================
    D [10/Jan/2010:11:04:26 -0500] [Job 21]
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Reading PostScript input ...
    D [10/Jan/2010:11:04:26 -0500] [Job 21] --> This document is DSC-conforming!
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %RBINumCopies: 1
    D [10/Jan/2010:11:04:26 -0500] [Job 21]
    D [10/Jan/2010:11:04:26 -0500] [Job 21] -----------
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %%BeginProlog
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %%EndProlog
    D [10/Jan/2010:11:04:26 -0500] [Job 21]
    D [10/Jan/2010:11:04:26 -0500] [Job 21] -----------
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %%BeginSetup
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %%BeginFeature: *PageSize Letter
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Option: PageSize=Letter --> Setting option
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %% FoomaticRIPOptionSetting: PageSize=Letter
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Option: PageSize=Letter --> Setting option
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %%BeginFeature: *PrintoutMode Normal
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Option: PrintoutMode=Normal --> Setting option
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %% FoomaticRIPOptionSetting: PrintoutMode=Normal
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Option: PrintoutMode=Normal --> Setting option
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %%BeginFeature: *InputSlot Default
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Option: InputSlot=Default --> Setting option
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %% FoomaticRIPOptionSetting: InputSlot=Default
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Option: InputSlot=Default --> Setting option
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %%BeginFeature: *Quality FromPrintoutMode
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Option: Quality=FromPrintoutMode --> Setting option
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %% FoomaticRIPOptionSetting: Quality=@PrintoutMode
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Option: Quality=FromPrintoutMode --> Setting option
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %%BeginFeature: *DryTime Zero
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Option: DryTime=Zero --> Setting option
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %% FoomaticRIPOptionSetting: DryTime=Zero
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Option: DryTime=Zero --> Setting option
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %%BeginFeature: *Duplex None
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Option: Duplex=None --> Setting option
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %% FoomaticRIPOptionSetting: Duplex=None
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Option: Duplex=None --> Setting option
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %%EndSetup
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Inserting PostScript code for CUPS' page accounting
    D [10/Jan/2010:11:04:26 -0500] [Job 21]
    D [10/Jan/2010:11:04:26 -0500] [Job 21] -----------
    D [10/Jan/2010:11:04:26 -0500] [Job 21] New page: 1 1
    D [10/Jan/2010:11:04:26 -0500] [Job 21]
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %%BeginPageSetup
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Inserting option code into "PageSetup" section.
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %%EndPageSetup
    D [10/Jan/2010:11:04:26 -0500] [Job 21] End of page header
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Stopping search for page header options
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: lineto % Move there...
    D [10/Jan/2010:11:04:26 -0500] [Job 21] --> Output goes directly to the renderer now.
    D [10/Jan/2010:11:04:26 -0500] [Job 21]
    D [10/Jan/2010:11:04:26 -0500] [Job 21]
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Starting renderer
    D [10/Jan/2010:11:04:26 -0500] [Job 21] renderer PID kid4=3779
    D [10/Jan/2010:11:04:26 -0500] [Job 21] renderer command: gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -sDeviceManufacturer="HEWLETT-PACKARD" -sDeviceModel="deskjet 5550" -dDuplex=false -r300 -sIjsParams=Quality:Quality=0,Quality:ColorMode=2,Quality:MediaType=0,Quality:PenSet=2,PS:MediaPosition=7 -dIjsUseOutputFD -sOutputFile=- -
    D [10/Jan/2010:11:04:26 -0500] [Job 21] JCL: <job data>
    D [10/Jan/2010:11:04:26 -0500] [Job 21]
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Starting process 3780: "gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -dDEVICEWIDTHPOINTS=6..."
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Wrote 1 pages...
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %%Trailer
    D [10/Jan/2010:11:04:26 -0500] [Job 21] --> Continue DSC parsing now.
    D [10/Jan/2010:11:04:26 -0500] [Job 21]
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %%Pages: 1
    D [10/Jan/2010:11:04:26 -0500] [Job 21] --> Continue DSC parsing now.
    D [10/Jan/2010:11:04:26 -0500] [Job 21]
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %%BoundingBox: 0 0 612 792
    D [10/Jan/2010:11:04:26 -0500] [Job 21] --> Continue DSC parsing now.
    D [10/Jan/2010:11:04:26 -0500] [Job 21]
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Found: %%EOF
    D [10/Jan/2010:11:04:26 -0500] [Job 21] --> Continue DSC parsing now.
    D [10/Jan/2010:11:04:26 -0500] [Job 21]
    D [10/Jan/2010:11:04:26 -0500] [Job 21]
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Closing renderer
    D [10/Jan/2010:11:04:26 -0500] [Job 21] PAGE: 1 1
    D [10/Jan/2010:11:04:26 -0500] [Job 21] STATE: +connecting-to-device
    D [10/Jan/2010:11:04:26 -0500] [Job 21] prnt/backend/hp.c 745: ERROR: open device failed stat=12: hp:/usb/deskjet_5550?serial=MY27G1J3CK2L
    D [10/Jan/2010:11:04:26 -0500] [Job 21] GPL Ghostscript 8.70: Unrecoverable error, exit code 1
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Process 3780 ending: "gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -dDEVICEWIDTHPOINTS=6..."
    D [10/Jan/2010:11:04:26 -0500] [Job 21] renderer return value: 1
    D [10/Jan/2010:11:04:26 -0500] [Job 21] renderer received signal: 1
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Process dying with "Possible error on renderer command line or PostScript error. Check options.", exit stat: 3
    D [10/Jan/2010:11:04:26 -0500] [Job 21] error: No such file or directory (2)
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Cleaning up ...
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Killing process 3779 (KID4) with signal 15
    D [10/Jan/2010:11:04:26 -0500] [Job 21] KID3 exited with status 3
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Renderer exit stat: 3
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Killing process 3779 (KID4) with signal 9
    D [10/Jan/2010:11:04:26 -0500] [Job 21]
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Closing foomatic-rip.
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Renderer process finished
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Process dying with "Error closing renderer", exit stat: 3
    D [10/Jan/2010:11:04:26 -0500] [Job 21] error: Bad file descriptor (9)
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Cleaning up ...
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Killing process 3778 (KID3) with signal 15
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Killing process 3778 (KID3) with signal 9
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Error closing renderer
    D [10/Jan/2010:11:04:26 -0500] [Job 21]
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Closing foomatic-rip.
    D [10/Jan/2010:11:04:26 -0500] [Job 21] Backend returned status 1 (failed)
    D [10/Jan/2010:11:04:26 -0500] [Job 21] End of messages
    D [10/Jan/2010:11:04:26 -0500] [Job 21] printer-state=3(idle)
    D [10/Jan/2010:11:04:26 -0500] [Job 21] printer-state-message="/usr/lib/cups/backend/hp failed"
    D [10/Jan/2010:11:04:26 -0500] [Job 21] printer-state-reasons=none
    I [10/Jan/2010:11:04:28 -0500] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=3784)
    I [10/Jan/2010:11:04:33 -0500] Saving printers.conf...
    I [10/Jan/2010:11:04:33 -0500] Saving job cache file "/var/cache/cups/job.cache"...
    Mod edit: Added code tags [ewaller]
    Last edited by ewaller (2011-06-26 23:53:15)

  • SOLVED Symbol lookup error: /usr/lib/libpangocairo-1.0.so.0:

    Hi: It is my first post on archlinux forums. I have a problem with libpango. When I start openbox session (With slim or startx it's the same), give me the error: Symbol lookup error: /usr/lib/libpangocairo-1.0.so.0: undefined symbol: g_object_replace_qdata . The crash sucesed then the latest update.
    Already tried several alternatives (install pangox-compat, reinstall pango, etc.) and no luck.
    I installed pekwm and the WM is started, but i can't execute apps what depend of libpangocairo
    Any idea?
    ¡Cheers!
    Last edited by akoharowen (2012-11-02 01:09:35)

    ¡The problem was solved with a new actualization!
    Thanks for the help.

  • [Solved] Make systemctl find .service file in /usr/lib/systemd/user?

    I thought this had always worked, but it seems that systemctl cannot see `.service` files that are in my `/usr/lib/systemd/user` folder and I can't figure out why:
    $ locate redshift-gtk.service
    /usr/lib/systemd/user/redshift-gtk.service
    $ systemctl status redshift-gtk
    ● redshift-gtk.service
    Loaded: not-found (Reason: No such file or directory)
    Active: inactive (dead)
    I have already looked at https://wiki.archlinux.org/index.php/Systemd/User which seems to tell me to check sytemctl --user status but that appears to be loaded and working fine, I have a feeling I'm missing something obvious but can't figure out what it is. How do I make systemctl include this directory?
    $ systemctl --user status
    ● michael-work
    State: running
    Jobs: 0 queued
    Failed: 0 units
    Since: Tue 2014-08-05 11:24:32 BST; 11min ago
    CGroup: /user.slice/user-1000.slice/[email protected]
    ├─730 /usr/lib/systemd/systemd --user
    └─731 (sd-pam)
    Any ideas?
    Last edited by crashandburn4 (2014-08-05 11:09:45)

    systemctl --user status redshift-gtk.service

  • Missing /usr/lib/ what can I do??!

    Don't tell me how,But I accidentally deleted the /usr/lib/ folder...now every command I run obviously fails because some lib is missing...Is there a way I can recover the lib folder? apart reinstalling linux -.-

    Apart from restoring your backup, obviously, you could try booting from an Arch install disc/usb and using the --dbpath and --root options of pacman to reinstall all the packages you've got in /var/cache/pacman/pkg/.
    Edit: I've never done that. And you could also try some undelete utility, of course.
    Last edited by stqn (2011-04-20 14:10:44)

  • Can't read avi files "/usr/lib/libncurses.5.4.dylib" is missing

    I got avi files that i can't read with vlc or mplayer. the mplayer error message said that /usr/lib/libncurses.5.4.dylib is missing. i find out this is normal because i am using 10.3. but how can i get it to work? i downloaded the ncurses5.4 package on the web but i didn't manage to install it. thanks
    ibook G4   Mac OS X (10.3.9)  

    I'm having this problem too.
    I upgraded from the mplayer-1.0pre8 version and upon installing mplayerOSX-1.0rc1 whenever I try to run any of my .avi files I get this:
    2007-03-05 17:20:53.587 MPlayer OSX PPC[427] ===================== MPlayer OSX Started =====================
    2007-03-05 17:20:54.118 MPlayer OSX PPC[427] User Default Deleted
    2007-03-05 17:21:02.080 MPlayer OSX PPC[427] Path to MPlayer: /Applications/MPlayer OSX PPC.app/Contents/Resources/ExternalBinaries/mplayerppc.app/Contents/MacOS/mplayer
    2007-03-05 17:21:02.080 MPlayer OSX PPC[427] Arg: /Users/******/Movies/Random-File Name.avi
    2007-03-05 17:21:02.080 MPlayer OSX PPC[427] Arg: -identify
    2007-03-05 17:21:02.080 MPlayer OSX PPC[427] Arg: -frames
    2007-03-05 17:21:02.080 MPlayer OSX PPC[427] Arg: 0
    2007-03-05 17:21:02.080 MPlayer OSX PPC[427] Arg: -ao
    2007-03-05 17:21:02.080 MPlayer OSX PPC[427] Arg: null
    2007-03-05 17:21:02.080 MPlayer OSX PPC[427] Arg: -vo
    2007-03-05 17:21:02.080 MPlayer OSX PPC[427] Arg: null
    dyld: /Applications/MPlayer OSX PPC.app/Contents/Resources/ExternalBinaries/mplayerppc.app/Contents/MacOS/mplayer can't open library: /usr/lib/libncurses.5.4.dylib (No such file or directory, errno = 2)
    2007-03-05 17:21:02.181 MPlayer OSX PPC[427] Abnormal playback error. mplayer returned error code: 5
    I have no idea what any of this means. I get the same error after I download the Binary Codex for PowerPC and install that. I deleted all files in anyway related to mplayer, then reinstalled everything, and I get the same result. Any help would be most appreciated.
    For all the problems I've been having I wish I hadn't upgraded. Can't seem to get the old version to work anymore either.

  • Websharing (apache) error   missing /usr/lib/libpq.5.dylib

    My webserver wouldn't start up under lion,  it said I was 'missing'  /usr/lib/libpq.5.dylib
    I looked at my iMac mini server running lion and noticed that /usr/lib/libpq.5.dylib   was a symbolic link to /usr/lib/libpq.5.3.dylib
    So, I did the following:
    as root#  cd /usr/lib
    sh-3.2# ln -s libpq.5.3.dylib libpq.5.dylib
    It's as happy as a clam..   so am I.

    I'm having this problem too.
    I upgraded from the mplayer-1.0pre8 version and upon installing mplayerOSX-1.0rc1 whenever I try to run any of my .avi files I get this:
    2007-03-05 17:20:53.587 MPlayer OSX PPC[427] ===================== MPlayer OSX Started =====================
    2007-03-05 17:20:54.118 MPlayer OSX PPC[427] User Default Deleted
    2007-03-05 17:21:02.080 MPlayer OSX PPC[427] Path to MPlayer: /Applications/MPlayer OSX PPC.app/Contents/Resources/ExternalBinaries/mplayerppc.app/Contents/MacOS/mplayer
    2007-03-05 17:21:02.080 MPlayer OSX PPC[427] Arg: /Users/******/Movies/Random-File Name.avi
    2007-03-05 17:21:02.080 MPlayer OSX PPC[427] Arg: -identify
    2007-03-05 17:21:02.080 MPlayer OSX PPC[427] Arg: -frames
    2007-03-05 17:21:02.080 MPlayer OSX PPC[427] Arg: 0
    2007-03-05 17:21:02.080 MPlayer OSX PPC[427] Arg: -ao
    2007-03-05 17:21:02.080 MPlayer OSX PPC[427] Arg: null
    2007-03-05 17:21:02.080 MPlayer OSX PPC[427] Arg: -vo
    2007-03-05 17:21:02.080 MPlayer OSX PPC[427] Arg: null
    dyld: /Applications/MPlayer OSX PPC.app/Contents/Resources/ExternalBinaries/mplayerppc.app/Contents/MacOS/mplayer can't open library: /usr/lib/libncurses.5.4.dylib (No such file or directory, errno = 2)
    2007-03-05 17:21:02.181 MPlayer OSX PPC[427] Abnormal playback error. mplayer returned error code: 5
    I have no idea what any of this means. I get the same error after I download the Binary Codex for PowerPC and install that. I deleted all files in anyway related to mplayer, then reinstalled everything, and I get the same result. Any help would be most appreciated.
    For all the problems I've been having I wish I hadn't upgraded. Can't seem to get the old version to work anymore either.

  • Lost all my /usr/lib files in trial so solve glib dependency

    Hi,
    Failing to upgrade my Arch_X86-64 system due to glibc dependencies, I've followed an advice in the forum and tried to move (as root) all files in usr/lib to a (temporary, initially empty) directory I've created. Now I can't see any files, neither in /usr/lib nor in the backup direvtory (see terminal output below).
    Please advise how to restore my system?
    thanks
    Miki Badt
    copy of terminal output
    root /usr/lib # mv * /lib_back/
    root /usr/lib # pacman -Syu
    pacman: error while loading shared libraries: libalpm.so.7: cannot open shared object file: No such file or directory
    root /usr/lib # mv /lib_back/* .
    mv: error while loading shared libraries: libacl.so.1: cannot open shared object file: No such file or directory
    root /usr/lib # ls
    ls: error while loading shared libraries: libcap.so.2: cannot open shared object file: No such file or directory
    root /usr/lib # cd /lib_back/
    root /lib_back # ls
    ls: error while loading shared libraries: libcap.so.2: cannot open shared object file: No such file or directory
    root /lib_back # cd /usr/lib
    root /usr/lib # ls
    ls: error while loading shared libraries: libcap.so.2: cannot open shared object file: No such file or directory
    root /usr/lib #

    boot from arch iso and chroot into your system
    (eg. mount /dev/sda1 /mnt && chroot /mnt)
    and revert your commands, simple as that !

  • [Solved]/usr/lib/libwx_gtk2u_core-2.8.so.0 is truncated

    Since before I can remember I've had the following output after installing anything from pacman:
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_stc-2.8.so.0.1.1 is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_stc-2.8.so is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_core-2.8.so is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_stc-2.8.so.0 is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_core-2.8.so.0.1.1 is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_core-2.8.so.0 is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_stc-2.8.so.0.1.1 is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_stc-2.8.so is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_core-2.8.so is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_stc-2.8.so.0 is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_core-2.8.so.0.1.1 is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_core-2.8.so.0 is truncated
    I hoped it would be ok to forget about it, but no such luck. Now I'm trying to compile amule-cvs from yaourt:
    /usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libwx_gtk2u_core-2.8.so: file not recognized
    Compilation then stops. So, are the two problems related? I've tried the main amule package in extra for the time being, but when I run it I get 'bus error' from the console, so I really would like the cvs version.
    Last edited by shadeheim (2007-10-16 20:57:10)

    The files are owned by wxgtk-2, so I just made sure all the corrupt versions of the package were removed from my cache.
    sudo rm /var/cache/pacman/pkg/wxgtk-2.*
    Then do a 'pacman -Sy wxgtk' and choose to upgrade if need be. If all goes well you will no longer get the warnings from pacman, and both the binary and cvs packages will install and run fine.
    Last edited by shadeheim (2007-10-16 20:56:54)

  • [SOLVED] /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.18' not found

    I got fed up typing the password every time I push some files to a server with scp, as I do it a lot with this project. Public/private key pair is not really an option (read: I do not want to send anything else but the web app files to the server) as the host is not my own, nor it is my client's. Instead it is my client's client's host.
    So I installed filezilla. And got this:
    > filezilla
    filezilla: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by filezilla)
    I did a quick pacman -Syu as always, and the error still comes up.
    > strings /usr/lib/libstdc++.so.6 | grep GLIBCXX
    GLIBCXX_3.4
    GLIBCXX_3.4.1
    GLIBCXX_3.4.2
    GLIBCXX_3.4.3
    GLIBCXX_3.4.4
    GLIBCXX_3.4.5
    GLIBCXX_3.4.6
    GLIBCXX_3.4.7
    GLIBCXX_3.4.8
    GLIBCXX_3.4.9
    GLIBCXX_3.4.10
    GLIBCXX_3.4.11
    GLIBCXX_3.4.12
    GLIBCXX_3.4.13
    GLIBCXX_3.4.14
    GLIBCXX_3.4.15
    GLIBCXX_3.4.16
    GLIBCXX_3.4.17
    GLIBCXX_DEBUG_MESSAGE_LENGTH
    Now what?
    Perhaps some alternatives? What's your favorite GUI FTP client? Mine's WinSCP, but it's only for windows AFAIK.
    I have used gFTP in the past, but the gui design is just horrible. For example ctrl+v is some key binding to do something else than paste from clipboard. And then there is no drag&drop. It also crashes if I open more than one file to edit at the same time. All these little details drive me nuts with gFTP.
    Last edited by Lazzu (2013-10-14 16:23:23)

    ~ > pacman -Qo /usr/lib/libstdc++.so.6
    /usr/lib/libstdc++.so.6 is owned by gcc-libs 4.8.1-3
    ~ > strings /usr/lib/libstdc++.so.6 | grep GLIBCXX
    GLIBCXX_3.4
    GLIBCXX_3.4.1
    GLIBCXX_3.4.2
    GLIBCXX_3.4.3
    GLIBCXX_3.4.4
    GLIBCXX_3.4.5
    GLIBCXX_3.4.6
    GLIBCXX_3.4.7
    GLIBCXX_3.4.8
    GLIBCXX_3.4.9
    GLIBCXX_3.4.10
    GLIBCXX_3.4.11
    GLIBCXX_3.4.12
    GLIBCXX_3.4.13
    GLIBCXX_3.4.14
    GLIBCXX_3.4.15
    GLIBCXX_3.4.16
    GLIBCXX_3.4.17
    GLIBCXX_3.4.18
    GLIBCXX_3.4.19
    GLIBCXX_DEBUG_MESSAGE_LENGTH
    Is your system fully up to date?

Maybe you are looking for