[Bug 230003] [NEW] openssh-server: regression: won't install due to debconf error

2008-05-13 Thread Malcolm Scott
Public bug reported: Binary package hint: openssh-server When upgrading openssh-server on a gutsy box today I ran into this: Preconfiguring packages ... openssh-server template parse error: Template #4 in /tmp/openssh-server.template.4862 has a duplicate field template with new value

[Bug 175297] Re: system filesystems are logged within munin

2008-08-02 Thread Malcolm Scott
Attaching a patch to fix this. ** Attachment added: Patch http://launchpadlibrarian.net/16495826/munin-df.diff -- system filesystems are logged within munin https://bugs.launchpad.net/bugs/175297 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 175297] Re: system filesystems are logged within munin

2008-08-02 Thread Malcolm Scott
Revised the patch to also exclude bind-mounted filesystems (which will always have the same df output as another local filesystem). ** Attachment added: Revised patch http://launchpadlibrarian.net/16495922/munin-df.diff -- system filesystems are logged within munin

[Bug 1269993] Re: mysql 5.5.35 and 5.1.73 security update tracking bug

2014-01-21 Thread Malcolm Scott
Is an update planned for 13.04? http://people.canonical.com/~ubuntu-security/cve/2014/CVE-2014-0393.html et al state ignored (reached end-of-life) which is surprising given 13.04's end-of-life is still a week away (27 Jan: https://lists.ubuntu.com/archives/ubuntu-security-

[Bug 407173] [NEW] openssh: Please set traffic class on IPv6 packets

2009-07-30 Thread Malcolm Scott
Public bug reported: OpenSSH sets the IPv4 ToS (Type of Service) byte to low delay or max throughput depending on the situation, but does not set the equivalent IPv6 Traffic Class byte. As far as I understand, these two bytes are supposed to be used the same way. Debian bug

[Bug 586546] Re: Byobu should be enabled by default for initial login to Ubuntu Server

2010-06-25 Thread Malcolm Scott
In an environment with a number of Ubuntu servers, it is common (here, anyway) for a user to only run byobu on one of them, from which ssh connections to the other servers are maintained -- ssh from one server to another will take up another two lines of the terminal and provide confusing nested

[Bug 598385] [NEW] munin plugin exim_mailqueue has incorrect graph configuration

2010-06-25 Thread Malcolm Scott
Public bug reported: Binary package hint: munin-node The exim_mailqueue graph (in munin-node 1.4.4-1ubuntu1) tells rrdtool to draw first a STACK (for 'mails') and then an AREA (for 'frozen'). This is invalid as STACK must follow AREA or LINE, and the graph does not render. The error message in

[Bug 598385] Re: munin plugin exim_mailqueue has incorrect graph configuration

2010-06-25 Thread Malcolm Scott
** Patch added: Patch for /usr/share/munin/plugins/exim_mailqueue http://launchpadlibrarian.net/50888620/exim_mailqueue.diff ** Description changed: - Binary package hint: munin + Binary package hint: munin-node - The exim_mailqueue graph tells rrdtool to draw first a STACK (for -

[Bug 586546] Re: Byobu should be enabled by default for initial login to Ubuntu Server

2010-07-08 Thread Malcolm Scott
Re #14 (Dustin Kirkland): Thanks; ssh -t server bash is a workaround I had somehow failed to notice. I suggest that it should be documented somewhere very obvious if byobu becomes enabled by default though. Re #16 (Timothy R. Chavez): Anyone with access to my user account effectively has

[Bug 1350220] Re: hibernation fails because chvt hangs

2014-09-10 Thread Malcolm Scott
There's a race in chvt (see my comment at https://bugs.launchpad.net/ubuntu/+source/kbd/+bug/1351564/comments/4) which may be to blame. I suspect something on my system (Nvidia driver?) is almost always winning this race, so chvt almost always blocks and I can't suspend. Perhaps pm-utils should

[Bug 174038] Re: bad md5sum in Packages file

2008-04-21 Thread Malcolm Scott
Indeed, I feel it would look very unprofessional to say the least if Hardy were to be released in a state in which it cannot be securely mirrored. Surely it is a simple matter for the right person to fix this? -- bad md5sum in Packages file https://bugs.launchpad.net/bugs/174038 You received

[Bug 117943] Re: gnome-session should depend on dbus-x11

2008-03-21 Thread Malcolm Scott
I too see this bug, on upgrading to hardy on my rather minimal (non- GNOME) system on which I still run gnome-settings-daemon in order that my settings will be applied to GTK apps. $ gnome-settings-daemon ** (gnome-settings-daemon:14491): WARNING **: Couldn't connect to session bus: Failed to

