[Bug 1563296] Re: cloud-init 0.7.7~bzr1189-0ubuntu1 adds duplicated network config in /etc/network/interfaces.d/ in snappy leaving the boot completely network-less

2016-03-30 Thread Oliver Grawert
** Also affects: livecd-rootfs (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: livecd-rootfs (Ubuntu)
   Status: New => Confirmed

** Changed in: livecd-rootfs (Ubuntu)
   Importance: Undecided => High

** Changed in: livecd-rootfs (Ubuntu)
 Assignee: (unassigned) => Oliver Grawert (ogra)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1563296

Title:
  cloud-init 0.7.7~bzr1189-0ubuntu1 adds duplicated network config in
  /etc/network/interfaces.d/ in snappy leaving the boot completely
  network-less

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1563296/+subscriptions

-- 
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 1562784] Re: cloud-init 0.7.7~bzr1189-0ubuntu1kills snappy boot

2016-03-29 Thread Oliver Grawert
seeing also bug 1563296, could we perhaps disable that cloud-init tries
to tinker with the network settings at all (snappy simply does all
configuration itself. afaik we only used cloud-init for ssh key
generation and user setup up to now and there are also plans to
drop/disable it by default i heard) ?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1562784

Title:
  cloud-init 0.7.7~bzr1189-0ubuntu1kills snappy boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1562784/+subscriptions

-- 
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 1563296] [NEW] cloud-init 0.7.7~bzr1189-0ubuntu1 adds duplicated network config in /etc/network/interfaces.d/ in snappy leaving the boot completely network-less

2016-03-29 Thread Oliver Grawert
Public bug reported:

snappy configures /etc/network/interfaces.d/ by default on first boot
based on snappy config settings of the ubuntu-core snap

with version  0.7.7~bzr1189-0ubuntu1 cloud-init now starts to also
create a file called 50-cloud-init.cfg with differing options to teh
snappy default, this breaks ifup on boot and leaves snappy systems
completely without network after upgrade.

ubuntu@localhost:~$ ls -l /etc/network/interfaces.d/
total 8
-rw-r--r-- 1 root root 64 Mar 28 09:23 50-cloud-init.cfg
-rw-r--r-- 1 root root 40 Mar 28 09:19 eth0

ubuntu@localhost:~$ cat /etc/network/interfaces.d/50-cloud-init.cfg 
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

ubuntu@localhost:~$ cat /etc/network/interfaces.d/eth0 
allow-hotplug eth0
iface eth0 inet dhcp

** Affects: snappy
 Importance: Undecided
 Status: New

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: snappy
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1563296

Title:
  cloud-init 0.7.7~bzr1189-0ubuntu1 adds duplicated network config in
  /etc/network/interfaces.d/ in snappy leaving the boot completely
  network-less

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1563296/+subscriptions

-- 
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 1562784] Re: cloud-init 0.7.7~bzr1189-0ubuntu1kills snappy boot

2016-03-29 Thread Oliver Grawert
** Also affects: ubuntu-core-config (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-core-config (Ubuntu)
   Status: New => Confirmed

** Changed in: ubuntu-core-config (Ubuntu)
   Importance: Undecided => Critical

** Changed in: ubuntu-core-config (Ubuntu)
 Assignee: (unassigned) => Oliver Grawert (ogra)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1562784

Title:
  cloud-init 0.7.7~bzr1189-0ubuntu1kills snappy boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1562784/+subscriptions

-- 
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 1562784] Re: cloud-init 0.7.7~bzr1189-0ubuntu1kills snappy boot

2016-03-28 Thread Oliver Grawert
hmm, so we will store the name in a third place then.. why is that ? 
there is /etc/network/interfaces.d ... as well as 
/etc/udev/rules.d/70-persistent-net.rules 
why do we need a third place that we will then have to maintain the NIC name in 
? 

** Also affects: snappy
   Importance: Undecided
   Status: New

** Changed in: snappy
   Status: New => Confirmed

** Changed in: snappy
   Importance: Undecided => Critical

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1562784

Title:
  cloud-init 0.7.7~bzr1189-0ubuntu1kills snappy boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1562784/+subscriptions

-- 
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 1562784] [NEW] cloud-init 0.7.7~bzr1189-0ubuntu1kills snappy boot

2016-03-28 Thread Oliver Grawert
Public bug reported:

the recent cloud init changes in version 0.7.7~bzr1189-0ubuntu1
completely kill the snappy boot on non-networked systems (leaving the
console with an unlimited systemd wait process) and cause a python
traceback on networked ones (there the boot finishes)

traceback:

Mar 28 09:40:00 localhost cloud-init[820]: Cloud-init v. 0.7.7 running 
'init-local' at Mon, 28 Mar 2016 09:39:56 +. Up 84.15 seconds.
Mar 28 09:40:00 localhost cloud-init[820]: 2016-03-28 09:40:00,622 - 
util.py[WARNING]: failed of stage init-local
Mar 28 09:40:00 localhost cloud-init[820]: failed run of stage init-local
Mar 28 09:40:00 localhost cloud-init[820]: 

Mar 28 09:40:00 localhost cloud-init[820]: Traceback (most recent call last):
Mar 28 09:40:00 localhost cloud-init[820]:   File "/usr/bin/cloud-init", line 
514, in status_wrapper
Mar 28 09:40:00 localhost cloud-init[820]: ret = functor(name, args)
Mar 28 09:40:00 localhost cloud-init[820]:   File "/usr/bin/cloud-init", line 
268, in main_init
Mar 28 09:40:00 localhost cloud-init[820]: init.apply_network_config()
Mar 28 09:40:00 localhost cloud-init[820]:   File 
"/usr/lib/python3/dist-packages/cloudinit/stages.py", line 599, in 
apply_network_config
Mar 28 09:40:00 localhost cloud-init[820]: return 
self.distro.apply_network_config(netcfg)
Mar 28 09:40:00 localhost cloud-init[820]:   File 
"/usr/lib/python3/dist-packages/cloudinit/distros/__init__.py", line 140, in 
apply_network_config
Mar 28 09:40:00 localhost cloud-init[820]: dev_names = 
self._write_network_config(netconfig)
Mar 28 09:40:00 localhost cloud-init[820]:   File 
"/usr/lib/python3/dist-packages/cloudinit/distros/debian.py", line 85, in 
_write_network_config
Mar 28 09:40:00 localhost cloud-init[820]: links_prefix=self.links_prefix)
Mar 28 09:40:00 localhost cloud-init[820]:   File 
"/usr/lib/python3/dist-packages/cloudinit/net/__init__.py", line 589, in 
render_network_state
Mar 28 09:40:00 localhost cloud-init[820]: render_systemd_links(target, 
network_state, links_prefix)
Mar 28 09:40:00 localhost cloud-init[820]:   File 
"/usr/lib/python3/dist-packages/cloudinit/net/__init__.py", line 603, in 
render_systemd_links
Mar 28 09:40:00 localhost cloud-init[820]: with open(fname, "w") as fp:
Mar 28 09:40:00 localhost cloud-init[820]: OSError: [Errno 30] Read-only file 
system: '///etc/systemd/network/50-cloud-init-eth0.link'
Mar 28 09:40:00 localhost cloud-init[820]: 

Mar 28 09:40:01 localhost systemd[1]: cloud-init-local.service: Main process 
exited, code=exited, status=1/FAILURE
Mar 28 09:40:01 localhost systemd[1]: Failed to start Initial cloud-init job 
(pre-networking).
Mar 28 09:40:01 localhost systemd[1]: cloud-init-local.service: Unit entered 
failed state.
Mar 28 09:40:01 localhost systemd[1]: cloud-init-local.service: Failed with 
result 'exit-code'.

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1562784

Title:
  cloud-init 0.7.7~bzr1189-0ubuntu1kills snappy boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1562784/+subscriptions

-- 
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 1562784] Re: cloud-init 0.7.7~bzr1189-0ubuntu1kills snappy boot

2016-03-28 Thread Oliver Grawert
this should probably write to some place in /var instead

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1562784

Title:
  cloud-init 0.7.7~bzr1189-0ubuntu1kills snappy boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1562784/+subscriptions

-- 
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 1546312] Re: Please update to open-vm-tools 10.0.7

2016-03-18 Thread Oliver Kurth
Hi Robert,

I asked the developer, and this is the description. The utility also
give a usage information. Let me know if this helps.


Description:

The namespace tool exposes VMODL and Guest side API for a
publish/subscribe mechanism which enables reliable/persistent
communication and reliable asynchronous notifications to/from VMs
without networking. The core of this mechanism is VM Namespace DB (based
on SQL lite database) which is an entity that resides in ESX and
facilitates the bidirectional communication between Guest Operating
System and the Management application. The information exchanged can be
key/value pairs . Namespace tool uses secure guest rpc channel to store
data into namespaceDB (sqlite database) and provide two way
communication between VMX and guest side. Guest side interface is
namespace tool and VC side interface uses internal VMODL API


Usage:

  vmware-namespace-cmd [OPTION...] [get-value | set-key | delete-key]
[]

Example:
  vmware-namespace-cmd set-key  -k  -v 
  vmware-namespace-cmd set-key  -k  -f 
  echo "" | vmware-namespace-cmd set-key  -k  
-s
  vmware-namespace-cmd delete-key   -k 
  vmware-namespace-cmd get-value  -k 


Help Options:
  -h, --help Show help options
  --help-all Show all help options
  --help-get-value   Show help for command "get-value"
  --help-set-key Show help for command "set-key"
  --help-delete-key  Show help for command "delete-key"

vmware-namespace-cmd command get-value:
  -k, --key=   Key value to return

vmware-namespace-cmd command set-key: - Create or update key value pair

  -k, --key=   Key name to use
  -v, --value=Value to set
  -o, --oldValue= Value must match with current key value in the 
namespace for update operation to proceed
  -f, --fromFile= Value to use from file path
  -s, --stdinValue to use from standard input

vmware-namespace-cmd command delete-key:- Delete key value pair

  -k, --key=   Key name to use
  -o, --oldValue= Value must match with current key value in the 
namespace for delete operation to proceed

Application Options:
  -V, --verbose  Verbose logging mode

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1546312

Title:
  Please update to open-vm-tools 10.0.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1546312/+subscriptions

-- 
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 1546312] Re: Please update to open-vm-tools 10.0.7

2016-02-18 Thread Oliver Kurth
Okay, done. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815116

Thx, Oliver

** Bug watch added: Debian Bug tracker #815116
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815116

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1546312

Title:
  Please update to open-vm-tools 10.0.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1546312/+subscriptions

