[Bug 1503418] Re: [SRU] [REGRESSION] launching byobu from unity uses the terminal icon rather than the application icon

2015-12-02 Thread Didier Roche
** Changed in: byobu (Ubuntu)
   Status: Fix Released => Triaged

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

Title:
  [SRU] [REGRESSION] launching byobu from unity uses the terminal icon
  rather than the application icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/bamf/+bug/1503418/+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 1503418] Re: [SRU] [REGRESSION] launching byobu from unity uses the terminal icon rather than the application icon

2015-12-02 Thread Didier Roche
Sorry, Dustin, I have to revert this change right now as all terminal-
based application having a correct match pre-xenial is now matched to
byobu (like weechat and such).

We have a wrapper for this kind of use case that you can use now (it's
working for a couple of cycle) due to the gnome-terminal-server change.

For instance, I have fr.didrocks.Terminals.weechat.desktop shipping:
Exec=gnome-terminal --app-id fr.didrocks.Terminals.weechat -e weechat-curses

I guess we can do something similar for byobu. I'm happy to give a hand
for any changes there.

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

Title:
  [SRU] [REGRESSION] launching byobu from unity uses the terminal icon
  rather than the application icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/bamf/+bug/1503418/+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 1519671] Re: Sync python-json-patch 1.19-3 (main) from Debian unstable (main)

2015-11-27 Thread Didier Roche
And synced, thanks!

** Changed in: python-json-patch (Ubuntu)
   Status: New => Fix Released

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

Title:
  Sync python-json-patch 1.19-3 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-json-patch/+bug/1519671/+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 1434300] Re: Merge exim4 4.84-8 (main) from Debian unstable (main)

2015-04-03 Thread Didier Roche
Excellent work Artur, all looks good and build fine.
Sponsoring :)

** Changed in: exim4 (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  Merge exim4 4.84-8 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/1434300/+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 1438520] Re: cloud-init on vivid upgrade causes sigterm, which aborts 'runcmd' execution

2015-04-02 Thread Didier Roche
I actually think it's easier than what it seems.

Your cloud-init.service dist-upgrade and stops when it's running cloud-init 
postinst. This is because the prerm and then postinst contaings default systemd 
instructions:
prerm:
deb-systemd-invoke stop cloud-final.service cloud-config.target 
cloud-config.service cloud-init-local.service cloud-init.service >/dev/null
-> stopping the service
postinst:
deb-systemd-invoke start cloud-final.service cloud-config.target 
cloud-config.service cloud-init-local.service cloud-init.service >/dev/null || 
true
-> restarting the service

This will restart the service if already running (or start on install).
I think you don't really want this.

Here is a patch to ensure we don't have that behavior. However, you
still have the old prerm in the previous version of the package, so you
need an upload/an image + another upload to test it I guess?

** Patch added: "dont_autostart_cloud-init.debdiff"
   
https://bugs.launchpad.net/cloud-init/+bug/1438520/+attachment/4364891/+files/dont_autostart_cloud-init.debdiff

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

Title:
  cloud-init on vivid upgrade causes sigterm, which aborts 'runcmd'
  execution

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1438520/+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 1435428] Re: vivid: systemd breaks qemu-nbd mounting

2015-03-25 Thread Didier Roche
@Jason: I have uploaded yesterday 219-4ubuntu10 which may fix your issue
(cherry-picking a race upstream), can you try to upgrade and tell me if
this fixes it for you?

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

Title:
  vivid: systemd breaks qemu-nbd mounting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1435428/+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 1434758] Re: mysqld: errno: 24 - Too many open files

2015-03-24 Thread Didier Roche
Hey postadelmaga: the file is in /lib/systemd/system/mysqld.service in
debian and ubuntu. Those services are shipped in the mysql package, so
closing the systemd tag (adding the tag though).

I looked at mysql upstream, and their service files doesn't let the
limit of files to opened up. Do you have a particular use case with a
very large database? I really vary on the idea we disable the limit
checks on mysql.

Also, did you look at other distros, did they change the limit as well
as distro-patch (it doesn't seem for me)? Maybe you can try opening an
upstream bug to engage the discussion?

** No longer affects: systemd (Ubuntu)

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

Title:
  mysqld: errno: 24 - Too many open files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1434758/+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 1422681] Re: split out upstart-sysv

2015-03-23 Thread Didier Roche
** Also affects: autopkgtest (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  split out upstart-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autopkgtest/+bug/1422681/+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 1422681] Re: split out upstart-sysv

