Public bug reported:
partman/init.d/30parted always forces 'seen' to 'false' for
partman/installation_medium_mounted. This prevents it from being
preseeded, as Colin suggests in
https://bugs.launchpad.net/ubuntu/+source/partman-base/+bug/344976.
--
if [ "$part_warn" ]; then
it's accepted into -proposed, or
should I check for it in -proposed periodically?
john
--
John Morrissey _o/\ __o
j...@horde.net_-< \_ / \ < \,
www.horde.net/__(_)/_(_)/\___(_) /_(_)__
--
You received thi
Lucid
>Status: Confirmed => Invalid
So this won't be SRU'd for lucid? Unfortunately, I don't have any affected
machines running natty, and can't upgrade the affected lucid machine(s) to
that release in order to provide feedback.
john
--
John Morrissey _o
the received events for:
UDEV - the event which udev sends out after rule processing
KERNEL - the kernel uevent
[no events generated]
john
--
John Morrissey _o/\ __o
j...@horde.net_-< \_ / \ < \,
www.horde.net/__(_)/_(_)_
ding a patched binary myself.
john
--
John Morrissey _o/\ __o
j...@horde.net_-< \_ / \ < \,
www.horde.net/__(_)/_(_)/\___(_) /_(_)__
--
You received this bug notification because you are a member of Ubunt
:07:00.3/:08:01.0/host2/rport-2:0-3/target2:0:3/2:0:3:0/block/sdb
(block)
john
--
John Morrissey _o/\ __o
j...@horde.net_-< \_ / \ < \,
www.horde.net/__(_)/_(_)/\___(_) /_(_)__
--
You received this bu
On Wed, Apr 13, 2011 at 03:59:58PM -, Serge Hallyn wrote:
> Does fixing the rule to use '-q' fix this bug for you?
Doesn't seem to. Changing the one instance of -Q in
/lib/udev/rules.d/95-kpartx.rules to -q doesn't change the behavior
described in this bug.
Here are the udevd syslogs corresponding to the multipathd verbose logs
in #9.
I also ran udevd with --debug; the debug output is attached and the
corresponding syslogs are far below.
Apr 8 23:10:44 pxe-237 udevd-work[3952]: symlink(../../sda,
/dev/disk/by-id/scsi-360a98000486e5339576f5336524d5
I should also note that the errant behavior has changed a little since
we first observed it; events used to be generated constantly, but now
there are large bursts every ~20s.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bug
Wasn't sure which /dev paths you were interested in specifically, so
here's ~everything that might be relevant.
We don't run the stock syslog configuration, so I filtered out
multipathd verbose output from our syslogs and attached it; let me know
if you were looking for something more than multipa
What additional information do you need?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/644489
Title:
constantly changes /dev/disk/by-id/{scsi,wwn}-* LUN symlinks with
multipathing
--
ubuntu-bugs
patch sendsigs
to avoid that bug:
> #44: John Morrissey wrote on 2010-09-17:
> Finally, this modified upstart job requires the fix for
> https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/639940. Otherwise,
> the libvirt-bin pre-stop script isn't guaranteed to finish succe
I should have mentioned that this is with lucid's upstart 0.6.5-7. The
Upstart changelogs for 0.6.6 and 0.6.7 and the Ubuntu changelogs for
more recent versions (up to 0.6.7-3 in natty) don't contain any obvious
fixes for this.
--
You received this bug notification because you are a member of Ubu
Removed my PPA (lp546091-lucid-stable) since packaging with this fix has
been released.
--
10.04 Installer doesn't properly detect 9240 MegaRaid SAS Controlers
https://bugs.launchpad.net/bugs/546091
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed t
** Attachment added: "upstart-verbose-output.txt"
https://bugs.launchpad.net/bugs/680248/+attachment/1741993/+files/upstart-verbose-output.txt
--
Random VLAN subinterfacess fail to come up
https://bugs.launchpad.net/bugs/680248
You received this bug notification because you are a member of
Public bug reported:
Binary package hint: upstart
On machines with a fairly large number of VLAN subinterfaces (most of
our machines have ~20), a random subset of the configured subinterfaces
sometimes fail to come up on boot. Sometimes all interfaces come up
correctly, sometimes one or a few sub
I imagine this is still a problem, since the only update (to the qemu-
kvm or syslinux packages in lucid) since I reported this bug was to fix
an iovec memory leak in qemu-kvm.
I'm not sure if the problem lies in qemu-kvm or in syslinux. What it
boils down to is that newer versions of qemu-kvm don
):
--
pre-stop script
if [ -z "$RUNLEVEL" ]; then
exit 0
fi
if [ "$RUNLEVEL" -ne 0 ] && [ "$RUNLEVEL" -ne 6 ]; then
exit 0
fi
--
john
--
John Morrissey _o/\ __
On Tue, Nov 02, 2010 at 09:20:55PM -, Martin Pitt wrote:
> Does the controller actually work? lspci says nothing about whether
> there's a driver for it.
It's the only thing in the system with storage attached to it, so by virtue
of booting... :-)
john
--
John Morri
Looks good to me.
[...@virt11.roch.ny:pts/0 ~> lspci | grep -i lsi
01:00.0 RAID bus controller: LSI Logic / Symbios Logic LSI MegaSAS 9260 (rev 03)
[...@virt11.roch.ny:pts/0 ~> uname -a
Linux virt11.roch.ny.frontiernet.net 2.6.32-26-server #46-Ubuntu SMP Tue Oct 26
18:03:15 UTC 2010 x86_64 GNU/Li
ed.
Yes, I'm running these changes on a number of lucid machines. Maybe the
changed behavior triggers something in the kernel that's causing a panic?
I can't really say without seeing the full panic output.
john
--
John Morrissey
** Summary changed:
- sendsigs can kill upstart scripts' child processes
+ sendsigs can kill upstart scripts' child processes prematurely on system
shutdown
--
sendsigs can kill upstart scripts' child processes prematurely on system
shutdown
https://bugs.launchpad.net/bugs/639940
You received
On Fri, Oct 01, 2010 at 03:47:07AM -, Nathan Crawford wrote:
> @John Morrissey - Nice work on getting this working! I hope you don't
> mind, I've taken the liberty of packaging all your changes and putting
> them in a PPA for easier testing.
Thanks, and packaging the chang
Looks good to me. Thanks, Brad.
[...@virt11.roch.ny:pts/0 ~> uname -a
Linux virt11.roch.ny.frontiernet.net 2.6.32-26-server #45 SMP Wed Sep 22
21:18:52 UTC 2010 x86_64 GNU/Linux
[...@virt11.roch.ny:pts/0 ~> lspci | grep -i lsi
01:00.0 RAID bus controller: LSI Logic / Symbios Logic LSI MegaSAS 926
r did I
> miss something?
sendsigs is executed via the upstart 'rc' job, so it will be omitted because
of the exception for child processes of upstart jobs.
john
--
John Morrissey _o/\ __o
j...@horde.net_-< \_
guage.
Good catch. I've updated libvirt-bin.conf; let's see if LP accepts
attachments via e-mail.
john
--
John Morrissey _o/\ __o
j...@horde.net_-< \_ / \ < \,
www.horde.net/__(_)/_(_)/\___(_)
0.4.8-14ubuntu4. Sorry, I forgot to mention that.
--
95-kpartx.rules uses invalid -Q argument to modprobe(8)
https://bugs.launchpad.net/bugs/644481
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@
Looks like this call to multipath(8) in the udev rules was added quite a
while ago. I'm not sure where to go from here; our hardy machines don't
exhibit this behavior, and I'm not sure what's generating the events or
how to break the loop short of commenting out the udev rule action.
multipath-too
For example, running 'multipath -v0 /dev/sda' while watching 'udevadm
monitor -e' shows one event generated for each path, each time the
multipath command is run. Each even would generate another multipath(8)
invocation.
Looks like the multipath(8) action in 95-multipath.rules is causing an
infini
It looks like udev is responding to legitimate received events, based on
'udevadm monitor -e'. Commenting out the add|change action in
95-multipath.rules stops the spurious events and returns CPU consumption
to expected levels.
** Attachment added: "udevadm monitor -e"
https://bugs.launchpad.
I should mention that this is with fully up-to-date lucid.
--
constantly changes /dev/disk/by-id/{scsi,wwn}-* LUN symlinks with multipathing
https://bugs.launchpad.net/bugs/644489
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubunt
** Attachment added: "udev debug output"
https://bugs.launchpad.net/bugs/644489/+attachment/1618717/+files/udev-out
--
constantly changes /dev/disk/by-id/{scsi,wwn}-* LUN symlinks with multipathing
https://bugs.launchpad.net/bugs/644489
You received this bug notification because you are a mem
Public bug reported:
Binary package hint: udev
udevd constantly changes LUN device node symlinks (devices/LUNs, not the
partition nodes) in /dev/disk/by-id. udevd uses ~15% of CPU and system
time is using ~50-60%.
For example:
[...@syslog01.roch.ny:pts/0 /dev/disk/by-id> ls -l
wwn-0x60a9800048
Public bug reported:
Binary package hint: multipath-tools
95-kpartx.rules calls modprobe(8) with the invalid -Q argument. I'm
guessing it wants -q, for quiet?
--
# Always attempt to load dm-multipath. This way we can get rid of the
# init script.
ACTION=="add|change", SUBSYSTEM=="block", \
If anyone else is using the PPA for this bug, I've had to move to:
https://launchpad.net/~jwm/+archive/lp546091-lucid-stable
since USN-988-1 inserted a package version before the current
(unreleased) 2.6.32-25.44 that I had in the PPA. It was just
easier/better to switch to a new PPA and track on
I can confirm that 879111224d0784eab623fe8130a1f4481e0e1966 and
7bebf5c79cb62766c76c6c1b9c77b86496fd363e (from
stable/linux-2.6.32.y.git) are enough to add the necessary support for
the SAS2.
I pushed my local git repo to http://github.com/jwm/ubuntu-lucid/ if
it's useful.
--
10.04 Installer doe
bf54d4cdeefdeb7068a8d
879111224d0784eab623fe8130a1f4481e0e1966
72c4fd36dc7f755a5245ef2495fe27d5084d776d
c35188377f12e5e0a74f18c3dfdd67baf88db514
8d56825321339f0ef7ad08eb58332e1836881e3b
--
John Morrissey _o/\ __o
j...@horde.net_-< \_ / \ -
Er, s/don't need/need/
--
Should shut down domains on system shutdown
https://bugs.launchpad.net/bugs/350936
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.c
@francesco, #46
The packaging is cleaner and easier with the rc script running before sendsigs
(which is also an rc script). That way, the initscripts package/sendsigs
doesn't need to carry around special behavior for libvirt-bin and any other
packages that don't need this type of fix.
--
Shou
** Attachment added: "omit-kvm-vm-pids"
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/350936/+attachment/1599117/+files/omit-kvm-vm-pids
--
Should shut down domains on system shutdown
https://bugs.launchpad.net/bugs/350936
You received this bug notification because you are a member
The attached file updates libvirt-bin's upstart job to gracefully shut
down VMs when the system shuts down. You can alter the shutdown timeout
(SHUTDOWN_TIMEOUT, default: 300s) and list of virsh(1) URIs to use
(URIS, default: "qemu:///system") in /etc/default/libvirt-bin.
You'll also need the omit
** Attachment added: "sendsigs-revised.sh"
https://bugs.launchpad.net/bugs/639940/+attachment/1590506/+files/sendsigs-revised.sh
--
sendsigs can kill upstart scripts' child processes
https://bugs.launchpad.net/bugs/639940
You received this bug notification because you are a member of Ubuntu
Public bug reported:
Binary package hint: sysvinit
sendsigs can kill child processes executed as part of upstart pre/post-
stop scripts. It successfully omits upstart processes (daemons and the
script processes themselves), but if you use anything other than shell
builtins in an upstart job scrip
The megaraid_sas driver in the current linux-2.6 (stable) git tree has
support for this adapter, the LSI SAS2 "SKINNY." I've cherrypicked the
updated driver into the latest Lucid kernel and uploaded to this PPA:
https://launchpad.net/~jwm/+archive/lp546091
(Note that the built kernel is based on
Public bug reported:
Binary package hint: rsyslog
rsyslog's upstart job tries to start rsyslogd when the package is
removed but not purged (and therefore /usr/sbin/rsyslogd doesn't exist),
yielding this error message at boot:
init: Failed to spawn rsyslog main process: unable to execute: No such
Upgrading to a new version of pxelinux fixes this. We had been running
these:
# lenny
PXELINUX 3.71 Debian-2008-09-06 Copyright (C) 1994-2008 H. Peter Anvin
# Ubuntu lucid
PXELINUX 3.63 Debian-2008-07-15
3.86, from Debian squeeze/sid seems to have fixed this.
PXELINUX 3.86 debian-20100418 Cop
** Bug watch added: Debian Bug tracker #582434
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582434
** Also affects: qemu-kvm (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582434
Importance: Unknown
Status: Unknown
--
VNC console doesn't accept keyboard input d
Public bug reported:
Binary package hint: qemu-kvm
On lucid, I'm PXE booting a VM.
Keyboard input on the VNC console works fine until PXELinux loads, so I
can answer "N" to:
Boot from (N)etwork or (Q)uit? N
just fine, but once PXELinux loads, the VNC console ignores all keyboard
input at the "
Public bug reported:
The postinst for openoffice.org-hyphenation-en-us invokes update-
openoffice-dicts, which is provided by dictionaries-common. Since there
is no dependency on openoffice.org-hyphenation-en-us for dictionaries-
common, the postinst fails when the latter package is not installed.
Right, we already happened upon pci=nomsi and have been using that since
we first experienced the lockups.
Unfortunately, nearly all the nodes we experienced this with were put
into production (with pci=nomsi) and we don't have 5T of storage to
spare any more. I was able to find one node with 3T o
This was with Ubuntu 8.04 and its stock -server kernel
(2.6.24-19-server). As far as we remember, there wasn't anything
syslogged. The problem appeared to present as the machines ceasing to
service interrupts. Network activity ground to a halt, Ethernet and FC
link dropped, all disk I/O blocked.
T
Sigh, I should read the patch before I attach it; correct one coming in
a minute...
--
MSI-X support in qla2xxx causes reproducible hangs under moderate I/O load
https://bugs.launchpad.net/bugs/268242
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
Correct patch (linux-2.6-scsi-qla2xxx-disable-msi-x-by-default.patch).
** Attachment added: "linux-2.6-scsi-qla2xxx-disable-msi-x-by-default.patch"
http://launchpadlibrarian.net/17517188/linux-2.6-scsi-qla2xxx-disable-msi-x-by-default.patch
--
MSI-X support in qla2xxx causes reproducible han
Sorry Leann, I should have been clearer. I was just citing the header on
the RHEL5 patch, which I pasted. Here's a copy of their patch, from the
latest RHEL5 kernel source RPM.
** Attachment added:
"linux-2.6-scsi-qla2xxx-msi-x-hardware-issues-on-platforms.patch"
http://launchpadlibrarian.net
Public bug reported:
MSI-X support in the qla2xxx driver causes reproducible hangs under
moderate I/O load on our BladeCenter HS21 blades with QLogic ISP2422
fibre channel adapters.
product: IBM eServer BladeCenter HS21 -[8853GLU]-
08:01.0 Fibre Channel: QLogic Corp. ISP2422-based 4Gb Fibre C
> In the meantime, you should (I haven't tested this yet) be able to work
> around this with a late_command.
> Something like:
> d-i preseed/late_command string in-target /var/lib/dpkg/info/dash.postinst
Yup, this is basically what we're doing. Our late_command calls a more
involved local script,
Public bug reported:
Binary package hint: redhat-cluster-suite
I originally discovered this bug in Ubuntu 8.04 LTS. I've also submitted
this as:
https://bugzilla.redhat.com/show_bug.cgi?id=460060
Description of problem:
clustat(8) offers no way of obtaining untruncated columns when its stdout
This also affects hardy (8.04 LTS).
--
can't preseed dash/sh to false
https://bugs.launchpad.net/bugs/105539
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.c
Public bug reported:
Binary package hint: vpnc
vpnc(8) assumes /sbin/ is in its path. When it's not, calls to
ifconfig(8) fail and the tunnel does not come up, although vpnc
continues to run. This patch fixes this:
--- vpnc-script.orig2007-04-24 19:21:40.0 -0400
+++ vpnc-script 2007-
Public bug reported:
Binary package hint: dash
It seems impossible to preseed dash/sh to false. I'm doing a netboot
install with a preseed file fetched from an HTTP server. In the preseed,
I have:
dash dash/sh boolean false
I'm not sure what difference it makes, but I've also tried:
d-i dash/s
Public bug reported:
The installation guide at:
https://help.ubuntu.com/6.10/ubuntu/installation-guide/example-
preseed.txt
incorrectly (AFAICT) states devfs paths are supported:
# Alternatively, you can specify a disk to partition. The device name can
# be given in either devfs or traditional
61 matches
Mail list logo