[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-25 Thread Andreas Braun
I tried the fixed package in comment 60. Unfortunately, the fix did not
completely resolve the problems I had with my Corosync/Pacemaker
cluster.

I also noticed, that I had problems with the new global_common.conf parameters, 
that is being installed with drbd-utils 8.4.3:
# service drbd start
 * Starting DRBD resources  

 
drbd.d/global_common.conf:47: Parse error: 'an option keyword' expected,
but got 'resync-rate'

So then I restored the old global_common.conf again. Now I could start DRBD 
services manually, but the cluster still did not work:
Apr 25 08:37:32 www6a lrmd: [1183]: info: RA output: (p_drbd_r0:0:start:stderr) 
drbdadm: Unknown command 'syncer'

I can't really say what the problem is, but it seems the service scripts
use drbd-utils version 8.3 and the cluster uses drbd-utils 8.4 or
something like that. Any ideas?

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

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+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 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-25 Thread Stefan Bader
Well yes, there are already plenty of hints in this thread. The problem is that 
while having a config option to enable those compat binaries, those do not seem 
to be very well tested. I am working on it but its a bit of a mess. I think I 
got the ra script in a state now where it seems to work in the normal case but 
trying to use migrate from LCMC ended in a split-brain state.
Also LCMC seems to decide whether it allows to set up a drbd mirror based on 
some magic I have not yet figured out. So that gets deactivated as soon as one 
side installs the new package.

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

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+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 1304167] Re: syntax error, trusty beta-2 cloud image

2014-04-25 Thread Anders Kaseorg
libvirt 1.2.2-0ubuntu13.1 fixes the apparmor dependency and otherwise
works for me.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  syntax error, trusty beta-2 cloud image

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1304167/+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 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-25 Thread Stefan Bader
Updated http://people.canonical.com/~smb/lp1185756/ with packages that
seem to fix normal corosync startup at least. Still not perfect. Migrate
through the LCMC gui might still be a problem. I need to look into that
next. Also if someone knows from the top of their head what the LCMC gui
does to decide whether on can create a new drbd mirror on top of an
existing volume, please let me know. That gets disabled when one side
runs the new package and I can figure out why.

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

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+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 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-25 Thread Stefan Bader
** Patch added: "Debdiff for rc2 level."
   
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+attachment/4096314/+files/drbdsetup-fix.debdiff

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

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+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 1024475] Re: libnss-ldap causes boot hang on Ubuntu 12.04 Precise

2014-04-25 Thread Jcat-l
This is still an issue on 14.04 LTS.

This was fixed ages ago with this change:

libnss-ldap (251-5.2) unstable; urgency=high

  * Change the init script policy. Instead of stopping libnss-ldap.init on
clean shutdown (touching a file) and starting it after networking (rm-ing
it), we touch the file in /lib/init/rw as soon as possible (right before
udev is started, touching a file) and stop it after initial system bootup.
This fixes both issues with /var being on a separate partition, and
unclean shutdown where the file would not be created. (To make sure we
don't get similar problems during shutdown, we create it in runlevels 0
and 6 as before, but we don't assume it's still there when we boot, since
it's on a tmpfs now.) (Closes: #375077)

..but at some point got removed with this change:

libnss-ldap (259-1) unstable; urgency=low

  * Remove old kluge /etc/init.d/libnss-ldap


Not totally sure what was supposed to be replacing that "kluge", maybe it was 
the "nss_initgroups_ignoreusers" thing, but it's not working currently, that's 
for sure.
Boot time is well over 2 mins atm, verses about 5 seconds with the ldap entry 
removed for groups in nsswitch.conf

Someone must have some ideas for this.


Cheers,
jcat

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

Title:
  libnss-ldap causes boot hang on Ubuntu 12.04 Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1024475/+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 1312512] Re: Ubuntu default NTP servers doesn't have AAAA DNS entries

2014-04-25 Thread Robie Basak
*** This bug is a duplicate of bug 715141 ***
https://bugs.launchpad.net/bugs/715141

** This bug has been marked a duplicate of bug 715141
   ntp.ubuntu.com does not have  record

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

Title:
  Ubuntu default NTP servers doesn't have  DNS entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1312512/+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 715141] Re: ntp.ubuntu.com does not have AAAA record

2014-04-25 Thread Robie Basak
I've just marked bug 1312512 as a duplicate of this bug, since it is the
same underlying issue, now that we default to pool.ntp.org servers in
the list too (in bug 104525).

I'll change the subject accordingly.

** Summary changed:

- ntp.ubuntu.com does not have  record
+ Default NTP servers do not have  records

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

Title:
  Default NTP servers do not have  records

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/715141/+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 974829] Re: Please make Ruby 1.9.3 the default in Precise

2014-04-25 Thread Matthias Klose
won't happen for 12.04, done in 14.04

** Changed in: ruby-defaults (Ubuntu)
   Status: Confirmed => Won't Fix

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

Title:
  Please make Ruby 1.9.3 the default in Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby-defaults/+bug/974829/+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 1257186] Re: memory leakage messages

2014-04-25 Thread Robie Basak
I tried the patch in the upstream bug, but this did not fix my test
case. For the record, I'll attach the debdiff I attempted (that doesn't
work).

** Patch added: "Failed upstream patch"
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1257186/+attachment/4096423/+files/samba.debdiff

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

Title:
  memory leakage messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1257186/+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 826873] Re: ATOM refclock driver not compiled into ntpd

2014-04-25 Thread JanCeuleers
According to [1], the fix is to ensure that the ppstools package is
installed on the system used to build the ntp package, as that is the
package that provides the timepps header file that the ntpd build system
needs in order to enable pps support.

[1]: http://lists.ntp.org/pipermail/questions/2014-April/037913.html

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

Title:
  ATOM refclock driver not compiled into ntpd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/826873/+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 1312411] Re: GNUcash crashing because of libdbi

2014-04-25 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

I wonder if this is related to bug 1273407?

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

Title:
  GNUcash crashing because of libdbi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/1312411/+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 1312533] Re: Installing apache2 fails in apache2.preinst when a previous version was in removed state

2014-04-25 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Reproduced. I installed apache2 on Saucy, removed it (without purging),
and then installed the apache2 package from Trusty.

** Summary changed:

- package apache2 (not installed) failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1
+ Installing apache2 fails in apache2.preinst when a previous version was in 
removed state

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

Title:
  Installing apache2 fails in apache2.preinst when a previous version
  was in removed state

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1312533/+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 1312411] Re: GNUcash crashing because of libdbi

2014-04-25 Thread Peter Sewell
I do not know if it is related to the other bug report you mentioned.
All that I know is that I have this problem and I don't know what to do
resolve it.

I've read through that bug report but I have the uptodate packages so I
can't tell if this is the same bug or not.

Can you suggest anything for me to try?

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

Title:
  GNUcash crashing because of libdbi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/1312411/+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 1312714] [NEW] package clamav-milter 0.98.1+dfsg-4ubuntu1~ubuntu10.04.2 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2014-04-25 Thread gattaccio
Public bug reported:

package clamav-milter 0.98.1+dfsg-4ubuntu1~ubuntu

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: clamav-milter 0.98.1+dfsg-4ubuntu1~ubuntu10.04.2
ProcVersionSignature: Ubuntu 2.6.32-58.120-generic 2.6.32.61+drm33.26
Uname: Linux 2.6.32-58-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Fri Apr 25 14:48:49 2014
ErrorMessage: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
SourcePackage: clamav
Title: package clamav-milter 0.98.1+dfsg-4ubuntu1~ubuntu10.04.2 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1

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


** Tags: apport-package i386 lucid

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

Title:
  package clamav-milter 0.98.1+dfsg-4ubuntu1~ubuntu10.04.2 failed to
  install/upgrade: il sottoprocesso vecchio script di post-installation
  ha restituito lo stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1312714/+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 1312411] Re: GNUcash crashing because of libdbi

2014-04-25 Thread Robie Basak
Sorry, I don't have anything to suggest right now. If somebody can
provide help, I welcome them to post workarounds to this bug. But
otherwise, requests for support don't belong in this bug tracker. See
http://community.ubuntu.com/help-information/ for community support
options.

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

Title:
  GNUcash crashing because of libdbi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/1312411/+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 1312533] Re: Installing apache2 fails in apache2.preinst when a previous version was in removed state

2014-04-25 Thread Robie Basak
** Bug watch added: Debian Bug tracker #745812
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745812

** Also affects: apache2 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745812
   Importance: Unknown
   Status: Unknown

** Changed in: apache2 (Ubuntu)
   Status: New => Triaged

** Changed in: apache2 (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Installing apache2 fails in apache2.preinst when a previous version
  was in removed state

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1312533/+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 1312714] Re: package clamav-milter 0.98.1+dfsg-4ubuntu1~ubuntu10.04.2 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2014-04-25 Thread Robie Basak
>From log:

Configurazione di clamav-milter (0.98.1+dfsg-4ubuntu1~ubuntu10.04.2)...
 * /usr/sbin/clamav-milter already running
invoke-rc.d: initscript clamav-milter, action "start" failed.
dpkg: errore nell'elaborare clamav-milter (--configure):
 il sottoprocesso vecchio script di post-installation ha restituito lo stato di 
errore 1
Configurazione di libcups2 (1.4.3-1ubuntu1.11)...

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

Title:
  package clamav-milter 0.98.1+dfsg-4ubuntu1~ubuntu10.04.2 failed to
  install/upgrade: il sottoprocesso vecchio script di post-installation
  ha restituito lo stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1312714/+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 1312165] Re: package php5-cli 5.5.9+dfsg-1ubuntu4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-04-25 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

It seemed that this is a result of forcing the window closed? That
caused the diff question to fail, and so the installation failed.

Try "sudo dpkg --configure -a" and/or "sudo apt-get -f install" to fix,
but if you need further help, then please ask through our community
support options: http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

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

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

Title:
  package php5-cli 5.5.9+dfsg-1ubuntu4 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1312165/+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 1312533] Re: Installing apache2 fails in apache2.preinst when a previous version was in removed state

2014-04-25 Thread Bug Watch Updater
** Changed in: apache2 (Debian)
   Status: Unknown => New

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

Title:
  Installing apache2 fails in apache2.preinst when a previous version
  was in removed state

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1312533/+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 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-25 Thread Stefan Bader
Finally figured out the problem with LCMC which maybe also improves
other drbdsetup oddness. The problem is that unlike drbdadm, drbdsetup
did not use the kernel drbd module version to decide whether it should
run the legacy binary. Instead it waited for some socket connection to
fail. But that happened relatively late and so at least the xml help
would only be processed by the main command. And of course the arguments
for that have been changed by upstream as well (help-xml instead of
xml).

I added some code to additionally check /proc/drbd and in case of a
module version < 8.4.0 run the legacy drbdsetup immediately. So far this
allowed to use LCMC to define a new drbd resource and selecting migrate
for the resource would display it as migrated instead of "exploding".

This should also be tested after installing a later kernel. But if the
version as it is now unbreaks at least the users of 3.2 kernels its
probably best to go with that and make fixes to the lts-kernel case
later on top. Better than breaking current installs.

** Patch added: "Debdiff for rc3 level."
   
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+attachment/4096607/+files/drbdsetup-fix.debdiff

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

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+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 1312714] Re: package clamav-milter 0.98.1+dfsg-4ubuntu1~ubuntu10.04.2 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2014-04-25 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your dmesg attachment in this bug report it
seems that there is a problem with your hardware.  I recommend
performing a back up and then investigating the situation.  Measures you
might take include checking cable connections and using software tools
to investigate the health of your hardware.  In the event that is is not
in fact an error with your hardware please set the bug's status back to
New.  Thanks and good luck!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: hardware-error

** Changed in: clamav (Ubuntu)
   Importance: Undecided => Low

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

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

Title:
  package clamav-milter 0.98.1+dfsg-4ubuntu1~ubuntu10.04.2 failed to
  install/upgrade: il sottoprocesso vecchio script di post-installation
  ha restituito lo stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1312714/+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 1312777] [NEW] package libmysqlclient18 (not installed) failed to install/upgrade: il sottoprocesso rm cleanup ha restituito lo stato di errore 1

2014-04-25 Thread Marco Marcellusi
Public bug reported:

I was upgrading the packages tree

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libmysqlclient18 (not installed)
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
Date: Fri Apr 25 16:23:42 2014
DuplicateSignature: package:libmysqlclient18:(not installed):il sottoprocesso 
rm cleanup ha restituito lo stato di errore 1
ErrorMessage: il sottoprocesso rm cleanup ha restituito lo stato di errore 1
InstallationDate: Installed on 2014-02-11 (73 days ago)
InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20130822-17:25
SourcePackage: mysql-5.5
Title: package libmysqlclient18 (not installed) failed to install/upgrade: il 
sottoprocesso rm cleanup ha restituito lo stato di errore 1
UpgradeStatus: Upgraded to trusty on 2014-04-21 (4 days ago)

** Affects: mysql-5.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

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

Title:
  package libmysqlclient18 (not installed) failed to install/upgrade: il
  sottoprocesso rm cleanup ha restituito lo stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1312777/+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 1236299] Re: ssh-agent env variables not set when not using Bourne shell

2014-04-25 Thread Chris Perry
Thank you so much for posting this bug and solution Andrew!  I just
wasted several hours trying to hunt this down.  The number of hacky
solutions being used by people to get around this is really quite
disturbing.  I wonder why this 3 character fix didn't make it into
14.04... woulda saved me a bunch of time.

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

Title:
  ssh-agent env variables not set when not using Bourne shell

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1236299/+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 1312793] Re: cant create additional dns records

2014-04-25 Thread Thomas Schweikle
Documentation from
https://wiki.samba.org/index.php/DNS_Administration#Adding_new_records

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

Title:
  cant create additional dns records

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1312793/+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 1312793] [NEW] cant create additional dns records

2014-04-25 Thread Thomas Schweikle
Public bug reported:

Trying to add an address record:
# samba-tool dns add server.example.local example.local test A 10.169.21.70
Did not manage to negotiate mandetory feature SIGN for dcerpc auth_level 5
Password for [administrator@EXAMPLE.LOCAL]:
ERROR(runtime): uncaught exception - (9717, 'WERR_DNS_ERROR_DS_UNAVAILABLE')
  File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 175, 
in _run
return self.run(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/samba/netcmd/dns.py", line 1067, in run
0, server, zone, name, add_rec_buf, None)

If this shall mean the server where unavailable -- hm:
# ps axf | grep named
 6917 ?Ssl0:02 /usr/sbin/named -u bind
# ps axf | grep samba
 1001 ?Ss 0:00 samba -D
 1098 ?S  0:00  \_ samba -D
 1099 ?S  0:00  \_ samba -D
 1100 ?S  0:00  \_ samba -D
 1101 ?S  0:00  \_ samba -D
 1102 ?S  0:02  \_ samba -D
 1104 ?S  0:00  \_ samba -D
 1105 ?S  0:00  \_ samba -D
 1106 ?S  0:05  \_ samba -D
 1107 ?S  0:00  \_ samba -D
 1108 ?S  0:00  \_ samba -D
 1109 ?S  0:03  \_ samba -D
 1110 ?S  0:00  \_ samba -D

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: samba 2:4.1.6+dfsg-1ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
Date: Fri Apr 25 17:02:06 2014
InstallationDate: Installed on 2012-12-12 (498 days ago)
InstallationMedia: Ubuntu-Server 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120817.3)
OtherFailedConnect: Yes
ProcEnviron:
 TERM=screen-bce
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SambaServerRegression: No
SmbConfIncluded: Yes
SourcePackage: samba
UpgradeStatus: Upgraded to trusty on 2013-02-11 (437 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  cant create additional dns records

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1312793/+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 1312532] Re: [systemd] Container startup fails on missing lxcbr0

2014-04-25 Thread Martin Pitt
For the record: I turned /etc/init/lxc-net.conf into a shell script that
you call with "start" or "stop". With that we can keep the logic in one
place, and the upstart/systemd/init.d script would just call this. That
sets up the lxcbr interface etc. I also ran the apparmor bits from
/etc/init/lxc.conf, but even that isn't enough:

$ sudo lxc-start -n debci
lxc-start: Device or resource busy - failed to set memory.use_hierarchy to 1; 
continuing
lxc-start: Device or resource busy - failed to set memory.use_hierarchy to 1; 
continuing
lxc-start: Permission denied - Failed to make / rslave
lxc-start: Continuing...
lxc-start: Input/output error - error 5 creating 
/usr/lib/x86_64-linux-gnu/lxc/dev/lxc/console
lxc-start: failed to setup the console for 'debci'
lxc-start: failed to setup the container
lxc-start: invalid sequence number 1. expected 2
lxc-start: failed to spawn 'debci'

Corresponding kernel messages from that:

$ dmesg 
[ 1733.458729] device veth6OE62S entered promiscuous mode
[ 1733.459332] IPv6: ADDRCONF(NETDEV_UP): veth6OE62S: link is not ready
[ 1733.503547] type=1400 audit(1398440577.278:78): apparmor="DENIED" 
operation="mount" info="failed type match" error=-13 
profile="/usr/bin/lxc-start" name="/" pid=4371 comm="lxc-start" flags="rw, 
rslave"
[ 1733.527581] IPv6: ADDRCONF(NETDEV_CHANGE): veth6OE62S: link becomes ready
[ 1733.527672] lxcbr0: port 1(veth6OE62S) entered forwarding state
[ 1733.527697] lxcbr0: port 1(veth6OE62S) entered forwarding state
[ 1733.947690] lxcbr0: port 1(veth6OE62S) entered disabled state
[ 1733.948400] device veth6OE62S left promiscuous mode
[ 1733.948416] lxcbr0: port 1(veth6OE62S) entered disabled state