2015-03-23 Thread Didier Roche
** Also affects: ubuntu-touch-meta (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  split out upstart-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/init-system-helpers/+bug/1422681/+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 1422681] Re: split out upstart-sysv

2015-03-23 Thread Didier Roche
** Also affects: init-system-helpers (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  split out upstart-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/init-system-helpers/+bug/1422681/+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 1427654] Re: FFE: switch system init to systemd [not touch] in 15.04

2015-03-19 Thread Didier Roche
As stated on the mailing list few months ago
(https://lists.ubuntu.com/archives/ubuntu-devel-
discuss/2014-December/015154.html), Ubuntu never offered a choice of
init system, and won't start doing that. systemd is mandatory to be the
supported ubuntu path. That's the reason why ubuntu-standard won't
depend on systemd|upstart.

Note that for some kernel reasons, the Touch image is still using
upstart, but that will change in the future.

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

Title:
  FFE: switch system init to systemd [not touch] in 15.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/init-system-helpers/+bug/1427654/+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 1424508] Re: upstartism in the maintainer script

2015-03-06 Thread Didier Roche
Seems there has been some uploads today on squid3, adapting the
changelog to it and sponsored, many thanks!

** Changed in: squid3 (Ubuntu)
   Status: New => Fix Committed

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

Title:
  upstartism in the maintainer script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1424508/+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 903752] Re: [MIR] sssd

2013-11-20 Thread Didier Roche
Ok, I tried to seed it again, and I was thinking the seed would grab samba4 
which is stuck in proposed, but it seems not:
  o samba4: libdcerpc-dev libdcerpc-server-dev libdcerpc-server0 libdcerpc0 
libgensec-dev libgensec0 libndr-dev libndr-standard-dev libndr-standard0 
libndr0 libparse-pidl-perl libregistry-dev libregistry0 
libsamba-credentials-dev libsamba-credentials0 libsamba-hostconfig-dev 
libsamba-hostconfig0 libsamba-policy-dev libsamba-policy0 libsamba-util-dev 
libsamba-util0 libsamdb-dev libsamdb0 libsmbclient-raw-dev libsmbclient-raw0 
libtorture-dev samba-dsdb-modules samba4-dev
[Reverse-Depends: Rescued from samba4, libdcerpc-server-dev, libdcerpc0, 
libgensec0, libndr-standard0, libndr0, libregistry-dev, libsamba-credentials0, 
libsamba-policy-dev, libsamba-policy0, libsmbclient-raw-dev, samba4-dev, 
sssd-ad]
[Reverse-Recommends: libsamdb0]
[Reverse-Build-Depends: sssd]

Can you just give a sign when the transition ends and then, I'll do the
third seeding (and hopefully working) seeding ;)

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

Title:
  [MIR] sssd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsemanage/+bug/903752/+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 903752] Re: [MIR] sssd

2013-11-19 Thread Didier Roche
1.11.1-1 drops the build-dep entirely or should I wait on 1.11.2-1?

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

Title:
  [MIR] sssd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsemanage/+bug/903752/+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 903752] Re: [MIR] sssd

2013-11-19 Thread Didier Roche
>From my yesterday trying to seed sssd, there are some components
mismatched:

  o samba4: libdcerpc-dev libdcerpc-server-dev libdcerpc-server0 libdcerpc0 
libgensec-dev libgensec0 libndr-dev libndr-standard-dev libndr-standard0 
libndr0 libparse-pidl-perl libregistry-dev libregistry0 
libsamba-credentials-dev libsamba-credentials0 libsamba-hostconfig-dev 
libsamba-hostconfig0 libsamba-policy-dev libsamba-policy0 libsamba-util-dev 
libsamba-util0 libsamdb-dev libsamdb0 libsmbclient-raw-dev libsmbclient-raw0 
libtorture-dev samba-dsdb-modules samba4-dev
[Reverse-Depends: Rescued from samba4, libdcerpc-server-dev, libdcerpc0, 
libgensec0, libndr-standard0, libndr0, libregistry-dev, libsamba-credentials0, 
libsamba-policy-dev, libsamba-policy0, libsmbclient-raw-dev, samba4-dev, 
sssd-ad]
[Reverse-Recommends: libsamdb0]
[Reverse-Build-Depends: sssd]

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

Title:
  [MIR] sssd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsemanage/+bug/903752/+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 903752] Re: [MIR] sssd

2013-11-18 Thread Didier Roche
Everything is green but samba4 (when I tried to seed it yesterday). Just
ping me once the MIR is approved and I'll handle it.

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

Title:
  [MIR] sssd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsemanage/+bug/903752/+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 903752] Re: [MIR] sssd

