[Bug 1396787] Re: checking trust of archives eats a lot of cpu

2017-12-27 Thread Swistak
After digging a bit deeper I found out that that the default configuration of 
/etc/apt/apt.conf.d/50unattended-upgrades is exactly the same as I had in my 
experiment i.e.
- the ${distro_id}:${distro_codename}-security origin is ENABLED
- the ${distro_id}:${distro_codename}-updates and others origin are DISABLED

The consequences are the following. A fresh install of Ubuntu LTS e.g.
16.04 keeps installing the *-security updates, but not the *-updates
ones. The number of packages with new versions in *-updates repository
keeps growing unless somebody installs them manually. It is a couple of
clicks, but still many people never do it. As the list of upgradable
packages grows, unattended-upgrades get slower and slower to the point
that it may take hours to complete.  Effectively, the automatic updates
may no longer work at all depending on how a given system is used. Also
the user experience gets worse with CPU busy executing the unattended-
upgrades script.

All in all, I consider it a serious issue that requires attention.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1396787

Title:
  checking trust of archives eats a lot of cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1396787/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1396787] Re: checking trust of archives eats a lot of cpu

2017-12-27 Thread Swistak
I've hit the same bug and did some investigation. I profiled the
unattended-upgrade script with python's cProfile and attached the
result.

I've run:
sudo python3 -m cProfile -s time /usr/bin/unattended-upgrade -d -v
on Ubuntu 16.04.3 booted from live cd after uncommenting the 
"${distro_id}:${distro_codename}-security"; line in 
/etc/apt/apt.conf.d/50unattended-upgrades. Otherwise no packages are selected 
for an upgrade and the issue doesn't reproduce. 

It turns out that several functions in apt's cache are called millions of 
times. I tracked it down to the quadratic nature of the algorithm, which 
appears to come from the very initial version of the script:
https://github.com/mvo5/unattended-upgrades/blob/0ec001874ad48300199565f8591818ca75bc5f9f/unattended.py#L47

The check_changes_for_sanity() function loops over all packages in the
cache. This function is called for every package marked for upgrade.

The problem appears on systems with many packages to upgrade (in my case
it was 169). It makes the initial unattended-upgrades run ridiculously
slow. Also, on systems configured to only perform security updates, but
not other updates there's always a considerable list of packages to
upgrade. It renders unattended-upgrades almost unusable on such systems.

I think this is a serious issue and the algorithm should be overhauled.
Doing so many checks seems unnecessary.

** Attachment added: "unatended-upgrade-profile"
   
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1396787/+attachment/5028172/+files/unatended-upgrade-profile

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1396787

Title:
  checking trust of archives eats a lot of cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1396787/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 281526] Re: Firefox freezes with 100% CPU after resuming from suspend

2009-11-28 Thread Swistak
Same problem here.

Kubuntu 9.10
Firefox 3.5.5
2.6.31-15-generic

-- 
Firefox freezes with 100% CPU after resuming from suspend
https://bugs.launchpad.net/bugs/281526
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 430496] Re: cryptsetup devices not mounted on boot

2009-10-24 Thread Swistak
Here's the output:
/dev/sda6: UUID=9d5d03d5-85ba-4a4e-9fbe-e87c650cd800 VERSION=256 
TYPE=crypto_LUKS USAGE=crypto
It's my /home partition.

Basically when usplash is on I'm asked to type the password and after doing 
that system boots correctly, even though I get something like Could not mount 
all entries in /etc/fstab.
With usplash off I'm asked for password several times and it has no effect.

-- 
cryptsetup devices not mounted on boot
https://bugs.launchpad.net/bugs/430496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 430496] Re: cryptsetup devices not mounted on boot

2009-10-23 Thread Swistak
It seems to me that it's not completely fixed. I have usplash disabled
(splash option removed from GRUB configuration) and still experience
this problem. When I to re-enabled splash mounting encrypted /home went
fine. Scott: Could you check it?

-- 
cryptsetup devices not mounted on boot
https://bugs.launchpad.net/bugs/430496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 110581] Re: strange behavior and system hangs after a few minutes after resume form hibernation on hp compaq nx7400

