[Bug 579584] Re: setgid, setuid needed by /etc/apparmor.d/abstractions/libvirt-qemu

2010-05-19 Thread Thomas Mayer
Hello, I just updated from jaunty to karmic and then to lucid. After that, I had the same problem and I could not boot my images any more. Maybe apparmor was installed automatically and caused the problem when starting a guest: error: Failed to start domain 220_trxerdpd330_installtest error:

[Bug 454566] Re: False positive for SucKit

2014-12-14 Thread Thomas Mayer
Fedora fixed it in FC21 with chkrootkit-0.50-4.fc2. https://bugzilla.redhat.com/show_bug.cgi?id=636231#c1 ** Bug watch added: Red Hat Bugzilla #636231 https://bugzilla.redhat.com/show_bug.cgi?id=636231 -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 148003] Re: mounting Luks encrypted USB-HDD does not work reliably

2007-10-04 Thread Thomas Mayer
I have the same problems. The last time automount of luks encrypted disks worked for me was with edgy. -- mounting Luks encrypted USB-HDD does not work reliably https://bugs.launchpad.net/bugs/148003 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 228103] Re: multiple pages per sheet in useless order when landscape

2009-02-05 Thread Thomas Mayer
I have the same error: when printing 2x2 in landscape from evince, i get the following order: 2 1 3 2 I can set another page order in the page/driver settings, but this does not produce a wanted order, which is 1 2 3 4 With 6 pages per sheet there were similar problems. Instead, I did the

[Bug 228103] Re: multiple pages per sheet in useless order when landscape

2009-02-05 Thread Thomas Mayer
There is a typo in my comment, i meant 2 1 4 3 -- multiple pages per sheet in useless order when landscape https://bugs.launchpad.net/bugs/228103 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 291062] Re: MASTER - Network Manager sometimes has enable networking unchecked/disabled when resuming from suspend

2008-11-16 Thread Thomas Mayer
After update from hardy to intrepid, I had the same problems: - sometimes after resuming, network interface is disabled and can be enabled via network manager - sometimes after resuming, network interface is disabled and can NOT be enabled via network manager. I have to restart then to enable it

[Bug 482673] Re: gscan2pdf G4-Compression: chunked ccitt g4 tif not supported

2009-11-14 Thread Thomas Mayer
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/35686498/Dependencies.txt ** Attachment added: XsessionErrors.txt http://launchpadlibrarian.net/35686499/XsessionErrors.txt -- gscan2pdf G4-Compression: chunked ccitt g4 tif not supported

[Bug 482673] [NEW] gscan2pdf G4-Compression: chunked ccitt g4 tif not supported

2009-11-14 Thread Thomas Mayer
Public bug reported: Binary package hint: gscan2pdf What I did: - Scan a page with a scanner - Click on Save - Choose G4 Compression - and Save in new File Then comes an error message: Fehler beim Einbinden der Bilddatei im tif-Format ins PDF: chunked ccitt g4 tif not supported. at

[Bug 482673] Re: gscan2pdf G4-Compression: chunked ccitt g4 tif not supported

2009-11-14 Thread Thomas Mayer
This might be the same as debian bug #549653 -- gscan2pdf G4-Compression: chunked ccitt g4 tif not supported https://bugs.launchpad.net/bugs/482673 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 905095] Re: qemu-img can't convert vmdk file: Operation not permitted

2012-03-19 Thread Thomas Mayer
Angelo, a workaround for me was to run the freetz image (which in fact is an ubuntu image) with VirtalBox. Then I booted the Machine with a systemrescuecd CD. In systemrescuecd I extracted the disk image using the dd command (disk druid). You can netcat the raw image via network to your KVM

[Bug 905095] [NEW] qemu-img can't convert vmdk file: Operation not permitted

2011-12-15 Thread Thomas Mayer
Public bug reported: There is no reason why the vdmk image can't be converted. Even running it as root does not help. $ ls -lh insgesamt 60G -rw-rw-rw- 1 root root 479M 2011-09-10 17:47 freetz-linux-1.2.1-disk1.vmdk $ sudo qemu-img convert freetz-linux-1.2.1-disk1.vmdk -O raw

[Bug 905095] Re: qemu-img can't convert vmdk file: Operation not permitted

2011-12-15 Thread Thomas Mayer
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/905095 Title: qemu-img can't convert vmdk file: Operation not permitted To manage notifications about this bug go to:

[Bug 905095] Re: qemu-img can't convert vmdk file: Operation not permitted

2011-12-15 Thread Thomas Mayer
I just saw that the image format in my last comment was not set right. After changing it from qcow2 to vmdk I get this error when starting the machine: Error starting domain: operation failed: failed to retrieve chardev info in qemu with 'info chardev' Traceback (most recent call last): File

[Bug 905095] Re: qemu-img can't convert vmdk file: Operation not permitted

2011-12-15 Thread Thomas Mayer
here's the xml file of the virtual machine ** Attachment added: freetz.xml https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/905095/+attachment/2635413/+files/freetz.xml -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 905095] Re: qemu-img can't convert vmdk file: Operation not permitted

2011-12-16 Thread Thomas Mayer
same on a fresh installed up to date ubuntu 11.10: sudo qemu-img convert freetz-linux-1.2.1-disk1.vmdk -O raw /tmp/freetz-linux-1.2.1-disk1.raw qemu-img: Could not open 'freetz-linux-1.2.1-disk1.vmdk': Operation not permitted qemu-img: Could not open 'freetz-linux-1.2.1-disk1.vmdk' -- You

[Bug 905095] Re: qemu-img can't convert vmdk file: Operation not permitted

2011-12-16 Thread Thomas Mayer
up-to-date debian 6.0 says: # qemu-img convert freetz-linux-1.2.1-disk1.vmdk -O raw freetz1.img qemu-img: error while reading debian testing says: qemu-img convert freetz-linux-1.2.1-disk1.vmdk -O raw freetz1.img qemu-img: Could not open 'freetz-linux-1.2.1-disk1.vmdk': Operation not permitted

[Bug 905095] Re: qemu-img can't convert vmdk file: Operation not permitted

2011-12-16 Thread Thomas Mayer
seems to be an older problem: https://bugzilla.redhat.com/show_bug.cgi?id=548723 ** Bug watch added: Red Hat Bugzilla #548723 https://bugzilla.redhat.com/show_bug.cgi?id=548723 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 783239] Re: update-intel-microcode crashed with KeyError in getmember(): filename u'microcode-20110428.dat' not found

2011-10-18 Thread Thomas Mayer
Hi, I've got the same problem using ubuntu natty: $ sudo update-intel-microcode [sudo] password for thomas: Traceback (most recent call last): File /usr/sbin/update-intel-microcode, line 42, in module src = tar.extractfile(datname) File /usr/lib/python2.7/tarfile.py, line 2110, in

[Bug 579584] Re: setgid, setuid needed by /etc/apparmor.d/abstractions/libvirt-qemu

2010-05-19 Thread Thomas Mayer
Hello, I just updated from jaunty to karmic and then to lucid. After that, I had the same problem and I could not boot my images any more. Maybe apparmor was installed automatically and caused the problem when starting a guest: error: Failed to start domain 220_trxerdpd330_installtest error:

[Bug 620842] Re: laptop halts while it should go to sleep

2010-08-21 Thread Thomas Mayer
I have a Dell Inspiron 6000 with Intel Centrino (Pentium-M), 32bit. ATI X300 graphics. I updated my system from karmic to lucid. Using jaunty, it was very very seldom that suspend to ram did not work. Same behaviour with lucid. System was updated frequently. Since I installed a kernel update

[Bug 621834] [NEW] laptop does not suspend/hibernate after kernel update

2010-08-21 Thread Thomas Mayer
Public bug reported: I have a Dell Inspiron 6000 with Intel Centrino (Pentium-M), 32bit. ATI X300 graphics. No fglrx drivers. I updated my system from karmic to lucid. Using jaunty, it was very very seldom that suspend to ram did not work. Same behaviour with lucid. System was updated

[Bug 621834] Re: laptop does not suspend/hibernate after kernel update

2010-08-21 Thread Thomas Mayer
** Attachment added: AlsaDevices.txt https://bugs.launchpad.net/bugs/621834/+attachment/1508534/+files/AlsaDevices.txt ** Attachment added: AplayDevices.txt https://bugs.launchpad.net/bugs/621834/+attachment/1508535/+files/AplayDevices.txt ** Attachment added: ArecordDevices.txt

[Bug 620842] Re: laptop halts while it should go to sleep

2010-08-21 Thread Thomas Mayer
I opened a new bug report #621834 for my problem which seems to be different. -- laptop halts while it should go to sleep https://bugs.launchpad.net/bugs/620842 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 621834] Re: laptop does not suspend/hibernate after kernel update

