[SOLVED] Grub Problems Can boot Arch w/ grub edits only

I had 3 Linux OS's installed on this computer, Arch and 2 versions of Ubuntu on one hard drive.
The MBR belonged to Ubuntu, using grub2. I decided to get rid of the older Ubuntu (sda8 and 9) and add it's HDD space to my Arch home (sda12). Used the current Gparted live to modify the partitions and all went well, but of course, the numbers changed getting rid of 2 partitions.
No boot upon restart so I decided to get Arch's grub back to the MBR with the new partition numbering scheme.
Using a live CD, I used the grub shell, find /boot/grub/stage1.....etc, etc. and after a bit of fumbling, grub indicated success in the shell. When I was through though, a reboot was not successful, although the current stable grub was now written to the MBR.  I edited the lines using grub edit option, and got Arch to boot, and figured out the correct partition numbers. Next I edited the menu.lst to reflect the new sda numbers.
Now rebooting results in a long delay when grub should be on the screen, and the numbers on the Arch entries reflect the old numbers still!! I double checked thinking I forgot to save the edits to the menu.lst file, but they are correct. I can boot Arch, but have to edit the lines each time.
The current partitions are as follows. I edited the terminal output to show details.
[jeff@Arch2009p2 ~]$ sudo fdisk -l
Password:
Disk /dev/sda: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000383e7
Device Boot Start End Blocks Id System
/dev/sda1 * 1 91201 732572001 5 Extended
/dev/sda5 1 255 2048224+ 82 Linux swap / Solaris
/dev/sda6 (ubuntu /) 256 1471 9767488+ 83 Linux
/dev/sda7 (ubuntu /home) 1472 22321 167477593+ 83 Linux
/dev/sda8 (arch boot) 22322 22325 32098+ 83 Linux
/dev/sda9 (arch /) 22326 23627 10458283+ 83 Linux
/dev/sda10 (arch /home) 23628 91201 542788123+ 83 Linux
I have a few questions regarding a separate boot partition for Arch.
Should the grub> root (hd0.0) command be directed to the root or boot partition.
My handy printed emergency guide says: Set grubs root device to the partition containing the boot directory.
OK.....Writing it out now, it seems clear, so I'll try reinstalling grub from a live CD.
Why does grub have incorrect partition numbers even though the menu.lst is correct?
There are only 2 OS's on this box now, and one contains grub2.
Is current grub able to interact with grub 2 if I screwed something up on the install?
Last edited by jeff story (2010-05-24 20:05:06)

OK
I managed to fix the problem of grub not reading/using the menu.lst file. Not sure WTF it was reading and where that file was located!
The problem seems to have been the most insignificant detail.
When using the grub terminal, I did not execute the quit command when I was through. I just closed the terminal and rebooted.
After repeating the following code via live CD a few times:
$ sudo grub
grub> find /grub/stage1
grub> root (hd0,7)
grub> setup (hd0)
Grub still didn't read the current menu.lst.
This morning I got things to work correctly and grub to read the current menu.lst by adding a quit command and returning to the linux shell prior to rebooting.
I used the following commands:
$ sudo grub
grub> find /grub/stage1
grub> root (hd0,7)
grub> setup (hd0)
grub> quit

Similar Messages

  • [SOLVED] Grub refuses to boot Arch on a dual boot

    Hi,
    After hours of trying things out and searching the web for answers, I finally gave up and joined this helpforum.
    I found several similar topics, but none seemed to work.
    So here's the deal.
    My HDD looks like this
    sda1 (/boot)
    sda2 (Windows7, bootflag)
    sda3 (/swap)
    sda5 (/)
    sda6 (NTFS ExtraData)
    So i'm trying to dual boot windows7 and arch.
    my menu.lst looks like this:
    # (0) Arch Linux
    title  Arch Linux
    root   (hd0,4)
    kernel /vmlinuz-linux root=/dev/sda5 ro
    initrd /initramfs-linux.img
    # (1) Arch Linux
    title  Arch Linux Fallback
    root   (hd0,4)
    kernel /vmlinuz-linux root=/dev/sda5 ro
    initrd /initramfs-linux-fallback.img
    # (2) Windows
    title Windows 7
    rootnoverify (hd0,1)
    makeactive
    chainloader +1
    Windows boots fine, but when I try to boot Arch I get this
    Booting 'Arch Linux'
    title  Arch Linux
    root   (hd0,4)
    kernel /vmlinuz-linux root=/dev/sda5 ro
    error 15: File not found
    Thanks,
    Chris
    Last edited by preute (2011-12-12 18:51:16)

    I think that the lines
    root (hd0,4)
    are wrong. They are for GRUB's root (which is /boot), not /. So I think it should be
    root (hd0,0)
    instead.

  • [SOLVED] nouveau error while booting arch

    Hi!!! I'm newbie to arch, here is an error I can't solve myself. I search in google for solutions but they didn't solved. Please help me to solve this. I dual booted arch linux with window 8.1. After installation, while booting for the first time, this error occurred.
    Here is the error I found.
    [0.063411] Ignoring BGRT: Invalid status 0 (expected 1)
    starting version 218
    Arch_Linux: clean, 70622/18677760 files, 1643393/74703025 blocks
    [ 15.759913] nouveau E[ PIBUST][0000:01:00.0] HUBO: 0xffffffff (0x1a
    [ 15.759952] nouveau E[ PIBUST][0000:01:00.0] GPCO: 0x00000001 (0x1a
    [ 15.823494] nouveau E[ PBUS][0000:01:00.0] MMIO: 0x00000000 FAULT a
    [ 15.824050] nouveau E[ DRM]Pointer to TMDS table invalid
    [ 15.824072] nouveau E[ DRM]Pointer to flat panel table invalid}
    Last edited by aaa234 (2015-02-04 04:18:42)

    aaa234 wrote:
    runical wrote:
    That is a different problem to be honest. I assume that you can login using your normal user? If you set up sudo you might be able to get into root by using
    sudo su
    and change the password like that.
    I'm sorry if this is a noob question. Where do I type sudo su because as soon as the OS is booted, the system asks localhost login and password. I haven't installed any desktop environment yet. I only set up a password under arch-chroot but I can't login with and without that password.
    I was assuming a normal installed environment with a normal user. Using "sudo su", you can abuse privileges granted by sudo to circumvent the password required by su. A well configured sudo should not allow this, but in this case it seemed likely that the system was not completely set up yet.
    problem has been solved with this https://bbs.archlinux.org/viewtopic.php?id=168879
    Then, if there are no more problems, please mark the thread as solved.

  • TS1389 None of these resolutions solved my problem. Now what? It is only one song that it won't play.

    None of the resolutions suggested by Apple solved my problem. It is only one song that won't play.

    Delete and redownload it if doing so is free in your country.
    (81651)

  • [SOLVED] KEYMAP problem at boot after changing Xorg keyboard settings

    Hi everyone,
    I successfully installed Arch following both the Beginners Guide and the dm-crypt guide to encrypt the entire disk.
    Although I set the KEYMAP HOOK in the mkinitcpio.conf and regenerated the image, the correct keymap is not pulled at boot, making me unable to enter the encryption password correctly.
    The only way for me to access my system right now is chrooting into it via the installation CD.
    I double-checked the content of /etc/vconsole.conf and it is set to the keymayp layout that I want. During boot the messages confirm that the keymap HOOK has been pulled and that the keymap is set, but apparently not to the layout specified in vconsole.conf.
    The keymap hook already worked a few days ago and I was able to decrypt the disk and boot into the system. Then I ran into some keymap issues in X. I played around with localectl to adjust the keymap settings for X and that's where I must have messed up because ever since then I got the above issue at boot.
    My working theory now is, that the settings I made for X somehow influence the keymap hook, maybe they override whatever is specified in vconsole.conf?
    Is that even possible? And if so, which files would I need to check?
    And if it's not: what do I do now?
    Edit: I was unable to figure this out so I resorted to a new install. Didn't screw up this time and everything works perfectly now. I definetely recommend the use of a keyfile to anyone who uses a different keymap. That way, if your layout ever gets screwed up you can still decrypt your system via the keyfile.
    Last edited by nyn (2015-05-31 14:25:29)

    sry the delay
    the problem appears after a time using the system and I'm testing now!
    chris_l
    I'm following the link recommendations.
    I created a configuration file $XDG_CONFIG_HOME/fontconfig/fonts.conf containing:
    <?xml version='1.0'?>
    <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
    <fontconfig>
    <match target="font">
    <edit name="antialias" mode="assign">
    <bool>true</bool>
    </edit>
    </match>
    <match target="font">
    <edit name="hinting" mode="assign">
    <bool>true</bool>
    </edit>
    </match>
    <match target="font">
    <edit name="hintstyle" mode="assign">
    <const>hintslight</const>
    </edit>
    </match>
    <match target="font">
    <edit name="autohint" mode="assign">
    <bool>true</bool>
    </edit>
    </match>
    <match target="font">
    <test name="weight" compare="more">
    <const>medium</const>
    </test>
    <edit name="autohint" mode="assign">
    <bool>false</bool>
    </edit>
    </match>
    <match target="font">
    <edit mode="assign" name="lcdfilter">
    <const>lcddefault</const>
    </edit>
    </match>
    </fontconfig>
    and I change the rule overriding:
    # mv 50-user.conf 00-user.conf
    I'm still testing the system. The problem don't appears again after the configuration... yet!
    Tyrian
    I have installed the ttf-dejavu and ttf-liberation fonts, but I can't remove it because it's dependece of others softwares!!!
    I'm still testing! thanks
    Last edited by UnDr3aD (2012-11-20 15:30:57)

  • [SOLVED] Cups problems - Can't print (Epson DX7450)

    Edit: It's all good since libcups 1.3.10 except Firefox can't print for some reason, but I'm willing to let that one go
    Note: Already posted this in Newbie Corner before I realised it belonged here. There it is marked [SOLVED-MOVED] with a note. Sorry for redundancy...
    Hello,
    I am having some problems with cups. I am using gutenprint drivers from the repo, and am able to set everything up nicely (so it seems). When trying to print, nothing happens. The job queue displays the job with the status "Stopped". I have found some people have similar problems (not the same though), and a rebuild of libcups was recommended. I tried that, and the problems remained the same.
    Upon inspection of the logs the following is found:
    /var/log/cups/error_log (output from restarting cups, to failed job)
    I [09/Apr/2009:08:31:20 +0200] Scheduler shutting down normally.
    D [09/Apr/2009:08:31:20 +0200] Saving remote.cache...
    I [09/Apr/2009:08:31:20 +0200] Saving job cache file "/var/cache/cups/job.cache"...
    I [09/Apr/2009:08:31:21 +0200] Listening to 127.0.0.1:631 (IPv4)
    I [09/Apr/2009:08:31:21 +0200] Loaded configuration file "/etc/cups/cupsd.conf"
    I [09/Apr/2009:08:31:21 +0200] Using default TempDir of /var/spool/cups/tmp...
    I [09/Apr/2009:08:31:21 +0200] Configured for up to 100 clients.
    I [09/Apr/2009:08:31:21 +0200] Allowing up to 100 client connections per host.
    I [09/Apr/2009:08:31:21 +0200] Using policy "default" as the default!
    I [09/Apr/2009:08:31:21 +0200] Full reload is required.
    I [09/Apr/2009:08:31:21 +0200] Loaded MIME database from '/etc/cups': 36 types, 41 filters...
    D [09/Apr/2009:08:31:21 +0200] Loading printer tintopljuvach...
    I [09/Apr/2009:08:31:21 +0200] Loading job cache file "/var/cache/cups/job.cache"...
    D [09/Apr/2009:08:31:21 +0200] [Job 56] Loading from cache...
    D [09/Apr/2009:08:31:21 +0200] [Job 56] Loading attributes...
    I [09/Apr/2009:08:31:21 +0200] Full reload complete.
    I [09/Apr/2009:08:31:21 +0200] Cleaning out old temporary files in "/var/spool/cups/tmp"...
    I [09/Apr/2009:08:31:21 +0200] Listening to 127.0.0.1:631 on fd 3...
    I [09/Apr/2009:08:31:21 +0200] Resuming new connection processing...
    D [09/Apr/2009:08:31:21 +0200] Discarding unused server-started event...
    D [09/Apr/2009:08:31:22 +0200] Report: clients=0
    D [09/Apr/2009:08:31:22 +0200] Report: jobs=1
    D [09/Apr/2009:08:31:22 +0200] Report: jobs-active=1
    D [09/Apr/2009:08:31:22 +0200] Report: printers=1
    D [09/Apr/2009:08:31:22 +0200] Report: printers-implicit=0
    D [09/Apr/2009:08:31:22 +0200] Report: stringpool-string-count=397
    D [09/Apr/2009:08:31:22 +0200] Report: stringpool-alloc-bytes=8896
    D [09/Apr/2009:08:31:22 +0200] Report: stringpool-total-bytes=7888
    D [09/Apr/2009:08:48:56 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [09/Apr/2009:08:48:56 +0200] [Job 56] Unloading...
    D [09/Apr/2009:08:48:56 +0200] Report: clients=1
    D [09/Apr/2009:08:48:56 +0200] Report: jobs=1
    D [09/Apr/2009:08:48:56 +0200] Report: jobs-active=1
    D [09/Apr/2009:08:48:56 +0200] Report: printers=1
    D [09/Apr/2009:08:48:56 +0200] Report: printers-implicit=0
    D [09/Apr/2009:08:48:56 +0200] Report: stringpool-string-count=360
    D [09/Apr/2009:08:48:56 +0200] Report: stringpool-alloc-bytes=8032
    D [09/Apr/2009:08:48:56 +0200] Report: stringpool-total-bytes=7080
    D [09/Apr/2009:08:48:56 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:48:56 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:48:56 +0200] CUPS-Get-Printers
    D [09/Apr/2009:08:48:56 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [09/Apr/2009:08:48:56 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:48:56 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:48:56 +0200] CUPS-Get-Classes
    D [09/Apr/2009:08:48:56 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [09/Apr/2009:08:48:56 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:48:56 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:48:56 +0200] CUPS-Get-Default
    D [09/Apr/2009:08:48:56 +0200] CUPS-Get-Default client-error-not-found: No default printer
    D [09/Apr/2009:08:48:56 +0200] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
    D [09/Apr/2009:08:48:56 +0200] cupsdCloseClient: 7
    D [09/Apr/2009:08:48:56 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [09/Apr/2009:08:48:56 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:48:56 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:48:56 +0200] CUPS-Get-Printers
    D [09/Apr/2009:08:48:56 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [09/Apr/2009:08:48:56 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:48:56 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:48:56 +0200] CUPS-Get-Classes
    D [09/Apr/2009:08:48:56 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [09/Apr/2009:08:48:56 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:48:56 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:48:56 +0200] CUPS-Get-Default
    D [09/Apr/2009:08:48:56 +0200] CUPS-Get-Default client-error-not-found: No default printer
    D [09/Apr/2009:08:48:56 +0200] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
    D [09/Apr/2009:08:48:56 +0200] cupsdCloseClient: 7
    D [09/Apr/2009:08:48:56 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [09/Apr/2009:08:48:56 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:48:56 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:48:56 +0200] CUPS-Get-Printers
    D [09/Apr/2009:08:48:56 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [09/Apr/2009:08:48:56 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:48:56 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:48:56 +0200] CUPS-Get-Classes
    D [09/Apr/2009:08:48:56 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [09/Apr/2009:08:48:56 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:48:56 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:48:56 +0200] CUPS-Get-Default
    D [09/Apr/2009:08:48:56 +0200] CUPS-Get-Default client-error-not-found: No default printer
    D [09/Apr/2009:08:48:56 +0200] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
    D [09/Apr/2009:08:48:56 +0200] cupsdCloseClient: 7
    D [09/Apr/2009:08:48:56 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [09/Apr/2009:08:48:56 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:48:56 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:48:56 +0200] CUPS-Get-Printers
    D [09/Apr/2009:08:48:56 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [09/Apr/2009:08:48:56 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:48:56 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:48:56 +0200] CUPS-Get-Classes
    D [09/Apr/2009:08:48:56 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [09/Apr/2009:08:48:56 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:48:56 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:48:56 +0200] CUPS-Get-Default
    D [09/Apr/2009:08:48:56 +0200] CUPS-Get-Default client-error-not-found: No default printer
    D [09/Apr/2009:08:48:56 +0200] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
    D [09/Apr/2009:08:48:56 +0200] cupsdCloseClient: 7
    D [09/Apr/2009:08:48:57 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [09/Apr/2009:08:48:57 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:48:57 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:48:57 +0200] CUPS-Get-Printers
    D [09/Apr/2009:08:48:57 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [09/Apr/2009:08:48:57 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:48:57 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:48:57 +0200] CUPS-Get-Classes
    D [09/Apr/2009:08:48:57 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [09/Apr/2009:08:48:57 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:48:57 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:48:57 +0200] CUPS-Get-Default
    D [09/Apr/2009:08:48:57 +0200] CUPS-Get-Default client-error-not-found: No default printer
    D [09/Apr/2009:08:48:57 +0200] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
    D [09/Apr/2009:08:48:57 +0200] cupsdCloseClient: 7
    D [09/Apr/2009:08:48:57 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [09/Apr/2009:08:48:57 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:48:57 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:48:57 +0200] CUPS-Get-Printers
    D [09/Apr/2009:08:48:57 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [09/Apr/2009:08:48:57 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:48:57 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:48:57 +0200] CUPS-Get-Classes
    D [09/Apr/2009:08:48:57 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [09/Apr/2009:08:48:57 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:48:57 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:48:57 +0200] CUPS-Get-Default
    D [09/Apr/2009:08:48:57 +0200] CUPS-Get-Default client-error-not-found: No default printer
    D [09/Apr/2009:08:48:57 +0200] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
    D [09/Apr/2009:08:48:57 +0200] cupsdCloseClient: 7
    D [09/Apr/2009:08:49:11 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [09/Apr/2009:08:49:11 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:49:11 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:49:11 +0200] CUPS-Get-Printers
    D [09/Apr/2009:08:49:11 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [09/Apr/2009:08:49:11 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:49:11 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:49:11 +0200] CUPS-Get-Classes
    D [09/Apr/2009:08:49:11 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [09/Apr/2009:08:49:11 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:49:11 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:49:11 +0200] CUPS-Get-Default
    D [09/Apr/2009:08:49:11 +0200] CUPS-Get-Default client-error-not-found: No default printer
    D [09/Apr/2009:08:49:11 +0200] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
    D [09/Apr/2009:08:49:11 +0200] cupsdCloseClient: 7
    D [09/Apr/2009:08:49:11 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [09/Apr/2009:08:49:11 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:49:11 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:49:11 +0200] CUPS-Get-Printers
    D [09/Apr/2009:08:49:11 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [09/Apr/2009:08:49:11 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:49:11 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:49:11 +0200] CUPS-Get-Classes
    D [09/Apr/2009:08:49:11 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [09/Apr/2009:08:49:11 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:49:11 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:49:11 +0200] CUPS-Get-Default
    D [09/Apr/2009:08:49:11 +0200] CUPS-Get-Default client-error-not-found: No default printer
    D [09/Apr/2009:08:49:11 +0200] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
    D [09/Apr/2009:08:49:11 +0200] cupsdCloseClient: 7
    D [09/Apr/2009:08:49:11 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [09/Apr/2009:08:49:11 +0200] cupsdCloseClient: 7
    D [09/Apr/2009:08:49:11 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [09/Apr/2009:08:49:12 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:49:12 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:49:12 +0200] CUPS-Get-Printers
    D [09/Apr/2009:08:49:12 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [09/Apr/2009:08:49:12 +0200] cupsdAcceptClient: 9 from localhost:631 (IPv4)
    D [09/Apr/2009:08:49:12 +0200] cupsdCloseClient: 7
    D [09/Apr/2009:08:49:12 +0200] cupsdReadClient: 9 GET /printers/tintopljuvach.ppd HTTP/1.1
    D [09/Apr/2009:08:49:12 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:49:12 +0200] cupsdCloseClient: 9
    D [09/Apr/2009:08:49:14 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [09/Apr/2009:08:49:17 +0200] cupsdCloseClient: 7
    D [09/Apr/2009:08:49:17 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [09/Apr/2009:08:49:17 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [09/Apr/2009:08:49:17 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:49:17 +0200] CUPS-Get-Printers
    D [09/Apr/2009:08:49:17 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [09/Apr/2009:08:49:17 +0200] cupsdCloseClient: 7
    D [09/Apr/2009:08:49:20 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [09/Apr/2009:08:49:21 +0200] cupsdAcceptClient: 9 from localhost:631 (IPv4)
    D [09/Apr/2009:08:49:21 +0200] cupsdReadClient: 9 POST /printers/tintopljuvach HTTP/1.1
    D [09/Apr/2009:08:49:21 +0200] cupsdAuthorize: No authentication data provided.
    D [09/Apr/2009:08:49:22 +0200] Print-Job ipp://localhost:631/printers/tintopljuvach
    D [09/Apr/2009:08:49:22 +0200] [Job ???] Auto-typing file...
    I [09/Apr/2009:08:49:22 +0200] [Job ???] Request file type is application/postscript.
    D [09/Apr/2009:08:49:22 +0200] add_job: requesting-user-name="tajana"
    I [09/Apr/2009:08:49:22 +0200] [Job 57] Adding start banner page "none".
    D [09/Apr/2009:08:49:22 +0200] Discarding unused job-created event...
    I [09/Apr/2009:08:49:22 +0200] [Job 57] Adding end banner page "none".
    I [09/Apr/2009:08:49:22 +0200] [Job 57] File of type application/postscript queued by "tajana".
    D [09/Apr/2009:08:49:22 +0200] [Job 57] hold_until=0
    I [09/Apr/2009:08:49:22 +0200] [Job 57] Queued on "tintopljuvach" by "tajana".
    D [09/Apr/2009:08:49:22 +0200] Discarding unused printer-state-changed event...
    D [09/Apr/2009:08:49:22 +0200] [Job 57] job-sheets=none,none
    D [09/Apr/2009:08:49:22 +0200] [Job 57] banner_page = 0
    D [09/Apr/2009:08:49:22 +0200] [Job 57] argv[0]="tintopljuvach"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] argv[1]="57"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] argv[2]="tajana"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] argv[3]="Net.hr webcafe"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] argv[4]="1"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] argv[5]="StpFineCyanBalance=None StpFineContrast=None ColorModel=RGB number-up=1 StpDropSize1=None StpDropSize2=None StpFineBlackGamma=None StpFineBlackTrans=None MediaType=Plain StpDropSize3=None StpFineInkLimit=None StpContrast=None StpSaturation=None StpGamma=None StpFineMagentaDensity=None StpQuality=Standard StpBrightness=None StpFineGamma=None StpInkSet=None StpFineMagentaBalance=None StpiShrinkOutput=Shrink StpFineBlackDensity=None noStpFullBleed StpInkLimit=None StpInkType=None StpFineDropSize1=None StpFineDropSize2=None StpFineDropSize3=None StpColorPrecision=Normal StpCyanGamma=None StpFineGCRUpper=None StpMagentaGamma=None StpFineGCRLower=None Resolution=361x360dpi StpDensity=None StpImageType=TextGraphics PageSize=Letter StpBlackGamma=None StpFineYellowDensity=None StpFineCyanGamma=None StpBlackTrans=None StpDitherAlgorithm=None StpYellowDensity=None StpColorCorrection=None StpCyanDensity=None StpGCRLower=None StpYellowGamma=None StpGCRUpper=None StpMagentaDensity=None StpBlackDensity=None StpCyanBalance=None StpFeedSequence=None StpFineSaturation=None StpFineBrightness=None StpFineYellowBalance=None StpYellowBalance=None StpPrintingDirection=None StpFineCyanDensity=None StpMagentaBalance=None noStpLinearContrast StpFineYellowGamma=None StpFineDensity=None StpWeave=None StpFineMagentaGamma=None job-uuid=urn:uuid:ea8d101d-aae9-3002-4d02-ef1ddc497806"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] argv[6]="/var/spool/cups/d00057-001"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[1]="CUPS_DATADIR=/usr/share/cups"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[6]="CUPS_SERVERROOT=/etc/cups"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[7]="CUPS_STATEDIR=/var/run/cups"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[8]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[9]="SERVER_ADMIN=root@raketa"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[10]="SOFTWARE=CUPS/1.3.9"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[11]="TMPDIR=/var/spool/cups/tmp"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[12]="USER=root"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[13]="CUPS_SERVER=localhost"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[14]="CUPS_ENCRYPTION=IfRequested"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[15]="IPP_PORT=631"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[16]="CHARSET=utf-8"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[17]="LANG=en_US.UTF8"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[18]="PPD=/etc/cups/ppd/tintopljuvach.ppd"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[19]="RIP_MAX_CACHE=8m"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[20]="CONTENT_TYPE=application/postscript"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[21]="DEVICE_URI=usb://EPSON/Stylus%20DX7400"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[22]="PRINTER=tintopljuvach"
    D [09/Apr/2009:08:49:22 +0200] [Job 57] envp[23]="FINAL_CONTENT_TYPE=printer/tintopljuvach"
    I [09/Apr/2009:08:49:22 +0200] [Job 57] Started filter /usr/lib/cups/filter/pstops (PID 370)
    I [09/Apr/2009:08:49:22 +0200] [Job 57] Started filter /usr/lib/cups/filter/pstoraster (PID 371)
    I [09/Apr/2009:08:49:22 +0200] [Job 57] Started filter /usr/lib/cups/filter/rastertogutenprint.5.2 (PID 372)
    I [09/Apr/2009:08:49:22 +0200] [Job 57] Started backend /usr/lib/cups/backend/usb (PID 373)
    D [09/Apr/2009:08:49:22 +0200] Discarding unused job-state-changed event...
    D [09/Apr/2009:08:49:22 +0200] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
    D [09/Apr/2009:08:49:22 +0200] cupsdCloseClient: 9
    E [09/Apr/2009:08:49:22 +0200] [Job 57] Unable to open file "/var/spool/cups/d00057-001" - Permission denied
    D [09/Apr/2009:08:49:22 +0200] Discarding unused printer-state-changed event...
    E [09/Apr/2009:08:49:22 +0200] PID 370 (/usr/lib/cups/filter/pstops) stopped with status 1!
    D [09/Apr/2009:08:49:22 +0200] Discarding unused printer-state-changed event...
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Printer using device file "/dev/usblp1"...
    D [09/Apr/2009:08:49:22 +0200] Discarding unused printer-state-changed event...
    D [09/Apr/2009:08:49:22 +0200] [Job 57] backendRunLoop(print_fd=0, device_fd=5, use_bc=1, side_cb=0x804a930)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint 5.2.3 Starting
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint command line: tintopljuvach '57' 'tajana' 'Net.hr webcafe' '1' <args>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint using PPD file /etc/cups/ppd/tintopljuvach.ppd
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option count is 65 (1373 bytes)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 0 StpFineCyanBalance = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 1 StpFineContrast = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 2 ColorModel = RGB
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 3 number-up = 1
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 4 StpDropSize1 = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 5 StpDropSize2 = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 6 StpFineBlackGamma = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 7 StpFineBlackTrans = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 8 MediaType = Plain
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 9 StpDropSize3 = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 10 StpFineInkLimit = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 11 StpContrast = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 12 StpSaturation = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 13 StpGamma = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 14 StpFineMagentaDensity = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 15 StpQuality = Standard
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 16 StpBrightness = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 17 StpFineGamma = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 18 StpInkSet = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 19 StpFineMagentaBalance = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 20 StpiShrinkOutput = Shrink
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 21 StpFineBlackDensity = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 22 StpFullBleed = false
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 23 StpInkLimit = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 24 StpInkType = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 25 StpFineDropSize1 = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 26 StpFineDropSize2 = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 27 StpFineDropSize3 = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 28 StpColorPrecision = Normal
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 29 StpCyanGamma = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 30 StpFineGCRUpper = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 31 StpMagentaGamma = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 32 StpFineGCRLower = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 33 Resolution = 361x360dpi
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 34 StpDensity = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 35 StpImageType = TextGraphics
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 36 PageSize = Letter
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 37 StpBlackGamma = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 38 StpFineYellowDensity = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 39 StpFineCyanGamma = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 40 StpBlackTrans = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 41 StpDitherAlgorithm = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 42 StpYellowDensity = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 43 StpColorCorrection = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 44 StpCyanDensity = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 45 StpGCRLower = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 46 StpYellowGamma = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 47 StpGCRUpper = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 48 StpMagentaDensity = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 49 StpBlackDensity = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 50 StpCyanBalance = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 51 StpFeedSequence = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 52 StpFineSaturation = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 53 StpFineBrightness = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 54 StpFineYellowBalance = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 55 StpYellowBalance = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 56 StpPrintingDirection = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 57 StpFineCyanDensity = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 58 StpMagentaBalance = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 59 StpLinearContrast = false
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 60 StpFineYellowGamma = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 61 StpFineDensity = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 62 StpWeave = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 63 StpFineMagentaGamma = None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: CUPS option 64 job-uuid = urn:uuid:ea8d101d-aae9-3002-4d02-ef1ddc497806
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Driver Epson Stylus DX7450
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Using fd 0
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Running /usr/bin/gs -dQUIET -dDEBUG -dPARANOIDSAFER -dNOPAUSE -dBATCH -dNOMEDIAATTRS -sDEVICE=cups -sstdout=%stderr -sOUTPUTFILE=%stdout -c -_
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Set options:
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Set string Quality to Standard
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Set special string Quality to Standard
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting PageSize to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting MediaType to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting InputSlot to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting Duplex to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CDInnerRadius to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CDOuterDiameter to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CDInnerDiameter to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CDXAdjustment to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CDYAdjustment to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting Resolution to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Set string InkType to None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Set special string InkType to None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting UseGloss to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Set string InkSet to None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Set special string InkSet to None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Set string PrintingDirection to None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Set special string PrintingDirection to None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Set bool FullBleed to false (0)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Set string Weave to None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Set special string Weave to None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting OutputOrder to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting AlignmentPasses to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting AlignmentChoices to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting InkChange to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting AlternateAlignmentPasses to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting AlternateAlignmentChoices to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting SupportsPacketMode to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting InterchangeableInk to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting InkChannels to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting ChannelNames to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting PrintingMode to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting RawChannels to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CyanHueCurve to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting MagentaHueCurve to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting YellowHueCurve to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting BlueHueCurve to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting OrangeHueCurve to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting RedHueCurve to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_max_hres to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_max_vres to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_min_hres to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_min_vres to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_nozzles to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_black_nozzles to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_fast_nozzles to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_min_nozzles to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_min_black_nozzles to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_min_fast_nozzles to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_nozzle_start to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_black_nozzle_start to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_fast_nozzle_start to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_nozzle_separation to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_black_nozzle_separation to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_fast_nozzle_separation to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_separation_rows to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_max_paper_width to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_max_paper_height to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_min_paper_width to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_min_paper_height to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_max_imageable_width to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_max_imageable_height to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_extra_feed to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_pseudo_separation_rows to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_base_separation to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_resolution_scale to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_initial_vertical_offset to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_black_initial_vertical_offset to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_max_black_resolution to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_zero_margin_offset to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_extra_720dpi_separation to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_micro_left_margin to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_min_horizontal_position_alignment to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_base_horizontal_position_alignment to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_bidirectional_upper_limit to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_physical_channels to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_left_margin to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_right_margin to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_top_margin to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_bottom_margin to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_ink_type to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_bits to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_base_res to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_alignment_passes to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_alignment_choices to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_alternate_alignment_passes to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_alternate_alignment_choices to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_cd_x_offset to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_cd_y_offset to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_cd_page_width to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_cd_page_height to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_paper_extra_bottom to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_preinit_sequence to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_preinit_remote_sequence to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_postinit_remote_sequence to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting escp2_vertical_borderless_sequence to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting PaperThickness to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting VacuumIntensity to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting FeedSequence to 'None'
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting PrintMethod to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting PlatenGap to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting FeedAdjustment to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Set string ColorCorrection to None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Set special string ColorCorrection to None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting ChannelBitDepth to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting InputImageType to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting STPIOutputType to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting STPIRawChannels to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting SimpleGamma to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Set bool LinearContrast to false (0)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting LUTDumpFile to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CyanCurve to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting MagentaCurve to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting YellowCurve to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting BlackCurve to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting RedCurve to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting GreenCurve to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting BlueCurve to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting WhiteCurve to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting HueMap to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting SatMap to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting LumMap to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting GCRCurve to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh0 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh1 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh2 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh3 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh4 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh5 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh6 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh7 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh8 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh9 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh10 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh11 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh12 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh13 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh14 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh15 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh16 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh17 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh18 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh19 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh20 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh21 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh22 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh23 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh24 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh25 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh26 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh27 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh28 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh29 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh30 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting CurveCh31 to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Set string DitherAlgorithm to None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Set special string DitherAlgorithm to None
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Set string ImageType to TextGraphics
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Set special string ImageType to TextGraphics
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting JobMode to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Not setting PageNumber to (null)
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: End options
    D [09/Apr/2009:08:49:22 +0200] [Job 57] START 0 1462260 166498 1301440 12920 true 532 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] END PROCS 10 1462260 181346 1301440 14288 true 654 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_std_e.ps 10 1502452 202254 1301440 15664 true 662 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_il1_e.ps 10 1522548 213149 1301440 15664 true 663 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] END FONTDIR/ENCS 10 1522548 213301 1301440 15664 true 665 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] END DEVS 10 1528800 233312 1301440 15664 true 669 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] END STATD 10 1548896 251999 1301440 17276 true 674 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] END GS_FONTS 10 1589088 291652 1301440 17276 true 722 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] END BASIC COLOR 10 1589088 300518 1301440 17276 true 743 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] END IMAGE 10 1609184 315832 1301440 17276 true 748 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_btokn.ps 10 1629280 328353 1301440 17276 true 752 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_dps1.ps 10 1629280 335018 1301440 17276 true 754 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_dps2.ps 10 1629280 342648 1301440 17276 true 755 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_type1.ps 10 1649376 353140 1301440 17276 true 762 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_lev2.ps 10 1669472 379070 1397540 113772 true 768 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] BEGIN RESOURCES 10 1706332 404090 1397540 113772 true 768 4 <1>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] END CATEGORY 10 1706332 405625 1397540 113928 true 769 5 <1>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] END GENERIC 10 1716172 420201 1397540 113928 true 771 4 <1>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] END FIXED 10 1736268 428925 1397540 113928 true 771 4 <1>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] END MISC 10 1736268 433335 1397540 113928 true 771 4 <1>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] END ENCODING 10 1736268 435177 1397540 113928 true 771 4 <1>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_resmp.ps 10 1756364 452952 1397540 113928 true 775 3 <1>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_res.ps 10 1739600 436159 1397540 113928 true 775 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_typ42.ps 10 1739600 441492 1397540 113928 true 778 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_cidfn.ps 20 1779792 486739 1397540 113928 true 786 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_cidcm.ps 20 1809728 511449 1397540 113928 true 786 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_fntem.ps 20 1910208 612716 1397540 114024 true 788 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_cidtt.ps 20 1930304 627477 1397540 114024 true 788 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_cidfm.ps 20 1950400 642070 1397540 114024 true 788 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_cmap.ps 20 1950400 653143 1397540 114024 true 793 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_setpd.ps 20 1990592 673116 1397540 114024 true 793 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_typ32.ps 20 1990592 679094 1397540 114024 true 791 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_frsd.ps 20 1990592 684597 1397540 114024 true 791 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_ll3.ps 20 2010688 706600 1397540 114024 true 792 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_mex_e.ps 20 2010688 713699 1397540 114024 true 792 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_mro_e.ps 20 2030784 722531 1397540 114024 true 792 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_pdf_e.ps 20 2030784 728039 1397540 114024 true 792 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_wan_e.ps 30 2030784 733524 1397540 114024 true 792 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] pdf_ops.ps 30 2070976 756184 1397540 114024 true 792 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_l2img.ps 30 2070976 762727 1397540 114024 true 795 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] pdf_rbld.ps 30 2070976 770525 1397540 114024 true 807 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] pdf_base.ps 30 2111168 795989 1397540 114024 true 1005 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] pdf_draw.ps 40 2151360 838687 1397540 114024 true 1005 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] pdf_font.ps 40 2191552 869762 1397540 114420 true 1006 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] pdf_main.ps 40 2211648 903281 1397540 114420 true 1012 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] pdf_sec.ps 40 2231744 915965 1397540 114420 true 1012 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_css_e.ps 40 2231744 921701 1397540 114420 true 1012 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_cff.ps 40 2292032 960411 1397540 114420 true 1014 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_mgl_e.ps 40 2292032 966262 1397540 114420 true 1014 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_agl.ps 40 2361700 1030705 1397540 114420 true 1015 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Extend MacRomanEncodingForTrueType for TrueType: cannot insert /Euro @ 219 used for /currency
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Extend MacRomanEncodingForTrueType for TrueType: insert /infinity @ 176
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Extend MacRomanEncodingForTrueType for TrueType: insert /notequal @ 173
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Extend MacRomanEncodingForTrueType for TrueType: insert /product @ 184
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Extend MacRomanEncodingForTrueType for TrueType: insert /approxequal @ 197
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Extend MacRomanEncodingForTrueType for TrueType: insert /apple @ 240
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Extend MacRomanEncodingForTrueType for TrueType: insert /lozenge @ 215
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Extend MacRomanEncodingForTrueType for TrueType: insert /radical @ 195
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Extend MacRomanEncodingForTrueType for TrueType: insert /Omega @ 189
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Extend MacRomanEncodingForTrueType for TrueType: insert /pi @ 185
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Extend MacRomanEncodingForTrueType for TrueType: insert /summation @ 183
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Extend MacRomanEncodingForTrueType for TrueType: insert /partialdiff @ 182
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Extend MacRomanEncodingForTrueType for TrueType: insert /Delta @ 198
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Extend MacRomanEncodingForTrueType for TrueType: insert /greaterequal @ 179
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Extend MacRomanEncodingForTrueType for TrueType: insert /lessequal @ 178
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Extend MacRomanEncodingForTrueType for TrueType: insert /integral @ 186
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_ttf.ps 40 2450408 1119485 1397540 114420 true 1049 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_icc.ps 40 2450408 1125621 1397540 114420 true 1050 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_dps.ps 40 2450408 1132087 1397540 114638 true 1063 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_dpnxt.ps 40 2470504 1141082 1397540 114638 true 1080 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_epsf.ps 40 2470504 1149252 1397540 114638 true 1092 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_fapi.ps 40 2490600 1159942 1397540 114638 true 1092 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] gs_pdfwr.ps 40 2510696 1184709 1397540 116200 true 1124 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] END INITFILES 50 2530792 1191518 1397540 116200 true 1152 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] ./Fontmap 50 2530792 1193335 1417636 120322 true 1153 4 <1>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] /usr/share/cups/fonts/Fontmap 50 2530792 1195664 1417636 120322 true 1153 4 <1>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] %rom%Resource/Init/Fontmap 50 2530792 1197990 1417636 120322 true 1153 4 <1>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] %rom%lib/Fontmap 50 2591080 1242485 1417636 120322 true 1153 4 <1>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] /usr/share/ghostscript/8.64/Resource/Init/Fontmap 50 2591080 1242534 1417636 120322 true 1153 4 <1>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] /usr/share/ghostscript/8.64/lib/Fontmap 50 2611176 1263671 1417636 120322 true 1153 4 <1>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] /usr/share/ghostscript/8.64/Resource/Font/Fontmap 50 2611176 1266008 1417636 120322 true 1153 4 <1>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] /usr/share/ghostscript/fonts/Fontmap 50 2611176 1268344 1417636 120322 true 1153 4 <1>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] /usr/share/fonts/Type1/Fontmap 50 2611176 1270674 1417636 120322 true 1153 4 <1>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] /usr/share/fonts/Fontmap 50 2631272 1276326 1417636 120322 true 1153 4 <1>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] END FONTS 50 2631272 1278687 1417636 120322 true 1153 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] num_components = 1, depth = 1
    D [09/Apr/2009:08:49:22 +0200] [Job 57] cupsColorSpace = 3, cupsColorOrder = 0
    D [09/Apr/2009:08:49:22 +0200] [Job 57] cupsBitsPerPixel = 1, cupsBitsPerColor = 1
    D [09/Apr/2009:08:49:22 +0200] [Job 57] max_gray = 1, dither_grays = 2
    D [09/Apr/2009:08:49:22 +0200] [Job 57] max_color = 0, dither_colors = 0
    D [09/Apr/2009:08:49:22 +0200] [Job 57] num_components = 1, depth = 1
    D [09/Apr/2009:08:49:22 +0200] [Job 57] cupsColorSpace = 3, cupsColorOrder = 0
    D [09/Apr/2009:08:49:22 +0200] [Job 57] cupsBitsPerPixel = 1, cupsBitsPerColor = 1
    D [09/Apr/2009:08:49:22 +0200] [Job 57] max_gray = 1, dither_grays = 2
    D [09/Apr/2009:08:49:22 +0200] [Job 57] max_color = 0, dither_colors = 0
    D [09/Apr/2009:08:49:22 +0200] [Job 57] END DEVICE 60 2952808 1600865 1416292 118978 true 1153 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] END CONFIG 60 2952808 1601003 1416292 118978 true 1153 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Checking.
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -mark-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] true
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Merging.
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -mark-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] true
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Selecting.
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -mark-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] true
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Constructing.
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -mark-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] true
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Putting.
    D [09/Apr/2009:08:49:22 +0200] [612.0 792.0]
    D [09/Apr/2009:08:49:22 +0200] [Job 57] /.MediaSize
    D [09/Apr/2009:08:49:22 +0200] [Job 57] 0
    D [09/Apr/2009:08:49:22 +0200] [Job 57] /%MediaSource
    D [09/Apr/2009:08:49:22 +0200] [Job 57] true
    D [09/Apr/2009:08:49:22 +0200] [Job 57] /.LockSafetyParams
    D [09/Apr/2009:08:49:22 +0200] [Job 57] 0
    D [09/Apr/2009:08:49:22 +0200] [Job 57] /%MediaDestination
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -mark-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] true
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -device-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -mark-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] true
    D [09/Apr/2009:08:49:22 +0200] [Job 57] num_components = 1, depth = 1
    D [09/Apr/2009:08:49:22 +0200] [Job 57] cupsColorSpace = 3, cupsColorOrder = 0
    D [09/Apr/2009:08:49:22 +0200] [Job 57] cupsBitsPerPixel = 1, cupsBitsPerColor = 1
    D [09/Apr/2009:08:49:22 +0200] [Job 57] max_gray = 1, dither_grays = 2
    D [09/Apr/2009:08:49:22 +0200] [Job 57] max_color = 0, dither_colors = 0
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Updating PageSize to [612 792]...
    D [09/Apr/2009:08:49:22 +0200] [Job 57] size = Letter
    D [09/Apr/2009:08:49:22 +0200] [Job 57] margins[] = [ 0.000000 0.000000 0.000000 0.000000 ]
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Result of putting.
    D [09/Apr/2009:08:49:22 +0200] [Job 57] false
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -device-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -mark-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] true
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Installing.
    D [09/Apr/2009:08:49:22 +0200] [Job 57] false
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -device-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -mark-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] true
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Finishing.
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -mark-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] -dict-
    D [09/Apr/2009:08:49:22 +0200] [Job 57] true
    D [09/Apr/2009:08:49:22 +0200] [Job 57] END INIT 60 3013096 1663393 4693788 3406774 true 1163 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] END GLOBAL 60 3013096 1664569 4693788 3407180 false 1162 4 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] END GC 70 2751952 958158 4693788 3407234 false 1147 3 <0>
    D [09/Apr/2009:08:49:22 +0200] [Job 57] runEPS: Short non-DSC
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: About to start printing loop.
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Printed total 0 bytes
    D [09/Apr/2009:08:49:22 +0200] [Job 57] Gutenprint: Used 0.050 seconds user, 0.000 seconds system, 0.701 seconds elapsed
    D [09/Apr/2009:08:49:22 +0200] PID 371 (/usr/lib/cups/filter/pstoraster) exited with no errors.
    D [09/Apr/2009:08:49:22 +0200] PID 372 (/usr/lib/cups/filter/rastertogutenprint.5.2) exited with no errors.
    D [09/Apr/2009:08:49:22 +0200] PID 373 (/usr/lib/cups/backend/usb) exited with no errors.
    D [09/Apr/2009:08:49:22 +0200] [Job 57] File 0 is complete.
    E [09/Apr/2009:08:49:22 +0200] [Job 57] Job stopped due to filter errors.
    D [09/Apr/2009:08:49:22 +0200] Discarding unused printer-state-changed event...
    D [09/Apr/2009:08:49:22 +0200] Discarding unused job-stopped event...
    D [09/Apr/2009:08:49:23 +0200] [Job 57] Unloading...
    D [09/Apr/2009:08:54:21 +0200] Closing client 7 after 300 seconds of inactivity...
    D [09/Apr/2009:08:54:21 +0200] cupsdCloseClient: 7
    D [09/Apr/2009:08:54:21 +0200] Report: clients=0
    D [09/Apr/2009:08:54:21 +0200] Report: jobs=2
    D [09/Apr/2009:08:54:21 +0200] Report: jobs-active=2
    D [09/Apr/2009:08:54:21 +0200] Report: printers=1
    D [09/Apr/2009:08:54:21 +0200] Report: printers-implicit=0
    D [09/Apr/2009:08:54:21 +0200] Report: stringpool-string-count=407
    D [09/Apr/2009:08:54:21 +0200] Report: stringpool-alloc-bytes=8160
    D [09/Apr/2009:08:54:21 +0200] Report: stringpool-total-bytes=8376
    This particular line caught my attention:
    E [09/Apr/2009:08:49:22 +0200] [Job 57] Unable to open file "/var/spool/cups/d00057-001" - Permission denied
    I checked the folder:
    total 1524
    drwx--x---+ 3 root lp 4096 2009-04-09 08:49 .
    drwxr-xr-x+ 6 root root 4096 2009-04-07 22:40 ..
    -rw-------+ 1 root lp 780 2009-04-07 23:23 c00056
    -rw-------+ 1 root lp 2306 2009-04-09 08:49 c00057
    -rw-r-----+ 1 root lp 17363 2009-04-07 23:23 d00056-001
    -rw-r-----+ 1 root lp 1485136 2009-04-09 08:49 d00057-001
    drwxrwx--T+ 2 root lp 4096 2009-04-07 23:23 tmp
    Then i tried setting the file permissions to 777, for the tests sake, and also the parent folder, but everytime a new job is queued, the permissions revert to the ones shown.
    I was able to use this printer before in other distros and FreeBSD. After days of trying out different combinations, I am about to give up.  Unless someone has some ideas... Anyone?
    Last edited by vexxor (2009-04-22 14:40:53)

    SIGTERMer wrote:a simple question..
    did you add your self to lp?
    (as root) "passwd -a username lp"
    Yeah i did. Also tried printing as root.

  • [Solved] Unable to boot Arch off SUSE GrUB

    Hi,
    I have several OS installed on my machine. I used to boot everything including Arch but BSD, Solaris & PCBSD with GrUB2 off UbuntuStudio. Earlier today I installed SUSE GrUB on sda and now I am unable to boot Arch. I've used SUSE GrUB earlier and was able to boot Arch off it.
    Here is my menu.lst
    # Modified by YaST2. Last modification on Sun Oct 17 18:52:19 SGT 2010
    # THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
    # Configure custom boot parameters for updated kernels in /etc/sysconfig/bootloader
    default 0
    timeout 8
    ##YaST - generic_mbr
    gfxmenu (hd0,30)/boot/message
    ##YaST - activate
    ###Don't change this comment - YaST2 identifier: Original name: linux###
    title Desktop -- openSUSE 11.2 - 2.6.31.14-0.1
        root (hd0,30)
        kernel /boot/vmlinuz-2.6.31.14-0.1-desktop root=/dev/disk/by-id/ata-ST3320418AS_9VMD0YPT-part31 resume=/dev/disk/by-id/ata-ST3320418AS_9VMD0YPT-part5 splash=silent quiet showopts vga=0x315
        initrd /boot/initrd-2.6.31.14-0.1-desktop
    ###Don't change this comment - YaST2 identifier: Original name: failsafe###
    title Failsafe -- openSUSE 11.2 - 2.6.31.14-0.1
        root (hd0,30)
        kernel /boot/vmlinuz-2.6.31.14-0.1-desktop root=/dev/disk/by-id/ata-ST3320418AS_9VMD0YPT-part31 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 x11failsafe vga=0x317
        initrd /boot/initrd-2.6.31.14-0.1-desktop
    ###Don't change this comment - YaST2 identifier: Original name: windows 1###
    title Windows 7 Ultimate Edition x64
        rootnoverify (hd0,0)
        chainloader +1
    ###Don't change this comment - YaST2 identifier: Original name: other###
    title FreeBSD 8.1 i386
        rootnoverify (hd0,2)
        chainloader +1
    ###Don't change this comment - YaST2 identifier: Original name: other###
    title OpenSolaris 2009.06 b134 x86
        rootnoverify (hd0,3)
        chainloader +1
    ###Don't change this comment - YaST2 identifier: Original name: other###
    title PC-BSD 8.1 amd64
        rootnoverify (hd2,0)
        chainloader +1
    ###Don't change this comment - YaST2 identifier: Original name: CentOS (2.6.18-194.11.4.el5xen) (/dev/sda6)###
    title CentOS (2.6.18-194.11.4.el5xen) (/dev/sda6)
        root (hd0,5)
        kernel /boot/vmlinuz-2.6.18-194.11.3.el5 ro root=/dev/sda6 rhgb quiet
        initrd /boot/initrd-2.6.18-194.11.3.el5.img
    ###Don't change this comment - YaST2 identifier: Original name: Centos-base###
    title CentOS-base (2.6.18-194.el5) (on /dev/sda6)
        root (hd0,5)
        kernel /boot/vmlinuz-2.6.18-194.el5 ro root=/dev/sda6 rhgb quiet
        initrd /boot/initrd-2.6.18-194.el5.img
    ###Don't change this comment - YaST2 identifier: Original name:  linux (/dev/sda8)###
    title PCLinuxOS
        root (hd0,7)
        configfile /boot/grub/menu.lst
    ###Don't change this comment - YaST2 identifier: Original name:  linux (/dev/sda10)###
    title Simply Mepis
        root (hd0,9)
        configfile /boot/grub/menu.lst
    ###Don't change this comment - YaST2 identifier: Original name:  Chakra GNU/Linux (/dev/sda12)###
    title Chakra GNU/Linux (/dev/sda12)
        root (hd0,11)
        configfile /boot/grub/menu.lst
    ###Don't change this comment - YaST2 identifier: Original name:  Fedora (2.6.34.7-56.fc13.x86_64) (/dev/sda14)###
    title Fedora (2.6.34.7-56.fc13.x86_64) (/dev/sda14)
        root (hd0,13)
        configfile /boot/grub/menu.lst
    ###Don't change this comment - YaST2 identifier: Original name:  linux (/dev/sda16)###
    title Mandriva Spring 2010.1
        root (hd0,15)
        configfile /boot/grub/menu.lst
    ###Don't change this comment - YaST2 identifier: Original name:  Calculate Linux Desktop x86_64 10.9 KDE (/dev/sda18)###
    title Calculate Linux Desktop x86_64 10.9 KDE (/dev/sda18)
        root (hd0,17)
        configfile /boot/grub/menu.lst
    ###Don't change this comment - YaST2 identifier: Original name: linux###
    title Arch linux 2010.05 x86_64
        rootnoverify (hd0,18)
        chainloader +1
    ###Don't change this comment - YaST2 identifier: Original name:  Desktop -- openSUSE 11.3 - 2.6.34.7-0.3 (/dev/sda23)###
    title openSUSE 11.3 - 2.6.34.7-0.3
        root (hd0,22)
        configfile /boot/grub/menu.lst
    ###Don't change this comment - YaST2 identifier: Original name: other###
    title caeLinux
        root (hd0,24)
        kernel /vmlinuz root=/dev/sda25 ro quiet splash
        initrd /initrd.img
    ###Don't change this comment - YaST2 identifier: Original name: other###
    title UbuntuStudio 10.04 amd64
        root (hd0,26)
        kernel /vmlinuz root=/dev/sda27 ro quiet splash
        initrd /initrd.img
    ###Don't change this comment - YaST2 identifier: Original name: other###
    title Linux Mint 9 amd64
        root (hd0,28)
        kernel /vmlinuz root=/dev/sda29 ro quiet splash
        initrd /initrd.img
    Here is etc/fstab from Arch -
    # /etc/fstab: static file system information
    # <file system>        <dir>         <type>    <options>          <dump> <pass>
    devpts                 /dev/pts      devpts    defaults            0      0
    shm                    /dev/shm      tmpfs     nodev,nosuid        0      0
    #/dev/cdrom             /media/cd   auto    ro,user,noauto,unhide   0      0
    #/dev/dvd               /media/dvd  auto    ro,user,noauto,unhide   0      0
    #/dev/fd0               /media/fl   auto    user,noauto             0      0
    /dev/sda19 /boot ext2 defaults 0 1
    /dev/sda20 / ext4 defaults 0 1
    /dev/sda21 /var ext4 defaults 0 1
    /dev/sda22 /home ext4 defaults 0 1
    /dev/sda5 swap swap defaults 0 0
    I've results from bootinfo script as well but the file is big and I am unable to post all those details in here.
    Best,
    David
    Last edited by avenuemax (2010-10-18 05:30:48)

    Here is the menu list off PCLinuxOS
    timeout 15
    color black/cyan yellow/cyan
    gfxmenu (hd0,7)/boot/gfxmenu
    default 0
    title linux
    kernel (hd0,7)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=77fb6caf-c436-4855-b25a-436f4f6c40f0  vmalloc=256M resume=UUID=92ecb3e1-84a1-4855-8a49-3c9616638795 splash=silent vga=788
    initrd (hd0,7)/boot/initrd.img
    title linux-nonfb
    kernel (hd0,7)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=77fb6caf-c436-4855-b25a-436f4f6c40f0  vmalloc=256M resume=UUID=92ecb3e1-84a1-4855-8a49-3c9616638795
    initrd (hd0,7)/boot/initrd.img
    title failsafe
    kernel (hd0,7)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=77fb6caf-c436-4855-b25a-436f4f6c40f0  failsafe vmalloc=256M
    initrd (hd0,7)/boot/initrd.img
    title Windows 7 Ultimate Edition x64
    root (hd0,0)
    map (0x81) (0x80)
    map (0x80) (0x81)
    makeactive
    chainloader +1
    title CentOS (Final)
    root (hd0,5)
    configfile /boot/grub/menu.lst
    title MEPIS Linux 8.5
    root (hd0,9)
    configfile /boot/grub/menu.lst
    title Arch
    root (hd0,18)
    configfile /grub/menu.lst
    title Fedora (Goddard)
    root (hd0,13)
    configfile /boot/grub/menu.lst
    title Mandriva Linux (Official)
    root (hd0,15)
    configfile /boot/grub/menu.lst
    title Calculate Linux sda18
    root (hd0,17)
    configfile /boot/grub/menu.lst
    title Chakra
    root (hd0,11)
    configfile /boot/grub/menu.lst
    title openSUSE 11.3 (x86_64)
    VERSION = 11.3
    root (hd0,22)
    configfile /boot/grub/menu.lst
    title PC-BSD 8.1 amd64
    root (hd2,0)
    chainloader +1
    title FreeBSD 8.1 i386
    root (hd0,2)
    chainloader +1
    title OpenSolaris 2009.06 b134 x86
    root (hd0,3)
    chainloader +1
    I can boot Arch from here, wish I get to do that from SUSE GrUB.

  • Help Configuring Grub for Windows 7 + Arch + Another Linux Distro

    I have been running Arch on my computer for a few months now and love it and use it as my main OS. However, I do like to try other linux distributions from time to time, just to see what they're about.
    My PC has one hard drive and is partitioned like this:
    sda1 = NTFS Windows 7 Loader
    sda2 = NTFS Windows 7
    sda3 = ext4 Slackware
    sda4 = ext4 Arch
    Note the entry for Slackware. So this morning I decided I wanted to try Slackware. sda3 originally had Ubuntu on it. So I used gParted to format sda3 and I labeled it Slackware. I then went through the Slackware installer and installed Slackware successfully except for one issue - it reported that it could not modify the boot loader. It otherwise reported that the install was successful.
    So I rebooted and got the same Grub menu options as I had before the Slackware install attempt, meaning that Ubuntu was still listed as sda3. I tried selecting that and Slack would not load (sorry - I forget the exact error).
    I'm pretty sure that Slackware is installed in sda3 and it is just a matter of configuring Grub to recognize it, though I could be wrong. Can anyone provide guidance as to how to solve this problem?

    If you want Grub to recognize your Slackware install
    -install os-prober
    -use grub-mkconfig to generate a new grub.cfg

  • Arch and GRUB

    I've installed Arch in the same hdd where there were installed Debian and Win7. I've done the update-grub in Debian, Arch installation is been founded and everything seems ok.
    But when I try to boot Arch via grub, randomically it fails to found the Arch partition, while for Debian and Win7 I haven't any problem. What can I check? Can you help me?

    ### BEGIN /etc/grub.d/00_header ###
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="3"
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos7)'
    search --no-floppy --fs-uuid --set 44052a8f-381d-440b-bc68-4d26ab4204a1
    if loadfont /usr/share/grub/unicode.pf2 ; then
    set gfxmode=1280x1024
    load_video
    insmod gfxterm
    fi
    terminal_output gfxterm
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos7)'
    search --no-floppy --fs-uuid --set 44052a8f-381d-440b-bc68-4d26ab4204a1
    set locale_dir=($root)/boot/grub/locale
    set lang=it
    insmod gettext
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/05_debian_theme ###
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos7)'
    search --no-floppy --fs-uuid --set 44052a8f-381d-440b-bc68-4d26ab4204a1
    insmod png
    if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
    set color_normal=light-gray/black
    set color_highlight=white/black
    else
    set menu_color_normal=cyan/blue
    set menu_color_highlight=white/blue
    fi
    ### END /etc/grub.d/05_debian_theme ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64' --class debian --class gnu-linux --class gnu --class os {
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos7)'
    search --no-floppy --fs-uuid --set 44052a8f-381d-440b-bc68-4d26ab4204a1
    echo 'Loading Linux 2.6.32-5-amd64 ...'
    linux /boot/vmlinuz-2.6.32-5-amd64 root=UUID=44052a8f-381d-440b-bc68-4d26ab4204a1 ro quiet splash nomodeset video=uvesafb:mode_option=1280x1024-24,mtrr=3,scroll=ywrap
    echo 'Loading initial ramdisk ...'
    initrd /boot/initrd.img-2.6.32-5-amd64
    menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos7)'
    search --no-floppy --fs-uuid --set 44052a8f-381d-440b-bc68-4d26ab4204a1
    echo 'Loading Linux 2.6.32-5-amd64 ...'
    linux /boot/vmlinuz-2.6.32-5-amd64 root=UUID=44052a8f-381d-440b-bc68-4d26ab4204a1 ro single
    echo 'Loading initial ramdisk ...'
    initrd /boot/initrd.img-2.6.32-5-amd64
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    menuentry "Windows 7 (loader) (on /dev/sdb1)" {
    insmod part_msdos
    insmod ntfs
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set 3ac49844c49803f3
    chainloader +1
    menuentry "Arch (on /dev/sdb5)" {
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos5)'
    search --no-floppy --fs-uuid --set b9ebe48e-84ea-43e8-9704-071d4fb12374
    linux /boot/vmlinuz-linux root=/dev/sdb5
    initrd /boot/initramfs-linux.img
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    #menuentry "Arch (on /dev/sdb5)" {
    # insmod part_msdos
    # insmod ext2
    # set root='a1763fe4-cfe9-4180-aea9-c0d87f644f70'
    # search --no-floppy --fs-uuid --set a1763fe4-cfe9-4180-aea9-c0d87f644f70
    # linux /boot/vmlinuz-linux root=a1763fe4-cfe9-4180-aea9-c0d87f644f70 init=/sbin/e4rat-preload
    # initrd /boot/initramfs-linux.img
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    This is my grub.cfg in debian installation.

  • [SOLVED] Triple Boot Arch Linux, Windows 7 + Windows 8 on second disk

    Hi,
    I have installed Arch Linux and Windows 7 on my primary disk. Everything's perfect. I want to install Windows 8 on my second disk. My only problem is how do I make grub2 recognize Windows 8 on the second disk and add it to the grub file, so i can boot Arch, Windows 7 and Windows 8.
    Thank you for your time,
    Deadvi
    Last edited by Deadvi (2012-08-29 21:24:00)

    It overwrote the MBR from the first disk, even though you installed Windows 8 on the second disk? That's odd... Make sure that the boot order in the BIOS is right (that the drive with Arch Linux is the first to boot) and from a 2012 Arch Linux install media run:
    # mount /dev/sdxY /mnt #Your root partition.
    # mount /dev/sdxZ /mnt/boot #Your boot partition (if you have one).
    # arch-chroot /mnt
    And continue with the instructions from here. If you don't have a 2012 Arch Linux install media (or you only have some other "live" Linux distribution), use the old chroot way.

  • See who can solve this problem

    Parameter name   || Typing     ||  Associated Type
    ACGL_ITEM         || Structure ||  ACGL_ITEM
    this give error ( Typing is only for Like,Type,Type Ref To )
    therefore i change it to Type
    but it telling me that the ( TABLES parameters are obsolete!)
    guys what can i do, is there a solution to solve this problem??
    Thank you.
    Edited by: guanwei su on Mar 10, 2008 7:05 AM

    The following code might be helpful:
    TYPES: types_t_acgl_item TYPE STANDARD TABLE OF acgl_item.
    DATA: gt_acgl_item TYPE types_t_acgl_item.
    PERFORM sub_perform USING gt_acgl_item.
    *&      Form  SUB_PERFORM
    *       text
    *      -->UT_ACGL_ITEM  test Table
    FORM sub_perform USING ut_acgl_item TYPE types_t_acgl_item.
    ENDFORM.                    " SUB_PERFORM
    Hope That Helps
    Anirban M.

  • My iPhone 5s was bought with full price in the USA from Sprint, and I was told that it is a global phone. And I can use it in china. But I can not use it in the USA, so could you mind help me to solve that problem.  I think someone of you must help me to

    My iPhone 5s was bought with full price in the USA from Sprint, and I was told that it is a global phone. And I can use it in china.
    But I can not use it in the USA, so could you mind help me to solve that problem.
    I think someone of you must help me to solve this problem !
    Details:
    SN:F2*****FDR
    <Edited by Host>

    See the response in your other thread:
    https://discussions.apple.com/message/24641427#24641427

  • My AppStore can not download app. He said need to fill in credit card. But I got no credit card. And how I fill in? Please solve the problem. Thank you.

    My AppStore can not download app. He said need to fill in credit card. But I got no credit card. And how I fill in? Please solve the problem. Thank you.
    <Email Edited by Host>

    Hi Steve,
    If you don't have a credit card for the billing information you may be able to use a gift card or another form of payment.
    Please check out this article for details.
    Why can’t I select None when I edit my Apple ID payment information? - Apple Support
    Best,
    Nubz

  • (SOLVED) Grub2 won't boot lvm on gpt

    When i try to boot arch the grub screen comes up for a second and then my computer restarts. I followed this tutorial to the letter: http://www.youtube.com/watch?v=69X9ZYA41xU
    I've been at this for a couple days with no luck.
    Thanks
    Last edited by unilx (2012-01-30 19:09:37)

    Well i managed to get arch to boot by editing the /boot/grub/grub.cfg directly. For some reason, running the command grub-mkconfig -o /boot/grub/grub.cfg
    and grub-install won't update anything from my /etc/default/grub file or anything from my /etc/grub.d folder. What i have to do:
    grub-mkconfig > /boot/grub/grub.cfg
    Then append my menu entries
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="0"
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    set menu_color_normal=light-blue/black
    set menu_color_highlight=light-cyan/blue
    insmod part_gpt
    insmod lvm
    insmod ext2
    set root='lvm/arch-rooti'
    menuentry "Arch Linux 3.2.2-1 [Primary]" {
    insmod lvm
    insmod ext2
    insmod part_gpt
    set root=(arch-boot)
    linux /vmlinuz-linux root=/dev/arch/root vga=795 ro
    initrd /initramfs-linux.img
    menuentry "Arch Linux 3.2.2-1 [Recovery]" {
    insmod lvm
    insmod ext2
    insmod part_gpt
    set root=(arch-boot)
    linux /vmlinuz-linux root=/dev/arch/root ro
    initrd /initramfs-linux-fallback.img
    This does work  but i lose a lot of functionality

  • I have music stored  and it wont let me transfer them over all i get is your apple id has been disabled, i have re set my pasword and this has not solved the problem

    i had a iphone in 2010, i purchased music which is still stored on my original apple id, but when i try to transfer the music ,and download apps all it says is your apple id has been disabled, i have tried re setting a new pass word but this has not solved the problem can any one help please

    Contact itunes support

Maybe you are looking for