2009-02-23 Thread Swistak
It's still a problem on latest kernels 2.6.29 and 2.6.28. Please refer
to http://bugzilla.kernel.org/show_bug.cgi?id=10609

-- 
strange behavior and system hangs after a few minutes after resume form 
hibernation on hp compaq nx7400
https://bugs.launchpad.net/bugs/110581
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 23497] Re: i8042 unbind required for keyboard/mouse to be useable following suspend/resume hibernate/resume cycle

2008-11-17 Thread Swistak
Nick: Does it happen every time or randomly? (when you use these
scripts)

-- 
i8042 unbind required for keyboard/mouse to be useable following suspend/resume 
 hibernate/resume cycle
https://bugs.launchpad.net/bugs/23497
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68959] Re: Should handle Qt/KDE '.ts' Translation Source files in addition to '.po'

2008-09-22 Thread Swistak
Any plans on that?
Is there a workaround for that problem?

-- 
Should handle Qt/KDE '.ts' Translation Source files in addition to '.po'
https://bugs.launchpad.net/bugs/68959
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 104470] Re: [Feisty] Firefox crashed -- libflashplayer.so

2008-09-12 Thread Swistak
Daniel: I can confirm that the site you have posted crashes my Firefox
in about 50% of cases. I attached output from console. I'm using Kubuntu
8.04.1 with Firefox 3.0.1 and Flash 9.0 r124.

** Attachment added: firefox_crash
   http://launchpadlibrarian.net/17552676/firefox_crash

-- 
[Feisty] Firefox crashed -- libflashplayer.so
https://bugs.launchpad.net/bugs/104470
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 110581] Re: strange behavior and system hangs after a few minutes after resume form hibernation on hp compaq nx7400

2008-09-08 Thread Swistak
I installed kernel-2.6.27-2 on my Kubuntu 8.04. It doesn't fix the
problem at all. Additionally other problems are introduced. The computer
doesn't switch off after RAM contents are stored on HD. Instead the fan
starts spinning at full speed. After resume the system hangs.

-- 
strange behavior and system hangs after a few minutes after resume form 
hibernation on hp compaq nx7400
https://bugs.launchpad.net/bugs/110581
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68959] Re: Should handle Qt/KDE '.ts' Translation Source files in addition to '.po'

2008-06-30 Thread Swistak
It's a pity that .ts is not supported. It prevents Qt apps from using
Rosetta.

-- 
Should handle Qt/KDE '.ts' Translation Source files in addition to '.po'
https://bugs.launchpad.net/bugs/68959
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 237690] Re: [New Upstream] Firefox 3 RC2 is available

2008-06-14 Thread Swistak
Note that analogous radio buttons in Thunderbird are not grayed out.
It's a bit inconsistent.

-- 
[New Upstream] Firefox 3 RC2 is available
https://bugs.launchpad.net/bugs/237690
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 237690] Re: [New Upstream] Firefox 3 RC2 is available

2008-06-13 Thread Swistak
Here's a bug:

1. create a fresh profile 
2. open firefox, open preferences dialog
3. go to Advanced-Updates
4. Automatically download ... radio buton should be selected, change to Ask 
me ...
5. both radio buttons are grayed out, why?

This doesn't happen on official builds. I tested RC3 and beta5. Happens
on firefox3 from hardy-proposed.

-- 
[New Upstream] Firefox 3 RC2 is available
https://bugs.launchpad.net/bugs/237690
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 237690] Re: [New Upstream] Firefox 3 RC2 is available

2008-06-13 Thread Swistak
I know that. It's a minor bug. These options should be grayed out from
the very beginning. Follow steps I wrote and you'll see. IMHO a better
solution would be to remove them completely from that dialog or add some
info like your firefox is updated by Ubuntu repository

-- 
[New Upstream] Firefox 3 RC2 is available
https://bugs.launchpad.net/bugs/237690
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 110581] Re: strange behavior and system hangs after a few minutes after resume form hibernation on hp compaq nx7400

2008-05-14 Thread Swistak
You probably meant resume/hibernation. Suspend to ram works fine on both 
kernels.
Is it really 100% trouble free? On my system 2.6.25 vanilla fixed hang ups that 
happen after resume from hibernation. However there are other problems e.g. the 
system doesn't shut down (the resumed one).
Did you do some special kernel configuration?

-- 
strange behavior and system hangs after a few minutes after resume form 
hibernation on hp compaq nx7400
https://bugs.launchpad.net/bugs/110581
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 110581] Re: strange behavior and system hangs after a few minutes after resume form hibernation on hp compaq nx7400

2008-05-12 Thread Swistak
Well, you can check if 2.6.25 fixes problem for you as it does for me. I can 
send you a deb package if you don't want to compile by yourself.
What hardware have you got?

-- 
strange behavior and system hangs after a few minutes after resume form 
hibernation on hp compaq nx7400
https://bugs.launchpad.net/bugs/110581
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 110581] Re: strange behavior and system hangs after a few minutes after resume form hibernation on hp compaq nx7400

2008-05-12 Thread Swistak
Basically follow: http://ubuntuforums.org/showthread.php?t=43065
Additionally:
run: sudo make oldconfig  before doing make xconfig or make menuconfig (this 
copies current kernel configuration)
disable kernel debugging in kernel hacking section (this makes deb package 
~18MB instead of 200MB)
use: sudo make-kpkg --initrd --append-to-version=-custom1 kernel_image 
kernel_headers
to compile the kernel instead of command suggested in the thread I mentioned. 
This will make the kernel boot properly. Besides kernel-headers package will be 
made.
Expect sound, wifi etc. to be broken after booting the new kernel. Some modules 
available in ubuntu kernel are not compiled unless you enable them in 
configuration.

-- 
strange behavior and system hangs after a few minutes after resume form 
hibernation on hp compaq nx7400
https://bugs.launchpad.net/bugs/110581
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191889] Re: Firefox's new Offline Mode feature cannot properly detect when there is a valid network available for use in many circumstances

2008-05-10 Thread Swistak
** Changed in: network-manager (Ubuntu)
   Status: Incomplete = Confirmed

** Changed in: network-manager (Ubuntu)
   Status: Confirmed = Incomplete

-- 
Firefox's new Offline Mode feature cannot properly detect when there is a 
valid network available for use in many circumstances
https://bugs.launchpad.net/bugs/191889
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 23497] Re: i8042 unbind required for keyboard/mouse to be useable following suspend/resume hibernate/resume cycle

2008-05-06 Thread Swistak
@nanog: How long should the interval be to trigger this bug? I suspended my HP 
nx6310 for ~15 minutes and after resume I had no problems with keyboard. 
I could reproduce this bug on Feisty and Gutsy, but I haven't reproduced it on 
Hardy  yet.

[swistak 17:21 ~]$ uname -a
Linux swistak-laptop 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686 
GNU/Linux

[swistak 17:21 ~]$ dmesg | grep i8042
[   12.897421] i8042.c: Detected active multiplexing controller, rev 1.1.
[   12.898173] serio: i8042 KBD port at 0x60,0x64 irq 1
[   12.898179] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[   12.898182] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[   12.898185] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[   12.898188] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[   12.958372] input: AT Translated Set 2 keyboard as 
/devices/platform/i8042/serio0/input/input1
[   29.255145] input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio4/input/input8

-- 
i8042 unbind required for keyboard/mouse to be useable following suspend/resume 
 hibernate/resume cycle
https://bugs.launchpad.net/bugs/23497
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153943] Re: Gdebi-kde uses massive amounts of memory!

2008-05-06 Thread Swistak
I have this bug on Kubuntu Hardy with all updates. Here's some output:

[swistak 17:56 ~]$ gdebi-kde billreminder_0.3.1-1_all.deb
/usr/lib/python2.5/site-packages/apt/__init__.py:18: FutureWarning: apt API not 
stable yet
  warnings.warn(apt API not stable yet, FutureWarning)
/usr/lib/python2.5/site-packages/apt/__init__.py:18: FutureWarning: apt API not 
stable yet
  warnings.warn(apt API not stable yet, FutureWarning)

kbuildsycoca running...

DCOP Cleaning up dead connections.

kdecore (KProcess): WARNING: setPty()

kdecore (KProcess): WARNING: _attachPty() 33

Traceback (most recent call last):
  File /usr/bin/gdebi-kde, line 83, in module
gdebi.installButtonClicked()

  File /usr/lib/python2.5/site-packages/GDebi/GDebiKDE.py, line 265,
in installButtonClicked

dprogress.commit()
  File /usr/lib/python2.5/site-packages/GDebi/KDEAptDialogs.py, line 85, in 
commit

self.child_pid = os.fork()
OSError: [Errno 12] Cannot allocate memory

-- 
Gdebi-kde uses massive amounts of memory!
https://bugs.launchpad.net/bugs/153943
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 110581] Re: strange behavior and system hangs after a few minutes after resume form hibernation on hp compaq nx7400

2008-05-06 Thread Swistak
** Changed in: linux-source-2.6.20 (Ubuntu)
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

-- 
strange behavior and system hangs after a few minutes after resume form 
hibernation on hp compaq nx7400
https://bugs.launchpad.net/bugs/110581
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 110581] Re: strange behavior and system hangs after a few minutes after resume form hibernation on hp compaq nx7400

2008-05-06 Thread Swistak
Still present in Ubuntu 8.04 final and easy to reproduce. Can anyone get
down to it?

-- 
strange behavior and system hangs after a few minutes after resume form 
hibernation on hp compaq nx7400
https://bugs.launchpad.net/bugs/110581
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 23497] Re: i8042 unbind required for keyboard/mouse to be useable following suspend/resume hibernate/resume cycle

2008-05-06 Thread Swistak
I tried hard (suspended 10 times with short and long intervals), but I
still can't reproduce it. Maybe it happens under certain circumstances.

I've got a question to HP nx users. Can you reproduce:
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/110581

-- 
i8042 unbind required for keyboard/mouse to be useable following suspend/resume 
 hibernate/resume cycle
https://bugs.launchpad.net/bugs/23497
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 110581] Re: strange behavior and system hangs after a few minutes after resume form hibernation on hp compaq nx7400

2008-05-06 Thread Swistak
I attach some logs. This time system hung just after resume. Previously it gave 
me ~5 minutes of normal work.
I reported this bug in kernel bug tracker: 
http://bugzilla.kernel.org/show_bug.cgi?id=10609

** Attachment added: 110581_swistak.tar.bz2
   http://launchpadlibrarian.net/14264610/110581_swistak.tar.bz2

-- 
strange behavior and system hangs after a few minutes after resume form 
hibernation on hp compaq nx7400
https://bugs.launchpad.net/bugs/110581
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 225677] Re: hp nx6310 hibernation broken in hardy final

2008-05-02 Thread Swistak
I forgot to mention that hibernation worked in gutsy and feisty. Suspend
worked and works fine as well.

** Description changed:

- I installed Kubuntu 8.04 on my HP nx6310 laptop. The hibernation worked fine 
except for 
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/110581. 
+ I installed Kubuntu 8.04 Beta on my HP nx6310 laptop. The hibernation worked 
fine except for 
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/110581. 
  After several kernel upgrades on the way to 8.04 final hibernation is broken.
  When I try to hibernate X server turns off, hard disk starts to work heavily, 
 but the computer doesn't turn off after it finishes. When I turn on the 
computer again it boots normally as if I didn't hibernate it at all.
  I'd be glad if someone could tell me where to find relevant logs.
  
  Where can I find kernel packages that were available in hardy between beta 
and final releases?
  I need:
  linux-image-2.6.24-16-generic
  linux-restricted-modules-2.6.24-16-generic
  linux-ubuntu-modules-2.6.24-16-generic

-- 
hp nx6310 hibernation broken in hardy final
https://bugs.launchpad.net/bugs/225677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 225677] [NEW] hp nx6310 hibernation broken in hardy final

2008-05-02 Thread Swistak
Public bug reported:

I installed Kubuntu 8.04 Beta on my HP nx6310 laptop. The hibernation worked 
fine except for 
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/110581. 
After several kernel upgrades on the way to 8.04 final hibernation is broken.
When I try to hibernate X server turns off, hard disk starts to work heavily,  
but the computer doesn't turn off after it finishes. When I turn on the 
computer again it boots normally as if I didn't hibernate it at all.
I'd be glad if someone could tell me where to find relevant logs.

