[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=set
 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 andr...@canonical.com 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 it up manually:
 
  ubuntu@virtstack:~$ sudo bash -c ifdown eth0; ifup eth0; ifup br0
   * Disconnecting iSCSI targets
 ...done.
   * 

[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/samba/setoption.pl: Permission denied
dpkg: error processing samba4 

[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 Kirkland kirkl...@ubuntu.com   Sun, 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 Kirkland kirkl...@ubuntu.com   Sun, 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 Kirkland kirkl...@ubuntu.com   Sun, 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 1312543] Re: Nautilus crashed with SIGABRT in g_assertion_message()

2014-04-25 Thread Apport retracing service
*** This bug is a duplicate of bug 1063006 ***
https://bugs.launchpad.net/bugs/1063006

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1063006, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1312543/+attachment/4096052/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1312543/+attachment/4096054/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1312543/+attachment/4096056/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1312543/+attachment/4096057/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1312543/+attachment/4096058/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1312543/+attachment/4096059/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1312543/+attachment/4096060/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1063006
   nautilus crashed with SIGABRT in g_assertion_message()

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1312543

Title:
  Nautilus crashed with SIGABRT in g_assertion_message()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1312543/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1063006] Re: nautilus crashed with SIGABRT in g_assertion_message()

2014-04-25 Thread Apport retracing service
** Tags added: trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1063006

Title:
  nautilus crashed with SIGABRT in g_assertion_message()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1063006/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1063006] Re: nautilus crashed with SIGABRT in g_assertion_message()

2014-04-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nautilus (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1063006

Title:
  nautilus crashed with SIGABRT in g_assertion_message()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1063006/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1260236] Re: Flickering after upgrading libgtk-3-0

2014-04-25 Thread Eckhard Wiederhold
To be even more precise ;-): I use SciTE for lisp implementation and in
this case it is only the parenthesis that trigger a window refresh
causing the application to 'flicker' (besides scrolling of course) but
not the keywords. Unfortunately there are quite some parenthesis in
lisp.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1260236

Title:
  Flickering after upgrading libgtk-3-0

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1260236/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1297464] Re: 1002:6739 Unable to boot 14.04

2014-04-25 Thread Michael Murphy
Also, it doesn't have problems booting. Booting is not the problem. The
problem is DPM does a power cycle randomly after it has booted.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1297464

Title:
  1002:6739 Unable to boot 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1297464/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1297464] Re: 1002:6739 Unable to boot 14.04

2014-04-25 Thread Michael Murphy
The bug is also already well confirmed, as the other bug report active
here is the exact same bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1297464

Title:
  1002:6739 Unable to boot 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1297464/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1286552] Re: No wifi after suspend

2014-04-25 Thread nicolas kleinklaus
I never use jupiter on this machine. There is no relation with this problem
for me.


2014-04-25 1:57 GMT+02:00 Adam Hicks thomas.adam.hi...@gmail.com:

 I've always used TLP but this issue started before I installed it on this
 machine.
 On Apr 24, 2014 5:55 PM, justin parker 1286...@bugs.launchpad.net
 wrote:

  s0m3f00l@Ubuntu-s0m3f00l:~$ sudo apt-get purge jupiter
  [sudo] password for s0m3f00l:
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  E: Unable to locate package jupiter
  s0m3f00l@Ubuntu-s0m3f00l:~$
 
 
  Issue remains  un-resolved for me  friend congrats for your success
  however
 
  --
  You received this bug notification because you are subscribed to a
  duplicate bug report (1290055).
  https://bugs.launchpad.net/bugs/1286552
 
  Title:
No wifi after suspend
 
  Status in “linux” package in Ubuntu:
Confirmed
  Status in “network-manager” package in Ubuntu:
Confirmed
 
  Bug description:
After suspending ubuntu the wifi doesn't work. The solution given here
(http://askubuntu.com/questions/368671/ubuntu-13-10-wifi-not-re-
connecting-after-suspend) worked for me but when I have updated my
Ubuntu now it won't work. I have tried to test mainline kernel but it
won't to boot with it.
 
To reproduce the bug : just suspend the computer and then power it.
There's no wifi network until you restart the computer.
 
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubuntu-release-upgrader-core 1:0.205.4
ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
Uname: Linux 3.11.0-15-generic i686
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: i386
CrashDB: ubuntu
Date: Sat Mar  1 15:20:39 2014
InstallationDate: Installed on 2013-12-30 (61 days ago)
InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Release i386
  (20131017)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: dist-upgrade
