[Bug 1868780] Re: [virtio] Xubuntu 20.04 - Blank screen after login

2021-03-30 Thread Paul Donohue
The problem is that Xfwm's built-in compositor and virgl don't play nice together. Work-around: Boot the VM with virgl=off (on the video device) or gl=off (on the display), run xfwm4-tweaks-settings in the VM, select the "Compositor" tab, and uncheck "Enable display compositing". Then shut down

[Bug 1895557] [NEW] virt-aa-helper missing host devices when restoring saved VM

2020-09-14 Thread Paul Donohue
Public bug reported: Example: * Add a host device to a VM: * Start the VM and confirm that virt-aa-helper has added the associated /dev/bus/usb/... path to /etc/apparmor.d/libvirt/libvirt-.files * Save the VM by clicking "Shut Down" -> "Save" in virt-manager.

[Bug 1365261] Re: Apparmor denies qemu access to /tmp directory

2018-08-08 Thread Paul Donohue
To use qemu's samba server without allowing access to all of /tmp, you can add the following lines to /etc/apparmor.d/abstractions/libvirt-qemu somewhere above the deny rule: owner /tmp/qemu-smb.*/ rw, owner /tmp/qemu-smb.*/* rw, It would be nice if this could be included in the official version

[Bug 1670494] Re: 'wpa_supplicant -D nl80211 -W' hangs with some Intel cards

2018-06-20 Thread Paul Donohue
This is still broken in Artful, but is fixed in Bionic. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1670494 Title: 'wpa_supplicant -D nl80211 -W' hangs with some Intel cards To manage

[Bug 1662589] Re: Touchpad not working correctly after kernel upgrade

2017-05-06 Thread Paul Donohue
Sounds like they want both the Xenial and Yakkety kernels tested. You should be able to install the yakkety kernel on Xenial if you don't want to upgrade now. It may be easier to just grab the relevant packages from the launchpad page: https://launchpad.net/ubuntu/+source/linux

[Bug 1590590] Re: Touchpad not recognized on Dell Latitude E7470 Ultrabook

2017-03-22 Thread Paul Donohue
No. If I monitor interrupts, the Alps device actually stops sending interrupts when the touchpad or trackstick stutters. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590590 Title: Touchpad not

[Bug 1662589] Re: Touchpad not working correctly after kernel upgrade

2017-03-22 Thread Paul Donohue
When that happens, could you grab the other Alps fixes too? https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1590590/comments/77 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1590590] Re: Touchpad not recognized on Dell Latitude E7470 Ultrabook

2017-03-19 Thread Paul Donohue
BTW, some Dell Precision 7510 systems (possibly only Xeon systems?) have a hardware issue where the trackstick or the touchpad or both will periodically get "stuck" (stop responding briefly) when on A/C power, when switchable graphics is enabled, when there is significant 2D or 3D video activity

[Bug 1590590] Re: Touchpad not recognized on Dell Latitude E7470 Ultrabook

2017-03-19 Thread Paul Donohue
A number of relevant bug fixes have been committed to the kernel since this driver was backported. These fixes should probably be backported as well: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=864db9295b06837d11a260e5dacf99a3fdf6bce2

[Bug 1670494] [NEW] 'wpa_supplicant -D nl80211 -W' hangs with some Intel cards

2017-03-06 Thread Paul Donohue
Public bug reported: init_wpa_supplicant() in /etc/wpa_supplicant/functions.sh runs wpa_supplicant with the -W option, which causes it to wait for wpa_cli to attach. init_wpa_supplicant() then attaches wpa_cli to wpa_supplicant. When the nl80211 driver is used with some Intel cards,

[Bug 1580123] Re: xrandr --scale (again) confines mouse to native solution

2016-12-08 Thread Paul Donohue
As noted in https://bugs.launchpad.net/xorg- server/+bug/883319/comments/62 , the fix for #883319 requires --panning to be specified with --scaling in order to disable the mouse constraints when scaling. Ideally, xorg should be modified such that the mouse constraints are calculated based on the

[Bug 1577596] Re: ntpd not started when using ntpdate

2016-11-26 Thread Paul Donohue
I don't think -u would be necessary if /etc/network/if-up.d/ntpdate were using the correct lock file (/var/lock/ntpdate vs /run/lock/ntpdate, as I pointed out in comment #27). But I do agree that either adding -u or fixing the lock file path would be a simple solution to this problem. -- You

[Bug 1577596] Re: ntpd not started when using ntpdate

2016-11-05 Thread Paul Donohue
Yes, it looks to me like sntp is a sufficient replacement for ntpdate. However, sntp is not currently packaged for Debian or Ubuntu: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793837 In addition, prior to that bug being introduced, sntp was included in the 'ntp' package, so sntp could not

[Bug 1577596] Re: ntpd not started when using ntpdate

2016-10-29 Thread Paul Donohue
My original issue is definitely a duplicate of Bug #1575572 and the fix for that bug solves the specific problem described in Comment #8. The issues described by Lars Kollstedt and others are a separate issue ... My original issue was that systemd would not start ntp.service if

[Bug 1577596] Re: ntpd not started when using ntpdate

2016-05-07 Thread Paul Donohue
Aha! I've found the issue. /etc/network/if-up.d/ntpdate is called when each network interface comes up. This happens before network.target is reached, so it happens before ntp.service would normally be automatically started by systemd. /etc/network/if-up.d/ntpdate calls `invoke-rc.d ntp stop`,

[Bug 1577596] Re: ntpd not started by systemd

2016-05-03 Thread Paul Donohue
** Attachment added: "list-deps.txt" https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1577596/+attachment/4654853/+files/list-deps.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1577596

[Bug 1577596] Re: ntpd not started by systemd

2016-05-03 Thread Paul Donohue
Attached. Also attached the output of `systemctl list-dependencies` in case that helps any. $ systemctl status ntp ntp.service - LSB: Start NTP daemon Loaded: loaded (/etc/init.d/ntp; bad; vendor preset: enabled) Active: inactive (dead) Docs: man:systemd-sysv-generator(8) May 03

[Bug 1577596] Re: ntpd not started by systemd

2016-05-02 Thread Paul Donohue
I came across a box that was running Ubuntu 15.10 with ntpd. systemd was automatically starting ntpd on boot on that system: # systemctl status ntp ntp.service - LSB: Start NTP daemon Loaded: loaded (/etc/init.d/ntp) Active: active (running) since Sun 2016-04-24 14:48:26 EDT; 1 weeks 1

[Bug 1577596] [NEW] ntpd not started by systemd

2016-05-02 Thread Paul Donohue
Public bug reported: After updating from 14.04 to 16.04 on a number of my systems, ntpd no longer starts at boot on any of those systems. `systemctl status ntp` shows: ntp.service - LSB: Start NTP daemon Loaded: loaded (/etc/init.d/ntp; bad; vendor preset: enabled) Active: inactive

[Bug 295448] Re: apt documentation for APT::Default-Release is not clear regarding security updates

2016-05-01 Thread Paul Donohue
You can also set Apt::Default-Release to the Version instead of the Suite. In other words, 'Apt::Default-Release "16.04";' will match all of the package sources for xenial. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1545302] Re: wpa-roam broken by fix for ifupdown #1337873

2016-02-28 Thread Paul Donohue
@robert-katzschmann: Make sure wpa_cli is running: # ps aux | grep wpa /sbin/wpa_supplicant -s -B -P /run/wpa_supplicant.wlan0.pid -i wlan0 -W -D wext -c /etc/wpa_supplicant/wpa_supplicant.conf /sbin/wpa_cli -B -P /run/wpa_action.wlan0.pid -i wlan0 -p /var/run/wpa_supplicant -a /sbin/wpa_action

[Bug 1545302] Re: wpa-roam broken by fix for ifupdown #1337873

2016-02-28 Thread Paul Donohue
ifupdown 0.7.54ubuntu1.3 fixes this bug for me in Wily. @dbilunov: Would you mind testing the trusty-proposed package? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1545302 Title: wpa-roam broken

[Bug 1545363] Re: wpa-roam does not support logical "master" interfaces

2016-02-19 Thread Paul Donohue
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545766 ** Bug watch added: Debian Bug tracker #545766 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545766 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1545302] Re: wpa-roam broken by fix for ifupdown #1337873

2016-02-19 Thread Paul Donohue
@Dariusz: Works for me on Wily. Nice find, this is a much better fix than my proposed patch. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1545302 Title: wpa-roam broken by fix for

[Bug 1545302] Re: wpa-roam broken by fix for ifupdown #1337873

2016-02-16 Thread Paul Donohue
See bug #1545363 - my patch for that bug happens to remove the use of the ifstate file. However, fixing that does not solve the "ifup: recursion detected ..." issue. The environment variable still needs to be removed to fix the recursion issue. After thinking about it some more, I think it may

[Bug 1545302] Re: wpa-roam broken by fix for ifupdown #1337873

2016-02-15 Thread Paul Donohue
Oops ... missed "inet dhcp" on the "iface dhcp_dns" line above. That line should be: iface dhcp_dns inet dhcp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1545302 Title: wpa-roam broken by fix

[Bug 1545363] Re: wpa-roam does not support logical "master" interfaces

2016-02-15 Thread Paul Donohue
** Description changed: There are situations where I have multiple APs (living on separate networks) in range simultaneously and I need to be able to manually choose between them (to manually move between those separate networks). To handle this, I have multiple wpa_supplicant config

[Bug 1545302] Re: wpa-roam broken by fix for ifupdown #1337873

2016-02-15 Thread Paul Donohue
My configuration: /etc/network/interfaces auto wlan0 iface wlan0 inet manual wpa-driver wext wpa-roam /etc/wpa_supplicant/wpa.conf wpa-roam-default-iface dhcp iface dhcp inet dhcp dns-nameservers 8.8.8.8 8.8.4.4 iface dhcp_dns /etc/wpa_supplicant/wpa.conf network={ ssid="x"

[Bug 1545302] Re: wpa-roam broken by fix for ifupdown #1337873

2016-02-15 Thread Paul Donohue
Updating my patch ... The environment variable also needs to be unset before calling ifdown. ** Attachment added: "patch" https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1545302/+attachment/4572496/+files/patch -- You received this bug notification because you are a member of Ubuntu

[Bug 1545302] [NEW] wpa-roam broken by fix for ifupdown #1337873

2016-02-13 Thread Paul Donohue
Public bug reported: The following versions of ifupdown introduced a recursion check using "IFUPDOWN_" environment variables along with a new locking mechanism for ifup (see #1337873): 0.7.47.2ubuntu4.2 (in Trusty) 0.7.54ubuntu1.1 (in Wily) 0.7.54ubuntu2 (in Xenial) This recursion check breaks

[Bug 1541235] Re: ifupdown don't start dhclient on mode wifi wpa-roam

2016-02-13 Thread Paul Donohue
*** This bug is a duplicate of bug 1545302 *** https://bugs.launchpad.net/bugs/1545302 ** This bug has been marked a duplicate of bug 1545302 wpa-roam broken by fix for ifupdown #1337873 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1545363] [NEW] wpa-roam does not support logical "master" interfaces

2016-02-13 Thread Paul Donohue
Public bug reported: There are situations where I have multiple APs (living on separate networks) in range simultaneously and I need to be able to manually choose between them (to manually move between those separate networks). To handle this, I have multiple wpa_supplicant config files for each

[Bug 1366829] Re: 7.4.4-1ubuntu2.1 makes rsyslogd to take all the CPU in OpenVZ

2015-01-17 Thread Paul Donohue
I have also verified the fix on Trusty. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1366829 Title: 7.4.4-1ubuntu2.1 makes rsyslogd to take all the CPU in OpenVZ To manage notifications about

[Bug 1366829] Re: 7.4.4-1ubuntu2.1 makes rsyslogd to take all the CPU in OpenVZ

2015-01-09 Thread Paul Donohue
Pull request has been accepted upstream. Since there are now a bunch of upstream commits involved in the complete fix, I'm attaching an updated 11-fix-infinite-loop-openvz-vms.patch file for the ubuntu packages which contains all the necessary changes. I also posted updated ubuntu package

[Bug 1366829] Re: 7.4.4-1ubuntu2.1 makes rsyslogd to take all the CPU in OpenVZ

2015-01-08 Thread Paul Donohue
Oops, wrong url for the new pull request upstream. It is: https://github.com/rsyslog/rsyslog/pull/198 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1366829 Title: 7.4.4-1ubuntu2.1 makes rsyslogd

[Bug 1366829] Re: 7.4.4-1ubuntu2.1 makes rsyslogd to take all the CPU in OpenVZ

2015-01-08 Thread Paul Donohue
Sorry, there were two issues: 1) The condition that the fix was testing for (EBADF on read before dropping privileges) was not a reliable indicator of the underlying problem. I should really have tested for EPERM on read after dropping privileges. 2) I only applied the fix to imkmsg, it also

[Bug 1366829] Re: 7.4.4-1ubuntu2.1 makes rsyslogd to take all the CPU in OpenVZ

2015-01-08 Thread Paul Donohue
** Patch added: imkmsg.patch https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1366829/+attachment/4294219/+files/imkmsg.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1366829 Title:

[Bug 1377131] Re: Intel RDRAND not supported by rng-tools, init script bails out

2015-01-07 Thread Paul Donohue
I tested the amd64 build of 4-0ubuntu2.1, and it fixed the problem for me. Thanks! ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1377131] Re: Intel RDRAND not supported by rng-tools, init script bails out

2015-01-05 Thread Paul Donohue
Any chance of getting this fixed in Trusty as well? Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1377131 Title: Intel RDRAND not supported by rng-tools, init script bails out To manage

[Bug 1366829] Re: 7.4.4-1ubuntu2.1 makes rsyslogd to take all the CPU in OpenVZ

2014-12-30 Thread Paul Donohue
Test case: * Install rsyslog 7.4.4-1ubuntu2.1 on an Ubuntu system that runs inside an OpenVZ container (If necessary, use ProxMox to quickly establish an OpenVZ container environment) * Verify that '$KLogPermitNonKernelFacility on' is set in /etc/rsyslog.conf * Restart rsyslog to make sure any

[Bug 1366829] Re: Updating to rsyslog - 7.4.4-1ubuntu2.1 makes rsyslogd to take all the CPU

2014-11-06 Thread Paul Donohue
** Attachment added: Upstream fix https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1366829/+attachment/4254548/+files/patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1366829 Title:

[Bug 1366829] Re: Updating to rsyslog - 7.4.4-1ubuntu2.1 makes rsyslogd to take all the CPU

2014-10-15 Thread Paul Donohue
Fixed here: https://github.com/rsyslog/rsyslog/pull/138 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1366829 Title: Updating to rsyslog - 7.4.4-1ubuntu2.1 makes rsyslogd to take all the CPU To

[Bug 1294172] [NEW] Race condition between bridge-utils pre-up and udev scripts

2014-03-18 Thread Paul Donohue
Public bug reported: I have the following in my /etc/network/interfaces to configure a GRE- TAP tunnel and attach it to a bridge: auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 10.11.12.13 netmask 255.255.255.0 gateway 10.11.12.1 auto l2gre0 iface l2gre0 inet

[Bug 1294172] [NEW] Race condition between bridge-utils pre-up and udev scripts

2014-03-18 Thread Paul Donohue
Public bug reported: I have the following in my /etc/network/interfaces to configure a GRE- TAP tunnel and attach it to a bridge: auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 10.11.12.13 netmask 255.255.255.0 gateway 10.11.12.1 auto l2gre0 iface l2gre0 inet

[Bug 1247484] [NEW] systemd-logind sessions are not set up properly if `startx` is used

2013-11-02 Thread Paul Donohue
Public bug reported: In Raring and earlier, ConsoleKit was used for session management, and /etc/X11/Xsession.d/90consolekit took care of preparing ConsoleKit sessions via `ck-launch-session` when X was started via `startx` instead of a graphical login manager. In Saucy, ConsoleKit has been

[Bug 1185685] Re: invoke-rc.d: initscript cpufreqd, action start failed : buffer overflow

2013-09-02 Thread Paul Donohue
*** This bug is a duplicate of bug 1162160 *** https://bugs.launchpad.net/bugs/1162160 ** This bug has been marked a duplicate of bug 1162160 cpufreqd buffer overflow detected -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1163813] Re: package cpufreqd 2.4.2-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 134

2013-09-02 Thread Paul Donohue
*** This bug is a duplicate of bug 1162160 *** https://bugs.launchpad.net/bugs/1162160 ** This bug is no longer a duplicate of bug 1185685 invoke-rc.d: initscript cpufreqd, action start failed : buffer overflow ** This bug has been marked a duplicate of bug 1162160 cpufreqd buffer

[Bug 1173621] Re: package cpufreqd 2.4.2-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 134

2013-09-02 Thread Paul Donohue
*** This bug is a duplicate of bug 1162160 *** https://bugs.launchpad.net/bugs/1162160 ** This bug is no longer a duplicate of bug 1185685 invoke-rc.d: initscript cpufreqd, action start failed : buffer overflow ** This bug has been marked a duplicate of bug 1162160 cpufreqd buffer

[Bug 1175252] Re: package cpufreqd 2.4.2-2 failed to install/upgrade: installed post-installation script alfolyamat 134 hibakóddal kilépett

2013-09-02 Thread Paul Donohue
*** This bug is a duplicate of bug 1162160 *** https://bugs.launchpad.net/bugs/1162160 ** This bug is no longer a duplicate of bug 1185685 invoke-rc.d: initscript cpufreqd, action start failed : buffer overflow ** This bug has been marked a duplicate of bug 1162160 cpufreqd buffer

[Bug 1178628] Re: package cpufreqd 2.4.2-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 134

2013-09-02 Thread Paul Donohue
*** This bug is a duplicate of bug 1162160 *** https://bugs.launchpad.net/bugs/1162160 ** This bug is no longer a duplicate of bug 1185685 invoke-rc.d: initscript cpufreqd, action start failed : buffer overflow ** This bug has been marked a duplicate of bug 1162160 cpufreqd buffer

[Bug 1161692] Re: package cpufreqd 2.4.2-2 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 134 (subprocess installed post-installation script returned

2013-09-02 Thread Paul Donohue
*** This bug is a duplicate of bug 1162160 *** https://bugs.launchpad.net/bugs/1162160 ** This bug is no longer a duplicate of bug 1185685 invoke-rc.d: initscript cpufreqd, action start failed : buffer overflow ** This bug has been marked a duplicate of bug 1162160 cpufreqd buffer

[Bug 1162160] Re: cpufreqd buffer overflow detected

2013-09-02 Thread Paul Donohue
** Patch added: Unreleased fix that was applied to upstream https://bugs.launchpad.net/ubuntu/+source/cpufreqd/+bug/1162160/+attachment/3799508/+files/cpufreqd.git-b5b23525edcc09898288360c48e92b4a6c9cb0ee.patch -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1162160] Re: cpufreqd buffer overflow detected

2013-09-02 Thread Paul Donohue
Yes, delete -f from both of them. You can remove the '--' as well. ** This bug is no longer a duplicate of bug 1185685 invoke-rc.d: initscript cpufreqd, action start failed : buffer overflow -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1200126] Re: coherency bug in drm/i915. Please apply patch to kernel

2013-08-16 Thread Paul Donohue
I've been running 3.8.0-28.41 from -proposed for a few days now, and it appears to have corrected this issue for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1200126 Title: coherency bug in

[Bug 865032] Re: digikam cannot connect to PTP cameras

2013-06-06 Thread Paul Donohue
The raring issue appears to be https://bugs.kde.org/show_bug.cgi?id=311393 (fixed upstream). ** Bug watch added: KDE Bug Tracking System #311393 https://bugs.kde.org/show_bug.cgi?id=311393 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1162160] Re: cpufreqd buffer overflow detected

2013-05-23 Thread Paul Donohue
The problem is that cpufreqd uses MAX_PATH_LEN (defined as 512 in cpufreqd.h) to set buffer sizes when it should really use PATH_MAX (defined as 4096 in /usr/include/linux/limits.h). The cpufreqd package in quantal was built on maverick using an old glibc that didn't validate the buffer size.

[Bug 1162160] Re: cpufreqd buffer overflow detected

2013-05-23 Thread Paul Donohue
Note that if you re-build cpufreqd 2.4.2-1 or 2.4.2-2 on quantal, the same issue appears. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1162160 Title: cpufreqd buffer overflow detected To manage

[Bug 1178628] Re: package cpufreqd 2.4.2-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 134

2013-05-22 Thread Paul Donohue
*** This bug is a duplicate of bug 1162160 *** https://bugs.launchpad.net/bugs/1162160 ** This bug is no longer a duplicate of bug 1161692 package cpufreqd 2.4.2-2 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 134 (subprocess installed

[Bug 1175252] Re: package cpufreqd 2.4.2-2 failed to install/upgrade: installed post-installation script alfolyamat 134 hibakóddal kilépett

2013-05-22 Thread Paul Donohue
*** This bug is a duplicate of bug 1162160 *** https://bugs.launchpad.net/bugs/1162160 ** This bug is no longer a duplicate of bug 1161692 package cpufreqd 2.4.2-2 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 134 (subprocess installed

[Bug 1173621] Re: package cpufreqd 2.4.2-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 134

2013-05-22 Thread Paul Donohue
*** This bug is a duplicate of bug 1162160 *** https://bugs.launchpad.net/bugs/1162160 ** This bug is no longer a duplicate of bug 1161692 package cpufreqd 2.4.2-2 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 134 (subprocess installed

[Bug 1163813] Re: package cpufreqd 2.4.2-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 134

2013-05-22 Thread Paul Donohue
*** This bug is a duplicate of bug 1162160 *** https://bugs.launchpad.net/bugs/1162160 ** This bug is no longer a duplicate of bug 1161692 package cpufreqd 2.4.2-2 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 134 (subprocess installed

[Bug 1161692] Re: package cpufreqd 2.4.2-2 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 134 (subprocess installed post-installation script returned

2013-05-22 Thread Paul Donohue
*** This bug is a duplicate of bug 1162160 *** https://bugs.launchpad.net/bugs/1162160 ** This bug has been marked a duplicate of bug 1162160 cpufreqd buffer overflow detected -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 819302] Re: Trailfocus isn't active at startup

2013-01-02 Thread Paul Donohue
Just for reference, the simiar Dim Inactive bug is 808909 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/819302 Title: Trailfocus isn't active at startup To manage notifications about this bug go

[Bug 808909] Re: Dim Inactive plugin disabled by default although stated as enabled

2013-01-02 Thread Paul Donohue
Still in Quantal There is a similar bug reported against Trailfocus that might be related: Bug #819302 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/808909 Title: Dim Inactive plugin disabled by

[Bug 819302] Re: Trailfocus isn't active at startup

2013-01-02 Thread Paul Donohue
I've posted a patch to Bug 808909 which fixes the Dim Inactive bug. Trailfocus seems to be working properly for me in 12.10 - I don't think this is the same issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 808909] Re: Dim Inactive plugin disabled by default although stated as enabled

2013-01-02 Thread Paul Donohue
As of 12.10, the problem seems to be that windows are initialized with the glPaint handler disabled, and the glPaint handler only gets enabled if the plugin is disabled/enabled. It looks like the 12.04 version of this plugin used the config serialization interface to enable the glPaint handler

[Bug 1091819] [NEW] lxsession segfault if desktop environment not specified

2012-12-18 Thread Paul Donohue
Public bug reported: lxsession in Quantal and Raring crashes if it is run without the '-e' option to specify the desktop environment: lxsession[24319]: segfault at 0 ip 7fac984db6d6 sp 7fffe89a3f38 error 4 in libc-2.15.so[7fac9839e000+1b5000] (gdb) where #0 __strcmp_ssse3 () at

[Bug 1091819] Re: lxsession segfault if desktop environment not specified

2012-12-18 Thread Paul Donohue
Also reported upstream: https://sourceforge.net/tracker/?func=detailaid=3597299group_id=180858atid=894871 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1091819 Title: lxsession segfault if desktop

[Bug 1063924] [NEW] Policy is outdated and broken

2012-10-08 Thread Paul Donohue
Public bug reported: The selinux-policy-default and selinux-policy-mls packages provide much newer policies than selinux-policy-ubuntu does. This package does not appear to have received any significant updates in over two years. The selinux-policy-ubuntu package also lacks

[Bug 1063930] [NEW] SELinux should recommend selinux-policy-default or -mls instead of -ubuntu

2012-10-08 Thread Paul Donohue
Public bug reported: selinux-policy-ubuntu is outdated and broken (see https://bugs.launchpad.net/ubuntu/+source/refpolicy- ubuntu/+bug/1063924). The selinux package should be updated to recommend selinux-policy- default and/or selinux-policy-mls instead of selinux-policy-ubuntu. ** Affects:

[Bug 1047099] Re: SELinux cannot be installed on EFI systems

2012-09-17 Thread Paul Donohue
I assume it depends on grub-pc because the selinux package modifies /etc/default/grub to enable selinux at boot time. I think it should instead depend on grub2-common, which is the package that actually owns /etc/default/grub -- You received this bug notification because you are a member of

[Bug 1047099] [NEW] SELinux cannot be installed on EFI systems

2012-09-06 Thread Paul Donohue
Public bug reported: The 'selinux' package pre-depends on grub-pc. It therefore cannot be installed on EFI systems requiring grub-efi instead of grub-pc. ** Affects: selinux (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member

[Bug 1047099] Re: SELinux cannot be installed on EFI systems

2012-09-06 Thread Paul Donohue
Incase anyone else runs into this and needs a work-around, here's how to build a custom package without the dependency: mkdir tmp ; cd tmp/ apt-get -t precise source selinux sudo apt-get install debhelper cdbs cd selinux-0.11/ Edit debian/control : Delete the Pre-Depends line and remove grub-pc

[Bug 487178] Re: Resizing display leaves windows off-screen

2012-07-20 Thread Paul Donohue
This does appear to be fixed in Precise (12.04). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/487178 Title: Resizing display leaves windows off-screen To manage notifications about this bug go

[Bug 808909] Re: Dim Inactive plugin disabled by default although stated as enabled

2012-07-17 Thread Paul Donohue
Still a problem in Precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/808909 Title: Dim Inactive plugin disabled by default although stated as enabled To manage notifications about this bug go

[Bug 841103] Re: Text has artifacts when typing something in terminal

2012-07-16 Thread Paul Donohue
This seems to be fixed in precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/841103 Title: Text has artifacts when typing something in terminal To manage notifications about this bug go to:

[Bug 772151] Re: [0.9.x] Command plugin actions launched through viewportswitch crashes Compiz

2012-01-29 Thread Paul Donohue
This fix *HAS NOT* been released. The latest compiz-plugins-main package (1:0.9.6-0ubuntu4.2) does not contain this fix. It seems to have gotten lost in the shuffle somewhere along the line. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 622] Re: disabled smartcard support prevent using usb token with openswan

2012-01-27 Thread Paul Donohue
USE_LIBNSS is not currently being set at compile time, so this still doesn't work out-of-the-box. ** Summary changed: - disabled smartcard support prevent using usb token with openswan + disabled USE_LIBNSS prevents using usb/SmartCard token with openswan -- You received this bug notification

[Bug 878997] Re: setting nopasswdlogin removes user password

2011-12-18 Thread Paul Donohue
*** This bug is a duplicate of bug 882255 *** https://bugs.launchpad.net/bugs/882255 I'm pretty sure this is a bug in gnome-control-center. I'm pretty sure that is where most users configure the 'nopasswdlogin' membership (via the 'Login without a password' setting under 'User Management')

[Bug 906081] [NEW] Disabling 'Login without a password' does not remove user from the nopasswdlogin group

2011-12-18 Thread Paul Donohue
Public bug reported: Fresh install of Ubuntu Oneiric. Created a new user account using 'adduser' on the command line, then set 'Login without a password' via 'User Management' in gnome-control-center. After performing some additional initial configuration of the box, went back to 'User

[Bug 841103] Re: Text has artifacts when typing something in terminal

2011-09-24 Thread Paul Donohue
The unstable border_width problem was caused by the following lines being added to reparent() in commit 887024e2c6040eb5d3ec17b5906cf86bb676 : xwc.border_width = 0; XConfigureWindow (dpy, id, CWBorderWidth, xwc); Removing those lines fixes several (but not all) border-related bugs

[Bug 772151] Re: [0.9.x] Command plugin actions launched through viewportswitch crashes Compiz

2011-09-22 Thread Paul Donohue
I've found the bug and submitted a patch upstream: http://bugs.compiz.org/show_bug.cgi?id=47 ** Bug watch added: Compiz Bug Tracker #47 http://bugs.compiz.org/show_bug.cgi?id=47 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 841103] Re: Text has artifacts when typing something in terminal

2011-09-19 Thread Paul Donohue
I believe I have identified the problem with shading of windows: http://bugs.compiz.org/show_bug.cgi?id=46 I still haven't figured out the border_width or snapping windows problems. ** Bug watch added: Compiz Bug Tracker #46 http://bugs.compiz.org/show_bug.cgi?id=46 -- You received this bug

[Bug 841103] Re: Text has artifacts when typing something in terminal

2011-09-15 Thread Paul Donohue
Ignore my previous comment - I was apparently chasing red herrings yesterday. There seem to be several interacting bugs that were leading me in circles: The Snapping Windows plugin does very broken things when resizing an xterm window, shading of windows is very broken, and there appear to be

[Bug 841103] Re: Text has artifacts when typing something in terminal

2011-09-14 Thread Paul Donohue
I've done a bit of digging, and it looks like the problem has something to do with the value of CompWindow-priv-attrib.border_width being unstable. PrivateWindow::updateFrameWindow() periodically causes the window's border_width to be set to that value (see line 803 of src/window.cpp), and for me

[Bug 772151] Re: [0.9.x] Command plugin actions launched through viewportswitch crashes Compiz

2011-09-13 Thread Paul Donohue
This bug affects compiz in both Natty and Oneiric -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/772151 Title: [0.9.x] Command plugin actions launched through viewportswitch crashes Compiz To

[Bug 841103] Re: Text has artifacts when typing something in terminal

2011-09-08 Thread Paul Donohue
Not sure if this helps any, but this has happened before: https://bugs.launchpad.net/bugs/635258 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/841103 Title: Text has artifacts when typing something

[Bug 483130] Re: If 'startx' is run from within a text console, ConsoleKit session is not marked 'active'

2011-09-08 Thread Paul Donohue
This seems to work fine for me under natty (I did an upgrade from maverick, not a fresh install). $ ck-list-sessions Session1: unix-user = '1000' realname = 'Paul Donohue' seat = 'Seat1' session-type = '' active = FALSE x11-display = '' x11

[Bug 487178] Re: Resizing display leaves windows off-screen

2011-09-08 Thread Paul Donohue
This is still a problem in Natty, although the behavior is somewhat better. If I have two or more horizontal virtual desktops (in ccsm, General Options - Desktop Size - Horizontal Virtual Size), then when disabling a monitor to the right or left of my primary screen, windows on the disabled

[Bug 635258] Re: Garbled chars in xterm

2010-10-17 Thread Paul Donohue
I've got the same problem since upgrading to Maverick. wmbattery also has similar corruption. Happens for me using intel, radeon, or fglrx drivers with compiz/emerald. Does not happen if I switch to enlightenment. I've only tried 64-bit Ubuntu, so it may be a 64-bit issue. I believe this is

[Bug 487178] Re: Resizing display leaves windows off-screen

2010-10-17 Thread Paul Donohue
This bug is still present in Lucid and Maverick. Bug #189259 is related (windows inaccessible when number of workspaces is reduced). That bug has since been fixed, but the fix is specific to workspaces and does not correct this bug. -- Resizing display leaves windows off-screen

[Bug 635258] Re: Garbled chars in xterm

2010-10-17 Thread Paul Donohue
The bug appears to have been introduced by: http://git.compiz.org/compiz/core/commit/?h=compiz-0.8id=6d4833f0e3217c63f516acbdc90796b4d78eecfb The bug is fixed either by reverting that commit or changing the added lines to: w-width = attr.width + (attr.border_width * 2); w-height = attr.height +

[Bug 635258] Re: Garbled chars in xterm

2010-10-17 Thread Paul Donohue
** Attachment added: patch https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/635258/+attachment/1698186/+files/patch -- Garbled chars in xterm https://bugs.launchpad.net/bugs/635258 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 635258] Re: Garbled chars in xterm

2010-10-17 Thread Paul Donohue
** Attachment added: Patched /usr/bin/compiz binary (x86_64), for those who don't want to go through the trouble of rebuilding compiz https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/635258/+attachment/1698187/+files/compiz -- Garbled chars in xterm

[Bug 635258] Re: Garbled chars in xterm

2010-10-17 Thread Paul Donohue
Patch has been committed upstream: http://git.compiz.org/compiz/core/commit/?h=compiz-0.8id=0f95c41a0aa175ddf7947ba18b01f746c95594a9 -- Garbled chars in xterm https://bugs.launchpad.net/bugs/635258 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 572447] Re: Line continuations in default syslog.conf not parsed correctly

2010-10-05 Thread Paul Donohue
Looks like this is caused by the addition of SSE-instruction acceleration of strcpy() on AMD64 in libc6. syslogd was using strcpy() to shift a string forward (to eliminate leading whitespace), but this is not allowed per the ANSI standard. By chance, the old libc6 worked fine, but the new

[Bug 572447] Re: syslog.conf not parsed correctly

2010-10-01 Thread Paul Donohue
** Summary changed: - syslog.conf not parsed correctly since upgrade to lucid + syslog.conf not parsed correctly -- syslog.conf not parsed correctly https://bugs.launchpad.net/bugs/572447 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 572447] Re: syslog.conf not parsed correctly

2010-10-01 Thread Paul Donohue
Problem is still present in current Maverick release candidate. Since sysklogd didn't change between Karmic and Lucid, I assume this is caused by a change in some underlying library. ** Summary changed: - syslog.conf not parsed correctly + Line continuations in default syslog.conf not parsed

[Bug 553452] Re: Java applet unable to load

2010-06-27 Thread Paul Donohue
Ok, so you are seeing something different than I was originally seeing. My applets originally wouldn't load at all (due to the libnss exception I mentioned above) ... you are saying that your applet would load but just not work properly. I don't have an account that I can use to log into the

[Bug 553452] Re: Java applet unable to load

2010-06-25 Thread Paul Donohue
I'm using the openjdk and icedtea packages from Maverick on a Lucid box, and it works fine for me. I was actually having problems with Java applets (but not Java WebStart applications) running at 100% CPU (even though they were responsive and apparently working properly) on Lucid, and that

  1   2   >