Where can I find kernel packages that were available in hardy between beta and 
final releases?
I need:
linux-image-2.6.24-16-generic
linux-restricted-modules-2.6.24-16-generic
linux-ubuntu-modules-2.6.24-16-generic

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
hp nx6310 hibernation broken in hardy final
https://bugs.launchpad.net/bugs/225677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 225677] Re: hp nx6310 hibernation broken in hardy final

2008-05-02 Thread Swistak
It was my fault. /etc/initramfs-tools/conf.d/resume contained improper UUID of 
my swap partition.
The only  problem I have is 
http://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/110581
I can reproduce it every time I resume from hibernation.

** Changed in: ubuntu
   Status: New = Invalid

-- 
hp nx6310 hibernation broken in hardy final
https://bugs.launchpad.net/bugs/225677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219916] Re: screen switches off when lid is reopened

2008-04-22 Thread Swistak
/var/log/acpi logs:

closing the lid:

[Tue Apr 22 15:26:07 2008] received event button/lid C238 0080 000e
[Tue Apr 22 15:26:07 2008] notifying client 5587[0:0]
[Tue Apr 22 15:26:07 2008] notifying client 5871[108:118]
[Tue Apr 22 15:26:07 2008] executing action /etc/acpi/lid.sh
[Tue Apr 22 15:26:07 2008] BEGIN HANDLER MESSAGES
ERROR: Couldn't attach to DCOP server!
[Tue Apr 22 15:26:07 2008] END HANDLER MESSAGES
[Tue Apr 22 15:26:07 2008] action exited with status 1
[Tue Apr 22 15:26:07 2008] completed event button/lid C238 0080 000e
[Tue Apr 22 15:26:07 2008] received event video C083 0080 
[Tue Apr 22 15:26:07 2008] notifying client 5587[0:0]
[Tue Apr 22 15:26:07 2008] notifying client 5871[108:118]
[Tue Apr 22 15:26:07 2008] executing action /etc/acpi/videobtn.sh
[Tue Apr 22 15:26:07 2008] BEGIN HANDLER MESSAGES
[Tue Apr 22 15:26:07 2008] END HANDLER MESSAGES
[Tue Apr 22 15:26:07 2008] action exited with status 0
[Tue Apr 22 15:26:07 2008] completed event video C083 0080 

opening the lid:

[Tue Apr 22 15:26:16 2008] received event button/lid C238 0080 000f
[Tue Apr 22 15:26:16 2008] notifying client 5587[0:0]
[Tue Apr 22 15:26:16 2008] notifying client 5871[108:118]
[Tue Apr 22 15:26:16 2008] executing action /etc/acpi/lid.sh
[Tue Apr 22 15:26:16 2008] BEGIN HANDLER MESSAGES
ERROR: Couldn't attach to DCOP server!
ERROR: Couldn't attach to DCOP server!
[Tue Apr 22 15:26:17 2008] END HANDLER MESSAGES
[Tue Apr 22 15:26:17 2008] action exited with status 1
[Tue Apr 22 15:26:17 2008] completed event button/lid C238 0080 000f
[Tue Apr 22 15:26:18 2008] received event video C083 0080 
[Tue Apr 22 15:26:18 2008] notifying client 5587[0:0]
[Tue Apr 22 15:26:18 2008] notifying client 5871[108:118]
[Tue Apr 22 15:26:18 2008] executing action /etc/acpi/videobtn.sh
[Tue Apr 22 15:26:18 2008] BEGIN HANDLER MESSAGES
[Tue Apr 22 15:26:18 2008] END HANDLER MESSAGES
[Tue Apr 22 15:26:18 2008] action exited with status 0
[Tue Apr 22 15:26:18 2008] completed event video C083 0080 

I don't have gnome to test it.

-- 
screen switches off when lid is reopened
https://bugs.launchpad.net/bugs/219916
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219916] Re: screen switches off when lid is reopened

2008-04-22 Thread Swistak
I stopped kdm (sudo /etc/init.d/kdm stop), logged to console and run
startx. I this situation closing/opening lid doesn't do anything.
Starting kdm makes the lid work again, but still the same way I
described in the first post.