UpgradeStatus: No upgrade log present (probably fresh install)
---
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  meradi 1503 F pulseaudio
DistroRelease: Ubuntu 13.10
HibernationDevice: RESUME=UUID=e71568e2-e875-4053-b3b7-2046540e78bf
InstallationDate: Installed on 2013-12-30 (61 days ago)
InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Release i386
  (20131017)
MachineType: Hewlett-Packard HP Compaq 6830s
MarkForUpload: True
Package: linux (not installed)
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic
  root=UUID=3eaae47b-7485-4723-8b3e-9f6dac7a01e4 ro quiet splash
 vt.handoff=7
ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
RelatedPackageVersions:
 linux-restricted-modules-3.11.0-15-generic N/A
 linux-backports-modules-3.11.0-15-generic  N/A
 linux-firmware 1.116.2
Tags:  saucy
Uname: Linux 3.11.0-15-generic i686
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
WifiSyslog: Mar  1 15:34:33 meradi-HP-Compaq-6830s kernel: [
  4581.474196] perf samples too long (5002  5000), lowering
  kernel.perf_event_max_sample_rate to 25000
dmi.bios.date: 03/12/2009
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68PZD Ver. F.0C
dmi.board.name: 30E9
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 95.1C
dmi.chassis.asset.tag: CNU91609Y2
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias:
 
 dmi:bvnHewlett-Packard:bvr68PZDVer.F.0C:bd03/12/2009:svnHewlett-Packard:pnHPCompaq6830s:pvrF.0C:rvnHewlett-Packard:rn30E9:rvrKBCVersion95.1C:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP Compaq 6830s
dmi.product.version: F.0C
dmi.sys.vendor: Hewlett-Packard
 
  To manage notifications about this bug go to:
 
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions
 

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1286552

 Title:
   No wifi after suspend

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1286552

Title:
  No wifi after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1297464] Re: 1002:6739 Unable to boot 14.04

2014-04-25 Thread Michael Murphy
I always test the latest kernel as soon as they released with a script
that pulls the latest Ubuntu mainline kernel. As I originally stated in
the description, only kernel 3.13 is affected. Kernels 3.14-rc1 through
3.15-rc2 are not affected since they have disabled DPM for Northern
Islands graphics chips due to outstanding bugs like what this bug report
is all about. I already reported this bug upstream in December.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1297464

Title:
  1002:6739 Unable to boot 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1297464/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1297464] Re: 1002:6739 Unable to boot 14.04

2014-04-25 Thread Michael Murphy
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309578 This is the
exact same bug report (I even have the exact same hardware offsite in my
Richland machine, which is affected by the bug worse) It may be
different hardware than what I uploaded with apport, but it's the same
architecture (Northern Islands) and therefore has the same Radeon DPM
issues.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1297464

Title:
  1002:6739 Unable to boot 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1297464/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1312545] [NEW] Cannot install ubuntu 14.04 == error no 5

2014-04-25 Thread Black Hat
Public bug reported:

Cannot install ubuntu 14.04 == error no 5

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.18.7 [modified: 
lib/partman/automatically_partition/question]
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
CasperVersion: 1.340
Date: Fri Apr 25 11:33:07 2014
InstallCmdLine: initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity  quiet splash -- BOOT_IMAGE=/casper/vmlinuz.efi
LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty ubiquity-2.18.7 ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1312545

Title:
  Cannot install ubuntu 14.04 == error no 5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1312545/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 968974] Re: Some free applications looks like paid applications with price 0.00 and with buy button

2014-04-25 Thread Haikal Zain
Hi i think i found the bug but i need some help building software-center.
In applications.py in the folder db there is this line:

if self.raw_price:
return PkgStates.NEEDS_PURCHASE

this handles the case where there isn't a raw price (hence some apps appear 
free)
but raw price is a string so it should be

if self.raw_price and self.raw_price != '0.00':
return PkgStates.NEEDS_PURCHASE

