Re: [Bug 571933] Re: dhclient3 hangs on shutdown

2010-05-07 Thread ody
On 05/07/2010 10:19 AM, Andrea Ratto wrote:
 It seems that the DHCP server does not reply to DHCPRELEASE so dhclient waits 
 until timeout.
 My DSL modem does the same.
 My workaround is to remove /etc/rc0.d/S35networking and 
 /etc/rc6.d/S35networking, but I would like to know if there is a way to 
 configure dhclient to ignore release requests, without messing with init 
 scripts.
 
 Also on reboots the client should NOT release the address according to
 the protocol, so maybe this is ALSO a bug in the init scripts.
 

The dhcp server in my case is isc-dhcpd and this doesn't happen for any
Jaunty, Solaris, OSX, or Windows machines. Plus this is only on
shutdown.  Stopping or restarting the script while the machine is in a
normal running state does what is expected of it and releases the IP.

-- 
dhclient3 hangs on shutdown
https://bugs.launchpad.net/bugs/571933
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 571933] Re: dhclient3 hangs on shutdown

2010-05-07 Thread ody
On 05/07/2010 10:19 AM, Andrea Ratto wrote:
 It seems that the DHCP server does not reply to DHCPRELEASE so dhclient waits 
 until timeout.
 My DSL modem does the same.
 My workaround is to remove /etc/rc0.d/S35networking and 
 /etc/rc6.d/S35networking, but I would like to know if there is a way to 
 configure dhclient to ignore release requests, without messing with init 
 scripts.
 
 Also on reboots the client should NOT release the address according to
 the protocol, so maybe this is ALSO a bug in the init scripts.
 

The dhcp server in my case is isc-dhcpd and this doesn't happen for any
Jaunty, Solaris, OSX, or Windows machines. Plus this is only on
shutdown.  Stopping or restarting the script while the machine is in a
normal running state does what is expected of it and releases the IP.

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

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


[Bug 525154] Re: mountall for /var races with rpc.statd

2010-05-06 Thread ody
Anyone willing to try out this work around?  `/etc/init/mountall` emits
local-filesystems so if  you change line 6 of statd.conf to the
following things look to come up normally.  This is probably a better
more sane solution then what I posted earlier.

start on ((started portmap and local-filesystems) or mounting TYPE=nfs)

** Patch added: statd.patch
   http://launchpadlibrarian.net/47957756/statd.patch

-- 
mountall for /var races with rpc.statd
https://bugs.launchpad.net/bugs/525154
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 571933] Re: dhclient3 hangs on shutdown

2010-05-04 Thread ody
Went ahead and modified /etc/init.d/networking to provide straces of the
ifdown command that is runs on a stop action.

running.png is a screen shot of my VM's normal output when running 
`/etc/init.d/networking stop
shutdown.png is a screen shot of the same VM's shutdown logging.

running.strace is a strace of the ifdown command that is being initiated by 
`/etc/init.d/networking stop` when ran while the system is in a normal up 
condition.
shutdown.strace is the same strace but when the ifdown command is ran by 
`/etc/init.d/networking stop` during the normal shutdown procedures triggered 
by `/etc/rc6.d/S35networking`.

-- 
dhclient3 hangs on shutdown
https://bugs.launchpad.net/bugs/571933
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 571933] Re: dhclient3 hangs on shutdown

2010-05-04 Thread ody

** Attachment added: running.png
   http://launchpadlibrarian.net/47828206/running.png

-- 
dhclient3 hangs on shutdown
https://bugs.launchpad.net/bugs/571933
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 571933] Re: dhclient3 hangs on shutdown

2010-05-04 Thread ody

** Attachment added: shutdown.png
   http://launchpadlibrarian.net/47828219/shutdown.png

-- 
dhclient3 hangs on shutdown
https://bugs.launchpad.net/bugs/571933
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 571933] Re: dhclient3 hangs on shutdown

2010-05-04 Thread ody

** Attachment added: running.strace
   http://launchpadlibrarian.net/47828246/running.strace

-- 
dhclient3 hangs on shutdown
https://bugs.launchpad.net/bugs/571933
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 571933] Re: dhclient3 hangs on shutdown

2010-05-04 Thread ody
Went ahead and modified /etc/init.d/networking to provide straces of the
ifdown command that is runs on a stop action.

running.png is a screen shot of my VM's normal output when running 
`/etc/init.d/networking stop
shutdown.png is a screen shot of the same VM's shutdown logging.

running.strace is a strace of the ifdown command that is being initiated by 
`/etc/init.d/networking stop` when ran while the system is in a normal up 
condition.
shutdown.strace is the same strace but when the ifdown command is ran by 
`/etc/init.d/networking stop` during the normal shutdown procedures triggered 
by `/etc/rc6.d/S35networking`.

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

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


[Bug 571933] Re: dhclient3 hangs on shutdown

2010-05-04 Thread ody

** Attachment added: running.png
   http://launchpadlibrarian.net/47828206/running.png

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

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


[Bug 571933] Re: dhclient3 hangs on shutdown

2010-05-04 Thread ody

** Attachment added: shutdown.png
   http://launchpadlibrarian.net/47828219/shutdown.png

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

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


[Bug 571933] Re: dhclient3 hangs on shutdown

2010-05-04 Thread ody

** Attachment added: running.strace
   http://launchpadlibrarian.net/47828246/running.strace

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

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