[Bug 197421] [NEW] Firefox UI for SSL certificate shows incomplete domain

2008-03-01 Thread Malcolm Scott
Public bug reported: Binary package hint: firefox-3.0 If I visit a HTTPS site and click the favicon by the URL bar, the pop-up balloon containing information about the SSL certificate appears to always display exactly the last two levels of the domain name only. This results in

[Bug 197421] Re: Firefox UI for SSL certificate shows incomplete domain

2008-03-01 Thread Malcolm Scott
** Attachment added: screenshot http://launchpadlibrarian.net/12344503/ffox-wildcard-cert-bug.png -- Firefox UI for SSL certificate shows incomplete domain https://bugs.launchpad.net/bugs/197421 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 38606] Re: scim doesn't play well with focus-follows-mouse

2008-03-18 Thread Malcolm Scott
Confirmed here (latest hardy). This makes SCIM essentially unusable. ** Changed in: scim (Ubuntu) Status: New = Confirmed -- scim doesn't play well with focus-follows-mouse https://bugs.launchpad.net/bugs/38606 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 184719] vim uses ./$TMPDIR (literally, not expanded) as temporary directory

2008-01-20 Thread Malcolm Scott
Public bug reported: Binary package hint: vim If the TMPDIR environment variable is *not* set, vim will attempt to create temporary files in ./$TMPDIR (a literal directory name containing a dollar sign, not an environment variable expansion). It should instead try /tmp if TMPDIR is not set.

[Bug 184721] Re: linux-source-2.6.22-2.6.22 ships with deprecated asus_acpi.ko

2008-01-20 Thread Malcolm Scott
** Summary changed: - linux-source-2.6.22-2.6.22 + linux-source-2.6.22-2.6.22 ships with deprecated asus_acpi.ko -- linux-source-2.6.22-2.6.22 ships with deprecated asus_acpi.ko https://bugs.launchpad.net/bugs/184721 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 173043] Re: php5 5.2.3-1ubuntu6.1 introduced segfault regression

2007-11-30 Thread Malcolm Scott
I've reproduced the crash using a self-compiled package with debug symbols (DEB_BUILD_OPTIONS=nostrip,debug). Here's the backtrace: #0 0x2b886ee62b50 in strlen () from /lib/libc.so.6 #1 0x0051f4e4 in php_session_reset_id () at

[Bug 173043] Re: php5 5.2.3-1ubuntu6.1 introduced segfault regression

2007-11-30 Thread Malcolm Scott
Rebuilding the imap and mcrypt did not stop the segfaults. -- php5 5.2.3-1ubuntu6.1 introduced segfault regression https://bugs.launchpad.net/bugs/173043 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 173043] Re: php5 5.2.3-1ubuntu6.1 introduced segfault regression

2007-11-30 Thread Malcolm Scott
Crash report attached for a crash in phpMyAdmin (just loading the login form), with the rebuilt imap and mcrypt modules installed. ** Attachment added: Crash report (phpMyAdmin) http://launchpadlibrarian.net/10670256/_usr_lib_cgi-bin_php5.33.crash -- php5 5.2.3-1ubuntu6.1 introduced segfault

[Bug 173043] php5 5.2.3-1ubuntu6.1 introduced segfault regression

2007-11-30 Thread Malcolm Scott
Public bug reported: Binary package hint: php5 Since installing the latest security update for PHP (5.2.3-1ubuntu6.1) I am seeing segfaults when accessing some PHP CGI scripts: Nov 30 13:20:41 pip kernel: [2049612.462000] php5-cgi[3740]: segfault at a0239a60 rip 2aee99db8b50 rsp

[Bug 173043] Re: php5 5.2.3-1ubuntu6.1 introduced segfault regression

2007-11-30 Thread Malcolm Scott
Got it! The necessary header for php_url_encode wasn't included, and the implicit declaration wasn't quite right. The following patch appears to stop the segfaults: --- ext/session/session.c.orig 2007-12-01 05:41:38.502160889 + +++ ext/session/session.c 2007-12-01 05:27:50.052388781

[Bug 173043] Re: php5 5.2.3-1ubuntu6.1 introduced segfault regression

2007-11-30 Thread Malcolm Scott
These are standard debs from the gutsy-security repository. A variety of different scripts are crashing, including phpMyAdmin, Gallery, MediaWiki, etc. There are several pertinent crash reports in /var/crash but unfortunately they're likely to contain user data (MySQL passwords etc.) -- I'll see