to handle the other apps (which don't appear free even when they should)

based on the readme there were some extra python packages required which i 
installed then i did
python setup.py build
./software-center

as instructed to get a 'developer instance' which opened a software
center that promptly crashed.  i got some error messages about modules
not found such as queue and urllib.parse which look like python3 modules
which doesn't make sense since xapian is in python2. I'd like some
guidance with this. tia

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/968974

Title:
  Some free applications looks like paid applications with price 0.00
  and with buy button

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/968974/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1309578] Re: Ubuntu 14.04 suddenly reboots when booting from Live USB (AMD APU's)

2014-04-25 Thread Michael Murphy
I was also the person who replied and reported the bug twice here on
launchpad and once on bugzilla. OP, I have the exact same hardware as
you in a Richland APU machine off-site. Richland APU's use Northern
Islands graphics chips (Radeon HD 6000 desktop cards) and are of course
completely broken with DPM. Kernel maintainers have disabled DPM by
default in kernel 3.14+ because they realized it was completely broken,
but for some reason they never disabled it during 3.13 development
release (you'd think maintainers of the code would have tested their
code before they pushed the patches), so those newer kernels will work
fine. As long as you edit grub on the ISO and edit etc/default/grub as
well as boot/grub/grub.cfg on the install before rebooting after
installing it, everything will work fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1309578

Title:
  Ubuntu 14.04 suddenly reboots when booting from Live USB (AMD APU's)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309578/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1303736] Re: Black screen after login from suspend in Xubuntu 14.04

2014-04-25 Thread Artyom Nosov
The same issue. The following workaround as a hotkey works for me:

xrandr --output LVDS-1-0 --mode 1920x1080 --pos 0x0 --rotate normal
--output VGA-1-0 --off

Thanks, Shuhao (shuhao)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1303736

Title:
  Black screen after login from suspend in Xubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1063589] Re: update-manager crashed with dbus.exceptions.DBusException in call_blocking(): org.freedesktop.DBus.Error.TimedOut: Activation of org.debian.apt timed out

2014-04-25 Thread Václav Zeman
Apport said this was a duplicate of a bug that I was about to report.
The difference is that mine has happened on Xubuntu 14.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1063589

Title:
  update-manager crashed with dbus.exceptions.DBusException in
  call_blocking(): org.freedesktop.DBus.Error.TimedOut: Activation of
  org.debian.apt timed out

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1063589/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1309447] Re: Unicode decode error during upgrade to 14.04 if sources.list contains non-ascii characters and locale is non-US

2014-04-25 Thread Коренберг Марк
*** This bug is a duplicate of bug 1243795 ***
https://bugs.launchpad.net/bugs/1243795

Bug #1243795 - the same exactly ?

** This bug has been marked a duplicate of bug 1243795
   do-release-upgrade crashed with UnicodeDecodeError in 
runPostInstallScripts(): 'ascii' codec can't decode byte 0xe2 in position 15: 
ordinal not in range(128)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1309447

Title:
  Unicode decode error during upgrade to 14.04 if sources.list contains
  non-ascii characters and locale is non-US

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-clone/+bug/1309447/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1063589] Re: update-manager crashed with dbus.exceptions.DBusException in call_blocking(): org.freedesktop.DBus.Error.TimedOut: Activation of org.debian.apt timed out

2014-04-25 Thread Václav Zeman
** Tags added: trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1063589

Title:
  update-manager crashed with dbus.exceptions.DBusException in
  call_blocking(): org.freedesktop.DBus.Error.TimedOut: Activation of
  org.debian.apt timed out

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1063589/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1312542] Re: suspend fails after update to 14.04

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.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1312542/+editstatus and add the
package name in the text box next to the word Package.

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

** Tags added: bot-comment

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1312542

Title:
  suspend fails after update to 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1312542/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1304754] Re: gccgo has issues when page size is not 4kB

2014-04-25 Thread Anton Blanchard
** Summary changed:

- gccgo on ppc64el using split stacks when not supported
+ gccgo has issues when page size is not 4kB

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1304754

Title:
  gccgo has issues when page size is not 4kB

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1304754/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310973] Re: can't choose character using number pad on full-sized keyboard

2014-04-25 Thread Mathieu Bridon
This bug has been fixed upstream, and the fix is included in our latest
ibus-cangjie release, fresh from this morning. :)

http://blog.fedora-fr.org/bochecha/post/2014/04/New-releases-from-the-
Cangjians

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310973