Certainly the AppArmor violation is the crucial bit here. It might
behave slightly differently when running under systemd.

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

Title:
  [systemd] Container startup fails on missing lxcbr0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1312532/+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 1312793] Re: cant create additional dns records

2014-04-25 Thread Thomas Schweikle
executing "samba-tool dns serverinfo localhost" leads to:
Password for [administrator@EXAMPLE.LOCAL]:
ERROR(runtime): uncaught exception - (9717, 'WERR_DNS_ERROR_DS_UNAVAILABLE')
  File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 175, 
in _run
return self.run(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/samba/netcmd/dns.py", line 708, in run
None, 'ServerInfo')

But:
# klist
Credentials cache: FILE:/tmp/krb5cc_0
Principal: administrator@EXAMPLE.LOCAL

  IssuedExpires   Principal
Apr 25 13:05:12 2014  Apr 25 23:05:01 2014  krbtgt/example.local@EXAMPLE.LOCAL

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

Title:
  cant create additional dns records

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1312793/+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 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-25 Thread Stefan Bader
*sigh* Final update, at least this week. With rc4 my code actually does
the right thing. Updated the kernel on one side to a 3.11 one and then
the other side to the new package (keeping the 3.2 kernel there). From
what I can tell, the cluster seems happy with that.

** Patch added: "Debdiff for rc4 level."
   
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+attachment/4096710/+files/drbdsetup-fix.debdiff

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

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+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 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-25 Thread Simon Déziel
Stefan, your rc4 update seems to have nailed it! My cluster running the
3.2 kernel is now happy. The new fix you used also pleases Ganeti.
Thanks!

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

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+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 1302963] Re: Calendar() class can not be initialized

2014-04-25 Thread icactus
Looks like this is also part of an old problem with parsedatetime.
(https://github.com/maebert/jrnl/issues/52)

I just updated parsedatetime and everything works now:

sudo pip install --upgrade parsedatetime

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

Title:
  Calendar() class can not be initialized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/parsedatetime/+bug/1302963/+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 1302963] Re: Calendar() class can not be initialized

2014-04-25 Thread Greg Lutostanski
Glad to hear it was updated upstream.

The two commits that need to be cherry-picked into a patch for the deb from 
upstream git repo at https://github.com/bear/parsedatetime.git to fix this 
directly are:
51d47dd57a8ac
692168f4bd336

Also making a note that this package needs to be updated in debian as
well.

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

Title:
  Calendar() class can not be initialized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/parsedatetime/+bug/1302963/+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 1312714] Re: package clamav-milter 0.98.1+dfsg-4ubuntu1~ubuntu10.04.2 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2014-04-25 Thread gattaccio
hardware is OK.the problem I have it on another pc also
Thanks

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

Title:
  package clamav-milter 0.98.1+dfsg-4ubuntu1~ubuntu10.04.2 failed to
  install/upgrade: il sottoprocesso vecchio script di post-installation
  ha restituito lo stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1312714/+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 1271144] Re: br0 not brought up by cloud-init script with MAAS provider

2014-04-25 Thread Jonathan
This appears to be happening again on juju-core 1.18.1. When I attempted
to create a new lxc container on the bootstrapped node (machine: 0), I
received a lxc-start error. After reviewing this bug report, I manually
added in the br0 interface into /etc/network/interfaces and ran ifup
br0.  Following that, I was able to successfully add a lxc container to
machine 0.

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

Title:
  br0 not brought up by cloud-init script with MAAS provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1271144/+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 1312855] [NEW] no symptom - open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2014-04-25 Thread mmairs
Public bug reported:

This appears to be a spurious error, the tools and module seem to be
installed.

Ubuntu 12.04
VMWare 9
Installed via System Settings->Additional Drivers
System gernerates Error Report but all appears well

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: open-vm-dkms 2011.12.20-562307-0ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-19.33~precise1-generic 3.11.10.5
Uname: Linux 3.11.0-19-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
DKMSKernelVersion: 3.11.0-19-generic
Date: Fri Apr 25 10:55:31 2014
InstallationMedia: Ubuntu 12.04.4 LTS "Precise Pangolin" - Release amd64 
(20140204)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 2011.12.20-562307-0ubuntu1
SourcePackage: open-vm-tools
Title: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module 
failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1312855/+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 1312854] Re: dh-apache2 causes a postinst failure when a package depends on an apache2-bin provided module

2014-04-25 Thread Robie Basak
Further details in Debian bug (linked).

** Changed in: apache2 (Ubuntu)
   Status: New => Triaged

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

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

Title:
  dh-apache2 causes a postinst failure when a package depends on an
  apache2-bin provided module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1312854/+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 1312854] [NEW] dh-apache2 causes a postinst failure when a package depends on an apache2-bin provided module

2014-04-25 Thread Robie Basak
Public bug reported:

If I install apache2 at the same time as libapache2-mod-svn, then it is
possible that both packages are unpacked, but libapache2-mod-svn is
configured first.

This is causing our subversion dep8 test to fail, since it installs
libapache2-mod-svn and apache2 together. I presume this will affect
Debian also. I suppose a workaround for now is to have the test install
apache2 first.

** Affects: apache2 (Ubuntu)
 Importance: High
 Status: Triaged

** Affects: apache2 (Debian)
 Importance: Unknown
 Status: Unknown

** Summary changed:

- apache2.preinst depends on a2query, which may not exist
+ dh-apache2 causes a postinst failure when a package depends on an apache2-bin 
provided module

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

** Also affects: apache2 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745834
   Importance: Unknown
   Status: Unknown

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

Title:
  dh-apache2 causes a postinst failure when a package depends on an
  apache2-bin provided module

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