-- 
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 1546312] [NEW] Please update to open-vm-tools 10.0.7

2016-02-16 Thread Oliver Kurth
Public bug reported:

Version 10.0.7 of open-vm-tools has been released. It is avaliable at:
https://github.com/vmware/open-vm-tools/tree/stable-10.0.x

You can refer to https://github.com/vmware/open-vm-
tools/blob/stable-10.0.x/open-vm-tools/ChangeLog for changes since
10.0.0. It contains mainly bug fixes and the addition of the namespace
tool.

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1546312

Title:
  Please update to open-vm-tools 10.0.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1546312/+subscriptions

-- 
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 1515780] [NEW] bcache does not work with suspend

2015-11-12 Thread oliver
Public bug reported:

Bcache and suspend do not really go hand in hand. See
http://bcache.evilpiepirate.org/FAQ/ for more details.

It boils down to simply disable caching mode before suspend and re-
enable it after suspend. I wrote the following script and it should be
part of bcache-tools since installing bcache-tools implies bcache might
be in use.

The only really 'big' downside is, we always restore to writethrough
mode, I guess we could store the state on suspend in /tmp and restore on
resume if this is really needed.

cat /lib/systemd/system-sleep/bcache.sh 
#!/bin/sh
if [ "$1" = "pre" ]; then
for cache in /sys/block/bcache*; do
echo "none" > ${cache}/bcache/cache_mode
done
fi

if [ "$1" = "post" ]; then
for cache in /sys/block/bcache*; do
echo "writethrough" > ${cache}/bcache/cache_mode
done
fi

** Affects: bcache-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bcache-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1515780

Title:
  bcache does not work with suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcache-tools/+bug/1515780/+subscriptions

-- 
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 1457957] Re: puppet uses upstart for service status checks in vivid

2015-11-12 Thread Oliver Chick
Experiencing this on 15.10

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1457957

Title:
  puppet uses upstart for service status checks in vivid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1457957/+subscriptions

-- 
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 898124] Re: Missing Files for Apache2::SizeLimit in libapache2-mod-perl2 (2.0.5-2 oneiric 2.0.5-5 precise)

2015-10-07 Thread Oliver Flimm
As far as I can see at least in wiley

Apache/SizeLimit.pm
Apache/SizeLimit/Core.pm
Apache2/SizeLimit.pm

are now all included. From utopic on even the liblinux-pid-perl is
included as a package, but is still not listed as a dependency in
libapache2-mod-perl - but no liblinux-pid-perl for trusty (LTS)...

So all there is to do is include liblinux-pid-perl as a dependency to
fix this issue starting with utopic.

Nevertheless in the meantime I abandoned apache2/mod_perl for my webapp
in favor of PSGI/starman, so fixing this bug no longer affects me.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/898124

Title:
  Missing Files for Apache2::SizeLimit in libapache2-mod-perl2 (2.0.5-2
  oneiric 2.0.5-5 precise)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-perl2/+bug/898124/+subscriptions

-- 
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 1492429] [NEW] please update open-vm-tools to version 10.0.0

2015-09-04 Thread Oliver Kurth
Public bug reported:

Version 10.0.0 of open-vm-tools has been released. It is avaliable at:
https://github.com/vmware/open-vm-tools/tree/stable-10.0.x

See https://github.com/vmware/open-vm-
tools/blob/stable-10.0.x/ReleaseNotes.md for release notes.

This is also reported at Debian: https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=797725

Thanks,
Oliver

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1492429

Title:
  please update open-vm-tools to version 10.0.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1492429/+subscriptions

-- 
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 1468114] [NEW] please update open-vm-tools to 9.10.2

2015-06-23 Thread Oliver Kurth
Public bug reported:

Version 9.10.2 of open-vm-tools has been released, available on github:
https://github.com/vmware/open-vm-tools/tree/stable-9.10.2

Also reported at Debian: https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=789722

Thanks,
Oliver

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: upstart (Ubuntu) => open-vm-tools (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1468114

Title:
  please update open-vm-tools to 9.10.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1468114/+subscriptions

-- 
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 1430109] [NEW] vmtoolsd does not start automatically after reboot with systemd

2015-03-09 Thread Oliver Kurth
Public bug reported:

In Ubuntu 15.04 Beta1, when open-vm-tools is installed, it will not start 
automatically after a reboot. It runs after the commanad (as root):
systemctl start open-vm-tools
With the command
systemctl enable open-vm-tools
it will start after rebooting.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: open-vm-tools 2:9.4.0-1280544-5ubuntu6
ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
Uname: Linux 3.18.0-13-generic x86_64
ApportVersion: 2.16.1-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME
Date: Mon Mar  9 18:55:44 2015
InstallationDate: Installed on 2015-03-05 (4 days ago)
InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Alpha amd64 (20150224)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: open-vm-tools
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.vmware.tools.tools.conf:
 
mtime.conffile..etc.vmware.tools.tools.conf: 2015-03-09T08:59:28.90

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug vivid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1430109

Title:
  vmtoolsd does not start automatically after reboot with systemd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1430109/+subscriptions

-- 
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 1007924] Re: pm-utils uses wrong interface for NetworkManager hook (should be org.freedesktop.NetworkManager.Sleep)

2015-01-11 Thread Oliver R.
Has anyone tried to get the patch into an update for 12.04 in the past
seven months?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1007924

Title:
  pm-utils uses wrong interface for NetworkManager hook (should be
  org.freedesktop.NetworkManager.Sleep)

To manage notifications about this bug go to:
https://bugs.launchpad.net/pm-utils/+bug/1007924/+subscriptions

-- 
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 888434] Re: /usr/lib/pm-utils/sleep.d/55NetworkManager calls the wrong method

2015-01-11 Thread Oliver R.
I attached a modified version of 55NetworkManager that simply calls
"stop network-manager" and "start network-manager", respectively.  This
works for me, i.e. I have a working network connection after resume,
which I hadn't before (Mint 13 Xfce, kernel 3.13.0-43-generic, ThinkPad
R500).

Please comment if this is a sensible solution –  or post a correct
version using dbus_send.

** Attachment added: "55NetworkManager"
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/888434/+attachment/4295640/+files/55NetworkManager

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/888434

Title:
  /usr/lib/pm-utils/sleep.d/55NetworkManager calls the wrong method

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/888434/+subscriptions

-- 
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 888434] Re: /usr/lib/pm-utils/sleep.d/55NetworkManager calls the wrong method

2015-01-10 Thread Oliver R.
The bug seems to be still present in version 1.4.1-9fix.ubuntu12.04

Is anyone able to fix this?  Is it fixed in future versions?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/888434

Title:
  /usr/lib/pm-utils/sleep.d/55NetworkManager calls the wrong method

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/888434/+subscriptions

-- 
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 945433] Re: Incorrect GPT length should be handled better

2014-12-29 Thread Oliver Joos
I see this crash with an external USB disk with MBR only (no GPT!)

I tried to shrink a FAT32 partition with gparted when the crash occurred
the first time. Now the partition still has its old size, but the FAT32
filesystem has the new, lower size. Fortunately no data was lost.

IMO the importance of this bug is not low.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to gdisk in Ubuntu.
https://bugs.launchpad.net/bugs/945433

Title:
  Incorrect GPT length should be handled better

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdisk/+bug/945433/+subscriptions

-- 
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 1394919] [NEW] constant crash in trying to collect info for recoverable error

2014-11-21 Thread Oliver Grawert
Public bug reported:

since a few days my phone started producing a 
/var/crash/_usr_share_apport_recoverable_problem.32011.crash

i see the timestamp updated multiple times and the matching PID from the
traceback seems to be cgmanager

https://errors.ubuntu.com/oops/c25e8678-70f2-11e4-976f-fa163e4aaad4
https://errors.ubuntu.com/oops/94398858-70a0-11e4-906f-fa163e339c81
https://errors.ubuntu.com/oops/235b2dd0-7118-11e4-837c-fa163e5bb1a2

are the respective whoopsie uploads.

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

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

** Affects: apport (Ubuntu RTM)
 Importance: Undecided
 Status: New

** Affects: cgmanager (Ubuntu RTM)
 Importance: Undecided
 Status: New

** Also affects: cgmanager (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: apport (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Also affects: cgmanager (Ubuntu RTM)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cgmanager in Ubuntu.
https://bugs.launchpad.net/bugs/1394919

Title:
  constant crash in trying to collect info for recoverable error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1394919/+subscriptions

-- 
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 1167394] Re: segfaults with php-fpm and current php5-memcached

2014-07-15 Thread oliver
experience the same problem but with debian 7

Jul 15 01:44:27 somehost kernel: [8429267.377663] Pid: 20477, comm: php5 Not 
tainted 3.2.0-4-amd64 #1 Debian 3.2.54-2 Bochs Bochs
Jul 15 01:44:27 somehost kernel: [8429267.377663] RIP: 
0033:[<7ffd67966e5f>]  [<7ffd67966e5f>] 0x7ffd67966e5e
Jul 15 01:44:27 somehost kernel: [8429267.377663] RSP: 002b:7fffbe1e9fb0  
EFLAGS: 00010246
Jul 15 01:44:27 somehost kernel: [8429267.377663] RAX: 01e6f410 RBX: 
0002 RCX: 0338
Jul 15 01:44:27 somehost kernel: [8429267.377663] RDX: 0032 RSI: 
7ffd67a757c0 RDI: 7ffd66ed9cd0
Jul 15 01:44:27 somehost kernel: [8429267.377663] RBP: 7ffd66ed9cd0 R08: 
0002 R09: 01e6f410
Jul 15 01:44:27 somehost kernel: [8429267.377663] R10: 7ffd67cbe880 R11: 
0216 R12: 0002
Jul 15 01:44:27 somehost kernel: [8429267.377663] R13: 0996 R14: 
0002 R15: 04bc
Jul 15 01:44:27 somehost kernel: [8429267.377663] FS:  7ffd6ab3f720() 
GS:88011fc0() knlGS:
Jul 15 01:44:27 somehost kernel: [8429267.377663] CS:  0010 DS:  ES:  
CR0: 80050033
Jul 15 01:44:27 somehost kernel: [8429267.377663] CR2: 7ffd66eda008 CR3: 
0001178db000 CR4: 06f0
Jul 15 01:44:27 somehost kernel: [8429267.377663] DR0:  DR1: 
 DR2: 
Jul 15 01:44:27 somehost kernel: [8429267.377663] DR3:  DR6: 
0ff0 DR7: 0400
Jul 15 01:44:27 somehost kernel: [8429267.377663] Process php5 (pid: 20477, 
threadinfo 880118484000, task 8800cd2c21c0)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1167394

Title:
  segfaults with php-fpm and current php5-memcached

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1167394/+subscriptions

-- 
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 1167394] Re: segfaults with php-fpm and current php5-memcached

2014-07-15 Thread oliver
no not the same, for me it happens randomly

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1167394

Title:
  segfaults with php-fpm and current php5-memcached

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1167394/+subscriptions

-- 
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 1324677] [NEW] "unexpected operator" error during installation of samba-common (debootstrap)

2014-05-29 Thread Oliver
Public bug reported:

During a debootstrap run I got the following error from one of the
scripts.

Preparing to unpack .../samba-common_2%3a4.1.6+dfsg-1ubuntu2.14.04.1_all.deb ...
/var/lib/dpkg/tmp.ci/preinst: 5: [: =: unexpected operator

Because this was during debootstrap, I guess I cannot offer any info
from the live system or does that help?

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1324677

Title:
  "unexpected operator" error during installation of samba-common
  (debootstrap)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1324677/+subscriptions

-- 
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 1303756] Re: make lxc-console work non-confusingly by default on touch images

2014-04-07 Thread Oliver Grawert
** Changed in: lxc (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1303756

Title:
  make lxc-console work non-confusingly by default on touch images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1303756/+subscriptions

-- 
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 1302174] Re: Booting mako hangs randomly right after run-init

2014-04-04 Thread Oliver Grawert
for lxc-android-config i will apply http://paste.ubuntu.com/7203232/
now, and additionally open a task for cgmanager


** Also affects: cgmanager (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: cgmanager (Ubuntu)
   Importance: Undecided => High

** Changed in: cgmanager (Ubuntu)
 Assignee: (unassigned) => Stéphane Graber (stgraber)

** Summary changed:

- Booting mako hangs randomly right after run-init
+ Booting mako hangs randomly with cgmanager installed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cgmanager in Ubuntu.
https://bugs.launchpad.net/bugs/1302174

Title:
  Booting mako hangs randomly with cgmanager installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1302174/+subscriptions

-- 
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 1279819] [NEW] php5-fpm reload kills master process without its children

2014-02-13 Thread Oliver Mueller
Public bug reported:

php-fpm uses a master process to control its children. the problem is,
that a service reload is going to kill this master process without
recovering it or killing its children.

here is an example:

# ps aux|grep fpm
root 20590  1.3  0.0 190264 22380 ?Ss   14:54   0:00 php-fpm: 
master process (/etc/php5/fpm/php-fpm.conf)
www-data 20592  0.0  0.0 190264 14456 ?S14:54   0:00 php-fpm: pool 
www
www-data 20593  0.0  0.0 190264 14456 ?S14:54   0:00 php-fpm: pool 
www
www-data 20594  0.0  0.0 190264 14456 ?S14:54   0:00 php-fpm: pool 
www
www-data 20595  0.0  0.0 190264 14456 ?S14:54   0:00 php-fpm: pool 
www
root 20597  0.0  0.0 118224   948 pts/2S+   14:54   0:00 grep 
--color=auto fpm

FPM is running, but if I do a reload now, the master will disappear

# service php5-fpm reload
# ps aux|grep fpm
www-data 22316  0.0  0.0 190264 14456 ?S14:57   0:00 php-fpm: pool 
www
www-data 22317  0.0  0.0 190264 14456 ?S14:57   0:00 php-fpm: pool 
www
www-data 22318  0.0  0.0 190264 14456 ?S14:57   0:00 php-fpm: pool 
www
www-data 22319  0.0  0.0 190264 14456 ?S14:57   0:00 php-fpm: pool 
www
root 22418  0.0  0.0 118224   948 pts/2S+   14:59   0:00 grep 
--color=auto fpm


when this happens, there is basically no easy way of reloading or restarting or 
stopping this service again, because even a restart cannot find them anymore:

# service php5-fpm restart
stop: Unknown instance:
php5-fpm start/running, process 23494
root@davy ~ # ps aux|grep fpm
www-data 22316  0.0  0.0 190264 14456 ?S14:57   0:00 php-fpm: pool 
www
www-data 22317  0.0  0.0 190264 14456 ?S14:57   0:00 php-fpm: pool 
www
www-data 22318  0.0  0.0 190264 14456 ?S14:57   0:00 php-fpm: pool 
www
www-data 22319  0.0  0.0 190264 14456 ?S14:57   0:00 php-fpm: pool 
www
root 23949  0.0  0.0 118224   948 pts/2S+   15:00   0:00 grep 
--color=auto fpm


the master service is still gone.

if i use a restart or stop/start only, everything seems to work find.
The bug seems to be in reload functionality only.


# lsb_release -rd
Description:Ubuntu 13.10
Release:13.10

# apt-cache policy php5-fpm
php5-fpm:
  Installed: 5.5.3+dfsg-1ubuntu2.1
  Candidate: 5.5.3+dfsg-1ubuntu2.1
  Version table:
 *** 5.5.3+dfsg-1ubuntu2.1 0
500 http://mirror.hetzner.de/ubuntu/packages/ saucy-updates/universe 
amd64 Packages
500 http://mirror.hetzner.de/ubuntu/security/ saucy-security/universe 
amd64 Packages
500 http://de.archive.ubuntu.com/ubuntu/ saucy-updates/universe amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ saucy-security/universe amd64 
Packages
100 /var/lib/dpkg/status
 5.5.3+dfsg-1ubuntu2 0
500 http://mirror.hetzner.de/ubuntu/packages/ saucy/universe amd64 
Packages
500 http://de.archive.ubuntu.com/ubuntu/ saucy/universe amd64 Packages

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


** Tags: php5 php5-fpm reload service

** Tags added: php5

** Tags added: php5-fpm reload service

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1279819

Title:
  php5-fpm reload kills master process without its children

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1279819/+subscriptions

-- 
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 1267254] [NEW] Please do not package devel snapshots

2014-01-08 Thread Oliver Kurth
Public bug reported:

Hello,

we (VMware) noticed that the latest versions of open-vm-tools in saucy
and trusty are built from the devel snapshots.

Of course we are happy that Ubuntu ships packages for open-vm-tools and
support this. However, we do not recommend shipping devel snapshots.

Please build packages from the stable branch instead (currently this is
open-vm-tools-9.4.0-1280544.tar.gz). Code from the stable branches has
been thoroughly tested by VMware, code from the devel snapshots has not
and may contain many hidden bugs.

Thanks,
Oliver

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1267254

Title:
  Please do not package devel snapshots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1267254/+subscriptions

-- 
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 1242074] [NEW] lxc-ls shows wrong status

2013-10-20 Thread Oliver Mueller
it was autostarted

Sent from my iPad

> On 20.10.2013, at 22:12, Serge Hallyn <1242...@bugs.launchpad.net> wrote:
> 
> Thanks for submitting this bug.  Can you confirm whether the jenkins
> machine was auto-started by lxc-instance?  If not, can you please
> run 'apport-collect 1242074' to have apport upload more information,
> and tell us the path and type of container, and how you created and started
> it?
> 
> status: incomplete
> 
> 
> ** Changed in: lxc (Ubuntu)
>   Status: New => Incomplete
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1242074
> 
> Title:
>  lxc-ls shows wrong status
> 
> Status in “lxc” package in Ubuntu:
>  Incomplete
> 
> Bug description:
>  I just upgraded to ubuntu saucy and found a strange behaviour. The
>  command lxc-ls doesn't show the correct status of running machines.
> 
>  as you can see my output for jenkins is "stopped", but I am logged
>  into the system (jenkins) at the very same moment, so it is running. I
>  can also do thinks within the virtual machine, but the status doesn't
>  change.
> 
> 
>  # lxc-ls --fancy
>  NAME   STATEIPV4  IPV6  AUTOSTART
>  -
>  jenkinsSTOPPED  - - NO
>  php-54-32  STOPPED  - - NO
>  test   STOPPED  - - NO
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1242074/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1242074

Title:
  lxc-ls shows wrong status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1242074/+subscriptions

-- 
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 924337] Re: lxc on precise is not working with lucid containers (container does not reach runlevel 2)

2013-10-20 Thread Oliver Mueller
Is it possible that this bug returned?

I updated the host to ubuntu saucy and lxc was working fine with the
virtual machine "jenkins". Once I updated the guest system to saucy as
well, it seemed not to boot, but I was wrong. It never reached the
runlevel (5), which it did before.

Here is the output of lxc-ls

# lxc-ls --fancy
NAME   STATEIPV4  IPV6  AUTOSTART
-
jenkinsRUNNING  192.168.1.30  - NO
php-54-32  STOPPED  - - NO
test   STOPPED  - - NO

as you can see it is running, but not reachable by ssh. so I entered:

# lxc-attach -n jenkins -- runlevel
unknown

it doesn't know in which runlevel it is.

even though the network is up within the guest system:

# lxc-attach -n jenkins -- ifconfig
eth0  Link encap:Ethernet  HWaddr 10:16:3e:53:5b:7a
  inet addr:192.168.1.30  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::1216:3eff:fe53:5b7a/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:277 errors:0 dropped:0 overruns:0 frame:0
  TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:44733 (44.7 KB)  TX bytes:648 (648.0 B)

as soon as I force the runlevel with:

lxc-attach -n jenkins -- init 5

everything is working, until I reboot the guest again.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/924337

Title:
  lxc on precise is not working with lucid containers (container does
  not reach runlevel 2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/924337/+subscriptions

-- 
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 1242074] [NEW] lxc-ls shows wrong status

2013-10-19 Thread Oliver Mueller
Public bug reported:

I just upgraded to ubuntu saucy and found a strange behaviour. The
command lxc-ls doesn't show the correct status of running machines.

as you can see my output for jenkins is "stopped", but I am logged into
the system (jenkins) at the very same moment, so it is running. I can
also do thinks within the virtual machine, but the status doesn't
change.


# lxc-ls --fancy
NAME   STATEIPV4  IPV6  AUTOSTART
-
jenkinsSTOPPED  - - NO
php-54-32  STOPPED  - - NO
test   STOPPED  - - NO

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1242074

Title:
  lxc-ls shows wrong status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1242074/+subscriptions

-- 
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 1186501] [NEW] LXC won't tear down VETH device on shutdown

2013-06-01 Thread Oliver Mueller
Public bug reported:

I am using Ubuntu 13.04 with latest update and the package LXC to run
some virtual machines in it.

I am using the following parameter for one of the machines:
- CONFIG 
lxc.network.type=veth
lxc.network.link=br0
lxc.network.flags=up
lxc.network.hwaddr = 10:16:3e:53:5b:7a
lxc.network.veth.pair = veth_jenkins
lxc.network.ipv4 = 192.168.1.30/24
#lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3597
lxc.rootfs = /var/lib/lxc/jenkins/rootfs
lxc.utsname = jenkins

lxc.devttydir = lxc
lxc.tty = 4
lxc.pts = 1024
lxc.mount  = /var/lib/lxc/jenkins/fstab
lxc.arch = amd64
lxc.cap.drop = sys_module mac_admin mac_override
lxc.pivotdir = lxc_putold

# uncomment the next line to run the container unconfined:
#lxc.aa_profile = unconfined

lxc.cgroup.devices.deny = a
# Allow any mknod (but not using the node)
lxc.cgroup.devices.allow = c *:* m
lxc.cgroup.devices.allow = b *:* m
# /dev/null and zero
lxc.cgroup.devices.allow = c 1:3 rwm
lxc.cgroup.devices.allow = c 1:5 rwm
# consoles
lxc.cgroup.devices.allow = c 5:1 rwm
lxc.cgroup.devices.allow = c 5:0 rwm
#lxc.cgroup.devices.allow = c 4:0 rwm
#lxc.cgroup.devices.allow = c 4:1 rwm
# /dev/{,u}random
lxc.cgroup.devices.allow = c 1:9 rwm
lxc.cgroup.devices.allow = c 1:8 rwm
lxc.cgroup.devices.allow = c 136:* rwm
lxc.cgroup.devices.allow = c 5:2 rwm
# rtc
lxc.cgroup.devices.allow = c 254:0 rwm
#fuse
lxc.cgroup.devices.allow = c 10:229 rwm
#tun
lxc.cgroup.devices.allow = c 10:200 rwm
#full
lxc.cgroup.devices.allow = c 1:7 rwm
#hpet
lxc.cgroup.devices.allow = c 10:228 rwm
#kvm
lxc.cgroup.devices.allow = c 10:232 rwm


lxc.cgroup.memory.limit_in_bytes = 8G
lxc.cgroup.memory.soft_limit_in_bytes = 2G
lxc.cgroup.cpuset.cpus = 0-3
- /CONFIG 

When I start this LXC container, the network will be started as expected as you 
can see in the ifconfig output:
veth_jenkins Link encap:Ethernet  HWaddr fe:31:67:cb:ef:25
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:145 errors:0 dropped:0 overruns:0 frame:0
  TX packets:350 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:25708 (25.7 KB)  TX bytes:59185 (59.1 KB)


The issue I have is the following: when I shutdown the LXC container, the 
"veth_jenkins" interface stays active and will not teared down with the 
machine. This is not so nice, but it is really ugly, if you try to start the 
machine again, because then it will not start anymore, because it says, that 
the interface name is not unique...of course not, but I would like to not use 
random name, because I like to be able to identify the related interfaces.

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: interface lxc network virtualization vm

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1186501

Title:
  LXC won't tear down VETH device on shutdown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1186501/+subscriptions

-- 
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 1115335] Re: hg displays errors in pre-commit.d/20warn-problem-files

2013-02-06 Thread Oliver
This affects me too.  But only ever since 12.04. I'm trying to use LTS
versions exclusively.

For now I am using bzr instead. It's not my preferred VCS, but it does
the job and is apparently better maintained in conjunction with
etckeeper.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to etckeeper in Ubuntu.
https://bugs.launchpad.net/bugs/1115335

Title:
  hg displays errors in pre-commit.d/20warn-problem-files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1115335/+subscriptions

-- 
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 1058081] Re: libaio ftbfs on armel/armhf

2012-09-28 Thread Oliver Grawert
http://paste.ubuntu.com/1247579/ has the output of the same build done
on a fresh quantal install on a pandaboard ...

since the userspace on the buildds is (or should be) identical to this,
i would say it clearly points to a kernel issue with the buildd kernels

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libaio in Ubuntu.
https://bugs.launchpad.net/bugs/1058081

Title:
  libaio ftbfs on armel/armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libaio/+bug/1058081/+subscriptions

-- 
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 1058081] Re: libaio ftbfs on armel/armhf

2012-09-28 Thread Oliver Grawert
building it locally on my mx6 sabrelite board shows no build issues at all ...
the tests are very HW demanding it seems, while the build is done in a few 
seconds running the tests puts an immense load on teh machine.

http://paste.ubuntu.com/1247430/

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libaio in Ubuntu.
https://bugs.launchpad.net/bugs/1058081

Title:
  libaio ftbfs on armel/armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libaio/+bug/1058081/+subscriptions

-- 
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 1057573] Re: Socat depends on libreadline5 and fails to link properly.

2012-09-28 Thread Oliver Heard
Thanks for that Micah, it looks like my libreadline5 install was broken
and perhaps it was missing from the repos for a short period as I was
able to reinstall it just now.

I've included the output you requested below in case you're curious but
I believe this issue should now be closed, my mistake. :-(

oliver@afidev05:~$ apt-cache policy libreadline5
libreadline5:
  Installed: 5.2-11
  Candidate: 5.2-11
  Version table:
 *** 5.2-11 0
500 http://gb.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
100 /var/lib/dpkg/status
oliver@afidev05:~$ dpkg -L libreadline5
/.
/etc
/lib
/lib/x86_64-linux-gnu
/lib/x86_64-linux-gnu/libreadline.so.5.2
/lib/x86_64-linux-gnu/libhistory.so.5.2
/usr
/usr/share
/usr/share/doc
/usr/share/doc/libreadline5
/usr/share/doc/libreadline5/USAGE
/usr/share/doc/libreadline5/inputrc.arrows
/usr/share/doc/libreadline5/examples
/usr/share/doc/libreadline5/examples/Inputrc
/usr/share/doc/libreadline5/copyright
/usr/share/doc/libreadline5/changelog.Debian.gz
/usr/share/doc/libreadline5/README.Debian
/lib/x86_64-linux-gnu/libreadline.so.5
/lib/x86_64-linux-gnu/libhistory.so.5

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to socat in Ubuntu.
https://bugs.launchpad.net/bugs/1057573

Title:
  Socat depends on libreadline5 and fails to link properly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/socat/+bug/1057573/+subscriptions

-- 
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 1057573] [NEW] Socat depends on libreadline5 and fails to link properly.

2012-09-27 Thread Oliver Heard
Public bug reported:

Socat is linked with libreadline.so.5 which is not installable.

libreadline5 has no installation candidate, on my machine it's installed
but I have no libreadline.so.5 file anywhere on my machine. I have every
Ubuntu repository enabled, including universe, multiverse, restricted
and propsed updates.

## Program Output

# Looking for libreadline.so.5
oliver@afidev05:~$ sudo find / -type f -name 'libreadline.so.5'
oliver@afidev05:~$

# Aptitude Info: libreadline5
oliver@afidev05:~$ aptitude show libreadline5
Package: libreadline5 
State: installed
Automatically installed: no
Multi-Arch: same
Version: 5.2-11
Priority: optional
Section: libs
Maintainer: Ubuntu Developers 
Architecture: amd64
Uncompressed Size: 354 k
Depends: readline-common, libc6 (>= 2.11), libtinfo5
PreDepends: multiarch-support
Breaks: libreadline5 (!= 5.2-11)
Replaces: libreadline5 (< 5.2-11)
Description: GNU readline and history libraries, run-time libraries
 The GNU readline library aids in the consistency of user interface across
 discrete programs that need to provide a command line interface. 
 
 The GNU history library provides a consistent user interface for recalling
 lines of previously typed input.

#Aptitude Info: socat
oliver@afidev05:~$ aptitude show socat
Package: socat
State: installed
Automatically installed: no
Version: 1.7.1.3-1.2
Priority: extra
Section: universe/net
Maintainer: Ubuntu Developers 
Architecture: amd64
Uncompressed Size: 907 k
Depends: libc6 (>= 2.4), libreadline5 (>= 5.2), libssl1.0.0 (>= 1.0.0), libwrap0
 (>= 7.6-4~)
Conflicts: socat
Description: multipurpose relay for bidirectional data transfer
 Socat (for SOcket CAT) establishes two bidirectional byte streams and transfers
 data between them. Data channels may be files, pipes, devices (terminal or
 modem, etc.), or sockets (Unix, IPv4, IPv6, raw, UDP, TCP, SSL). It provides
 forking, logging and tracing, different modes for interprocess communication
 and many more options. 
 
 It can be used, for example, as a TCP relay (one-shot or daemon), as an
 external socksifier, as a shell interface to Unix sockets, as an IPv6 relay, as
 a netcat and rinetd replacement, to redirect TCP-oriented programs to a serial
 line, or to establish a relatively secure environment (su and chroot) for
 running client or server shell scripts inside network connections. Socat
 supports sctp as of 1.7.0.
Homepage: http://www.dest-unreach.org/socat/

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

** Summary changed:

- Socat depends on libreadline5 which is no longer available.
+ Socat depends on libreadline5 and fails to link properly.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to socat in Ubuntu.
https://bugs.launchpad.net/bugs/1057573

Title:
  Socat depends on libreadline5 and fails to link properly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/socat/+bug/1057573/+subscriptions

-- 
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 1032322] Re: Swap space allocation for large memory systems needs improvement

2012-09-17 Thread Oliver Grawert
hibernation should only write the actively changed data (diry pages)
from ram to disk, that definitely wont hit 100% of your physical RAM...

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1032322

Title:
  Swap space allocation for large memory systems needs improvement

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/partman-auto/+bug/1032322/+subscriptions

-- 
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 280123] Re: dhcp3-server needs if-up.d/if-down.d scripts for better network-manager compatibility

2012-07-19 Thread Oliver Grawert
all relases this was discussed for are actually EOL and the issue of NM
touching /etc/network/interfaces has been fixed in network-manager
since. please close ...

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

Title:
  dhcp3-server needs if-up.d/if-down.d scripts for better network-
  manager compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dhcp3/+bug/280123/+subscriptions

-- 
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 991818] Re: package nis 3.17-31ubuntu0.10.04.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-30 Thread Javier Oliver
Ok, I solved it!
I did purge nis, and re-install it.

Thanks!!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis in Ubuntu.
https://bugs.launchpad.net/bugs/991818

Title:
  package nis 3.17-31ubuntu0.10.04.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/991818/+subscriptions

-- 
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 991818] Re: package nis 3.17-31ubuntu0.10.04.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-30 Thread Javier Oliver
I mean, I tried to install Adobe Flash player, but the installation
failed and the installer recommended me to do: sudo apt-get install -f,
and sudo dpkg --configure -a, which also failed because of  the nis.

