[Bug 1477367] Re: radvd is a required dependency for ipv6 networks to work correctly from neutron-gateway.

2015-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/neutron-vpnaas

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

Title:
  radvd is a required dependency for ipv6 networks to work correctly
  from neutron-gateway.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron-vpnaas/+bug/1477367/+subscriptions

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


[Bug 1486568] Re: [MIR] bandit

2015-08-24 Thread Colin Watson
Moved to main.

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

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

Title:
  [MIR] bandit

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

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


[Bug 1488094] [NEW] [FFE] glance, neutron-vpnaas liberty-2 release

2015-08-24 Thread Corey Bryant
Public bug reported:

The beta 2 release of glance and neutron-vpnaas for OpenStack are ready
for upload.  We managed to upload the rest of the release prior to
feature freeze.  Can we get an exception for these?

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

** Affects: neutron-vpnaas (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: neutron-vpnaas (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- [FFE] glance liberty-2 release
+ [FFE] glance, neutron-vpnaas liberty-2 release

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

Title:
  [FFE] glance, neutron-vpnaas liberty-2 release

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

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


[Bug 1413388] Re: [SRU] upgrade of MAAS removes local config for bind and breaks DNS

2015-08-24 Thread Junien Fridrick
Also : would running maas-region-admin edit_named_options --migrate-
conflicting-options without forwarders in named.conf.options remove
the forwarder setting from the MAAS database ?

Thanks

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

Title:
  [SRU] upgrade of MAAS removes local config for bind and breaks DNS

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

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


[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-08-24 Thread Eric Desrochers
I was able to reproduce the problem on PRECISE (12.04) by lowering the
kernel parameter value net.core.rmem_max.

And then test my .deb build on my PPA[1] with the following upstream
commits :

- d6df9d3 [Bug 2224] Use-after-free in routing socket code after dropping root.
- db47bd4 [Bug 2890] Ignore ENOBUFS on routing netlink socket.

What the patch does ?
===
The program first read from the fd. On success, the number of bytes written 
into buf is
returned. On error, the call returns −1 and sets errno

If the call returns -1, then there is a verification to validate if the
errno == ENOBUFS

and then send to syslog the following message : routing socket reports:
No buffer space available

Otherwise, if errno is NOT ENOBUFS, then it close the socket
(remove_asyncio_reader(reader);) and free the memory space
(delete_asyncio_reader(reader);)

And send to syslog the following message : i/o error on routing socket
No buffer space available - disabling

Before this patch, no matter what was the errno, it was automatically
close() and free() without validation if ENOBUFS or not.

To summarize, the patch allow the program to not close() and free() the socket 
when the a errno == ENOBUFS occur, but still send a message in syslog to notify 
the administrator.
=== 

If after installing the patch, you are receiving this kind of message in
/var/log/syslog : routing socket reports: No buffer space available
The next step, would be to increase the net.core.rmem_max and
net.core.wmem_maxvalues equally until the routing socket reports: No
buffer space available message no longer showed up.


[1] 1:4.2.6.p3+dfsg-1ubuntu3.4+20150820lp1481388~2
https://launchpad.net/~eric-desrochers-z/+archive/ubuntu/lp1481388

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

Title:
  NTP : Use-after-free in routing socket code after dropping root

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

-- 
Ubuntu-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 1488094] [NEW] [FFE] glance, neutron-vpnaas liberty-2 release

2015-08-24 Thread Iain Lane
On Mon, Aug 24, 2015 at 01:11:54PM -, Launchpad Bug Tracker wrote:
 You have been subscribed to a public bug by Corey Bryant (corey.bryant):
 
 The beta 2 release of glance and neutron-vpnaas for OpenStack are ready
 for upload.  We managed to upload the rest of the release prior to
 feature freeze.  Can we get an exception for these?

What new features do they bring and what testing have you done?

-- 
Iain Lane  [ i...@orangesquash.org.uk ]
Debian Developer   [ la...@debian.org ]
Ubuntu Developer   [ la...@ubuntu.com ]

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

Title:
  [FFE] glance, neutron-vpnaas liberty-2 release

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

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


[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-08-24 Thread Adam Conrad
** Also affects: ntp (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Also affects: ntp (Ubuntu Precise)
   Importance: Undecided
   Status: 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/1481388

Title:
  NTP : Use-after-free in routing socket code after dropping root

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

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


[Bug 1484497] Re: [Wily] wakes up green drives without a valid reason

2015-08-24 Thread Ralf Mardorf
It's questionable if it should be considered a bug or not. The culprit
is smartd. Ironically I used the package smartmontools 6.3+svn4002-2 to
get smartctl, for testing if something wakes up a green drive. Despite
the policy to autostart everything by default, that can be autostarted
for better or worse, it's to consider if the default configuration, to
poll every 30 minutes, is a wise decision. By an EU Regulation all
external hard disk drives are forced to spin down and go to sleep after
a while. I disabled smartd.service, any unneeded service is unwanted on
my machine.

After disabling it, nothing does wake up a green drive anymore.

[root@moonstudio weremouse]# echo;date;t=10800;y=$(smartctl -A
/dev/sdc|grep Lo|awk '{print $NF}');sleep $t;x=$(smartctl -A
/dev/sdc|grep Lo|awk '{print $NF}');printf \n$(uname -rm)$(lsb_release
-d|cut -f2 -d:|cut -f1 -d()\n$x-$y=$((x-y)) spins in $(($t/60/60))
hours\n\n;date

Mon Aug 24 15:00:50 CEST 2015

3.10.61-rt65-1-moonstudio x86_64Ubuntu Wily Werewolf 
15377-15376=1 spins in 3 hours

Mon Aug 24 18:00:56 CEST 2015

The only spin is caused by smartctl, when it was executed on demand, to
finish the test.

How I noticed that smartd is the culprit:
https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2015-August/015782.html

A note regarding smartd:
https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2015-August/015784.html

** Package changed: linux (Ubuntu) = smartmontools (Ubuntu)

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

Title:
  [Wily] wakes up green drives without a valid reason

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

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


[Bug 1484497] [NEW] [Wily] wakes up green drives without a valid reason

2015-08-24 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hi,

a minimalist Wily server install, around 4.5 GiB small does cause
endless spin downs and spin ups, so that green drives get damaged. I
maintain an around 37.5 GiB large Arch Linux install, quasi using the
same software used by the Wily install and in addition a little bit more
software, which isn't used by the Wily install. For Arch Linux I don't
experience this issue. I expect the same for an Ubuntu install.

I'm already hunting the culprit, see
https://lists.ubuntu.com/archives/ubuntu-studio-devel/2015-August/006570.html 
and
https://lists.ubuntu.com/archives/ubuntu-studio-devel/2015-August/006571.html,
but run out of ideas.

The claim the install is 2 GiB small is a typo, the backup archive is of
that size.

However, assumed Ubuntu won't contribute to
http://andrewmcconnell.photoshelter.com/gallery/GoLuiBLHIsmM this
feature should be removed from the defaults.

$ lsb_release -rd
Description:Ubuntu Wily Werewolf (development branch)
Release:15.10

Regards,
Ralf

** Affects: smartmontools (Ubuntu)
 Importance: Medium
 Status: Confirmed


** Tags: kernel-bug-exists-upstream
-- 
[Wily] wakes up green drives without a valid reason
https://bugs.launchpad.net/bugs/1484497
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to smartmontools in Ubuntu.

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


[Bug 1428663] Re: Samba on Power8: please merge fix from 14.10 to 14.04.01

2015-08-24 Thread James Pullman
I believe that I'm seeing the same issue, seeing lots of the following
error in the samba logs:

validate_nmb_packet: Bad QUERY Packet. validate_nmb_packet: Ignoring
request packet with opcode 0.

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

Title:
  Samba on Power8: please merge fix from 14.10 to 14.04.01

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

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


[Bug 1428663] Re: Samba on Power8: please merge fix from 14.10 to 14.04.01

2015-08-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Samba on Power8: please merge fix from 14.10 to 14.04.01

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

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


[Bug 1488214] [NEW] package php5-json 1.3.6-1build1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2015-08-24 Thread Victoria Moore
Public bug reported:

Setting up php5-json (1.3.6-1build1) ...
/usr/sbin/php5enmod: 43: .: Can't open /usr/share/php5/php5-helper
dpkg: error processing package php5-json (--configure):
 subprocess installed post-installation script returned error exit status 2
dpkg: dependency problems prevent configuration of php5-cli:E: Sub-process 
/usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: php5-json 1.3.6-1build1
ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4
Uname: Linux 3.19.0-26-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.17.2-0ubuntu1.2
Architecture: amd64
Date: Mon Aug 24 19:44:10 2015
DuplicateSignature: package:php5-json:1.3.6-1build1:subprocess installed 
post-installation script returned error exit status 2
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
InstallationDate: Installed on 2015-02-14 (191 days ago)
InstallationMedia:
 
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4.1
SourcePackage: php-json
Title: package php5-json 1.3.6-1build1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 2
UpgradeStatus: Upgraded to vivid on 2015-05-19 (97 days ago)
modified.conffile..etc.php5.mods.available.json.ini: [deleted]

** Affects: php-json (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package vivid

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

Title:
  package php5-json 1.3.6-1build1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-json/+bug/1488214/+subscriptions

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


[Bug 1488216] [NEW] package golang-go 2:1.5~rc1-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/go/pkg/tool/linux_amd64/vet', which is also in package golang-go.tools 0.0~hg20140703-

2015-08-24 Thread Fila Kolodny
Public bug reported:

update

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: golang-go 2:1.5~rc1-0ubuntu1
ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
Uname: Linux 4.1.0-3-generic x86_64
ApportVersion: 2.18-0ubuntu7
Architecture: amd64
Date: Wed Aug 19 11:36:50 2015
DuplicateSignature: package:golang-go:2:1.5~rc1-0ubuntu1:trying to overwrite 
'/usr/lib/go/pkg/tool/linux_amd64/vet', which is also in package 
golang-go.tools 0.0~hg20140703-4
ErrorMessage: trying to overwrite '/usr/lib/go/pkg/tool/linux_amd64/vet', which 
is also in package golang-go.tools 0.0~hg20140703-4
InstallationDate: Installed on 2014-02-24 (545 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
RelatedPackageVersions:
 dpkg 1.18.2ubuntu2
 apt  1.0.9.10ubuntu6
SourcePackage: golang
Title: package golang-go 2:1.5~rc1-0ubuntu1 failed to install/upgrade: trying 
to overwrite '/usr/lib/go/pkg/tool/linux_amd64/vet', which is also in package 
golang-go.tools 0.0~hg20140703-4
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package package-conflict wily

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

Title:
  package golang-go 2:1.5~rc1-0ubuntu1 failed to install/upgrade: trying
  to overwrite '/usr/lib/go/pkg/tool/linux_amd64/vet', which is also in
  package golang-go.tools 0.0~hg20140703-4

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

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


[Bug 1488216] Re: package golang-go 2:1.5~rc1-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/go/pkg/tool/linux_amd64/vet', which is also in package golang-go.tools 0.0~hg20140703-4

2015-08-24 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 golang in Ubuntu.
https://bugs.launchpad.net/bugs/1488216

Title:
  package golang-go 2:1.5~rc1-0ubuntu1 failed to install/upgrade: trying
  to overwrite '/usr/lib/go/pkg/tool/linux_amd64/vet', which is also in
  package golang-go.tools 0.0~hg20140703-4

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

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


[Bug 1488214] Re: package php5-json 1.3.6-1build1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2015-08-24 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 php-json in Ubuntu.
https://bugs.launchpad.net/bugs/1488214

Title:
  package php5-json 1.3.6-1build1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-json/+bug/1488214/+subscriptions

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


[Bug 1418590] Re: No ERROR state if image deleted, _base is lost and instance is rescued

2015-08-24 Thread AMRITANSHU
** Changed in: nova (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  No ERROR state if image deleted, _base is lost and instance is rescued

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

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


[Bug 1488050] [NEW] Unable to connect to Upstart

2015-08-24 Thread Michael Heuberger
Public bug reported:

$ sudo restart smbd
restart: Unable to connect to Upstart: Failed to connect to socket 
/com/ubuntu/upstart: Connection refused

Happens after upgrading Ubuntu from 14.10 to 15.04 and also causes nmbd
unable to start via cron.

Attached info should reveal my whole setup and help locating the issue.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: samba 2:4.1.13+dfsg-4ubuntu3
ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4
Uname: Linux 3.19.0-26-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.17.2-0ubuntu1.3
Architecture: amd64
BothFailedConnect: Yes
Date: Mon Aug 24 22:57:40 2015
InstallationDate: Installed on 2014-10-31 (297 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
NmbdLog:
 
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 STATUS=daemon 'smbd' finished starting up and ready to serve connectionsFailed 
to delete pidfile /var/run/samba/smbd.pid. Error was No such file or directory
   STATUS=daemon 'smbd' finished starting up and ready to serve 
connectionsFailed to delete pidfile /var/run/samba/smbd.pid. Error was No such 
file or directory
   STATUS=daemon 'smbd' finished starting up and ready to serve 
connectionsFailed to delete pidfile /var/run/samba/smbd.pid. Error was No such 
file or directory
   STATUS=daemon 'smbd' finished starting up and ready to serve 
connectionsFailed to delete pidfile /var/run/samba/smbd.pid. Error was No such 
file or directory
   STATUS=daemon 'smbd' finished starting up and ready to serve 
connectionsFailed to delete pidfile /var/run/samba/smbd.pid. Error was No such 
file or directory
SourcePackage: samba
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.cron.daily.samba: [deleted]
mtime.conffile..etc.logrotate.d.samba: 2014-12-28T13:03:29.219447

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


** Tags: amd64 apport-bug vivid

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

Title:
   Unable to connect to Upstart

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

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


[Bug 1487805] Re: Unable to connect to Upstart

2015-08-24 Thread Michael Heuberger
Right, ok, moved to
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1488050 with more
information.

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

Title:
  Unable to connect to Upstart

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

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


[Bug 1487805] Re: Unable to connect to Upstart

2015-08-24 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.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
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: samba (Ubuntu)
   Status: New = Incomplete

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

Title:
  Unable to connect to Upstart

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

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


[Bug 1487766] Re: package openhpid 2.14.1-1.3ubuntu2 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2015-08-24 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.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
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: openhpi (Ubuntu)
   Status: New = Incomplete

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

Title:
  package openhpid 2.14.1-1.3ubuntu2 failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 1

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

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


[Bug 1487766] Re: package openhpid 2.14.1-1.3ubuntu2 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2015-08-24 Thread Robie Basak
From logs:

Configurando openhpid (2.14.1-1.3ubuntu2) ...
Job for openhpid.service failed. See systemctl status openhpid.service and 
journalctl -xe for details.
invoke-rc.d: initscript openhpid, action start failed.
dpkg: erro ao processar o pacote openhpid (--configure):
 sub-processo script post-installation instalado retornou estado de saída de 
erro 1

Ago 22 17:12:21 hostname openhpid[1204]: ERROR: (init.c, 76, OpenHPI is not 
configured.  See openhpi.conf file.)
Ago 22 17:12:21 hostname openhpid[1204]: ERROR: (openhpid.cpp, 270, There was 
an error initializing OpenHPI)

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

Title:
  package openhpid 2.14.1-1.3ubuntu2 failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 1

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

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


[Bug 1487536] Re: AppArmor bad parse on 14.04 and MySQL 5.6

2015-08-24 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command, as it will
automatically gather debugging information, in a terminal:

apport-collect 1487536

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

Once done, please change the bug status back to New.

** Changed in: mysql-5.6 (Ubuntu)
   Status: New = Incomplete

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

Title:
  AppArmor bad parse on 14.04 and MySQL 5.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1487536/+subscriptions

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


[Bug 1486626] Re: /etc/init.d/exim4 hardcodes configurable parameters

2015-08-24 Thread Robie Basak
Thank you for following up with Debian. I see that the maintainer has
already provided a response. I see no reason to deviate from Debian in
Ubuntu on his points and I don't want to increase the maintenance burden
in Ubuntu, so I'll mirror Debian's bug status of Won't Fix in the Ubuntu
task.

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

** Changed in: exim4 (Ubuntu)
   Status: Triaged = Won't Fix

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

Title:
  /etc/init.d/exim4 hardcodes configurable parameters

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

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


[Bug 1471561] Re: Typo in python-oslo packages: transtional

2015-08-24 Thread Launchpad Bug Tracker
This bug was fixed in the package python-oslo.concurrency - 2.3.0-1

---
python-oslo.concurrency (2.3.0-1) experimental; urgency=medium

  [ James Page ]
  * Fixup typo in transitional package description (LP: #1471561).

  [ Thomas Goirand ]
  * New upstream release.
  * Fixed build-depends for this release.
  * Stop the manual copy of now inexistant folder.
  * Added Priority: extra to transition packages.

 -- Thomas Goirand z...@debian.org  Wed, 29 Jul 2015 23:57:32 +

** Changed in: python-oslo.concurrency (Ubuntu)
   Status: Fix Committed = Fix Released

** Changed in: python-oslo.versionedobjects (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Typo in python-oslo packages: transtional

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

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


[Bug 1471561] Re: Typo in python-oslo packages: transtional

2015-08-24 Thread Launchpad Bug Tracker
This bug was fixed in the package python-oslo.versionedobjects - 0.6.0-2

---
python-oslo.versionedobjects (0.6.0-2) experimental; urgency=medium

  * Added Python 3 support.

 -- Thomas Goirand z...@debian.org  Sat, 01 Aug 2015 21:47:49 +

** Changed in: python-oslo.vmware (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Typo in python-oslo packages: transtional

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

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


[Bug 1471561] Re: Typo in python-oslo packages: transtional

2015-08-24 Thread Launchpad Bug Tracker
This bug was fixed in the package python-oslo.vmware - 1.18.0-2ubuntu1

---
python-oslo.vmware (1.18.0-2ubuntu1) wily; urgency=medium

  * Resync with Debian experimental.
  * d/pydist-overrides: Map suds-jurko - suds to ease backporting.

python-oslo.vmware (1.18.0-2) experimental; urgency=medium

  * Removed python-bandit build-depends.

python-oslo.vmware (1.18.0-1) experimental; urgency=medium

  [ James Page ]
  * Fixup typo in transitional package description (LP: #1471561).

  [ Thomas Goirand ]
  * New upstream release.
  * Fixed (build-)depends for this release.
  * Transitional packages are of priority: extra.

 -- James Page james.p...@ubuntu.com  Tue, 11 Aug 2015 09:25:22 +0100

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

Title:
  Typo in python-oslo packages: transtional

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

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


[Bug 1488056] [NEW] Rejected send message, 10 matched rules; type=method_return, sender=:1.84

2015-08-24 Thread Michael Heuberger
Public bug reported:

Seeing lots of those log entries. Here an example

Aug 24 20:14:36 M1 NetworkManager[748]: error [1440404076.494991]
[dns-manager/nm-dns-dnsmasq.c:398] update(): dnsmasq owner not found on
bus: Could not get owner of name
'org.freedesktop.NetworkManager.dnsmasq': no such name

Aug 24 20:14:36 M1 dbus[792]: [system] Rejected send message, 10 matched
rules; type=method_return, sender=:1.84 (uid=0 pid=3300
comm=/usr/sbin/dnsmasq --no-resolv --keep-in-foreground)
interface=(unset) member=(unset) error name=(unset)
requested_reply=0 destination=:1.7 (uid=0 pid=748
comm=/usr/sbin/NetworkManager --no-daemon )

Attached info might help locating the issue. Thanks for any clues.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: dnsmasq 2.72-3ubuntu0.1
ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4
Uname: Linux 3.19.0-26-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.17.2-0ubuntu1.3
Architecture: amd64
Date: Mon Aug 24 23:08:37 2015
InstallationDate: Installed on 2014-10-31 (297 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
PackageArchitecture: all
SourcePackage: dnsmasq
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug vivid

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

Title:
  Rejected send message, 10 matched rules; type=method_return,
  sender=:1.84

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

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


[Bug 1475910] Re: package ceph 0.94.1-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/share/man/man8/ceph-deploy.8.gz', which is also in package ceph-deploy 1.5.20-0ubuntu1

2015-08-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  package ceph 0.94.1-0ubuntu1 failed to install/upgrade: trying to
  overwrite '/usr/share/man/man8/ceph-deploy.8.gz', which is also in
  package ceph-deploy 1.5.20-0ubuntu1

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

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


[Bug 1488256] [NEW] chkrootkit 0.50 shows Windigo/Ebury false positive due to new '-G' option in openssh 1:6.9p1-1

2015-08-24 Thread Francois Thirioux
Public bug reported:

Further informations and details :

http://ubuntuforums.org/showthread.php?t=2291968

chkrootkit should (could ?) test the openssh version to avoid the ssh
-G error detection failure.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: chkrootkit 0.50-3ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-5.5-generic 4.2.0-rc7
Uname: Linux 4.2.0-5-generic x86_64
ApportVersion: 2.18-0ubuntu7
Architecture: amd64
CurrentDesktop: GNOME
Date: Mon Aug 24 22:57:24 2015
InstallationDate: Installed on 2014-03-05 (537 days ago)
InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
SourcePackage: chkrootkit
UpgradeStatus: Upgraded to wily on 2015-07-19 (36 days ago)

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


** Tags: amd64 apport-bug wily

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

Title:
  chkrootkit 0.50 shows Windigo/Ebury false positive due to new '-G'
  option in openssh 1:6.9p1-1

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

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


[Bug 1488256] Re: chkrootkit 0.50 shows Windigo/Ebury false positive due to new '-G' option in openssh 1:6.9p1-1

2015-08-24 Thread Francois Thirioux
** Summary changed:

- chkrootkit 0.50 show Windigo/Ebury false positive due to new '-G' openssh 
1:6.9p1-1 option
+ chkrootkit 0.50 shows Windigo/Ebury false positive due to new '-G' option in 
openssh 1:6.9p1-1

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

Title:
  chkrootkit 0.50 shows Windigo/Ebury false positive due to new '-G'
  option in openssh 1:6.9p1-1

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

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


[Bug 1451540] Re: usbredir fails to build in trusty

2015-08-24 Thread Mathew Hodson
** Changed in: usbredir (Ubuntu Trusty)
Milestone: None = trusty-updates

** Changed in: usbredir (Ubuntu)
Milestone: trusty-updates = None

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

Title:
  usbredir fails to build in trusty

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

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


[Bug 1236132] Re: The index.html file has incorrect HTML structure

2015-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/tomcat8

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

Title:
  The index.html file has incorrect HTML structure

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

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


[Bug 1010791] Re: tomcat7 upgrades fail if /etc/tomcat7/tomcat-users.xml is removed

2015-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/tomcat8

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

Title:
  tomcat7 upgrades fail if /etc/tomcat7/tomcat-users.xml is removed

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

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


[Bug 1443041] Re: AUTHBIND is incorrectly configured to run Tomcat7 on port 80 or 443

2015-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/tomcat8

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

Title:
  AUTHBIND is incorrectly configured to run Tomcat7 on port 80 or 443

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

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


[Bug 1414110] Re: Wireless powersave doesn't work (pm-utils)

2015-08-24 Thread John Morris
I fixed the same problem the same way.

Error in /var/log/pm-powersave.log:
Running hook /usr/lib/pm-utils/power.d/wireless true:
cat: /sys/class/net/wlan0/device/enabled: No such file or directory
/usr/lib/pm-utils/power.d/wireless true: success.

Fix:
sed -ie '/\/sys\/class\/net\/$1\/device\/enabled/ s/enabled/enable/' \
/usr/lib/pm-utils/power.d/wireless

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

Title:
  Wireless powersave doesn't work (pm-utils)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1414110/+subscriptions

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