2014-04-25 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1312855/+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 1312714] Re: package clamav-milter 0.98.1+dfsg-4ubuntu1~ubuntu10.04.2 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2014-04-25 Thread Scott Kitterman
I suspect that this is fixed in the maintainer script rewrite that I
just uploaded to Debian. Once the package is in Ubuntu I can upload it
to a PPA for the release you're on so you can test it.

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

Title:
  package clamav-milter 0.98.1+dfsg-4ubuntu1~ubuntu10.04.2 failed to
  install/upgrade: il sottoprocesso vecchio script di post-installation
  ha restituito lo stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1312714/+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 826873] Re: ATOM refclock driver not compiled into ntpd

2014-04-25 Thread Kenyon Ralph
On 2014-04-25T11:05:45-, JanCeuleers <826...@bugs.launchpad.net> wrote:
> According to [1], the fix is to ensure that the ppstools package is
> installed on the system used to build the ntp package, as that is the
> package that provides the timepps header file that the ntpd build system
> needs in order to enable pps support.
> 
> [1]: http://lists.ntp.org/pipermail/questions/2014-April/037913.html

So it seems that pps-tools needs to be added as a build dependency to
the ntp package. Here is the current Debian ntp package control file:
http://anonscm.debian.org/viewvc/pkg-ntp/ntp/trunk/debian/control?view=markup

A bug report to do exactly that already exists since October 2012:
https://bugs.debian.org/691672

If that were fixed, the change would then flow down to Ubuntu.

Here is the Debian package information for pps-tools:
http://packages.qa.debian.org/p/pps-tools.html

-- 
Kenyon Ralph


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

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

Title:
  ATOM refclock driver not compiled into ntpd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/826873/+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 826873] Re: ATOM refclock driver not compiled into ntpd

2014-04-25 Thread Nathan Stratton Treadway
** Also affects: ntp via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691672
   Importance: Unknown
   Status: Unknown

** Also affects: ntp (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691672
   Importance: Unknown
   Status: Unknown

** No longer affects: ntp

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

Title:
  ATOM refclock driver not compiled into ntpd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/826873/+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 1304407] Re: juju bootstrap defaults to i386

2014-04-25 Thread Curtis Hovey
** Changed in: juju-core
   Status: Fix Committed => Fix Released

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

Title:
  juju bootstrap defaults to i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1304407/+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 1271144] Re: br0 not brought up by cloud-init script with MAAS provider

2014-04-25 Thread Andreas Hasenack
As a counterpoint, it worked for me with juju 1.18.1:

$ juju status
environment: scapestack
machines:
  "0":
agent-state: started
agent-version: 1.18.1
dns-name: some.node
instance-id: /MAAS/api/1.0/nodes/node-some-uuid
series: precise
services: {}

$ juju ssh 0 ifconfig br0
br0   Link encap:Ethernet  HWaddr aa:aa:aa:aa:aa:aa  
  inet addr:1.2.3.4  Bcast:1.2.3.255  Mask:255.255.255.0
(...)

Is your bootstrap node on precise or trusty?

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

Title:
  br0 not brought up by cloud-init script with MAAS provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1271144/+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 1312854] Re: dh-apache2 causes a postinst failure when a package depends on an apache2-bin provided module

2014-04-25 Thread Bug Watch Updater
** Changed in: apache2 (Debian)
   Status: Unknown => New

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

Title:
  dh-apache2 causes a postinst failure when a package depends on an
  apache2-bin provided module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1312854/+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 1271144] Re: br0 not brought up by cloud-init script with MAAS provider

2014-04-25 Thread Jonathan
Forgot to include that detail. Trusty

Sent from my iPhone

