[Bug 946754] [NEW] dnsmasq does not respect/watch '/etc/hosts' updates

2012-03-04 Thread Paul Sladen
Public bug reported: Network Manager now fires up a dedicate dnsmaq process for DNS resolution. This dnsmasq process does not notice changes to '/etc/hosts', requiring one to jump through hops when this file is changed. Ideally dnsmasq should purge itself when '/etc/hosts' is changed. **

[Bug 946754] Re: dnsmasq does not respect/watch '/etc/hosts' updates

2012-03-04 Thread Paul Sladen
The manpage talks about: -T, --local-ttl=time When replying with information from /etc/hosts or the DHCP leases file dnsmasq by default sets the time-to-live field to zero, meaning that the requestor should not itself cache the information. This is the correct thing

[Bug 946754] Re: dnsmasq does not respect/watch '/etc/hosts' updates

2012-03-05 Thread Paul Sladen
Had a reply from Simon Kelly (upstream). The worry is about race conditions and reading /etc/hosts or resolv.conf after the 'mtime' has been changed, but before the file has been completely written out (dnsmasq already tries to backoff and schedule a re-read a couple of seconds late if it finds

[Bug 946754] Re: dnsmasq does not respect/watch '/etc/hosts' updates

2012-03-05 Thread Paul Sladen
(Workaround was introduced to Network Manager). In the mean-time upstream are now looking at inotify support for dnsmasq-2.61 to reduce the residual polling overhead in the longer-term (will miss 2.60 as that's nearly out). ** Package changed: dnsmasq (Ubuntu) = network-manager (Ubuntu) -- You

[Bug 697181] [NEW] DoS: Infinite loop processing 2.2250738585072011e-308

2011-01-04 Thread Paul Sladen
*** This bug is a security vulnerability *** Public security bug reported: Binary package hint: php5 Processing certain textual forms of MAX_FLOAT leads to an infinite loop/hang/DoS:   php -r print 2.2250738585072011e-308; hangs indefinitely, whereas:   php -r print 2.2250738585072010e-308;

[Bug 697181] Re: DoS: Infinite loop processing 2.2250738585072011e-308

2011-01-04 Thread Paul Sladen
** Also affects: php5 (Ubuntu Lucid) Importance: Undecided Status: New ** Also affects: php5 (Ubuntu Maverick) Importance: Undecided Status: New ** Also affects: php5 (Ubuntu Natty) Importance: Undecided Status: Confirmed ** Changed in: php5 (Ubuntu Maverick)

[Bug 429872] [NEW] /sbin/apparmor_parser: ... Profile doesn't conform to protocol

2009-09-15 Thread Paul Sladen
Public bug reported: Binary package hint: tcpdump /sbin/apparmor_parser: Unable to replace /usr/share/gdm/guest-session/Xsession. Profile doesn't conform to protocol /sbin/apparmor_parser: Unable to replace /usr/bin/evince. Profile doesn't conform to protocol /sbin/apparmor_parser: Unable to

[Bug 550666] [NEW] AttributeError: 'SettingGroup' object has no attribute 'add_option'

2010-03-28 Thread Paul Sladen
Public bug reported: $ sudo ./build.sh Traceback (most recent call last): File /usr/bin/vmbuilder, line 24, in module cli.main() File /usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py, line 59, in main hypervisor, distro = self.handle_args(optparser, sys.argv[1:]) File

[Bug 550675] [NEW] AttributeError: 'Xen' object has no attribute 'add_filesystem'

2010-03-28 Thread Paul Sladen
Public bug reported: Run with default settings: sudo vmbuilder xen ubuntu 2010-03-29 05:36:11,620 INFO: Calling hook: preflight_check 2010-03-29 05:36:11,626 INFO: Calling hook: set_defaults 2010-03-29 05:36:11,626 INFO: Calling hook: bootstrap 2010-03-29 05:37:51,886 INFO:

[Bug 536942] Re: --firstboot option broken in 0.12.2-0ubuntu3

2010-03-28 Thread Paul Sladen
** Changed in: vm-builder (Ubuntu) Importance: Medium = High ** Changed in: vm-builder (Ubuntu) Milestone: None = ubuntu-10.04 -- --firstboot option broken in 0.12.2-0ubuntu3 https://bugs.launchpad.net/bugs/536942 You received this bug notification because you are a member of Ubuntu

[Bug 531409] Re: vmbuilder xen ubuntu completely borked

2010-03-29 Thread Paul Sladen
** Also affects: ubuntu Importance: Undecided Status: New ** Package changed: ubuntu = vm-builder (Ubuntu) -- vmbuilder xen ubuntu completely borked https://bugs.launchpad.net/bugs/531409 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 550689] [NEW] vmbuilder: error: no such option: --firstlogin

2010-03-29 Thread Paul Sladen
Public bug reported: Usage: vmbuilder hypervisor distro [options] vmbuilder: error: no such option: --firstlogin ** Affects: vmbuilder Importance: Undecided Status: New ** Affects: vm-builder (Ubuntu) Importance: Undecided Status: New ** Also affects: vmbuilder

[Bug 550687] [NEW] vmbuilder: error: no such option: --firstboot

2010-03-29 Thread Paul Sladen
Public bug reported: Usage: vmbuilder hypervisor distro [options] vmbuilder: error: no such option: --firstboot ** Affects: vmbuilder Importance: Undecided Status: New ** Affects: vm-builder (Ubuntu) Importance: Undecided Status: New ** Also affects: vmbuilder

[Bug 550691] [NEW] TypeError: int() argument must be a string or a number, not 'NoneType'

2010-03-29 Thread Paul Sladen
Public bug reported: Traceback (most recent call last): File /usr/bin/vmbuilder, line 24, in module cli.main() File /usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py, line 105, in main self.set_disk_layout(hypervisor) File

[Bug 551451] [NEW] TypeError: coercing to Unicode: need string or buffer, NoneType found

2010-03-30 Thread Paul Sladen
Public bug reported: sudo vmbuilder xen ubuntu \ --suite lucid --flavour virtual --arch amd64 \ --part partitions.txt \ --user ubuntu --name Ubuntu \ --components main,universe \ --addpkg openssh-server 2010-03-30 07:25:00,509 INFO: Calling hook: preflight_check

[Bug 551451] Re: TypeError: coercing to Unicode: need string or buffer, NoneType found

2010-03-30 Thread Paul Sladen
Altering whether 'partitions.txt' has a newline at the end gives a different traceback: ubu...@ubuntu:~/build$ cat partitions.txt root 2 ubu...@ubuntu:~/build$ If the newline is added, then the result is: 2010-03-30 07:32:57,831 INFO: Calling hook: post_install Traceback (most recent

[Bug 551474] [NEW] Should Recommends: kvm-pxe extension BIOS blobs so that PXE just works

2010-03-30 Thread Paul Sladen
Public bug reported: Binary package hint: qemu-kvm The network extension BIOS blobs built from the etherboot source are shipped in the separate 'kvm-pxe' package, which probably should be installed by default so that PXE booting works out-of-the-box on virtual machines. Bumping 'kvm-pxe' to

[Bug 517067] Re: Using virtio for block devices makes disks and partitions disappear in KVM/QEMU (using vmbuilder and libvirt)

2010-03-30 Thread Paul Sladen
Surely the problem here, is that for the standard method of mount-by- UUID is being overridden? If mount-by-UUID is in use then it doesn't matter whether a device shows up as /dev/{sd,hd,hv}* -- Using virtio for block devices makes disks and partitions disappear in KVM/QEMU (using vmbuilder

[Bug 550680] Re: --part fails on trailing newline

2010-03-30 Thread Paul Sladen
Latest lucid/head (0.12.3 currently). -- --part fails on trailing newline https://bugs.launchpad.net/bugs/550680 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vm-builder in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 552566] [NEW] xen --part still broken

2010-03-31 Thread Paul Sladen
Public bug reported: vmbuilder xen ubuntu \ --suite lucid --flavour virtual --arch amd64 \ --user ubuntu --name Ubuntu \ --components main,universe \ --addpkg openssh-server \ --part partitions.txt 2010-03-31 14:32:09,934 INFO: Calling hook: post_install Traceback (most

[Bug 550691] Re: TypeError: int() argument must be a string or a number, not 'NoneType'

2010-04-20 Thread Paul Sladen
I thought we'd gone through this one: hexdump -C partitions.txt 72 6f 6f 74 20 32 30 30 30 0a|root 2000.| -- TypeError: int() argument must be a string or a number, not 'NoneType' https://bugs.launchpad.net/bugs/550691 You received this bug notification

[Bug 58002] Re: .viminfo is owned by root and mode 0600

2006-08-29 Thread Paul Sladen
Ubuntu has a philosophy of It just works, if there is anything we can do to make life saner for people, we should do. The technically correct action for vim is probably to create the file chown root:root; so fixing the skel sounds a good workaround to me. Dennis: please don't reject this

[Bug 58205] Should provide Right-Click-Format...

2006-08-30 Thread Paul Sladen
Public bug reported: Ubuntu users 'nautilus' to display the file-managing part of the desktop; when a external (eg. USB) hard disk has been mounted on the desktop after insertion, there is no easy visible way to reformat the drive. Obvious places would be: Right Clicking on the drive on the

[Bug 58289] cope with and use gzipped XML gconf/defaults/%gconf-tree-*.xml

2006-08-30 Thread Paul Sladen
Public bug reported: Gconf2 appears to have base starting trees in: /var/lib/gconf/defaults/%gconf-tree-ll_LL.xml which total over 50MB on disk. This easily compress to 10% of that size using gzip. This files (being templates) are likely to only rarely be accessed and would be particularly

[Bug 58289] Re: cope with and use gzipped XML gconf/defaults/%gconf-tree-*.xml

2006-08-31 Thread Paul Sladen
** Description changed: - Gconf2 appears to have base starting trees in: + Gconf2 appears to have base-trees in: /var/lib/gconf/defaults/%gconf-tree-ll_LL.xml - which total over 50MB on disk. This easily compress to 10% of that size - using gzip. This files (being templates) are

[Bug 31778] Re: thinkpad nvram nod read-enabled by default

2006-08-31 Thread Paul Sladen
Teh Rock! -- thinkpad nvram nod read-enabled by default https://launchpad.net/bugs/31778 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

[Bug 58289] Re: cope with and use gzipped XML gconf/defaults/%gconf-tree-*.xml

2006-08-31 Thread Paul Sladen
I was more after the 45MB of disk space as my disk is full and I was looking for low-hanging disk-space to cull! With an emptied the disk cache: $ time cat %gconf-tree.xml /dev/null real0m0.985s user0m0.008s sys 0m0.013s $ time gunzip -cd %gconf-tree.xml.gz /dev/null real

[Bug 58349] 75MB kern.log fill of READ CAPACITY failed. (hald-addon-storage probing)

2006-08-31 Thread Paul Sladen
Public bug reported: Binary package hint: hal /var/log/kern.log is full of: sdb : READ CAPACITY failed. sdb : status=0, message=00, host=7, driver=00 sdb : sense not available. sdb: Write Protect is off sdb: Mode Sense: 00 00 00 00 sdb: assuming drive cache: write through sdb : READ CAPACITY

[Bug 58002] Re: vim should populate skel/.viminfo so ownership is not affected by initial sudo

2006-08-31 Thread Paul Sladen
This is /more likely/ to occur because of our encouragement for people to use sudo in Ubuntu. So, we should probably do /something/ about easing the result. The skel method, to me, seems less intrusive; although if the general feeling is to stick it in the binary, then it should probably go

[Bug 58349] Re: 75MB kern.log filled with READ CAPACITY failed. (hald-addon-storage probing)

2006-08-31 Thread Paul Sladen
** Summary changed: - 75MB kern.log fill of READ CAPACITY failed. (hald-addon-storage probing) + 75MB kern.log filled with READ CAPACITY failed. (hald-addon-storage probing) -- 75MB kern.log filled with READ CAPACITY failed. (hald-addon-storage probing) https://launchpad.net/bugs/58349 --

[Bug 58352] evolution-data-server Uses 100% CPU on disk-full.

2006-08-31 Thread Paul Sladen
Public bug reported: On disk full, evolution goes mad and uses 100% CPU PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND 5135 paul 25 0 67464 8684 5040 R 47.2 1.7 2:48.70 /usr/lib/evolution/evolution-data-server-1.8 --oaf-activate-iid=OAFIID:GNOME_Evolu

[Bug 58353] evolution-alarm-notify uses 100% CPU on disk-full

2006-08-31 Thread Paul Sladen
Public bug reported: Evolution-alarm-notify uses 100% CPU on disk-full by processing a very tight polling loop: $ strace -p `pidof evolution-alarm-notify` gettimeofday({1157034485, 145322}, NULL) = 0 poll([{fd=17, events=POLLIN, revents=POLLIN}, {fd=3, events=POLLIN}, {fd=30,

[Bug 57872] Re: regression: pressing power button no longer brings up logout dialog

2006-09-01 Thread Paul Sladen
ifvoid/Baszoetekouw: your original report is: ...the power button on my laptop is now non-functioning (as the usual acpid /etc/acpi/sleep.sh behaviour is overidden while gnome-power- manager is running). Which of the following does this mean? (a) Pressing the power button makes the machine

[Bug 47602] Re: gnome panels are empty (show nothing) after login

2006-09-01 Thread Paul Sladen
dholbach: is this likely the same bug as all the gnome-panel hangs on startup bugs? The solution (killall gnome-panel) seems the same---the bug is still here and occuring about 1 time in 2 for me; Rejected is perhaps the not the best tag, the issue still exists. -- gnome panels are empty (show

[Bug 21711] Re: [enhancement] Gnomemeeting Real name should use GECOS data

2006-09-01 Thread Paul Sladen
** Bug watch added: GNOME Bug Tracker #353818 http://bugzilla.gnome.org/show_bug.cgi?id=353818 ** Also affects: gnomemeeting (upstream) via http://bugzilla.gnome.org/show_bug.cgi?id=353818 Importance: Unknown Status: Unknown -- [enhancement] Gnomemeeting Real name should use

[Bug 23171] Re: Samsung X05 laptop - sleep

2006-09-01 Thread Paul Sladen
Zunbeltz/Nikolas: please confirm that Sleep does work perfectly on your laptops before we enable this by default. -- Samsung X05 laptop - sleep https://launchpad.net/bugs/23171 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 21711] Re: [enhancement] Gnomemeeting Real name should use GECOS data

2006-09-01 Thread Paul Sladen
** Changed in: ekiga (upstream) Importance: Untriaged = Unknown Bugwatch: None = GNOME Bug Tracker #353818 Status: Rejected = Unknown ** Changed in: gnomemeeting (upstream) Importance: Unknown = Untriaged Bugwatch: GNOME Bug Tracker #353818 = None Status: Unknown =

[Bug 56287] Re: New upstream version: 0.7 available

2006-09-01 Thread Paul Sladen
Graeme: thank you for your idea, it should be covered as the examples and SVG plugin are all currently built from the main source package--- and we work on sync'ing source, rather than binaries. Archive team: I think they might have missed a sync round. -- New upstream version: 0.7 available

[Bug 56287] Re: New upstream version: 0.7 available

2006-09-01 Thread Paul Sladen
Oops, ignore that. This wasn't a sync request. -- New upstream version: 0.7 available https://launchpad.net/bugs/56287 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 58465] Please sync xaralx 0.7r1692-2 from unstable/non-free to edgy/multiverse

2006-09-01 Thread Paul Sladen
Public bug reported: Please sync xaralx 0.7r1692-2 from unstable/non-free to edgy/multiverse. Cumlative changes from current Ubuntu 0.6 version to new 0.7 version: * List additional licenes in debian/copyright * Include CC-BY-ND-2.5.txt * bump standards version * New upstream release

[Bug 47602] Re: gnome panels are empty (show nothing) after login

2006-09-01 Thread Paul Sladen
Reopening this. The problem is still here, even if we don't know how to debug it yet. It could be one of the gnome-applets (wish I think are loaded by gnome- panel) causing input to hang. ** Changed in: gnome-panel (Ubuntu) Status: Rejected = Confirmed -- gnome panels are empty (show

[Bug 58465] Re: Please sync xaralx 0.7r1692-2 from unstable/non-free to edgy/multiverse

2006-09-01 Thread Paul Sladen
** Bug 56851 has been marked a duplicate of this bug ** Bug 56287 has been marked a duplicate of this bug -- Please sync xaralx 0.7r1692-2 from unstable/non-free to edgy/multiverse https://launchpad.net/bugs/58465 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 56851] Re: please sync 0.7r1692-2 from unstable/non-free to edgy/multiverse

2006-09-01 Thread Paul Sladen
*** This bug is a duplicate of bug 58465 *** ** This bug is no longer a duplicate of bug 56287 New upstream version: 0.7 available ** This bug has been marked a duplicate of bug 58465 Please sync xaralx 0.7r1692-2 from unstable/non-free to edgy/multiverse -- please sync 0.7r1692-2 from

[Bug 56287] Re: New upstream version: 0.7 available

2006-09-01 Thread Paul Sladen
*** This bug is a duplicate of bug 58465 *** ** This bug has been marked a duplicate of bug 58465 Please sync xaralx 0.7r1692-2 from unstable/non-free to edgy/multiverse -- New upstream version: 0.7 available https://launchpad.net/bugs/56287 -- ubuntu-bugs mailing list

[Bug 58521] disk ends up mounted on /tmp/disks-conf-sda1

2006-09-01 Thread Paul Sladen
Public bug reported: Somehow, my Windows partition ended up being mounted in the wrong place with the wrong permissions. Presumely this is used for detecting the type of the partition: $ mount | tail -1 /dev/sda1 on /tmp/disks-conf-sda1 type ntfs (rw) this was correctable by: $ sudo

[Bug 58539] Re: Usplash Uses 60hz Refresh Rate

2006-09-02 Thread Paul Sladen
Hello Jeremy; during boot usplash now uses 'svgalib' to gain access to higher-resolution VESA modes before the X server is loaded. As you say this gives 'crisper' results. Unfortunately, the limitations of the VESA mode setting are that we are stuck with whatever resolution the BIOS programs

[Bug 21711] Re: [enhancement] Gnomemeeting Real name should use GECOS data

2006-09-02 Thread Paul Sladen
** Changed in: ekiga (upstream) Bugwatch: GNOME Bug Tracker #329761 = GNOME Bug Tracker #353818 -- [enhancement] Gnomemeeting Real name should use GECOS data https://launchpad.net/bugs/21711 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 21711] Re: [enhancement] Gnomemeeting Real name should use GECOS data

2006-09-02 Thread Paul Sladen
dholbach: I tried :) It just got dup'ed back to the original bland bug report that nobody is acting on. ** Changed in: ekiga (upstream) Bugwatch: GNOME Bug Tracker #353818 = GNOME Bug Tracker #329761 -- [enhancement] Gnomemeeting Real name should use GECOS data

[Bug 58539] Re: Usplash artwork should use dark colours to avoid flicker @ 60Hz

2006-09-02 Thread Paul Sladen
Remember to quote and trim! Yes, we know Red Hat did/do this. It also saves 60seconds off their boot process if you disable it (which is longer than a total Ubuntu boot process)... and the splash wasn't able to start until nearly the end of the boot---see below. In theory it's a great idea, in

[Bug 58329] Re: Hibernate doesn't resume when using splash

2006-09-03 Thread Paul Sladen
Hi Memem, is this with Ubuntu 6.06, or with 'edgy'? ** Changed in: usplash (Ubuntu) Status: Confirmed = Needs Info -- Hibernate doesn't resume when using splash https://launchpad.net/bugs/58329 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 59403] g-a-i postinst fails if X is not running

2006-09-07 Thread Paul Sladen
Public bug reported: Apparently gnome-app-install wants X to be running in order to install. This has to be considered a bug, as I can't upgrade from a text console. Setting up gnome-app-install (0.2.11) ... X11 connection rejected because of wrong authentication. The application

[Bug 59403] Re: g-a-i postinst fails if X is not running

2006-09-07 Thread Paul Sladen
** Bug 59214 has been marked a duplicate of this bug -- g-a-i postinst fails if X is not running https://launchpad.net/bugs/59403 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 59214] Re: dpkg-configuring gnome-app-install requires X display

2006-09-07 Thread Paul Sladen
*** This bug is a duplicate of bug 59403 *** ** This bug has been marked a duplicate of bug 59403 g-a-i postinst fails if X is not running -- dpkg-configuring gnome-app-install requires X display https://launchpad.net/bugs/59214 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 50692] Re: New Sony Vaios hotkeys don't work (fn_key polling)

2006-09-07 Thread Paul Sladen
** Changed in: hotkey-setup (Ubuntu) Importance: Untriaged = Low -- New Sony Vaios hotkeys don't work (fn_key polling) https://launchpad.net/bugs/50692 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 50692] Re: New Sony Vaios hotkeys don't work (fn_key polling)

2006-09-07 Thread Paul Sladen
Tonio_ I would have though this was more a wishlist than bug fixing, but that depends on your view ;) ** Changed in: hotkey-setup (Ubuntu) Importance: Low = Wishlist -- New Sony Vaios hotkeys don't work (fn_key polling) https://launchpad.net/bugs/50692 -- ubuntu-bugs mailing list

[Bug 59419] odt (Open Document) needs to be detected before 'zip'.

2006-09-07 Thread Paul Sladen
Public bug reported: Open Document file detected as zip archive in Firefox and presented to Archive Manager, rather than Open Office. ** Affects: file (Ubuntu) Importance: Untriaged Status: Unconfirmed -- odt (Open Document) needs to be detected before 'zip'.

[Bug 59419] Re: odt (Open Document) needs to be detected before 'zip'.

2006-09-07 Thread Paul Sladen
http://www.paul.sladen.org/ubuntu/bugs/odt-detected-as-zipfile.png -- odt (Open Document) needs to be detected before 'zip'. https://launchpad.net/bugs/59419 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 28326] Re: i810 Xv crashes after suspend - infinite resprawn

2006-09-08 Thread Paul Sladen
Hello Ryan, are you running 'edgy' or 6.06 LTS? -- i810 Xv crashes after suspend - infinite resprawn https://launchpad.net/bugs/28326 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

[Bug 57709] Re: GIMP draws phantom dots

2006-09-08 Thread Paul Sladen
Hello Werner, yes this sounds like a driver issue. Which nvidia driver are you using? 'nv', 'nvidia-glx', or 'nvidia-legacy-glx'? -- GIMP draws phantom dots https://launchpad.net/bugs/57709 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 29527] Re: brightness is not associated with any graphical indicator (such as volume one)

2006-09-08 Thread Paul Sladen
If this is dapper: gnome-power-manager (2.14.3-0ubuntu6) dapper; urgency=low * Disable brightness hotkeys for now -- Matthew Garrett [EMAIL PROTECTED] Sat, 13 May 2006 11:50:12 +0100 I have a feeling that it may have been buggy. For me personally, g-p-m seems to constantly play around

[Bug 44781] Rolf: Please open a new bug report for laptop-specific issues

2006-09-11 Thread Paul Sladen
Hello Rolf, thank you for your reported. As you've noted, this isn't the correct bug report and will only serve to confuse this one, which makes the bug-tracking process much harder. Please could you open a new, dedicated bug on this issue by going to:

[Bug 52777] Re: laptop thinkpad X60s switch screen doesn't work

2006-10-01 Thread Paul Sladen
Clone mode (what Fn-F7 *should* do) works by displaying the contents of a display through two outputs of the *same* resolution. The Xinerama multihead support allows a large desktop area cross two displays, which may, or may not, be the same resolution. -- laptop thinkpad X60s switch screen

[Bug 30969] Re: monitor goes to standby when playing a movie in totem fullscreen

2006-10-01 Thread Paul Sladen
Justin, check the BIOS settings, that and g-s-s are the two places it's probably getting blanked. -- monitor goes to standby when playing a movie in totem fullscreen https://launchpad.net/bugs/30969 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 63439] Re: Core2Duo powerstepping doesn't work

2006-10-02 Thread Paul Sladen
This should work out of the box; powernowd loads and uses the 'ondemand' governor instead. Cat you paste the output of: cat /var/lib/acpi-support/*-* ** Changed in: linux-source-2.6.17 (Ubuntu) Sourcepackagename: linux-source-2.6.17 = powernowd ** Changed in: powernowd (Ubuntu)

[Bug 63727] i810 dies after resume, didn't work, worked, didn't work.

2006-10-03 Thread Paul Sladen
Public bug reported: The driver for Intel chips dies after a suspend/hibernate and resume cycle. This has been broken for most of edgy, then fixed itself for about 3 days and now has broken again: Error in I830WaitLpRing(), now is 228810279, start is 228808278 pgetbl_ctl: 0x1ffc0001

[Bug 57626] Re: Network Monitor icons are horizontally stretched

2006-10-05 Thread Paul Sladen
gnome-netstatus (2.12.0-5ubuntu5) edgy; urgency=low * Use aspect correct icon scaling (Closes: Malone: 57626) Thanks to Frank Schoep -- Paul Sladen [EMAIL PROTECTED] Thu, 05 Oct 2006 10:54:17 +0100 ** Changed in: human-icon-theme (Ubuntu) Sourcepackagename: human-icon-theme = gnome

[Bug 64269] Gnome netstatus wifi bar too much padding (icons are square)

2006-10-05 Thread Paul Sladen
Public bug reported: The SVG files are drawn at 128x128, and the vertical bar is only the centre 50% of the canvas size, which is a square. The SVG files should be resized such that there's isn't lots of padding. ** Affects: human-icon-theme (Ubuntu) Importance: Undecided Assignee:

[Bug 60442] Re: Dual / Two Batteries, shutdown on empty expansion battery. (GPM does not recognises second battery on hotplug)

2006-10-07 Thread Paul Sladen
** Summary changed: - Dual / Two Batteries, shutdown on empty expansion battery. (GPM only recognises first battery) + Dual / Two Batteries, shutdown on empty expansion battery. (GPM does not recognises second battery on hotplug) -- Dual / Two Batteries, shutdown on empty expansion battery.

[Bug 60442] Re: Dual / Two Batteries, shutdown on empty expansion battery. (GPM does not recognises second battery on hotplug)

2006-10-07 Thread Paul Sladen
Michael: Can you do: sudo acpi_listen and capture the event that is sent for each of: (a) removing the ultrabay battery (b) inserting the ultrabay battery (c) removing the internal battery (d) inserting the internal battery -- Dual / Two Batteries, shutdown on empty expansion

[Bug 60275] upgrade fails, 'man1/mesg.1.gz' is in 'sysvutils' and 'sysvinit'

2006-09-13 Thread Paul Sladen
Public bug reported: Selecting previously deselected package sysvutils. (Reading database ... 168107 files and directories currently installed.) Unpacking sysvutils (from .../sysvutils_2.86.ds1-14.1ubuntu9_i386.deb) ... dpkg: error processing

[Bug 60278] postinit: cannot stat `/etc/udev/rules.d/65-persistent-storage.rules'

2006-09-13 Thread Paul Sladen
Public bug reported: Postinst copy gets No such file or directory: update-initramfs: Generating /boot/initrd.img-2.6.17-6-386 cp: cannot stat `/etc/udev/rules.d/65-persistent-storage.rules': No such file or directory Setting up volumeid (093-0ubuntu14) ... update-initramfs: Generating

[Bug 60275] Re: upgrade fails, 'man1/mesg.1.gz' is in 'sysvutils' and 'sysvinit'

2006-09-13 Thread Paul Sladen
$ sudo dpkg --force-overwrite -i /var/cache/apt/archives/sysvutils_2.86.ds1-14.1ubuntu9_i386.deb(Reading database ... 168508 files and directories currently installed.) Unpacking sysvutils (from .../sysvutils_2.86.ds1-14.1ubuntu9_i386.deb) ... dpkg - warning, overriding problem because --force

[Bug 60416] sysvinit needs to stay around as a compat package because of essential

2006-09-14 Thread Paul Sladen
Public bug reported: The following ESSENTIAL packages will be REMOVED! sysvinit WARNING: Performing this action will probably cause your system to break! Do NOT continue unless you know EXACTLY what you are doing! To continue, type the phrase I am aware that this is a very bad idea:

[Bug 52967] Re: Amilo 1520 sleep doesn't resume from suspend, caused by video bios?

2006-09-14 Thread Paul Sladen
** Summary changed: - sleep doesn't resume caused by video bios? + Amilo 1520 sleep doesn't resume from suspend, caused by video bios? -- Amilo 1520 sleep doesn't resume from suspend, caused by video bios? https://launchpad.net/bugs/52967 -- ubuntu-bugs mailing list

[Bug 60416] Re: sysvinit needs to stay around as a compat package because of essential

2006-09-14 Thread Paul Sladen
'aptitude dist-upgrade' after apt-get failed to cope with some of the python2.4 churn. -- sysvinit needs to stay around as a compat package because of essential https://launchpad.net/bugs/60416 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 56021] Re: requires versioned Depends for update-rc.d with 'multiuser'

2006-09-14 Thread Paul Sladen
Excellent, all present and accounted for: $ grep multiuser /var/lib/dpkg/info/*postinst | cut -d. -f1 | xargs -n1 -d\\n -- grep-available --not -FDepends sysv-rc --and -XP | grep -c Package: 0 -- requires versioned Depends for update-rc.d with 'multiuser' https://launchpad.net/bugs/56021

[Bug 35319] Re: Can't awake from suspend or hibernation

2006-09-14 Thread Paul Sladen
This bug is getting quite hard to follow up: (a) It regards two completely unrelated laptops from separate manufacturers. (b) The bug has changed from being able resume failure to being about Fn keys not working. We may be better closing this bug and transferring the information to a pair

[Bug 60472] Spacebardoesnotworkafterupgradetoedgy

2006-09-14 Thread Paul Sladen
Public bug reported: Running_'xev'_gets_the_following: FocusOut event, serial 29, synthetic NO, window 0x301, mode NotifyGrab, detail NotifyAncestor FocusOut event, serial 29, synthetic NO, window 0x301, mode NotifyUngrab, detail NotifyPointer FocusIn event, serial 29,

[Bug 60322] Re: No events from Acer TravelMate 650 extra buttons

2006-09-14 Thread Paul Sladen
This probably requires loading the 'acerhk' module for your laptop. Can you please include the DMI data as shown in the HotkeyResearch wiki page and test whether: sudo modprobe acerhk makes any difference to whether you get keycodes? ** Changed in: hotkey-setup (Ubuntu) Status:

[Bug 60472] Re: Spacebardoesnotworkafterupgradetoedgy

2006-09-14 Thread Paul Sladen
Shift+space_does_insert_a_space_as_expected. -- Spacebardoesnotworkafterupgradetoedgy https://launchpad.net/bugs/60472 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 60477] g-s-d crashes on startup under edgy

2006-09-14 Thread Paul Sladen
Public bug reported: Binary package hint: gnome-control-center gnome-settings-daemon crashes as soon as it is loaded, consequently everything turns blue or doesn't work. ** Affects: control-center (Ubuntu) Importance: Untriaged Status: Unconfirmed -- g-s-d crashes on startup

[Bug 60477] Re: g-s-d crashes on startup under edgy

2006-09-14 Thread Paul Sladen
$ gnome-settings-daemon (gnome-settings-daemon:9607): GLib-GObject-WARNING **: gsignal.c:2269: signal name `new-toplevel_window' is invalid for instance `0x80bce70' (gnome-settings-daemon:9607): GLib-GObject-WARNING **: gsignal.c:2269: signal name `new-toplevel_window' is invalid for instance

[Bug 60477] Re: g-s-d crashes on startup under edgy

2006-09-14 Thread Paul Sladen
Starting under: $ strace -f gnome-settings-daemon slows things down enough for whatever was causing the race condition(?) to disappear. -- g-s-d crashes on startup under edgy https://launchpad.net/bugs/60477 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 60472] Re: Spacebardoesnotworkafterupgradetoedgy

2006-09-15 Thread Paul Sladen
Running: $ X $ DISPLAY=:0.0 xterm allows [space] to work normally. It appears to be related to something loaded later. The same applies to 'gdm'; the problem is presumbly something in GNOME; eg. the keyboard utilities. ** Changed in: xorg (Ubuntu) Sourcepackagename: xorg = gnome-desktop

[Bug 60472] Re: Spacebardoesnotworkafterupgradetoedgy

2006-09-15 Thread Paul Sladen
$ sudo /etc/init.d/gdm stop $ rm -r ~/.gnome* $ pkill -u $USER does not fix it. -- Spacebardoesnotworkafterupgradetoedgy https://launchpad.net/bugs/60472 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 60569] Set as Default... gives Unable to store...

2006-09-15 Thread Paul Sladen
Public bug reported: Navigating to: /desktop/gnome/peripherals/keyboard/kbd/overrideSettings and: right-clicking - Set as Default... Brings up an error Unable to store...: http://www.paul.sladen.org/ubuntu/bugs/gconf-editor-set-as-default.png ** Affects: gconf-editor (Ubuntu)

[Bug 60572] Re: gswitchit crashes on startup and any panel applet add/remove

2006-09-15 Thread Paul Sladen
** Attachment added: crash1 http://librarian.launchpad.net/4273166/gswitchit-bugreport.txt -- gswitchit crashes on startup and any panel applet add/remove https://launchpad.net/bugs/60572 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 60572] Re: gswitchit crashes on startup and any panel applet add/remove

2006-09-15 Thread Paul Sladen
** Attachment added: gswitchit-bugreport-2.txt http://librarian.launchpad.net/4273167/gswitchit-bugreport-2.txt -- gswitchit crashes on startup and any panel applet add/remove https://launchpad.net/bugs/60572 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 60572] Re: gswitchit crashes on startup and any panel applet add/remove

2006-09-15 Thread Paul Sladen
** Attachment added: gswitchit-bugreport-3.txt http://librarian.launchpad.net/4273168/gswitchit-bugreport-3.txt -- gswitchit crashes on startup and any panel applet add/remove https://launchpad.net/bugs/60572 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 60572] gswitchit crashes on startup and any panel applet add/remove

2006-09-15 Thread Paul Sladen
Public bug reported: gswitchit appears to be the GNOME keyboard switcher. This applet brings up the GNOME bug buddy on login, and then again if _any_ [other] panel applet is added or removed. ** Affects: gnome-applets (Ubuntu) Importance: Untriaged Status: Unconfirmed --

[Bug 60595] after edgy upgrade console terminal uses uk-international layout with deadkeys

2006-09-15 Thread Paul Sladen
Public bug reported: After upgrade to latest edgy, the virtual consoles are now using a UK international layout with dead-keys. '' and ' require being followed by a ' ' space to be entered. ** Affects: console-setup (Ubuntu) Importance: Untriaged Status: Unconfirmed -- after

[Bug 60595] Re: after edgy upgrade console terminal uses uk-international layout with deadkeys

2006-09-15 Thread Paul Sladen
$ grep XKB /etc/default/console-setup XKBMODEL=pc105 XKBLAYOUT=gb XKBVARIANT=intl XKBOPTIONS= -- after edgy upgrade console terminal uses uk-international layout with deadkeys https://launchpad.net/bugs/60595 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 60598] setupcon has no man-page

2006-09-15 Thread Paul Sladen
Public bug reported: There is no man-page for 'setupcon' used with the '-force' option by: /etc/init.d/console-setup ** Affects: console-setup (Ubuntu) Importance: Untriaged Status: Unconfirmed -- setupcon has no man-page https://launchpad.net/bugs/60598 -- ubuntu-bugs

[Bug 60600] correct font is not restore after switch back from X

2006-09-15 Thread Paul Sladen
Public bug reported: To replicate: $ sudo dpkg-reconfigure console-setup Select a different font, eg. TerminusBold instead of Terminus. Switch to the console: $ sudo /etc/init.d/console-setup stop $ sudo /etc/init.d/console-setup start The new font is now is use. Switch to X with:

[Bug 60603] debrandification. Current usplash testcard contains ubuntu-specific branding

2006-09-15 Thread Paul Sladen
Public bug reported: A modification of usplash testcard 'B' contains the wording: Edgy Eft Edition which is branding-specific to Ubuntu and not attractive to derivatives. ** Affects: usplash (Ubuntu) Importance: Untriaged Status: Unconfirmed -- debrandification. Current

[Bug 60602] No visible output during boot (particularly during extended fsck)

2006-09-15 Thread Paul Sladen
Public bug reported: There is no sign on boot that a fsck might be taking place. There is no way to access normal boot messages, such as pressing 'Alt-F1'. ** Affects: usplash (Ubuntu) Importance: Untriaged Status: Unconfirmed -- No visible output during boot (particularly

[Bug 60605] UK (international) layout selected by default instead of plain UK.

2006-09-15 Thread Paul Sladen
Public bug reported: The international version of the UK keyboard layout was [automatically] selected during upgrade, rather than standard UK. This also results in 'console-setup' later selecting the incorrect layout. ** Affects: xorg (Ubuntu) Importance: Untriaged Status:

[Bug 60604] usplash on i810, top ~100lines become corrupted during boot

2006-09-15 Thread Paul Sladen
Public bug reported: Half-way through the boot while 'usplash' is visible, the top of the display gets corrupted. This is similar to corruption normally seen after a suspend/resume operation as the Xserver is paged back in. ** Affects: usplash (Ubuntu) Importance: Untriaged

[Bug 60588] Re: Unplug/Plug AC cable, the screen don't reduce/increase the brightness

2006-09-15 Thread Paul Sladen
G-p-m has utterly, utterly broken handling of brightness and always gets it wrong, particularly with reducing the brightness if the machine is idle, but never increasing it again. ** Changed in: gnome-power-manager (Ubuntu) Status: Unconfirmed = Confirmed -- Unplug/Plug AC cable, the

[Bug 59403] Re: g-a-i postinst fails if X is not running

2006-09-15 Thread Paul Sladen
Ideally, I would have thought that the _cache_ would not be updated at either build, install or runtime; but at _idle_ time. Parts of the cache will require rebuilding as new data becomes available, so the cache should be able to react, cacheing where required and not hindering when it there is

  1   2   3   4   5   6   7   8   9   10   >