-- 
screen switches off when lid is reopened
https://bugs.launchpad.net/bugs/219916
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207400] Re: zombie iwl4965 module after kill switch on with ksoftirqd 100% cpu usage

2008-04-22 Thread Swistak
I confirm it on Kubuntu 8.04. I use iwl3945.

** Attachment added: lspci.txt
   http://launchpadlibrarian.net/13828511/lspci.txt

-- 
zombie iwl4965 module after kill switch on with ksoftirqd 100% cpu usage
https://bugs.launchpad.net/bugs/207400
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219916] Re: screen switches off when lid is reopened

2008-04-22 Thread Swistak
I debuged it a bit. I attach /etc/acpi/lid.sh I used and output from
/var/log/acpid. The only changes are echo OPENED and echo CLOSED
lines. I tested it using the same procedure - pushing the lid button,
waiting a few seconds and releasing the button. It's clear that

grep -q closed /proc/acpi/button/lid/*/state
if [ $? = 0 ]

lines fail to detect whether the lid is closed or opened. But when I run these 
commands manually everything is OK.
With lid button up:

[swistak 00:12 ~]$ grep -q closed /proc/acpi/button/lid/*/state
[swistak 00:12 ~]$ echo $?
1

and with lid button down:

[swistak 00:14 ~]$ grep -q closed /proc/acpi/button/lid/*/state
[swistak 00:14 ~]$ echo $?
0

Unfortunately changing if [ $? = 0 ] to if [ $? = 1 ] doesn't help
either. The screen is blanked for a moment and then turns on again. It's
not what I would expect.

Running /etc/acpi/videobtn.sh doesn't cause anything visible.
After removing acpi-support the lid doesn't react at all.

-- 
screen switches off when lid is reopened
https://bugs.launchpad.net/bugs/219916
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219916] Re: screen switches off when lid is reopened

2008-04-22 Thread Swistak

** Attachment added: lid.sh
   http://launchpadlibrarian.net/13831226/lid.sh

-- 
screen switches off when lid is reopened
https://bugs.launchpad.net/bugs/219916
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219916] Re: screen switches off when lid is reopened

2008-04-22 Thread Swistak

** Attachment added: acpi_log.txt
   http://launchpadlibrarian.net/13831243/acpi_log.txt

-- 
screen switches off when lid is reopened
https://bugs.launchpad.net/bugs/219916
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219916] [NEW] screen switches off when lid is reopened

2008-04-20 Thread Swistak
Public bug reported:

Here's what happens:
I push lid button and nothing happens.
When I release the button screen switches off and KDE locks the screen.

So screen reacts to reopening lid instead of closing. I'm not sure which
package is responsible for that.

cat /proc/acpi/button/lid/C238/state  reports state correctly

Here's lshal -l output (lid closed and reopened):

Start monitoring devicelist:
-
18:00:06.701: computer_logicaldev_input_3 property button.state.value = false
18:00:06.702: computer_logicaldev_input_3 condition ButtonPressed = lid
18:00:07.481: computer_logicaldev_input condition ButtonPressed = 
switch-videomode
18:00:13.403: computer_logicaldev_input_3 property button.state.value = true
18:00:13.406: computer_logicaldev_input_3 condition ButtonPressed = lid
18:00:14.956: computer_logicaldev_input condition ButtonPressed = 
switch-videomode

My hardware: HP nx6310
My software: Kubuntu 8.04 RC with KDE 3.5.9

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
screen switches off when lid is reopened
https://bugs.launchpad.net/bugs/219916
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150187] Re: [gutsy] [regression] Evince has very bad quality when printing pdf files.

2008-04-12 Thread Swistak
I can reproduce it on hardy. When you attempt to use PDF printer the
same happens - generates a blurry output in ~90 seconds.

-- 
[gutsy] [regression] Evince has very bad quality when printing pdf files.
https://bugs.launchpad.net/bugs/150187
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 145445] Re: LyX should not embed type 3 fonts in PDFs.

2008-04-12 Thread Swistak
I confirm that on hardy. With \usepackage[T1]{fontenc} I get Type 3
fonts and Type 1 without.

-- 
LyX should not embed type 3 fonts in PDFs.
https://bugs.launchpad.net/bugs/145445
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 145445] Re: LyX should not embed type 3 fonts in PDFs.

2008-04-12 Thread Swistak
Installing cm-super fonts fixes this issue.

-- 
LyX should not embed type 3 fonts in PDFs.
https://bugs.launchpad.net/bugs/145445
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150187] Re: [gutsy] [regression] Evince has very bad quality when printing pdf files.

2008-04-02 Thread Swistak
It's still present in hardy beta.

-- 
[gutsy] [regression] Evince has very bad quality when printing pdf files.
https://bugs.launchpad.net/bugs/150187
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207265] Re: k3b verification broken

2008-03-29 Thread Swistak
This bug seems to be related to UTF-8. When I run k3b using:

#!/bin/sh
export LC_ALL=pl_PL.ISO-8859-2; k3b

verification works correctly.

-- 
k3b verification broken
https://bugs.launchpad.net/bugs/207265
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to k3b in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 207265] [NEW] k3b verification broken

2008-03-26 Thread Swistak
Public bug reported:

Binary package hint: k3b

K3b verification doesn't work properly. It claims that the written data
differs from original even though it is not the case. When I make an iso
image and calculate the md5 sum it turns out to be identical to the
original one.

It's k3b 1.0.4 (Kubuntu 8.04 beta)

** Affects: k3b (Ubuntu)
 Importance: Undecided
 Status: New

-- 
k3b verification broken
https://bugs.launchpad.net/bugs/207265
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207265] Re: k3b verification broken

2008-03-26 Thread Swistak

** Attachment added: k3blog.txt
   http://launchpadlibrarian.net/12905320/k3blog.txt

-- 
k3b verification broken
https://bugs.launchpad.net/bugs/207265
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191889] Re: Firefox's new Offline Mode feature cannot properly detect when there is a valid network available for use in many circumstances

2008-03-25 Thread Swistak
I agree that this bug is very annoying. It should be fixed before hardy
release.

-- 
Firefox's new Offline Mode feature cannot properly detect when there is a 
valid network available for use in many circumstances
https://bugs.launchpad.net/bugs/191889
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 110581] Re: strange behavior and system hangs after a few minutes after resume form hibernation on hp compaq nx7400

2008-03-22 Thread Swistak
I confirm the same behaviour on my HP nx6310. It happens on Ubuntu 7.10 and 
Kubuntu 8.04 beta. 
Where can I find this bug in kernel.org bug tracker?

-- 
strange behavior and system hangs after a few minutes after resume form 
hibernation on hp compaq nx7400
https://bugs.launchpad.net/bugs/110581
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 204833] [NEW] guidance power manager crashes on startup

2008-03-21 Thread Swistak
Public bug reported:

Binary package hint: kde-guidance-powermanager

After upgrading kde-guidance-powermanager to 0.8.0svn20080103-0ubuntu7 I
get:

[swistak 21:57 ~]$ guidance-power-manager
[swistak 21:59 ~]$ Traceback (most recent call last):
  File /usr/share/python-support/kde-guidance-powermanager/guidance-power-manag
er.py, line 1120, in module
mainWindow = PowermanagerApp(None, main window)
  File /usr/share/python-support/kde-guidance-powermanager/guidance-power-manag
er.py, line 1057, in __init__
self.pmwidget = PowerManager(self,name)
  File /usr/share/python-support/kde-guidance-powermanager/guidance-power-manag
er.py, line 96, in __init__
self.powermanager = PowerManage()
  File /usr/share/python-support/kde-guidance-powermanager/powermanage.py, lin
e 107, in __init__
self._checkSuspend()
  File /usr/share/python-support/kde-guidance-powermanager/powermanage.py, lin
e 253, in _checkSuspend
self.canSuspend = properties[power_management.can_suspend_to_ram]
KeyError: 'power_management.can_suspend_to_ram'
Error in sys.excepthook:
Traceback (most recent call last):
  File /usr/lib/python2.5/site-packages/apport_python_hook.py, line 42, in app
ort_excepthook
binary = os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0]))
IndexError: list index out of range

Original exception was:
Traceback (most recent call last):
  File /usr/share/python-support/kde-guidance-powermanager/guidance-power-manag
er.py, line 1120, in module
mainWindow = PowermanagerApp(None, main window)
  File /usr/share/python-support/kde-guidance-powermanager/guidance-power-manag
er.py, line 1057, in __init__
self.pmwidget = PowerManager(self,name)
  File /usr/share/python-support/kde-guidance-powermanager/guidance-power-manag
er.py, line 96, in __init__
self.powermanager = PowerManage()
  File /usr/share/python-support/kde-guidance-powermanager/powermanage.py, lin
e 107, in __init__
self._checkSuspend()
  File /usr/share/python-support/kde-guidance-powermanager/powermanage.py, lin
e 253, in _checkSuspend
self.canSuspend = properties[power_management.can_suspend_to_ram]
KeyError: 'power_management.can_suspend_to_ram'


My hardware is HP nx6310

** Affects: kde-guidance (Ubuntu)
 Importance: Undecided
 Status: New

-- 
guidance power manager crashes on startup
https://bugs.launchpad.net/bugs/204833
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to kde-guidance in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 200429] Re: XIO: fatal IO error 11 (Resource temporarily unavailable) on X server :0.0

2008-03-21 Thread Swistak
I confirm exactly the same behaviour on hardy beta. I've got Intel 945.

-- 
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server :0.0 
https://bugs.launchpad.net/bugs/200429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-10 Thread Swistak
Still not fixed in hardy... I'm fed up. Totem went to /dev/null.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-10 Thread Swistak
Still not fixed in hardy... I'm fed up. Totem went to /dev/null.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 129204] [gutsy] nautilus search broken

2007-07-30 Thread Swistak
Public bug reported:

Search feature in Natilus 2.19.5 is broken. It doesn't find anything, uses 100% 
CPU power, doesn't respond to Stop button. The only thing I can do is killing 
the process.
I tried the search tool from Places menu and it worked well, but the same 
thing in nautilus is useless.

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[gutsy] nautilus search broken
https://bugs.launchpad.net/bugs/129204
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 125023] [gutsy] elapsed time not shown

2007-07-10 Thread Swistak
Public bug reported:

Gnome power manager shows Battery discharge time is estimated instead of any 
useful information.
It's gpm 2.19.5-0ubuntu1 from gutsy on HP nx6310.

** Affects: gnome-power-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[gutsy] elapsed time not shown
https://bugs.launchpad.net/bugs/125023
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84007] Re: Cannot edit audio profiles without closing the list

2007-07-10 Thread Swistak
All problems mentioned above (broken profiles editing and MP3 profile
not visible) are still present in sound-juicer 2.19.2 from gutsy. I
believe it's a very annoying bug for inexperienced user. It should be
fixed before gutsy release.

-- 
Cannot edit audio profiles without closing the list
https://bugs.launchpad.net/bugs/84007
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 72231] Re: DPMS Backlight will not stay off in xorg, if any ACPI event comes

2007-04-28 Thread Swistak
*** This bug is a duplicate of bug 71368 ***
https://bugs.launchpad.net/bugs/71368

I'm using Feisty. This bug seem to be fixed only partially. After
booting a hibernated system the screen still reacts to ACPI events and
the backlight turns back on.

-- 
DPMS Backlight will not stay off in xorg, if any ACPI event comes
https://bugs.launchpad.net/bugs/72231
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 58904] Re: Installing new theme causes 100% CPU

2007-04-17 Thread Swistak
For me it not only still runs in background, but causes 100% CPU as
well. I'm using Feisty.

-- 
Installing new theme causes 100% CPU
https://bugs.launchpad.net/bugs/58904
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 23497] Re: i8042 unbind required for keyboard/mouse to be useable following suspend/resume hibernate/resume cycle

2007-04-09 Thread Swistak
I confirm the patch working on my HP nx6310 with Feisty Beta. I would be
glad to see it in Feisty Final.

-- 
i8042 unbind required for keyboard/mouse to be useable following suspend/resume 
 hibernate/resume cycle
https://bugs.launchpad.net/bugs/23497
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs