[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 682831] Re: lost console output early in boot

2013-06-01 Thread Adolfo Jayme Barrientos
(I'm untargetting Lucid as it has reached EOL.)

** No longer affects: cloud-init (Ubuntu Lucid)

** No longer affects: linux-ec2 (Ubuntu Lucid)

** No longer affects: plymouth (Ubuntu Lucid)

-- 
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/682831

Title:
  lost console output early in boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/682831/+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 1186534] [NEW] FTBFS: requires internet connectivity

2013-06-01 Thread Stephen Michael Kellat
Public bug reported:

Imported from Debian bug http://bugs.debian.org/708692:

Source: dnsjava
Version: 2.1.4-0.1
Severity: serious
Justification: fails to build from source

dnsjava requires internet connectivity to build an OSGi bundle.
Package builds must not rely on external network connectivity,
but should be self-contained.

Build log:

jar:
  [jar] Building jar: /tmp/buildd/dnsjava-2.1.4/dnsjava-2.1.4.jar

bundle:
  [get] Getting: 
http://www.aqute.biz/repo/biz/aQute/bnd/0.0.384/bnd-0.0.384.jar
  [get] To: /tmp/buildd/dnsjava-2.1.4/bnd.jar
  [get] Error getting 
http://www.aqute.biz/repo/biz/aQute/bnd/0.0.384/bnd-0.0.384.jar to 
/tmp/buildd/dnsjava-2.1.4/bnd.jar

BUILD FAILED
/tmp/buildd/dnsjava-2.1.4/build.xml:50: java.net.UnknownHostException: 
www.aqute.biz
at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:175)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384)
at java.net.Socket.connect(Socket.java:546)
at java.net.Socket.connect(Socket.java:495)
at sun.net.NetworkClient.doConnect(NetworkClient.java:178)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:409)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:530)
at sun.net.www.http.HttpClient.init(HttpClient.java:240)
at sun.net.www.http.HttpClient.New(HttpClient.java:321)
at sun.net.www.http.HttpClient.New(HttpClient.java:338)
at 
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:935)
at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:876)
at 
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:801)
at 
org.apache.tools.ant.taskdefs.Get$GetThread.openConnection(Get.java:660)
at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:579)
at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:569)

Total time: 2 seconds
make: *** [debian/stamp-ant-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2

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

** Affects: dnsjava (Debian)
 Importance: Undecided
 Status: New

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

** Changed in: dnsjava (Debian)
 Remote watch: None = Debian Bug tracker #708692

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

Title:
  FTBFS: requires internet connectivity

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsjava/+bug/1186534/+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 1186534] Re: FTBFS: requires internet connectivity

2013-06-01 Thread Bug Watch Updater
** Changed in: dnsjava (Debian)
   Importance: Undecided = Unknown

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

Title:
  FTBFS: requires internet connectivity

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsjava/+bug/1186534/+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 930962] Re: dhcp3-server reports many bad udp checksums to syslog using virtio NIC

2013-06-01 Thread Bart Heinsius
new package was in precise-proposed this morning, it fixed the problem.

-- 
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/930962

Title:
  dhcp3-server reports many bad udp checksums to syslog using virtio NIC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dhcp3/+bug/930962/+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 1083719] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2013-06-01 Thread Nate Muench (Mink)
Update:
The proposed update will be upstream packaging from the Raring upload, with the 
Precise config.  I tried the whole Raring packaging and add/remove stuff, but 
it was being a pain.

The proposal will be submitted in a week or so (after I test it with the
3.2 Precise kernel) should have compatibility through the 3.7 kernel.

-- 
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/1083719

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1083719/+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 1000605] Re: innotop is not working: missing dependency on libterm-readkey-perl

2013-06-01 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-5.5 - 5.5.31-0ubuntu0.12.04.2

---
mysql-5.5 (5.5.31-0ubuntu0.12.04.2) precise-proposed; urgency=low

  * Make innotop usable without installing Suggests (LP: #1000605):
- d/control: Promote libterm-readkey-perl from Suggests to Depends.
 -- James Page james.p...@ubuntu.com   Wed, 22 May 2013 10:53:38 +0100

** Changed in: mysql-5.5 (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  innotop is not working: missing dependency on libterm-readkey-perl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1000605/+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 996968] Re: Samba needs to be stopped and restarted in order to work

2013-06-01 Thread Julian Haagsma
This also affects me; I was simply follwing the recommendation, in the
configuration file, since my server is also a firewall:

# Only bind to the named interfaces and/or networks; you must use the
# 'interfaces' option above to use this.
# It is recommended that you enable this feature if your Samba machine is
# not protected by a firewall or is a firewall itself.  However, this
# option cannot handle dynamic or non-broadcast interfaces correctly.
   bind interfaces only = yes

-- 
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/996968

Title:
  Samba needs to be stopped and restarted in order to work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/996968/+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 667935] Re: Add etc/swift.conf-sample to base swift package

2013-06-01 Thread Bug Watch Updater
** Changed in: swift (Debian)
   Status: New = Fix Released

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

Title:
  Add etc/swift.conf-sample to base swift package

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/667935/+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 1161012] Re: Clamav package adds proxy to config on install and update

2013-06-01 Thread Launchpad Bug Tracker
[Expired for clamav (Ubuntu) because there has been no activity for 60
days.]

** Changed in: clamav (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Clamav package adds proxy to config on install and update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1161012/+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


Running Ubuntu One in Headless Mode

2013-06-01 Thread Jim Tarvid
https://wiki.ubuntu.com/UbuntuOne/Headless

 $ u1sdtool --start

tarvid@helen:~$ u1sdtool --start
Traceback (most recent call last):
  File /usr/bin/u1sdtool, line 44, in module
bus = dbus.SessionBus(mainloop=loop)
  File /usr/lib/python2.7/dist-packages/dbus/_dbus.py, line 211, in
__new__
mainloop=mainloop)
  File /usr/lib/python2.7/dist-packages/dbus/_dbus.py, line 100, in
__new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File /usr/lib/python2.7/dist-packages/dbus/bus.py, line 122, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported:
Unable to autolaunch a dbus-daemon without a $DISPLAY for X11

There must be a better way.

Jim

-- 
Kindness Works!
Jim Tarvid
61 Caprine Ln, Independence, VA 24348-3615
12897A Grays Pointe Road, Fairfax, Va 22033
703-657-0099 Condo
703-594-7297 Google Voice
http://ls.net
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam