[Bug 1814465] Re: Firefox 65 cannot load Flash on trusty because of libxul.so broken dependency

2019-06-08 Thread Bela Lubkin
According to https://hg.mozilla.org/integration/autoland/rev/6fc6bdea42a6 (associated with https://bugzilla.mozilla.org/show_bug.cgi?id=1501218), > --enable-default-toolkit=cairo-gtk3-wayland is left to _force_ wayland > support being built in, while --enable-default-toolkit=cairo-gtk3 still >

[Bug 1677397] Re: lightdm-gtk-greeter SIGSEGV when invoked by Xvnc -inetd -query

2017-03-29 Thread Bela Lubkin
Similar failure occurs with kylin-greeter. Similar-seeming failure occurs with lightdm-webkit-greeter (at least a segfault shows up in syslog) -- with the CRUCIAL difference that, despite segfault, it actually allows me to login and do stuff over the session! syslog is also full of crashes of:

[Bug 1677397] [NEW] lightdm-gtk-greeter SIGSEGV when invoked by Xvnc -inetd -query

2017-03-29 Thread Bela Lubkin
Public bug reported: To reproduce: 1. Install Xubuntu 16.04 LTS, update fully 2. Install packages xinetd, vnc4server 3. Append to /etc/services: vnc 5900/tcp# VNC Virtual Network Computing 4. Append to /etc/lightdm/lightdm.conf: [XDMCPServer] enabled=true

[Bug 662312] Re: Cannot handle spaces in compressoptions

2014-05-28 Thread Bela Lubkin
Testing on saucy, problem no longer exists. This makes sense as it contains logrotate 3.8.3; ability to have spaces in compressoptions was patched in as of debian package version 3.8.1-5. I tried installing the trusty build of logrotate on precise and it failed wanting a slightly newer libacl1.

[Bug 1072006] [NEW] busybox mount does not accept -o strictatime

2012-10-27 Thread Bela Lubkin
Public bug reported: The strictatime flag is not decoded. This was fixed recently upstream in busybox, see https://bugs.busybox.net/show_bug.cgi?id=5240 Significance: I want to debug a boot-time problem by observing which files have been accessed up to the point of failure during boot.

[Bug 1072009] [NEW] mkinitramfs does not use cpio -L (--dereference)

2012-10-27 Thread Bela Lubkin
Public bug reported: This may be related to LP#327106, which was recommending to remove --dereference (but the resolution in that bug doesn't show it being implemented at that time). Problem is present in Ubuntu 11.10 and 12.04, all I have immediately handy at the moment to check; and appears to

[Bug 1072015] [NEW] lsinitramfs not aware of COMPRESS in initramfs.conf

2012-10-27 Thread Bela Lubkin
Public bug reported: Add COMPRESS=xz to /etc/initramfs-tools/initramfs.conf; now /boot/initramfs* will be xz-compressed cpio files. Then `lsinitramfs` fails: $ lsinitramfs /boot/initrd.img-3.2.0-32-generic /boot/initrd.img-3.2.0-32-generic gzip: /boot/initrd.img-3.2.0-32-generic: not in gzip

[Bug 1072015] Re: lsinitramfs not aware of COMPRESS in initramfs.conf

2012-10-27 Thread Bela Lubkin
Attaching patch (1 line of fix, 20 lines from mkinitramfs to pick up the config var) ** Attachment added: Patch (1 line of fix, 20 lines from mkinitramfs to pick up the config var)

[Bug 1072015] Re: lsinitramfs not aware of COMPRESS in initramfs.conf

2012-10-27 Thread Bela Lubkin
In the patch, --long confdir,help,long should be --long confdir:,help,long (add missing ':') -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1072015 Title: lsinitramfs not aware of COMPRESS in

[Bug 366261] Re: Synaptic touchpad lost sync when switch keyboard layouts

2012-04-10 Thread Bela Lubkin
My instance (INCLUDES WORKAROUND): HP Pavilion dv7-6175us (model LW172UA#ABA) Ubuntu 12.04 x86_64 Kernel 3.2.0-21-generic #34-Ubuntu After sleep (pm-suspend), messages appear when typing (probably when touching keyboard or touchpad): kernel: [ t ] psmouse serio1: TouchPad at

[Bug 366261] Re: Synaptic touchpad lost sync when switch keyboard layouts

2012-04-10 Thread Bela Lubkin
Sorry, text at t + ~9ms should read issuing reconnect request (not resync). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/366261 Title: Synaptic touchpad lost sync when switch keyboard layouts To

[Bug 157319] Re: Xlib: extension RANDR missing on display :0.0 while using -nvidia with Xinerama turned on

2012-02-14 Thread Bela Lubkin
Note that Xinerama does not appear to be in the process of being deprecated. The wikipedia article was modified a year ago, describing the old words as full of lies: http://en.wikipedia.org/w/index.php?title=Xineramadiff=421530795oldid=415820495. Nothing on x.org seems to lead to deprecation.

[Bug 157319] Re: Xlib: extension RANDR missing on display :0.0 while using -nvidia with Xinerama turned on

2012-02-14 Thread Bela Lubkin
I'm using Xinerama to make one large T-shaped virtual display out of two 1920x1200 monitors, one landscape and one portrait. I've read stuff which implies it might be possible to do this with some melange of XRANDR + -nvidia TwinView + Virtual in the Screen section, Display subsection -- see

[Bug 902780] [NEW] gnome-control-center Keyboard Layout and User Accounts modules crash under IceWM

2011-12-11 Thread Bela Lubkin
Public bug reported: Ubuntu 11.10 patched to the minute with oneiric-proposed Specifically, gnome-control-center 1:3.2.2-0ubuntu1; icewm 1.3.7-1 Cause: IceWM does not set environment variable $XDG_CURRENT_DESKTOP; gnome-control-center relies on this variable to be set. Crash happens because it

[Bug 902780] Re: gnome-control-center Keyboard Layout and User Accounts modules crash under IceWM

2011-12-11 Thread Bela Lubkin
** Patch added: harden against unset XDG_CURRENT_DESKTOP https://bugs.launchpad.net/bugs/902780/+attachment/2627922/+files/missing-xdg_current_desktop.patch ** Bug watch added: GNOME Bug Tracker #665947 https://bugzilla.gnome.org/show_bug.cgi?id=665947 -- You received this bug

[Bug 902780] Re: gnome-control-center Keyboard Layout and User Accounts modules crash under IceWM

2011-12-11 Thread Bela Lubkin
(See also https://bugzilla.gnome.org/show_bug.cgi?id=665947 -- retracted when I realized the bug was in Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/902780 Title: gnome-control-center

[Bug 902675] [NEW] acroread.postinst fails to find its LDAP libraries

2011-12-10 Thread Bela Lubkin
Public bug reported: Ubuntu 11.10 x86_64 fully updated (oneiric-proposed). acroread 9.4.6~enu-0oneiric1 (acroread_9.4.6~enu-0oneiric1_amd64.deb, though it actually delivers 32-bit binaries). acroread's postinst script fails to create two LDAP library links: /var/lib/dpkg/info/acroread.postinst

[Bug 848492] Re: I cannot install libreoffice

2011-09-14 Thread Bela Lubkin
libreoffice 3.4.3 now installs cleanly, and successfully opens the 6 sample MS documents in /usr/share/checkbox/data/documents/. Björn , could you comment on what caused the ~24hr delay in uploading libreoffice-common? I ask in the spirit of research learning -- teach me to fish, show me the

[Bug 848492] Re: I cannot install libreoffice

2011-09-13 Thread Bela Lubkin
$ sudo apt-get install libreoffice -core -- will tell you it requires libreoffice-common = 1:3.4.3 $ sudo apt-get install -s libreoffice-common -- might actually install (I'm not sure, thus the -s dry-run flag), but it will install version 1:3..4.2. There's a build problem or something; the

[Bug 848492] Re: I cannot install libreoffice

2011-09-13 Thread Bela Lubkin
I just marked this as affecting libreoffice. I don't think I did it quite right. What I actually meant was this is entirely a packaging, or more likely build, bug in oneiric's build of libreoffice itself. Neither update-manager nor synaptic nor apt in general are responsible. They just can't

[Bug 719861] Re: After installation icon theme default to gnome-icon-theme and cannot be changed

2011-09-09 Thread Bela Lubkin
Warning generated by this fix: Setting up librsvg2-common (2.34.1-2) ... /var/lib/dpkg/info/librsvg2-common:amd64.postinst: 15: cannot create /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0//gdk-pixbuf-query-loaders/loaders.cache: Directory nonexistent Patch is attached. ** Attachment added: Don't

[Bug 830784] Re: Problem when installing flashplugin

2011-08-24 Thread Bela Lubkin
See below for evidence. Observations: - flashplugin-installer fails to configure because nspluginwrapper won't install it. - nspluginwrapper won't install it because some of the 32-bit libraries it requiress (e.g. libssl3.so) are missing - my nspluginwrapper is out of date (1.4.2) because

[Bug 710348] Re: package nspluginwrapper 1.2.2-0ubuntu5 failed to install/upgrade: subprocess post-installation script returned error exit status 139

2011-08-24 Thread Bela Lubkin
*** This bug is a duplicate of bug 705403 *** https://bugs.launchpad.net/bugs/705403 ** This bug has been marked a duplicate of bug 705403 package nspluginwrapper 1.2.2-0ubuntu5 failed to install/upgrade: subprocess post-installation script returned error exit status 139 -- You received

[Bug 662312] [NEW] Cannot handle spaces in compressoptions

2010-10-17 Thread Bela Lubkin
Public bug reported: Binary package hint: logrotate I set these options in /etc/logrotate.conf: compress compresscmd /usr/bin/xz uncompresscmd/usr/bin/unxz compressoptions -7 -e -T 1 compressext xz Compression fails with: /etc/cron.daily/logrotate: error:

[Bug 661140] [NEW] cannot install console-cyrllic without choosing a Cyrllic keyboard layout

2010-10-15 Thread Bela Lubkin
Public bug reported: Binary package hint: console-cyrillic Summary: - config breaks if you don't have a Cyrllic keyboard - description claims it contains Cyrllic fonts (really just depends on console-terminus) - possibly wider-use utils (displayfont, dumppsf, makeacm, mkvgafont, raw2psf)

[Bug 621031] Re: Opening .deb file in Maverick still launches gdebi

2010-10-11 Thread Bela Lubkin
Disagree about removing gdebi / gdebi-gtk. It would be reasonably to change the default binding (mime type?) for .deb to invoke software- center, however there are many other packages which may have their own separate bindings which would be broken by removing gdebi. This includes 3rd party

[Bug 626758] Re: Cannot close gdebi-gtk package installer when finished

2010-10-11 Thread Bela Lubkin
I can reproduce this. Originally experiences on Lucid (maybe earlier); currently on Maverick. To reproduce: 1. gdebi-gtk foo.deb (I was using opera_10.70.9053_i386.deb) (NOT TESTED: sudo gdebi-gtk foo.deb. When I've experienced this it was in a non-sudo run, where (I believe this is

[Bug 626758] Re: Cannot close gdebi-gtk package installer when finished

2010-10-11 Thread Bela Lubkin
Ugh, I always forget about the word wrap situation in bugs.launchpad. Here are 1-6 from above without the wrap-fragging: To reproduce: 1. gdebi-gtk foo.deb (I was using opera_10.70.9053_i386.deb) (NOT TESTED: sudo gdebi-gtk foo.deb. When I've experienced this it was in a non-sudo

[Bug 591328] Re: After installing a package, It doesn't closes if I press close button, and I need to kill the app to close-it

2010-10-11 Thread Bela Lubkin
Please see related LP #626758. It is not yet clear whether the two are strict duplicates of each other, but definitely related. -- After installing a package, It doesn't closes if I press close button, and I need to kill the app to close-it https://bugs.launchpad.net/bugs/591328 You received

[Bug 635728] Re: does not close the window

2010-10-11 Thread Bela Lubkin
This is probably a duplicate of LP #591328 or LP #626758. Please review those bugs and if one of them describes your issue, close this bug 635728 as a duplicate of the other. -- does not close the window https://bugs.launchpad.net/bugs/635728 You received this bug notification because you are a

[Bug 635728] Re: does not close the window

2010-10-11 Thread Bela Lubkin
Ah, slowly learning my way around here. If I want to inject a hot link to bug 591328 and bug 626758, I must express myself as bug %d rather than LP #%d. -- does not close the window https://bugs.launchpad.net/bugs/635728 You received this bug notification because you are a member of Ubuntu

[Bug 605093] Re: enable autoclose of install window

2010-10-10 Thread Bela Lubkin
*** This bug is a duplicate of bug 604610 *** https://bugs.launchpad.net/bugs/604610 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 604610, so it is being marked as such. Please look

[Bug 567605] Re: Automatically Close checkbox is not remembered

2010-10-10 Thread Bela Lubkin
*** This bug is a duplicate of bug 604610 *** https://bugs.launchpad.net/bugs/604610 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 604610, so it is being marked as such. Please look

[Bug 604610] Re: Does not save settings for auto-close

2010-10-10 Thread Bela Lubkin
Doug McMahon wrote: The true bug is that the default for gdebi should be to autoclose and the the option should be to keep the current instance open. (noting that there is almost nothing to be done with the current instance after install other than re-install the .deb that was just installed.

[Bug 513655] Re: every time fontconfig trigger is run, vte color scheme goes wrong in all my terminals

2010-06-25 Thread Bela Lubkin
I am having a similar issue with gnome-terminal (2.29.6-ubuntu5 with libvte 1:0.23.5-0ubuntu1) on Lucid x86_32. It has actually been going on since at least Lucid alpha 3, and probably Karmic (I forget). System is completely up to date -- `apt-get dist-upgrade` every 2-3 days, with all

[Bug 593615] Re: dpkg-statoverride should not consider unknown group a syntax error

2010-06-14 Thread Bela Lubkin
** Patch added: Fixes parts 1-5 of this bug report. Needs i18n. http://launchpadlibrarian.net/50310826/dpkg-statoverride-parse.patch ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/50298621/Dependencies.txt -- dpkg-statoverride should not consider unknown group a

[Bug 593615] [NEW] dpkg-statoverride should not consider unknown group a syntax error

2010-06-14 Thread Bela Lubkin
Public bug reported: Binary package hint: dpkg Removal of package gnokii-cli 0.6.28.dfsg-1 left /var/lib/dpkg/statoverride in a corrupted state (LP#537025, debbugs #563317): $ grep gnokii /var/lib/dpkg/statoverride root gnokii 4750 /usr/sbin/mgnokiidev $ ls -l /usr/sbin/mgnokiidev

[Bug 570805] Re: [regression] dpkg fsync cause massive regression in Ubuntu Server and Alternate installation times

2010-05-26 Thread Bela Lubkin
What benefit is provided by all the fsync action? Without it, a power-failed install may have zero-length or wrong-content files. With it, a power-failed install still has a broken package -- each individual file may be fully there or fully not-there, but there will be missing files. It doesn't

[Bug 570805] Re: [regression] dpkg fsync cause massive regression in Ubuntu Server and Alternate installation times

2010-05-26 Thread Bela Lubkin
Ok, looked at Colin's backport: It's the right way to do it; and I suspect this is true for all Unixish OSes with all filesystems, whether or not they have synchronous sync(). -- [regression] dpkg fsync cause massive regression in Ubuntu Server and Alternate installation times

[Bug 203158] Re: libsdl1.2debian-pulseaudio should be seeded by default in pulse-enabled derivatives

2010-04-18 Thread Bela Lubkin
This seems to have been fixed by making ubuntu-desktop depend on both libsdl1.2debian _and_ libsdl1.2debian-pulseaudio. libsdl1.2debian-pulseaudio conflicts with all other variants, including libsdl1.2debian-all. So now, Ubuntu users cannot swap in any of the other flavors without breaking the

[Bug 537483] [NEW] fsck.ext4 -n wrote to destroyed filesystem

2010-03-11 Thread Bela Lubkin
Public bug reported: Binary package hint: e2fsprogs System is running Ubuntu 10.04-current (was in the middle of upgrading last night's new packages -- had installed almost all, but not yet rebooted from the new 2.6.32-16 kernel -- was still on 2.6.32-15). As the system is completely crashed, I

[Bug 537483] Re: fsck.ext4 -n wrote to destroyed filesystem

2010-03-11 Thread Bela Lubkin
The gist, in case it's lost in all the detail above: I ran `fsck -n` on a filesystem, with some other flags which were not documented as overriding -n. It hosed my filesystem. -- fsck.ext4 -n wrote to destroyed filesystem https://bugs.launchpad.net/bugs/537483 You received this bug

[Bug 473016] Re: rocksndiamonds failed to install/upgrade: subprocess new pre-installation script returned error exit status 1 / Use of uninitialized value in string eq at /var/lib/dpkg/tmp.ci/config

2010-02-02 Thread Bela Lubkin
Robert, Looking at the corresponding script (/var/lib/dpkg/info/rocksndiamonds.preinst), I think you might have gotten this message because some part of the hierarchies /usr/share/games/rocksndiamonds/{graphics,levels,music,sounds} could not be deleted. This might happen if a process had one of

[Bug 421529] Re: setup fail

2010-01-27 Thread Bela Lubkin
*** This bug is a duplicate of bug 421528 *** https://bugs.launchpad.net/bugs/421528 ** This bug has been marked a duplicate of bug 421528 setup fail -- setup fail https://bugs.launchpad.net/bugs/421529 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 353144] Re: package rocksndiamonds 3.2.6.0+dfsg-3 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2010-01-27 Thread Bela Lubkin
This is not yet fixed in either karmic (3.2.6.0+dfsg-6) nor lucid (3.2.6.1+dfsg1-5). It is fixed upstream in Debian 3.2.6.1+dfsg1-6. The problem is caused by a Bashism in /var/lib/dpkg/info/rocksndiamonds.postinst: --- rocksndiamonds.postinst.orig2010-01-27 07:13:13.0 -0800 +++

[Bug 353144] Re: package rocksndiamonds 3.2.6.0+dfsg-3 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2010-01-27 Thread Bela Lubkin
Fix by pulling current Debian release. ** Bug watch added: Debian Bug tracker #558005 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558005 -- package rocksndiamonds 3.2.6.0+dfsg-3 failed to install/upgrade: subprocess post-installation script returned error exit status 2

[Bug 353144] Re: package rocksndiamonds 3.2.6.0+dfsg-3 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2010-01-27 Thread Bela Lubkin
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558005 -- package rocksndiamonds 3.2.6.0+dfsg-3 failed to install/upgrade: subprocess post-installation script returned error exit status 2 https://bugs.launchpad.net/bugs/353144 You received this bug notification because you are a member of

[Bug 495752] Re: rocksndiamonds does not create an application menu entry

2010-01-27 Thread Bela Lubkin
/usr/share/menu/* are used by the Debian menu system, which is subscribed to by almost all window managers available on Debian (and Ubuntu) _except_ Gnome. And maybe KDE, I haven't looked at it. Gnome actually does. If you go into the menu editor GUI (I forget what it's called), you will find a

[Bug 479545] Re: package rocksndiamonds 3.2.6.0+dfsg-6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128333333333355522225522553333333333333333332

2010-01-27 Thread Bela Lubkin
*** This bug is a duplicate of bug 353144 *** https://bugs.launchpad.net/bugs/353144 ** This bug is no longer a duplicate of bug 482240 package rocksndiamonds 3.2.6.0+dfsg-6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128 ** This bug

[Bug 482240] Re: package rocksndiamonds 3.2.6.0+dfsg-6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2010-01-27 Thread Bela Lubkin
*** This bug is a duplicate of bug 353144 *** https://bugs.launchpad.net/bugs/353144 ** This bug has been marked a duplicate of bug 353144 package rocksndiamonds 3.2.6.0+dfsg-3 failed to install/upgrade: subprocess post-installation script returned error exit status 2 -- package

[Bug 424661] Re: package rocksndiamonds 3.2.6.0+dfsg-6 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2010-01-27 Thread Bela Lubkin
*** This bug is a duplicate of bug 353144 *** https://bugs.launchpad.net/bugs/353144 ** This bug has been marked a duplicate of bug 353144 package rocksndiamonds 3.2.6.0+dfsg-3 failed to install/upgrade: subprocess post-installation script returned error exit status 2 -- package

[Bug 422387] Re: package rocksndiamonds 3.2.6.0+dfsg-6 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2010-01-27 Thread Bela Lubkin
This is a duplicate of 353144. I marked that one as nominated for jaunty/karmic/lucid, is that sufficient to tie the threads together and formally tag this one as dupe? -- package rocksndiamonds 3.2.6.0+dfsg-6 failed to install/upgrade: subprocess post-installation script returned error exit

[Bug 421529] Re: setup fail

2010-01-27 Thread Bela Lubkin
*** This bug is a duplicate of bug 353144 *** https://bugs.launchpad.net/bugs/353144 ** This bug is no longer a duplicate of bug 421528 setup fail ** This bug has been marked a duplicate of bug 353144 package rocksndiamonds 3.2.6.0+dfsg-3 failed to install/upgrade: subprocess

[Bug 421528] Re: setup fail

2010-01-27 Thread Bela Lubkin
*** This bug is a duplicate of bug 353144 *** https://bugs.launchpad.net/bugs/353144 ** This bug has been marked a duplicate of bug 353144 package rocksndiamonds 3.2.6.0+dfsg-3 failed to install/upgrade: subprocess post-installation script returned error exit status 2 -- setup fail

[Bug 421435] Re: rocksndiamonds crashed on installation

2010-01-27 Thread Bela Lubkin
*** This bug is a duplicate of bug 353144 *** https://bugs.launchpad.net/bugs/353144 ** This bug has been marked a duplicate of bug 353144 package rocksndiamonds 3.2.6.0+dfsg-3 failed to install/upgrade: subprocess post-installation script returned error exit status 2 -- rocksndiamonds

[Bug 375901] Re: rocksndiamonds 3.2.6.0+dfsg-6 does not download game data

2010-01-27 Thread Bela Lubkin
The issues in comments #4 #5 are caused by the same issue as bug 353144. I hesitate to mark this as a duplicate since the issue in the initial report and comment #1 are different. Those amount to config script does not gracefully handle wget mishaps. -- rocksndiamonds 3.2.6.0+dfsg-6 does not

[Bug 505972] Re: gdm-simple-slave crashed with SIGSEGV in _XFlush()

2010-01-17 Thread Bela Lubkin
Apport wants to post a duplicate. Same disassembly, same stack trace. Lucid installed from alpha1, updated to most current. Kernel 2.6.31-10.14-generic. gdm 2.29.5-0ubuntu1. X driver is nvidia propietary v.173 (old card not supported by -current). -- gdm-simple-slave crashed with SIGSEGV in

[Bug 185878] Re: GRUB installation fails if installing to certain non-ext3 filesystems

2009-12-11 Thread Bela Lubkin
Martin Colin, I've analyzed a performance problem in `grub-probe` on my Karmic system, in grub2, and found that it was caused by repeated BLKFLSBUF ioctls. Each call takes about .5 second and the overall probe does the ioctl dozens of times. Of course both of those factors will be different on

[Bug 185878] Re: GRUB installation fails if installing to certain non-ext3 filesystems

2009-12-11 Thread Bela Lubkin
Oh, I should also mention that when I [binary] patched the `grub-probe` binary to skip the BLKFLSBUF ioctls, everything else was _MUCH_ faster. Transcript: # export TIME=%e real %U user %S sys # for what in fs fs_uuid drive device partmap; do /usr/bin/time /usr/sbin/grub-probe --device

[Bug 494350] Re: /var/lib/dpkg/info/sreadahead.postinst called with unknown argument `triggered'

2009-12-10 Thread Bela Lubkin
That must be it. It's still a latent or potential bug in the transitional sreadahead package. It replaces a package which asked to be triggered; its postinst script should therefore silently ignore triggered state. Attachment: output of -- cd /var/log (zcat

[Bug 330989] Re: Xorg crashed with SIGSEGV in DamageUnregister()

2009-12-09 Thread Bela Lubkin
For what it's worth: the computer I had this problem is now more or less retired. The SiS video is part of the motherboard. The computer still works. If someone would like to receive this machine for the purpose of working on this bug, I am willing to donate it. (Yes, I'm basically offering

[Bug 330989] Re: Xorg crashed with SIGSEGV in DamageUnregister()

2009-12-09 Thread Bela Lubkin
Bleah. I keep forgetting that launchpad hates manual word wrap. -- Xorg crashed with SIGSEGV in DamageUnregister() https://bugs.launchpad.net/bugs/330989 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 494350] Re: /var/lib/dpkg/info/sreadahead.postinst called with unknown argument `triggered'

2009-12-08 Thread Bela Lubkin
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/36614870/Dependencies.txt ** Attachment added: XsessionErrors.txt http://launchpadlibrarian.net/36614871/XsessionErrors.txt ** Attachment removed: XsessionErrors.txt

[Bug 494350] [NEW] /var/lib/dpkg/info/sreadahead.postinst called with unknown argument `triggered'

2009-12-08 Thread Bela Lubkin
Public bug reported: Binary package hint: ureadahead TRANSCRIPT: r...@goose:~# apt-get -V upgrade Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be upgraded: google-chrome-unstable (4.0.249.22-r33427 =

[Bug 491483] Re: Since failsafe-x was enabled in karmic it starts if gdm is disabled and kdm is used. (low graphics mode error)

2009-12-07 Thread Bela Lubkin
Although the proposed patch will fix this, it isn't the best approach. The failsafeXServer script should be split off from gdm, made its own package, and should be aware of all possible login managers. The man page init(5) has a lovely example: stop on stopping gdm or stopping kdm What's

[Bug 491483] Re: Since failsafe-x was enabled in karmic it starts if gdm is disabled and kdm is used. (low graphics mode error)

2009-12-07 Thread Bela Lubkin
Hmmm, in fact I see that the various failsafe* files are part of the x11-common package, not of gdm. The simple fact that x11-common is laying files down in directory /etc/gdm is a warning flag (I'm mildly surprised that `lintian` doesn't complain about it). -- Since failsafe-x was enabled in

[Bug 354740] Re: Changelogs do not show up for PPA's and show wrong url

2009-12-07 Thread Bela Lubkin
Open issues with update-manager vs. changelogs: - delay between posting of an update posting of its changelog (https://bugs.launchpad.net/ubuntu/+source/update- manager/+bug/40058/comments/65 there is gap of up to 4h until the changelogs are available) -- needs server-side solution? - the URL

[Bug 466142] Re: [karmic] 407 proxy authentication failure in Ubuntu software centre and IM even after applying systemwide proxy

2009-11-13 Thread Bela Lubkin
I was able to demonstrate that all of [apt-get, dpkg, aptitude, gdebi, gdebi-gtk, synaptic] _do_ allow the $http_proxy environment variable to propagate down to the package's install script, and therefore to `wget`: cd /var/cache/apt/archives rm -f flashplugin-installer* apt-get install

[Bug 466142] Re: [karmic] 407 proxy authentication failure in Ubuntu software centre and IM even after applying systemwide proxy

2009-11-12 Thread Bela Lubkin
** Attachment added: command log window capture of subprocess proxy issue http://launchpadlibrarian.net/35592160/evidence.tar.gz -- [karmic] 407 proxy authentication failure in Ubuntu software centre and IM even after applying systemwide proxy https://bugs.launchpad.net/bugs/466142 You

[Bug 466142] Re: [karmic] 407 proxy authentication failure in Ubuntu software centre and IM even after applying systemwide proxy

2009-11-12 Thread Bela Lubkin
Hi -- I have a variant of this bug. I've installed the 1.1.0~ppa1 update and (as I suspected) it didn't fix my issue. The issue is that software-center does not pass system-wide proxy settings to its subprocesses. This means that packages which are wrappers for alternative download methods

[Bug 330989] Re: Xorg crashed with SIGSEGV in DamageUnregister()

2009-06-01 Thread Bela Lubkin
** This bug is no longer a duplicate of bug 324137 Xorg crashed with SIGSEGV in DamageUnregister() when using VirtualBox -- Xorg crashed with SIGSEGV in DamageUnregister() https://bugs.launchpad.net/bugs/330989 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 330989] Re: Xorg crashed with SIGSEGV in DamageUnregister()

2009-06-01 Thread Bela Lubkin
If bug #324137 is a bug in the VirtualBox virtual video driver, this must be a (similar) bug in the SiS native driver. ** Package changed: xorg-server (Ubuntu) = xserver-xorg-video-sis (Ubuntu) -- Xorg crashed with SIGSEGV in DamageUnregister() https://bugs.launchpad.net/bugs/330989 You

[Bug 330989] Re: Xorg crashed with SIGSEGV in DamageUnregister()

2009-05-08 Thread Bela Lubkin
*** This bug is a duplicate of bug 324137 *** https://bugs.launchpad.net/bugs/324137 This is not a duplicate of #324137. The initial report of #324137 and all the other duplicates are running under VirtualBox with the VirtualBox virtual VGA driver. This report is running on physical

[Bug 326441] Re: xfce4-mixer-plugin crashed with SIGSEGV in free()

2009-02-23 Thread Bela Lubkin
I thought the apport automatic uploads included more information, like lshw lsmod outputs. A possibly significant detail occurred to me about my duplicate of this issue (bug 329013); I wanted to check if the same was true of the others. My system that has the problem has no audio hardware. PC

[Bug 290753] Re: Multiple applications have stopped the suspend from taking place. vlc : Playing some media

2009-02-19 Thread Bela Lubkin
Thanks, I'll try restarting g-p-m next time. I am shy of killing parts of the interface because I've had too many experiences where the killed process wouldn't come back, and this persisted even through a logout / log back in cycle. xfdesktop, most recently (on xubuntu). Anyway. I should take

[Bug 329013] Re: xfce4-mixer-plugin crashed with SIGSEGV in free()

2009-02-13 Thread Bela Lubkin
*** This bug is a duplicate of bug 326441 *** https://bugs.launchpad.net/bugs/326441 ** Visibility changed to: Public -- xfce4-mixer-plugin crashed with SIGSEGV in free() https://bugs.launchpad.net/bugs/329013 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 316875] [NEW] clear user input queues on PM resume

2009-01-13 Thread Bela Lubkin
Public bug reported: During resume from either suspend or hibernate, all human interface device input queues should be cleared. Any sort of typeahead, mouseahead or (in this case) power-button-event-ahead after a resume is going to be unexpected at best. Details: I have a Dell Inspiron 9300

[Bug 316875] Re: clear user input queues on PM resume

2009-01-13 Thread Bela Lubkin
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/21175303/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/21175304/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/21175305/Dependencies.txt **

[Bug 30124] Re: Suspend/Hibernate do not function on Dell Inspiron 9300

2009-01-13 Thread Bela Lubkin
It works for me, thanks! Summary of the below: 7.10 suspend hibernate didn't work; 8.10 does; on Dell Inspiron 9300 with ATI graphics Intel wifi. Details: I was using 7.10 Gutsy on my Inspiron 9300, using ATI proprietary fglrx driver, and neither suspend nor hibernate worked. They would go

[Bug 290753] Re: Multiple applications have stopped the suspend from taking place. vlc : Playing some media

2009-01-05 Thread Bela Lubkin
.../dbus-interface.html#dbus-inhibit Yes, thank you. This contains the same buggy example -- the bus.get_object() call must end with , '/org/freedesktop/PowerManagement/Inhibit'). And it makes clear that there must be cooperating bugs in vlc g-p-m or some of the plumbing. The doc on

[Bug 290753] Re: Multiple applications have stopped the suspend from taking place. vlc : Playing some media

2009-01-05 Thread Bela Lubkin
Disabling vlc's habit of blocking power events only helps if the problem app is vlc -- and if your system isn't already in the bad state. Any buggy app could tell gnome-power-manager to block power events, then die without cleaning itself up. So I break this down into several bugs: 1.