I tried to update the nis, but no luck.

Can anybody tell me what can I do? I am not good in linux... sorry.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis in Ubuntu.
https://bugs.launchpad.net/bugs/991818

Title:
  package nis 3.17-31ubuntu0.10.04.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/991818/+subscriptions

-- 
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 991818] Re: package nis 3.17-31ubuntu0.10.04.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-30 Thread Javier Oliver
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis in Ubuntu.
https://bugs.launchpad.net/bugs/991818

Title:
  package nis 3.17-31ubuntu0.10.04.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/991818/+subscriptions

-- 
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 991818] [NEW] package nis 3.17-31ubuntu0.10.04.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-30 Thread Javier Oliver
Public bug reported:

I tried:

sudo apt-get install -f
 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libzzip-0-13 nite-dev libxaw7-dev ps-engine libglut3-dev libtheora-dev
  libwxbase2.8-dev libzzip-dev python-sphinx python-paramiko libpcre3-dev
  libsdl-image1.2-dev python-epydoc libyaml-dev python-docutils python-roman
  libsqlite3-dev libxmu-headers libfltk1.1-dev python-lxml
  libgraphicsmagick1-dev python-sip4-dev libhdf5-serial-1.8.4 libapr1-dev
  libpcrecpp0 ttf-lyx libhdf5-serial-dev libexif-dev libfreeimage-dev
  libfltk1.1 python-matplotlib-data liblog4cxx10-dev libxmu-dev libwmf-dev
  python-dateutil libnetpbm10-dev uuid-dev python-pyparsing
  libgraphicsmagick++3 libqhull-dev liblcms1-dev libgraphicsmagick++1-dev
  yaml-cpp0.2.6-dev libusb-1.0-0-dev python-matplotlib
  x11proto-xf86vidmode-dev libfreeimage3 liblog4cxx10 libdb4.8-dev openni-dev
  libxxf86vm-dev libwxgtk2.8-dev python-pygments libgraphicsmagick3
  libaprutil1-dev wx2.8-headers libqhull5 python-jinja2 libidn11-dev
  libcurl4-openssl-dev libv4l-dev
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 28 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up nis (3.17-31ubuntu0.10.04.3) ...
start: Job is already running: ypbind
invoke-rc.d: initscript ypbind, action "restart" failed.
dpkg: error processing nis (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 nis
E: Sub-process /usr/bin/dpkg returned an error code (1)


I also tried:

sudo dpkg --configure -a
Setting up nis (3.17-31ubuntu0.10.04.3) ...
start: Job is already running: ypbind
invoke-rc.d: initscript ypbind, action "restart" failed.
dpkg: error processing nis (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 nis

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: nis 3.17-31ubuntu0.10.04.3
ProcVersionSignature: Ubuntu 2.6.32-36.79-generic 2.6.32.46+drm33.20
Uname: Linux 2.6.32-36-generic i686
AptOrdering: nis: Configure
Architecture: i386
Date: Mon Apr 30 11:15:17 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
SourcePackage: nis
Title: package nis 3.17-31ubuntu0.10.04.3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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


** Tags: apport-package i386 lucid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis in Ubuntu.
https://bugs.launchpad.net/bugs/991818

Title:
  package nis 3.17-31ubuntu0.10.04.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/991818/+subscriptions

-- 
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 909203] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-12-27 Thread Gary Oliver
Public bug reported:

This occurred during update-manager update from 11.04 to 11.10

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-13.53-generic 2.6.38.8
Uname: Linux 2.6.38-13-generic i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Tue Dec 27 12:21:50 2011
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
NmbdLog:
 
OtherFailedConnect: Yes
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
UpgradeStatus: Upgraded to oneiric on 2011-12-27 (0 days ago)

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


** Tags: apport-package i386 oneiric

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/909203

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/909203/+subscriptions

-- 
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 909203] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-12-27 Thread Gary Oliver
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/909203

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/909203/+subscriptions

-- 
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 898124] [NEW] Missing Files for Apache2::SizeLimit in libapache2-mod-perl2 (2.0.5-2 oneiric)

2011-11-30 Thread Oliver Flimm
Public bug reported:

There is an inconsistency in the  libapache2-mod-perl2 (2.0.5-2) package
in oneiric. Apache2::SizeLimit consists of

Apache/SizeLimit.pm
Apache/SizeLimit/Core.pm
Apache2/SizeLimit.pm

plus manpages.

Only Apache2/SizeLimit.pm is included in the package, but not the other
two upon which the included file depends.

Possible solutions

1) Remove all Apache-SizeLimit related files so its possible to build
and create/install a separate libapache2-sizelimit-perl package

2) Include all Apache-SizeLimit related files. This would result in a
new dependency to the Perl Linux::pid-Module and the creation/addition
of this package to Ubuntu.

Regards

Oliver

** Affects: libapache2-mod-perl2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libapache2-mod-perl2 in Ubuntu.
https://bugs.launchpad.net/bugs/898124

Title:
  Missing Files for Apache2::SizeLimit in libapache2-mod-perl2 (2.0.5-2
  oneiric)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-perl2/+bug/898124/+subscriptions

-- 
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 604998] Re: open-vm-tools (CLI tools) recommends gui tools

2011-10-17 Thread Oliver Brakmann
Oh wow.  That's because the GUI package has been merged with the CLI-
only package as of Oneiric.  And again, this change is in Ubuntu only,
Debian still does The Right Thing(tm).  What the hell?

Can we pleased get this fixed for the next LTS?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/604998

Title:
  open-vm-tools (CLI tools) recommends gui tools

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/604998/+subscriptions

-- 
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 823711] Re: libvirt version 0.9.2-4ubuntu8 failed to build on armel

2011-08-11 Thread Oliver Grawert
doing a local testbuild here fails also in the tests but at a way
earlier level (in the first testsuite)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/823711

Title:
  libvirt version 0.9.2-4ubuntu8 failed to build on armel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/823711/+subscriptions

-- 
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 813901] Re: package qemu-kvm 0.12.5 dfsg-5 squeeze1 failed to install/upgrade: Versuch, »/usr/share/man/man1/qemu-img.1.gz« zu überschreiben, welches auch in Paket qemu-utils 0.12.5 dfsg-3 ist

2011-07-20 Thread Oliver
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/813901

Title:
  package qemu-kvm 0.12.5 dfsg-5 squeeze1 failed to install/upgrade:
  Versuch, »/usr/share/man/man1/qemu-img.1.gz« zu überschreiben, welches
  auch in Paket qemu-utils 0.12.5 dfsg-3 ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/813901/+subscriptions

-- 
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 813901] [NEW] package qemu-kvm 0.12.5 dfsg-5 squeeze1 failed to install/upgrade: Versuch, »/usr/share/man/man1/qemu-img.1.gz« zu überschreiben, welches auch in Paket qemu-utils 0.12.5 dfsg-3 ist

2011-07-20 Thread Oliver
Public bug reported:

because you are unable to provide openbios for sprac and powerpc the developers 
are forced to use the debian repo/packages.
why is it possible for debian and impossible for ubuntu?!

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: qemu-kvm 0.12.5+dfsg-5+squeeze1
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic x86_64
NonfreeKernelModules: nvidia
AptOrdering:
 qemu-kvm: Install
 qemu-kvm: Configure
Architecture: amd64
Date: Thu Jul 21 00:26:27 2011
DpkgTerminalLog:
 Vorbereitung zum Ersetzen von qemu-kvm 0.12.5+dfsg-5+squeeze1 (durch 
.../qemu-kvm_0.14.0+noroms-0ubuntu4.3_amd64.deb) ...
 Ersatz für qemu-kvm wird entpackt ...
 dpkg: Fehler beim Bearbeiten von 
/var/cache/apt/archives/qemu-kvm_0.14.0+noroms-0ubuntu4.3_amd64.deb (--unpack):
  Versuch, »/usr/share/man/man1/qemu-img.1.gz« zu überschreiben, welches auch 
in Paket qemu-utils 0.12.5+dfsg-3 ist
ErrorMessage: Versuch, »/usr/share/man/man1/qemu-img.1.gz« zu überschreiben, 
welches auch in Paket qemu-utils 0.12.5+dfsg-3 ist
KvmCmdLine: Error: command ['ps', '-C', 'kvm', '-F'] failed with exit code 1: 
UIDPID  PPID  CSZ   RSS PSR STIME TTY  TIME CMD
MachineType: System manufacturer System Product Name
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-2.6.38-10-generic 
root=UUID=599014ae-4202-4c39-a92c-bfcfead66511 ro
SourcePackage: qemu-kvm
Title: package qemu-kvm 0.12.5+dfsg-5+squeeze1 failed to install/upgrade: 
Versuch, »/usr/share/man/man1/qemu-img.1.gz« zu überschreiben, welches auch in 
Paket qemu-utils 0.12.5+dfsg-3 ist
UpgradeStatus: Upgraded to natty on 2011-04-30 (81 days ago)
dmi.bios.date: 09/30/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1238
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5B-Deluxe
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1238:bd09/30/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5B-Deluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package natty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/813901

Title:
  package qemu-kvm 0.12.5 dfsg-5 squeeze1 failed to install/upgrade:
  Versuch, »/usr/share/man/man1/qemu-img.1.gz« zu überschreiben, welches
  auch in Paket qemu-utils 0.12.5 dfsg-3 ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/813901/+subscriptions

-- 
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 604998] Re: open-vm-tools (CLI tools) recommends gui tools

2011-06-10 Thread Oliver Brakmann
Thanks Clint!

I don't know if anybody has noticed this yet, but this problem exists in
Ubuntu only. The same package in Debian merely suggests: open-vm-
toolbox.

Oh, and the changelog gives the reason why: LP #391224.  I guess we have
conflicting interests here.

Personally, I'd argue for dropping the recommends: back to a suggests:
as well.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/604998

Title:
  open-vm-tools (CLI tools) recommends gui tools

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/604998/+subscriptions

-- 
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 700945] Re: backport of patch for error message undefined method `closed?' for Nil:NilClass required.

2011-04-16 Thread Oliver Brakmann
Hi,

I successfully verified that the new package passes the test case.

Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in Ubuntu.
https://bugs.launchpad.net/bugs/700945

Title:
  backport of patch for error message undefined method `closed?' for
  Nil:NilClass required.

-- 
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 700945] Re: backport of patch for error message undefined method `closed?' for Nil:NilClass required.

2011-04-04 Thread Oliver Brakmann
Hi Bryce,

I was thinking along those lines, until I saw that the original package
patches the source also.  Since I did not want to bloat the patch
unnecessarily, I went with patching the source as well instead of
converting the source package to a quilt-based one.

Thanks, Oliver

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in Ubuntu.
https://bugs.launchpad.net/bugs/700945

Title:
  backport of patch for error message undefined method `closed?' for
  Nil:NilClass required.