2010-08-21 Thread Thomas Mayer
I successfully tested suspend/hibernate using the current mainline kernel from http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/ No problems there. Kernel version is: Linux i306 2.6.36-999-generic #201008190908 SMP Thu Aug 19 10:19:31 UTC 2010 i686 GNU/Linux -- laptop does not

[Bug 482673] Re: gscan2pdf G4-Compression: chunked ccitt g4 tif not supported

2010-08-21 Thread Thomas Mayer
the same problem persists using current ubuntu lucid 10.04 with all updates installed -- gscan2pdf G4-Compression: chunked ccitt g4 tif not supported https://bugs.launchpad.net/bugs/482673 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1041790] Re: [snb] GPU lockup IPEHR: 0x0b160001 IPEHR: 0x0b140001, workaround i915.semaphores=0

2013-10-28 Thread Thomas Mayer
It seems that ubuntu 12.04.3 is also affected. I get the error using ubuntu 12.04.3 (after upgrading from 12.04.2 in the last days): Oct 28 18:43:29 localhost kernel: [31236.041655] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung Oct 28 18:43:29 localhost kernel:

[Bug 830046] Re: rsyslogd-2039: Could no open output pipe '/dev/xconsole' [try http://www.rsyslog.com/e/2039 ]

2013-10-31 Thread Thomas Mayer
The message rsyslogd-2039: Could not open output pipe '/dev/xconsole' also appears when using ubuntu 12.04.3. However my machine is booting as usual (no freeze) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 621834] Re: laptop does not suspend after kernel update

2012-06-10 Thread Thomas Mayer
Thanks for this first activity in nearly 2 years. I think s2ram is too important to ignore such bug reports that long and wait until they are obsolete (even on a still supported LTS release). Having to hard reset the laptop after s2ram can be considered as bad as a kernel crash. I will see if I

[Bug 1213719] Re: [Samsung NP900X3D-A03IT] Powertop shows 100% Device Usage for audio codecs

2014-02-20 Thread Thomas Mayer
I hit this bug on a Dell Latitude E5510, up-to-date BIOS version installed. I'm running up-to-date ubuntu 12.04.4 with last hardware-enablement stack installed (uname -a: Linux i306l 3.11.0-17-generic #31~precise1-Ubuntu SMP Tue Feb 4 21:25:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux). For me,

[Bug 1120240] Re: microcode test fails because intel-microcode.dat does not exist