> On Apr 25, 2014, at 2:58 PM, Andreas Hasenack  wrote:
> 
> As a counterpoint, it worked for me with juju 1.18.1:
> 
> $ juju status
> environment: scapestack
> machines:
>  "0":
>agent-state: started
>agent-version: 1.18.1
>dns-name: some.node
>instance-id: /MAAS/api/1.0/nodes/node-some-uuid
>series: precise
> services: {}
> 
> $ juju ssh 0 ifconfig br0
> br0   Link encap:Ethernet  HWaddr aa:aa:aa:aa:aa:aa  
>  inet addr:1.2.3.4  Bcast:1.2.3.255  Mask:255.255.255.0
> (...)
> 
> Is your bootstrap node on precise or trusty?
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1271144
> 
> Title:
>  br0 not brought up by cloud-init script with MAAS provider
> 
> Status in juju-core:
>  Fix Released
> Status in “juju-core” package in Ubuntu:
>  Fix Released
> Status in “juju-core” source package in Trusty:
>  Fix Released
> 
> Bug description:
>  Setup: a virtual OpenStack deployment on the cabeiri host in qalab.
> 
>  There are three KVM VMs:
> 
>  - virtmaas is the MAAS controller;
>  - virtjuju is the Juju bootstrap node (machine 0);
>  - virtstack is the OpenStack deployment target (machine 1).
> 
>  Running the command:
> 
>  test@virtmaas:~$ juju deploy --config=openstack.cfg ceph --to lxc:1
> 
>  this error appears after a while:
> 
>  test@virtmaas:~$ juju status
>  environment: maas
>  machines:
>"0":
>  agent-state: started
>  agent-version: 1.17.0.1
>  dns-name: virtjuju.master
>  instance-id: 
> /MAAS/api/1.0/nodes/node-6df73c0a-7ed2-11e3-bac3-5254006e0119/
>  series: precise
>"1":
>  agent-state: started
>  agent-version: 1.17.0.1
>  dns-name: virtstack.master
>  instance-id: 
> /MAAS/api/1.0/nodes/node-ef9619e0-7f84-11e3-b750-5254006e0119/
>  series: precise
>  containers:
>1/lxc/0:
>  agent-state-info: '(error: error executing "lxc-start": command 
> get_init_pid
>failed to receive response)'
>  instance-id: pending
>  series: precise
>  services:
>ceph:
>  charm: cs:precise/ceph-19
>  exposed: false
>  relations:
>mon:
>- ceph
>  units:
>ceph/0:
>  agent-state: pending
>  machine: 1/lxc/0
> 
>  On virtstack:
> 
>  /var/log/juju/machine-1.log
> 
>  2014-01-21 11:09:50 INFO juju runner.go:262 worker: start "lxc-provisioner"
>  2014-01-21 11:09:50 INFO juju.provisioner provisioner_task.go:114 Starting 
> up provisioner task machine-1
>  2014-01-21 11:09:50 INFO juju.provisioner provisioner_task.go:298 found 
> machine "1/lxc/0" pending provisioning
>  2014-01-21 11:09:50 INFO juju.provisioner.lxc lxc-broker.go:54 starting lxc 
> container for machineId: 1/lxc/0
>  2014-01-21 11:10:22 ERROR juju.container.lxc lxc.go:129 container failed to 
> start: error executing "lxc-start": command get_init_pid failed to receive 
> response
>  2014-01-21 11:10:22 ERROR juju.provisioner.lxc lxc-broker.go:85 failed to 
> start container: error executing "lxc-start": command get_init_pid failed to 
> receive response
>  2014-01-21 11:10:22 ERROR juju.provisioner provisioner_task.go:399 cannot 
> start instance for machine "1/lxc/0": error executing "lxc-start": command 
> get_init_pid failed to receive response
> 
>  /var/log/lxc/juju-machine-1-lxc-0.log: empty
> 
>  Apparently br0, needed by MAAS, is not brought up by Juju's cloud-init
>  script:
> 
>  ubuntu@virtstack:~$ ifconfig
>  eth0  Link encap:Ethernet  HWaddr 52:54:00:6c:c6:c1  
>inet addr:192.168.100.152  Bcast:192.168.100.255  
> Mask:255.255.255.0
>inet6 addr: fe80::5054:ff:fe6c:c6c1/64 Scope:Link
>UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>RX packets:84169 errors:0 dropped:0 overruns:0 frame:0
>TX packets:26339 errors:0 dropped:0 overruns:0 carrier:0
>collisions:0 txqueuelen:1000 
>RX bytes:307004880 (307.0 MB)  TX bytes:2763330 (2.7 MB)
> 
>  loLink encap:Local Loopback  
>inet addr:127.0.0.1  Mask:255.0.0.0
>inet6 addr: ::1/128 Scope:Host
>UP LOOPBACK RUNNING  MTU:16436  Metric:1
>RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>collisions:0 txqueuelen:0 
>RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
> 
>  lxcbr0Link encap:Ethernet  HWaddr 22:14:e3:a6:66:d0  
>inet addr:10.0.3.1  Bcast:10.0.3.255  Mask:255.255.255.0
>inet6 addr: fe80::2014:e3ff:fea6:66d0/64 Scope:Link
>UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
>collisions:0 txqueuelen:0 
>RX bytes:0 (0.0 B)  TX bytes:2016 (2.0 KB)
> 
>  Bringing

[Bug 1309439] Re: package samba-libs 2:4.1.6+dfsg-1ubuntu2 failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2014-04-25 Thread Cesar Quiroz
moving /var/lib/samba/secrets.tdb out of the way, per the answer to
askubuntu.com/questions/449745, allowed the the forced install to clean
up and complete.

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

Title:
  package samba-libs 2:4.1.6+dfsg-1ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess new pre-installation script returned error
  exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1309439/+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 1312928] [NEW] SSH-Agent not working in KDE/X-Session if user's login shell is a tcsh

2014-04-25 Thread Steffen Stempel
Public bug reported:

For X11/KDE sessions ssh-agent is started via upstart using configuration file 
/usr/share/upstart/sessions/ssh-agent.conf with the instruction ``eval 
"$(ssh-agent)" >/dev/null''.
If the user's login shell is tcsh or csh ssh-agent will return c-shell like 
setenv commands which upstart/shell do not recognize. Thus environment 
variables $SSH_* are not propagated into the user's desktop session and neither 
ssh nor ssh-add are able to contact ssh-agent.
Solution: use ``eval "$(ssh-agent -s)"'' to force sh-like output of ssh-agent 
(context diff included as attachment)
Addition information: Bug occures at least in 13.10 and 14.04 amd64 
architecture. In 14.04 the affected openssh-client package version is 
1:6.2p2-6ubuntu0.3

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

** Patch added: "Patch for /usr/share/upstart/sessions/ssh-agent.conf"
   
https://bugs.launchpad.net/bugs/1312928/+attachment/4097008/+files/ssh-agent.patch

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

Title:
  SSH-Agent not working in KDE/X-Session if user's login shell is a tcsh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1312928/+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 1274720] Re: [SRU] screen server process can be crashed by byobu

2014-04-25 Thread Bug Watch Updater
** Changed in: screen (Debian)
   Status: Unknown => Confirmed

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

Title:
  [SRU] screen server process can be crashed by byobu

To manage notifications about this bug go to:
https://bugs.launchpad.net/screen/+bug/1274720/+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 1078922] Re: Fan runs unnecessary

2014-04-25 Thread T J Schemkes
In Ubuntu 14.04 fan behaves as it should according to the manual.

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

Title:
  Fan runs unnecessary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1078922/+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 1312928] Re: SSH-Agent not working in KDE/X-Session if user's login shell is a tcsh

2014-04-25 Thread Ubuntu Foundations Team Bug Bot
The attachment "Patch for /usr/share/upstart/sessions/ssh-agent.conf"
seems to be a patch.  If it isn't, please remove the "patch" flag from
the attachment, remove the "patch" tag, and if you are a member of the
~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  SSH-Agent not working in KDE/X-Session if user's login shell is a tcsh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1312928/+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 1312975] [NEW] cgroup-lite can not be installed with systemd

2014-04-25 Thread RussianNeuroMancer
Public bug reported:

cgroup-lite can not be installed with systemd due to missing upstart
service.

** Affects: cgroup-lite (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: systemd-boot

** Tags added: systemd-boot

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

Title:
  cgroup-lite can not be installed with systemd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgroup-lite/+bug/1312975/+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 826873] Re: ATOM refclock driver not compiled into ntpd

2014-04-25 Thread Bug Watch Updater
** Changed in: ntp (Debian)
   Status: Unknown => New

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

Title:
  ATOM refclock driver not compiled into ntpd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/826873/+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 1242376] Re: "reload php5-fpm" crashes

2014-04-25 Thread Laurent Declercq
I agreed totally with Renan... PHP5-FPM reload is broken meaning that
restart is mandatory ATM (which is not a way to go for shared hosting
environment where configuration should be reloaded without having to do
a full restart)...

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

Title:
  "reload php5-fpm" crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1242376/+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 1312988] [NEW] MAAS hands 2 ips when juju-bootstrapping- 1 MAC Address, two IPs - DNS is "out of sync" with DHCP leases databases MAAS hands out 2 IPS when juju bootstrapping:

2014-04-25 Thread Akash Chandrashekar
Public bug reported:

Maas hands out 2 ips to the same mac address when juju-bootstrapping.  
This causes further issues when juju charms are deployed which get confused by 
two ips being present. 
This is present in the latest 14.04LTS with juju 1.18.1 and Maas 

Bug is similar to bug:

https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1069570

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

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

Title:
  MAAS hands 2 ips when juju-bootstrapping-  1 MAC Address, two IPs -
  DNS is "out of sync" with DHCP leases databases MAAS hands out 2 IPS
  when juju bootstrapping:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1312988/+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 1312992] [NEW] samba4 does not completely install on my Ubuntu 12.04 LTS desktop

2014-04-25 Thread Chris Tallman
Public bug reported:

chris@chris-661M04-GX-6LH:~$ sudo apt-get install samba4
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  libdcerpc-server0 libdcerpc0 libgensec0 libregistry0 libsamba-policy0
  libsmbclient-raw0 python-samba samba-dsdb-modules samba4-common-bin
Suggested packages:
  phpldapadmin samba-gtk swat2
The following NEW packages will be installed:
  libdcerpc-server0 libdcerpc0 libgensec0 libregistry0 libsamba-policy0
  libsmbclient-raw0 python-samba samba-dsdb-modules samba4 samba4-common-bin
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/5,258 kB of archives.
After this operation, 25.5 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Preconfiguring packages ...
/tmp/samba4.config.51781: 1: /tmp/samba4.config.51781: samba-tool: not found
/tmp/samba4.config.51781: 1: /tmp/samba4.config.51781: samba-tool: not found
Selecting previously unselected package libgensec0.
(Reading database ... 240449 files and directories currently installed.)
Unpacking libgensec0 (from 
.../libgensec0_4.0.0~alpha18.dfsg1-4ubuntu2_i386.deb) ...
Selecting previously unselected package libsmbclient-raw0.
Unpacking libsmbclient-raw0 (from 
.../libsmbclient-raw0_4.0.0~alpha18.dfsg1-4ubuntu2_i386.deb) ...
Selecting previously unselected package libdcerpc0.
Unpacking libdcerpc0 (from 
.../libdcerpc0_4.0.0~alpha18.dfsg1-4ubuntu2_i386.deb) ...
Selecting previously unselected package libregistry0.
Unpacking libregistry0 (from 
.../libregistry0_4.0.0~alpha18.dfsg1-4ubuntu2_i386.deb) ...
Selecting previously unselected package libdcerpc-server0.
Unpacking libdcerpc-server0 (from 
.../libdcerpc-server0_4.0.0~alpha18.dfsg1-4ubuntu2_i386.deb) ...
Selecting previously unselected package libsamba-policy0.
Unpacking libsamba-policy0 (from 
.../libsamba-policy0_4.0.0~alpha18.dfsg1-4ubuntu2_i386.deb) ...
Selecting previously unselected package python-samba.
Unpacking python-samba (from 
.../python-samba_4.0.0~alpha18.dfsg1-4ubuntu2_i386.deb) ...
Selecting previously unselected package samba-dsdb-modules.
Unpacking samba-dsdb-modules (from 
.../samba-dsdb-modules_4.0.0~alpha18.dfsg1-4ubuntu2_i386.deb) ...
Selecting previously unselected package samba4-common-bin.
Unpacking samba4-common-bin (from 
.../samba4-common-bin_4.0.0~alpha18.dfsg1-4ubuntu2_i386.deb) ...
Selecting previously unselected package samba4.
Unpacking samba4 (from .../samba4_4.0.0~alpha18.dfsg1-4ubuntu2_i386.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Setting up libgensec0 (4.0.0~alpha18.dfsg1-4ubuntu2) ...
Setting up libsmbclient-raw0 (4.0.0~alpha18.dfsg1-4ubuntu2) ...
Setting up libdcerpc0 (4.0.0~alpha18.dfsg1-4ubuntu2) ...
Setting up libregistry0 (4.0.0~alpha18.dfsg1-4ubuntu2) ...
Setting up libdcerpc-server0 (4.0.0~alpha18.dfsg1-4ubuntu2) ...
Setting up libsamba-policy0 (4.0.0~alpha18.dfsg1-4ubuntu2) ...
Setting up python-samba (4.0.0~alpha18.dfsg1-4ubuntu2) ...
Setting up samba-dsdb-modules (4.0.0~alpha18.dfsg1-4ubuntu2) ...
Setting up samba4-common-bin (4.0.0~alpha18.dfsg1-4ubuntu2) ...
Setting up samba4 (4.0.0~alpha18.dfsg1-4ubuntu2) ...
Unknown parameter encountered: "max log size"
Ignoring unknown parameter "max log size"
Unknown parameter encountered: "syslog"
Ignoring unknown parameter "syslog"
Unknown parameter encountered: "unix password sync"
Ignoring unknown parameter "unix password sync"
Unknown parameter encountered: "passwd program"
Ignoring unknown parameter "passwd program"
Unknown parameter encountered: "pam password change"
Ignoring unknown parameter "pam password change"
Unknown parameter encountered: "map to guest"
Ignoring unknown parameter "map to guest"
Unknown parameter encountered: "usershare allow guests"
Ignoring unknown parameter "usershare allow guests"
Unknown parameter encountered: "guest ok"
Ignoring unknown parameter "guest ok"
Unknown parameter encountered: "guest ok"
Ignoring unknown parameter "guest ok"
ERROR: Invalid smb.conf
Unknown parameter encountered: "max log size"
Ignoring unknown parameter "max log size"
Unknown parameter encountered: "syslog"
Ignoring unknown parameter "syslog"
Unknown parameter encountered: "unix password sync"
Ignoring unknown parameter "unix password sync"
Unknown parameter encountered: "passwd program"
Ignoring unknown parameter "passwd program"
Unknown parameter encountered: "pam password change"
Ignoring unknown parameter "pam password change"
Unknown parameter encountered: "map to guest"
Ignoring unknown parameter "map to guest"
Unknown parameter encountered: "usershare allow guests"
Ignoring unknown parameter "usershare allow guests"
Unknown parameter encountered: "guest ok"
Ignoring unknown parameter "guest ok"
Unknown parameter encountered: "guest ok"
Ignoring unknown parameter "guest ok"
ERROR: Invalid smb.conf
/var/lib/dpkg/info/samba4.postinst: 14: /var/lib/dpkg/info/samba4.postinst: 
/usr/share/sa

[Bug 1300878] Re: panic while renaming file

2014-04-25 Thread Bug Watch Updater
** Changed in: samba
   Status: Confirmed => Invalid

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

Title:
  panic while renaming file

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1300878/+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 1309452] Re: Merge 2.0.0+dfsg-2 to fix spice crashes