-- 
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 700945] Re: backport of patch for error message undefined method `closed?' for Nil:NilClass required.

2011-04-03 Thread Oliver Brakmann
** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in Ubuntu.
https://bugs.launchpad.net/bugs/700945

Title:
  backport of patch for error message undefined method `closed?' for
  Nil:NilClass required.

-- 
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 700945] Re: backport of patch for error message undefined method `closed?' for Nil:NilClass required.

2011-04-03 Thread Oliver Brakmann
Nominating for SRU, fulfills: (1) have an obviously safe patch and (2)
affect an application rather than critical infrastructure packages.

Justification: The bug hides error messages, which makes diagnosing
connection problems to a puppetmaster a real PITA.

The fix is from upstream (Maverick's puppet package has a newer version
which already contains the fix):
http://projects.puppetlabs.com/projects/puppet/repository/revisions/ae0b0bf23e418e8c6665e9dc135148b78bdbd913

Regression potential: none.

TEST CASE:
(these instructions assume an already working puppet installation)

1) On a puppet client computer, stop the puppet service

2) Add a new line to your /etc/hosts file, containing an entry for the
IP address of your puppetmaster, but with a wrong hostname, eg. like
this:

1.2.3.4  foo.local

3) Add this line to your puppet client's /etc/puppet/puppet.conf file:
server=foo.local

4) Run "puppetd --test" on the client

Wrong output:
info: Retrieving plugin
err: /File[/var/lib/puppet/lib]: Failed to generate additional resources using 
'eval_generate': undefined method `closed?' for nil:NilClass
err: /File[/var/lib/puppet/lib]: Failed to retrieve current state of resource: 
undefined method `closed?' for nil:NilClass Could not retrieve file metadata 
for puppet://foo.local/plugins: undefined method `closed?' for nil:NilClass
err: Could not retrieve catalog from remote server: undefined method `closed?' 
for nil:NilClass
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run

Expected output:
info: Retrieving plugin
err: /File[/var/lib/puppet/lib]: Failed to generate additional resources using 
'eval_generate': hostname was not match with the server certificate
err: /File[/var/lib/puppet/lib]: Failed to retrieve current state of resource: 
hostname was not match with the server certificate Could not retrieve file 
metadata for puppet://foo.local/plugins: hostname was not match with the server 
certificate
err: Could not retrieve catalog from remote server: hostname was not match with 
the server certificate
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run


** Patch added: "puppet_0.25.4-2ubuntu6.1.diff"
   
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/700945/+attachment/1973794/+files/puppet_0.25.4-2ubuntu6.1.diff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in Ubuntu.
https://bugs.launchpad.net/bugs/700945

Title:
  backport of patch for error message undefined method `closed?' for
  Nil:NilClass required.

-- 
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 454566] Re: False positive for SucKit

2011-03-21 Thread Oliver
Same here, also a falsepos (conclusion after doing the other usual tests
for Suckit). The problem exists in Lucid Lynx:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.04.2 LTS
Release:10.04
Codename:   lucid

$ apt-cache show chkrootkit
Package: chkrootkit
Priority: optional
Section: misc
Installed-Size: 920
Maintainer: Ubuntu Developers 
Original-Maintainer: Giuseppe Iuculano 
Architecture: amd64
Version: 0.49-3
Depends: libc6 (>= 2.7), debconf (>= 0.5) | debconf-2.0, binutils, net-tools, 
debconf, procps
Filename: pool/main/c/chkrootkit/chkrootkit_0.49-3_amd64.deb
Size: 339634
MD5sum: 9b369491740acda76ec586c535f5da98
SHA1: 1bf2e3f1738403aa07f682b82fea1db135ae0e09
SHA256: f0b970901ecc72494adbf6317df53a485c101f4a54311a6e3e1be838a57b859c
Description: rootkit detector
 The chkrootkit security scanner searches the local system for signs
 that it is infected with a 'rootkit'. Rootkits are set of programs
 and hacks designed to take control of a target machine by using known
 security flaws.
 .
 Types that chkrootkit can identify are listed on the project's home page.
 .
 Please note that where chkrootkit detects no intrusions, this does
 not guarantee that the system is uncompromised. In addition to
 running chkrootkit, more specific tests should always be performed.
Homepage: http://www.chkrootkit.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to chkrootkit in ubuntu.
https://bugs.launchpad.net/bugs/454566

Title:
  False positive for SucKit

-- 
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 603363] Re: sshd never stops, prevents umount of /usr partition

2011-03-15 Thread Oliver Siegmar
Test was successful - the /usr partition could be unmounted correctly.
One strange thing remains - the /var partition can only be mounted in
read-only mode, but that might have nothing to do with this issue.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.
https://bugs.launchpad.net/bugs/603363

Title:
  sshd never stops, prevents umount of /usr partition

-- 
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 721108] [NEW] Regression in 4.71-3ubuntu1.1 (lucid) when using macros

2011-02-17 Thread Oliver Siegmar
Public bug reported:

Binary package hint: exim4

exim4 4.71-3ubuntu1.1 (using lucid) completely stopped our mail server
working, because we have three queues -DINCOMING, -DOUTGOING and the
default one (no -D). Is there any way to configure a whitelist for -D
switches (not the WHITELIST_D_MACROS compile time option)?

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

** Summary changed:

- Regression in 4.71-3ubuntu1.1 when using macros
+ Regression in 4.71-3ubuntu1.1 (lucid) when using macros

** Description changed:

  Binary package hint: exim4
  
- exim4 4.71-3ubuntu1.1 completely stopped our mail server working,
- because we have three queues -DINCOMING, -DOUTGOING and the default one
- (no -D). Is there any way to configure a whitelist for -D switches (not
- the WHITELIST_D_MACROS compile time option)?
+ exim4 4.71-3ubuntu1.1 (using lucid) completely stopped our mail server
+ working, because we have three queues -DINCOMING, -DOUTGOING and the
+ default one (no -D). Is there any way to configure a whitelist for -D
+ switches (not the WHITELIST_D_MACROS compile time option)?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to exim4 in ubuntu.
https://bugs.launchpad.net/bugs/721108

Title:
  Regression in 4.71-3ubuntu1.1 (lucid) when using macros

-- 
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 697934] Re: Merge exim4 4.73~rc1-1 (main) from Debian experimental (main)

2011-02-16 Thread Oliver Siegmar
exim4 4.71-3ubuntu1.1 completely stopped our mail server working,
because we have three queues -DINCOMING, -DOUTGOING and the default one
(no -D). Is there any way to configure a whitelist for -D switches (not
the WHITELIST_D_MACROS compile time option)?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to exim4 in ubuntu.
https://bugs.launchpad.net/bugs/697934

Title:
  Merge exim4 4.73~rc1-1 (main) from Debian experimental (main)

-- 
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 719898] Re: logwatch does not report cron events

2011-02-16 Thread Oliver Brakmann

** Patch added: "logwatch_cron.diff"
   
https://bugs.launchpad.net/bugs/719898/+attachment/1853357/+files/logwatch_cron.diff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to logwatch in ubuntu.
https://bugs.launchpad.net/bugs/719898

Title:
  logwatch does not report cron events

-- 
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 719898] [NEW] logwatch does not report cron events

2011-02-16 Thread Oliver Brakmann
Public bug reported:

Binary package hint: logwatch

Hello,

Debian/Ubuntu ships a cron service definition (in
dist.conf/services/cron), which does not match any cron logfile entries
due to a wrong "OnlyService" statement in said service definition.

Currently, it looks like this:
*OnlyService = (CROND|\/USR\/SBIN\/CRON|\/usr\/sbin\/cron)

However, the logfile entries for cron look like this, so they don't match:
Feb 16 09:11:11 deimos cron[641]: (CRON) INFO (pidfile fd = 3)
Feb 16 09:11:11 deimos cron[654]: (CRON) STARTUP (fork ok)
Feb 16 09:11:11 deimos cron[654]: (CRON) INFO (Running @reboot jobs)
Feb 16 09:17:01 deimos CRON[923]: (root) CMD (   cd / && run-parts --report 
/etc/cron.hourly)

I suggest changing the OnlyService statement to this (patch attached):
*OnlyService = (CRON|cron|CROND|\/USR\/SBIN\/CRON|\/usr\/sbin\/cron)

This applies to all Ubuntu releases, from at least Lucid to Natty.

Thanks!

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


** Tags: patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to logwatch in ubuntu.
https://bugs.launchpad.net/bugs/719898

Title:
  logwatch does not report cron events

-- 
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 708080] Re: facter does not recognize KVM VMs as 'virtual'

2011-02-15 Thread Oliver Brakmann
I have just verified that the new packages fix this bug for both Lucid
and Maverick.  I did not notice any regressions on either VM, nor on a
physical system running Lucid.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to facter in ubuntu.
https://bugs.launchpad.net/bugs/708080

Title:
  facter does not recognize KVM VMs as 'virtual'

-- 
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 603363] Re: sshd never stops, prevents umount of /usr partition

2011-02-12 Thread Oliver Siegmar
I hope it will be part of 10.04.2

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.
https://bugs.launchpad.net/bugs/603363

Title:
  sshd never stops, prevents umount of /usr partition

-- 
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 708080] Re: facter does not recognize KVM VMs as 'virtual'

2011-01-27 Thread Oliver Brakmann
Nominating for SRU, fulfills: (1) have an obviously safe patch and (2)
affect an application rather than critical infrastructure packages

Justification: it fixes obviously wrong behaviour in regard to a package
that is central to the Ubuntu Server product (KVM).

The fix is from upstream and has been verified to exist in Natty.

Regression potential:  Existing puppet manifests which evaluate either
the "virtual" or "is_virtual" fact will be impacted when run on KVM
guests. However, the existence of such manifests is to be doubted, since
they would be broken in such an environment anyway.  Administrators that
have worked around this bug may possibly notice a regression, though.

** Description changed:

  Binary package hint: facter
  
  On current Ubuntu releases (the latest LTS most notably), puppet's
  facter library does not recognize KVM virtual machines as virtual:
  
  $ facter  | grep virtual
  is_virtual => false
  virtual => physical
  
  $ grep -i qemu /proc/cpuinfo
  model name: QEMU Virtual CPU version 0.12.3
  
  This has already been fixed upstream in version 1.5.8. However, this
  version has not been packaged for any Ubuntu release yet (not even Natty).
  
  The upstream commit with the fix is here:
  