[Bug 173043] Re: php5 5.2.3-1ubuntu6.1 introduced segfault regression

2007-12-01 Thread Malcolm Scott
My configuration is essentially the same as yours (I removed the Alias line from /etc/phpmyadmin/apache.conf and used a symlink instead, but I doubt that affects the bug). What arch are you using -- perhaps the bug only manifests itself on amd64? I did also find that certain things would cause

[Bug 131885] Re: Backlight no longer under my control on battery

2007-12-14 Thread Malcolm Scott
I agree: when I adjust the backlight brightness using the hotkeys (on my HP 2510p) the setting is completely forgotten as soon as the system goes idle, which is somewhat irritating. A simple(?) fix could perhaps be to have the backlight hotkeys also update gnome-power-manager's default backlight

[Bug 155444] Re: Dark screen (no backlight or VERY low brightness) after wake up

2007-12-14 Thread Malcolm Scott
Same on a HP 2510p (intermittently, possibly timing-dependent). Matthew Garrett tells me that you can work around it by adding a script to /etc/acpi/suspend.d that saves the value in /sys/class/backlight/whatever/brightness and one in resume.d that writes it back (do this after the video reinit

[Bug 174038] Re: bad md5sum in Packages file

2008-01-15 Thread Malcolm Scott
I note that debmirror will refuse to update a mirror in this situation, so no mirrors using debmirror will update until this is fixed. -- bad md5sum in Packages file https://bugs.launchpad.net/bugs/174038 You received this bug notification because you are a member of Ubuntu Bugs, which is the

[Bug 185719] Re: remove duplicate pci ids bcm43xx/ssb prism54/p54pci

2008-04-29 Thread Malcolm Scott
This causes my wireless PCMCIA card not to work. Using the p54pci driver, I get: :02:00.0 (prism54pci): cannot find firmware (isl3886) ACPI: PCI interrupt for device :02:00.0 disabled prism54pci: probe of :02:00.0 failed with error -2 (I note that the isl3886 firmware is present on

[Bug 197421] Re: Firefox UI for SSL certificate shows incomplete domain

2008-06-26 Thread Malcolm Scott
Indeed, this appears to have been substantially improved. Portions of the CN are still being stripped off; I still think that's possibly unwise, but clearly someone thinks differently, so since my original complaint is no longer relevant I'll close this bug. ** Changed in: firefox-3.0 (Ubuntu)

[Bug 99040] Re: [xubuntu-only] xfdesktop crashed with SIGSEGV in common_desktop_menu()

2008-05-11 Thread Malcolm Scott
I'm also seeing this behaviour. Alternative workaround: Settings Manager - Desktop -enable Show desktop menu on right click. Looks like the segfault occurs when all the menus which could be displayed have been turned off. -- [xubuntu-only] xfdesktop crashed with SIGSEGV in

[Bug 230003] [NEW] openssh-server: regression: won't install due to debconf error

2008-05-13 Thread Malcolm Scott
Public bug reported: Binary package hint: openssh-server When upgrading openssh-server on a gutsy box today I ran into this: Preconfiguring packages ... openssh-server template parse error: Template #4 in /tmp/openssh-server.template.4862 has a duplicate field template with new value

[Bug 112991] Re: /etc/init.d/apache2 greps excessively for PidFile

2007-05-06 Thread Malcolm Scott
Sorry, should have mentioned: I'm using feisty. -- /etc/init.d/apache2 greps excessively for PidFile https://bugs.launchpad.net/bugs/112991 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 112991] /etc/init.d/apache2 greps excessively for PidFile

2007-05-06 Thread Malcolm Scott
Public bug reported: Binary package hint: apache2 /etc/init.d/apache2 does a grep ^PidFile /etc/apache2/* -r. It is not uncommon for there to exist a symlink from /etc/apache2/logs to /var/log/apache2: this causes that invocation of grep to scan through all of Apache's log files. On my web

[Bug 193757] Re: no candidate found for xfonts-artwiz in Hardy

2008-07-08 Thread Malcolm Scott
** Changed in: xfonts-artwiz (Ubuntu) Status: New = Confirmed -- no candidate found for xfonts-artwiz in Hardy https://bugs.launchpad.net/bugs/193757 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 175297] Re: system filesystems are logged within munin

2008-08-02 Thread Malcolm Scott
Attaching a patch to fix this. ** Attachment added: Patch http://launchpadlibrarian.net/16495826/munin-df.diff -- system filesystems are logged within munin https://bugs.launchpad.net/bugs/175297 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 175297] Re: system filesystems are logged within munin

2008-08-02 Thread Malcolm Scott
This fix was incomplete -- system filesystems are not excluded when the plugin is reporting its configuration, which results in such filesystems appearing with usage as 'nan' (not a number). ** Changed in: munin (Ubuntu) Status: Fix Released = Confirmed -- system filesystems are logged

[Bug 175297] Re: system filesystems are logged within munin

2008-08-02 Thread Malcolm Scott
Revised the patch to also exclude bind-mounted filesystems (which will always have the same df output as another local filesystem). ** Attachment added: Revised patch http://launchpadlibrarian.net/16495922/munin-df.diff -- system filesystems are logged within munin

[Bug 148618] Re: Change in behaviour of gzreadline() caused debmirror to delete my whole mirror

2007-10-23 Thread Malcolm Scott
Duplicate of #136634 -- Change in behaviour of gzreadline() caused debmirror to delete my whole mirror https://bugs.launchpad.net/bugs/148618 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 136634] Re: Unable to download packages using Gutsy debmirror

2007-10-23 Thread Malcolm Scott
This is in Debian as http://bugs.debian.org/435656 -- their solution involved fixing libcompress-zlib-perl. -- Unable to download packages using Gutsy debmirror https://bugs.launchpad.net/bugs/136634 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 136634] Re: Unable to download packages using Gutsy debmirror

2007-10-23 Thread Malcolm Scott
** Changed in: libcompress-zlib-perl (Ubuntu) Sourcepackagename: debmirror = libcompress-zlib-perl -- Unable to download packages using Gutsy debmirror https://bugs.launchpad.net/bugs/136634 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 108602] Re: kernel BUG with ISL3890 Network controller (prism54)

2007-06-26 Thread Malcolm Scott
Hi, I'm seeing something similar (I think). I have a 3Com Office Connect 3CRWE154G72 PCMCIA card, which uses the prism54 driver. On inserting the card I get Cannot read eeprom; on then removing and reinserting the card I get a kernel BUG; on removing the card for a second time I get a crash

[Bug 108602] Re: kernel BUG with ISL3890 Network controller (prism54)

2007-06-26 Thread Malcolm Scott
Sorry, should have said: up-to-date Feisty, i686, 2.6.20-16-generic. -- kernel BUG with ISL3890 Network controller (prism54) https://bugs.launchpad.net/bugs/108602 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

[Bug 364094] [NEW] glibc does not understand DNAME (RFC 2672) DNS records

2009-04-20 Thread Malcolm Scott
Public bug reported: When attempting to resolve a DNS name abstracted via a DNAME record (see RFC 2672), glibc's stub resolver: (1) logs, via syslog, a debug message: $ grep DNAME /var/log/auth.log Apr 20 12:43:38 callisto alpine: gethostby*.getanswer: asked for

[Bug 364094] Re: glibc does not understand DNAME (RFC 2672) DNS records

2009-04-20 Thread Malcolm Scott
Er, that last line was meant to say: The relevant code is around glibc-2.9/resolv/gethnamaddr.c:342 and glibc-2.9/resolv/nss_dns/dns-host.c:792 (2.9-4ubuntu6). -- glibc does not understand DNAME (RFC 2672) DNS records https://bugs.launchpad.net/bugs/364094 You received this bug notification

[Bug 351580] [NEW] trac CGI templates have incorrect #! line

2009-03-30 Thread Malcolm Scott
Public bug reported: Binary package hint: trac 14:11:52 1011 ma...@callisto:~$ head -n1 /usr/share/pyshared/trac/admin/templates/*.{cgi,fcgi,wsgi} == /usr/share/pyshared/trac/admin/templates/deploy_trac.cgi == #!${executable} == /usr/share/pyshared/trac/admin/templates/deploy_trac.fcgi ==

[Bug 230577] Re: small bug in /usr/lib/xen-tools/hardy.d/100-ubuntu-setup

2009-01-05 Thread Malcolm Scott
This bug breaks tty1 on dom0 by rewriting dom0's /etc/event.d/tty1, and has a really simple fix (removal of 100-ubuntu-setup) -- why hasn't it been fixed yet? -- small bug in /usr/lib/xen-tools/hardy.d/100-ubuntu-setup https://bugs.launchpad.net/bugs/230577 You received this bug notification

[Bug 34376] Re: missing main/debian-installer in repo causes debmirror to fail

2009-11-08 Thread Malcolm Scott
I can confirm that this patch is no longer effective for some reason: $ debmirror --method=rsync --host=ubuntu.retrosnub.co.uk --root=:ubuntu --pdiff=mirror '--ignore=^(releases/|cdimage$|\.htaccess$|\.cdimage-lock$)' '--rsync-options=-aIL --partial --no-motd' --getcontents

[Bug 461127] Re: Kernel installed by linux-image-virtual isn't usable as Xen DomU kernel

2009-11-11 Thread Malcolm Scott
Has a fix really been committed or was that status update erroneous? -- Kernel installed by linux-image-virtual isn't usable as Xen DomU kernel https://bugs.launchpad.net/bugs/461127 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 484209] [NEW] /etc/init/statd.conf: race with portmap startup

2009-11-17 Thread Malcolm Scott
Public bug reported: On my system (a Xen virtual machine running karmic and acting as an NFS client), I see the following during boot: init: statd pre-start process (831) terminated with status 1 mountall: Event failed Enabling console output in /etc/init/statd.conf shows that the error is

[Bug 298085] Re: maildrop is compiled without authlib extension !

2009-07-10 Thread Malcolm Scott
I suspect the problem to be lines 116-119 of maildrop/configure.in: if test -d ${srcdir}/../courier then COURIERAUTHCONFIG= fi This check was added since the version of courier in hardy and appears to disable authlib support if maildrop is being built as part of the courier package (as it is

[Bug 33967] Re: A way to disable low disk space warnings

2009-07-10 Thread Malcolm Scott
*** This bug is a duplicate of bug 390504 *** https://bugs.launchpad.net/bugs/390504 In karmic I'm getting these warnings about once a minute for a couple of read-only NFS mounts! Very irritating. -- A way to disable low disk space warnings https://bugs.launchpad.net/bugs/33967 You

[Bug 390504] Re: gnome-settings-daemon should keep its opinions about my disk management to itself

2009-07-11 Thread Malcolm Scott
In current karmic I'm getting these warnings pop up every minute or so, for a few read-only NFS filesystems. As Steve said, it is useless to provide warnings for filesystems to which the user cannot write (nor indeed can anyone else on the system, in this case). And I'm not sure why they're

[Bug 277402] Re: NetworkManager crashed (on login) with SIGSEGV in start_thread()

2008-10-02 Thread Malcolm Scott
** Attachment added: CoreDump.gz http://launchpadlibrarian.net/18153399/CoreDump.gz ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/18153400/Dependencies.txt ** Attachment added: Disassembly.txt http://launchpadlibrarian.net/18153401/Disassembly.txt ** Attachment

[Bug 150918] Re: Setting the number of workspaces under compiz does not also set the keybindings

2008-10-04 Thread Malcolm Scott
This bug is still present in Intrepid Beta. -- Setting the number of workspaces under compiz does not also set the keybindings https://bugs.launchpad.net/bugs/150918 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 275447] Re: update music-applet to support banshee

2008-10-04 Thread Malcolm Scott
I second this -- would be great to have the newer version in intrepid if it's not too late. Thanks. -- update music-applet to support banshee https://bugs.launchpad.net/bugs/275447 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 78635] Re: kernel oops in cpufreq / kondemand

2007-01-20 Thread Malcolm Scott
This problem appears to have gone away in 2.6.20-5-generic. -- kernel oops in cpufreq / kondemand https://launchpad.net/bugs/78635 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 78635] kernel oops in cpufreq / kondemand

2007-01-09 Thread Malcolm Scott
Public bug reported: Binary package hint: linux-source-2.6.20 Sometime during boot, I get this: [ 101.624942] Unable to handle kernel paging request at 8104b4bdadd4 RIP: [ 101.624946] [88b1a12a] :cpufreq_stats:cpufreq_stat_notifier_trans+0x7a/0xb0 [ 101.624952] PGD 8063 PUD 0

[Bug 78635] Re: kernel oops in cpufreq / kondemand

2007-01-09 Thread Malcolm Scott
I should mention that uname -srvmo reports: Linux 2.6.20-4-generic #2 SMP Fri Jan 5 02:54:59 UTC 2007 x86_64 GNU/Linux and I'm using feisty. -- kernel oops in cpufreq / kondemand https://launchpad.net/bugs/78635 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 78635] Re: kernel oops in cpufreq / kondemand

2007-01-09 Thread Malcolm Scott
Furthermore, this also happens in 2.6.20-3-generic, but not in 2.6.20-2-generic. -- kernel oops in cpufreq / kondemand https://launchpad.net/bugs/78635 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 78635] Re: kernel oops in cpufreq / kondemand

2007-01-09 Thread Malcolm Scott
Yes, the same happens using an untainted kernel (with both vmware and nvidia modules uninstalled). -- kernel oops in cpufreq / kondemand https://launchpad.net/bugs/78635 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 407173] [NEW] openssh: Please set traffic class on IPv6 packets

2009-07-30 Thread Malcolm Scott
Public bug reported: OpenSSH sets the IPv4 ToS (Type of Service) byte to low delay or max throughput depending on the situation, but does not set the equivalent IPv6 Traffic Class byte. As far as I understand, these two bytes are supposed to be used the same way. Debian bug

[Bug 92704] Networking shut down too early

2007-03-15 Thread Malcolm Scott
Public bug reported: Binary package hint: netbase When shutting down my feisty system, networking is brought down too early: specifically, before NFS mounts are umounted. This causes quotaoff (called by /etc/rc0.d/K85quota) to hang for a long while as it tries to investigate NFS mounts which

[Bug 824089] Re: Xen blkfront i/o errors prevent boot in domU

2012-01-31 Thread Malcolm Scott
This bug is still present in the 3.2.2-030202 mainline build. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/824089 Title: Xen blkfront i/o errors prevent boot in domU To manage notifications about

[Bug 824089] Re: Xen blkfront i/o errors prevent boot in domU

2012-01-31 Thread Malcolm Scott
This bug is also still present in the 3.3.0-030300rc1 mainline build. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/824089 Title: Xen blkfront i/o errors prevent boot in domU To manage

[Bug 824089] Re: Xen blkfront i/o errors prevent boot in domU

2012-02-01 Thread Malcolm Scott
This turned out to be a XenServer bug related to the interaction between blkback and barriers; my contact at Citrix has produced a dom0 kernel patch which fixes the issue. I'm told the fix will be incorporated in the next point release of XenServer. ** Changed in: linux (Ubuntu) Status:

[Bug 606491] Re: start: Job is already running: anacron

2012-02-29 Thread Malcolm Scott
This bug is more serious than I thought. It appears that because of the aforementioned apt bug (it sometimes never exits when invoked from one of the cron.daily scripts), anacron has not run any jobs on my system for the past month. This is not a good failure mode. It would be much more safe

[Bug 824089] Re: Xen blkfront i/o errors on kernel 3.0.0-9-generic-pae

2011-09-13 Thread Malcolm Scott
Bug still exists in 3.0.0-11.17. ** Changed in: linux Status: Incomplete = New ** Summary changed: - Xen blkfront i/o errors on kernel 3.0.0-9-generic-pae + Xen blkfront i/o errors on kernel 3.0.0-11.17 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 824089] Re: Xen blkfront i/o errors on kernel 3.0.0-11.17

2011-09-13 Thread Malcolm Scott
Apport logs already present... ** Changed in: linux Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/824089 Title: Xen blkfront i/o errors on kernel 3.0.0-11.17

[Bug 824089] Re: Xen blkfront i/o errors on kernel 3.0.0-11.18

2011-09-14 Thread Malcolm Scott
Bug still present in 3.0.0-11.18 ** Summary changed: - Xen blkfront i/o errors on kernel 3.0.0-11.17 + Xen blkfront i/o errors on kernel 3.0.0-11.18 ** Changed in: linux Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 824089] Re: Xen blkfront i/o errors prevent boot in domU

2011-10-13 Thread Malcolm Scott
Konrad: XenServer 5.6 SP2. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/824089 Title: Xen blkfront i/o errors prevent boot in domU To manage notifications about this bug go to:

[Bug 824089] Re: Xen blkfront i/o errors prevent boot in domU

2011-10-13 Thread Malcolm Scott
The bug is present in mainline kernel 3.1rc9. ** Tags removed: kernel-request-3.0.0-11.17 kernel-request-3.0.0-11.18 kernel-request-3.0.0-12.19 kernel-request-3.0.0-12.20 needs-upstream- testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 824089] Re: Xen blkfront i/o errors prevent boot in domU

2011-10-13 Thread Malcolm Scott
Already confirmed on 3.0.0-12.20. ** Changed in: linux Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/824089 Title: Xen blkfront i/o errors prevent boot in

[Bug 824089] Re: Xen blkfront i/o errors on kernel 3.0.0-11.18

2011-10-09 Thread Malcolm Scott
Bug still present in 3.0.0-12.20. ** Changed in: linux Status: Incomplete = Confirmed ** Summary changed: - Xen blkfront i/o errors on kernel 3.0.0-11.18 + Xen blkfront i/o errors -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 824089] Re: Xen blkfront i/o errors prevent boot in domU

2011-10-09 Thread Malcolm Scott
** Summary changed: - Xen blkfront i/o errors + Xen blkfront i/o errors prevent boot in domU -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/824089 Title: Xen blkfront i/o errors prevent boot in

[Bug 824089] Re: Xen blkfront i/o errors on kernel 3.0.0-9-generic-pae

2011-08-22 Thread Malcolm Scott
Bug still exists in 3.0.0-9-generic-pae. ** Summary changed: - Xen blkfront i/o errors on kernel 3.0.0-8-generic-pae + Xen blkfront i/o errors on kernel 3.0.0-9-generic-pae -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 824089] Re: Xen blkfront i/o errors on kernel 3.0.0-9-generic-pae

2011-08-22 Thread Malcolm Scott
Someone else has reported this bug to xen-devel: http://lists.xensource.com/archives/html/xen-devel/2011-08/msg00852.html Apparently 3.0.2 works. ** Also affects: linux Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 375625] Re: screen freezes up, turns zombie

2011-08-22 Thread Malcolm Scott
Backported packages are available in my PPA: https://launchpad.net/~malcscott/+archive/screen No warranty, etc.; I've tested the natty backport and it seems to work for me (although since the crash is infrequent here I can't yet 100% confirm that the bug is fixed). Backports for other versions

[Bug 829562] [NEW] Ubuntu Firefox Modifications addon persistently disables middlemouse.contentLoadURL

2011-08-19 Thread Malcolm Scott
Public bug reported: Firefox has an optional feature whereby the URL in the clipboard will be loaded on middle-click. Although I accept the reasoning behind this being turned off by default (bug 353318), I prefer it turned on. It used to be the case that one could turn it on by visiting

[Bug 824089] Re: Xen blkfront i/o errors on kernel 3.0.0-8-generic-pae

2011-08-19 Thread Malcolm Scott
apport information ** Tags added: apport-collected oneiric ** Description changed: When booting a Xen PV domU on 3.0.0-8-generic-pae (latest in oneiric) my root filesystem falls over immediately after boot: [5.685992] blkfront: barrier: empty write xvdb op failed [5.685998]

[Bug 824089] CurrentDmesg.txt

2011-08-19 Thread Malcolm Scott
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/824089/+attachment/2292941/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/824089

[Bug 824089] ProcInterrupts.txt

2011-08-19 Thread Malcolm Scott
apport information ** Attachment added: ProcInterrupts.txt https://bugs.launchpad.net/bugs/824089/+attachment/2292943/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 824089] ProcModules.txt

2011-08-19 Thread Malcolm Scott
apport information ** Attachment added: ProcModules.txt https://bugs.launchpad.net/bugs/824089/+attachment/2292944/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/824089

[Bug 824089] UdevDb.txt

2011-08-19 Thread Malcolm Scott
apport information ** Attachment added: UdevDb.txt https://bugs.launchpad.net/bugs/824089/+attachment/2292945/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/824089 Title: Xen

[Bug 824089] UdevLog.txt

2011-08-19 Thread Malcolm Scott
apport information ** Attachment added: UdevLog.txt https://bugs.launchpad.net/bugs/824089/+attachment/2292946/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/824089 Title: Xen

[Bug 824089] WifiSyslog.txt

2011-08-19 Thread Malcolm Scott
apport information ** Attachment added: WifiSyslog.txt https://bugs.launchpad.net/bugs/824089/+attachment/2292947/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/824089

[Bug 824089] Re: Xen blkfront i/o errors on kernel 3.0.0-8-generic-pae

2011-08-19 Thread Malcolm Scott
Updated with apport information as requested. There may be errors amongst this data since the root fs journal had already been aborted by this point (apport-collect only worked after mounting a tmpfs over /root!). ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed ** Tags

[Bug 824089] ProcCpuinfo.txt

2011-08-19 Thread Malcolm Scott
apport information ** Attachment added: ProcCpuinfo.txt https://bugs.launchpad.net/bugs/824089/+attachment/2292942/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/824089

[Bug 877453] [NEW] rlinetd's update-inetd fails if invoked from a maint script using debconf

2011-10-18 Thread Malcolm Scott
Public bug reported: When upgrading to oneiric with sane-utils and rlinetd installed: Setting up sane-utils (1.0.22-2ubuntu2) ... *** WARNING: ucf was run from a maintainer script that uses debconf, but the script did not pass --debconf-ok to ucf. The maintainer script

[Bug 824089] Re: Xen blkfront i/o errors prevent boot in domU

2011-11-18 Thread Malcolm Scott
For the record I've just tested linux- image-3.2.0-030200rc2-generic_3.2.0-030200rc2.20151435 and the bug is still present. This is still on XenServer 5.6 SP2; I'll try to test on a XS 6 install later. (Lucid does work on both versions; the problem is only with Oneiric.) Stefan: I hadn't

[Bug 824089] Re: Xen blkfront i/o errors on NFS-backed disks prevent boot in domU

2011-11-18 Thread Malcolm Scott
The bug also occurs on XenServer 6 (with Oneiric's kernel, on NFS-backed storage). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/824089 Title: Xen blkfront i/o errors on NFS-backed disks prevent

[Bug 824089] Re: Xen blkfront i/o errors on NFS-backed disks prevent boot in domU

2011-11-18 Thread Malcolm Scott
Correction -- the bug DOES *sometimes* occur if the root filesystem is on local storage. On local storage, the bug has so far occurred on three out of six boot attempts. I have yet to see a successful boot on NFS storage. ** Summary changed: - Xen blkfront i/o errors on NFS-backed disks

[Bug 364094] Re: glibc does not understand DNAME (RFC 2672) DNS records

2011-10-31 Thread Malcolm Scott
For the record, this bug is still present in lucid, although it seems to have been fixed in oneiric (and possibly some intermediate releases). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/364094

[Bug 791513] Re: After upgrade to kernel 2.6.32.32.38 ubuntu don't start in Xenserver

2011-06-07 Thread Malcolm Scott
** Changed in: linux (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/791513 Title: After upgrade to kernel 2.6.32.32.38 ubuntu don't start in Xenserver --

[Bug 791513] Re: After upgrade to kernel 2.6.32.32.38 ubuntu don't start in Xenserver

2011-06-07 Thread Malcolm Scott
This is a serious regression. My testing suggests that this issue affects any guest which is assigned more than 578MB of RAM. (A guest configured in XenCenter with 579MB of RAM exhibits the fault, whereas the same guest reconfigured with 578MB boots fine.) Victor, can you check whether reducing

[Bug 791513] Re: After upgrade to kernel 2.6.32.32.38 ubuntu don't start in Xenserver

2011-06-07 Thread Malcolm Scott
Incidentally, the kernel I'm running is actually linux-image-2.6.32-32 -generic-pae 2.6.32-32.62 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/791513 Title: After upgrade to kernel 2.6.32.32.38

[Bug 517060] Re: hardy-lucid upgrade using linux-image-xen breaks systems running in PV mode under xen/xenserver

2011-06-07 Thread Malcolm Scott
linux-image-server (64-bit) or linux-image-generic-pae (32-bit) in lucid work just fine paravirtualised in Xen domU. Admittedly the existence of a -virtual kernel is somewhat misleading in this case, but the paravirtualised kernels do exist. -- You received this bug notification because you are

[Bug 791513] Re: After upgrade to kernel 2.6.32.32.38 ubuntu don't start in Xenserver

2011-06-07 Thread Malcolm Scott
Additionally, this bug only applies to the 32-bit kernel (-generic-pae), not 64-bit (-server). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/791513 Title: After upgrade to kernel 2.6.32.32.38

[Bug 791513] Re: After upgrade to kernel 2.6.32.32.38 ubuntu don't start in Xenserver

2011-06-08 Thread Malcolm Scott
Also, this bug is not XenServer-specific; I've reproduced it on Xen 4.0. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/791513 Title: After upgrade to kernel 2.6.32.32.38 ubuntu don't start in

[Bug 791513] Re: After upgrade to kernel 2.6.32.32.38 ubuntu don't start in Xenserver

2011-06-12 Thread Malcolm Scott
Reverting xen: set max_pfn_mapped to the last pfn mapped (https://patchwork.kernel.org/patch/646251/) fixes this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/791513 Title: After upgrade to kernel

[Bug 351580] Re: trac CGI templates have incorrect #! line

2009-05-18 Thread Malcolm Scott
Ah, right, I wasn't aware of trac-admin deploy; I assumed one was supposed to copy/symlink the template. ** Changed in: trac (Ubuntu) Status: New = Invalid -- trac CGI templates have incorrect #! line https://bugs.launchpad.net/bugs/351580 You received this bug notification because you

  1   2   3   >