[Bug 571933] Re: dhclient3 hangs on shutdown

2010-05-04 Thread ody

** Attachment added: shutdown.strace
   http://launchpadlibrarian.net/47828259/shutdown.strace

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

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


Re: [Bug 525154] Re: mountall for /var races with rpc.statd

2010-05-04 Thread ody
On May 4, 2010, at 4:14 PM, Nathan Grennan wrote:

 I am the sysadmin for a company that uses Ubuntu for desktops, and uses
 nfs heavily. I upgraded to Lucid from Karmic, and everything has been
 fine. A co-worker upgraded, and ran into this bug. He tried the mounted
 MOUNTPOINT=/var workaround. It actually seemed to make the problem
 worse. The first time he booted it just hung the boot process. With a
 reboot, it came up without the hang.
 
 What upstart needs is more of a can I write to this directory option.
 

I saw a similar freeze when I was hacking about and tried `mounted
MOUNTPOINT=/var/run` which is used by /etc/init/mounted-varrun.conf.
This new tight integration with upstart is going to take some getting
use too.

-- 
mountall for /var races with rpc.statd
https://bugs.launchpad.net/bugs/525154
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 571933] Re: dhclient3 hangs on shutdown

2010-05-03 Thread ody
On 05/03/2010 07:23 AM, C de-Avillez wrote:
 Thank you for opening this bug and helping make Ubuntu better. On Lucid
 network startup/shutdown should be done via upstart (/etc/init/), not
 via /etc/init.d.
 
 Could you please give us logs for a shutdown with this issue?
 
 ** Changed in: dhcp3 (Ubuntu)
Status: New = Incomplete
 

Suggestions on how to get proper logging to a file on a shutdown?

Thanks,

-- 
dhclient3 hangs on shutdown
https://bugs.launchpad.net/bugs/571933
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 571933] Re: dhclient3 hangs on shutdown

2010-05-03 Thread ody
On 05/03/2010 07:23 AM, C de-Avillez wrote:
 Thank you for opening this bug and helping make Ubuntu better. On Lucid
 network startup/shutdown should be done via upstart (/etc/init/), not
 via /etc/init.d.
 
 Could you please give us logs for a shutdown with this issue?
 
 ** Changed in: dhcp3 (Ubuntu)
Status: New = Incomplete
 

Suggestions on how to get proper logging to a file on a shutdown?

Thanks,

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

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


Re: [Bug 525154] Re: mountall for /var races with rpc.statd

2010-05-01 Thread ody
On 04/30/2010 05:21 AM, Steve Langasek wrote:
 For users with a separate /var partition, yes.  For users without, it causes
 statd to consistently fail to start at boot.
 

Oh yeah.  That patch is a total kludge/hack we put in place so we could
quickly deploy Lucid.  Will look forward to the actual fix or might hack
on a better statd.conf change that doesn't break the rest of the world.

-- 
mountall for /var races with rpc.statd
https://bugs.launchpad.net/bugs/525154
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 571933] Re: dhclient3 hangs on shutdown

2010-04-30 Thread ody
I think my previous two comments really have nothing to do with the
actual problem.  Me just grasping at straws trying to find some kind of
information.  The following patch is a hack and not anywhere close to a
solution but does make the /etc/init.d/networking script complete during
shutdown.


** Patch added: networking.patch
   http://launchpadlibrarian.net/46522420/networking.patch

-- 
dhclient3 hangs on shutdown
https://bugs.launchpad.net/bugs/571933
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 571933] Re: dhclient3 hangs on shutdown

2010-04-30 Thread ody
I think my previous two comments really have nothing to do with the
actual problem.  Me just grasping at straws trying to find some kind of
information.  The following patch is a hack and not anywhere close to a
solution but does make the /etc/init.d/networking script complete during
shutdown.


** Patch added: networking.patch
   http://launchpadlibrarian.net/46522420/networking.patch

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

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


[Bug 525154] Re: mountall for /var races with rpc.statd

2010-04-29 Thread ody
This is rather an unacceptable race condition. This will once again
cause me an enormous amount of pain in upgrading my nearly 200 Ubuntu
servers and desktops that all mount a substantial amount of stuff over
NFS, including user home directories.

-- 
mountall for /var races with rpc.statd
https://bugs.launchpad.net/bugs/525154
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 525154] Re: mountall for /var races with rpc.statd

2010-04-29 Thread ody
Changing line 6 to the following fixes the problem.

--- statd.conf  2010-04-29 14:22:27.567158573 -0700
+++ /etc/init/statd.conf2010-04-29 14:18:56.057316910 -0700
@@ -3,7 +3,7 @@
 descriptionNSM status monitor
 author Steve Langasek steve.langa...@canonical.com

-start on (started portmap or mounting TYPE=nfs)
+start on ((started portmap and mounted MOUNTPOINT=/var) or mounting TYPE=nfs)
 stop on stopping portmap

 expect fork

-- 
mountall for /var races with rpc.statd
https://bugs.launchpad.net/bugs/525154
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 571933] [NEW] dhclient3 hangs on shutdown

2010-04-29 Thread ody
Public bug reported:

I have been unable to find a reason why but Lucid is having issues
shutdown down on all systems I have upgraded.  When the reboot command
is called almost all processes are killed, including my active ssh
sessions.  I can immediately log back in via ssh and I find the system
hung on `dhclient3 -r -pf /var/run/dhclient.eth0.pid -lf
/var/lib/dhcp3/dhclient.eth0.leases eth0` with only a few more processes
running, automount, rpc.statd, portmap.  The only thing that will allow
the system to finish shutting down is killing dhclient3, killing any
other process doesn't change the state of the hang.  I have tested the
networking scripts outside of shutdown and they are all functioning
properly.  Running strace on the dhclient3 PID leads to nothing stopping
immediately on a read.  Ps shows the process as in a sk_wait state.

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

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


[Bug 571966] [NEW] mountall /var is race condition with gssd.

2010-04-29 Thread ody
Public bug reported:

Binary package hint: upstart

gssd is affected by the same race condition that statd is when /var is
on a different partition then /.  There are a couple bugs open for statd
already.

https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/525154

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

-- 
mountall /var is race condition with gssd.
https://bugs.launchpad.net/bugs/571966
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 571933] Re: dhclient3 hangs on shutdown

2010-04-29 Thread ody
Something else I have noticed about this.  During normal operation when
dhclient3 is running the dhclient.eth0.pid file properly exists.  In
this weird state that I am reporting the file does not exist.

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

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


[Bug 571933] Re: dhclient3 hangs on shutdown

2010-04-29 Thread ody
Just found something else.  After initiating reboot and then logging
back in via ssh this is what is at the very end of dmesg.

[  590.532915] type=1503 audit(1272598521.696:18):  operation=capable
pid=2139 parent=2138 profile=/sbin/dhclient3 name=ipc_lock

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

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


[Bug 556113] [NEW] Virt-manager unable to display console.

2010-04-05 Thread ody
Public bug reported:

Binary package hint: virt-manager

The newest version of virt-manger that is being released with Lucid has
issues setting up an ssh tunnel and connecting to a remote KVM console.
Virt-manager displays the following error:

TCP/IP error: VNC connection to hypervisor host got refused or
disconnected!

Running virt-manager in debug mode shows that this bug is caused when
users are using the shell zsh and this is not reproducible with bash.
The debug output is:

2010-04-05 16:41:58,264 (console:599): Starting connect process for dagger 5905
2010-04-05 16:41:58,265 (console:535): Creating SSH tunnel: ['ssh', 'ssh', 
'dagger', nc -q 21 | grep -q 'requires an argument';if [ $? -eq 0 ] ; then   
CMD='nc -q 0 127.0.0.1 5905';else   CMD='nc 127.0.0.1 5905';fi;$CMD;]
2010-04-05 16:41:58,268 (console:550): Tunnel PID 24 FD 9321
RSA host key for IP address '2610:10:20:208:222:19ff:fe93:98b5' not in list of 
known hosts.
zsh:1: command not found: nc -q 0 127.0.0.1 5905
2010-04-05 16:41:58,491 (console:559): Shutting down tunnel PID 9321 FD 24
2010-04-05 16:41:58,491 (console:449): VNC disconnected
2010-04-05 16:41:58,492 (console:474): Too many connection failures, not 
retrying again

Virt-manager version: 0.8.2 (0.8.2-2ubuntu8)
Ubuntu version: 10.04 Beta

This bug does not affect virt-viewer.  Virt-viewer functions normally
when using zsh as your shell.

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

-- 
Virt-manager unable to display console.
https://bugs.launchpad.net/bugs/556113
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 518422] Re: Firefox does not start with certain addons installed

2010-03-23 Thread ody
Also affecting me after today's round of updates.

-- 
Firefox does not start with certain addons installed
https://bugs.launchpad.net/bugs/518422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 475864] Re: Unable to kickstart with LVM partition scheme.

2010-03-22 Thread ody
Noticed that my previous work around can be modified to work a little
more properly.  The reason that the partman-auto/expert_recipe portion
of my preseed block was not working was a parse error on the behalf of
kickseed.  Instead of echoing the preseed information into the
preseed.cfg file you can use the normal kickstart preseed syntax, if you
enclose the recipe in single quotes.  This is normally outside the
normal preseed syntax for the debian installer. So the %pre section an
be replaced with:

preseed partman-auto/expert_recipe 'string boot-root :: 512 1024 768
ext4 $primary{ } $bootable{ } method{ format } format{ } use_filesystem{
} filesystem{ ext4 } mountpoint{ /boot } . 15360 18432 20480 ext4
$lvmok{ } method{ format } format{ } use_filesystem{ } filesystem{ ext4
} mountpoint{ / } . 5120 5632 6144 ext4 $lvmok{ } method{ format }
format{ } use_filesystem{ } filesystem{ ext4 } mountpoint{ /var } . 1024
2048 4096 linux-swap $lvmok{ } method{ swap } format{ } . 1024 2048 3072
ext4 $lvmok{ } method{ format } format{ } use_filesystem{ } filesystem{
ext4 } mountpoint{ /tmp } . 300 400 -1 ext4 $lvmok{ } method{ format }
format{ } use_filesystem{ } filesystem{ ext4 } mountpoint{ /disk/trump }
.'

-- 
Unable to kickstart with LVM partition scheme.
https://bugs.launchpad.net/bugs/475864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 475864] Re: Unable to kickstart with LVM partition scheme.

2010-02-25 Thread ody
I have hacked in a solution to this for my implementation using
preseeding.  My kickstart file now contains the following.