https://github.com/puppetlabs/facter/commit/62b6773a63bb96273fbcb6f79bec524fb67df075
  
  Please also see http://thread.gmane.org/gmane.linux.ubuntu.server/4917.
  
  Thanks!
+ 
+ 
+ TEST CASE:
+ Run "facter  | grep virtual" in a KVM virtual machine.
+ 
+ Buggy output: see above.
+ 
+ Expected output:
+ $ facter  | grep virtual
+ is_virtual => true
+ virtual => kvm

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to facter in ubuntu.
https://bugs.launchpad.net/bugs/708080

Title:
  facter does not recognize KVM VMs as 'virtual'

-- 
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 708080] Re: facter does not recognize KVM VMs as 'virtual'

2011-01-27 Thread Oliver Brakmann

** Patch added: "debdiff for Maverick"
   
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/708080/+attachment/1810808/+files/facter_1.5.7-1ubuntu1.1.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to facter in ubuntu.
https://bugs.launchpad.net/bugs/708080

Title:
  facter does not recognize KVM VMs as 'virtual'

-- 
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 708080] Re: facter does not recognize KVM VMs as 'virtual'

2011-01-27 Thread Oliver Brakmann
Corrected debdiff for Lucid, thanks to Clint for the advice!

** Patch added: "debdiff for Lucid"
   
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/708080/+attachment/1810807/+files/facter_1.5.6-2ubuntu2.1.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to facter in ubuntu.
https://bugs.launchpad.net/bugs/708080

Title:
  facter does not recognize KVM VMs as 'virtual'

-- 
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 708080] Re: facter does not recognize KVM VMs as 'virtual'

2011-01-27 Thread Oliver Brakmann
Changelog entry of the fixed version:

 facter (1.5.7-2) unstable; urgency=low
 .
   [ Stig Sandbeck Mathisen ]
   * Fix "upgrade from 1.3.5 to 1.5.1 requires puppet to be restarted",
 added a note in debian/NEWS about restarting puppet (Closes: #515726)
   * Add versioned dependency for ruby1.8 (Closes: #585867)
   * debian/control: bump standards version: no changes
   * debian/control: Remove unused build dependency on "cdbs"
   * Add versioned dependency for ruby1.8 (Closes: #585867)
   * Cherry-pick domain/fqdn fact fix from upstream (Closes: #515591)
 .
   [ Micah Anderson ]
   * debian/control: add Vcs-Git, Vcs-Browser, and Homepage fields
   * debian/NEWS: fix lintian syntax-error-in-debian-news-file
   * debian/facter.8: fix manpage-section-mismatch
   * cherry pick upstream virtualization support:
 . openvz fix [#4156]
 . add kvm support (Closes: #603001)
 . fix Linux-Vserver of virtual fact [#3397]
 . add xendomains fact

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to facter in ubuntu.
https://bugs.launchpad.net/bugs/708080

Title:
  facter does not recognize KVM VMs as 'virtual'

-- 
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 708080] Re: facter does not recognize KVM VMs as 'virtual'

2011-01-26 Thread Oliver Brakmann

** Patch added: "Debdiff for Lucid"
   
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/708080/+attachment/1809188/+files/lp708080.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to facter in ubuntu.
https://bugs.launchpad.net/bugs/708080

Title:
  facter does not recognize KVM VMs as 'virtual'

-- 
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 708080] Re: facter does not recognize KVM VMs as 'virtual'

2011-01-26 Thread Oliver Brakmann
Hmpf, it's been fixed already in 1.5.7-3ubuntu1, by way of Debian.

** Changed in: facter (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to facter in ubuntu.
https://bugs.launchpad.net/bugs/708080

Title:
  facter does not recognize KVM VMs as 'virtual'

-- 
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 708080] [NEW] facter does not recognize KVM VMs as 'virtual'

2011-01-26 Thread Oliver Brakmann
Public bug reported:

Binary package hint: facter

On current Ubuntu releases (the latest LTS most notably), puppet's
facter library does not recognize KVM virtual machines as virtual:

$ facter  | grep virtual
is_virtual => false
virtual => physical

$ grep -i qemu /proc/cpuinfo
model name  : QEMU Virtual CPU version 0.12.3

This has already been fixed upstream in version 1.5.8. However, this
version has not been packaged for any Ubuntu release yet (not even Natty).

The upstream commit with the fix is here:
https://github.com/puppetlabs/facter/commit/62b6773a63bb96273fbcb6f79bec524fb67df075

Please also see http://thread.gmane.org/gmane.linux.ubuntu.server/4917.

Thanks!

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to facter in ubuntu.
https://bugs.launchpad.net/bugs/708080

Title:
  facter does not recognize KVM VMs as 'virtual'

-- 
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 603363] Re: sshd never stops, prevents umount of /usr partition

2011-01-04 Thread Oliver Siegmar
I think the problem is the upstart configuration for the ssh daemon
/etc/init/ssh.conf -

stop on runlevel S

Shouldn't that be:

stop on runlevel [!2345]

?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.
https://bugs.launchpad.net/bugs/603363

Title:
  sshd never stops, prevents umount of /usr partition

-- 
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 530000] Re: mono assembly installation under qemu-arm-static hangs

2011-01-04 Thread Oliver Grawert
yes, you seem to be on something here, if the snapdragon (to my
knowledge being the only real HW this issue was seen on yet) behaves the
same as qemu there might be a similarity. upstream clearly pointed to
the boehm gc issues with the x86 /proc filesystem for our bug, would be
intresting to know why the snapdragon exposes similar issues here. over
all it would be good though if you opened a new bug to not taint the
qemu bugtracking so much.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
https://bugs.launchpad.net/bugs/53

Title:
  mono assembly installation under qemu-arm-static hangs

-- 
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 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2011-01-04 Thread Oliver Grawert
this bug has nothing to do with mono at all, please do not confuse it
with the (already open and already commented) mono tasks.

this bug is about qemu hanging if a big task of packages is installed,
even if there are no mono packages among them. note in the initial logs
that it hangs in various places, usually when unpacking iso-codes.
please dont make more mess out of this bug than it already is, you
commented the same on three bugs now which are all different.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
https://bugs.launchpad.net/bugs/532733

Title:
  apt/dpkg in qemu-system-arm hangs if a big task is installed

-- 
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 530000] Re: mono assembly installation under qemu-arm-static hangs

2011-01-03 Thread Oliver Grawert
this seems to be an issue with your board, on the supported ubuntu
architectures native installation of mono packages works fine (there are
surely plenty issues with applications, but the breakage you describe
above observed in VMs yet) all our images build fine and install the
mono dependencies without problems on omap (lucid-natty), imx51(jaunty-
lucid), dove (jaunty-maverick) and omap4 (maverick-natty) platforms.

there is no way to work around the issue in qemu-user sessions unless
mono switches to a different garbage collector. boehm GC (which is
currently used in mono) uses /proc to collect data. under the qemu-user
emulation as qemu-arm-static is one (which is a wrapper around every
single binary) the arm binaires only see the host machines /proc
filesystem and can not collect data from this.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
https://bugs.launchpad.net/bugs/53

Title:
  mono assembly installation under qemu-arm-static hangs

-- 
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 663343] Re: Please merge cheetah 2.4.2.1-1 (main) from Debian unstable (main)

2010-11-23 Thread Oliver Grawert
hmm, that didnt go so well:


Rejected:
cheetah_2.4.2.1-1ubuntu1.dsc: Version older than that in the archive. 
2.4.2.1-1ubuntu1 <= 2.4.3-0ubuntu1

any idea why this bug is still open ? can we close it if 2.4.3 is in the
archive ?

-- 
Please merge cheetah 2.4.2.1-1 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/663343
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cheetah 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 663343] Re: Please merge cheetah 2.4.2.1-1 (main) from Debian unstable (main)

2010-11-23 Thread Oliver Grawert
uploaded to natty

-- 
Please merge cheetah 2.4.2.1-1 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/663343
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cheetah 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 603363] Re: sshd never stops, prevents umount of /usr partition

2010-11-21 Thread Oliver Siegmar
Sometimes it is not even possible to remount the filesystem readonly.
This can cause damage to the filesystem, thus this issue should get high
priority.

** Changed in: openssh (Ubuntu Lucid)
   Status: New => Incomplete

** Changed in: openssh (Ubuntu Lucid)
   Status: Incomplete => Confirmed

-- 
sshd never stops, prevents umount of /usr partition
https://bugs.launchpad.net/bugs/603363
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 306430] Re: ~/.ssh/config does not handle multiple hosts correctly

2010-11-11 Thread Oliver Dungey
I have been experiencing similar problems in pattern lists but only
noticed because I could not get the negating function to work - in the
man page it says:

"Patterns within pattern-lists may be negated by preceding them with an
exclamation mark (`!')"

So I was trying to do this sort of thing:

Host "!20.*.*.*"
ProxyCommand nc -X connect -x 20.44.34.33:8118 %h %p

This should use the proxy for anything not on my 20 network but it just
gets ignored.

When are we likely to see this in a Ubuntu distro? Now that a huge
number of people in big corporates are working behind proxy servers and
using the Cloud via ssh I would suggest this is a critical issue that
will hurt Ubuntu takeup.

-- 
~/.ssh/config does not handle multiple hosts correctly
https://bugs.launchpad.net/bugs/306430
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 10239] Re: dhcp3-client: Does not send hostname to server by default

2010-09-01 Thread oliver
Sept. 2010; bug is still present, I still have to comment the "send
host-name "";" for Network Manager to send the string entered
into the 'DHCP Client ID' field. Otherwise it simply gets ignored.

-- 
dhcp3-client: Does not send hostname to server by default
https://bugs.launchpad.net/bugs/10239
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 590639] Re: apache exit with signal Segmentation fault (11) on access to https:// if php5-curl enabled

2010-08-30 Thread Wells Oliver
Also confirming that the patch from Miroslav worked for me. AWESOME!

-- 
apache exit with signal Segmentation fault (11) on access to https:// if 
php5-curl enabled
https://bugs.launchpad.net/bugs/590639
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 590639] Re: apache exit with signal Segmentation fault (11) on access to https:// if php5-curl enabled

2010-08-30 Thread Wells Oliver
Why is this marked as 'low' priority? Apache + SSL + curl is probably a
very common combination. This is incredibly tedious..

-- 
apache exit with signal Segmentation fault (11) on access to https:// if 
php5-curl enabled
https://bugs.launchpad.net/bugs/590639
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 606715] [NEW] Logfile defintions wrong after changes to logfile rotation in Ubuntu Lucid

2010-07-17 Thread Oliver Brakmann
Public bug reported:

Binary package hint: logwatch

Hi,

as mentioned in the release notes for Ubuntu 10.04
(https://wiki.ubuntu.com/LucidLynx/ReleaseNotes#Syslog%20upgrade), the
latest rotated logfile receives the extension .1, whereas in previous
releases it was .0.

Many of the logfile definitions in 
/usr/share/logwatch/{default,dist}.conf/logfiles are wrong because of this:
default.conf:
$ grep '^LogFile.*.0$' *
daemon.conf:LogFile = daemon.log.0
kernel.conf:LogFile = kern.log.0
maillog.conf:LogFile = mail.log.0
secure.conf:LogFile = auth.log.0
syslog.conf:LogFile = syslog.0

dist.conf:
maillog.conf:LogFile = mail.log.0
messages.conf:LogFile = messages.0

Due to this, logwatch reports contain only half the truth.

I know this is easily fixed locally, but I am of the opinion that it
should work out of the box.

Thanks for listening!

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

-- 
Logfile defintions wrong after changes to logfile rotation in Ubuntu Lucid
https://bugs.launchpad.net/bugs/606715
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to logwatch 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 606630] Re: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade:

2010-07-17 Thread Oliver Henrich

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/52074171/Dependencies.txt

** Attachment added: "VarLogDistupgradeAptlog.gz"
   http://launchpadlibrarian.net/52074172/VarLogDistupgradeAptlog.gz

** Attachment added: "VarLogDistupgradeApttermlog.gz"
   http://launchpadlibrarian.net/52074173/VarLogDistupgradeApttermlog.gz

** Attachment added: "VarLogDistupgradeLspcitxt.gz"
   http://launchpadlibrarian.net/52074174/VarLogDistupgradeLspcitxt.gz

** Attachment added: "VarLogDistupgradeMainlog.gz"
   http://launchpadlibrarian.net/52074175/VarLogDistupgradeMainlog.gz

** Attachment added: "VarLogDistupgradeSystemstatetargz.gz"
   http://launchpadlibrarian.net/52074176/VarLogDistupgradeSystemstatetargz.gz

** Attachment added: "VarLogDistupgradeTermlog.gz"
   http://launchpadlibrarian.net/52074177/VarLogDistupgradeTermlog.gz

-- 
package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade:
https://bugs.launchpad.net/bugs/606630
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 606630] [NEW] package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade:

2010-07-17 Thread Oliver Henrich
Public bug reported:

Binary package hint: vsftpd

I tried to upgrade from 8.04 LTS to 10.04 LTS on a Dell Inspiron 6400

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: vsftpd 2.2.2-3ubuntu6
ProcVersionSignature: Ubuntu 2.6.24-28.71-generic
Uname: Linux 2.6.24-28-generic i686
Architecture: i386
Date: Sat Jul 17 12:40:57 2010
ErrorMessage:
 ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
SourcePackage: vsftpd
Title: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade:

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


** Tags: apport-package i386 lucid

-- 
package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade:
https://bugs.launchpad.net/bugs/606630
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 604872] Re: qemu-system-arm segfaults emulating versatile machine after running debootstrap --second-stage inside vm

2010-07-13 Thread Oliver Grawert
** Tags added: armel

-- 
qemu-system-arm segfaults emulating versatile machine after running debootstrap 
--second-stage inside vm
https://bugs.launchpad.net/bugs/604872
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 307204] Re: [jaunty] option rfc3442-classless-static-routes causes missing routes

2010-07-11 Thread oliver
I just like to note, that this still happens today.

I just installed 10.04 and updated it right away on my gf's Dell Vostro
1700 using an intel a/b/g wireless. It used to be pre-installed with win
vista, she downgraded a year ago to XP; and now she dualboots and
initially had no gateway (and no internet basically).

The workaround of adding the default gw worked of course, and commenting
the rfc3442-classless-routes in the config made it all work again. The
router/modem in question is a Thomson SpeedTouch.

Digging through the dhcp replies with wireshark made me find Roy's post
#21 actually.

-- 
[jaunty] option rfc3442-classless-static-routes causes missing routes
https://bugs.launchpad.net/bugs/307204
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 570588] Re: qemu-system-arm can not handle more than 256M in versatile machine mode using the -m option

2010-06-04 Thread Oliver Grawert
** Summary changed:

- /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm 
$QEMUOPTS -append "${APPEND}" > $QEMUFIFO 2>&1
+ qemu-system-arm can not handle more than 256M in versatile machine mode using 
the -m option

** Changed in: rootstock (Ubuntu)
   Status: New => Invalid

** Changed in: qemu-kvm (Ubuntu)
   Status: New => Confirmed

-- 
qemu-system-arm can not handle more than 256M in versatile machine mode using 
the -m option
https://bugs.launchpad.net/bugs/570588
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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


ubuntu-server-bugs@lists.ubuntu.com

2010-06-03 Thread Oliver Grawert
please note that swapsize uses a swapfile while this bug is about
changed options for the ram of the VM (not the swap)

-- 
/usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm 
$QEMUOPTS -append "${APPEND}" > $QEMUFIFO 2>&1
https://bugs.launchpad.net/bugs/570588
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-05-26 Thread Oliver Grawert
and just for reference so there isnt coming up any confusion again, the
used qemu call that breaks is for a versatilbepb machine using the
versatile kernel from http://ports.ubuntu.com/ubuntu-
ports/dists/lucid/main/installer-
armel/current/images/versatile/netboot/vmlinuz

-- 
apt/dpkg in qemu-system-arm hangs if a big task is installed
https://bugs.launchpad.net/bugs/532733
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-05-26 Thread Oliver Grawert
@Anthony please see all the above comments before judging and please
reopen it upstream again

-- 
apt/dpkg in qemu-system-arm hangs if a big task is installed
https://bugs.launchpad.net/bugs/532733
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-05-26 Thread Oliver Grawert
@Anthony, this bug has nothing to do with beagleboards it happens if
qemu is run on x86 systems

-- 
apt/dpkg in qemu-system-arm hangs if a big task is installed
https://bugs.launchpad.net/bugs/532733
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-05-26 Thread Oliver Grawert
@arvind this is not related to this bug, please open a new one

-- 
apt/dpkg in qemu-system-arm hangs if a big task is installed
https://bugs.launchpad.net/bugs/532733
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-05-06 Thread Oliver Grawert
hanging again while trying ubuntu-desktop in rootstock, here a backtrace
from the hanging process

** Attachment added: "gdb-qemu.txt"
   http://launchpadlibrarian.net/47935686/gdb-qemu.txt

-- 
apt/dpkg in qemu-system-arm hangs if a big task is installed
https://bugs.launchpad.net/bugs/532733
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-05-06 Thread Oliver Grawert
it definately worked for three ubuntu-netbook builds now, i'm just
running an ubuntu-desktop one, if that works as well, i'll prepare an
SRU package for rootstock to verify it works on other i386 systems too.

-- 
apt/dpkg in qemu-system-arm hangs if a big task is installed
https://bugs.launchpad.net/bugs/532733
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-05-06 Thread Oliver Grawert
err, cat should indeed be echo above :)

-- 
apt/dpkg in qemu-system-arm hangs if a big task is installed
https://bugs.launchpad.net/bugs/532733
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-05-06 Thread Oliver Grawert
smells like an alignment issue, and in fact i'm just doing a rootstock
rootfs build with an added "cat 3 /proc/cpu/alignement" that got past
the well, known iso-codes hang (lets see if its a red herring or if it
finishes though)

-- 
apt/dpkg in qemu-system-arm hangs if a big task is installed
https://bugs.launchpad.net/bugs/532733
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 572882] [NEW] qemu-debootstrap does not support --variant=fakechroot

2010-05-01 Thread Oliver Grawert
Public bug reported:

Binary package hint: qemu-kvm-extras-static

The current variant of the static build of qemu-user for armel does not
support building debootstrapped chroots with the variant fakechroot (so
that a user does not need to be root to build a basic chroot) using the
shipped qemu-debootstrap wrapper

running the command adapted from the proposal in the fakechroot manpage:
fakeroot fakechroot qemu-debootstrap --variant=fakechroot --arch=armel lucid 
lucid-chroot

results in the following error:

I: Extracting udev...
I: Extracting upstart...
I: Extracting util-linux...
I: Extracting zlib1g...
I: Running command: chroot lucid-chroot /debootstrap/debootstrap --second-stage
/lib/ld-linux.so.3: No such file or directory

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: armel

** Description changed:

- Binary package hint: qemu-kvm
+ Binary package hint: qemu-kvm-extras-static
  
  The current variant of the static build of qemu-user for armel does not
  support building debootstrapped chroots with the variant fakechroot (so
  that a user does not need to be root to build a basic chroot) using the
  shipped qemu-debootstrap wrapper
  
  running the command adapted from the proposal in the fakechroot manpage:
  fakeroot fakechroot qemu-debootstrap --variant=fakechroot --arch=armel lucid 
lucid-chroot
  
  results in the following error:
  
  I: Extracting udev...
  I: Extracting upstart...
  I: Extracting util-linux...
  I: Extracting zlib1g...
  I: Running command: chroot lucid-chroot /debootstrap/debootstrap 
--second-stage
  /lib/ld-linux.so.3: No such file or directory

** Tags added: armel

-- 
qemu-debootstrap does not support --variant=fakechroot
https://bugs.launchpad.net/bugs/572882
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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


ubuntu-server-bugs@lists.ubuntu.com

2010-04-27 Thread Oliver Grawert
hmm, it seems to die in (or at least not proceed to) $KERNEL_IMG_CMD
possibly due to bashisms in setup_kernel_image() (i need to fix that) 
that in turn seems to make the VM not exit properly... 
can you try to change /bin/sh at the top of rootstock to /bin/bash and see if 
the segfault still shows up with the same commandline ?

-- 
/usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm 
$QEMUOPTS -append "${APPEND}" > $QEMUFIFO 2>&1
https://bugs.launchpad.net/bugs/570588
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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


ubuntu-server-bugs@lists.ubuntu.com

2010-04-27 Thread Oliver Grawert
can you also attache "fixup.sh" ?

-- 
/usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm 
$QEMUOPTS -append "${APPEND}" > $QEMUFIFO 2>&1
https://bugs.launchpad.net/bugs/570588
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-04-26 Thread Oliver Grawert
hmm, i dont see segfaults here, still just the plain hang

-- 
apt/dpkg in qemu-system-arm hangs if a big task is installed
https://bugs.launchpad.net/bugs/532733
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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


  1   2   >