Title:
  can't choose character using number pad on full-sized keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-cangjie/+bug/1310973/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1312540] [NEW] software -properties-kde won't start

2014-04-25 Thread Scott Kitterman
Please attach a copy of /etc/apt/sources.list to the bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1312540

Title:
  software -properties-kde won't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1312540/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1305327] Re: Always in visible workspace does not work

2014-04-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: compiz (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1305327

Title:
  Always in visible workspace does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1305327/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1308480] Re: [HP Pavilion 20 AIO] High failures (DevConfigDiffAfterS3) found in suspend / hibernate report

2014-04-25 Thread Ivan Hu
Carefully comparing them found BYTE 7 is changed from 0x08, 0x40 to
0x00, it is Status Register(These read-only bits reflect the temporary
status of the device/function when fwst read the register). These bits
are Signaled Target Abort, Signaled System Error. This can indicate
that before sleeping, it happened a target device terminates a
transaction with Target-Abort, and device asserts SERR# error signal,
but after wake these error status disappeared.

I think this can be safely ignored.

** Changed in: linux-lts-saucy (Ubuntu)
   Status: New = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1308480

Title:
  [HP Pavilion 20 AIO] High failures (DevConfigDiffAfterS3) found in
  suspend / hibernate report

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-saucy/+bug/1308480/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1265780] Re: empathy contact list crash after install irc plugin

2014-04-25 Thread Walter Garcia-Fontes
Thanks for reporting this issue and help in making Ubuntu better, and
sorry for the delay in getting attention on your issue. Are you still
seeing this issue or has it been solved?

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1265780

Title:
  empathy contact list crash after install irc plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1265780/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1278062] Re: firefox crashes on startup (but apparently layunched properly to enable me to post this)

2014-04-25 Thread Stego
On Ubuntu trusty with Unity i notice that nearly every time i start
firefox, it crashes. when i submit the crash report and restart it, it
works again. what can we do to simplify the bugfixing process?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1278062

Title:
  firefox crashes on startup (but apparently layunched properly to
  enable me to post this)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1278062/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1208072] Re: filezilla assert failure: filezilla: pthread_mutex_lock.c:317: __pthread_mutex_lock_full: Assertion `(-(e)) != 3 || !robust' failed.

2014-04-25 Thread Tim Kosse
Race condition, a dbus notification comes in while FileZilla is in the
process of shutting down. I'm working on a fix.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1208072

Title:
  filezilla assert failure: filezilla: pthread_mutex_lock.c:317:
  __pthread_mutex_lock_full: Assertion `(-(e)) != 3 || !robust' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/filezilla/+bug/1208072/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1252007] Re: empathy-common will not install

2014-04-25 Thread Walter Garcia-Fontes
Thanks for reporting this issue and help in making Ubuntu better. Are
you still seeing this issue or was it solved after some later updates?

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1252007

Title:
  empathy-common will not install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1252007/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1312540] Re: software -properties-kde won't start

2014-04-25 Thread nOSinfinite
** Attachment added: /etc/apt/sources.list file
   
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1312540/+attachment/4096077/+files/sources.list

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1312540

Title:
  software -properties-kde won't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1312540/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259422] Re: Google authentication error in empathy

2014-04-25 Thread Walter Garcia-Fontes
Thanks for reporting this issue and help in making Ubuntu better, and
sorry for the delay in getting attention on this issue. Are you still
seeing this problem in an updated system?

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259422

Title:
  Google authentication error in empathy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1259422/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1247737] Re: no sound on video call

2014-04-25 Thread Walter Garcia-Fontes
Thanks for reporting this issue and help in making Ubuntu better, and
sorry for the delay in getting attention. Are you still seeing this
issue in a fully updated system?

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1247737

Title:
  no sound on video call

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1247737/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1249783] Re: Cannot restore buddy list if started Hidden in background

2014-04-25 Thread Walter Garcia-Fontes
** Bug watch added: GNOME Bug Tracker #728929
   https://bugzilla.gnome.org/show_bug.cgi?id=728929

** Also affects: empathy via
   https://bugzilla.gnome.org/show_bug.cgi?id=728929
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1249783

Title:
  Cannot restore buddy list if started Hidden in background

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/1249783/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1312552] [NEW] ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build

2014-04-25 Thread gilyama
Public bug reported:

I'm upgrading software, via automatic upgarde, and the system report an
error, but i do not know more details.

The bug appears like bug report #910597 but the package is different.

Release:
Ubuntu 12.04.4 LTS 64 Bit (Precise)
Release:12.04
GNOME 3.4.2
RAM: 3.6 GB
AMD Athlon II X2 215 Dual core
HDD free space 216 GB

Version package:

ndiswrapper-dkms:
  Instalados: 1.57-1ubuntu1
  Candidato:  1.57-1ubuntu1
  Tabla de versión:
 *** 1.57-1ubuntu1 0
500 http://mx.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
100 /var/lib/dpkg/status

I expect that upgrading of kernel version, vía automatic software
updates, run without errors. Instead occurs an error.

Thanks.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: ndiswrapper-dkms 1.57-1ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-38.56~precise1-generic 3.8.13.19
Uname: Linux 3.8.0-38-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
DKMSKernelVersion: 3.8.0-39-generic
Date: Fri Apr 25 01:24:19 2014
InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 1.57-1ubuntu1
SourcePackage: ndiswrapper
Title: ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1312552

Title:
  ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ndiswrapper/+bug/1312552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1247678] Re: empathy always requires the consent of all the accaunt

2014-04-25 Thread Walter Garcia-Fontes
Thanks for reporting this bug and help in making Ubuntu better, and
sorry for the delay in getting attention. Are you still seeing this
issue in a fully updated system?

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1247678

Title:
  empathy always requires the consent of all the accaunt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1247678/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1312552] Re: ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper 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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1312552

Title:
  ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ndiswrapper/+bug/1312552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1293789] Re: package nvidia-331 renames xorg.conf on non-Optimus systems

2014-04-25 Thread Alberto Milone
** Changed in: nvidia-graphics-drivers-331 (Ubuntu)
   Status: Triaged = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1293789

Title:
  package nvidia-331 renames xorg.conf on non-Optimus systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1293789/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1244587] Re: bcmwl breaks ethernet controller BCM4401

2014-04-25 Thread Christian S.
as far I can see the described issue aint a duplicate of 1097519

** This bug is no longer a duplicate of bug 1097519
   bcmwl-kernel-source_6.20 update breaks for BCM4313

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1244587

Title:
  bcmwl breaks ethernet controller BCM4401

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1244587/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1301206] Re: [regression] Black frame around windows and buttons censored

2014-04-25 Thread Michael
Same for me. Even various menu popups have the thick black frame around,
e.g. main menu or the one for right click. I guess the black frame is
the space where normally should be translucent window shadow.

I use:
01:00.0 VGA compatible controller: NVIDIA Corporation GT218M [NVS 3100M] (rev 
a2)
Using NVIDIA binary driver - version 331.38 from nvidia-331 (proprietary,tested)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1301206

Title:
  [regression] Black frame around windows and buttons censored

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1301206/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311980] Re: content of the scrolled window IS NOT PROPERLY REFRESHED

2014-04-25 Thread Tora Kuat
Additional bug:

When open side by side two LibreOffice Calc windows, each of different
file, it happened to me, this is the second time. One of the window just
disappear nowhere to find. Two dots are still showing on the launcher,
but one window is nowhere to find. On first occurence it was far worse,
suddenly both windows is nowhere to find. Close and reopen shows no
windows, but dots on the launcer. In first occurence I went to the
Ubuntu Software Center, download Libre Office Suite. Then I can 'see'
the windows again.

I can not reproduce, when or how it happens. Anyway, this is the second
time.

Screen shot will follow.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311980

Title:
  content of the scrolled window IS NOT PROPERLY REFRESHED

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1311980/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1312554] [NEW] Ubuntu 13.10 to 14.04 upgrade failed due to python3 rtupdate file

2014-04-25 Thread fuzzyBSc
Public bug reported:

When upgrading from 13.10 to 14.04 today I had the rtupdate processing
fail twice, once on the onboard package and once on an ubuntuone
package. In both cases the rtupdate file asked dpkg to list the contents
of the packages, which were not installed at the time of the query. As a
result the postinstall script failed and caused the upgrade process to
abort.

I was able to complete the upgrade through the following procedure:
* Install the onboard package to work around that problem
* Remove the ubuntuone rtupdate file found in /usr/share/python3/runtime.d (the 
package is no longer installable)
* Run apt-get -f install and apt-get dist-upgrade to complete the upgrade.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: python3 3.4.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Fri Apr 25 15:31:31 2014
DuplicateSignature: package:python3:3.4.0-0ubuntu2:ErrorMessage: subprocess 
installed post-installation script returned error exit status 4
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 4
SourcePackage: python3-defaults
Title: package python3 3.4.0-0ubuntu2 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 4
UpgradeStatus: Upgraded to trusty on 2014-04-25 (0 days ago)

** Affects: python3-defaults (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1312554

Title:
  Ubuntu 13.10 to 14.04 upgrade failed due to python3 rtupdate file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1312554/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1178142] Re: Stellarium : white screen with chipset Intel and Ubuntu Raring 13.04

2014-04-25 Thread jdt37b
Hello,

For information, today, the same bug is always present in the last version LTS 
(14.04). 
This bug was fixed in mesa 8.0.4 with Ubuntu 12.04.1 but not reported in mesa 
9... and 10...

https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1286516

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1178142

Title:
  Stellarium : white screen with chipset Intel and Ubuntu Raring 13.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/stellarium/+bug/1178142/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1069133] Re: Get upgrade error 12.04 - 12.10 Could not determine upgrade - xorg from ppa

2014-04-25 Thread Yann Lossouarn
@stephen-skinner on my setup, this results in the following error
message :

yann@Tregor:~$ sudo apt-get purge ppa:xorg-edgers/ppa
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances   
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet ppa - which approx. means Unable to find 
the ppa packet


I tried again something with ppa-purge, and it results with the same message :

yann@Tregor:~$ sudo ppa-purge xorg-edgers
Updating packages lists
PPA to be removed: xorg-edgers ppa
Note: Not removing ppa-purge package
Package revert list generated:
 libcuda1-304- libdrm-dev:amd64/saucy libdrm-intel1:amd64/saucy 
libdrm-intel1:i386/saucy libdrm-nouveau2:amd64/saucy libdrm-nouveau2:i386/saucy 
libdrm-radeon1:amd64/saucy libdrm-radeon1:i386/saucy libdrm2:amd64/saucy 
libdrm2:i386/saucy libegl1-mesa:amd64/saucy libegl1-mesa-drivers:amd64/saucy 
libgbm1:amd64/saucy libgl1-mesa-dev/saucy libgl1-mesa-dri:amd64/saucy 
libgl1-mesa-dri:i386/saucy libgl1-mesa-glx:amd64/saucy 
libgl1-mesa-glx:i386/saucy libglamor0:amd64/saucy libglapi-mesa:amd64/saucy 
libglapi-mesa:i386/saucy libgles2-mesa:amd64/saucy libllvm3.4:amd64/saucy 
libllvm3.4:i386/saucy libopenvg1-mesa:amd64/saucy 
libwayland-client0:amd64/saucy libwayland-cursor0:amd64/saucy 
libwayland-egl1-mesa:amd64- libwayland-server0:amd64/saucy libxatracker2:amd64- 
libxcb-dri2-0:amd64/saucy libxcb-dri2-0:i386/saucy 
libxcb-dri2-0-dev:amd64/saucy libxcb-dri3-0:amd64- libxcb-dri3-0:i386- 
libxcb-dri3-dev:amd64- libxcb-glx0:amd64/saucy libxcb-glx0:i386/saucy 
libxcb-glx0-dev:amd64/saucy libxcb-present-dev:amd64- libxcb-present0:amd64- 
libxcb-present0:i386- libxcb-randr0:amd64/saucy libxcb-randr0-dev:amd64/saucy 
libxcb-render0:amd64/saucy libxcb-render0-dev:amd64/saucy 
libxcb-shape0:amd64/saucy libxcb-shape0-dev:amd64/saucy libxcb-shm0:amd64/saucy 
libxcb-sync-dev:amd64- libxcb-sync1:amd64- libxcb-sync1:i386- 
libxcb-xfixes0:amd64/saucy libxcb-xfixes0-dev:amd64/saucy libxcb1:amd64/saucy 
libxcb1:i386/saucy libxcb1-dev:amd64/saucy libxshmfence-dev:amd64- 
libxshmfence1:amd64- libxshmfence1:i386- mesa-common-dev/saucy nvidia-304/saucy 
nvidia-current/saucy nvidia-libopencl1-304- nvidia-opencl-icd-304- 
xserver-common/saucy xserver-xephyr/saucy xserver-xorg-core/saucy 
xserver-xorg-video-ati/saucy xserver-xorg-video-glamoregl- 
xserver-xorg-video-intel/saucy xserver-xorg-video-nouveau/saucy 
xserver-xorg-video-radeon/saucy xserver-xorg-video-vmware/saucy

Disabling xorg-edgers PPA from 
/etc/apt/sources.list.d/xorg-edgers-ppa-saucy.list
Updating packages lists
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances   
Lecture des informations d'état... Fait
xserver-common est déjà la plus récente version disponible.
xserver-xorg-core est déjà la plus récente version disponible.
xserver-xephyr est déjà la plus récente version disponible.
xserver-xephyr passé en « installé manuellement ».
Version choisie « 2.4.46-1ubuntu1 » (Ubuntu:13.10/saucy-updates [amd64]) pour « 
libdrm-dev »
Version choisie « 2.4.46-1ubuntu1 » (Ubuntu:13.10/saucy-updates [amd64]) pour « 
libdrm-intel1 »
Version choisie « 2.4.46-1ubuntu1 » (Ubuntu:13.10/saucy-updates [i386]) pour « 
libdrm-intel1:i386 »
Version choisie « 2.4.46-1ubuntu1 » (Ubuntu:13.10/saucy-updates [amd64]) pour « 
libdrm-nouveau2 »
Version choisie « 2.4.46-1ubuntu1 » (Ubuntu:13.10/saucy-updates [i386]) pour « 
libdrm-nouveau2:i386 »
Version choisie « 2.4.46-1ubuntu1 » (Ubuntu:13.10/saucy-updates [amd64]) pour « 
libdrm-radeon1 »
Version choisie « 2.4.46-1ubuntu1 » (Ubuntu:13.10/saucy-updates [i386]) pour « 
libdrm-radeon1:i386 »
Version choisie « 2.4.46-1ubuntu1 » (Ubuntu:13.10/saucy-updates [amd64]) pour « 
libdrm2 »
Version choisie « 2.4.46-1ubuntu1 » (Ubuntu:13.10/saucy-updates [i386]) pour « 
libdrm2:i386 »
Version choisie « 9.2.1-1ubuntu3 » (Ubuntu:13.10/saucy [amd64]) pour « 
libegl1-mesa »
Version choisie « 9.2.1-1ubuntu3 » (Ubuntu:13.10/saucy [amd64]) pour « 
libegl1-mesa-drivers »
Version choisie « 9.2.1-1ubuntu3 » (Ubuntu:13.10/saucy [amd64]) pour « libgbm1 »
Version choisie « 9.2.1-1ubuntu3 » (Ubuntu:13.10/saucy [amd64]) pour « 
libgl1-mesa-dev »
Version choisie « 9.2.1-1ubuntu3 » (Ubuntu:13.10/saucy [amd64]) pour « 
libgl1-mesa-dri »
Version choisie « 9.2.1-1ubuntu3 » (Ubuntu:13.10/saucy [i386]) pour « 
libgl1-mesa-dri:i386 »
Version choisie « 9.2.1-1ubuntu3 » (Ubuntu:13.10/saucy [amd64]) pour « 
libgl1-mesa-glx »
Version choisie « 9.2.1-1ubuntu3 » (Ubuntu:13.10/saucy [i386]) pour « 
libgl1-mesa-glx:i386 »
Version choisie « 0.5.1-0ubuntu4.2 » (Ubuntu:13.10/saucy-updates [amd64]) pour 
« libglamor0 »
Version choisie « 9.2.1-1ubuntu3 » (Ubuntu:13.10/saucy [amd64]) pour « 
libglapi-mesa »
Version choisie « 9.2.1-1ubuntu3 » (Ubuntu:13.10/saucy [i386]) pour « 
libglapi-mesa:i386 »
Version choisie « 9.2.1-1ubuntu3 » (Ubuntu:13.10/saucy [amd64]) pour « 
libgles2-mesa »
Version choisie « 1:3.4~svn183914-1ubuntu1 » (Ubuntu:13.10/saucy [amd64]) pour 
« 

  1   2   3   4   5   6   7   8   9   10   >