2013-11-15 Thread Didier Roche
@Timo: something needs to "pin" sssd in main. So either seeding it in
the supported seed or installed by default. It seems you want the first
one, right?

Just waiting on djing-libs to be fixed/acked and if you agree with
seeding that one to the support seed, I'll promote/do it.

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

Title:
  [MIR] sssd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsemanage/+bug/903752/+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 903752] Re: [MIR] sssd

2013-11-14 Thread Didier Roche
ok, forget about:
 * libdhash-dev binary and source package is in universe
 * libcollection-dev binary and source package is in universe
 * libini-config-dev binary and source package is in universe

they are all from djing-libs (not obvious from the name) ;)

However, there are still the 2 (now easy then) questions:
* libpam-dev does not exist (pure virtual?)
* what is going to pull it in main?

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

Title:
  [MIR] sssd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsemanage/+bug/903752/+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 903752] Re: [MIR] sssd

2013-11-14 Thread Didier Roche
Hum, I just ran check-mir on sssd and it seems quite some build-deps are
still not in main with the latest release, Timo can you have look
please?

 * libpam-dev does not exist (pure virtual?)
 * libdhash-dev binary and source package is in universe
 * libcollection-dev binary and source package is in universe
 * libini-config-dev binary and source package is in universe

 * libsasl2-modules-ldap is in universe, but its source cyrus-sasl2 is already 
in main; file an ubuntu-archive bug for promoting the current preferred 
alternative
-> I don't think that one will be an issue
 * libpam-pwquality is in universe, but its source libpwquality is already in 
main; file an ubuntu-archive bug for promoting the current preferred alternative
-> same, shouldn't be an issue (as per your other request)


Also, what is going to pull sssd to main, will it be directly seeded?
Thanks! Feel free to just reassign the MIR to me directly once you answered 
those questions

** Changed in: sssd (Ubuntu)
 Assignee: (unassigned) => Timo Aaltonen (tjaalton)

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

Title:
  [MIR] sssd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsemanage/+bug/903752/+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 1190006] Re: Sync cliff-tablib 1.0-2 (main) from Debian unstable (main)

2013-06-12 Thread Didier Roche
This bug was fixed in the package cliff-tablib - 1.0-2

---
cliff-tablib (1.0-2) unstable; urgency=low

  * Uploading to unstable.

 -- Thomas Goirand   Fri, 17 May 2013 15:01:41 +

cliff-tablib (1.0-1) experimental; urgency=low

  * Initial release (Closes: #699594).

 -- Thomas Goirand   Sat, 02 Feb 2013 13:42:51 +0800

** Changed in: cliff-tablib (Ubuntu)
   Status: New => Fix Released

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

Title:
  Sync cliff-tablib 1.0-2 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cliff-tablib/+bug/1190006/+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 1190019] Re: Sync python-tablib 0.9.11-2 (main) from Debian unstable (main)

2013-06-12 Thread Didier Roche
This bug was fixed in the package python-tablib - 0.9.11-2

---
python-tablib (0.9.11-2) unstable; urgency=low

  * Uploading to unstable.

 -- Thomas Goirand   Sun, 12 May 2013 12:20:36 +

python-tablib (0.9.11-1) experimental; urgency=low

  * Initial release (Closes: #699592).

 -- Thomas Goirand   Sat, 02 Feb 2013 13:50:24 +0800

** Changed in: python-tablib (Ubuntu)
   Status: New => Fix Released

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

Title:
  Sync python-tablib 0.9.11-2 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-tablib/+bug/1190019/+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 1182493] Re: Log scripts (pre-mount, post-mount) output to logfile

2013-05-27 Thread Didier Roche
*** This bug is a duplicate of bug 1182085 ***
https://bugs.launchpad.net/bugs/1182085

ok, that's fine to me if it's going to be documented (hence the duplicate ;))
right now, I'm doing an exec with the redirect and it's working fine.

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

Title:
  Log scripts (pre-mount, post-mount) output to logfile

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1182493/+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 1182493] Re: Log scripts (pre-mount, post-mount) output to logfile

2013-05-23 Thread Didier Roche
*** This bug is a duplicate of bug 1182085 ***
https://bugs.launchpad.net/bugs/1182085

are you sure it's a duplicate?

I tried lxc.loglevel = 1, and I do get the script output:
  lxc-start 1369324274.003 INFO lxc_conf - Executing script 
'/var/lib/lxc/foo/scripts/pre-mount.sh' for container 'foo', config section 
'lxc'
  lxc-start 1369324274.268 DEBUGlxc_conf - script output: The user 
`ubuntu' is already a member of `video'.

  lxc-start 1369324274.606 DEBUGlxc_conf - script output:
Generating locales...


But not stderr (the -x is set in the pre-mount script)

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

Title:
  Log scripts (pre-mount, post-mount) output to logfile

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1182493/+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 1182498] Re: no log with the python bindings (when started in daemon mode?)

2013-05-23 Thread Didier Roche
*** This bug is a duplicate of bug 1181136 ***
https://bugs.launchpad.net/bugs/1181136

sorry, no I meant that it's failing to get logs the content from stderr
or stdout (and so, we don't see the logs if something failed), as per
the duplicate :)

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

Title:
  no log with the python bindings (when started in daemon mode?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1182498/+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 1182498] Re: no log with the python bindings (when started in daemon mode?)

2013-05-21 Thread Didier Roche
*** This bug is a duplicate of bug 1181136 ***
https://bugs.launchpad.net/bugs/1181136

did you try with the python bindings (hence why I duplicated it to the
other bug report)?

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

Title:
  no log with the python bindings (when started in daemon mode?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1182498/+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 1182498] Re: no log with the python bindings (when started in daemon mode?)

2013-05-21 Thread Didier Roche
*** This bug is a duplicate of bug 1181136 ***
https://bugs.launchpad.net/bugs/1181136

** This bug has been marked a duplicate of bug 1181136
   Empty log file when a container is started with the API

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

Title:
  no log with the python bindings (when started in daemon mode?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1182498/+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 1181136] Re: Empty log file when a container is started with the API

2013-05-21 Thread Didier Roche
I tried multiple things:
c.set_config_item("lxc.loglevel", "1")
c.set_config_item("lxc.loglevel", "9")
c.set_config_item("lxc.loglevel", "debug")

And I always get:
lxc: invalid log priority 9

Without those, setting in the lxc config:
lxc.logfile = /tmp/foo
lxc.loglevel = debug

it creates an empty /tmp/foo file, but no content at all, even if it
errored out.

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

Title:
  Empty log file when a container is started with the API

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1181136/+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 1182498] [NEW] no log with the python bindings (when started in daemon mode?)

2013-05-21 Thread Didier Roche
Public bug reported:

No log at all are written, even with:
lxc.loglevel = debug
lxc.logfile = /tmp/foo

the file is created, but remains empty.

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

Title:
  no log with the python bindings (when started in daemon mode?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1182498/+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 1182493] [NEW] Log scripts (pre-mount, post-mount) output to logfile

2013-05-21 Thread Didier Roche
Public bug reported:

1. set lxc.logfile = /tmp/foo
2. use set -x on any pre-mount… or equivalent scripts
3. try to use echo or anything else in the script
4. run lxc-start

see that nothing from those scripts (nor stderr, nor stdout) are logged
into those files. This makes it particularly difficult when you are
running the python bindings to see if a script is failing and why (not
log at all until you run lxc-start by hand).

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

Title:
  Log scripts (pre-mount, post-mount) output to logfile

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1182493/+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 1057111] Re: Sync tomcat6 6.0.35-5 (universe) from Debian unstable (main)

2012-09-28 Thread Didier Roche
** Changed in: tomcat6 (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Sync tomcat6 6.0.35-5 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/1057111/+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 1045845] Re: 12.10 guest crash on login when using 12.04 qemu-kvm with cirrus driver

2012-09-17 Thread Didier Roche
Leaving it to the rls-q-incoming bug as the task quantal task was added
and then deleted by error, and can't add a quantal task again (bug
#1051918)

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

Title:
  12.10 guest crash on login when using 12.04 qemu-kvm with cirrus
  driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1045845/+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 1045845] Re: 12.10 guest crash on login when using 12.04 qemu-kvm with cirrus driver

2012-09-17 Thread Didier Roche
Bryce, I've assigned that one to you, please punce back if you think
it's not fixable for quantal

** Changed in: xorg-server (Ubuntu)
   Importance: High => Medium

** Changed in: xorg-server (Ubuntu)
 Assignee: (unassigned) => Bryce Harrington (bryce)

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

Title:
  12.10 guest crash on login when using 12.04 qemu-kvm with cirrus
  driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1045845/+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 1017978] Re: [MIR] libfcgi, ceph (radosgw)

2012-09-12 Thread Didier Roche
radosgw 0.48.1-0ubuntu2 in quantal amd64: universe/admin/optional -> main
radosgw 0.48.1-0ubuntu1 in quantal armel: universe/admin/optional -> main
radosgw 0.48.1-0ubuntu1 in quantal armhf: universe/admin/optional -> main
radosgw 0.48.1-0ubuntu2 in quantal i386: universe/admin/optional -> main
radosgw 0.48.1-0ubuntu1 in quantal powerpc: universe/admin/optional -> main
python-ceph 0.48.1-0ubuntu2 in quantal amd64: universe/python/optional -> main
python-ceph 0.48.1-0ubuntu1 in quantal armel: universe/python/optional -> main
python-ceph 0.48.1-0ubuntu1 in quantal armhf: universe/python/optional -> main
python-ceph 0.48.1-0ubuntu2 in quantal i386: universe/python/optional -> main
python-ceph 0.48.1-0ubuntu1 in quantal powerpc: universe/python/optional -> main
Override [y|N]? y


** Changed in: ceph (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  [MIR] libfcgi, ceph (radosgw)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1017978/+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 1017978] Re: [MIR] libfcgi, ceph (radosgw)

2012-09-12 Thread Didier Roche
@James: yeah, I looked at the upload :) Thanks for the quick answer and
fix!

** Changed in: ceph (Ubuntu)
   Status: New => Fix Committed

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

Title:
  [MIR] libfcgi, ceph (radosgw)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1017978/+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 1017978] Re: [MIR] libfcgi, ceph (radosgw)

2012-09-12 Thread Didier Roche
Ok, it mostly looks good here. Here are a small feedback on the packaging 
itself:
I don't understand the manual ldconfig call in librados2.post{inst,rm}. It 
should be added automatically isn't it (didn't see anything in changelog or 
README explaining it)? then, that will enable us to remove the 2 files as the 
rest is just DEBHELPER call.


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

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

Title:
  [MIR] libfcgi, ceph (radosgw)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1017978/+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 1017978] Re: [MIR] libfcgi, ceph (radosgw)

2012-09-11 Thread Didier Roche
Please complete the xml2 content so that I can review ceph (and why we
need another xml library in main)

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

Title:
  [MIR] libfcgi, ceph (radosgw)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1017978/+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 1017978] Re: [MIR] libfcgi, ceph (radosgw)

2012-07-20 Thread Didier Roche
Thanks for the precision :)

Ok, the packaging mostly seems good, I would though require that the .la files 
are either removed or emptied to not create additional issues for people 
installed the -dev package:
E: libfcgi-dev: non-empty-dependency_libs-in-la-file usr/lib/libfcgi++.la
E: libfcgi-dev: non-empty-dependency_libs-in-la-file usr/lib/libfcgi.la

In addition to that as I'm quite unconfortable with all cgi code, I
would like the security team do a quick code review.

Once both are done and OK, +1 from me (reassign me so that I promote the
package)

** Changed in: libfcgi (Ubuntu)
 Assignee: Didier Roche (didrocks) => Ubuntu Security Team (ubuntu-security)

** Changed in: ceph (Ubuntu)
 Assignee: Didier Roche (didrocks) => (unassigned)

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

Title:
  [MIR] libfcgi, ceph (radosgw)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1017978/+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 903752] Re: [MIR] sssd

2012-07-19 Thread Didier Roche
Ok, finally having the time to look at it, here is my feedback:
- apparmor profile will greatly be appreciated (if not done already),
- dropping semanage buil-dep and using --without-semanage would be appreciated 
seeing the implication of it and the new build-dep it introduces having 
compiler warnings.
- for the remaining build-dep (as the tevent discussion was sorted), I would 
appreciated pointers to MIR bugs (with the full rationale, build-dep check, 
quality package check) for the 3 others introduced build-dep in main:
* ding-libs (libcollection-dev, libini-config-dev, libdhash-dev)
* tevent (libtevent-dev)
* ldb (libldb-dev)

Please, reassign to me once done :)

** Changed in: ding-libs (Ubuntu)
 Assignee: Didier Roche (didrocks) => (unassigned)

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

Title:
  [MIR] sssd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ding-libs/+bug/903752/+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 1017978] Re: [MIR] libfcgi, ceph (radosgw)

2012-07-19 Thread Didier Roche
I agree with Clint, please feel free to grab more information from
upstream and reassign it  back to me once you will have more information
about their involvement in maintaining it.

** Changed in: ceph (Ubuntu)
 Assignee: Didier Roche (didrocks) => (unassigned)

** Changed in: libfcgi (Ubuntu)
 Assignee: Didier Roche (didrocks) => (unassigned)

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

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

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

Title:
  [MIR] libfcgi, ceph (radosgw)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1017978/+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 1021528] Re: [MIR] python-setuptools-git

2012-07-06 Thread Didier Roche
$ ./change-override -c main -S python-setuptools-git
Override component to main
python-setuptools-git 0.4.2-0ubuntu3 in quantal: universe/python -> main
python-setuptools-git 0.4.2-0ubuntu3 in quantal amd64: universe/python/optional 
-> main
python-setuptools-git 0.4.2-0ubuntu3 in quantal armel: universe/python/optional 
-> main
python-setuptools-git 0.4.2-0ubuntu3 in quantal armhf: universe/python/optional 
-> main
python-setuptools-git 0.4.2-0ubuntu3 in quantal i386: universe/python/optional 
-> main
python-setuptools-git 0.4.2-0ubuntu3 in quantal powerpc: 
universe/python/optional -> main
Override [y|N]? y
6 publications overridden.


** Changed in: python-setuptools-git (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  [MIR] python-setuptools-git

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-setuptools-git/+bug/1021528/+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 : "ThierryCarrez"
> à : 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 999996] Re: package mcollective 1.2.1+dfsg-2ubuntu1 failed to install/upgrade: mcollective triggers failed when installing mcollective-plugins

2012-05-30 Thread Didier Roche
Thanks a lot for your work here. Sponsored in both quantal and precise
for the SRU. Excellent work :)

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

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

Title:
  package mcollective 1.2.1+dfsg-2ubuntu1 failed to install/upgrade:
  mcollective triggers failed when installing mcollective-plugins

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mcollective/+bug/96/+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 795089] Re: [MIR] python-xattr

2011-07-27 Thread Didier Roche
2011-07-27 17:08:12 INFOOverride Component to: 'main'
2011-07-27 17:08:12 INFO'python-xattr - 0.6-1ubuntu2/universe/python' 
source overridden
2011-07-27 17:08:12 INFO
'python-xattr-0.6-1ubuntu2/universe/python/OPTIONAL' binary overridden in 
oneiric/amd64
2011-07-27 17:08:12 INFO
'python-xattr-0.6-1ubuntu2/universe/python/OPTIONAL' binary overridden in 
oneiric/armel
2011-07-27 17:08:12 INFO
'python-xattr-0.6-1ubuntu2/universe/python/OPTIONAL' binary overridden in 
oneiric/i386
2011-07-27 17:08:12 INFO
'python-xattr-0.6-1ubuntu2/universe/python/OPTIONAL' binary overridden in 
oneiric/powerpc
Confirm this transaction? [yes, no] yes
2011-07-27 17:08:21 INFOTransaction committed.


** Changed in: python-xattr (Ubuntu)
   Status: Fix Committed => Fix Released

** Changed in: python-xattr (Ubuntu)
 Assignee: Chuck Short (zulcss) => Didier Roche (didrocks)

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

Title:
  [MIR] python-xattr

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-xattr/+bug/795089/+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 716097] Sync bind9 1:9.7.2.dfsg.P3-1.1 (main) from Debian sid (main)

2011-02-10 Thread Didier Roche
2011-02-10 08:54:26 INFObind9_9.7.2.dfsg.P3.orig.tar.gz: already in distro 
- downloading from librarian
[Updating] bind9 (1:9.7.2.dfsg.P3-1 [Ubuntu] < 1:9.7.2.dfsg.P3-1.1 [Debian])
 * Trying to add bind9...
2011-02-10 08:54:26 INFO  - http://ftp.debian.org/debian/>
2011-02-10 08:54:27 INFO  - 
2011-02-10 08:54:27 INFO  - http://ftp.debian.org/debian/>
I: bind9 [main] -> bind9_1:9.7.2.dfsg.P3-1 [main].
I: bind9 [main] -> bind9utils_1:9.7.2.dfsg.P3-1 [main].
I: bind9 [main] -> bind9-doc_1:9.7.2.dfsg.P3-1 [main].
I: bind9 [main] -> host_1:9.7.2.dfsg.P3-1 [universe].
I: bind9 [main] -> bind9-host_1:9.7.2.dfsg.P3-1 [main].
I: bind9 [main] -> libbind-dev_1:9.7.2.dfsg.P3-1 [main].
I: bind9 [main] -> libbind9-60_1:9.7.2.dfsg.P3-1 [main].
I: bind9 [main] -> libdns69_1:9.7.2.dfsg.P3-1 [main].
I: bind9 [main] -> libisc62_1:9.7.2.dfsg.P3-1 [main].
I: bind9 [main] -> liblwres60_1:9.7.2.dfsg.P3-1 [main].
I: bind9 [main] -> libisccc60_1:9.7.2.dfsg.P3-1 [main].
I: bind9 [main] -> libisccfg62_1:9.7.2.dfsg.P3-1 [main].
I: bind9 [main] -> dnsutils_1:9.7.2.dfsg.P3-1 [main].
I: bind9 [main] -> lwresd_1:9.7.2.dfsg.P3-1 [universe].


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

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

Title:
  Sync bind9 1:9.7.2.dfsg.P3-1.1 (main) from Debian sid (main)

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


[Bug 716099] Sync quota 4.00~pre1-7 (main) from Debian sid (main)

2011-02-10 Thread Didier Roche
2011-02-10 08:54:56 INFOquota_4.00~pre1.orig.tar.gz: already in distro - 
downloading from librarian
[Updating] quota (4.00~pre1-6 [Ubuntu] < 4.00~pre1-7 [Debian])
 * Trying to add quota...
2011-02-10 08:54:56 INFO  - http://ftp.debian.org/debian/>
2011-02-10 08:54:56 INFO  - 
2011-02-10 08:54:56 INFO  - http://ftp.debian.org/debian/>
I: quota [main] -> quota_4.00~pre1-6 [main].


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

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

Title:
  Sync quota 4.00~pre1-7 (main) from Debian sid (main)

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


[Bug 716099] Re: Sync quota 4.00~pre1-7 (main) from Debian sid (main)

2011-02-10 Thread Didier Roche
ack

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

Title:
  Sync quota 4.00~pre1-7 (main) from Debian sid (main)

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


[Bug 716097] Re: Sync bind9 1:9.7.2.dfsg.P3-1.1 (main) from Debian sid (main)

2011-02-10 Thread Didier Roche
ack

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

Title:
  Sync bind9 1:9.7.2.dfsg.P3-1.1 (main) from Debian sid (main)

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


[Bug 716097] Re: Sync bind9 1:9.7.2.dfsg.P3-1.1 (main) from Debian sid (main)

2011-02-10 Thread Didier Roche
** Changed in: bind9 (Ubuntu)
   Status: New => Triaged

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

Title:
  Sync bind9 1:9.7.2.dfsg.P3-1.1 (main) from Debian sid (main)

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


[Bug 716099] Re: Sync quota 4.00~pre1-7 (main) from Debian sid (main)

2011-02-10 Thread Didier Roche
** Changed in: quota (Ubuntu)
   Status: New => Triaged

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

Title:
  Sync quota 4.00~pre1-7 (main) from Debian sid (main)

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


[Bug 242309] Re: expire-log-days typo error

2008-09-01 Thread Didier Roche
Is already fixed in mysql-dfsg-5.0_5.0.67-0ubuntu5.

>From the changelog, last notification of expire-log-days is 5.0.18-8.
First notification of expire_log_days is 5.0.24a-9.
No trace of the change in the changelog, otherwise.

** Changed in: mysql-dfsg-5.0 (Ubuntu)
 Assignee: Didier Roche (didrocks) => (unassigned)
   Status: Confirmed => Fix Released

-- 
expire-log-days typo error
https://bugs.launchpad.net/bugs/242309
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 261884] Re: Add UFW profile integration with OpenSSH

2008-08-27 Thread Didier Roche
  * add ufw integration (see
https://wiki.ubuntu.com/UbuntuFirewall#Integrating%20UFW%20with%20Packages)
(LP: #261884)
- debian/control: suggest ufw for openssh-server
- add openssh-server.ufw.profile with one profile and install it to
  /etc/ufw/applications.d/openssh-server
- openssh-server.postinst: add OpenSSH rules as default
- openssh-server.postrm: remove the profile on --purge

** Attachment added: "openssh_5.1p1-1ubuntu2.debdiff"
   http://launchpadlibrarian.net/17119288/openssh_5.1p1-1ubuntu2.debdiff

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

-- 
Add UFW profile integration with OpenSSH
https://bugs.launchpad.net/bugs/261884
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 261884] [NEW] Add UFW profile integration with OpenSSH

2008-08-27 Thread Didier Roche
Public bug reported:

Ubuntu FireWall have now some features to integrate profiles from
different application. Instead of knowing the ports on which xxx service
is running, the administrator have different profiles and can create
some rules on the profile instead of updating the targeted port.

For that, we need to add some files to /etc/ufw/applications.d/ and add
automatically a rule to this profile regarding the ufw current policy.

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

-- 
Add UFW profile integration with OpenSSH
https://bugs.launchpad.net/bugs/261884
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 261198] Re: Add UFW profile integration with apache2

2008-08-26 Thread Didier Roche
Comment from mathiaz:
[18:39]  nxvl: as of intrepid, apache2 comes with ssl ootb
[18:40]  nxvl: apache2 depends on ssl-cert and uses the snake-oil-cert 
 IIRC

So, make Apache Full profile as default.

  * add ufw integration (see
https://wiki.ubuntu.com/UbuntuFirewall#Integrating%20UFW%20with%20Packages)
(LP: #261198)
- debian/control: suggest ufw for apache2.2-common
- add apache2.2-common.ufw.profile with 3 profiles and install it to
  /etc/ufw/applications.d/apache2.2-common
- apache2.2-common.postinst: add "Apache Full" rules as default as apache2
  now depends on ssl-cert and uses the snake-oil-cert
- apache2.2-common.postrm: remove the profile on --purge

** Attachment removed: "apache2_2.2.9-3ubuntu2.debdiff"

   http://launchpadlibrarian.net/17069237/apache2_2.2.9-3ubuntu2.debdiff

** Attachment added: "apache2_2.2.9-3ubuntu2.debdiff"
   http://launchpadlibrarian.net/17094068/apache2_2.2.9-3ubuntu2.debdiff

-- 
Add UFW profile integration with apache2
https://bugs.launchpad.net/bugs/261198
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 242309] Re: expire-log-days typo error

2008-08-26 Thread Didier Roche
** Changed in: mysql-dfsg-5.0 (Ubuntu)
 Assignee: (unassigned) => Didier Roche (didrocks)
   Status: New => Confirmed

-- 
expire-log-days typo error
https://bugs.launchpad.net/bugs/242309
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 261198] Re: Add UFW profile integration with apache2

2008-08-25 Thread Didier Roche
New version as kees uploaded one version during this time.

  * add ufw integration (see
https://wiki.ubuntu.com/UbuntuFirewall#Integrating%20UFW%20with%20Packages)
(LP: #261198)
- debian/control: suggest ufw for apache2.2-common
- add apache2.2-common.ufw.profile with 3 profiles and install it to
  /etc/ufw/applications.d/apache2.2-common
- apache2.2-common.postinst: add Apache rules as default
- apache2.2-common.postrm: remove the profile on --purge

** Attachment added: "apache2_2.2.9-3ubuntu2.debdiff"
   http://launchpadlibrarian.net/17069237/apache2_2.2.9-3ubuntu2.debdiff

-- 
Add UFW profile integration with apache2
https://bugs.launchpad.net/bugs/261198
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 261198] Re: Add UFW profile integration with apache2

2008-08-25 Thread Didier Roche
** Attachment removed: "apache2_2.2.9-3ubuntu1.debdiff"

   http://launchpadlibrarian.net/17067020/apache2_2.2.9-3ubuntu1.debdiff

-- 
Add UFW profile integration with apache2
https://bugs.launchpad.net/bugs/261198
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 261198] Re: Add UFW profile integration with apache2

2008-08-25 Thread Didier Roche
Here is the debdiff file implementing those changes.
As apache2 only uses http (port 80) by default, only the Apache profile is 
added by default.

More information on
https://wiki.ubuntu.com/DidierRoche/MOTU/bugsaction#Add%20ufw%20rules%20to%20apache.%20Bug%20#261198

** Attachment added: "apache2_2.2.9-3ubuntu1.debdiff"
   http://launchpadlibrarian.net/17067020/apache2_2.2.9-3ubuntu1.debdiff

** Changed in: apache2 (Ubuntu)
 Assignee: Didier Roche (didrocks) => (unassigned)

-- 
Add UFW profile integration with apache2
https://bugs.launchpad.net/bugs/261198
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 261198] [NEW] Add UFW profile integration with apache2

2008-08-25 Thread Didier Roche
Public bug reported:

Ubuntu FireWall have now some features to integrate profiles from
different application. Instead of knowing the ports on which xxx service
is running, the administrator have different profiles and can create
some rules on the profile instead of updating the targeted port.

For that, we need to add some files to /etc/ufw/applications.d/ and add
automatically a rule to this profile regarding the ufw current policy.

** Affects: apache2 (Ubuntu)
 Importance: Undecided
 Assignee: Didier Roche (didrocks)
 Status: Confirmed

** Changed in: apache2 (Ubuntu)
 Assignee: (unassigned) => Didier Roche (didrocks)
   Status: New => Confirmed

-- 
Add UFW profile integration with apache2
https://bugs.launchpad.net/bugs/261198
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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