2014-04-25 Thread Adam Conrad
Hello Fantu, or anyone else affected,

Accepted qemu into trusty-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/qemu/2.0.0+dfsg-
2ubuntu1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags added: verification-needed

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

Title:
  Merge 2.0.0+dfsg-2 to fix spice crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1309452/+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 1311919] Re: [SRU] pressing F5 throws errors about windows.tmux missing

2014-04-25 Thread Launchpad Bug Tracker
This bug was fixed in the package byobu - 5.78-0ubuntu1

---
byobu (5.78-0ubuntu1) utopic; urgency=medium

  * usr/share/byobu/profiles/dircolors:
- give executables just a little more pop
- use a light grey underline for symlinks
- add whitespace before inline comment
  * usr/share/byobu/profiles/bashrc:
- Enable Ubuntu-themed dircolors on Ubuntu systems
  * usr/bin/byobu-janitor.in: LP: #1311919
- ensure that windows.tmux exists;  fixes warning with F5
  * usr/bin/byobu-ctrl-a.in: LP: #1311177, #1274720
- revert r2317 as this is breaking ctrl-a in byobu-screen in a bad way
 -- Dustin KirklandSun, 30 Mar 2014 20:42:10 -0500

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

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

Title:
  [SRU] pressing F5 throws errors about windows.tmux missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1311919/+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 1311177] Re: byobu-screen ctrl-a causes death

2014-04-25 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1274720 ***
https://bugs.launchpad.net/bugs/1274720

This bug was fixed in the package byobu - 5.78-0ubuntu1

---
byobu (5.78-0ubuntu1) utopic; urgency=medium

  * usr/share/byobu/profiles/dircolors:
- give executables just a little more pop
- use a light grey underline for symlinks
- add whitespace before inline comment
  * usr/share/byobu/profiles/bashrc:
- Enable Ubuntu-themed dircolors on Ubuntu systems
  * usr/bin/byobu-janitor.in: LP: #1311919
- ensure that windows.tmux exists;  fixes warning with F5
  * usr/bin/byobu-ctrl-a.in: LP: #1311177, #1274720
- revert r2317 as this is breaking ctrl-a in byobu-screen in a bad way
 -- Dustin KirklandSun, 30 Mar 2014 20:42:10 -0500

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

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

Title:
  byobu-screen ctrl-a causes death

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1311177/+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 1274720] Re: [SRU] screen server process can be crashed by byobu

2014-04-25 Thread Launchpad Bug Tracker
This bug was fixed in the package byobu - 5.78-0ubuntu1

---
byobu (5.78-0ubuntu1) utopic; urgency=medium

  * usr/share/byobu/profiles/dircolors:
- give executables just a little more pop
- use a light grey underline for symlinks
- add whitespace before inline comment
  * usr/share/byobu/profiles/bashrc:
- Enable Ubuntu-themed dircolors on Ubuntu systems
  * usr/bin/byobu-janitor.in: LP: #1311919
- ensure that windows.tmux exists;  fixes warning with F5
  * usr/bin/byobu-ctrl-a.in: LP: #1311177, #1274720
- revert r2317 as this is breaking ctrl-a in byobu-screen in a bad way
 -- Dustin KirklandSun, 30 Mar 2014 20:42:10 -0500

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

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

Title:
  [SRU] screen server process can be crashed by byobu

To manage notifications about this bug go to:
https://bugs.launchpad.net/screen/+bug/1274720/+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 1280665] Re: libsdl1.2 always uses backingstore which causes tearing in modern X servers

2014-04-25 Thread Launchpad Bug Tracker
This bug was fixed in the package libsdl1.2 - 1.2.15-8ubuntu2

---
libsdl1.2 (1.2.15-8ubuntu2) utopic; urgency=medium

  * debian/patches/sdl-check-for-SDL_VIDEO_X11_BACKINGSTORE.patch:
- Restore old backingstore behavior to prevent tearing
  (LP: #1280665)
 -- Timo JyrinkiSat, 19 Apr 2014 23:22:43 +0300

** Changed in: libsdl1.2 (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  libsdl1.2 always uses backingstore which causes tearing in modern X
  servers

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