2014-02-21 Thread Thomas Mayer
This is still not fixed for ubuntu 12.04.4: $sudo apt-get install intel-microcode [...] microcode.ctl (1.17-13.1ubuntu2) wird eingerichtet ... Traceback (most recent call last): File /usr/sbin/update-intel-microcode, line 41, in module tar = tarfile.open(mode='r:gz',

[Bug 1069843] Re: Nautilus consuming memory and cpu

2014-08-12 Thread Thomas Mayer
Same here on a Dell Latitude E5510, which I updated to 14.04 these days. I have compiz enabled. For me, CPU consumption begins right after executing nautilus, while nautilus consumes approximately 25% to 40% of the cpu according to top. It seems as if as if all 4 threads of my dualcore cpu are in

[Bug 1069843] Re: Nautilus consuming memory and cpu

2014-08-12 Thread Thomas Mayer
The sudo mv ~/.cache/thumbnails ~/.cache/thumbnails_ ln -s ~/.thumbnails ~/.cache/thumbnails did the trick for me as well. I have noticed that ~/.cache/thumbnails only had permissions for the root user. Plus, it just had a size of just 24kilobytes, which means it did not really contain

[Bug 1069843] Re: Nautilus consuming memory and cpu

2014-08-12 Thread Thomas Mayer
The old directory entry was ls -la .cache/|grep thumbnails drwx-- 1 root root 18 Jul 15 01:40 thumbnails which came from 12.04 or before, I guess. I can't remember to have ever touched this directory manually. I guess this is the world's most energy consuming missing symlink ever. I

[Bug 1069843] Re: Nautilus consuming memory and cpu

2014-08-13 Thread Thomas Mayer
There's a bunch of bug reports out there, also affecting other distros: https://bugs.debian.org/731304 https://lists.debian.org/debian-user/2012/09/msg00124.html https://ask.fedoraproject.org/en/question/33842/why-is-nautilus-using-100-of-the-cpu-on-fedora-19/ As long as nautilus can't write

[Bug 1069843] Re: Nautilus consuming memory and cpu

2014-08-13 Thread Thomas Mayer
fedora might still be affected using gnome. I just can't test it. ** No longer affects: nautilus (Fedora) ** Bug watch added: GNOME Bug Tracker #690981 https://bugzilla.gnome.org/show_bug.cgi?id=690981 ** Also affects: nautilus via https://bugzilla.gnome.org/show_bug.cgi?id=690981

[Bug 1069843] Re: Nautilus consuming memory and cpu

2014-08-13 Thread Thomas Mayer
I guess a symlink in the home directories needs to be fixed by the distros, not by gnome upstream. Changes in the package would not necessarily fix the symlink in the home directories. Plus, the nautilus software can't delete the wrong ~/.cache/thumbnails directory, because this directory only

[Bug 1341562] Re: indicator-printers not working on Ubuntu 14.04

2014-08-13 Thread Thomas Mayer
I updated from 12.04.4 to 14.04 some days ago, but since that, the printers-indicator is missing (I use gnome classic). Any other indicator is displayed. The package indicator-printers is installed according to synaptic. As of today, my system is up-to-date, including the kernel. I do not use the

[Bug 454566] Re: False positive for SucKit

2014-12-14 Thread Thomas Mayer
Fedora fixed it in FC21 with chkrootkit-0.50-4.fc2. https://bugzilla.redhat.com/show_bug.cgi?id=636231#c1 ** Bug watch added: Red Hat Bugzilla #636231 https://bugzilla.redhat.com/show_bug.cgi?id=636231 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1363519] Re: start-stop-daemon fails debsums check

2014-12-03 Thread Thomas Mayer
I am very concerned about this issue. I installed from media 119cb63b48c9a18f31f417f09655efbd ubuntu-14.04.1-desktop-amd64.iso. I double-checked the hash comes from a SSL-trusted page and checked the md5 sum of the file which was correct. However, I also get md5sum

[Bug 1363519] Re: start-stop-daemon fails debsums check

2014-12-03 Thread Thomas Mayer
To track it down, I took the 14.04.1 media 119cb63b48c9a18f31f417f09655efbd again and installed it without any updates. Doing that, I got the two 144bf4beed11fb77e5ad629452741310 /boot/vmlinuz-3.13.0-32-generic b1b8894ae2e3b547dca0e288634cce4a /sbin/start-stop-daemon again. So, the problem

[Bug 1404762] [NEW] apparmor profile usr.sbin.clamd does not allow ScanOnAccess via fanotify

2014-12-21 Thread Thomas Mayer
Public bug reported: I tried to enable the ScanOnAccess option in /etc/clamav.conf to get on- access scanning. Doing so, /var/log/clamav/clamav.log tells me: ERROR: ScanOnAccess: fanotify_init failed: Operation not permitted ScanOnAccess: clamd must be started by root Setting User to root in

[Bug 1406952] Re: systemd-udevd[471]: Error calling EVIOCSKEYCODE: Invalid argument

2015-03-10 Thread Thomas Mayer
This bug still affects me on 14.04.2, using Kernel 3.16.0-31-generic using the original /lib/udev/hwdb.d/60-keyboard.hwdb provided by ubuntu and ubuntu updates -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1401454] Re: Thunderbird writes attachments to /tmp readable to everyone

2015-03-30 Thread Thomas Mayer
As the discussion about this was going on for 8 years in the mozilla community, I suggest to at least set permissions right in the distros. For the moment, there is only one path (which is /tmp) and there is only the original name used. That said, concurrent users could overwrite their temporary

[Bug 1401454] Re: Thunderbird writes attachments to /tmp readable to everyone

2015-03-30 Thread Thomas Mayer
I was wrong. Not overwrite, just read. Which makes it even less probable to break things. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1401454 Title: Thunderbird writes attachments to /tmp

[Bug 1425029] Re: Shutdown and restart dialog window's cancel function broken

2015-02-25 Thread Thomas Mayer
*** This bug is a duplicate of bug 1363630 *** https://bugs.launchpad.net/bugs/1363630 I can reproduce this bug using gnome-flashback-compiz on ubuntu 14.04.2, kernel 3.16.0-31 (latest hwe) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1363630] Re: Since revision 446.1.3, Zenity backend is broken

2015-02-25 Thread Thomas Mayer
I can reproduce this bug using gnome-flashback-compiz on up-to-date ubuntu 14.04.2, kernel 3.16.0-31 (latest hwe) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1363630 Title: Since revision

[Bug 1363519] Re: start-stop-daemon fails debsums check

2015-05-01 Thread Thomas Mayer
As of today, debsums -c reports me debsums -c /usr/lib/x86_64-linux-gnu/gbm/old.gbm_gallium_drm.so /usr/lib/x86_64-linux-gnu/old.libgbm.so.1.0.0 Please, please, clean up all the wrong entries. There should be a test which any package must pass before it can be rolled out. The test should also

[Bug 1404762] Re: apparmor profile usr.sbin.clamd does not allow ScanOnAccess via fanotify

2015-04-07 Thread Thomas Mayer
I was describing two issues: One is that root user was needed for ScanOnAccess. Second was that the apparmor profile does not fit. Basically, there should be an easy way to use ScanOnAccess with correct apparmor profile. Fanotify seems to be a basic feature in conjunction with a virus scanner

[Bug 1426662] Re: gvfsd-trash crashed with SIGSEGV in g_slice_alloc()

2015-05-28 Thread Thomas Mayer
*** This bug is a duplicate of bug 1216148 *** https://bugs.launchpad.net/bugs/1216148 Plus. I want to let you know that this error occured for the first time on my machine after doing the following updates: accountsservice 0.6.35-0ubuntu7.2 libaccountsservice0

[Bug 1426662] Re: gvfsd-trash crashed with SIGSEGV in g_slice_alloc()

2015-05-28 Thread Thomas Mayer
*** This bug is a duplicate of bug 1216148 *** https://bugs.launchpad.net/bugs/1216148 As #1216148 is private, I want to confirm, that I get exactly the same error using uname -a Linux lat61 3.16.0-38-generic #52~14.04.1-Ubuntu SMP Fri May 8 09:43:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

[Bug 1479251] Re: E: Package 'libegl1-mesa-drivers-lts-vivid' has no installation candidate

2015-08-11 Thread Thomas Mayer
For me, simulation works when I use libegl1-mesa-lts-vivid instead of libegl1-mesa-drivers-lts-vivid. libegl1-mesa-drivers-lts-utopic is removed by this. sudo apt-get -s install --install-recommends linux-generic-lts-vivid xserver-xorg-lts-vivid libgl1-mesa-glx-lts-vivid libegl1-mesa-lts-vivid

[Bug 1479251] Re: E: Package 'libegl1-mesa-drivers-lts-vivid' has no installation candidate

2015-08-11 Thread Thomas Mayer
I was also missing the Button “New Hardware Support is Available” in the update messenger. I assume this was because libegl1-mesa-drivers-lts- vivid was missing. If you add a meta package with dependency to libegl1-mesa-lts-vivid the dependencies can be resolved and the button might appear. --

[Bug 1479251] Re: E: Package 'libegl1-mesa-drivers-lts-vivid' has no installation candidate

2015-08-11 Thread Thomas Mayer
Replacing libegl1-mesa-drivers-lts-vivid with libegl1-mesa-lts-vivid instead worked for me: sudo apt-get install --install-recommends linux-generic-lts-vivid xserver-xorg-lts-vivid libgl1-mesa-glx-lts-vivid libegl1-mesa-lts-vivid after execution and reboot: uname -a Linux lat61

[Bug 1479251] Re: E: Package 'libegl1-mesa-drivers-lts-vivid' has no installation candidate

2015-08-11 Thread Thomas Mayer
https://wiki.ubuntuusers.de/LTS_Enablement_Stacks describes another way to install the 14.04.3 HES which also does not work: sudo apt-get -s install --install-recommends linux-generic-lts-vivid xserver-xorg-core-lts-vivid xserver-xorg-lts-vivid xserver-xorg-video-all-lts-vivid

[Bug 1479251] Re: E: Package 'libegl1-mesa-drivers-lts-vivid' has no installation candidate

2015-08-11 Thread Thomas Mayer
Same for me when I replace utopic with vivid (I tracked apt usage of older installs of HESes on http://www.slicewise.net/debian/hardware- enablement-stack-fuer-ubuntu-1404-lts-trusty-tahr/): sudo apt-get -s install --install-recommends linux-generic-lts-vivid xserver-xorg-lts-vivid

[Bug 1483631] Re: Can't install vivid LTS enablement pack on Ubuntu 14.04

2015-08-11 Thread Thomas Mayer
*** This bug is a duplicate of bug 1479251 *** https://bugs.launchpad.net/bugs/1479251 ** This bug has been marked a duplicate of bug 1479251 E: Package 'libegl1-mesa-drivers-lts-vivid' has no installation candidate -- You received this bug notification because you are a member of Ubuntu

[Bug 1481040] Re: package libgl1-mesa-dri-lts-vivid (not installed) failed to install/upgrade: попытка перезаписать общий «/etc/drirc», который отличается от других экземпляров пакета libgl1-mesa-dri-

2015-08-11 Thread Thomas Mayer
*** This bug is a duplicate of bug 1479251 *** https://bugs.launchpad.net/bugs/1479251 ** This bug has been marked a duplicate of bug 1479251 E: Package 'libegl1-mesa-drivers-lts-vivid' has no installation candidate -- You received this bug notification because you are a member of Ubuntu

[Bug 1460242] Re: documentation: apt-keys via http allows man-in-the-middle-attacks

2015-08-13 Thread Thomas Mayer
There should also be an add-apt-repository statement for each repo documentation. E. g. for https://launchpad.net/~docker-maint/+archive/ubuntu/testing there should be an _additional_ line sudo add-apt-repository ppa:docker-maint/testing which the user can can copy-paste. Reason: - This is ways

[Bug 802942] Re: printing PDFs (and other complex documents) from GTK applications fails

2015-09-13 Thread Thomas Mayer
There's a cups bug report which was closed unresolved: https://www.cups.org/str.php?L3950+P-1+S0+C0+I0+E0+Qfirefox -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/802942 Title: printing PDFs (and

[Bug 802942] Re: printing PDFs (and other complex documents) from GTK applications fails

2015-09-13 Thread Thomas Mayer
Maybe related: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/369503 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/802942 Title: printing PDFs (and other complex documents) from GTK

[Bug 802942] Re: printing PDFs (and other complex documents) from GTK applications fails

2015-09-13 Thread Thomas Mayer
The guys at cups do not feel responsible for linux issues as documented in https://www.cups.org/str.php?L4715 In the meantime I further tracked it down: - Played around with printer drivers, using Kyocera's PPD, the PPD provided by ubuntu and also gave PPD from

[Bug 802942] Re: printing PDFs (and other complex documents) from GTK applications fails

2015-09-13 Thread Thomas Mayer
I've sent the pdf files to http://pdf-analyser.edpsciences.org to see what the difference is. All samples provide the same set of fonts. But there is a difference between the non-working samples and working samples: non-working test2.pdf and print-to-file.pdf are reported to be created by cairo

[Bug 802942] Re: printing PDFs (and other complex documents) from GTK applications fails

2015-09-13 Thread Thomas Mayer
Cairo 1.9.5 dates back to ~2009/2010 according to http://cairographics.org/news/. . My ubuntu 14.04.3 came shipped with libcairo2 package version 1.13.0~20140204-0ubuntu1.1 which dates back to ~2013/2014 according to http://cairographics.org/news/. I guess that Firefox 40.0.3 still comes shipped

[Bug 802942] Re: printing PDFs (and other complex documents) from GTK applications fails

2015-09-13 Thread Thomas Mayer
I guess that Cairo is part of the Gecko engine which then is used by firefox and thunderbird. My Firefox 40.0.3 comes shipped with Gecko/20100101 according to about:support tab: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0 which basically explains why cairo is so

[Bug 802942] Re: printing PDFs (and other complex documents) from GTK applications fails

2015-09-13 Thread Thomas Mayer
When I choose the "print to file" in the printing dialog in firefox, I get a pdf print-to-file.pdf created by firefox. I have the same problem when I try print this file with cat print-to- file.pdf |lpr -P fs-1020d -# 1 /var/spool/cups then contains a file which I renamed to pdf print-to-

[Bug 802942] Re: printing PDFs (and other complex documents) from GTK applications fails

2015-09-13 Thread Thomas Mayer
** Also affects: cups-filters (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/802942 Title: printing PDFs (and other complex documents) from GTK

[Bug 802942] Re: printing PDFs (and other complex documents) from GTK applications fails

2015-09-13 Thread Thomas Mayer
The only workaround I'm aware of is to use the "print to file" dialog and then print the corresponding print-to-file.pdf with evince. When I print the file with evince, I can find a file in /var/spool/cups which I renamed to print-to-file-cups-from-evince.pdf. Note that this file is 15% smaller

[Bug 802942] Re: printing PDFs (and other complex documents) from GTK applications fails

2015-09-14 Thread Thomas Mayer
I reported upstream bug report https://bugzilla.mozilla.org/show_bug.cgi?id=1204551 ** Bug watch added: Mozilla Bugzilla #1204551 https://bugzilla.mozilla.org/show_bug.cgi?id=1204551 ** Also affects: cups via https://bugzilla.mozilla.org/show_bug.cgi?id=1204551 Importance: Unknown

[Bug 1496357] Re: XML error: ram attribute only supported for type of qxl

2015-09-16 Thread Thomas Mayer
I assume the upstream bugfix was https://github.com/virt-manager/virt- manager/commit/51e5a471202a67e3c9c1dd53c0afc333d77933c9 which was fixed for 1.2.0. Could this be backported, please? ** Bug watch added: Red Hat Bugzilla #1169295 https://bugzilla.redhat.com/show_bug.cgi?id=1169295 ** Also

[Bug 1496357] Re: XML error: ram attribute only supported for type of qxl

2015-09-16 Thread Thomas Mayer
Same bug was resolved in Redhat 7.0 according to https://bugzilla.redhat.com/show_bug.cgi?id=920549 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1496357 Title: XML error: ram attribute only

[Bug 1496357] [NEW] XML error: ram attribute only supported for type of qxl

2015-09-16 Thread Thomas Mayer
Public bug reported: Reproduce with: - Configure a VM with spice display and QXL video device, store and eventually run the machine - Configure back to VNC display and video device other than QXL (e. g. Cirrus model) - => error appears. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package:

[Bug 1496357] Re: XML error: ram attribute only supported for type of qxl

2015-09-16 Thread Thomas Mayer
That fix was for https://bugzilla.redhat.com/show_bug.cgi?id=1169295 which was fixed in Redhat 7.1 https://bugzilla.redhat.com/show_bug.cgi?id=920549 is a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=928882 according to

[Bug 1496357] Re: XML error: ram attribute only supported for type of qxl

2015-09-16 Thread Thomas Mayer
Use case/Motivation: Sometimes I boot an existing machine with an ISO-CD like e.g. SystemRescueCD to perform some maintenance tasks (e.g. extend partitions). SystemRescueCD, however, cannot start its x-server in Spice mode ("no screens found"). -- You received this bug notification because you

[Bug 802942] Re: printing PDFs (and other complex documents) from GTK applications fails

2015-09-13 Thread Thomas Mayer
As far as I can see, gecko ubstream uses cairo 1.9.5 from 2010-01-21 which they are patching over and over. https://github.com/mozilla/gecko-dev/blob/master/gfx/cairo/README http://cgit.freedesktop.org/cairo/commit/?id=12d521df8acc483b2daa844d4f05dc2fe2765ba6 (where they forked at 2010-01-21)

[Bug 1592917] Re: do-release-upgrade stuck when dealing with apparmor profile for cupsd

2016-06-15 Thread Thomas Mayer
In syslog, I get a lot of complaints from apparmor: Jun 15 19:06:02 lat61 kernel: [10041.854940] audit: type=1400 audit(1466010362.719:539): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=24942 comm="apparmor_parser" Jun 15 19:06:02

[Bug 1592917] Re: do-release-upgrade stuck when dealing with apparmor profile for cupsd

2016-06-15 Thread Thomas Mayer
do-release-upgrade stucks at this place: plymouth (0.9.2-3ubuntu13.1) wird eingerichtet ... update-initramfs: deferring update (trigger activated) update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults update-rc.d: warning: start and stop actions are no

[Bug 1592917] [NEW] do-release-upgrade stuck when dealing with apparmor profile for cupsd

2016-06-15 Thread Thomas Mayer
Public bug reported: On an up-to-date 14.04.x, I started do-release-upgrade -d to upgrade to ubuntu 16.04. At about 50% of the installation of packages, do-release-upgrade stucks in the following manner: - cpu runs at 0%~ and there is no disk I/O for about 15 minutes now - do-release-upgrade

[Bug 1551566] Re: gnome-session logs out with Fatal IO error 11

2016-06-02 Thread Thomas Mayer
Generally, the frozen desktop was very very rare/seldom. I'd have to work weeks with the cdimage to reproduce this issue. In the meantime I don't experience frozen desktops in Ubuntu 14.04.4 any more. Maybe it's already fixed even in 14.04.4. Maybe I see it again in a month or so. For the

[Bug 1551566] Lsusb.txt

2016-06-01 Thread Thomas Mayer
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1551566/+attachment/4674837/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551566 Title:

[Bug 1551566] IwConfig.txt

2016-06-01 Thread Thomas Mayer
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1551566/+attachment/4674835/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551566

[Bug 1551566] CurrentDmesg.txt

2016-06-01 Thread Thomas Mayer
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1551566/+attachment/4674834/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1551566] ProcCpuinfo.txt

2016-06-01 Thread Thomas Mayer
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1551566/+attachment/4674838/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551566

[Bug 1551566] CRDA.txt

2016-06-01 Thread Thomas Mayer
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1551566/+attachment/4674833/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551566 Title:

[Bug 1551566] Lspci.txt

2016-06-01 Thread Thomas Mayer
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1551566/+attachment/4674836/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551566 Title:

[Bug 1551566] ProcInterrupts.txt

2016-06-01 Thread Thomas Mayer
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1551566/+attachment/4674840/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1551566] Re: gnome-session logs out with Fatal IO error 11

