Re: [Bug 925511] Re: lxc init script should fail when it ... failed

2012-02-08 Thread Ritesh Raj Sarraf
On Wednesday 08 February 2012 03:54 AM, Serge Hallyn wrote:
 @Ritesh,

 Unfortunately I don't know that that many people would read the README :)
 It is worth adding though, thanks for the suggestion.

 In addition, I will add an LXC section to the ubuntu server guide soon,
 and this should be mentioned there.

 I'm also marking this (and the equivalent libvirt) bugs as affecting
 dnsmasq.  Perhaps we can do something to its default configuration to be
 less belligerant.  Maybe even just an explicit
 '--except-interface=virbr0,lxcbr0', though hard-coding that seems a bit
 ugly.

Serge,

IMO the better option would be to just ship a binder in /etc/dnsmasq.d/

dnsmasq is a personal dns caching service. I doubt if anyone is using it
as a bind replacement.

By shipping a dnsmasq sub conf file (and making it bind to loopback
only), you eliminate the need to track the list of virtual bridges.
Then, you also don't need to spawn off your own dnsmasq proc from the
lxc init script.

-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System

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

Title:
  lxc init script should fail when it ... failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/925511/+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 925511] Re: lxc init script should fail when it ... failed

2012-02-08 Thread Simon Kelley
On 08/02/12 08:33, Ritesh Raj Sarraf wrote:
 On Wednesday 08 February 2012 03:54 AM, Serge Hallyn wrote:
 @Ritesh,

 Unfortunately I don't know that that many people would read the README :)
 It is worth adding though, thanks for the suggestion.

 In addition, I will add an LXC section to the ubuntu server guide soon,
 and this should be mentioned there.

 I'm also marking this (and the equivalent libvirt) bugs as affecting
 dnsmasq.  Perhaps we can do something to its default configuration to be
 less belligerant.  Maybe even just an explicit
 '--except-interface=virbr0,lxcbr0', though hard-coding that seems a bit
 ugly.

 Serge,

 IMO the better option would be to just ship a binder in /etc/dnsmasq.d/

 dnsmasq is a personal dns caching service. I doubt if anyone is using it
 as a bind replacement.

 By shipping a dnsmasq sub conf file (and making it bind to loopback
 only), you eliminate the need to track the list of virtual bridges.
 Then, you also don't need to spawn off your own dnsmasq proc from the
 lxc init script.


There is special provision in dnsmasq to do exactly this, but it's never 
made it into libvirt upstream. Please feel free to push there!

from man dnsmasq NOTES section:

--
dhcp-range  may  have  an  interface  name supplied as 
interface:interface-name. The semantics if this are as follows: For 
DHCP, if any other dhcp-range exists _without_ an interface name, then 
the interface name is ignored and and  dnsmasq  behaves as  if  the 
interface parts did not exist, otherwise DHCP is only provided to 
interfaces mentioned in dhcp-range declarations. For DNS, if there are 
no --interface or --listen-address flags, behaviour is unchanged by the 
interface  part.  If  either  of these flags are present, the interfaces 
mentioned in dhcp-ranges are added to the set which get DNS service.

Similarly, enable-tftp may take an interface name, which enables TFTP 
only for a particular interface, ignoring --interface or 
--listen-address flags. In addition --tftp-secure and --tftp-unique-root 
and --tftp-no-blocksize are ignored for requests from such interfaces. 
(A --tftp-root directive giving a root path and an interface should be 
provided too.)

These   rules   may   seem   odd   at   first   sight,  but   they 
allow  a  single  line   of  the  form
dhcp-range=interface:virt0,192.168.0.4,192.168.0.200 to be added to 
dnsmasq configuration which then supplies DHCP and DNS services  to 
that interface,  without  affecting  what  services  are  supplied to 
other interfaces and irrespective of the existance or lack of 
interface=interface lines elsewhere in the dnsmasq configuration. 
enable-tftp=virt0 and tftp-root=root,virt0 do the same job for TFTP.

The  idea is that such a line can be added automatically by libvirt or 
equivalent systems, without disturbing any manual configuration.
---


Cheers,

Simon.

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

Title:
  lxc init script should fail when it ... failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/925511/+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 924002] Re: [Lucid] dbg package symbols are not provided for latest autofs packages

2012-02-08 Thread Martin Pitt
The build log says

dh_strip debug symbol extraction: ignored packages: 
autofs5 is already stripped, ignoring
autofs5-ldap is already stripped, ignoring
autofs5-hesiod is already stripped, ignoring
autofs is already stripped, ignoring
autofs-ldap is already stripped, ignoring
autofs-hesiod is already stripped, ignoring

Apparently the binaries are already stripped during build:

gcc -s -lpthread -rdynamic -pie -o automount automount.o indirect.o direct.o 
spawn.o module.o mount.o lookup.o state.o flag.o ../lib/autofs.a -ldl -lpthread 
-lxml2
strip --strip-debug automount

The build system needs to be told to not do that. dh_strip will do it,
and put the debug symbols into ddebs before. Many projects have an
--enable-debug configure switch, or something similar.

** Summary changed:

- [Lucid] dbg package symbols are not provided for latest autofs packages
+ build system strips binaries, so no debug symbol packages available

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

Title:
  build system strips binaries, so no debug symbol packages available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/924002/+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 928769] [NEW] nova-compute fails due to absence of policy.json

2012-02-08 Thread Alvaro Lopez
Public bug reported:

nova-compute needs the policy.json file, but it is not include in the 
nova-compute package:
TRACE: ConfigNotFound: Could not find config at /run/policy.json

I am using the Essex-3 packages of nova.

** Affects: nova (Ubuntu)
 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/928769

Title:
  nova-compute fails due to absence of policy.json

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/928769/+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 923699] Re: Compiling PHP 5 fails due to missing suhosin_patch.c

2012-02-08 Thread Hakan Küçükyılmaz
** Changed in: php5 (Ubuntu)
   Status: Incomplete = New

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

Title:
  Compiling PHP 5 fails due to missing suhosin_patch.c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/923699/+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 912352] Re: euca-allocate-address is not acepting any parameters

2012-02-08 Thread Dave Walker
euca-allocate-address shouldn't take values should it?

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

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

Title:
  euca-allocate-address is not acepting any parameters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/912352/+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 880339] Re: AppArmor profile needs update

2012-02-08 Thread Jürgen
Sorry Andres for forgetting to reply to #3, but no, I have only one
database on that PC, and that's Amarok's DB, in default location.  My
home PC sleeps right now apparently; if you still need it, please let me
know, and I'll send you my apparmor profile.

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

Title:
  AppArmor profile needs update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/880339/+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 928769] Re: nova-compute fails due to absence of policy.json

2012-02-08 Thread Chuck Short
Can you please supply the output of dpkg -l | grep nova please?

Thanks
chuck

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

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

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

Title:
  nova-compute fails due to absence of policy.json

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/928769/+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 928834] [NEW] nova-compute depends on qemu-kvm, even if kvm is not used

2012-02-08 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

If I install nova-compute-xen, the qemu-kvm package is installed from
the nova-compute dependencies.

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

-- 
nova-compute depends on qemu-kvm, even if kvm is not used
https://bugs.launchpad.net/bugs/928834
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to nova 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 928834] [NEW] nova-compute depends on qemu-kvm, even if kvm is not used

2012-02-08 Thread Alvaro Lopez
Public bug reported:

If I install nova-compute-xen, the qemu-kvm package is installed from
the nova-compute dependencies.

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

** Project changed: nova = ubuntu

** Package changed: ubuntu = nova (Ubuntu)

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

Title:
  nova-compute depends on qemu-kvm, even if kvm is not used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/928834/+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 928848] [NEW] nova-common installation triggers nova-manage db sync on compute node

2012-02-08 Thread Alvaro Lopez
Public bug reported:

I've installed nova-compute-xen on a compute node, and nova-common tries
to make a nova-manage db sync when the package is configured. This
results on a /var/lib/nova/nova.sqlite file.

$ sudo aptitude install python-software-properties
$ sudo add-apt-repository ppa:nova-core/milestone
$ sudo aptitude update
$ sudo  aptitude install nova-compute-xen
(...)
Configuring nova-common (2012.1~e3-0ubuntu0~ppa1~oneiric1) ...
Adding system user `nova' (UID 107) ...
Adding new user `nova' (UID 107) with group `nogroup' ...
Not creating home directory `/var/lib/nova'.
2012-02-08 15:40:59,488 DEBUG nova.utils [-] backend module 
'nova.db.sqlalchemy.migration' from 
'/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/migration.pyc' from 
(pid=17310) debug /usr/lib/python2.7/dist-packages/nova/log.py:175
2012-02-08 15:40:59,489 DEBUG migrate.versioning.util [-] Constructing 
engine from (pid=17310) debug /usr/lib/python2.7/dist-packages/nova/log.py:175
(...)

$ dpkg -l|grep nova
ii  nova-common 2012.1~e3-0ubuntu0~ppa1~oneiric1
OpenStack Compute - common files
ii  nova-compute2012.1~e3-0ubuntu0~ppa1~oneiric1
OpenStack Compute - compute node
ii  nova-compute-xen2012.1~e3-0ubuntu0~ppa1~oneiric1
OpenStack Compute - compute node (Xen)
ii  python-nova 2012.1~e3-0ubuntu0~ppa1~oneiric1
OpenStack Compute Python libraries
ii  python-novaclient   2012.1~e3-0ubuntu0~ppa1~oneiric1
client library for OpenStack Compute API

** Affects: nova (Ubuntu)
 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/928848

Title:
  nova-common installation triggers nova-manage db sync on compute node

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/928848/+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 928834] Re: nova-compute depends on qemu-kvm, even if kvm is not used

2012-02-08 Thread Scott Moser
This was by design, as a fix for bug 833530 (needs qemu-img)
We may be able to remove that dependency now that we have qemu-utils package.


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

** Changed in: nova (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  nova-compute depends on qemu-kvm, even if kvm is not used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/928834/+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 925511] Re: lxc init script should fail when it ... failed

2012-02-08 Thread Serge Hallyn
Thanks Ritesh and Simon, sounds like a great idea.

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

Title:
  lxc init script should fail when it ... failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/925511/+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 478932] Re: python-beautifulsoup should have some docs

2012-02-08 Thread Leonard Richardson
Tarballs for Beautiful Soup 4 now include Sphinx documentation. It's
also in the Bazaar repository.

** Changed in: beautifulsoup
   Status: New = Fix Released

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

Title:
  python-beautifulsoup should have some docs

To manage notifications about this bug go to:
https://bugs.launchpad.net/beautifulsoup/+bug/478932/+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 922232] Re: Volumes fail to attach without discovery using tgt

2012-02-08 Thread Brian Waldon
** Changed in: nova
Milestone: None = essex-4

** Changed in: nova
   Importance: Undecided = Medium

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

Title:
  Volumes fail to attach without discovery using tgt

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/922232/+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 898373] Re: fsck.ext3: Device or resource busy while trying to open /dev/xvda2

2012-02-08 Thread Scott Moser
** Description changed:

  I'm opening this against cloud-init, but I do not actually think that is 
valid.
  In an ec2 instance for test of alpha-1 images [1], we saw errors on boot like:
  
-   Loading, please wait...
-   [1342606.840604] udevd[81]: starting version 175
-   Begin: Loading essential drivers ... done.
-   Begin: Running /scripts/init-premount ... done.
-   Begin: Mounting root file system ... Begin: Running /scripts/local-top ... 
done.
-   Begin: Running /scripts/local-premount ... done.
-   [1342607.148903] EXT4-fs (xvda1): mounted filesystem with ordered data 
mode. Opts: (null)
-   Begin: Running /scripts/local-bottom ... done.
-   done.
-   Begin: Running /scripts/init-bottom ... done.
-   lxcmount stop/pre-start, process 178
-   fsck from util-linux 2.19.1
-   fsck from util-linux 2.19.1
-   fsck: fsck.swap: not found
-   fsck: Error 2 while executing fsck.swap for /dev/xvda3
-   fsck.ext3: Device or resource busy while trying to open /dev/xvda2
-   Filesystem mounted or opened exclusively by another program?
-   cloud-init start-local running: Wed, 30 Nov 2011 19:25:20 +. up 3.98 
seconds
-   no instance data found in start-local
+   Loading, please wait...
+   [1342606.840604] udevd[81]: starting version 175
+   Begin: Loading essential drivers ... done.
+   Begin: Running /scripts/init-premount ... done.
+   Begin: Mounting root file system ... Begin: Running /scripts/local-top ... 
done.
+   Begin: Running /scripts/local-premount ... done.
+   [1342607.148903] EXT4-fs (xvda1): mounted filesystem with ordered data 
mode. Opts: (null)
+   Begin: Running /scripts/local-bottom ... done.
+   done.
+   Begin: Running /scripts/init-bottom ... done.
+   lxcmount stop/pre-start, process 178
+   fsck from util-linux 2.19.1
+   fsck from util-linux 2.19.1
+   fsck: fsck.swap: not found
+   fsck: Error 2 while executing fsck.swap for /dev/xvda3
+   fsck.ext3: Device or resource busy while trying to open /dev/xvda2
+   Filesystem mounted or opened exclusively by another program?
+   cloud-init start-local running: Wed, 30 Nov 2011 19:25:20 +. up 3.98 
seconds
+   no instance data found in start-local
  
  The swap errors are due to bug 898365.
  The cloud-config given to the instance included:
-   mounts:
-- [ ephemeral0, /opt , auto, defaults,noexec ]
-- [ swap, null ]
+   mounts:
+    - [ ephemeral0, /opt , auto, defaults,noexec ]
+    - [ swap, null ]
  
  And given that bug, the /etc/fstab during this reboot probably had:
-   /dev/xvda2 /opt auto defaults,noexec,comment=cloudconfig 0 2
-   /dev/xvda3 None auto defaults,nobootwait,comment=cloudconfig 0 2
+   /dev/xvda2 /opt auto defaults,noexec,comment=cloudconfig 0 2
+   /dev/xvda3 None auto defaults,nobootwait,comment=cloudconfig 0 2
  
  The thing that confuses me, and the reason I do not think this is cloud-
  init's fault is that this happens prior to cloud-init start-local.  So,
  yes, there is a broken fstab, but not for /dev/xvda2.
  
  The errors listed above are on first reboot after cloud-init wrote those 
fstab entries, and then issued 'mount -a' from a upstart job 
(cloud-config.conf) launched at:
-start on (filesystem and started rsyslog)
+    start on (filesystem and started rsyslog)
  
  --
  [1] 
https://jenkins.qa.ubuntu.com/job/precise-server-ec2/ARCH=i386,REGION=us-west-1,STORAGE=instance-store,TEST=cloud-config,label=ubuntu-server-ec2-testing/1/artifact/None/i386/m1.small/instance-store/i-835a3dc4/uec2-2030-1920-5d6ee3bc489541-terminated.console.txt
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: cloud-init 0.6.2-0ubuntu1 [modified: 
usr/share/pyshared/cloudinit/CloudConfig/cc_mounts.py]
  ProcVersionSignature: User Name 3.2.0-2.5-virtual 3.2.0-rc3
  Uname: Linux 3.2.0-2-virtual i686
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  Date: Wed Nov 30 21:44:25 2011
  Ec2AMI: ami-a7cc07ce
  Ec2AMIManifest: 
ubuntu-us-east-1/images-testing/ubuntu-precise-daily-i386-server-2030.manifest.xml
  Ec2AvailabilityZone: us-east-1c
  Ec2InstanceType: m1.small
  Ec2Kernel: aki-805ea7e9
  Ec2Ramdisk: unavailable
  PackageArchitecture: all
  ProcEnviron:
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: cloud-init
  UpgradeStatus: No upgrade log present (probably fresh install)
+ 
+ 
+ Related bugs:
+  * bug 928990: fsck / dirty filesystem on instance is death

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

Title:
  fsck.ext3: Device or resource busy while trying to open /dev/xvda2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/898373/+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 928990] [NEW] fsck / dirty filesystem on instance is death

2012-02-08 Thread Scott Moser
Public bug reported:

As we saw in bug 898373, if a filesystem needs manual intervention for
an fsck, then boot completely stops.  mountall will wait indefinitely on
someone attending to this broken filesystem, and in a cloud (at least in
EC2) with no console access, that means the system will never boot.

I discussed this in #ubuntu-devel with slangasek at
http://irclogs.ubuntu.com/2012/02/02/%23ubuntu-devel.html#t16:54.

He suggested to mark disk 'noauto' or 'nobootwait', but that is not
really what someone would want to do.

The ideal fix in some sense would be to start an ssh daemon, and force
the user into a screen session where they could fix it.

To that, slangasek said:
  smoser: sure, either fixing /etc/init/mountall-shell.conf to support this, or 
diverting it in a cloud-specific job, seems reasonable there

Related bugs:
 * bug 898373 : fsck.ext3: Device or resource busy while trying to open 
/dev/xvda2

** Affects: cloud-init (Ubuntu)
 Importance: High
 Status: Triaged


** Tags: cloud-images ec2-images

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

Title:
  fsck / dirty filesystem on instance is death

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/928990/+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 928848] Re: nova-common installation triggers nova-manage db sync on compute node

2012-02-08 Thread Adam Gandelman
Hi Alvaro-

This is run in the post-installation step of the nova-common package,
which is installed with nova-compute-xen.  It is the expected behavior
and happens to help users who want to install all nova components on a
single node and have something ready to use out-of-the-box.  Note that
this command is only called when nova.conf's sql_connection points to a
local sqlite database (which it does with the default config).   If
you've installed a compute package on an isolated node, you've probably
also updated your config to point to a remote, shared database.  If that
is the case, and you've elected to keep your custom config file during
the next package installation/upgrade, the call to nova db sync is
skipped.

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

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

Title:
  nova-common installation triggers nova-manage db sync on compute node

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/928848/+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 701944] Re: snmpd postinst fails if user cannot be deleted

2012-02-08 Thread Steve Huff
** Branch linked: lp:~shuff/ubuntu/precise/net-snmp/fix-for-701944

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

Title:
  snmpd postinst fails if user cannot be deleted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/701944/+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 922232] Re: Volumes fail to attach without discovery using tgt

2012-02-08 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/3865
Committed: 
http://github.com/openstack/nova/commit/a933e3628ba8cc2fb985665a724799ee0a58aa16
Submitter: Jenkins
Branch:master

commit a933e3628ba8cc2fb985665a724799ee0a58aa16
Author: Vishvananda Ishaya vishvana...@gmail.com
Date:   Tue Feb 7 11:23:59 2012 -0800

Check return code instead of output for iscsiadm

 * iscsiadm returns 255 on no records
 * Refixes bug 922232

Change-Id: If177c3c79c6ad974c2bed0ad72a62e956af451e0


** Changed in: nova
   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/922232

Title:
  Volumes fail to attach without discovery using tgt

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/922232/+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-p-freeipa-tech-preview] FreeIPA Tech Preview

2012-02-08 Thread Timo Aaltonen
Blueprint changed by Timo Aaltonen:

Whiteboard changed:
  Rather fine-grained task list below. Uploading full 389ds stack is not
  necessary (hence status isn't BLOCKED), though not a whole lot of work
  after the prereqs are already done.
  
  Work items (precise-alpha-2):
  [tjaalton] package python-nss: DONE
  [tjaalton] upload python-nss: DONE
  [tjaalton] package python-krbv: DONE
  [tjaalton] upload python-krbv: DONE
  [tjaalton] package certmonger: DONE
  [tjaalton] upload certmonger: DONE
  [tjaalton] add gssapi delegation support for curl (merge from Debian): DONE
  [tjaalton] add gssapi delegation support for xmlrpc-c (patch from RHEL): DONE
  [tjaalton] package svrcore: DONE
  [tjaalton] upload svrcore: DONE
  [tjaalton] package libmozilla-ldap-perl: DONE
  [tjaalton] package 389-ds-base: DONE
  [tjaalton] test /usr/sbin/setup-ds: DONE
  [vorlon] Include ldif.h in libldap2-dev by updating openldap to =2.4.26: DONE
  [tjaalton] upload libmozilla-ldap-perl (needs new openldap): DONE
- [tjaalton] upload 389-ds-base (needs new openldap, svrcore, 
libmozilla-ldap-perl): TODO
  [tjaalton] package ldapjdk: DONE
  [tjaalton] upload ldapjdk: DONE
  [tjaalton] package jss: DONE
  [tjaalton] upload jss: DONE
  [tjaalton] package idm-console-framework: DONE
- [tjaalton] upload idm-console-framework (needs ldapjdk): TODO
  [tjaalton] package libapache2-mod-nss: DONE
- [tjaalton] upload libapache2-mod-nss: TODO
  [tjaalton] package tomcatjss: DONE
- [tjaalton] upload tomcatjss (needs jss): TODO
  [tjaalton] package osutil: DONE
  [tjaalton] upload osutil: DONE
  [tjaalton] package dogtag-pki-theme: DONE
+ [tjaalton] package pki-core: DONE
+ 
+ Work items (ubuntu-12.04-beta-1):
+ [tjaalton] upload 389-ds-base (needs new openldap, svrcore, 
libmozilla-ldap-perl): TODO
+ [tjaalton] upload idm-console-framework (needs ldapjdk): INPROGRESS
+ [tjaalton] upload libapache2-mod-nss: INPROGRESS
+ [tjaalton] upload tomcatjss (needs jss): INPROGRESS
  [tjaalton] upload dogtag-pki-theme: TODO
- [tjaalton] package pki-core: DONE
  [tjaalton] upload pki-core (needs ldapjdk, jss, osutil, tomcatjss): TODO
  [tjaalton] package slapi-nis, or drop NIS support from freeipa (if possible): 
TODO
  [tjaalton] upload slapi-nis: TODO
  [tjaalton] package freeipa: INPROGRESS
  [tjaalton] upload freeipa: BLOCKED
  [tjaalton] test /usr/sbin/ipa-client-install: INPROGRESS
  [tjaalton] test /usr/sbin/ipa-server-install: TODO
  
  Work items:
  [tjaalton] package 389-adminutil: DONE
  [tjaalton] package 389-admin: DONE
  [tjaalton] package 389-admin-console: DONE
  [tjaalton] package 389-ds meta package: INPROGRESS
- upload 389-adminutil: TODO
+ [tjaalton] upload 389-adminutil: INPROGRESS
  upload 389-admin (needs 389-adminutil, 389-ds-base, libapache2-mod-nss, 
libmozilla-ldap-perl): TODO
  upload 389-admin-console (needs jss, ldapjdk, idm-console-framework): TODO
  upload 389-ds: TODO

-- 
FreeIPA Tech Preview
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-freeipa-tech-preview

-- 
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 923179] Re: package bacula-common-mysql (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/bacula/libbaccats.la', which is also in package bacula-common 5.2.3-0ubuntu2

2012-02-08 Thread Scott Moser
*** This bug is a duplicate of bug 897303 ***
https://bugs.launchpad.net/bugs/897303

** This bug has been marked a duplicate of bug 897303
   bacula-common-mysql uninstallable due to conflicting files

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

Title:
  package bacula-common-mysql (not installed) failed to install/upgrade:
  trying to overwrite '/usr/lib/bacula/libbaccats.la', which is also in
  package bacula-common 5.2.3-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/923179/+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 897303] Re: bacula-common-mysql uninstallable due to conflicting files

2012-02-08 Thread Launchpad Bug Tracker
This bug was fixed in the package bacula - 5.2.3-0ubuntu3

---
bacula (5.2.3-0ubuntu3) precise; urgency=low

  * remove libbaccats* from bacula-common, which fixes
a depends-but-conflicts between bacula-common and
bacula-{mysql,pgsql,sqlite3} (LP: #897303)
 -- Scott Moser smo...@ubuntu.com   Wed, 08 Feb 2012 14:33:34 -0500

** Branch linked: lp:ubuntu/bacula

** Changed in: bacula (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  bacula-common-mysql uninstallable due to conflicting files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/897303/+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 897303] Re: bacula-common-mysql uninstallable due to conflicting files

2012-02-08 Thread Scott Moser
I've just uploaded a fix for this.
I've verified installation of the packages, but kept the version at 5.2.3.

I'd very much appreciate someone testing that the packages work (I have
no real experience with bacula).

If someone would like to request or tackle the merge to upstream 5.2.5,
then please open a bug (note, a local 'bzr merge-upstream' seemed to go
OK).

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

Title:
  bacula-common-mysql uninstallable due to conflicting files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/897303/+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 925513] Re: plymouth should not run in container

2012-02-08 Thread Steve Langasek
I'm having trouble sussing out the underlying principle here that
warrants special-casing plymouth in a container.  Plymouth is the
standard boot-time I/O multiplexer; any upstart jobs that need to
interact with the user at boot time should be using plymouth.  Now for
the most part, this currently consists of mountall and cryptsetup, and I
can understand how it might be that neither of those are relevant in the
context of a container.  But what about things like
/etc/init/failsafe.conf?  Or a hypothetical apache job that prompts for
an SSL passphrase through plymouth?

So it's not clear to me that disabling plymouth in the container is the
right answer, as opposed to fixing any problems plymouth has when
running.  Writing errors to the console seems to be part and parcel of
plymouth's responsibilities.

** Changed in: plymouth (Ubuntu)
   Status: Confirmed = 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/925513

Title:
  plymouth should not run in container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/925513/+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 869017] Re: Ubuntu server enables screenblanking, concealing crashdumps (DPMS is not used)

2012-02-08 Thread Bryce Harrington
** Package changed: xorg (Ubuntu) = xorg-server (Ubuntu)

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

Title:
  Ubuntu server enables screenblanking, concealing crashdumps (DPMS is
  not used)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/869017/+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 929086] [NEW] Missing depends: dnsmasq

2012-02-08 Thread LaMont Jones
Public bug reported:

Package fails to configure because of missing dnsmasq.  Either it needs
a Depends, or it needs to check before trying to run it.

lamont
--

dpkg --configure --pending
Setting up lxc (0.7.5-3ubuntu19) ...
 * Starting Linux Containers
 /etc/init.d/lxc: 71: /etc/init.d/lxc: 
dnsmasq: not found
 * Failed to set up LXC network
invoke-rc.d: initscript lxc, action start failed.
dpkg: error processing lxc (--configure):
 subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
 lxc

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

Title:
  Missing depends: dnsmasq

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/929086/+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 928848] Re: nova-common installation triggers nova-manage db sync on compute node

2012-02-08 Thread Alvaro Lopez
Good to know that this is was the expected bahaviour. For me it is OK,
since I'm in the situation that you point.

Regards,
Alvaro.

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

Title:
  nova-common installation triggers nova-manage db sync on compute node

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/928848/+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-p-freeipa-tech-preview] FreeIPA Tech Preview

2012-02-08 Thread Timo Aaltonen
Blueprint changed by Timo Aaltonen:

Whiteboard changed:
  Rather fine-grained task list below. Uploading full 389ds stack is not
  necessary (hence status isn't BLOCKED), though not a whole lot of work
  after the prereqs are already done.
  
  Work items (precise-alpha-2):
  [tjaalton] package python-nss: DONE
  [tjaalton] upload python-nss: DONE
  [tjaalton] package python-krbv: DONE
  [tjaalton] upload python-krbv: DONE
  [tjaalton] package certmonger: DONE
  [tjaalton] upload certmonger: DONE
  [tjaalton] add gssapi delegation support for curl (merge from Debian): DONE
  [tjaalton] add gssapi delegation support for xmlrpc-c (patch from RHEL): DONE
  [tjaalton] package svrcore: DONE
  [tjaalton] upload svrcore: DONE
  [tjaalton] package libmozilla-ldap-perl: DONE
  [tjaalton] package 389-ds-base: DONE
  [tjaalton] test /usr/sbin/setup-ds: DONE
  [vorlon] Include ldif.h in libldap2-dev by updating openldap to =2.4.26: DONE
  [tjaalton] upload libmozilla-ldap-perl (needs new openldap): DONE
  [tjaalton] package ldapjdk: DONE
  [tjaalton] upload ldapjdk: DONE
  [tjaalton] package jss: DONE
  [tjaalton] upload jss: DONE
  [tjaalton] package idm-console-framework: DONE
  [tjaalton] package libapache2-mod-nss: DONE
  [tjaalton] package tomcatjss: DONE
  [tjaalton] package osutil: DONE
  [tjaalton] upload osutil: DONE
  [tjaalton] package dogtag-pki-theme: DONE
  [tjaalton] package pki-core: DONE
+ [tjaalton] package 389-adminutil: DONE
+ [tjaalton] package 389-admin: DONE
+ [tjaalton] package 389-admin-console: DONE
+ [tjaalton] package 389-console: DONE
+ [tjaalton] package 389-ds-console: DONE
  
  Work items (ubuntu-12.04-beta-1):
  [tjaalton] upload 389-ds-base (needs new openldap, svrcore, 
libmozilla-ldap-perl): TODO
  [tjaalton] upload idm-console-framework (needs ldapjdk): INPROGRESS
  [tjaalton] upload libapache2-mod-nss: INPROGRESS
  [tjaalton] upload tomcatjss (needs jss): INPROGRESS
  [tjaalton] upload dogtag-pki-theme: TODO
  [tjaalton] upload pki-core (needs ldapjdk, jss, osutil, tomcatjss): TODO
  [tjaalton] package slapi-nis, or drop NIS support from freeipa (if possible): 
TODO
  [tjaalton] upload slapi-nis: TODO
  [tjaalton] package freeipa: INPROGRESS
  [tjaalton] upload freeipa: BLOCKED
  [tjaalton] test /usr/sbin/ipa-client-install: INPROGRESS
  [tjaalton] test /usr/sbin/ipa-server-install: TODO
  
  Work items:
- [tjaalton] package 389-adminutil: DONE
- [tjaalton] package 389-admin: DONE
- [tjaalton] package 389-admin-console: DONE
+ [tjaalton] package 389-dsgw: INPROGRESS
  [tjaalton] package 389-ds meta package: INPROGRESS
  [tjaalton] upload 389-adminutil: INPROGRESS
  upload 389-admin (needs 389-adminutil, 389-ds-base, libapache2-mod-nss, 
libmozilla-ldap-perl): TODO
  upload 389-admin-console (needs jss, ldapjdk, idm-console-framework): TODO
+ upload 389-console: TODO
+ upload 389-ds-console: TODO
+ upload 389-dsgw: TODO
  upload 389-ds: TODO

-- 
FreeIPA Tech Preview
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-freeipa-tech-preview

-- 
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-p-lxc] LXC development for Precise

2012-02-08 Thread Stéphane Graber
Blueprint changed by Stéphane Graber:

Whiteboard changed:
  Status: Started
  
  NOTE: (jdstrand) jjohansen's work items are being tracked as part ot
  security-p-apparmor-containers and I added a dependency of this bp to
  that one
  
  Work Items:
  [serge-hallyn] LXC init script to create default bridge if enabled in 
/etc/default/lxc: DONE
  [daniel-lezcano] Get patchset accepted into kernel so kernel can send reboot 
signal to container : INPROGRESS
  [serge-hallyn] Change userspace lxc to not need to watch utmp for reboot: DONE
  [serge-hallyn] queue ubuntu package delta for upstream on github: DONE
  [stgraber] Make sure we can build in a working LXC container for arm on x86 
(need new apt): DONE
  [stgraber] Allow mknod in the default Ubuntu template for precise: DONE
  [stgraber] modprobe should not work in a container ( check libvirt ): DONE
  [smoser] open bug for libvirt to check capsys-module, capmac*: TODO
  [stgraber] make mountall not mount certain things when inside a container: 
DONE
- [stgraber] Move lxc-is-container (as generic is-container) into upstart: 
INPROGRESS
- [stgraber] Move lxc consoles into upstart: INPROGRESS
+ [stgraber] Move lxc-is-container (as generic is-container) into upstart: DONE
+ [stgraber] Move lxc consoles into upstart: DONE
  [serge-hallyn] Add apparmor profile: DONE
  [serge-hallyn] When mount controls are in kernel, use them in apparmor 
profile: TODO
  [serge-hallyn] Add lxc section to the Ubuntu Server Guide: TODO
  
  [serge-hallyn] Keep pushing on the patchset for userns vfs patches:
  POSTPONED
  
  Questions/Comments:
  Would we be able to get some documentation of what we can expect (and not 
expect) from a security aspect this cycle soon?  -- Daviey
  See wiki.ubuntu.com/LxcSecurity.  Please let me know if more is needed.
  
  Thanks.

-- 
LXC development for Precise
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-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 908154] Re: PHP session garbage collection measured in minutes instead of seconds

2012-02-08 Thread Ondřej Surý
It's not really a bug in PHP5, but a feature in psmisc package before
22.15 (see related Debian bug).

You can pick new psmisc[*] from my PPA:
https://launchpad.net/~ondrej/+archive/php5 and report back here. (Be
aware to not install 5.3.10-1 unless you really want to.)

* - It was uploaded just now, so it will take some time to build
properly.

(Hint: You might want to backport fuser changes to old Ubuntu releases
if confirmed this helps instead of hacking php5 cron job.)

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

Title:
  PHP session garbage collection measured in minutes instead of seconds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/908154/+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 312493] Re: Not possible to run PHP in a multiuser and secure way

2012-02-08 Thread Ondřej Surý
php5-fpm (and others listed in my previous comment) pretty much solves
this bug.

** Changed in: php5 (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  Not possible to run PHP in a multiuser and secure way

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/312493/+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 869017] Re: Ubuntu server enables screenblanking, concealing crashdumps (DPMS is not used)

2012-02-08 Thread Colin Watson
We probably ought to handle this in either console-setup or kbd.  It has
nothing to do with X.

** Package changed: xorg-server (Ubuntu) = console-setup (Ubuntu)

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

Title:
  Ubuntu server enables screenblanking, concealing crashdumps (DPMS is
  not used)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/869017/+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 869017] Re: Ubuntu server enables screenblanking, concealing crashdumps (DPMS is not used)

2012-02-08 Thread Colin Watson
** Changed in: console-setup (Ubuntu)
   Status: New = Triaged

** Changed in: console-setup (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Ubuntu server enables screenblanking, concealing crashdumps (DPMS is
  not used)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/869017/+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 916065] Re: php5 sessionmanagement ignores values in custom ini files

2012-02-08 Thread Ondřej Surý
Slightly better patch now in debian git.

Scans all relevant SAPI's configurations and if not found (or php5 not
installed), it will scan /etc/php5/*/php.ini and /etc/php5/conf.d/*.ini

** Patch added: 
0001-Improve-maxlifetime-script-to-scan-for-more-SAPIs-an.patch
   
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/916065/+attachment/2725131/+files/0001-Improve-maxlifetime-script-to-scan-for-more-SAPIs-an.patch

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

Title:
  php5 sessionmanagement ignores values in custom ini files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/916065/+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 876387] Re: fuser forking uncontrollably in cron job

2012-02-08 Thread Ondřej Surý
Could you try installing psmisc (just psmisc, there's also latest php5)
from https://launchpad.net/~ondrej/+archive/php5? This should fix the
fork()ing of fuser.

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

Title:
  fuser forking uncontrollably in cron job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/876387/+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 423071] Re: PHP5 now depends on libapache2-mod-php5 even if lighttpd installed

2012-02-08 Thread Ondřej Surý
No problem in php5, seems like apt is chosing wrong packages.

** Package changed: php5 (Ubuntu) = apt (Ubuntu)

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

Title:
  PHP5 now depends on libapache2-mod-php5 even if lighttpd installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/423071/+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 929086] Re: Missing depends: dnsmasq

2012-02-08 Thread Serge Hallyn
Thanks for reporting this bug,

but I'm afraid it doesn't make sense to me.  dnsmasq-base is listed as a
Depends: for lxc.

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

Title:
  Missing depends: dnsmasq

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/929086/+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 794820] Re: package libapache2-mod-php5 5.3.2-1ubuntu4.9 failed to install/upgrade:, Curses lost keyboard; Command line distro upgrade - via Putty - SSH - Screen

2012-02-08 Thread Ondřej Surý
You just need to do:

sudo dpkg-reconfigure -plow debconf

It's not a bug in PHP5 package (it uses standard debconf interface), so
I am reassigning to debconf (where it could be probably closed as
workaround for broken terminals exists).

** Package changed: php5 (Ubuntu) = debconf (Ubuntu)

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

Title:
  package libapache2-mod-php5 5.3.2-1ubuntu4.9 failed to
  install/upgrade:, Curses lost keyboard; Command line distro upgrade -
  via Putty - SSH - Screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debconf/+bug/794820/+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 929086] Re: Missing depends: dnsmasq

2012-02-08 Thread LaMont Jones
It turns out that I had diverted dnsmasq in my hatred of it.  Not a
vaild bug.

** Changed in: lxc (Ubuntu)
   Status: New = 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/929086

Title:
  Missing depends: dnsmasq

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/929086/+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 897303] Re: bacula-common-mysql uninstallable due to conflicting files

2012-02-08 Thread masterclyde
The latest package installed
When attempting to start the bacula-director the following error is logged, and 
the service does not start.

08-Feb 18:59 bacula-dir JobId 0: Fatal error: Please replace this dummy 
libbaccats library with a proper one.
08-Feb 18:59 bacula-dir JobId 0: Fatal error: Could not open Catalog 
MyCatalog, database ;.
08-Feb 18:59 bacula-dir ERROR TERMINATION

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

Title:
  bacula-common-mysql uninstallable due to conflicting files

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