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

Similar Messages

  • Best way to increase root and home part sizes

    Just want to check what means to increase size of root and home. Here's the drive with them now:
    Device Boot Start End Blocks Id System
    (xp) /dev/sdc1 * 1 7649 61440561 7 HPFS/NTFS
    /dev/sdc2 7650 8865 9767520 83 Linux (root)
    /dev/sdc3 8866 12512 29294527+ 83 Linux (home)
    /dev/sdc4 12513 60801 387881392+ 5 Extended
    /dev/sdc5 12513 12998 3903763+ 83 Linux (swap)
    /dev/sdc6 12999 60801 383977566 83 Linux (stuff)
    Everything is backed up and I have other drives to move the /dev/sdc6 over onto temporarily. I have burned GParted LiveCD but I have never used it, would I boot into it and basically see GParted and be able to delete/edit/etc. my partitions?
    Now here's where I get a bit confused: Will I have to delete root and/or home to increase their sizes? If so, what is the right way to copy root back over when I am done the partitioning? I have never copied a root back over onto the system. If I use something as simple as cp -pr, then from where would I do it? Would it be some console I can get into from the Arch LiveCD or something?
    Thanks for your help!

    jbromley wrote:
    If you move the sdc6 partition off of this drive to make space available, then gparted should be able to move and resize the remaining partitions to take advantage of the remaining space. This means that you shouldn't have to copy over your root and home partitions after the resize. Of course, you'll want backups of these partitions just in case.
    You second questions is good just for general knowledge. As mentioned above, you shouldn't have to do this. If you do need to copy over root/home the best way is to use some LiveCD to boot your machine. System Rescue CD and grml are two good rescue/admin type CDs, but I'll bet you can get to a console using the gparted live CD. Once your system is booted with some live CD,  mount your root/home partitions and your backup copy and copy over the root/home partitions from your backup. Something as simple as cp -pr should work here. Once you're done copying, unmount the drives and reboot. When you reboot after resizing a partition you'll probably have to run fsck, but it shouldn't be a problem.
    It's all pretty straightforward. Note that resizing big partitions might take a long time. Oh yeah, be sure to back up your partitions before doing any of this.
    jbromley, you give quality answers. Furthermore, you could use your Arch install cd as the "rescue" disk. It has all the tools you need to mount your partitions and copy files. But you shouldn't have to do that if gparted works.

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

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

  • Will connecting my iPhone 5 to my home VPN increase my data speeds?

    Will connecting my iPhone 5 to my home VPN increase my data speeds?
    As you are aware Sprint definitely does not have the fastest data speeds. I am constantly stuck on 3G while inside. I was wondering if I setup my phone to be connected to a VPN if that will help increase the data speed?

    Sorry, let me clarify I will be connecting to the VPN while I am at work. When at home I am on the WiFi

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

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

  • Applications can only write to home directory...[SOLVED]

    ...if logged in as root
    I'm sure that this topic has be covered before, but I just cant find anything.
    When I'm logged in as root, all applications work fine but when I'm logged in as myself most applications moan about not being able to create a directory.
    For example if I start Geany, it complains:
    Configuration directory could not be created (Permission denied).
    There could be some problems using Geany without a configuration directory.
    Start Geany anyway?
    Epiphany had the same issue so I manually created the .epiphany directory/folder that it wanted to write to.
    I'm sure its a permissions issue, but i can set my home dir to chmod -R 777 ... and the applications still complain
    > groups gary
    root wheel network video audio floppy storage users
    I added myself to the root group, still no joy.
    What do I need to do? Is there some group that I need to add to the user?
    Many thanks in advance,
    gazza
    Last edited by gazza (2009-12-01 16:33:28)

    thanks everyone.
    I had a play and changed the owner to root and then back to <user> (using chown -R <name>) .
    Started geany no complaints, started ooffice no complaints
    problem solved.
    BTW I was refering to ~ rather than /home
    I must have caused the problem by renaming/ creating directorys while acting as root.
    Last edited by gazza (2009-12-01 16:02:05)

  • Can't startx as non-root user [Solved]

    I have no idea what's going on. I'm pretty sure I have my permissions set correctly, but right now running startx as a non-root user dumps me back out. Here's my log file:
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.7.3.902 (1.7.4 RC 2)
    Release Date: 2009-12-26
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.32-ARCH i686
    Current Operating System: Linux myhost 2.6.31-ARCH #1 SMP PREEMPT Tue Nov 10 19:48:17 CET 2009 i686
    Kernel command line: root=/dev/disk/by-uuid/6d3da3d6-f72f-4623-82e7-e44e3c365711 ro
    Build Date: 26 December 2009 11:37:45AM
    Current version of pixman: 0.16.4
    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: Thu Dec 31 11:46:23 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Xorg Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "USB Mouse"
    (**) Option "AllowMouseOpenFail" "true"
    (**) Option "Xinerama" "0"
    (**) Option "AutoAddDevices" "True"
    (**) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/PEX" does not exist.
    Entry deleted from font path.
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/western" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (**) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Keyboard0
    (WW) Disabling USB Mouse
    (II) Loader magic: 0x81e4c60
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (--) using VT number 7
    (--) PCI:*(0:1:0:0) 10de:0649:103c:30f4 nVidia Corporation G96 [GeForce 9600M GT] rev 161, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00007000/128
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 195.30 Fri Dec 18 14:21:29 PST 2009
    (II) Loading extension GLX
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver 195.30 Fri Dec 18 13:43:18 PST 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules/libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
    (**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
    (==) NVIDIA(0): RGB weight 565
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "TwinView" "0"
    (**) NVIDIA(0): Option "MetaModes" "1440x900 +0+0; 800x600 +0+0; 640x480 +0+0"
    (**) Dec 31 11:46:23 NVIDIA(0): Enabling RENDER acceleration
    (II) Dec 31 11:46:23 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) Dec 31 11:46:23 NVIDIA(0): enabled.
    (II) Dec 31 11:46:24 NVIDIA(0): NVIDIA GPU GeForce 9600M GT (G96) at PCI:1:0:0 (GPU-0)
    (--) Dec 31 11:46:24 NVIDIA(0): Memory: 524288 kBytes
    (--) Dec 31 11:46:24 NVIDIA(0): VideoBIOS: 62.94.4a.00.10
    (II) Dec 31 11:46:24 NVIDIA(0): Detected PCI Express Link width: 16X
    (--) Dec 31 11:46:24 NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) Dec 31 11:46:24 NVIDIA(0): Connected display device(s) on GeForce 9600M GT at PCI:1:0:0:
    (--) Dec 31 11:46:24 NVIDIA(0): LPL (DFP-0)
    (--) Dec 31 11:46:24 NVIDIA(0): LPL (DFP-0): 330.0 MHz maximum pixel clock
    (--) Dec 31 11:46:24 NVIDIA(0): LPL (DFP-0): Internal Dual Link LVDS
    (II) Dec 31 11:46:24 NVIDIA(0): Assigned Display Device: DFP-0
    (II) Dec 31 11:46:24 NVIDIA(0): Validated modes:
    (II) Dec 31 11:46:24 NVIDIA(0): "1440x900+0+0"
    (II) Dec 31 11:46:24 NVIDIA(0): "800x600+0+0"
    (II) Dec 31 11:46:24 NVIDIA(0): "640x480+0+0"
    (II) Dec 31 11:46:24 NVIDIA(0): Virtual screen size determined to be 1440 x 900
    (--) Dec 31 11:46:25 NVIDIA(0): DPI set to (98, 99); computed from "UseEdidDpi" X config
    (--) Dec 31 11:46:25 NVIDIA(0): option
    (==) Dec 31 11:46:25 NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
    (II) Dec 31 11:46:25 NVIDIA(0): Initialized GPU GART.
    (II) Dec 31 11:46:25 NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) Dec 31 11:46:25 NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) Dec 31 11:46:25 NVIDIA(0): configuration option may not be set correctly. When the
    (II) Dec 31 11:46:25 NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) Dec 31 11:46:25 NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) Dec 31 11:46:25 NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) Dec 31 11:46:25 NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) Dec 31 11:46:25 NVIDIA(0): Config Options in the README.
    (II) Dec 31 11:46:25 NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    (II) Dec 31 11:46:25 NVIDIA(0): enough to receive ACPI display change hotkey events.
    (II) Dec 31 11:46:25 NVIDIA(0): Setting mode "1440x900+0+0"
    (II) Loading extension NV-GLX
    (II) Dec 31 11:46:25 NVIDIA(0): Initialized OpenGL Acceleration
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) Dec 31 11:46:25 NVIDIA(0): Initialized X Rendering Acceleration
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR enabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing extension GLX
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.7.3, module version = 2.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found relative axes
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) acceleration profile 0
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.7.3, module version = 1.2.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (II) Synaptics touchpad driver version 1.2.1
    (**) Option "Device" "/dev/input/event11"
    (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    (II) SynPS/2 Synaptics TouchPad: buttons: left right middle
    (**) Option "TapButton1" "1"
    (**) Option "TapButton2" "2"
    (**) Option "TapButton3" "3"
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (**) SynPS/2 Synaptics TouchPad: always reports core events
    (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (II) config/hal: Adding input device HP Webcam
    (**) HP Webcam: always reports core events
    (**) HP Webcam: Device: "/dev/input/event9"
    (II) HP Webcam: Found keys
    (II) HP Webcam: Configuring as keyboard
    (II) XINPUT: Adding extended input device "HP Webcam" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Primax HP Wireless Laser Mini Mouse
    (**) Primax HP Wireless Laser Mini Mouse: always reports core events
    (**) Primax HP Wireless Laser Mini Mouse: Device: "/dev/input/event10"
    (II) Primax HP Wireless Laser Mini Mouse: Found 3 mouse buttons
    (II) Primax HP Wireless Laser Mini Mouse: Found scroll wheel(s)
    (II) Primax HP Wireless Laser Mini Mouse: Found relative axes
    (II) Primax HP Wireless Laser Mini Mouse: Found x and y relative axes
    (II) Primax HP Wireless Laser Mini Mouse: Found absolute axes
    (II) Primax HP Wireless Laser Mini Mouse: Configuring as mouse
    (**) Primax HP Wireless Laser Mini Mouse: YAxisMapping: buttons 4 and 5
    (**) Primax HP Wireless Laser Mini Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Primax HP Wireless Laser Mini Mouse" (type: MOUSE)
    (**) Primax HP Wireless Laser Mini Mouse: (accel) keeping acceleration scheme 1
    (**) Primax HP Wireless Laser Mini Mouse: (accel) acceleration profile 0
    (II) Primax HP Wireless Laser Mini Mouse: initialized for relative axes.
    (WW) Primax HP Wireless Laser Mini Mouse: ignoring absolute axes.
    (II) config/hal: Adding input device Sleep Button
    (**) Sleep Button: always reports core events
    (**) Sleep Button: Device: "/dev/input/event7"
    (II) Sleep Button: Found keys
    (II) Sleep Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event5"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event4"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event2"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    Last edited by contumation (2009-12-31 22:41:31)

    JuseBox wrote:Do you have a .xinitrc config?  Also do you have anything in it?
    My /home/<user>/.xinitrc file:
    rl=$(runlevel | grep -o [0-6])
    case $rl in
    4) exec gnome-session;;
    5) exec openbox-session;;
    esac
    quarkup wrote:
    please paste the output of
    ls -l ~
    total 36
    drwx------ 3 bao users 4096 Dec 31 13:58 .
    drwxr-xr-x 5 root root 4096 Dec 31 03:26 ..
    -rw------- 1 bao users 396 Dec 31 11:46 .bash_history
    -rw-r--r-- 1 bao users 16 Aug 1 06:22 .bash_profile
    -rw-r--r-- 1 bao users 108 Aug 1 06:22 .bashrc
    drwxr-xr-x 3 root root 4096 Dec 31 03:34 .config
    -rw-r--r-- 1 bao users 0 Dec 31 13:58 ls.txt
    -rw------- 1 bao users 0 Dec 31 11:44 .Xauthority
    -rw-rw-rw- 1 bao users 102 Dec 31 03:37 .xinitrc
    -rw-r--r-- 1 bao users 278 Dec 31 03:32 .xinitrc~
    -rw-r--r-- 1 bao users 100 Nov 21 10:01 .xsession
    Last edited by contumation (2009-12-31 20:01:21)

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

  • Question re. Column View/List View in Home Folder and Root Folder?

    <Edited by Host>
    When I set either my Home folder in the Dock or the Root Folder on the Desktop to open in Column View, everything opened is retracted upon closing.
    Is this just the way Leopard is, or am I missing something obvious I should know:
    First, on Tiger, my Home Folder opens directly in the Finder. I don't have to select "Open in Finder," as I have to in Leopard.
    Second, when I select the Column option when opening the Home Folder in the Finder, it automatically sets the Column option for the Root Folder on the Desktop, as well (and vice-versa). In Tiger, they can be set independently. I prefer to have the Root Folder set to List View and the Home Folder to Column View, and have both remain like that. This is what I meant, but got a bit confused before in asking the question.
    Also, is there some way, as in Tiger, to have the Home Folder in the Dock set to open automatically in the Finder, without having to select that option each time I go to the Home Folder?
    Actually, now that I remember, perhaps this isn't such surprising behavior. To get it there, I copied the Home Folder from its position in the Root Folder to the Dock. Maybe there is some other way to get the Home Folder into the Dock? Thanks.

    WZZZ wrote:
    Thanks. The option "Open in Finder" appears at the bottom of a small vertical menu when I click on the Home Folder in the Dock. Command clicking on the Home Folder brings up the other user account, Shared, and my user account, so it's not that useful.
    ah, you are right. well, one more option is to make an alias to the home folder, put it anywhere you want and put the alias on the dock. then clicking (no command-clicking needed) on the alias in the dock will open home in a finder window directly.
    The default in Finder Preferences was already set the way you suggested.
    Now that I know about cmd-n, that gets me directly to the Home Folder in the Finder. And now that it's set up to open in Column View, and remain that way independent of the View option for the Root folder, everything seems to be looking good. That's what I needed.

  • Increase root filesystem size with VxVM

    Hi All,
    Can i increase the root fileystem size in solaris 10 after encapsulating the root disk into VxVM.
    Thanks
    ---MGP---

    I wouldn't try it.
    If you have a mirror, I'd drop the mirror, copy everything over to the mirror disk (in normal, contiguous slices), then redo the VxVM encapsulation.
    Root filesystem cannot be discontiguous, no concats, stripes, raid5s, only mirror. So growing is difficult unless the space is already past the end.
    Easier to copy to another disk, reset the bits (/etc/system, /etc/vfstab), then boot from it.
    Darren

  • Home hub 3 font size solved.

    I was looking at home hub manager and I did something that changed the font size to weeny but I don't know what. Anyone know how to change the font size? Other web pages are fine so  I think it is just in HH manager.
    S'ok i sussed it.

    I seem to have same problem - how did you solve it.  When I open emails the font size is perfect it is just on the left hand size where inbox, sent etc. and list of emails - font size tiny can hardly read it

  • Increase root partition on ufs filesystem

    Hello
    we have a virtual solaris vm with ufs the disk has become to small..
    we have increased the vmfs but we are having problems increasing the filesystem as format only sees the old size.. fdisk does not seem to offer the possibility to expand the partition to its maximum size.. is it possible to change the label of a solaris partition so that it takes into account all the space that is available for it?
    why fdisk does not see there is unallocated space.. i could create a second partition and mount it to other directory perhaps.
    thank you.

    Hi.
    Solaris on X86 system placed on special general dos partittion.
    fdisk - used for first level.  On this level you can create one ( and only one) partition with type Solaris
              and can create some additional partitions for other OS.
    format - used for second level.  It create additional  partittions on solaris's partitions on first level.  This label also store original size of disk.
    So you need:
    1.  Increase  Solaris partition on first level, using fdisk
    2. Check that format detect new size of disk and increase/create new.
    In case mistake on any steps - you lost data.
    This problem correspond only for root fs and UFS.
    On my choice -  create addtional virtual disk and just add it  to system.
    For new disk use gpt (efi) type of label.
    Regards.

  • Regarding increasing root file system size

    Hi folks,
    I need urgent help regarding increasing the rool file system size from 40gb to 72 gb by decreasing swap from 64gb to 32gb with out any loss.
    please find the current partiton config:
    Part Tag Flag Cylinders Size Blocks
    0 root wm 6595 - 10787 40.69GB (4193/0/0) 85335936
    1 swap wm 2 - 6594 64.00GB (6595/0/0) 134221440
    2 backup wm 0 - 14086 136.71GB (14087/0/0) 286698624
    3 unassigned wm 0 0 (0/0/0) 0
    4 unassigned wm 0 0 (0/0/0) 0
    5 unassigned wm 10788 - 14050 32.01GB (3298/0/0) 67120896
    6 unassigned wm 0 0 (0/0/0) 0
    7 unassigned wm 0 0 (0/0/0) 0
    i need to change this like below.
    Part Tag Flag Cylinders Size Blocks
    0 root wm 3299 - 10787 72.69GB (4193/0/0) 152446656
    1 swap wm 2 - 3298 32.00GB (3298/0/0) 67110720
    2 backup wm 0 - 14086 136.71GB (14087/0/0) 286698624
    3 unassigned wm 0 0 (0/0/0) 0
    4 unassigned wm 0 0 (0/0/0) 0
    5 unassigned wm 10788 - 14086 32.01GB (3298/0/0) 67120896
    6 unassigned wm 0 0 (0/0/0) 0
    7 unassigned wm 0 0 (0/0/0) 0
    kin dlyhelp me on this....
    Thanks in advance,
    Prathap

    Sorry, can't be done.
    If it was any other filesystem than root, you could do by using SVM.
    But root filesystems can't be stripes or concats. Only simple mirrors.
    So SVM isnt going to work.
    If the spare space was after the partiton. You might have been able to do it by the "dirty" method of manually expanding the partition and using
    growfs to expand it. You would have had to do it by netbooting or cd booting since growfs can't be used on the current root.
    But in any case, you can't do that either since the space if before the partition not after it.
    So, reinstalling is your only option..
    Well, If you have a spare disk, you might be able to copy the filesystem over to a larger partition on the other disk, growfs it and boot off that instead.
    You'd want to try it on a test systen first...

Maybe you are looking for