# Selecting proper disk
preseed partman-auto/disk string /dev/vda
# Removing LVM partitions
preseed partman-lvm/device_remove_lvm boolean true
# Picking LVM
preseed partman-auto/method string lvm 
# Confirm LVM selection
preseed partman-lvm/confirm boolean true
# Finish up
preseed partman/confirm_write_new_label boolean true
preseed partman/choose_partition select finish
preseed partman/confirm boolean true

# To get my custom layout I have to circumvent kickseed so I have added.

%pre
echo 'd-i partman-auto/expert_recipe string boot-root :: 512 1024 768 ext4 
$primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } 
filesystem{ ext4 } mountpoint{ /boot } . 15360 18432 20480 ext4 $lvmok{ } 
method{ format } format{ } use_filesystem{ } filesystem{ ext4 } mountpoint{ / } 
. 5120 5632 6144 ext4 $lvmok{ }  method{ format } format{ } use_filesystem{ } 
filesystem{ ext4 } mountpoint{ /var } . 1024 2048 4096 linux-swap $lvmok{ } 
method{ swap } format{ } . 1024 2048 3072 ext4 $lvmok{ } method{ format } 
format{ } use_filesystem{ } filesystem{ ext4 } mountpoint{ /tmp } . 300 400 -1 
ext4 $lvmok{ } method{ format } format{ } use_filesystem{ } filesystem{ ext4 } 
mountpoint{ /disk/trump } .'  /var/spool/kickseed/parse/preseed.cfg

-- 
Unable to kickstart with LVM partition scheme.
https://bugs.launchpad.net/bugs/475864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 475864] Re: Unable to kickstart with LVM partition scheme.

2010-02-24 Thread ody
This is still affecting Lucid as of the builds available on Feb 24.  Is
there an alternate way to feed kickseed/partman your custom partitioning
information that is documented or is this not going to be available by
release?  I am unable to upgrade my 100  Ubuntu systems beyond Jaunty
and I am starting to look at a different Linux distribution for my
users.

-- 
Unable to kickstart with LVM partition scheme.
https://bugs.launchpad.net/bugs/475864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 475864] Re: Unable to kickstart with LVM partition scheme.

2010-02-24 Thread ody
I did further testing today.  If you go the route of preseeding partman
you can get a little closer to the behavior that was working in Jaunty.
I have dropped this into a preseed.cfg file

# Selecting proper disk
d-i partman-auto/disk string /dev/vda
# Removing LVM partitions
d-i partman-lvm/device_remove_lvm boolean true
# Picking LVM
d-i partman-auto/method string lvm
# Creating layout
d-i partman-auto/expert_recipe string boot-root :: 512 1024 768 ext4 $primary{ 
} $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext4 } 
mountpoint{ /boot } . 15360 18432 20480 ext4 $lvmok{ } method{ format } format{ 
} use_filesystem{ } filesystem{ ext4 } mountpoint{ / } . 5120 5632 6144 ext4 
$lvmok{ } method{ format } format{ } use_filesystem{ } filesystem{ ext4 } 
mountpoint{ /var } . 1024 512 4096 linux-swap $lvmok{ } method{ swap } format{ 
} . 1024 2048 3072 ext4 $lvmok{ } method{ format } format{ } use_filesystem{ } 
filesystem{ ext4 } mountpoint{ /tmp } . 300 400 -1 ext4 $lvmok{ } method{ 
format } format{ } use_filesystem{ } filesystem{ ext4 } mountpoint{ /disk/trump 
} .
# Confirm LVM selection
d-i partman-lvm/confirm boolean true
# Finish up
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition select finish
d-i partman/confirm boolean true

If I reference this preseed.cfg on the kernel boot line with
preseed/url=http://$myurl things work as intended.  If I move this to my
kickstart file and change the 'd-i' to preseed then everything is
honored except the 'partman-auto/expert_recipe string' line, this is
being ignored.  Instead partman chooses the pre-defined scheme atomic
and continues on its marry way.  If I replace my expert recipe with
'partman-auto/choose_recipe select multi' this is honored and it uses
this scheme properly.

While declaring the preseed.cfg at boot is a work around it breaks our
deployment strategy and removes a piece of automation we have in place.
Please look at this before release.

-- 
Unable to kickstart with LVM partition scheme.
https://bugs.launchpad.net/bugs/475864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 475028] Re: linux-image-2.6.28-16-server Causes my Dell M610 to not boot.

2009-11-09 Thread ody
As I stated previously.  I only have one M610 in my possession and it
had to be put into production so it was loaded with Hardy.  I am unable
to test further.  I can say though that I did try rootdelay=30 before
giving up and loading the machine with Hardy

-- 
linux-image-2.6.28-16-server Causes my Dell M610 to not boot.
https://bugs.launchpad.net/bugs/475028
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 475028] Re: linux-image-2.6.28-16-server Causes my Dell M610 to not boot.

2009-11-07 Thread ody
Wanted to make note that this behavior did not occur on any other Dell
server or KVM Virtual Machine I have in production running Jaunty.  Only
occurred on the fresh kickstarted install of Jaunty on the Dell M610.  I
am unable to test further as I have no other M610s to test on and the
server was put into production running Hardy.

-- 
linux-image-2.6.28-16-server Causes my Dell M610 to not boot.
https://bugs.launchpad.net/bugs/475028
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 475864] [NEW] Unable to kickstart with LVM partition scheme.

2009-11-05 Thread ody
Public bug reported:

Attempting to prepare Karmic for deployment into our environment and
running into a road block.  With jaunty's introduction of LVM we
migrated our partitioning scheme to be fully LVM based except for /boot.
This has worked very well for us.  Using the same partitioning scheme in
Karmic fails.  Informing me that I have not declared a separate
partition for /boot then halts with the 'No physical volume defined in
volume group' error about the automatic partitioning scheme and sends me
back to the partition scheme selection menu.  Of which I never saw in
jaunty.  At this point the only thing that works is the selection of
'Use entire disk' and this sets things up as normal partitions.
Selection of either LVM options gives me the same error as I initially
get when kickstart first attempts the partitioning.  Leading me to
believe that kickseed is in fact not even reading my custom partitioning
scheme.  I can't even select Manual at the selection screen.  This does
nothing and just drops me back at the selection screen.  Syslog logs no
obvious errors.

# Partition clearing information
clearpart --drives vda --initlabel
# Disk partitioning information
part /boot --fstype=ext4 --size=600 --ondisk=vda
part pv.01 --size=1 --grow --ondisk=vda
volgroup vg00 pv.01
logvol / --name=rootvol --vgname=vg00 --size=20480 --fstype=ext4
logvol swap --name=swapvol --vgname=vg00 --size=4096
logvol /var --name=varvol --vgname=vg00 --size=6144 --fstype=ext4
logvol /tmp --name=tmpvol --vgname=vg00 --size=3072 --fstype=ext4
logvol /disk/trump --name=trumpvol --vgname=vg00 --size=1 --grow --fstype=ext4

Description:Ubuntu 9.10
Release:9.10

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

-- 
Unable to kickstart with LVM partition scheme.
https://bugs.launchpad.net/bugs/475864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 475864] Re: Unable to kickstart with LVM partition scheme.

2009-11-05 Thread ody

** Attachment added: error1
   http://launchpadlibrarian.net/35193906/error1

-- 
Unable to kickstart with LVM partition scheme.
https://bugs.launchpad.net/bugs/475864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 475864] Re: Unable to kickstart with LVM partition scheme.

2009-11-05 Thread ody
Previous attachment was in error.

** Attachment added: error1.png
   http://launchpadlibrarian.net/35194045/error1.png

-- 
Unable to kickstart with LVM partition scheme.
https://bugs.launchpad.net/bugs/475864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 475864] Re: Unable to kickstart with LVM partition scheme.

2009-11-05 Thread ody

** Attachment added: error2.png
   http://launchpadlibrarian.net/35194060/error2.png

-- 
Unable to kickstart with LVM partition scheme.
https://bugs.launchpad.net/bugs/475864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 475028] [NEW] linux-image-2.6.28-16-server Causes my Dell M610 to not boot.

2009-11-04 Thread ody
Public bug reported:

On installation of the this new kernel on my new Dell M610 it will no
longer boot.  The boot sequence eventually times out trying to mount
root.  After dropping me into busy box I can verify the root device is
in fact there.  The 2.6.28-16-generic and 2.6.28.15-server versions of
this kernel does not exhibit this behaviour and boots normally.  I am
scheduled to reboot several servers that I installed this kernel package
on on the coming Friday assuming it would not cause systems to not boot
as it included several important security fixes.  appport is from a Dell
M600 as I can't run the apport on the M610 because it can't boot
properly.

Description:Ubuntu 9.04
Release:9.04

linux-image-2.6.28-16-server:
  Installed: 2.6.28-16.55
  Candidate: 2.6.28-16.55
  Version table:
 *** 2.6.28-16.55 0
500 http://mirrors.cat.pdx.edu jaunty-updates/main Packages
500 http://mirrors.cat.pdx.edu jaunty-security/main Packages
100 /var/lib/dpkg/status

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

-- 
linux-image-2.6.28-16-server Causes my Dell M610 to not boot.
https://bugs.launchpad.net/bugs/475028
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 475028] Re: linux-image-2.6.28-16-server Causes my Dell M610 to not boot.

2009-11-04 Thread ody
Nevermind about the apport data.  I was able to get an apport from the
M610 using the generic kernel.

-- 
linux-image-2.6.28-16-server Causes my Dell M610 to not boot.
https://bugs.launchpad.net/bugs/475028
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464389] [NEW] Upgrade to Karmic lost ability to manually disable headphone jack.

2009-10-30 Thread ody
Public bug reported:

Description:Ubuntu 9.10
Release:9.10

alsa-utils:
  Installed: 1.0.20-2ubuntu6
  Candidate: 1.0.20-2ubuntu6
  Version table:
 *** 1.0.20-2ubuntu6 0
500 http://mirrors.cat.pdx.edu karmic/main Packages
100 /var/lib/dpkg/status

In previous versions of Ubuntu I could manually disable my front
headphone jack.  Allowing me to leave speakers and headphones plugged in
at all times and select which I wanted to use on the fly.  This was
accomplished by opening the old Volume Control applet and going to the
Switches tab where I could de-select Headphones.  With the new highly
pulse audio integrate Volume Control app in Karmic this is no longer an
option.  I attempted to get around this by installing the gnome-
alsamixer package.  This provided me with the Headphone switch again but
unlike Jaunty the switch now just disables all my audio, every speaker
plus headphones.  This is on an ALC888 using the 6stash-dig option in my
alsa-base.conf.  This is the option I used in Jaunty to get my 5.1
system working, plus headphones, and the ability to manually turn them
off and on.  I don't know what has change in the driver to link the
headphone switch to all speakers.  I even copied in my old alsa-
base.conf that dpkg backed up during my dist-upgrade.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-collected

