Syslog fails [SOLVED]

Today about an hour ago I did a pacman -Syu.
The most relevant part was :
upgraded filesystem (2012.7-1 -> 2012.8-1)
[2012-08-30 17:34] ln -s '/usr/lib/systemd/system/[email protected]' '/etc/systemd/system/getty.target.wants/[email protected]'
[2012-08-30 17:34] :: Append 'init=/bin/systemd' to your kernel command line in your
[2012-08-30 17:34] bootloader to replace sysvinit with systemd
[2012-08-30 17:34] installed systemd (189-3)
Since I had to make changes to my kernel line I decided to reboot (just to make sure I got things right) and I so something fail .... but it went by too fast for me to read.
I went to my /var/log/boot log and ... nothing, no error there.
I rebooted again and same thing [failed] message but hard to read at the speed it boots. Back to /var/log/boot and no message BUT I noticed the time of my last boot ... it was about an hour before, so clearly something wrong here ...
I rebooted by the third time and in this occasion I was able to read something about Syslog to have failed.
Now that makes sense since I am not getting logs anymore but the question is: did the systemd upgrade cause problems to anyone else?
Any proposed solutions/ideas ?
Thanks.
R.
Last edited by ralvez (2012-08-31 00:35:41)

I'm still struggling, to be honest, to understand and configure it. Plus right now I'm trying to maintain the ability to boot with initscripts as well which naturally complicates things. And I'm having a mysterious, intermittent problem which may well be hardware. And now kernel panics on boot...
All I can say is that syslog-ng.service is enabled on my machine and syslog-ng is configured to pick up systemd's output but:
$ l /var/log/boot
-rw-r--r-- 1 root root 811K Aws 28 23:20 /var/log/boot
$ l /var/log/dmesg.log
-rw-r--r-- 1 root root 55K Aws 28 23:20 /var/log/dmesg.log
I booted several times yesterday and once this evening. Those logs are from the last time I booted with initscripts.
I also can't figure out how to get similar information although I'm sure there is a way.
Right now, switching to a pure systemd system will also mean you lose access to the emergency/rescue shell. (But this will only happen if you install systemd-sysvcompat which conflicts with sysvinit.) This will, I believe, be fixed once util-linux is updated.
Last edited by cfr (2012-08-31 01:55:05)

Similar Messages

  • Simple compare condition fails [Solved: Bug 4619731]

    Edit: I have found the root of the problem, and Simple compare condition fails [Solved: Bug 4619731]. I have opened a Service Request 7045745.993 on the problem.
    Original text:
    I have encountered the most bizarre bug today. An associate is trying to debug a 1900 line package that was NOT terminating a loop properly.
    The package has the code:
        Exit when x <> y;where x and y are VARCHAR2(8) variables.
    The problem is that even though the values were UNequal, the loop never ended. We added dbms_output debugging code to display x and y, and we could easily see that their values were NOT equal.
    For instance, one was 19824E1A and the other was 19824E2A. Or one was 19824E1A while the other was 99999999.
    I even added a block of code re-testing the condition like this:
      If x <> y then
        dbms_output.put_line(x||'<>'||y);
      Else
        dbms_output.put_line(x||'='||y);
      End if;But no matter what the values of x and y, it always reported them equal.
    I found two workarounds:
    1. concatenate a character (I used a period) to the end of each variable in the condition.
        Exit when x||'.' <> y||'.'2. Or, add an anonymous block before or after the Exit when..., such as:
    Declare
      v varchar2(2);
    Begin
      v := 'AB';
    End;Curiously, when I replaced the v := 'AB'; with NULL;, the bug came back.
    This bug occurs on Oracle Database 10g Enterprise Edition Release 10.2.0.3.0
    I am not sure where to start to try to solve or report this problem. It pretty much destabilizes the entire PL/SQL programming foundation for all our packages. It leaves me wondering where else the code may be failing.
    Has anyone seen something like this reported before?
    Edited by: Steve Cosner on Aug 27, 2008 10:05 PM

    No offense taken, SY. I was just trying to express how aware I am of the issue of comparing null values in condition statements.
    All I can do here is underscore that it is not an issue with null values. The problem is with the statement in the first line. To prove that it was not null values, I coded the second line following the first:
        exit when x <> y;
        dbms_output.put_line('x='||x ||' and y='||y);The output from the run showed in the first pass through the loop, x and y were equal and were not null. So the process ran correctly that time. But in subsequent passes through the loop, they were NOT equal and were not null, but the debugging code was executed.
    There is no way the values were null.
    I certainly wondered about the null issue when I concatenated a character to the variables in the conditional test. But my debugging lines first confirmed that they were not null. I suspect more that the bug has something to do with the size of the package and the variables being exactly eight characters, which is 64 bits, which has special significance in many computer languages.
    Regarding your concern of the variable names and scope issues, the actual variable names in the actual code can be seen below (I just used x and y for simplicity within this thread):
        LOOP
          EXIT WHEN V_LAST_PERIOD <>
              SIPK0003.COURSE_ADJUST_REC.ACAD_REC_PERIODwhile the silly anonymous block that caused the process to work, using the variable named v, was the actual code. There is no way we use simple one-character variable names in a 1900 line package. There is no way the scope of variable V extended outside the embedded anonymous block. My point was that somehow, changing the size of the compiled package object, or at least the size of the code generated for the loop process caused the package to run correctly. In fact, thinking about the
    Declare V... Begin Null; End; sequence, I'll bet the PL/SQL compiler is sharp enough to notice that it was a do-nothing block, so never included it in the compiled object. As soon as I assigned V a value, the code WAS included, so the size of the generated code for the loop changed, and somehow, that caused it to run correctly.
    Regarding the use of the package.record.column value above, we even copied the value to a local variable, and then used the local variable in the Exit When statement. Doing that made no difference.

  • Systemd-remount-fs.service fails [SOLVED]

    After a fresh install on a brandnew laptop, my root partition is being mounted read only, and I see that systemd-remount-fs.service fails:
    [root@anton ~]# systemctl status systemd-remount-fs.service
    systemd-remount-fs.service - Remount Root and Kernel File Systems
    Loaded: loaded (/usr/lib/systemd/system/systemd-remount-fs.service; static)
    Active: failed (Result: exit-code) since Sat, 2012-12-01 21:00:05 MST; 18min ago
    Docs: man:systemd-remount-fs.service(8)
    Process: 186 ExecStart=/usr/lib/systemd/systemd-remount-fs (code=exited, status=1/FAILURE)
    CGroup: name=systemd:/system/systemd-remount-fs.service
    Dec 01 21:00:05 anton systemd-remount-fs[186]: mount: / not mounted or bad option
    Dec 01 21:00:05 anton systemd-remount-fs[186]: In some cases useful info is found in syslog - try
    Dec 01 21:00:05 anton systemd-remount-fs[186]: dmesg | tail or so
    Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
    I have no idea why this is happening, or what to do to try and fix it - any help/advice would be greatly appreciated.  Following is the information I think is necessary for assistance:
    Note that I have /usr on a separate partition, which I suspect is possibly involved in the issue somehow.
    Here's my fstab:
    [root@anton ~]# cat /etc/fstab
    # /dev/sda5
    #UUID=a09ff37e-ce60-4173-b95a-4b71a53c01d3 / ext4 defaults,rw,noatime,discard,data=writeback 0 1
    # /dev/sda6
    UUID=f4ab3551-c4f8-4e77-97bb-cc754c81af24 /usr ext4 defaults,noatime,discard,data=writeback 0 0
    # /dev/sda7
    UUID=c8d2776b-faaa-4a9d-ad49-4b09489faaaa /var ext4 defaults,rw,noatime,discard 0 2
    # /dev/sda8
    UUID=3dff3fa5-3291-4227-907a-258f12e1b3cf /home ext4 defaults,rw,relatime,discard 0 2
    Here's the relevant output from mount (note that my root (sda5) partition is not being mount with the options I specified in fstab):
    [root@anton ~]# mount | grep sda
    /dev/sda5 on / type ext4 (ro,relatime,data=ordered)
    /dev/sda6 on /usr type ext4 (rw,noatime,discard,data=writeback)
    /dev/sda7 on /var type ext4 (rw,noatime,discard,data=ordered)
    /dev/sda8 on /home type ext4 (rw,relatime,discard,data=ordered)
    Relavant snippet from /boot/grub/grub.cfg:
    menuentry 'Arch GNU/Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-a09ff37e-ce60-4173-b95a-4b71a53c01d3' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 a09ff37e-ce60-4173-b95a-4b71a53c01d3
    else
    search --no-floppy --fs-uuid --set=root a09ff37e-ce60-4173-b95a-4b71a53c01d3
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /boot/vmlinuz-linux root=UUID=a09ff37e-ce60-4173-b95a-4b71a53c01d3 ro init=/usr/lib/systemd/systemd
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    Finally, here's my mkinitcpio.cfg:
    [root@anton ~]# cat /etc/mkinitcpio.conf
    MODULES=""
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect sata filesystems usbinput usr fsck shutdown"
    Last edited by corey_s (2012-12-02 08:57:35)

    Thanks for the quick response, WonderWoofy ( by the way, great username! )!
    When I removed or modified the the mount options in the bootloader kernel command line, there was no change to the status of the fs after boot-up. I had changed it at one point from 'ro', to 'rw'; but doing so had no affect on the output of the mount command.
    However, I did finally identify the cause:  turns out if I specify 'data=writeback', in fstab for the root partition, then systemd-remount-fs.service fails, as per my OP - leaving me with a 'ro'-mounted root filesystem. Simply removing that, or changing it to 'data=ordered', solved the issue: when I rebooted, the root partition was mounted as per my fstab config.
    So, my fstab now looks like this:
    # /dev/sda5
    UUID=a09ff37e-ce60-4173-b95a-4b71a53c01d3 / ext4 rw,noatime,discard 0 1
    # /dev/sda6
    UUID=f4ab3551-c4f8-4e77-97bb-cc754c81af24 /usr ext4 defaults,ro,noatime,discard,data=writeback 0 0
    # /dev/sda7
    UUID=c8d2776b-faaa-4a9d-ad49-4b09489faaaa /var ext4 defaults,rw,noatime,discard 0 2
    # /dev/sda8
    UUID=3dff3fa5-3291-4227-907a-258f12e1b3cf /home ext4 defaults,rw,relatime,discard 0 2
    ... and all is now well.
    I'll mark this as solved, but I'll also ask:  why does specifying 'data=writeback' on my root partition cause the systemd-remount-fs.service to fail? Any experts out there know?
    Last edited by corey_s (2012-12-02 06:46:32)

  • [Perl] Slic3r compilation failed (solved)

    Hi,
    I tried to install Slic3r from git, installing dependencies according to this : https://github.com/alexrj/Slic3r/wiki/R … -GNU-Linux
    But it fails, without a very explicit message. I don't understand what goes wrong...
    Here's the output :
    All prerequisites satisfied
    t/angles.t ........... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/angles.t line 12.
    BEGIN failed--compilation aborted at t/angles.t line 12.
    t/angles.t ........... Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/arcs.t ............. Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/arcs.t line 12.
    BEGIN failed--compilation aborted at t/arcs.t line 12.
    t/arcs.t ............. Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/clean_polylines.t .. Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/clean_polylines.t line 12.
    BEGIN failed--compilation aborted at t/clean_polylines.t line 12.
    t/clean_polylines.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/clipper.t .......... ok
    t/collinear.t ........ Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/collinear.t line 12.
    BEGIN failed--compilation aborted at t/collinear.t line 12.
    t/collinear.t ........ Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/combineinfill.t .... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/combineinfill.t line 11.
    BEGIN failed--compilation aborted at t/combineinfill.t line 11.
    # Looks like your test exited with 255 before it could output anything.
    t/combineinfill.t .... Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 3/3 subtests
    t/cooling.t .......... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/cooling.t line 12.
    BEGIN failed--compilation aborted at t/cooling.t line 12.
    t/cooling.t .......... Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/custom_gcode.t ..... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/custom_gcode.t line 10.
    BEGIN failed--compilation aborted at t/custom_gcode.t line 10.
    # Looks like your test exited with 255 before it could output anything.
    t/custom_gcode.t ..... Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 2/2 subtests
    t/dynamic.t .......... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/dynamic.t line 14.
    BEGIN failed--compilation aborted at t/dynamic.t line 14.
    t/dynamic.t .......... Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/fill.t ............. Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/fill.t line 12.
    BEGIN failed--compilation aborted at t/fill.t line 12.
    t/fill.t ............. Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/gcode.t ............ Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/gcode.t line 10.
    BEGIN failed--compilation aborted at t/gcode.t line 10.
    # Looks like your test exited with 255 before it could output anything.
    t/gcode.t ............ Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 1/1 subtests
    t/geometry.t ......... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/geometry.t line 12.
    BEGIN failed--compilation aborted at t/geometry.t line 12.
    t/geometry.t ......... Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/layers.t ........... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/layers.t line 11.
    BEGIN failed--compilation aborted at t/layers.t line 11.
    # Looks like your test exited with 255 before it could output anything.
    t/layers.t ........... Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 5/5 subtests
    t/loops.t ............ Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/loops.t line 12.
    BEGIN failed--compilation aborted at t/loops.t line 12.
    t/loops.t ............ Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/polyclip.t ......... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/polyclip.t line 13.
    BEGIN failed--compilation aborted at t/polyclip.t line 13.
    t/polyclip.t ......... Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/retraction.t ....... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/retraction.t line 10.
    BEGIN failed--compilation aborted at t/retraction.t line 10.
    # Looks like your test exited with 255 before it could output anything.
    t/retraction.t ....... Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 16/16 subtests
    t/serialize.t ........ Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/serialize.t line 12.
    BEGIN failed--compilation aborted at t/serialize.t line 12.
    t/serialize.t ........ Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/shells.t ........... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/shells.t line 11.
    BEGIN failed--compilation aborted at t/shells.t line 11.
    # Looks like your test exited with 255 before it could output anything.
    t/shells.t ........... Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 2/2 subtests
    t/skirt_brim.t ....... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/skirt_brim.t line 11.
    BEGIN failed--compilation aborted at t/skirt_brim.t line 11.
    # Looks like your test exited with 255 before it could output anything.
    t/skirt_brim.t ....... Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 1/1 subtests
    t/slice.t ............ Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/slice.t line 12.
    BEGIN failed--compilation aborted at t/slice.t line 12.
    t/slice.t ............ Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/support.t .......... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/support.t line 10.
    BEGIN failed--compilation aborted at t/support.t line 10.
    # Looks like your test exited with 255 before it could output anything.
    t/support.t .......... Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 1/1 subtests
    t/vibrationlimit.t ... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/vibrationlimit.t line 10.
    BEGIN failed--compilation aborted at t/vibrationlimit.t line 10.
    # Looks like your test exited with 255 before it could output anything.
    t/vibrationlimit.t ... Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 9/9 subtests
    Test Summary Report
    t/angles.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/arcs.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/clean_polylines.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/collinear.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/combineinfill.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 3 tests but ran 0.
    t/cooling.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/custom_gcode.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 2 tests but ran 0.
    t/dynamic.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/fill.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/gcode.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 1 tests but ran 0.
    t/geometry.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/layers.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 5 tests but ran 0.
    t/loops.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/polyclip.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/retraction.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 16 tests but ran 0.
    t/serialize.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/shells.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 2 tests but ran 0.
    t/skirt_brim.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 1 tests but ran 0.
    t/slice.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/support.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 1 tests but ran 0.
    t/vibrationlimit.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 9 tests but ran 0.
    Files=22, Tests=3, 6 wallclock secs ( 0.10 usr 0.04 sys + 5.20 cusr 0.48 csys = 5.82 CPU)
    Result: FAIL
    Failed 21/22 test programs. 0/3 subtests failed.
    Thanks
    Last edited by doupod (2013-06-09 14:49:09)

    I solved the problem using the AUR package Slic3r-git. It's a perl 5.18 compatibility problem, as indicated by this bug report : https://github.com/alexrj/Slic3r/issues … t-19030476

  • Activating Swap fails [solved]

    I'm in the process of doing my very first archlinux install.. so far things are going ok. Ran into one snag that I'd like to solve before going any further though.  During the boot process it tries to activate the swap partition but then it says 'fails'. I'm not sure why since I set the swap during the install /hda2. 
    When I do cfdisk it shows that a swap partition is set up (82) and I can type mkswap dev/hda2 at the command line but is there some way I can remedy this so that swap gets set up automatically at boot?  Shouldn't this be default behavior?
    thx

    I didn't really mess with fstab.. poking inside I find it looks like:
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    tmpfs /tmp tmpfs defaults 0 0
    usbfs /proc/bus/usb usbfs defaults 0 0
    /devcdroms/cdrom0 /mnt/cd iso9660 ro,user,noauto,unhide 0 0
    /dev/cdroms/cdrom0 /mnt/dvd udf ro,user,noauto,unhide 0 0
    /dev/floppy/0 /mnt/fl vfat user,noauto 0 0
    /dev/discs/disc0/part2 swap swap defaults 0 0
    /dev/discs/disc0/part3 / ext3 defaults 0 1
    /dev/discs/disc0/part1 /boot ext2 0 1
    /dev/discs/disc0/part2 swap swap defaults 0 0
    /dev/discs/disc0/part3 / ext3 defaults 0 1
    /dev/discs/disc0/part1 /boot ext2 0 1
    I wonder why all the /dev/discs show up twice?  Could that be it?

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

  • Installation Acrobat XI Pro fails - solved

    Hello.
    Just to let you know: Installing Acrobat XI Pro from Creative Cloud failed on Windows 7. Other programs like Photoshop installed fine, though.
    Checking the previously installed programs there was "Adobe PDF creation Add-On XI" which came with a test version of FrameMaker 12. After uninstalling the Add-On, Acrobat XI could be installed.

    Hi Guido ,
    That sounds perfect.
    Stay well .
    Regards
    Sukrit Dhingra

  • [LVM] Shrinking /home to increase /root failed [solved]

    Hi there,
    Before doing anything wrong and risking data loss, I will better ask for your advice. I used the following commands to shrink my /home partition in order to increase /root:
    # vgchange -a y
    # e2fsck -f /dev/VolGroup00/Home
    # resize2fs /dev/VolGroup00/Home 205G
    # lvreduce -L 206G VolGroup00/Home
    # lvextend -l +100%FREE VolGroup00/Arch
    # e2fsck -f /dev/VolGroup00/Arch
    # resize2fs /dev/VolGroup00/Arch
    The initial size of the logical volume Home was 208GB according to lvdisplay. The volume Arch corresponds to my /root.
    All commands completed successfully. However, on boot I get the following error:
    Home: The filesystem size (according to the superblock) is 54525952 blocks
    The physical size of the device is 54001664 blocks
    Either the superblock or the partition table is likely to be corrupt!
    Home: UNEXPECTED INCONSISTENCY: RUN fsck MANUALLY
    I booted from a live disk and tried to run fsck manually. But it aborts with the same error.
    What am I advised to do now?
    Thanks!
    Last edited by orschiro (2014-05-26 06:55:30)

    Filesystems don't like it when parts of their storage go missing. You have to get the missing parts back.
    Find your LVM backups / archives ( /etc/lvm/archive ), see if there is a file that says "created *before* lvreduce -L 206G VolGroup00/Home". That file would tell you where the /home partition was allocated before you shrank it.
    You can use vgcfgrestore to get back to that state of things. At that point your /home should be accessible again - or at least fsckable. (But of course the /root is broke then - can't have both).
    1) Before doing anything else, make a backup of your /root files if you need one
    2) Free some space so you can use snapshot before you fsck. If fsck messes up you really are in trouble.
    The real interesting question is what went wrong with the shrink in the first place. Your commands look like they should have worked. Most likely the resize2fs failed somehow? since it still believes itself to be 208GiB large.
    Last edited by frostschutz (2014-05-22 15:38:19)

  • Anonymous login failed [solved]

    pacman -Syu gives...
    error: anonymous login failed
    Control socket read failed: Success
    I tried commenting out the nethat line in /etc/pacman.d/* and rebooting but still get the same error.
    Last edited by tony5429 (2007-06-09 15:07:14)

    Snowman wrote:
    Agent69 wrote:So this is a server issue?
    yes.
    iam having the same problem with the extra server and my pacman.conf file uses this line /etc/pacman.d/extra how can that be wrong ? please help me ..

  • Ntp-once.service fails [solved]

    I'm trying to set up the oneshot ntp time sync as described in the arch wiki https://wiki.archlinux.org/index.php/Ne … col_daemon
    I believe I have /etc/ntp.conf configured correctly, because when I manually run
    >sudo ntpd -gq
    I get:
    ntpd: time set -7.226927s
    However, when I try to start the service, either enabled at boot or started manually afterwards, I get:
    >sudo systemctl start ntp-once.service
    Job for ntp-once.service failed. See 'systemctl status ntp-once.service' and 'journalctl -xn' for details.
    The suggested links give:
    >sudo systemctl status ntp-once.service
    ntp-once.service - Network Time Service (once)
          Loaded: loaded (/etc/systemd/system/ntp-once.service; disabled)
          Active: failed (Result: exit-code) since Sat 2013-03-30 05:48:56 EDT; 2min 13s ago
         Process: 939 ExecStart=/usr/bin/ntpd -q -g -u ntp:ntp (code=exited, status=255)
    Mar 30 05:48:55 arch ntpd[939]: Listen and drop on 1 v6wildcard :: UDP 123
    Mar 30 05:48:55 arch ntpd[939]: Listen normally on 2 lo 127.0.0.1 UDP 123
    Mar 30 05:48:55 arch ntpd[939]: Listen normally on 3 eth0 192.168.0.110 UDP 123
    Mar 30 05:48:55 arch ntpd[939]: Listen normally on 4 lo ::1 UDP 123
    Mar 30 05:48:55 arch ntpd[939]: Listen normally on 5 eth0 fe80::f66d:4ff:fe40:3c9b UDP 123
    Mar 30 05:48:55 arch ntpd[939]: peers refreshed
    Mar 30 05:48:55 arch ntpd[939]: Listening on routing socket on fd #22 for interface updates
    Mar 30 05:48:56 arch systemd[1]: ntp-once.service: main process exited, code=exited, status=255/n/a
    Mar 30 05:48:56 arch systemd[1]: Failed to start Network Time Service (once).
    Mar 30 05:48:56 arch systemd[1]: Unit ntp-once.service entered failed state
    >sudo journalctl -xn
    -- Logs begin at Sun 2012-10-28 09:25:15 EDT, end at Sat 2013-03-30 05:53:07 EDT. --
    Mar 30 05:48:55 arch ntpd[939]: Listening on routing socket on fd #22 for interface updates
    Mar 30 05:48:56 arch systemd[1]: ntp-once.service: main process exited, code=exited, status=255/n/a
    Mar 30 05:48:56 arch systemd[1]: Failed to start Network Time Service (once).
    -- Subject: Unit ntp-once.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/li … temd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Softwar … 8ba40df7e9
    -- Unit ntp-once.service has failed.
    -- The result is failed.
    Mar 30 05:48:56 arch systemd[1]: Unit ntp-once.service entered failed state
    Mar 30 05:48:56 arch sudo[936]: pam_unix(sudo:session): session closed for user root
    Mar 30 05:51:10 arch sudo[941]: bp : TTY=pts/0 ; PWD=/home/bp ; USER=root ; COMMAND=/usr/bin/system
    Mar 30 05:51:10 arch sudo[941]: pam_unix(sudo:session): session opened for user root by bp(uid=0)
    Mar 30 05:51:10 arch sudo[941]: pam_unix(/etc/systemd/system/ntp-once.servicesudo:session): session closed for user root
    Mar 30 05:53:07 arch sudo[946]: bp : TTY=pts/0 ; PWD=/home/bp ; USER=root ; COMMAND=/usr/bin/journa
    Mar 30 05:53:07 arch sudo[946]: pam_unix(sudo:session): session opened for user root by bp(uid=0)
    My /etc/systemd/system/ntp-once.service looks like this:
    [Unit]
    Description=Network Time Service (once)
    After=network.target nss-lookup.target
    [Service]
    Type=oneshot
    ExecStart=/usr/bin/ntpd -q -g -u ntp:ntp ; /sbin/hwclock -w
    [Install]
    WantedBy=multi-user.target
    And my /etc/ntp.conf like this:
    # Associate to public NTP pool servers; see http://www.pool.ntp.org/
    server 0.north-america.pool.ntp.org iburst
    server 1.north-america.pool.ntp.org iburst
    server 2.north-america.pool.ntp.org iburst
    server 3.north-america.pool.ntp.org iburst
    # Only allow read-only access from localhost
    restrict default noquery nopeer
    restrict 127.0.0.1
    restrict ::1
    # Location of drift file
    driftfile /var/lib/ntp/ntp.drift
    logfile /var/log/ntp.log
    Last edited by bpeary (2013-03-31 23:12:20)

    Thanks for the suggestions.  I tried breaking that line up into
    ExecStart=/usr/bin/ntpd -q -g -u ntp:ntp
    ExecStart=/sbin/hwclock -w
    but got the same fail error.  Then I thought about how it worked manually, and I had used ntpd -gq.  I don't know what the ntp:ntp means, or the 'u', but decided to try it with the format that worked manually.  So I put in:
    ExecStart=/usr/bin/ntpd -qg ; /sbin/hwclock -w
    and now it is working.

  • Amarok2-svn build fails [SOLVED]

    Is this a common occurance in building amarok2-svn or am I doing something noobishly wrong?
    [ 86%] Built target amarok_collection-ipodcollection
    Generating mtpmeta.moc
    Generating MtpCollectionLocation.moc
    Generating MtpCollection.moc
    Generating moc_MtpHandler.cpp
    Scanning dependencies of target amarok_collection-mtpcollection
    [ 86%] Building CXX object src/collection/mtpcollection/CMakeFiles/amarok_collection-mtpcollection.dir/amarok_collection-mtpcollection_automoc.o
    In file included from /tmp/yaourt-tmp-dave/aur-amarok2-svn/amarok2-svn/src/amarok2-svn/src/collection/mtpcollection/moc_MtpHandler.cpp:10,
                     from /tmp/yaourt-tmp-dave/aur-amarok2-svn/amarok2-svn/src/amarok2-svn/src/collection/mtpcollection/amarok_collection-mtpcollection_automoc.cpp:4:
    /tmp/yaourt-tmp-dave/aur-amarok2-svn/amarok2-svn/src/amarok2-svn/src/collection/mtpcollection/handler/MtpHandler.h:66: error: 'LIBMTP_raw_device_t' has not been declared
    /tmp/yaourt-tmp-dave/aur-amarok2-svn/amarok2-svn/src/amarok2-svn/src/collection/mtpcollection/handler/MtpHandler.h:158: error: 'LIBMTP_raw_device_t' has not been declared
    /tmp/yaourt-tmp-dave/aur-amarok2-svn/amarok2-svn/src/amarok2-svn/src/collection/mtpcollection/handler/MtpHandler.h:169: error: ISO C++ forbids declaration of 'LIBMTP_raw_device_t' with no type
    /tmp/yaourt-tmp-dave/aur-amarok2-svn/amarok2-svn/src/amarok2-svn/src/collection/mtpcollection/handler/MtpHandler.h:169: error: expected ';' before '*'token
    make[2]: *** [src/collection/mtpcollection/CMakeFiles/amarok_collection-mtpcollection.dir/amarok_collection-mtpcollection_automoc.o] Error 1
    make[1]: *** [src/collection/mtpcollection/CMakeFiles/amarok_collection-mtpcollection.dir/all] Error 2
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
        Aborting...
    Error: Makepkg was unable to build amarok2-svn package.
    Last edited by archdave (2008-10-14 06:21:03)

    ok, found earlier posting
    doing this
    youart -R libmtp
    yaourt -S libmtp-devel
    yaourt -S amarok2-svn
    It's restarting compile and continueing at the 86% point

  • Netcfg WirelesLAN gives error "DHCP IP lease attempt failed" [SOLVED]

    i couldn't find a solution for this on the forums, though it seems to be a well known problem ...
    the drivers for my network device eth1 (zd1211) are installed and it is detected by iwconfig after a fresh arch install.
    the file WirelessLAN is set up like this:
    CONNECTION="wireless"
    INTERFACE=eth1
    SCAN="yes"
    SECURITY="wpa"
    ESSID="..."
    KEY="..."
    IP="dhcp"
    TIMEOUT=20
    but a netcfg2 WirelessLAN gives me:
    :: WirelessLAN up                                                               [BUSY]
    DHCP IP lease attempt failed                                               [FAIL]
    any ideas ???
    Last edited by fdrebin (2008-09-28 16:13:20)

    Hi.
    I got the same problem since dhcpd was updated during the last full-system-upgrade (-Suy).
    My profile is the following:
    CONNECTION="ethernet"
    DESCRIPTION="..."
    INTERFACE=ra0
    IP="dhcp"
    DHCP_TIMEOUT="30"
    PRE_UP="ifconfig ra0 up; iwconfig ra0 essid Ranger channel 9 mode managed"
    I know that this config is very ugly, but it worked.
    I have got another config, that may look better for you, but I don't know if it works. I created it today. If I try this new profile, I get the same error.
    In the past configs like this led to other errors. So I made the ugly config above.
    CONNECTION="wireless"
    DESCRIPTION="..."
    INTERFACE=ra0
    SCAN="yes"
    SECURITY="none"
    ESSID="Ranger"
    IP="dhcp"
    DHCP_TIMEOUT=30
    Do you have any hints, how I can get more a detailed error report. Downgrading dhcpd would be a good idea, too. Any hints for that?
    Thanks for your help.
    Alpha

  • Linksys WRT54GL - tomato upgrade failed - SOLVED

    Hello, 
    I had a problem with Tomato 1.28. I wanted to upgrade it as the procedure sais ( the procedure in readme.htm file ) Unfortunatelly I saw some error message like "Upgrade are failed" or something like this. Hopefully, when I disconnected router from power and connected it again, it was working I googled a liitle bit and this is what I did. 
    1. I disabled antyvirus
    2. I disabled firewall
    3. I changed my IP settings to IP address 192.168.1.10 and Netmask 255.255.255.0
    4. I made sure there are no any more IP addresses, no DNS, no Gateway and no alternate IP addressess in Advanced settings.
    5. I closed Firefox
    6. I opened Opera
    8. While the router was connected to power, I pressed "RESET" button and holded it for 30 seconds
    9. I logged in. I typed in Opera 192.168.1.1 and provided login/password credentials
    10. I selected Administration and upgrade firmware section. I choosed WRT54G_WRT54GL.bin file which was unpacked from Tomato_1_28.7z file
    11. I pressed confirmation button. This time everything worked fine.
    And what was before....
    1. Antyvirus was enabled
    2. Firewall was enabled
    3. I didn't care for IP settings, i just put 192.168.1.3 , I left gateway and dns IP addresses , maybe even I put alternate IP address in advanced settings
    4. I  used Firefox
    6. I took a new router from the box and didn't press "RESET" button
    9. I logged in. I typed in Firefox 192.168.1.1 and provided login/password credentials
    10. I selected Administration and upgrade firmware section. I choosed WRT54G_WRT54GL.bin file which was unpacked from Tomato_1_28.zip file
    11. I pressed confirmation button and I saw "Upgrade are failed" or something similar. 
    I hope it will help someone.

    On your computer click on Start - RUN - CMD and click OK... In the Command Prompt window type "ipconfig" and hit enter and note down the IP address and the Default Gateway IP (Default Ip address for the router is 192.168.1.1)... Again in the Command Prompt window type "ping 192.18.1.1" and hit enter and check if you are getting any response from the Router, if not then Press and hold the reset button for 30 seconds...Release the reset button...Unplug the power cable from your router, wait for 30 seconds and re-connect the power cable... and again in the Command Prompt window type "ping 192.168.1.1" and hit enter and if you are getting any response from the Router, then you can try to update the firmware of your Router using the TFTP Utility..
    Click on Download 44.3 KB the TFTP Utility.
    Follow these steps to upgrade the firmware on the device : -
    Double click the TFTP.exe file and click run.
    For Server- Enter the IP Address of the router that you assigned.  By default, the router is 192.168.1.1...
    For Password- Enter the password you assigned the router. By default, the router’s password is “admin”.
    For File- Click the triple “…” button and browse for the .bin firmware file...
    Click Upgrade button to start upgrading.  A progress bar should show up to show the progress.
    Once the Upgrade is done press and hold the reset button for 30 seconds...Release the reset button...Unplug the power cable from your router, wait for 30 seconds and re-connect the power cable...Now re-configure your router...

  • Updating azureus fails [solved*]

    I installed azureus but when I try to update it I get this error. 
    Version 1.7 of plugin 'azupdater' failed to install - /usr/share/azureus/plugins/azupdater/azupdater_1.7.zip (Permission denied)
    I tried doing the makepkg both as a normal user (w/ fakeroot) and as root.  I also tried pacman -A as root and using sudo... same results.  Permissions are set to root:root for this directory and I tried changing it to root:users but that also didn't help. 
    I'm pretty much out of ideas..
    On a related note, it seems that the restart Azureus button doesn't work.. it'll shut down but then fails to come back up.

    Cotton wrote:
    In future, use the PKGBUILD from the AUR rather than updating from within the application:
    http://aur.archlinux.org/packages.php?d … yPackages=
    I did.

  • Install write failed [solved]

    im getting a write failed when the system goes to write the util-linux package
    error: could not extract usr/share/locale/it/LC_MESSAGES/util-linux.mo (Write failed)
    the same message appears for countried it, id, hu, gl, and fr, then i get the
    continue
    prompt
    is this bad media, or i might have a partition error since i am doing a custom dual boot install, however the previous packages as installed are not kicking back errors, it was able to install blibc, ncurses, readline, gcc-libs,
    ...etc...
    iana-etc, filesystem, then it comes to the util-linux where it errors out.
    Last edited by wolfdogg (2012-07-14 17:34:35)

    well, i never fully figured that one out, it must have been partition problems however, since i decided to run a linux system repair disk so i could make sure i was formatting the partitions correctly, furthermore since its a dual boot i need to introduce an extended partition where my /home and /swap ended up on. After reinstallation, te error didnt return.

Maybe you are looking for

  • OC4J Deployment from JDeveloper 10.1.3 Webservice Instantiation ERROR

    I am trying to deploy an EJB web service from JDeveloper 10.1.3 and keep getting this error: InstantiationException. Note: in the readme.txt, it describes running OC4J with the EBJ3.0 option. (OC4J -start -ejb3) -start [-ejb3] : start OC4J with EJB30

  • I am using a MacBook Pro Mac OS X Version 10.6.8

    I am using a MacBook Pro, Mac OS X version 10.6.8  iPhoto 8.1.2 Suddenly iphoto will not open. I am traveling and taking many pics so I am quite frustrated. Any help is appreciated.

  • Where is the documentation (PDF)

    It would be very useful to have some documentation other than a README.

  • CR Report Designer Control ActiveX

    If I remember well, 10 years ago, I saw somewhere a Crystal Reports Designer Component (Active X Control), which could be put on a VB6-Form to design new reports from a 3rd-party-application. Special End-User-Licenses were required... I can't remembe

  • Creating a print version

    Hello, I need to insert a link in my page for viewing a print version. I have the code for that and it works using HTML Portlet. But I need something else: If I have a page with these regions: Header, body and footer. How can I see a print version of