2016-06-01 Thread Thomas Mayer
apport information ** Tags added: apport-collected ** Description changed: My desktop just froze and I could not press any keys. When I tried CTRL+ALT+F1 I got logged out from my gnome session and the graphical (!) login window appeared. There's some messages in my syslog, e.g.

[Bug 1551566] UdevDb.txt

2016-06-01 Thread Thomas Mayer
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1551566/+attachment/4674844/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551566 Title:

[Bug 1551566] UdevLog.txt

2016-06-01 Thread Thomas Mayer
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1551566/+attachment/4674845/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551566 Title:

[Bug 1551566] ProcEnviron.txt

2016-06-01 Thread Thomas Mayer
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1551566/+attachment/4674839/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551566

[Bug 1551566] ProcModules.txt

2016-06-01 Thread Thomas Mayer
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1551566/+attachment/4674841/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551566

[Bug 1551566] PulseList.txt

2016-06-01 Thread Thomas Mayer
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1551566/+attachment/4674842/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551566

[Bug 1551566] BootDmesg.txt

2016-06-01 Thread Thomas Mayer
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/1551566/+attachment/4674832/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551566

[Bug 1551566] RfKill.txt

2016-06-01 Thread Thomas Mayer
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1551566/+attachment/4674843/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551566 Title:

[Bug 1551566] WifiSyslog.txt

2016-06-01 Thread Thomas Mayer
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1551566/+attachment/4674846/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551566

[Bug 1551566] Re: gnome-session logs out with Fatal IO error 11

2016-06-01 Thread Thomas Mayer
@penalvch no, /var/crash is empty: /var/crash$ ls -la insgesamt 0 drwxrwsrwt 1 root whoopsie 0 Jun 1 10:10 . drwxr-xr-x 1 root root 130 Jul 26 2015 .. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1592917] Re: do-release-upgrade stuck when dealing with apparmor profile for cupsd

2016-06-15 Thread Thomas Mayer
Still in the middle of the (stucked) upgrade, I get: apport-collect 1592917 /usr/share/apport/apport-gtk:16: PyGIWarning: Wnck was imported without specifying a version first. Use gi.require_version('Wnck', '3.0') before import to ensure that the right version gets loaded. from gi.repository

[Bug 1592917] Re: do-release-upgrade stuck when dealing with apparmor profile for cupsd

2016-06-15 Thread Thomas Mayer
After trying to stop or teardown apparmor, I still get aa-status apparmor module is loaded. 3 profiles are loaded. 3 profiles are in enforce mode. /usr/lib/cups/backend/cups-pdf /usr/sbin/cupsd /usr/sbin/cupsd//third_party 0 profiles are in complain mode. 0 processes have profiles

[Bug 1592917] WifiSyslog.txt

2016-06-15 Thread Thomas Mayer
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1592917/+attachment/4684488/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1592917

[Bug 1592917] ProcModules.txt

2016-06-15 Thread Thomas Mayer
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1592917/+attachment/4684485/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1592917

[Bug 1592917] Lspci.txt

2016-06-15 Thread Thomas Mayer
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1592917/+attachment/4684481/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1592917 Title:

  1   2   3   4   5   >