-- 
Upgrade to Karmic lost ability to manually disable headphone jack.
https://bugs.launchpad.net/bugs/464389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464389] apport-collect data

2009-10-30 Thread ody
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ody3196 F pulseaudio
  ody3939 F gnome-alsamixer
 /dev/snd/pcmC0D0p:   ody3196 F...m pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf9ff8000 irq 30'
   Mixer name   : 'Realtek ALC888'
   Components   : 'HDA:10ec0888,1462745a,0011'
   Controls  : 40
   Simple ctrls  : 22
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=ffea1b18-e0de-4f7c-a856-efc5e8094168
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
MachineType: MICRO-STAR INTERNATIONAL CO.,LTD MS-7345
NonfreeKernelModules: nvidia
Package: linux (not installed)
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.31-14-generic 
root=/dev/mapper/vg00-rootvol ro quiet splash
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
RfKill:
 
Uname: Linux 2.6.31-14-generic x86_64
UserGroups: adm admin cdrom dialout lpadmin plugdev pulse-access sambashare 
vboxusers
WpaSupplicantLog:
 
dmi.bios.date: 11/10/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V1.10
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: MS-7345
dmi.board.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.10:bd11/10/2008:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7345:pvr1.0:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-7345:rvr1.0:cvnMICRO-STARINTERNATIONALCO.,LTD:ct3:cvr1.0:
dmi.product.name: MS-7345
dmi.product.version: 1.0
dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO.,LTD

-- 
Upgrade to Karmic lost ability to manually disable headphone jack.
https://bugs.launchpad.net/bugs/464389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464389] AlsaDevices.txt

2009-10-30 Thread ody

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/34664611/AlsaDevices.txt

-- 
Upgrade to Karmic lost ability to manually disable headphone jack.
https://bugs.launchpad.net/bugs/464389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464389] AplayDevices.txt

2009-10-30 Thread ody

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/34664614/AplayDevices.txt

-- 
Upgrade to Karmic lost ability to manually disable headphone jack.
https://bugs.launchpad.net/bugs/464389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464389] ArecordDevices.txt

2009-10-30 Thread ody

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/34664619/ArecordDevices.txt

-- 
Upgrade to Karmic lost ability to manually disable headphone jack.
https://bugs.launchpad.net/bugs/464389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464389] Card0.Amixer.values.txt

2009-10-30 Thread ody

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/34664624/Card0.Amixer.values.txt

-- 
Upgrade to Karmic lost ability to manually disable headphone jack.
https://bugs.launchpad.net/bugs/464389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464389] BootDmesg.txt

2009-10-30 Thread ody

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/34664622/BootDmesg.txt

-- 
Upgrade to Karmic lost ability to manually disable headphone jack.
https://bugs.launchpad.net/bugs/464389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464389] Card0.Codecs.codec.0.txt

2009-10-30 Thread ody

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/34664628/Card0.Codecs.codec.0.txt

-- 
Upgrade to Karmic lost ability to manually disable headphone jack.
https://bugs.launchpad.net/bugs/464389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464389] CurrentDmesg.txt

2009-10-30 Thread ody

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/34664632/CurrentDmesg.txt

-- 
Upgrade to Karmic lost ability to manually disable headphone jack.
https://bugs.launchpad.net/bugs/464389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464389] Lspci.txt

2009-10-30 Thread ody

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/34664633/Lspci.txt

-- 
Upgrade to Karmic lost ability to manually disable headphone jack.
https://bugs.launchpad.net/bugs/464389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464389] Lsusb.txt

2009-10-30 Thread ody

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/34664636/Lsusb.txt

-- 
Upgrade to Karmic lost ability to manually disable headphone jack.
https://bugs.launchpad.net/bugs/464389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464389] PciMultimedia.txt

2009-10-30 Thread ody

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/34664638/PciMultimedia.txt

-- 
Upgrade to Karmic lost ability to manually disable headphone jack.
https://bugs.launchpad.net/bugs/464389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464389] ProcCpuinfo.txt

2009-10-30 Thread ody

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/34664640/ProcCpuinfo.txt

-- 
Upgrade to Karmic lost ability to manually disable headphone jack.
https://bugs.launchpad.net/bugs/464389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464389] ProcInterrupts.txt

2009-10-30 Thread ody

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/34664644/ProcInterrupts.txt

-- 
Upgrade to Karmic lost ability to manually disable headphone jack.
https://bugs.launchpad.net/bugs/464389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464389] ProcModules.txt

2009-10-30 Thread ody

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/34664646/ProcModules.txt

-- 
Upgrade to Karmic lost ability to manually disable headphone jack.
https://bugs.launchpad.net/bugs/464389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464389] UdevDb.txt

2009-10-30 Thread ody

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/34664647/UdevDb.txt

-- 
Upgrade to Karmic lost ability to manually disable headphone jack.
https://bugs.launchpad.net/bugs/464389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464389] UdevLog.txt

2009-10-30 Thread ody

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/34664650/UdevLog.txt

-- 
Upgrade to Karmic lost ability to manually disable headphone jack.
https://bugs.launchpad.net/bugs/464389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464389] WifiSyslog.txt

2009-10-30 Thread ody

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/34664653/WifiSyslog.txt

-- 
Upgrade to Karmic lost ability to manually disable headphone jack.
https://bugs.launchpad.net/bugs/464389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464389] XsessionErrors.txt

2009-10-30 Thread ody

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/34664655/XsessionErrors.txt

** Tags added: apport-collected

-- 
Upgrade to Karmic lost ability to manually disable headphone jack.
https://bugs.launchpad.net/bugs/464389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 460792] Re: firefox crashes or fall when income to http://us.cnn.com/video/?/video/showbiz/2009/09/30/moos.famous.falls.cnn

2009-10-26 Thread Ody
Probably related: Firefox 3.5.3 on Ubuntu Karmic: Firefox crashes every
time I visit this page: http://ejohn.org/blog/hacking-digg-with-firebug-
and-jquery/

flash info:

$ apt-cache policy flashplugin-installer flashplugin-nonfree swfdec-
mozilla mozilla-plugin-gnash adobe-flashplugin

flashplugin-installer:
  Installed: 10.0.32.18ubuntu1
  Candidate: 10.0.32.18ubuntu1
  Version table:
 *** 10.0.32.18ubuntu1 0
500 http://gr.archive.ubuntu.com karmic/multiverse Packages
100 /var/lib/dpkg/status
flashplugin-nonfree:
  Installed: (none)
  Candidate: 10.0.32.18ubuntu1
  Version table:
 10.0.32.18ubuntu1 0
500 http://gr.archive.ubuntu.com karmic/multiverse Packages
swfdec-mozilla:
  Installed: (none)
  Candidate: 0.8.2-1ubuntu2
  Version table:
 0.8.2-1ubuntu2 0
500 http://gr.archive.ubuntu.com karmic/universe Packages
mozilla-plugin-gnash:
  Installed: (none)
  Candidate: 0.8.6-0ubuntu1
  Version table:
 0.8.6-0ubuntu1 0
500 http://gr.archive.ubuntu.com karmic/universe Packages
W: Unable to locate package adobe-flashplugin

-- 
firefox crashes or fall when income to 
http://us.cnn.com/video/?/video/showbiz/2009/09/30/moos.famous.falls.cnn
https://bugs.launchpad.net/bugs/460792
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 67226] Re: [karmic] Firefox 3.5 and openoffice do not stick to antialiasing render settings

2009-10-23 Thread Ody
I have the same problem with Firefox 3.5.3 and Opera 10.00 running on
Ubuntu Karmic. I was using Kubuntu 9.04 previously and the problem was
present in Firefox but not in Opera. The font settings I choose in
preferences have absolutely no effect on my web browsers.

-- 
[karmic] Firefox 3.5 and openoffice do not stick to antialiasing render settings
https://bugs.launchpad.net/bugs/67226
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-27 Thread ody
Also confirming fixed with jaunty-proposed packages.

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 368832] Re: Ubuntu's facter variable $operatingsystem changed from debian to ubuntu and has broken service providers.

2009-04-29 Thread ody
I suppose that actually changing line 8 of the the debian.rb file to
'defaultfor :operatingsystem = [:debian, :ubuntu]' would be a better
solution, as this is what is done with Redhat derivatives.  Which would
likely be something good to push upstream.

-- 
Ubuntu's facter variable $operatingsystem changed from debian to ubuntu and has 
broken service providers.
https://bugs.launchpad.net/bugs/368832
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 368832] [NEW] Ubuntu's facter variable $operatingsystem changed from debian to ubuntu and has broken service providers.

2009-04-28 Thread ody
Public bug reported:

Binary package hint: puppet

There is no ubuntu provider declared for services controlled by puppet.
Up until the current release of Ubuntu 9.04 the facter variable
$operatingsystem was being returned as debian and so now is being
returned as ubuntu.  I have found it sufficient to copy
/usr/lib/ruby/1.8/puppet/provider/service/debian.rb to
/usr/lib/ruby/1.8/puppet/provider/service/ubuntu.rb and then searching
and replacing all instances of the word debian with ubuntu, it only
changes 3 lines.  After doing this things work in a proper manner.
Without doing this you get the error from puppet that there are multiple
default providers and it will choose one for you and it often decides to
pick freebsd.  The other fix would be to re-write all our puppet configs
so that each service declaration has the line 'provider = debian' but
that kinda seems suboptimal and contrary to the decision by ubuntu to
change the facter variable, $operatingsystem from debian to ubuntu.

Ubuntu Version: Jaunty 9.04
puppet Package Version: 0.24.5-3

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

-- 
Ubuntu's facter variable $operatingsystem changed from debian to ubuntu and has 
broken service providers.
https://bugs.launchpad.net/bugs/368832
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293586] Re: lack of CONFIG_GETOPT_LONG in busybox-udeb completely breaks Kickstart

2008-12-04 Thread ody
Any update on new initrd.gz for netboot installers to address this bug?

-- 
lack of CONFIG_GETOPT_LONG in busybox-udeb completely breaks Kickstart
https://bugs.launchpad.net/bugs/293586
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 214147] Re: firefox app gets very slow when opening tabs with flash content. ex.: www.forumpcs.com.br in many tabs.

2008-10-01 Thread Ody
** Changed in: firefox-3.0 (Ubuntu)
   Status: New = Confirmed

-- 
firefox app gets very slow when opening tabs with flash content. ex.: 
www.forumpcs.com.br in many tabs.
https://bugs.launchpad.net/bugs/214147
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 134752] Re: Shutting down server causes Nautilus to slow down on Remote Ubuntu clients (SAMBA CIFS)

2008-09-07 Thread Ody
Well I have the same problem with my home network. One computer is
running Ubuntu Hardy, the other WinXP. This my fstab line:
//path/to/share /media/share cifs
iocharset=utf8,credentials=/path/to/.smbcredentials,gid=1001 0 0

When I shut down the WinXP computer which hosts the share and then try
to open Computer from the Places menu Nautilus takes a very very
very long time to load.

-- 
Shutting down server causes Nautilus to slow down on Remote Ubuntu clients 
(SAMBA CIFS)
https://bugs.launchpad.net/bugs/134752
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252434] Re: Firefox closes unexpectedly

2008-09-04 Thread Ody
This happened repeatedly a few minutes ago while loading a
href=http://terriermandotcom.blogspot.com/this page/a. I was only
able to view it without firefox closing when I selected start new
session instead of restore.

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

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


[Bug 254513] Re: image view in firefox slows system down

2008-09-04 Thread Ody
This happens in all web pages that have a click to enlarge image option.

Searching for flash in synaptic comes up with these results:

flash-plugin-nonfree
10.0.1.218+10.0.0.525ubuntu1~hardy1+really9.0.124.0ubuntu2

ubuntu-restricted-extras 15.2


Searching for java in synaptic comes up with these results:

brltty 3.9-6ubuntu1
dbus 1.1.2.0-1ubuntu2
gdb 6.8-1ubuntu2
java-common 0.28ubuntu3
libdbus-1-3 1.1.20-1ubuntu2
libgtksourceview2.0-common 2.2.2-0ubuntu1
libgtksourceview-common 1.8.5-1
sun-java6-bin 6-07-3ubuntu2
sun-java6-jre 6-07-3ubuntu2
ubuntu-restricted-extras 15.2


Firefox extensions:

Hide Menubar 1.0.20080706
Tamper Data 10.1.0
Undo Closed Tabs Button 3.0.3
User Agent Switcher 0.6.11

Firefox plugins:

Default Plugin
Demo Print Plugin for unix/linux
iTunes Application Detector
Shockwave Flash 9.0 r124

-- 
image view in firefox slows system down
https://bugs.launchpad.net/bugs/254513
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 257232] [NEW] burning iso with nautilus on DVD-DL fails halfway through

2008-08-12 Thread Ody
Public bug reported:

Binary package hint: nautilus-cd-burner

package: nautilus-cd-burner
Ubuntu 8.04
version:   *** 2.22.1-0ubuntu1 0

I right-clicked on an iso file (4.3 GB size). Pressed Write to disk.
Started burning with Nautilus on a double layered DVD. Halfway through I
got a message saying writing failed/unhandled error.

** Affects: nautilus-cd-burner (Ubuntu)
 Importance: Undecided
 Status: New

-- 
burning iso with nautilus on DVD-DL fails halfway through
https://bugs.launchpad.net/bugs/257232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 254513] [NEW] image view in firefox slows system down

2008-08-03 Thread Ody
Public bug reported:

Ubuntu 8.04

I visited the mozilla addons page with firefox 3.1. I clicked on a
screenshot of an addon to view the larger image. The larger image poped
up slowly in a new window making my system very slow. The mouse cursor
was moving very slowly. I pressed close and the larger image window
closed very slowly. The mouse cursor moved slowly until the pop up
window closed and the web page became bright again.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
image view in firefox slows system down
https://bugs.launchpad.net/bugs/254513
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 254513] Re: image view in firefox slows system down

2008-08-03 Thread Ody

** Attachment added: screenshot of popup window making my system slow
   http://launchpadlibrarian.net/16511728/BugScreenshot.png

-- 
image view in firefox slows system down
https://bugs.launchpad.net/bugs/254513
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 237797] [NEW] Grub Error durring kickstarts.

2008-06-05 Thread ody
Public bug reported:

I started testing Hardy's ability to kickstart during beta with zero
issues.  When Hardy went production something changed and now I am
getting GRUB errors when it comes time to install the bootloader.  The
kickstart that was finishing un-attended during beta now drops to the
install menu.  To continue and finish the kickstart you have to pick the
'continue with out boot loader' option.  Once the system restarts GRUB
starts and the system functions properly.  Attached is an image of the
error that occurs.  Looking through syslog I have also found an error
message that is produced by GRUB when the kickstart is halted.  This
error is: 'error: Preseeding of encrypted passwords changed! Check
installation guide.'  The line we use in kickstart to install the boot
loader is 'bootloader --location=mbr
--md5pass=$1$zGQvkuRk$mkX73Zt4GuT4V8cyqPQS10' (this is the hash for
password and is not our actual hash).  This line has not changed since
Hardy beta.  No where have I been able to find documentation on how the
syntax has changed.  The gui 'Kickstart Configurator' that is installed
from package system-config-kickstart even generates this line exactly
the same.  I also verified that our grub password is not being
installed.

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

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


[Bug 237797] Re: Grub Error durring kickstarts.

2008-06-05 Thread ody

** Attachment added: Image of GRUB kickstart error.
   http://launchpadlibrarian.net/15070931/grub_error.png

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

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