[Bug 1010504] Re: package tftpd-hpa 5.2-1ubuntu1 failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2012-06-15 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1010891 ***
https://bugs.launchpad.net/bugs/1010891

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: tftp-hpa (Ubuntu)
   Status: New = Confirmed

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

Title:
  package tftpd-hpa 5.2-1ubuntu1 failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/1010504/+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 1010504] Re: package tftpd-hpa 5.2-1ubuntu1 failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2012-06-15 Thread Bjarne Hansen
*** This bug is a duplicate of bug 1010891 ***
https://bugs.launchpad.net/bugs/1010891

I don't believe it's an exact duplicate.  I received the same error msg
described above. Ensuring the TFTP_DIRECTORY existed did not fix the
problem.

To diagnose it further, I examined file /var/lib/dpkg/info/tftpd-hpa.postrm  On 
or about line 22 I deleted the --quiet so it now reads:
deluser  --system ${TFTP_USERNAME}

Now when I try to remove the tftpd-hpa package, the error dump includes The 
user `nobody' is not a system user. Exiting.
  

This suggests that the postrm script is erroneously trying to remove the
'nobody' user, which is what I had set TFTP_USERNAME to in the tftpd-hpa
config file.

I next commented out the deluser ... line.   The package removal now
proceeds without errors.

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

Title:
  package tftpd-hpa 5.2-1ubuntu1 failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/1010504/+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 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2012-06-15 Thread Thomas Hood
Alkis: This relies on the assumption that NM's configuration text can be
dropped in alongside whatever other configuration text is present and
that dnsmasq will still work properly.  This assumption is, er,
questionable.

And this is also one answer to my question in #72.  The dnsmasq
cascade may waste resources but it has maintenance advantages.  One
dnsmasq process is under the control of NM.  The other is under the
control of the admin.  They communicate with each other via a well
defined protocol, RFC 1035.

(Another minor problem with your proposal as you phrased it is the
following. The existence of /etc/init.d/dnsmasq does not entail that the
dnsmasq is installed.  The package could have been removed and not
purged.)

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

Title:
  NM-controlled dnsmasq prevents other DNS servers from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/djbdns/+bug/959037/+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 1013529] [NEW] dnsmasq 2.61 cause problems with dhcp in single-bound VLAN interfaces

2012-06-15 Thread Christian Parpart
Public bug reported:

Hi,

please read [1][2] for detailed informations and reasons.

dnsmasq version 2.60 and below contain a bug that cause OpenStack (part of 
Ubuntu) to malfunction when put into VLAN mode.
As this is the recommended setup for production use, but its dependency 
(dnsmasq) has a bug to cause VM instances to fatally loose their IP address, I 
would highly rate this a major issue, and request a version bump in Ubuntu 
12.04 LTS.

Ubuntu 12.04 LTS seems to just provide 2.59-4 in precise/universe.

Best regards,
Christian Parpart.

[1] http://osdir.com/ml/openstack-cloud-computing/2012-05/msg00785.html
[2] http://osdir.com/ml/openstack-cloud-computing/2012-06/msg00602.html

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

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

Title:
  dnsmasq  2.61 cause problems with dhcp in single-bound VLAN
  interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1013529/+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 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2012-06-15 Thread Alkis Georgopoulos
 This assumption is, er, questionable.

True, but if you don't mind, let's examine that question a bit.
This is the NM-spanwed command line:
/usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts --bind-interfaces 
--pid-file=/var/run/sendsigs.omit.d/network-manager.dnsmasq.pid 
--listen-address=127.0.0.1 --conf-file=/var/run/nm-dns-dnsmasq.conf 
--cache-size=0 --proxy-dnssec

I assume that NM can be fixed to successfully do the following:
 * Properly detect if dnsmasq is installed or not,
 * Use a different command line if it isn't, i.e. the one above,
 * And only include the configuration options it *really* requires in 
/etc/dnsmasq/nm.conf in the case that dnsmasq is installed.

So let's see which are the dnsmasq configuration options needed by NM:
--cache-size=0
Not needed, it won't take any effect in chained dnsmasq mode if #2 is 
implemented either. If the user does want that, he'd have to put it manually in 
the main dnsmasq configuration in both solutions (#2 and this one).

--bind-interfaces
Not needed, there's only one dnsmasq.

--no-resolv, --keep-in-foreground, --no-hosts, --pid-file, --listen-address, 
--conf-file
Not needed.


--proxy-dnssec
Do I assume correctly that this is the only configuration option needed to be 
dropped in /etc/dnsmasq.d/nm.conf?

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

Title:
  NM-controlled dnsmasq prevents other DNS servers from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/djbdns/+bug/959037/+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 1010295] Re: samba libthread_db

2012-06-15 Thread CryNickSystems
I do have the problem too .. but I don't know how to use samba-dbg.
Can anyone assist me?

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

Title:
  samba  libthread_db

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1010295/+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 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2012-06-15 Thread Alkis Georgopoulos
 (Another minor problem with your proposal as you phrased it is the
following. The existence of /etc/init.d/dnsmasq does not entail that the
dnsmasq is installed. The package could have been removed and not
purged.)

Correct, but then I wonder what prevents dnsmasq from running even if it's 
removed (not purged), since its executable is provided by dnsmasq-base, which 
_is_ installed.
But anyway the same logic that prevents it from running can be reused by NM to 
detect if dnsmasq will indeed start.

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

Title:
  NM-controlled dnsmasq prevents other DNS servers from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/djbdns/+bug/959037/+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 1013529] Re: dnsmasq 2.61 cause problems with dhcp in single-bound VLAN interfaces

2012-06-15 Thread Thierry Carrez
Fixed in Quantal.

Would probably be a good idea to have the following patch SRU'd to Precise:
http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commitdiff;h=9380ba70d67db6b69f817d8e318de5ba1e990b12

Nominating for Precise.

** Changed in: dnsmasq (Ubuntu)
   Status: New = Invalid

** Also affects: dnsmasq (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: dnsmasq (Ubuntu Precise)
   Status: New = Confirmed

** Changed in: dnsmasq (Ubuntu Precise)
   Importance: Undecided = High

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

Title:
  dnsmasq  2.61 cause problems with dhcp in single-bound VLAN
  interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1013529/+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 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2012-06-15 Thread Thomas Hood
 --conf-file not needed

Well, this is used to make nm-dnsmasq read the configuration file that
has been dynamically generated by NM.  Without this you will have to do
something like the following.

ln -s /var/run/nm-dns-dnsmasq.conf /etc/dnsmasq.d/nm-dns-
dnsmasq.conf

NM kills and starts a new dnsmasq process every time this file changes.
Will that be a problem for your LTSP setup where dnsmasq is also the
DHCP server?

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

Title:
  NM-controlled dnsmasq prevents other DNS servers from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/djbdns/+bug/959037/+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 1013549] [NEW] lxc-clone fails for xfs fs on lvm

2012-06-15 Thread Maurizio Sambati
Public bug reported:

cloning an lvm backed container fails when the fs is xfs and a snapshot
is used for clone. The reason is that xfs has an uuid that is checked
before mounting. The issue can be solved regenerating the uuid of the
snapshot. This patch seems to work:

198a199,202
 
 # change filesystem UUID if it is an xfs filesystem
 xfs_admin -u /dev/$lxc_vg/$lxc_new  xfs_admin -U generate 
 /dev/$lxc_vg/$lxc_new


** 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/1013549

Title:
  lxc-clone fails for xfs fs on lvm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1013549/+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 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2012-06-15 Thread Alkis Georgopoulos
 NM kills and starts a new dnsmasq process every time this file
changes. Will that be a problem for your LTSP setup where dnsmasq is
also the DHCP server?

The most time consuming operation that dnsmasq does in our setups is
sending the kernel/initrd via TFTP. That takes a few seconds. If the
teacher activated a VPN connection at that time and dnsmasq was
killed+respawned, the client wouldn't boot. But I think that problem
would be too rare, so it sounds acceptable.

I don't quite understand why dnsmasq needs to be restarted though.
/var/run/nm-dns-dnsmasq.conf only contains the nameservers, and dnsmasq
supports polling a resolv.conf for changes. Can't that be used instead
to completely avoid restarting dnsmasq? (it wouldn't even need a SIGHUP
in that case...)

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

Title:
  NM-controlled dnsmasq prevents other DNS servers from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/djbdns/+bug/959037/+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 1010514] Re: Source group based security group rule without protocol and port causes failures

2012-06-15 Thread Thierry Carrez
stable/diablo under review @ https://review.openstack.org/#/c/8239/

** Changed in: nova/diablo
   Status: New = In Progress

** Changed in: nova/diablo
 Assignee: (unassigned) = Russell Bryant (russellb)

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

Title:
  Source group based security group rule without protocol and port
  causes failures

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1010514/+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 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2012-06-15 Thread Alkis Georgopoulos
The real dnsmasq command line is:
/usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r 
/var/run/dnsmasq/resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new

I think that NM would just need to update /var/run/dnsmasq/resolv.conf
instead of creating+updating /var/run/nm-dns-dnsmasq.conf, and it
wouldn't need to restart dnsmasq nor even SIGHUP it. Or would resolvconf
update that file? Not sure about the NM/resolvconf cooperation...

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

Title:
  NM-controlled dnsmasq prevents other DNS servers from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/djbdns/+bug/959037/+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 989242] Re: Add adm group to /var/log/nova

2012-06-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/quantal-folsom-
proposed

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

Title:
  Add adm group to /var/log/nova

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/989242/+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 989241] Re: Give nova group read permissions nova files / directories

2012-06-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/quantal-folsom-
proposed

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

Title:
  Give nova group read permissions nova files / directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/989241/+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 989242] Re: Add adm group to /var/log/nova

2012-06-15 Thread James Page
Hi Paul - see comments on bug 989241

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

Title:
  Add adm group to /var/log/nova

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/989242/+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 989241] Re: Give nova group read permissions nova files / directories

2012-06-15 Thread James Page
Hi Paul

Thanks for preparing this update for this bug and bug 989242.

I've pushed your changes to the nova branch that we use for:

a) Testing of proposed changes to all openstack components

b) As the basis for the next update done by the Ubuntu Server Dev team
for openstack in the current development cycle.

These changes will now be tested in the OpenStack Continuous Integration
testing environment that supports Ubuntu.

Apologies for the amount of time its taken to get you patch uploaded -
we have been making some changes to the branch workflow around openstack
in Ubuntu and we don't get that many contributions from outside of the
Ubuntu Server Team who normally deal with openstack.

I'll also ensure that the wiki page about how to contribute also gets
updated.

Thanks

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

Title:
  Give nova group read permissions nova files / directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/989241/+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 989241] Re: Give nova group read permissions nova files / directories

2012-06-15 Thread James Page
URL for wiki topic - https://wiki.ubuntu.com/ServerTeam/OpenStack

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

Title:
  Give nova group read permissions nova files / directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/989241/+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 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2012-06-15 Thread Thomas Hood
$ cat /run/nm-dns-dnsmasq.conf 
server=/17.172.in-addr.arpa/172.17.1.2
server=192.168.1.254
server=...

The first server= line reflects the fact that I am connected to a VPN.
This can't be expressed in resolv.conf syntax.

No doubt dnsmasq could be enhanced to poll its configuration files.  But
it remains a question whether it's advisable for NM to make use of the
standalone dnsmasq for the purposes for which nm-dnsmasq was introduced.
Effectively this revisits the discussion that led to the introduction of
nm-dnsmasq in the first place.  Part of that discussion (which I wasn't
party to) can be read here:

https://blueprints.launchpad.net/ubuntu/+spec/foundations-p-dns-
resolving

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

Title:
  NM-controlled dnsmasq prevents other DNS servers from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/djbdns/+bug/959037/+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 598385] Re: [SRU] munin plugin exim_mailqueue has incorrect graph configuration

2012-06-15 Thread James Page
Un-subscribing ubuntu-sponsors; please re-subscribe where something
needs reviewing/uploading.

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

Title:
  [SRU] munin plugin exim_mailqueue has incorrect graph configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/munin/+bug/598385/+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 1013471] [NEW] swat goes blank on button click and logs panic internal error

2012-06-15 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

System:
ubuntu-12.04-server-i386
samba 2:3.6.3-2ubuntu2.2
swat 2:3.6.3-2ubuntu2.2
openbsd-inetd 0.20091229-1ubuntu1
default, unmodified smb.conf
default system installation without any changes
root account for swat

Bug:
- open swat in Firefox or IE on a network computer
- click View section (attachment view1.png)
- click Full View button - screen goes blank (attachment view2.png)

Note:
- all other swat functions react with blank screen and no changes are submitted
- samba logs panic and internal errors when swat is used (attached)
- the same computer/setup works fine with ubuntu server 11.04 and samba/swat 
3.5.8

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


** Tags: bot-comment
-- 
swat goes blank on button click and logs panic internal error
https://bugs.launchpad.net/bugs/1013471
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to samba 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 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2012-06-15 Thread Thomas Hood
Here's some background information I stumbled across.

Once upon a time NM started dnsmasq in strict-order mode but this was
changed.

https://bugs.launchpad.net/ubuntu/+source/network-
manager/+bug/903854

This bug was mentioned in the discussion about domain name service
changes for Precise.

https://blueprints.launchpad.net/ubuntu/+spec/foundations-p-dns-
resolving

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

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1003842/+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 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2012-06-15 Thread Simon Kelley
On 15/06/12 10:19, Thomas Hood wrote:
 $ cat /run/nm-dns-dnsmasq.conf 
 server=/17.172.in-addr.arpa/172.17.1.2
 server=192.168.1.254
 server=...
 
 The first server= line reflects the fact that I am connected to a VPN.
 This can't be expressed in resolv.conf syntax.

FYI only,

It's possible to use the dnsmasq DBus interface to set servers/domains
with full generality and without restarting dnsmasq.


Simon.

 
 No doubt dnsmasq could be enhanced to poll its configuration files.  But
 it remains a question whether it's advisable for NM to make use of the
 standalone dnsmasq for the purposes for which nm-dnsmasq was introduced.
 Effectively this revisits the discussion that led to the introduction of
 nm-dnsmasq in the first place.  Part of that discussion (which I wasn't
 party to) can be read here:
 
 https://blueprints.launchpad.net/ubuntu/+spec/foundations-p-dns-
 resolving


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

Title:
  NM-controlled dnsmasq prevents other DNS servers from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/djbdns/+bug/959037/+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 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2012-06-15 Thread Simon Kelley
On 15/06/12 08:04, Thomas Hood wrote:
 Alkis: This relies on the assumption that NM's configuration text can be
 dropped in alongside whatever other configuration text is present and
 that dnsmasq will still work properly.  This assumption is, er,
 questionable.

There was an attempt, some time ago, to provide a way to allow something
like libvirt to add its DHCP configuration to a system dnsmasq
configuration without interfering with the existing config. It's
basically a way to specify an interface and subnet for DHCP in a config
line which overrides other access control, so for instance  if the
system dnsmasq config limits it to certain interfaces, then the
interface specified by libvirt would be added to that set.


To my knowledge this facility has never actually been used.

 
 And this is also one answer to my question in #72.  The dnsmasq
 cascade may waste resources but it has maintenance advantages.  One
 dnsmasq process is under the control of NM.  The other is under the
 control of the admin.  They communicate with each other via a well
 defined protocol, RFC 1035.

This is a good argument, I think.

Simon.

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

Title:
  NM-controlled dnsmasq prevents other DNS servers from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/djbdns/+bug/959037/+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 939122] Re: floating ips do not display in 'nova list' after association to instance

2012-06-15 Thread Mark McLoughlin
** Changed in: nova/essex
Milestone: None = 2012.1.1

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

Title:
  floating ips do not display in 'nova list' after association to
  instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/939122/+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 1013471] Re: swat goes blank on button click and logs panic internal error

2012-06-15 Thread KM
** Package changed: ubuntu = samba (Ubuntu)

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

Title:
  swat goes blank on button click and logs panic internal error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1013471/+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 980189] Re: [SRU] Database not upgraded while upgrading bacula

2012-06-15 Thread James Page
Uploaded to precise-proposed for SRU team review.

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

Title:
  [SRU] Database not upgraded while upgrading bacula

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/980189/+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 939122] Re: floating ips do not display in 'nova list' after association to instance

2012-06-15 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/8581
Committed: 
http://github.com/openstack/nova/commit/caae0e9ca3abaad1d17d995f66195ea62fe2e59a
Submitter: Jenkins
Branch:stable/essex

commit caae0e9ca3abaad1d17d995f66195ea62fe2e59a
Author: deevi rani deevi_r...@persistent.co.in
Date:   Thu May 3 06:42:47 2012 -0400

Updates the cache

fixes bug 939122

Following are the changes done:
1. in compute/api.py to display the
   floating ip in nova list command upon
   its association with an instance.
2. in network/api.py to solve the similar
   issue upon the floating ip disassocaition
Updated version of: https://review.openstack.org/#/c/7059

Change-Id: Ief1a3f544c3d14bd61cc0814612df3ee521ddec2
(cherry picked from commit 7097e01a15ecd5c28b6b771e5043f18da243607e)


** Changed in: nova/essex
   Status: In Progress = Fix Committed

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

Title:
  floating ips do not display in 'nova list' after association to
  instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/939122/+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 832507] Re: console.log grows indefinitely

2012-06-15 Thread Thierry Carrez
I would really like us to find a real (and upstreamable) solution for this, 
but I lack the KVM/libvirt expertise to make it happen.
Subscribing Daniel Berrange to see if he has another idea.

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

Title:
  console.log grows indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/832507/+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 832507] Re: console.log grows indefinitely

2012-06-15 Thread Daniel Berrange
  The reason for the qemu-kvm task is that we think qemu-kvm is really the 
  ultimate right place to add a '-serial ringbuffer:640k,file=/path/to/file' 
  flag.
  All the other attempts are more hacky, but if upstream kvm had this , 
  libvirt could expose it, and openstack could use it.
  I do not know whether or not it would be accepted upstream.

This is an interesting idea  worth proposing to QEMU upstream to see
what their feelings are on this - with this kind of concept, their
reaction can be quite unpredictable, so I can't say more than a 50/50
chance they'll go for it. The reason I think they might not go for it,
is that it implements just one out of many potential different policies.
eg, a viable alternative would be to rotate log files periodically
instead of using a ring buffer.

If KVM doesn't care todo this, from a libvirt POV, I have long imagined
the need for a libvirt_vmlogd daemon which would run independently of
libvirtd or QEMU. The QEMU guests would be configured with either  a PTY
or more likely a UNIX socket (eg  '-serial
unix:/var/lib/libvirt/qemu/serial0.socket').  The libvirt_vmlogd would
automatically connect to the sockets as each guest was launched, and log
the data according to some policy it is configured with, and handle log
rotation / expiration etc.

For the sake of the Nova security issue, I think it'd be wise to
implement a fix in Nova regardless, since both the upstream approaches
could take some time.

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

Title:
  console.log grows indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/832507/+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 967410] Re: Windows clients cannot connect to shared printers

2012-06-15 Thread Oedipe
That bug is nearly 2 months old, and still remains Unassigned
Pfff, viva Linux ! :-(

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

Title:
  Windows clients cannot connect to shared printers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/967410/+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 997978] Re: KVM images lose connectivity with bridged network

2012-06-15 Thread Georg Leciejewski
here it is. already posted it above with ip's xx:


auto lo
iface lo inet loopback

# device: eth0
auto  eth0
iface eth0 inet static
  address   176.9.126.79
  broadcast 176.9.126.95
  netmask   255.255.255.192
  gateway   176.9.126.65

# default route to access subnet
up route add -net 176.9.126.64 netmask 255.255.255.192 gw 176.9.126.65 eth0

auto  br0
iface br0 inet static
  address   176.9.126.79
  netmask   255.255.255.255
  gateway   176.9.126.65
  pointopoint 176.9.126.65
  bridge_ports eth0
  bridge_stp off
  bridge_fd 0
  bridge_maxwait 0
  up route add -host 176.9.126.92 dev br0
  up route add -host 176.9.126.93 dev br0

==
and brctl show
==
bridge name bridge id   STP enabled interfaces
br0 8000.c86000e94a2e   no  eth0
   
vnet0
virbr0  8000.   yes 
==

I also did an mtr during downtimes and it shows that packages are lost on dom0 
- .79 
I still hope it is some kind of misconfig, but as said before same 
network/bridge config runn without interupts in ubuntu 10.4 lts.
Thanks for your patience.

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/997978/+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 1013529] Re: dnsmasq 2.61 cause problems with dhcp in single-bound VLAN interfaces

2012-06-15 Thread Christian Parpart
Hey,

please do not mark this as INVALID, as this is a major bug in
production environments, and since I am talking about 12.04 LTS
(Precise) this MUST be respected to get fixed.

Otherwise one might Ubuntu 12.04 LTS Precise not as Enterprise and would
result in not using Ubuntu in datacenters anymore.

Please bump the precise package.

** Changed in: dnsmasq (Ubuntu)
   Status: Invalid = Opinion

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

Title:
  dnsmasq  2.61 cause problems with dhcp in single-bound VLAN
  interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1013529/+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 1013529] Re: dnsmasq 2.61 cause problems with dhcp in single-bound VLAN interfaces

2012-06-15 Thread Christian Parpart
p.s.: I am new to launchpad, and I don't find the UI that intuitive
(talking about ticket states), so please apology if I rate states the
wrong way.

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

Title:
  dnsmasq  2.61 cause problems with dhcp in single-bound VLAN
  interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1013529/+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 1013471] Re: swat goes blank on button click and logs panic internal error

2012-06-15 Thread Robie Basak
The swat package description says SWAT is no longer actively
maintained. So I'm setting Importance to Low.

** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

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

Title:
  swat goes blank on button click and logs panic internal error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1013471/+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 915870] Re: dig crashed with SIGABRT in raise() when using +trace +sigchase

2012-06-15 Thread raoulbhatia
hi!

i tried to report the problem using the report bug app that pops up
after the error but after clicking send there is no additional output /
bug report to fill out.

I'm seeing this error on dnsutils 1:9.8.1.dfsg.P1-4ubuntu0.1 (Ubuntu
12.04 LTS AMD64) as well as on 1:9.7.3.dfsg-1~squeeze5 (Debian Squeeze
i386).

Cheers,
Raoul

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

Title:
  dig crashed with SIGABRT in raise() when using +trace +sigchase

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/915870/+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 1013618] [NEW] lxc-create fails when trying to moung proc into chroot

2012-06-15 Thread fbraun
Public bug reported:

On Ubuntu 12.04 LTS (Server),  lxc 0.7.5-3ubuntu58


I tried creating an lxc container using this command:

lxc-create -t ubuntu -n backups


Output:

No config file specified, using the default config
debootstrap is /usr/sbin/debootstrap
Checking cache download in /var/cache/lxc/precise/rootfs-amd64 ... 
installing packages: vim,ssh
Downloading ubuntu precise minimal ...
W: Target architecture is the same as host architecture; disabling QEMU support
I: Running command: debootstrap --arch amd64 --verbose 
--components=main,universe --include=vim,ssh precise 
/var/cache/lxc/precise/partial-amd64
I: Retrieving Release
I: Retrieving Release.gpg
I: Checking Release signature
I: Valid Release signature (key id 630239CC130E1A7FD81A27B140976EAF437D05B5)
I: Validating Packages
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Found additional base dependencies: libbsd0 libedit2 libgpm2 
libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 
libpython2.7 libwrap0 openssh-client openssh-server vim-runtime 
I: Checking component main on http://archive.ubuntu.com/ubuntu...
I: Validating adduser
... (packages fly by) ...
I: Extracting zlib1g...
W: Failure trying to run: chroot /var/cache/lxc/precise/partial-amd64 mount -t 
proc proc /proc
failed to execute template 'ubuntu'
aborted

Is this a bug? Am I doing something wrong?

** 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/1013618

Title:
  lxc-create fails when trying to moung proc into chroot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1013618/+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 1013529] Re: dnsmasq 2.61 cause problems with dhcp in single-bound VLAN interfaces

2012-06-15 Thread Thierry Carrez
@Christian: In Launchpad the main task tracks if the fix is in the
development release (or HEAD of development). Since this is already
fixed in Ubuntu in Quantal, the main task is Invalid (or
fixReleased). It is still very much a needed fix in Precise though,
hence me creating a specific task to track that.

** Changed in: dnsmasq (Ubuntu)
   Status: Opinion = Fix Released

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

Title:
  dnsmasq  2.61 cause problems with dhcp in single-bound VLAN
  interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1013529/+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 997978] Re: KVM images lose connectivity with bridged network

2012-06-15 Thread Serge Hallyn
Quoting Georg Leciejewski (vespaschor...@gmx.de):
 here it is. already posted it above with ip's xx:
 
 
 auto lo
 iface lo inet loopback
 
 # device: eth0
 auto  eth0
 iface eth0 inet static

Hi,

I believe this is wrong.  Could you change the eth0 bit to simply

auto eth0
iface eth0 inet manual

The fact that

 I also did an mtr during downtimes and it shows that packages are lost
on dom0 - .79

Supports the idea that that might solve your problem.  (It also suggests
that yours is not the same as the original bug reporter's problem).

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/997978/+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 1013618] Re: lxc-create fails when trying to moung proc into chroot

2012-06-15 Thread Serge Hallyn
** Changed in: lxc (Ubuntu)
   Importance: Undecided = High

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

Title:
  lxc-create fails when trying to moung proc into chroot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1013618/+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 832507] Re: console.log grows indefinitely

2012-06-15 Thread Anthony Liguori
I don't understand what the file argument would mean.  Once you write()
to a file, QEMU no longer can implement a ring buffer (it cannot discard
written data).  You would need to do something like the following:

qemu -chardev memchr,max-capacity=640k,id=foo -serial chardev:foo

And then introduce QMP commands like:

{ 'command': 'memchr-read', 'arguments': { 'chardev': 'str', 'size':
'int' }, 'returns': 'str' }

We already have a memory character device that we don't expose
externally yet.  It's just a matter of implementing a ring queue
behavior and plumbing things up.  I think it's entirely reasonable and
perhaps would even be something that libvirt would prefer to use in the
long term over ptys.

Would also be good for unit testing.

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

Title:
  console.log grows indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/832507/+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 1013618] Re: lxc-create fails when trying to moung proc into chroot

2012-06-15 Thread Serge Hallyn
Hi,

I just tried, and couldn't reproduce this.  Is your 12.04 system
defaintely uptodate (lxc is, but is the rest?)?  Do you have a custom
apparmor policy you've installed for debootstrap?

You don't show 'sudo' in your command line.  Are you running it as root?
If you weren't, you should be getting an error like:

serge@sergelap:~$ lxc-create -t ubuntu -n backups
This command has to be run as root

Can you re-try the command, and then look through /var/log/syslog for
relevant messages ('sudo grep proc /var/log/syslog')

** Changed in: lxc (Ubuntu)
   Status: New = Incomplete

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

Title:
  lxc-create fails when trying to moung proc into chroot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1013618/+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 1013549] Re: lxc-clone fails for xfs fs on lvm

2012-06-15 Thread Serge Hallyn
** Changed in: lxc (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  lxc-clone fails for xfs fs on lvm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1013549/+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 832507] Re: console.log grows indefinitely

2012-06-15 Thread Robie Basak
Anthony,

The file would be a disk-based ringbuffer. There would need to be a
well-known disk-based ringbuffer format, which currently doesn't exist.
Perhaps a libringbuffer to encapsulate it. The format would need head
and tail indexes and then the data, together with some thought for
concurrent access (eg. a mutex which would require mmapping to use).

I imagine a libringbuffer which would expose methods to open a disk-
based ringbuffer file, add data to the end of the buffer and read data
out of it.

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

Title:
  console.log grows indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/832507/+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 832507] Re: console.log grows indefinitely

2012-06-15 Thread Daniel Berrange
Having examined the idea of the libvirt_consoled a bit more, I think it
is not actually required. It is possible to get good support for console
logging, max bounded size, rollover,   secure remote access, simply by
dropping in the standard 'conserver' daemon with a suitable
configuration file. There'd be no need for any new features in either
libvirt or QEMU for this to work.  All nova would need todo would be
update the conserver.cf file whenever a VM is started or stopped.
Reusing existing mature projects like conserver is perferrable to
reinventing the wheel with our own half-baked solutions.

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

Title:
  console.log grows indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/832507/+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 1013618] Re: lxc-create fails when trying to moung proc into chroot

2012-06-15 Thread fbraun
Okay, my bad. I should have thought earlier of looking into logfiles.
Apparently my grsec setup caused this. Sorry! :)


Jun 15 13:31:04 Ubuntu-1204-precise-64-minimal kernel: [15471.491425] grsec: 
From ip address: denied mount of proc as 
/var/cache/lxc/precise/partial-amd64/proc from chroot by 
/var/cache/lxc/precise/partial-amd64/bin/mount[mount:8114] uid/euid:0/0 
gid/egid:0/0, parent /usr/sbin/debootstrap[debootstrap:5159] uid/euid:0/0 
gid/egid:0/0

Thank your for reacting so quickly though. Highly appreciated!

** Changed in: lxc (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  lxc-create fails when trying to moung proc into chroot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1013618/+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 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2012-06-15 Thread Thomas Hood
Dnsmasq cascade (#72) has maintenance advantages.  For example it
makes it easy for the distromaestros to switch to other software to
perform the same limited task as nm-dnsmasq now performs, without any
chance of disturbing admins' standalone dnsmasq setups.

Does dnsmasq-cascade have drawbacks compared with Single dnsmasq as
described by Alkis in #73?

Yes...
* Dnsmasq cascade requires that standalone dnsmasq run in bind-interfaces mode.
-- Solvable by moving nm-dnsmasq to another port: 
http://sourceware.org/bugzilla/show_bug.cgi?id=14242
* Dnsmasq cascade requires two processes rather than one.
-- but resource usage is low so this doesn't seem important

But are there other drawbacks?

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

Title:
  NM-controlled dnsmasq prevents other DNS servers from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/djbdns/+bug/959037/+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 1013549] Re: lxc-clone fails for xfs fs on lvm

2012-06-15 Thread Serge Hallyn
Thanks for reporting this bug.

If I understand right (after testing), you have no problems with cloning
the container, or running the original or cloned container, but running
both at the same time fails, right?

If I am understanding you correctly.  Thanks for the suggested fix!


** Changed in: lxc (Ubuntu)
   Status: New = Triaged

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

Title:
  lxc-clone fails for xfs fs on lvm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1013549/+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 832507] Re: console.log grows indefinitely

2012-06-15 Thread Robie Basak
conserver is in Debian non-free, and thus unsuitable.

conserver would still needed to receive the log output from qemu via a
FIFO or similar, and this introduces the problem of what qemu should do
when it is blocked on writing to conserver, which is where I think my
previous patch failed (and I did warn about this in advance!). And
conserver only supports log rotation, rather than a ringbuffer. This
would make get_console_output useless if it was requested just after the
log rotated, without extra complex glue. The code to work around these
issues would be more complex than just not using conserver, IMHO.

In any case, conserver is massive overkill for the need here, which is
to have a simple ringbuffered console log.

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

Title:
  console.log grows indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/832507/+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 1013549] Re: lxc-clone fails for xfs fs on lvm

2012-06-15 Thread Maurizio Sambati
yes, the problem is just for the last scenario (both running at the same
time fails).

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

Title:
  lxc-clone fails for xfs fs on lvm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1013549/+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 832507] Re: console.log grows indefinitely

2012-06-15 Thread Daniel Berrange
IMHO having fixed size rotated logs per VM with max number of files, is
a better solution that a ringbuffer.  It really doesn't complicate the
code that much to have to potentially just read a few lines from a
second rotated logfile.

While I agree that conserver is overkill if satisfying the requirements
of the get_console_output() API contract is all that's required, I am
thinking of the bigger picture, improving the console functionality
available for the libvirt Nova driver in general.

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

Title:
  console.log grows indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/832507/+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 1013529] Re: dnsmasq 2.61 cause problems with dhcp in single-bound VLAN interfaces

2012-06-15 Thread Christian Parpart
Hey, thanks, and now I also found this one:

https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1006898

which is exactly what I was talking about (interesting that I didn't
find earlier).

However, the last commenter says he's pulling it into precise next
days, but this is about 2 weeks ago. :-(

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

Title:
  dnsmasq  2.61 cause problems with dhcp in single-bound VLAN
  interfaces

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


[Blueprint servercloud-q-apt-improvements] Apt Improvements

2012-06-15 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Priority: Undefined = Medium

-- 
Apt Improvements
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-apt-improvements

-- 
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 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2012-06-15 Thread Thomas Hood
 -- Solvable by moving nm-dnsmasq to another port:
http://sourceware.org/bugzilla/show_bug.cgi?id=14242

BTW, the required enhancement to glibc shouldn't be difficult to
implement.  I expect that all we'd have to do is change the following
code (around line 313 in resolv/res_init.c) so that it could read a port
numeral and save that, instead of NAMESERVER_PORT, in sin_port.

if ((fp = fopen(_PATH_RESCONF, rce)) != NULL) {
[...]
while (fgets_unlocked(buf, sizeof(buf), fp) != NULL) {
[...]
if (MATCH(buf, nameserver)  nservall  MAXNS) {
while (*cp == ' ' || *cp == '\t')
cp++;
if ((*cp != '\0')  (*cp != '\n')  __inet_aton(cp, a)) {
statp-nsaddr_list[nservall].sin_addr = a;
statp-nsaddr_list[nservall].sin_family = AF_INET;
statp-nsaddr_list[nservall].sin_port = htons(NAMESERVER_PORT);
nserv++;
}

There's one more snippet after this dealing with the IPv6 case.  That
should be it.  Any obvious problems I'm overlooking?

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

Title:
  NM-controlled dnsmasq prevents other DNS servers from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/djbdns/+bug/959037/+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 1013529] Re: dnsmasq 2.61 cause problems with dhcp in single-bound VLAN interfaces

2012-06-15 Thread Simon Kelley
On 15/06/12 14:54, Christian Parpart wrote:
 Hey, thanks, and now I also found this one:
 
 https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1006898
 
 which is exactly what I was talking about (interesting that I didn't
 find earlier).
 
 However, the last commenter says he's pulling it into precise next
 days, but this is about 2 weeks ago. :-(
 

No, that was me, and I said I'd release 2.62 (upstream and Debian
packages, which I'm responsible for), and I did, on the 4th June.


Simon.

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

Title:
  dnsmasq  2.61 cause problems with dhcp in single-bound VLAN
  interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1013529/+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 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2012-06-15 Thread Simon Kelley
On 15/06/12 15:01, Thomas Hood wrote:
 -- Solvable by moving nm-dnsmasq to another port:

 There's one more snippet after this dealing with the IPv6 case.  That
 should be it.  Any obvious problems I'm overlooking?
 

Applications that don't use the libc resolver? I don't know if such
exist be they might do.

Simon.

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

Title:
  NM-controlled dnsmasq prevents other DNS servers from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/djbdns/+bug/959037/+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 1013719] Re: package php5-cgi 5.3.5-1ubuntu7.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2012-06-15 Thread Ian Lawrence
-- 
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/1013719

Title:
  package php5-cgi 5.3.5-1ubuntu7.8 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1013719/+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 1013719] [NEW] package php5-cgi 5.3.5-1ubuntu7.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2012-06-15 Thread Ian Lawrence
Public bug reported:

apt-get upgrade

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: php5-cgi 5.3.5-1ubuntu7.8
ProcVersionSignature: Ubuntu 2.6.38-13.52-generic 2.6.38.8
Uname: Linux 2.6.38-13-generic x86_64
Architecture: amd64
Date: Thu Jun 14 20:56:30 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 10
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
SourcePackage: php5
Title: package php5-cgi 5.3.5-1ubuntu7.8 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 10
UpgradeStatus: Upgraded to natty on 2011-10-14 (244 days ago)

** Affects: php5 (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 php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1013719

Title:
  package php5-cgi 5.3.5-1ubuntu7.8 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1013719/+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 1010295] Re: samba libthread_db

2012-06-15 Thread CryNickSystems
I reverted to an old version (2:3.6.3-2ubuntu2) and it works now :D

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

Title:
  samba  libthread_db

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1010295/+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 908112] Re: #110992 still happens (modules are not loaded)

2012-06-15 Thread MMorana
** Also affects: eilt
   Importance: Undecided
   Status: New

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

Title:
  #110992 still happens (modules are not loaded)

To manage notifications about this bug go to:
https://bugs.launchpad.net/eilt/+bug/908112/+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 1013724] [NEW] Setting prio const in multipath.conf has no effect

2012-06-15 Thread Vassilis Vatikiotis
Public bug reported:

We are trying to activate the active/active configuration in multipathd,
for 2 paths between an AMS2100 array and a Ubuntu 12.04 Server.

We set prio const in /etc/multipath.conf. After starting the multipath 
daemon, we observe the following:
a) # multipath -ll
mpath0 (360060e80104dac0004f349c8) dm-0 HITACHI,DF600F
size=100G features='1 queue_if_no_path' hwhandler='0' wp=rw
|-+- policy='round-robin 0' prio=1 status=active
| `- 8:0:0:0 sdc 8:32 active ready running
`-+- policy='round-robin 0' prio=0 status=enabled
  `- 7:0:0:0 sdb 8:16 active ready running

Paths have different priorities.

b) multipath -v4
Jun 15 16:39:01 | sdb: not found in pathvec
Jun 15 16:39:01 | sdb: mask = 0x1f
Jun 15 16:39:01 | sdb: dev_t = 8:16
Jun 15 16:39:01 | sdb: size = 209715200
Jun 15 16:39:01 | sdb: subsystem = scsi
Jun 15 16:39:01 | sdb: vendor = HITACHI
Jun 15 16:39:01 | sdb: product = DF600F
Jun 15 16:39:01 | sdb: rev = 
Jun 15 16:39:01 | sdb: h:b:t:l = 7:0:0:0
Jun 15 16:39:01 | sdb: serial = 83053000
Jun 15 16:39:01 | sdb: get_state
Jun 15 16:39:01 | loading /lib/multipath/libchecktur.so checker
Jun 15 16:39:01 | sdb: path checker = tur (controller setting)
Jun 15 16:39:01 | sdb: state = running
Jun 15 16:39:01 | sdb: state = 3
Jun 15 16:39:01 | loading /lib/multipath/libpriohds.so prioritizer
Jun 15 16:39:01 | sdb: prio = hds (controller setting)
Jun 15 16:39:01 | sdb: prio args = (null) (controller setting)
Jun 15 16:39:01 | sdb: hds prio: VENDOR: HITACHI
Jun 15 16:39:01 | sdb: hds prio: PRODUCT: DF600F
Jun 15 16:39:01 | sdb: hds prio: SERIAL: 0x3000
Jun 15 16:39:01 | sdb: hds prio: LDEV: 0x
Jun 15 16:39:01 | sdb: hds prio: CTRL: 1
Jun 15 16:39:01 | sdb: hds prio: PORT: E
Jun 15 16:39:01 | sdb: hds prio: CTRL ODD, LDEV EVEN, PRIO 0  
PRIO HERE
Jun 15 16:39:01 | sdb: hds prio = 0
Jun 15 16:39:01 | sdb: getuid = /lib/udev/scsi_id --whitelisted 
--device=/dev/%n (controller setting)
Jun 15 16:39:01 | sdb: uid = 360060e80104dac0004f349c8 (callout)
Jun 15 16:39:01 | Discover device /sys/block/sdc
Jun 15 16:39:01 | sdc: not found in pathvec
Jun 15 16:39:01 | sdc: mask = 0x1f
Jun 15 16:39:01 | sdc: dev_t = 8:32
Jun 15 16:39:01 | sdc: size = 209715200
Jun 15 16:39:01 | sdc: subsystem = scsi
Jun 15 16:39:01 | sdc: vendor = HITACHI
Jun 15 16:39:01 | sdc: product = DF600F
Jun 15 16:39:01 | sdc: rev = 
Jun 15 16:39:01 | sdc: h:b:t:l = 8:0:0:0
Jun 15 16:39:01 | sdc: serial = 83053000
Jun 15 16:39:01 | sdc: get_state
Jun 15 16:39:01 | sdc: path checker = tur (controller setting)
Jun 15 16:39:01 | sdc: state = running
Jun 15 16:39:01 | sdc: state = 3
Jun 15 16:39:01 | sdc: prio = hds (controller setting)
Jun 15 16:39:01 | sdc: prio args = (null) (controller setting)
Jun 15 16:39:01 | sdc: hds prio: VENDOR: HITACHI
Jun 15 16:39:01 | sdc: hds prio: PRODUCT: DF600F
Jun 15 16:39:01 | sdc: hds prio: SERIAL: 0x3000
Jun 15 16:39:01 | sdc: hds prio: LDEV: 0x
Jun 15 16:39:01 | sdc: hds prio: CTRL: 2
Jun 15 16:39:01 | sdc: hds prio: PORT: E
Jun 15 16:39:01 | sdc: hds prio: CTRL EVEN, LDEV EVEN, PRIO 1 --- 
PRIO HERE
Jun 15 16:39:01 | sdc: hds prio = 1
Jun 15 16:39:01 | sdc: getuid = /lib/udev/scsi_id --whitelisted 
--device=/dev/%n (controller setting)
Jun 15 16:39:01 | sdc: uid = 360060e80104dac0004f349c8 (callout)

In this output, the 2 paths have different priorities and even if we
have set prio const in our configuration file, multipathd sets prio
hds on its own.

c) # echo show config | multipathd -k
 device {
  vendor HITACHI 
  product DF600F.*
  path_grouping_policy multibus
  getuid_callout /lib/udev/scsi_id --whitelisted --device=/dev/%n
  path_checker tur
  checker tur
  prio const
  no_path_retry queue
 }
This is the last device entry in the configuration of the running daemon.

d) iostat -m 2
Device: tps MB_read/s MB_wrtn/s MB_read MB_wrtn
sda 0.00 0.00 0.00 0 0
dm-0 775.50 96.72 0.00 193 0
dm-1 0.00 0.00 0.00 0 0
dm-2 0.00 0.00 0.00 0 0
dm-3 0.00 0.00 0.00 0 0
sdb 0.00 0.00 0.00 0 0
sdc 775.50 96.72 0.00 193 0 - All I/O on one device only.

NOTE: AMS2100 and higher models support active/active architecture and
all paths are considered owner paths and can accept I/O from all
available/assigned ports.

Below are system specifics:
1) lsb_release -rd
Description:Ubuntu 12.04 LTS
Release:12.04

2) Package version
multipath-tools:
  Installed: 0.4.9-3ubuntu5
  Candidate: 0.4.9-3ubuntu5
  Version table:
 *** 0.4.9-3ubuntu5 0
500 http://gr.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
100 /var/lib/dpkg/status

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

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

Title:
  Setting prio const in multipath.conf has no effect

To manage notifications about this bug go to:

[Bug 1013529] Re: dnsmasq 2.61 cause problems with dhcp in single-bound VLAN interfaces

2012-06-15 Thread Thierry Carrez
*** This bug is a duplicate of bug 1006898 ***
https://bugs.launchpad.net/bugs/1006898

** This bug has been marked a duplicate of bug 1006898
   [SRU] dnsmasq fails at leasing issues when using vlan mode

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

Title:
  dnsmasq  2.61 cause problems with dhcp in single-bound VLAN
  interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1013529/+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 1006898] Re: [SRU] dnsmasq fails at leasing issues when using vlan mode

2012-06-15 Thread Thierry Carrez
2.62 is in Quantal

** Changed in: dnsmasq (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  [SRU] dnsmasq fails at leasing issues when using vlan mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1006898/+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 955576] Re: 'local:' services not started on reboot

2012-06-15 Thread Clint Byrum
** Changed in: juju
Milestone: galapagos = honolulu

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

Title:
  'local:' services not started on reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/955576/+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 1013782] [NEW] Stop/start a KVM instance with volumes attached produces an error state

2012-06-15 Thread Ryan Finnie
Public bug reported:

When a running instance with an attached volume is stopped and then
started, the instance refuses to boot and goes into an error state.
This appears to be caused by nova-compute incorrectly building the
libvirt.xml file.

2012-06-15 03:54:14 TRACE nova.compute.manager [instance: 972b355b-21cc-
4ca8-bbb7-67af1bf2ee7f] libvirtError: internal error Invalid harddisk
device name: /dev/vdz

A log of the start and the generated libvirt.xml are attached.  In
particular:

disk type='block'
 driver name='qemu' type='raw' cache='none'/
 source 
dev='/dev/disk/by-path/ip-10.55.61.15:3260-iscsi-iqn.2010-10.org.openstack:volume-0053-lun-1'/
 target dev='/dev/vdz' bus='virtio'/
 /disk

libvirt expects target dev='vdz' bus='virtio'/, and refuses to boot
otherwise.  Issuing a reboot to the instance does not trigger this (and
the XML file is not even updated with the volume, presumably because the
process is simply given a hard reboot order).

Version: 2012.1-0ubuntu2.2 (with SRU patch from 2012.1-0ubuntu2.3
manually applied)

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


** Tags: canonistack

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

Title:
  Stop/start a KVM instance with volumes attached produces an error
  state

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1013782/+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 1013782] Re: Stop/start a KVM instance with volumes attached produces an error state

2012-06-15 Thread Ryan Finnie
** Attachment added: Start log
   
https://bugs.launchpad.net/bugs/1013782/+attachment/3191059/+files/instance-3095.log

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

Title:
  Stop/start a KVM instance with volumes attached produces an error
  state

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1013782/+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 1013782] Re: Stop/start a KVM instance with volumes attached produces an error state

2012-06-15 Thread Ryan Finnie
** Attachment added: Generated libvirt.xml
   
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1013782/+attachment/3191060/+files/instance-3095-libvirt.xml

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

Title:
  Stop/start a KVM instance with volumes attached produces an error
  state

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1013782/+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 956000] Re: 'juju bootstrap' with no arguments gives confusing message

2012-06-15 Thread Clint Byrum
Only 'juju bootstrap' prints the message now, which I think is less
confusing since you actually asked it to do something.

** Summary changed:

- 'juju' with no arguments gives confusing message
+ 'juju bootstrap' with no arguments gives confusing message

** Changed in: juju
   Importance: Medium = Low

** Changed in: juju (Ubuntu)
   Importance: Medium = Low

** Changed in: juju
Milestone: galapagos = None

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

Title:
  'juju bootstrap' with no arguments gives confusing message

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/956000/+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 1006898] Re: [SRU] dnsmasq fails at leasing issues when using vlan mode]

2012-06-15 Thread ROCHE
Hi,
Thanks to your work.  It is very bad to do not have sound in this version of 
Ubuntu (kernel 3 2 025 and version 12.10 (Quanta). This problem comes with tha 
updating 3 2 024 to 3 2 025. 3 2 025 seems to forget the alsa. 
 
For memory :
Matching subscriptions: No Audio after update kernel 3 2 025 in Ubuntu 12 04  
32bits. Good in kernel 3 2 024 !   Alsa 1 025 not compiled in kernel 3 2 025.  
It's the same problem with ubuntu 12 10 alpha I tried today too !(but kernel 3 
4 ...).  A+
 https://bugs.launchpad.net/bugs/1006898

an info too :  
dans la console cette ligne :
« cat /proc/asound/version »
Si cela te donne un truc de ce genre, alors le problème vient d'ailleurs :
Advanced Linux Sound Architecture Driver Version 1.0.25.
Compiled on Mar  9 2012 for kernel 3 2 025-generic PAE 
Si la ligne ne e renvoie que la ligne :
Advanced Linux Sound Architecture Driver Version 1.0.24.
Alors pas besoin de cherche midi à 14 heures, ton son ne pourra fonctionné vu 
qu'Alsa n'est pas compilé avec le kernel que tu utilise à ce moment là.

Sorry, it's in french but i have only Advanced Linux Sound Architecture
Driver Version 1.0.24. when I tap  cat /proc/asound/version.  And the
sound driver installed is Version 1.0.25 !

Best regards.


Guy Roche

mail guyroch...@orange.fr
mail guyroch...@aol.com

domicile 0324 376446
mobile 0619 178018

 Message du 15/06/12 17:22
 de : ThierryCarrezthierry.carrez...@gmail.com
 à : guyroch...@aol.com
 cc : 
 objet : [Bug 1006898] Re: [SRU] dnsmasq fails at leasing issues when using
 vlan mode
 
 
 2.62 is in Quantal
 
 ** Changed in: dnsmasq (Ubuntu)
Status: Triaged = Fix Released
 
 -- 
 You received this bug notification because you are subscribed to Ubuntu
 ubuntu-12.04.1.
 Matching subscriptions: No Audio after update kernel 3 2 025 in Ubuntu 12 04  
 32bits. Good in kernel 3 2 024 !   Alsa 1 025 not compiled in kernel 3 2 025. 
  It's the same problem with ubuntu 12 10 alpha I tried today too !(but kernel 
 3 4 ...).  A+
 https://bugs.launchpad.net/bugs/1006898
 
 Title:
   [SRU] dnsmasq fails at leasing issues when using vlan mode
 
 Status in “dnsmasq” package in Ubuntu:
   Fix Released
 Status in “dnsmasq” source package in Precise:
   Triaged
 
 Bug description:
   There is an issue with the way nova uses dnsmasq in VLAN mode. It starts
   up a single copy of dnsmasq for each vlan on the network host (or on
   every host in multi_host mode). The problem is in the way that dnsmasq
   binds to an ip address and port[2]. Both copies can respond to broadcast
   packet, but unicast packets can only be answered by one of the copies.
 
   In nova this means that guests from only one project will get responses
   to their unicast dhcp renew requests.  Unicast projects from guests in
   other projects get ignored. What happens next is different depending on
   the guest os.  Linux generally will send a broadcast packet out after
   the unicast fails, and so the only effect is a small (tens of ms) hiccup
   while interface is reconfigured.  It can be much worse than that,
   however. I have seen cases where Windows just gives up and ends up with
   a non-configured interface.
 
   This bug was first noticed by some users of openstack who rolled their
   own fix. Basically, on linux, if you set the SO_BINDTODEVICE socket
   option, it will allow different daemons to share the port and respond to
   unicast packets, as long as they listen on different interfaces. I
   managed to communicate with Simon Kelley, the maintainer of dnsmasq and
   he has integrated a fix[3] for the issue in the current version[1] of
   dnsmaq.
 
   [3]
   
 http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commitdiff;h=9380ba70d67db6b69f817d8e318de5ba1e990b12
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1006898/+subscriptions


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

Title:
  [SRU] dnsmasq fails at leasing issues when using vlan mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1006898/+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 802117] Re: juju ssh/scp commands cause spurious key errors, should use a different known_hosts file

2012-06-15 Thread Clint Byrum
** Changed in: juju
Milestone: galapagos = honolulu

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

Title:
  juju ssh/scp commands cause spurious key errors, should use a
  different known_hosts file

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/802117/+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 1013782] Re: Stop/start a KVM instance with volumes attached produces an error state

2012-06-15 Thread Chuck Short
** Also affects: nova
   Importance: Undecided
   Status: New

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

Title:
  Stop/start a KVM instance with volumes attached produces an error
  state

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1013782/+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 998991] Re: python-keystone suggests unavailable package

2012-06-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~logan/ubuntu/quantal/keystone/fix-for-998991

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

Title:
  python-keystone suggests unavailable package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/998991/+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 903008] Re: System crashes when do mount.cifs

2012-06-15 Thread James Page
** Changed in: samba (Ubuntu)
   Status: Incomplete = Won't Fix

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

Title:
  System crashes when do mount.cifs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/903008/+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 1013804] Re: package openvswitch-pki 1.4.0-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-15 Thread Abhishek Chanda
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1013804

Title:
  package openvswitch-pki 1.4.0-1ubuntu1 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/openvswitch/+bug/1013804/+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 1006898] Re: [SRU] dnsmasq fails at leasing issues when using vlan mode

2012-06-15 Thread Chuck Short
** Issue **

There is an issue with the way nova uses dnsmasq in VLAN mode. It starts
up a single copy of dnsmasq for each vlan on the network host (or on
every host in multi_host mode). The problem is in the way that dnsmasq
binds to an ip address and port[2]. Both copies can respond to broadcast
packet, but unicast packets can only be answered by one of the copies.

In nova this means that guests from only one project will get responses
to their unicast dhcp renew requests. Unicast projects from guests in
other projects get ignored. What happens next is different depending on
the guest os. Linux generally will send a broadcast packet out after
the unicast fails, and so the only effect is a small (tens of ms) hiccup
while interface is reconfigured. It can be much worse than that,
however. I have seen cases where Windows just gives up and ends up with
a non-configured interface.

This bug was first noticed by some users of openstack who rolled their
own fix. Basically, on linux, if you set the SO_BINDTODEVICE socket
option, it will allow different daemons to share the port and respond to
unicast packets, as long as they listen on different interfaces. I
managed to communicate with Simon Kelley, the maintainer of dnsmasq and
he has integrated a fix[3] for the issue in the current version[1] of
dnsmaq.

[3]
http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commitdiff;h=9380ba70d67db6b69f817d8e318de5ba1e990b12

** Development Fix **

This has been fixed in quantal with the newer version of dnmasq.

** Stable Fix **

I have backported the patch which fixes this issue, I have attached the
debdiff and the buildlog.

** Test Case **

1. Install openstack with vlan mode.
2. Watch instances loose their IP addresses.

** Regression Potential **

Minimal, most installations dont use this type of networking.

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

Title:
  [SRU] dnsmasq fails at leasing issues when using vlan mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1006898/+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 1006898] Re: [SRU] dnsmasq fails at leasing issues when using vlan mode

2012-06-15 Thread Chuck Short
** Attachment added: buildlog
   
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1006898/+attachment/3191161/+files/buildlog

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

Title:
  [SRU] dnsmasq fails at leasing issues when using vlan mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1006898/+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 1013804] [NEW] package openvswitch-pki 1.4.0-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-15 Thread Abhishek Chanda
Public bug reported:

I had OVS built from source and was trying to install using apt-get on
top of it. It failed

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: openvswitch-pki 1.4.0-1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Fri Jun 15 11:33:18 2012
DuplicateSignature:
 Setting up openvswitch-pki (1.4.0-1ubuntu1) ...
 /usr/local/bin/ovs-pki: /usr/local/var/lib/openvswitch/pki already exists and 
--force not specified
 dpkg: error processing openvswitch-pki (--configure):
  subprocess installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu-Server 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
PackageArchitecture: all
SourcePackage: openvswitch
Title: package openvswitch-pki 1.4.0-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to precise on 2012-06-12 (3 days ago)

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


** Tags: amd64 apport-package precise

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

Title:
  package openvswitch-pki 1.4.0-1ubuntu1 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/openvswitch/+bug/1013804/+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 1013804] Re: package openvswitch-pki 1.4.0-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-15 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package openvswitch-pki 1.4.0-1ubuntu1 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/openvswitch/+bug/1013804/+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 1006898] Re: [SRU] dnsmasq fails at leasing issues when using vlan mode

2012-06-15 Thread Chuck Short
** Attachment added: debdiff
   
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1006898/+attachment/3191167/+files/debdiff

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

Title:
  [SRU] dnsmasq fails at leasing issues when using vlan mode

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


[Blueprint servercloud-q-juju-charm-best-practices] Juju Charm Best practices

2012-06-15 Thread Jorge O. Castro
Blueprint changed by Jorge O. Castro:

Work items changed:
  Work items:
  [jorge] Pick better example charms, flagbearer charms.: TODO
  [jorge] Choose a single place for presenting flagbearer charms (charm 
browser?): TODO
- [jorge] Move rules and charm best practices into juju/docs.: TODO
- [jorge] Add Maintainer field information to documentation.: TODO
+ [jorge] Move rules and charm best practices into juju/docs.: DONE
+ [jorge] Add Maintainer field information to documentation. (thanks clint!): 
DONE
  [jorge] Reach out to maintainers to get their maintainer field filled out.: 
TODO
  [jorge] Add docs work items to patch pilot!: TODO
  [jorge] pull file bug or join the doc team from other projects: TODO
  [jorge] Clarify documentention on what to expect when your using LXC and EC2. 
Cost, wait time, what you see, logs, downloading. You should expect this to 
download 300 megs, etc. Here's a table of look here troubleshooting your LXC 
thing: TODO
  [imbrandon] Reach out to maintainers to get their maintainer filled out.: TODO
  [imbrandon] Put Doc instructions in the docs: http://askubuntu.com/q/52063 : 
TODO
- [imbrandon] Clarify documentention on what to expect when your using LXC and 
EC2. Cost, wait time, what you see, logs, downloading. You should expect this 
to download 300 megs, etc. Here's a table of look here troubleshooting your 
LXC thing.: TODO
  [mark-mims] (and individual maintainers!) clean up existing charms wrt best 
practices: TODO
  [clint-fewbar] Comment and add links to docs in 'charm create' templates: TODO
  [clint-fewbar] juju in Debian! NOW!: TODO
  [clint-fewbar] determine most likely maintainers based on bzr logs: TODO
  [clint-fewbar] fix doc repos wrt (trunk, go, docs): TODO
  [marcoceppi] tag:juju review on AU and SE network: TODO
  [hazmat] incorporate output of charm proof into charm browser: TODO
  [hazmat] clear out trunk docs for juju: TODO
  [imbrandon] Clarify documentention on what to expect when your using LXC and 
EC2. Cost, wait time, what you see, logs, downloading. You should expect this 
to download 300 megs, etc. Here's a table of look here troubleshooting your 
LXC thing.: TODO
+ [imbrandon] Clarify documentention on what to expect when your using LXC and 
EC2. Cost, wait time, what you see, logs, downloading. You should expect this 
to download 300 megs, etc. Here's a table of look here troubleshooting your 
LXC thing.: TODO
  [hazmat] make juju report on initial lxc image downloads ?: TODO
  [hazmat] make juju lxc use lxc networking instead of libvirt networking ?: 
TODO

-- 
Juju Charm Best practices
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-juju-charm-best-practices

-- 
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 1013804] Re: package openvswitch-pki 1.4.0-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-15 Thread Ben Pfaff
This message is very odd, because it implies that configure was not run 
correctly, to use /var instead of /usr/local/var:
  /usr/local/bin/ovs-pki: /usr/local/var/lib/openvswitch/pki already exists 
and --force not specified
That is in fact probably the reason for the problem, because the postinst for 
openvswitch-pki only runs ovs-pki init if /var/lib/openvswitch/pki does not 
exist, but if ovs-pki init is creating files somewhere else then this check 
will not help.

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

Title:
  package openvswitch-pki 1.4.0-1ubuntu1 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/openvswitch/+bug/1013804/+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 1013804] Re: package openvswitch-pki 1.4.0-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-15 Thread Ben Pfaff
 I had OVS built from source and was trying to install using apt-get on
top of it. It failed

Oh, I see.  You installed OVS programs earlier in your $PATH than the
packaged versions and were surprised that this didn't work well.  I
think the answer is don't do that then.

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

Title:
  package openvswitch-pki 1.4.0-1ubuntu1 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/openvswitch/+bug/1013804/+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 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2012-06-15 Thread Thomas Hood
  Applications that don't use the libc resolver?

Hmm, yes.  There are several alternative resolver libraries (adns,
firedns, djbdns, ...) and even if we fixed them all so that they could
read the extended resolv.conf syntax then statically linked third party
binaries would still break.

So having nm-dnsmasq listen on a different port, say 35353, is something
that could be done ONLY when another nameserver was listening on
127.0.0.1:53 (and either forwarding to nm-dnsmasq at 127.0.0.1:35353 or
not).  In the absence of that other nameserver nm-dnsmasq would have to
listen on 127.0.0.1:53 itself.  That would probably be difficult to
implement reliably.

So I guess the first drawback I mentioned in comment #83 can't be so
easily eliminated.

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

Title:
  NM-controlled dnsmasq prevents other DNS servers from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/djbdns/+bug/959037/+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 1013457] Re: twistd still autostarted for juju after juju is removed from system

2012-06-15 Thread Clint Byrum
Hi Adriene, thanks for reporting this issue!

Even though this is a system file, it is controlled by files in user
home directories (~/.juju/environments.yaml) and so I don't think we can
purge the upstart jobs.

I do think we can add a check to the upstart job's pre-start for juju,
and if it is not installed, we can not start the job.

This is probably a duplicate of bug #1006553 , which is also caused by
starting these things at reboot, even though the rest of the things they
are there to serve (zookeeper and the lxc containers themselves) are not
autostarted.

Marking as Triaged, opening upstream task, and setting importance to
Low, since this is just annoying, not really causing any adverse
effect.

** Changed in: juju (Ubuntu)
   Status: New = Triaged

** Changed in: juju (Ubuntu)
   Importance: Undecided = Low

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

** Changed in: juju
   Status: New = Confirmed

** Changed in: juju
   Importance: Undecided = Low

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

Title:
  twistd still autostarted for juju after juju is removed from system

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/1013457/+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 654249] Re: libnss-ldap create troubles in gnome session when ldap server is unreacheable

2012-06-15 Thread Clint Byrum
This does indeed look to be Invalid in libnss-ldap. Its worth taking a
look at in glibc though as perhaps there is some work to resolve this in
NSS's design, so opening a bug task against eglibc.

** Changed in: libnss-ldap (Ubuntu)
   Status: Incomplete = Invalid

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

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

Title:
  libnss-ldap create troubles in gnome session when ldap server is
  unreacheable

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdm/+bug/654249/+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 567188] Re: krb5 and ADS error using 10.04, not 9.04

2012-06-15 Thread Clint Byrum
I'm going to move this back to 'Confirmed' so we can take a look at this
in the next sweep for bugs in krb5. There are 3 affected, so its likely
the problem is at least worth a look.

** Changed in: krb5 (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  krb5 and ADS error using 10.04, not 9.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/567188/+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 1003138] Re: python process hogged the cpu in 12.04

2012-06-15 Thread Clint Byrum
*** This bug is a duplicate of bug 1006553 ***
https://bugs.launchpad.net/bugs/1006553

Hi Adrien, this is a duplicate of bug #1006553 , which will be fixed by
not starting the agents on reboot (since the lxc containers and
zookeeper are not also resurrected).

** This bug has been marked a duplicate of bug 1006553
   Juju uses 100% CPU after host reboot

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

Title:
  python process hogged the cpu in 12.04

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


[Blueprint servercloud-q-lxc] Lxc work for Q

2012-06-15 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Work items changed:
  Work items:
  [stgraber] Review list of extra packages in lxc-ubuntu and have it contain 
the right list for each release: DONE
  [cooloney] check that all new cgroups are enabled in quantal kernel: TODO
  [serge-hallyn] pre-mount cgroups during container startup: TODO
  [serge-hallyn] send attach patch sets to kernel-team ASAP: DONE
  [serge-hallyn] convert lxc-apparmor patchset to generic lsm set: TODO
  [serge-hallyn] send generic lsm patchset upstream: TODO
  [kees] package libsecomp to aid bpf creation 
http://sourceforge.net/projects/libseccomp/: TODO
  [serge-hallyn] exploit libseccomp in lxc-start: BLOCKED
  [serge-hallyn] come up with default secomp containers profile: BLOCKED
  [apw] expect SECCOMP to drop in v3.5 replacing our patches: TODO
  [ebiederm] fix lxc-attach upstream to use the new setns syntax: DONE
  [serge-hallyn] write a patch for lxc to use user namespaces: TODO
  [ebiederm] patch adduser: TODO
  [ebiederm] get user namespaces upstream: INPROGRESS
  [ebiederm] get setns(mnt) upstream: DONE
  [ebiederm] get setns(pid) upstream: TODO
  [serge-hallyn] extend lxc-attach to support attaching only to specific 
namespaces (done by community): DONE
  [stgraber] add the lxc-nesting apparmor profile to the package in quantal: 
DONE
  [serge-hallyn] send usernamespace patchset ASAP to kernel team (link to git 
repo for review): DONE
  [stgraber] write the hookpoints and send to the lxc-devel list for review: 
DONE
+ [serge-hallyn] Post POC patchset implementing hookpoints to lxc-devel: DONE
  [serge-hallyn] implement configuration file #includes (stretch goal): TODO
  [serge-hallyn] example for encrypted root in the example guide (blocked 
awaiting hooks): BLOCKED
  [serge-hallyn] investigate post commit hook to email out changes: TODO
  [serge-hallyn] document mounts sharing through /shared using hooks: BLOCKED
  [serge-hallyn] apport hook for lxc bugs: DONE
  [stgraber] where do crashes in the container go: TODO
  [james-page] hook testing up to jenkins: TODO
  [serge-hallyn] convert the test suite to jenkins: TODO
  [serge-hallyn] fedora 16 and 17 and open-suse templates need to be made to 
work (stretch goal): TODO
  [stgraber] make an liblxc API definition and publicise (+ serge-hallyn): 
INPROGRESS
  [stgraber] Create python module using the API: INPROGRESS

-- 
Lxc work for Q
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-lxc

-- 
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 460316] Re: clamav-base package contains very big clamav data files (main.cvd and daily.cvd) from clamav-data package

2012-06-15 Thread Scott Kitterman
** CVE removed: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-2721

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

Title:
  clamav-base package contains very big clamav data files (main.cvd and
  daily.cvd) from clamav-data package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/460316/+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 460316] Re: clamav-base package contains very big clamav data files (main.cvd and daily.cvd) from clamav-data package

2012-06-15 Thread Launchpad Bug Tracker
This bug was fixed in the package clamav - 0.97.5+dfsg-1ubuntu1

---
clamav (0.97.5+dfsg-1ubuntu1) quantal; urgency=low

  * Merge from Debian Unstable.  Remaining Ubuntu changes:
- Drop build-dep on electric-fence (in Universe)
- Add apparmor profiles for clamd and freshclam along with maintainer
  script changes
  * New upstream version no longer includes virus definition files
   (LP: #460316)

clamav (0.97.5+dfsg-1) unstable; urgency=medium

  [ Scott Kitterman ]
  * Urgency medium due to security fixes
  * New upstream release (Closes: #669370)
- Addresses possible evasion cases in some archive formats (CVE-2012-1419,
  CVE-2012-1457, CVE-2012-1458, CVE-2012-1459) (Closes: #668273)
- Repack tarball to remove non-free unrar code and win32 directory
- Add contrib/split-tarball.sh and docs/man/clambc.1 in the diff.gz
  (these used to be added to the Debian specific upstream tarball, but
  aren't upstream so are better in the diff)
- Change etc/clamav-milter.conf to Debian defaults
  * Enabled hardened build flags (Closes: #653958)
- Thanks to Moritz Muehlenhoff for the patch
  * Remove var/lib/clamav/daily.cvd and main.cvd from clamav-base.examples
because they aren't installed by the build system anymore (and are
provided only as empty files in the upstream tarball)
  * Fix typos in README.Debian (Closes: #667831)
  * Update libclamav6 binary lintian override to match current filename
  * Bump standards version to 3.9.3 without further change

  [ Stephen Gran ]
- Add a note about RAR functionality to README.Debian (Closes: #652009)

clamav (0.97.3+dfsg-2.2) unstable; urgency=low

  * Non-maintainer upload.
  * Fix FTBFS: llvm/lib/ExecutionEngine/JIT/Intercept.cpp:69:67: error:
'lseek64' was not declared in this scope: add missing unistd.h include.
Also fixed in upstream git already [bb8ab5c].
(Closes: #674330)
 -- Scott Kitterman sc...@kitterman.com   Fri, 15 Jun 2012 21:20:04 -0400

** Changed in: clamav (Ubuntu)
   Status: Incomplete = Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-1419

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-1457

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-1458

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-1459

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

Title:
  clamav-base package contains very big clamav data files (main.cvd and
  daily.cvd) from clamav-data package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/460316/+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 460316] Re: clamav-base package contains very big clamav data files (main.cvd and daily.cvd) from clamav-data package

2012-06-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/clamav

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

Title:
  clamav-base package contains very big clamav data files (main.cvd and
  daily.cvd) from clamav-data package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/460316/+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 82853] Re: Add support for the smbk5pwd overlay

2012-06-15 Thread ekilfoil
This bug was fixed in Debian over two years ago.  Is there any way this
can get reprioritized somewhere higher than wishlist?  Having to use
George Rath's PPA is a bad workaround (but thanks George for your
effort, it certainly helped!) and pulling the Debian slapd packages into
our own apt server isn't much better.

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

Title:
  Add support for the smbk5pwd overlay

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/82853/+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 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2012-06-15 Thread Alkis Georgopoulos
Would it be remotely possible in the future for the problem to be addressed 
inside libc itself?
Other people not using NM or dnsmasq would still welcome the split VPN 
resolving, right?
Should we file a wishlist bug request for it?

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

Title:
  NM-controlled dnsmasq prevents other DNS servers from starting

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