[Bug 1330504] Re: strongSwan 5.1.3

2015-05-02 Thread Robert Sander
I am currently affected by https://wiki.strongswan.org/issues/547 which
should be fixed in 5.1.3

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

Title:
  strongSwan 5.1.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1330504/+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 1451091] [NEW] new upstream version 5.2.1

2015-05-02 Thread Robert Sander
Public bug reported:

Debian wheezy-backports and Debian jessie contain upstream version 5.2.1
of strongswan. Please make that available on Ubuntu.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: strongswan (not installed)
ProcVersionSignature: Ubuntu 3.13.0-51.84-generic 3.13.11-ckt18
Uname: Linux 3.13.0-51-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: amd64
CurrentDesktop: Unity
Date: Sat May  2 23:44:00 2015
InstallationDate: Installed on 2015-04-30 (2 days ago)
InstallationMedia: Ubuntu-Server 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.3)
SourcePackage: strongswan
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: strongswan (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 strongswan in Ubuntu.
https://bugs.launchpad.net/bugs/1451091

Title:
  new upstream version 5.2.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1451091/+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 1426910] [NEW] kdb5_ldap_util creates principal with wrong DNS domain

2015-03-01 Thread Robert Sander
Public bug reported:

If there is more than one domain in the search line of
/etc/resolv.conf when kdb5_ldap_util create is used to populate the LDAP
directory, a wrong hostname is composed.

kdb5_ldap_util seems to use the last domain name of the search list,
which is obviously not always correct.

Maybe kdb5_ldap_util should use an algorithm like hostname --fqdn to
determine the fully qualified domain name of the host.

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

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

Title:
  kdb5_ldap_util creates principal with wrong DNS domain

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1426910/+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 1016148] Re: vsftpd *is* configured to allow anon by default

2014-09-02 Thread Gernot Sander
https://help.ubuntu.com/10.04/serverguide/ftp-server.html

The written command:
sudo apt-get install vsftpd
does not create the file: /etc/init.d/vsftpd
and the daemon is not started


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

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

Title:
  vsftpd *is* configured to allow anon by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/1016148/+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 1354668] [NEW] Fix for suspend/hibernate with DVB-t USB stick

2014-08-09 Thread sander
Public bug reported:

I have a Terratec Cinergy T USB XXS DVB-t USB stick, but when you
suspend the system while a radio or TV channel is actively playing in
some application, the system does not correctly suspend the device. The
system will not wake up again and you have to reset the computer. This
bug exists for at least 3 year and likely people with similar DVB-t USB
sticks will be affected as well.

I have created a failure proof workaround solution for VLC by creating
the script /etc/pm/sleep.d/50_dvb_usb_dib0700_quirk:

#!/bin/sh

PASS=enter password for LUA telnet access to VLC

case $1 in
hibernate|suspend)
 # check whether a stream with telx (Teletext) is active or not
  if [ `{ echo $PASS; echo info; } | netcat localhost 4212 -q 1 | grep -c 
telx` -eq 0 ]
  then
   continue
  else
   { echo $PASS; echo stop; } | netcat localhost 4212 -q 1  /dev/null
  fi
  modprobe -r dvb_usb_dib0700
  sleep 1
  ;;
thaw|resume)
  modprobe dvb_usb_dib0700
  # automatically start playing after wake up
  { echo $PASS; echo play; } | netcat localhost 4212 -q 1  /dev/null
  ;;
*) exit $NA
  ;;
esac

This solution was inspired by:
http://forum.xbmc.org/printthread.php?tid=71490

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Fix  for suspend/hibernate with DVB-t USB stick

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1354668/+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 1323814] Re: sshd: Default is PermitRootLogin without-password

2014-06-23 Thread Robert Sander
** Also affects: openssh (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  sshd: Default is PermitRootLogin without-password

To manage notifications about this bug go to:
https://bugs.launchpad.net/finnix/+bug/1323814/+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 454566] Re: False positive for SucKit

2014-04-24 Thread Sander Johansen
In most major new distros (including redhat and ubuntu) strings /sbin/init | 
grep HOME returns:
XDG_CACHE_HOME
XDG_CONFIG_HOME

which still triggers an alert (false positive) for suckit rootkit in
14.04.

I checked the suckit source, and it gives:
sk2rc2$ strings ./src/sk | grep HOME
HOME=%s

So it means if we include = into the check, we will correctly detect it.

On line 1000 of chkrootkit it says:

   ### Suckit
   if [ -f ${ROOTDIR}sbin/init ]; then
  if [ ${QUIET} != t ];then printn Searching for Suckit rootkit... ; 
fi
  if [ ${SYSTEM} != HP-UX ]  ( ${strings} ${ROOTDIR}sbin/init | 
${egrep} HOME  || \
  cat ${ROOTDIR}/proc/1/maps | ${egrep} init. ) /dev/null 21
then
echo Warning: ${ROOTDIR}sbin/init INFECTED

---
I sugest changing line 1003 from:
  if [ ${SYSTEM} != HP-UX ]  ( ${strings} ${ROOTDIR}sbin/init | 
${egrep} HOME  || \
to:
  if [ ${SYSTEM} != HP-UX ]  ( ${strings} ${ROOTDIR}sbin/init | 
${egrep} 'HOME='  || \


and line 541 should also be changed from:
expertmode_output=${strings} ${ROOTDIR}sbin/init | ${egrep HOME
to
expertmode_output=${strings} ${ROOTDIR}sbin/init | ${egrep 'HOME='

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

Title:
  False positive for SucKit

To manage notifications about this bug go to:
https://bugs.launchpad.net/server-papercuts/+bug/454566/+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 454566] Re: False positive for SucKit

2014-04-24 Thread Sander
heres a patch for it

** Patch added: Chkroot suckit false positive fix
   
https://bugs.launchpad.net/ubuntu/+source/chkrootkit/+bug/454566/+attachment/4095317/+files/chkrootkit_suckit_false_positive.patch

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

Title:
  False positive for SucKit

To manage notifications about this bug go to:
https://bugs.launchpad.net/server-papercuts/+bug/454566/+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 1308559] Re: snmpd reads from uninitialised memory

2014-04-22 Thread Sander Steffann
Jamie: a comment has arrived :)

It is: This has been fixed in the current versions in the repository,
where the prefix_len function has been rewritten to work as documented.

There is already a fix on the 5.4-patches branch:
https://sourceforge.net/p/net-
snmp/code/ci/ec96b35d5060c09b9f53d4dec73fb7965c2ac145/

No idea when/if there will be a net-snmp-5.4.5 release with this patch
in it though...

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

Title:
  snmpd reads from uninitialised memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/1308559/+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 1308559] [NEW] snmpd reads from uninitialised memory

2014-04-16 Thread Sander Steffann
Public bug reported:

All net-snmp-5.4 versions give bogus data when returning the
ipAddressPrefix for IPv4 addresses:

ipAddressPrefix.ipv4.94.142.242.194 = 
ipAddressPrefixOrigin.2.ipv4.88.0.0.0.5
ipAddressPrefix.ipv4.127.0.0.1 = ipAddressPrefixOrigin.1.ipv4.51.101.48.0.0

While the real situation is completely different:

$ ip -4 addr
1: lo: LOOPBACK,UP,LOWER_UP mtu 16436 qdisc noqueue state UNKNOWN 
inet 127.0.0.1/8 scope host lo
2: eth0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc pfifo_fast state UP 
qlen 1000
inet 94.142.242.194/29 brd 94.142.242.199 scope global eth0

This seems to be caused by an (open) bug in net-snmp:
http://sourceforge.net/p/net-snmp/bugs/2251/

This seems to cause net-snmp to read from uninitialised memory, which
can be a security issue (see the recent heartbleed mess, although this
seems much less severe).

As this is a serious problem, but upstream has had this issue open for
years, please fix this for the LTS releases.

** Affects: net-snmp (Ubuntu)
 Importance: Undecided
 Status: New

** Information type changed from Private Security to Public

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

Title:
  snmpd reads from uninitialised memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/1308559/+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-03-30 Thread Sander Jonkers
PS:

So that Google will find it, I'll post my exact message with a different
(line?) number:

no talloc stackframe at ../source3/param/loadparm.c:4864, leaking
memory

HTH

-- 
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 1257186] Re: memory leakage messages

2014-03-30 Thread Sander Jonkers
I can confirm James Dupin's post: gone after sudo apt-get remove
libpam-smbpass.

See http://ubuntuforums.org/showthread.php?t=2214042 with my experience
before I saw this post.

-- 
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 1270193] Re: /etc/init.d/munin-node not systemd compliant

2014-01-20 Thread Robert Sander
The xfce4-power-manager depends on systemd-services.

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

Title:
  /etc/init.d/munin-node not systemd compliant

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1270193/+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 1270193] [NEW] /etc/init.d/munin-node not systemd compliant

2014-01-17 Thread Robert Sander
Public bug reported:

The script in /etc/init.d/munin-node is not systemd compliant, but the
package installs a systemd service:

Setting up munin-node (2.0.17-2ubuntu1) ...
Warning: The home dir /var/lib/munin you specified can't be accessed: No such 
file or directory
Adding system user `munin' (UID 138) ...
Adding new group `munin' (GID 149) ...
Adding new user `munin' (UID 138) with group `munin' ...
Not creating home directory `/var/lib/munin'.
Initializing plugins..done.
Restarting munin-node..munin-node start/running, process 19825
ln -s '/lib/systemd/system/munin-node.service' 
'/etc/systemd/system/multi-user.target.wants/munin-node.service'

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: munin-node 2.0.17-2ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-15.8-lowlatency 3.11.10
Uname: Linux 3.11.0-15-lowlatency x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Fri Jan 17 16:38:54 2014
InstallationDate: Installed on 2012-06-14 (581 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: munin
UpgradeStatus: Upgraded to saucy on 2013-10-29 (80 days ago)
modified.conffile..etc.munin.plugin.conf.d.munin.node: [deleted]

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


** Tags: amd64 apport-bug saucy systemd

** Tags added: systemd

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

Title:
  /etc/init.d/munin-node not systemd compliant

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1270193/+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 1270193] Re: /etc/init.d/munin-node not systemd compliant

2014-01-17 Thread Robert Sander
The impact is that it is impossible to stop munin-node with

sudo /etc/init.d/munin-node stop

because systemd will automatically restart it.

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

Title:
  /etc/init.d/munin-node not systemd compliant

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1270193/+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 1227195] Re: new upstream release

2013-09-18 Thread Robert Sander
** Bug watch added: Debian Bug tracker #723662
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723662

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

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

Title:
  new upstream release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1227195/+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 1227195] [NEW] new upstream release

2013-09-18 Thread Robert Sander
Public bug reported:

According to http://www.ijs.si/software/amavisd/ a new release (2.8.1)
was published on 2013-06-18.

When will it be packaged?

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: amavisd-new 1:2.7.1-2ubuntu3
ProcVersionSignature: Ubuntu 3.8.0-30.22-lowlatency 3.8.13.6
Uname: Linux 3.8.0-30-lowlatency x86_64
ApportVersion: 2.9.2-0ubuntu8.4
Architecture: amd64
Date: Wed Sep 18 17:03:16 2013
InstallationDate: Installed on 2012-06-14 (460 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: amavisd-new
UpgradeStatus: Upgraded to raring on 2013-04-29 (142 days ago)

** Affects: amavisd-new (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring third-party-packages

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

Title:
  new upstream release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1227195/+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 1177684] Re: php5-gd doesn't close /proc/NN/auxv - leaks FDs?

2013-06-11 Thread Sander Smeenk
Can't find an option to close this bug. Feel free to close this. Will
track libjpeg-turbo bug 1189939 instead.

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

Title:
  php5-gd doesn't close /proc/NN/auxv - leaks FDs?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1177684/+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 1177684] Re: php5-gd doesn't close /proc/NN/auxv - leaks FDs?

2013-06-11 Thread Sander Smeenk
Confirmed. The above mentioned bug (+ fix) fixes this issue.

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

Title:
  php5-gd doesn't close /proc/NN/auxv - leaks FDs?

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

2012-11-17 Thread Sander Steffann
(yes: this is mostly the same text as I posted for Bug #241305 because
the same problems apply)

This issue has been reported over 4 years ago, and has become a serious
real-life problem for organisations. IANA (global supply) ran out of
IPv4 addresses in February 2011. Shortly after that APNIC (Asia-Pacific
supply) ran out. In September 2012 RIPE NCC (Europe/Middle-East/parts of
Asia) ran out of IPv4 addresses.

Being able to run an IPv6-only network is increasingly important. Sure,
hacks like NAT64/DNS64 exist. They form performance bottlenecks and
single-points-of-failure in networks. Having native IPv6 support on a
service like ntp.ubuntu.com is important.

The Canonical Sysadmins are notified of this issue, so I hope they take
action as soon as possible. This is something that should have been
fixed last year.

-- 
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:
  ntp.ubuntu.com does not have  record

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 892747] Re: package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-07 Thread Sander Smeenk
This affects me too. In a grave way. The package is somewhat unusable
with automated installers and/or puppet/cfengine.


Steps to reproduce:
1) make sure your system has *NO* slapd package installed
2) create /etc/ldap/slapd.conf (contents does not matter)
3) install the slapd package.

Result:
Setting up slapd (2.4.25-1.1ubuntu4.1) ...
  Creating initial configuration... mkdir: cannot create directory 
`/etc/ldap/slapd.conf': File exists
dpkg: error processing slapd (--configure):
 subprocess installed post-installation script returned error exit status 1


Also, on a sidenote, your postinst script is braindead. Your package
offers a 'no_configuration' debconf  setting but then fails to install
the package since slapd wont start as there is no configuration:

# debconf-show slapd
* slapd/no_configuration: true

# apt-get install slapd
[ .. ]
Setting up slapd (2.4.25-1.1ubuntu4.1) ...
  Omitting slapd configuration as requested.
 * No configuration file was found for slapd at /etc/ldap/slapd.conf.
invoke-rc.d: initscript slapd, action start failed.
dpkg: error processing slapd (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 slapd
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Title:
  package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/892747/+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 570513] Re: NIS-based autofs maps don't load on startup

2011-09-27 Thread Robert Sander
This is a patch a applied to /etc/init/autofs.conf to make the autofs
upstart job wait for NIS.

The loop was inspired by the same loop in /etc/init.d/nis.


** Patch added: Patch to /etc/init/autofs.conf waiting for NIS
   
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/570513/+attachment/2469380/+files/autofs.conf.patch

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

Title:
  NIS-based autofs maps don't load on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/570513/+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 599342] Re: Temporary failure in name resolution

2011-06-18 Thread Robert Sander
I am sorry for the delay.

It looks like the grep from comment #13 will do the trick on standalone
systems.

Unfortunately we have moved away from KVM on our systems, so that I am
not able to test it right now.

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

Title:
  Temporary failure in name resolution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/599342/+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 599342] Re: Temporary failure in name resolution

2010-08-18 Thread Robert Sander
We have removed the local hostname from /etc/hosts pointing to 127.0.1.1
or any other address in 127.0.0.0/8, we only keep 127.0.0.1 for
localhost in there. Every other name is resolved by our internal DNS.

The loop above just waits until the DNS answers and the hostname can be
resolved. Otherwise libvirtd refuses to start.

We have reasons not to resolve the hostname to a 127.0.0.0/8 address.

-- 
Temporary failure in name resolution
https://bugs.launchpad.net/bugs/599342
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 599790] Re: Error message flood when enabling events in Ubuntu

2010-07-02 Thread Sander Johansen
This bug is not present in 10.04 LTS.

But I found another bug after I upgraded.

All spaces was stored as \040 in ~/.mysql_history on 9.10. But in 10.04
they use normal spaces.

Means all my previous history have lots of \040 inside it, so I get an
error when executing those commands.

-- 
Error message flood when enabling events in Ubuntu
https://bugs.launchpad.net/bugs/599790
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 599790] [NEW] Error message flood when enabling events in Ubuntu

2010-06-29 Thread Sander Johansen
Public bug reported:

When enabling events with SET GLOBAL event_scheduler = ON;  I get a
flood of error messages when I stop mysql.

Here is what's happening:
/etc/init.d/mysql restart
 * Stopping MySQL database server mysqld
ERROR 1053 (08S01) at line 1: Server shutdown in progress
ERROR 2002 (HY000): Can't connect to local MySQL server through socket 
'/var/run/mysqld/mysqld.sock' (2)
ERROR 2002 (HY000): Can't connect to local MySQL server through socket 
'/var/run/mysqld/mysqld.sock' (2)
ERROR 2002 (HY000): Can't connect to local MySQL server through socket 
'/var/run/mysqld/mysqld.sock' (2)
.
.
...
To stop it, I have to do killall -9 xargs from another shell.

This is happening on Ubuntu 9.10 with mysql 5.1.37-1ubuntu5.4

I managed to enable event scheduler in my.cnf with setting
event_scheduler = 1 . Then the bug permanently will occour every time I
stop mysql.

I've heard that the mysql init script is diffrent from the ubuntu/debian
version. That might be the reason of this bug.

ProblemType: Bug
Architecture: amd64
Date: Tue Jun 29 13:02:34 2010
DistroRelease: Ubuntu 9.10
Logs.var.log.kern.log:
 
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['Provisioning', 'debian-5.1.flag', 
'mysql_upgrade_info', 'DB3693', 'ib_logfile0', 'DB13453812', 
'l...@002bfound', 'mysql', 'DB13453817', 'ibdata1', 'ib_logfile1', 'test']
Package: mysql-server-5.1 5.1.37-1ubuntu5.4
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-19.56-server
SourcePackage: mysql-dfsg-5.1
Uname: Linux 2.6.31-19-server x86_64
mtime.conffile..etc.apparmor.d.usr.sbin.mysqld: 2010-06-28T16:36:44.028478

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


** Tags: amd64 apport-bug

-- 
Error message flood when enabling events in Ubuntu
https://bugs.launchpad.net/bugs/599790
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 599790] Re: Error message flood when enabling events in Ubuntu

2010-06-29 Thread Sander Johansen

** Attachment added: .etc.apparmor.d.usr.sbin.mysqld.txt
   http://launchpadlibrarian.net/51107773/.etc.apparmor.d.usr.sbin.mysqld.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/51107774/Dependencies.txt

** Attachment added: Logs.var.log.daemon.log.txt
   http://launchpadlibrarian.net/51107775/Logs.var.log.daemon.log.txt

** Attachment added: MySQLConf.etc.mysql.my.cnf.txt
   http://launchpadlibrarian.net/51107776/MySQLConf.etc.mysql.my.cnf.txt

** Attachment added: modified.conffile..etc.apparmor.d.usr.sbin.mysqld.txt
   
http://launchpadlibrarian.net/51107778/modified.conffile..etc.apparmor.d.usr.sbin.mysqld.txt

-- 
Error message flood when enabling events in Ubuntu
https://bugs.launchpad.net/bugs/599790
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 599342] [NEW] Temporary failure in name resolution

2010-06-28 Thread Robert Sander
Public bug reported:

libvirt-bin is not started correctly.

It tries to resolve the hostname when starting but at that time ther eis
no network and no DNS available. It fails with error 6 and starts again
immediately. After several attempts init disables the job completely:

Jun 28 14:33:05 natta libvirtd: 14:33:05.885: error : virGetHostname:1838 : 
internal error getaddrinfo failed for 'natta': Temporary failure in name 
resolution
Jun 28 14:33:05 natta init: libvirt-bin main process (1332) terminated with 
status 6
Jun 28 14:33:05 natta init: libvirt-bin main process ended, respawning
Jun 28 14:33:05 natta libvirtd: 14:33:05.892: error : virGetHostname:1838 : 
internal error getaddrinfo failed for 'natta': Temporary failure in name 
resolution
Jun 28 14:33:05 natta init: libvirt-bin main process (1338) terminated with 
status 6
Jun 28 14:33:05 natta init: libvirt-bin respawning too fast, stopped

We have removed the bogus hostname entry from /etc/hosts poiting to a
127.0.0.2 address. Our network DNS resolves hostnames to their real IP
addresses.

If libvirt-bin needs to resolve a hostname to an IP address it should
wait for the network when starting.

The libvirt-bin upstart script may need a dependency.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: libvirt-bin 0.7.5-5ubuntu27
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32.11-epi+drm33.2 x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Mon Jun 28 14:34:41 2010
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LANGUAGE=
SourcePackage: libvirt

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


** Tags: amd64 apport-bug lucid

-- 
Temporary failure in name resolution
https://bugs.launchpad.net/bugs/599342
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 599342] Re: Temporary failure in name resolution

2010-06-28 Thread Robert Sander

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/51031539/Dependencies.txt

-- 
Temporary failure in name resolution
https://bugs.launchpad.net/bugs/599342
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 599342] Re: Temporary failure in name resolution

2010-06-28 Thread Robert Sander
After reading bug #595388 I have added the lines:

hostname=$(hostname)
until host $hostname
do
sleep 2s
done

to the pre-start section of libvirt-bin's upstart script. It works for
me.

-- 
Temporary failure in name resolution
https://bugs.launchpad.net/bugs/599342
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 511620] Re: write errors on virtual disc during install

2010-04-26 Thread Robert Sander
Hi,

where do I get qemu-kvm (0.12.3-0ubuntu15)? I have a lucid amd64 KVM
host with similar symptoms but the available qemu-kvm version is only
0.12.3+noroms-0ubuntu9.

-- 
write errors on virtual disc during install
https://bugs.launchpad.net/bugs/511620
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 517714] Re: [Lucid] Error starting domain: could not remove profile

2010-04-15 Thread Robert Sander
I also encountered this issue just now. It is caused by an update of the
apparmor profile:

--- /etc/apparmor.d/usr.lib.libvirt.virt-aa-helper  2010-04-14 
14:19:00.0 +0200
+++ /etc/apparmor.d/usr.lib.libvirt.virt-aa-helper.dpkg-dist2010-04-15 
08:17:39.0 +0200
@@ -3,6 +3,7 @@
 
 /usr/lib/libvirt/virt-aa-helper {
   #include abstractions/base
+  #include abstractions/user-tmp
 
   # needed for searching directories
   capability dac_override,
@@ -14,9 +15,30 @@
   deny @{PROC}/[0-9]*/mounts r,
   @{PROC}/filesystems r,
 
+  # for hostdev
+  /sys/devices/ r,
+  /sys/devices/** r,
+
   /usr/lib/libvirt/virt-aa-helper mr,
   /sbin/apparmor_parser Ux,
 
   /etc/apparmor.d/libvirt/* r,
   
/etc/apparmor.d/libvirt/libvirt-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*
 rw,
+
+  # For backingstore, virt-aa-helper needs to peek inside the disk image, so
+  # allow access to non-hidden files in @{HOME} as well as storage pools, and
+  # removable media and filesystems. A virt-aa-helper failure when checking a
+  # disk for backinsgstore is non-fatal (but obviously the backingstore won't
+  # be added).
+  audit deny @{HOME}/.* mrwkl,
+  audit deny @{HOME}/.*/ rw,
+  audit deny @{HOME}/.*/** mrwkl,
+  audit deny @{HOME}/bin/ rw,
+  audit deny @{HOME}/bin/** mrwkl,
+  @{HOME}/ r,
+  @{HOME}/** r,
+  /var/lib/libvirt/images/ r,
+  /var/lib/libvirt/images/** r,
+  /{media,mnt,opt,srv}/** r,
+  deny /dev/** mrwkl,
 }

I reverted to the old one and virt-manager was able to start virtual
machines again.

-- 
[Lucid] Error starting domain: could not remove profile
https://bugs.launchpad.net/bugs/517714
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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