[Bug 273043] [NEW] /etc/init.d/apache2 routinely prints to stderr if few modules are enabled, causing logrotate to spam in cron

2008-09-22 Thread Knut Auvor Grythe
Public bug reported:

Binary package hint: apache2-common

We have a server which basically runs a vanilla apache, with very few
modules enabled. Every night, logrotate sends us this cron mail:

  Subject: Cron [EMAIL PROTECTED]test -x /usr/sbin/anacron || run-
parts --report /etc/cron.daily

  /etc/cron.daily/logrotate:
  grep: /etc/apache2/mods-enabled/*.conf: No such file or directory

This is caused by /etc/init.d/apache2 skimming through the config file
to find the PidFile setting, like this:

for i in $AP_CONF `awk '$1 ~ /^\s*[Ii]nclude$/  $2 ~ /^\// {print 
$2}' $AP_CONF`; do
PIDFILE=`grep -i ^PidFile $i | tail -n 1 | awk '{print $2}'`
if [ -e $PIDFILE ]; then
PID=`cat $PIDFILE`
fi
done

The problem is when these globs in /etc/apache2/apache2.conf do not
match any files:

  Include /etc/apache2/mods-enabled/*.load
  Include /etc/apache2/mods-enabled/*.conf

I have attached a patch which redirects stderr from grep to /dev/null.
This should solve the problem without any negative side-effects as far
as I can tell.


Oh, and if anyone with the same problem reads this before it is patched: A 
work-around for this problem is to create an empty file (or two) in 
/etc/apache2/mods-enabled.

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

-- 
/etc/init.d/apache2 routinely prints to stderr if few modules are enabled, 
causing logrotate to spam in cron
https://bugs.launchpad.net/bugs/273043
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 273043] Re: /etc/init.d/apache2 routinely prints to stderr if few modules are enabled, causing logrotate to spam in cron

2008-09-22 Thread Knut Auvor Grythe

** Attachment added: init.d_apache2_silence.patch
   http://launchpadlibrarian.net/17824077/init.d_apache2_silence.patch

-- 
/etc/init.d/apache2 routinely prints to stderr if few modules are enabled, 
causing logrotate to spam in cron
https://bugs.launchpad.net/bugs/273043
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-09-22 Thread Richard Rickwood
Is this not caused by the same problem that causes bug 207072, which is
fixed (for me at least) using the patch supplied there:
http://launchpadlibrarian.net/15554213/80_samba_browsing_authentification.patch

I applied that patch to gvfs-0.99.8 and it cured all my nautilus smb
woes.

Why this patch is not yet integrated I do not know. Surely the dozens of
nautilus/smb bugs filed on lauchpad must have this common root.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 231706] Re: munin apache plugin no data

2008-09-22 Thread Morten Siebuhr
I've made a localhost virtual host that serves munin with data:

VirtualHost *:80
# vim:syntax=apache
ServerAdmin [EMAIL PROTECTED]
ServerName  localhost
ServerAlias 127.0.0.1

DocumentRoot /srv/http/localhost/

Location /server-status
SetHandler server-status
/Location

Location /
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
Allow from ::1
/Location

# Logging
ErrorLog /var/log/apache2/localhost.error.log
LogLevel warn
CustomLog /var/log/apache2/localhost.access.log combined
/VirtualHost

Copy into /etc/apache2/sites-available/localhost.conf, then run a2ensite
localhost.conf and /etc/init.d/apache2 reload

-- 
munin apache plugin no data
https://bugs.launchpad.net/bugs/231706
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 273099] [NEW] No debug symbols package for net-snmp

2008-09-22 Thread Alex Bennee
Public bug reported:

Running valgrind against some programs built with libsnmp I came across
some invalid reads. Unfortunately it's in the guts of net-snmp and there
is no debug symbol package to install to help elucidate whats going on.

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

-- 
No debug symbols package for net-snmp
https://bugs.launchpad.net/bugs/273099
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp 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 271254] Re: drbd doesn't start: No response from the DRBD driver! Is the module loaded? but module is loaded

2008-09-22 Thread Heiko
On the drbd mailing list I got a hint to a bug report for OpenSuSE 11:
http://lists.linbit.com/pipermail/drbd-user/2008-September/010298.html
May be it is the same problem.

-- 
drbd doesn't start: No response from the DRBD driver! Is the module loaded? 
but module is loaded
https://bugs.launchpad.net/bugs/271254
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 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 261809] Re: [ffe]freeradius listen on random port

2008-09-22 Thread Launchpad Bug Tracker
This bug was fixed in the package freeradius - 2.1.0+dfsg-0ubuntu1

---
freeradius (2.1.0+dfsg-0ubuntu1) intrepid; urgency=low

  * New upstream release.
  * Fixes FTBFS issue with new libtool.
  * Fixes listen on random port. (LP: #261809)

 -- Chuck Short [EMAIL PROTECTED]   Mon, 22 Sep 2008 08:42:02 -0400

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

-- 
[ffe]freeradius listen on random port
https://bugs.launchpad.net/bugs/261809
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius 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 192594] Re: unplug - plug again network cable

2008-09-22 Thread Thierry Carrez
Posted as http://lobugs.likewisesoftware.com/show_bug.cgi?id=13

-- 
unplug - plug again network cable
https://bugs.launchpad.net/bugs/192594
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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 271254] Re: drbd doesn't start: No response from the DRBD driver! Is the module loaded? but module is loaded

2008-09-22 Thread Chuck Short
Can you try the updated version in my ppa?

Thanks
chuck

-- 
drbd doesn't start: No response from the DRBD driver! Is the module loaded? 
but module is loaded
https://bugs.launchpad.net/bugs/271254
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 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 273043] Re: /etc/init.d/apache2 routinely prints to stderr if few modules are enabled, causing logrotate to spam in cron

2008-09-22 Thread Chuck Short
Hi,

For whatich apache version is this patch for?

Thanks
chuck

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

-- 
/etc/init.d/apache2 routinely prints to stderr if few modules are enabled, 
causing logrotate to spam in cron
https://bugs.launchpad.net/bugs/273043
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 115475] Re: tproxy support (iptables squid)

2008-09-22 Thread Richard Laager
** Summary changed:

- any chance for iptables TPROXY module?
+ tproxy support (iptables  squid)

** Description changed:

- Binary package hint: iptables
- 
- This is a table which makes building squid as an invisible acceleration
- proxy possible.  Currently you have to alter your network topology to
- plug squid in like that, but with this module the squid box becomes an
- invisible bridge (not even traceroute can find it).  It is available in
- patch-o-matic and would be very handy.
+ tproxy is a module which makes building squid as an invisible
+ acceleration proxy possible.  Currently you have to alter your network
+ topology to plug squid in like that, but with this module the squid box
+ becomes an invisible bridge (not even traceroute can find it).  It is
+ available in  patch-o-matic and would be very handy.

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

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

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

-- 
tproxy support (iptables  squid)
https://bugs.launchpad.net/bugs/115475
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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


Re: [Bug 66741] Re: Long delays enumerating users

2008-09-22 Thread Marco Gaiarin

 Say me if i've to open a new bug, i've searched for 'tls_cacertfile' on
 launchpad but seems that there's no reference... no, wait a moment:

 https://bugs.launchpad.net/ubuntu/+source/libnss-
 ldap/+bug/241128

 seems i've to use tls_checkpeer=yes, i'll do some tests. ;)

No, whatever i set tls_checkpeer in /etc/ldap.conf, i *have* to set
TLS_CACERT on /etc/ldap/ldap.conf to make it work.

Say me if i can do something more to debug this...

-- 
Long delays enumerating users
https://bugs.launchpad.net/bugs/66741
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap 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 50385] Re: samba can't be launched by a normal user (qemu related)

2008-09-22 Thread Dustin Kirkland
Can anyone confirm this bug on Intrepid?

Thanks!
:-Dustin

-- 
samba can't be launched by a normal user (qemu related)
https://bugs.launchpad.net/bugs/50385
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 115475] Re: tproxy support (iptables squid)

2008-09-22 Thread Bug Watch Updater
** Changed in: squid (Debian)
   Status: Unknown = New

-- 
tproxy support (iptables  squid)
https://bugs.launchpad.net/bugs/115475
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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 50385] Re: samba can't be launched by a normal user (qemu related)

2008-09-22 Thread Dustin Kirkland
** Changed in: kvm (Ubuntu)
   Status: New = Incomplete

-- 
samba can't be launched by a normal user (qemu related)
https://bugs.launchpad.net/bugs/50385
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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


Re: [Bug 272812] [NEW] package samba 3.0.28a-1ubuntu4.5 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-09-22 Thread Mathias Gug
On Sun, Sep 21, 2008 at 04:10:11PM -, MikeT wrote:
 Then I ran
 sudo apt-get remove samba
 sudo apt-get clean
 sudo apt-get install samba
 

 
 in the /etc/samba the files I renamed have not been recreated while a
 new file was added - smbpasswd. It was not there before.
 
 All this was done to try to reset the samba installation to a virgin
 state. I have solved the problem by renaming the backed up files back
 again.

You should use apt-get purge samba to remove the configuration files.
apt-get remove samba keeps the configuration files around and apt-get
install won't install the configuration files if the package has just
been removed rather than purged.

  status invalid

-- 
Mathias Gug
Ubuntu Developer  http://www.ubuntu.com


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

-- 
package samba 3.0.28a-1ubuntu4.5 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/272812
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 270713] Re: snmpd: error getting netmask for interface

2008-09-22 Thread Chuck Short
Hi Ian,

Is that all the message you are getting about snmpd in your syslog?

Thanks
chuck

** Changed in: net-snmp (Ubuntu)
   Status: New = Invalid

** Changed in: net-snmp (Ubuntu)
   Status: Invalid = Incomplete

-- 
snmpd: error getting netmask for interface
https://bugs.launchpad.net/bugs/270713
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp 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 270961] Re: snmpd isn't stopped before postinst tries to start it

2008-09-22 Thread Launchpad Bug Tracker
This bug was fixed in the package net-snmp - 5.4.1~dfsg-7.1ubuntu6

---
net-snmp (5.4.1~dfsg-7.1ubuntu6) intrepid; urgency=low

  * debian/snmpd.init: Fix snmpd script error. (LP: #270961)

 -- Chuck Short [EMAIL PROTECTED]   Mon, 22 Sep 2008 14:18:08 -0400

** Changed in: net-snmp (Ubuntu)
   Status: New = Fix Released

-- 
snmpd isn't stopped before postinst tries to start it
https://bugs.launchpad.net/bugs/270961
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp 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 273043] Re: /etc/init.d/apache2 routinely prints to stderr if few modules are enabled, causing logrotate to spam in cron

2008-09-22 Thread Knut Auvor Grythe
Ooops, I'm sorry I forgot to mention that.

Package: apache2-common
Version: 2.0.55-4ubuntu2.3

In other words, the one in Ubuntu Dapper. The one in Hardy seems to be
completely different, so the bug probably doesn't apply there.

-- 
/etc/init.d/apache2 routinely prints to stderr if few modules are enabled, 
causing logrotate to spam in cron
https://bugs.launchpad.net/bugs/273043
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 115475] Re: tproxy support (iptables squid)

2008-09-22 Thread Chuck Short
Probably too late for intrepid. Sorry will revisit again for jaunty.

Regards
chuck

** Changed in: squid (Ubuntu)
   Importance: Undecided = Wishlist
   Status: New = Triaged

-- 
tproxy support (iptables  squid)
https://bugs.launchpad.net/bugs/115475
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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


Re: [Bug 272812] [NEW] package samba 3.0.28a-1ubuntu4.5 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-09-22 Thread MikeT
Ohhh... well, there we go.

Thanks, missed that completely.

Mike

2008/9/22 Mathias Gug [EMAIL PROTECTED]



 You should use apt-get purge samba to remove the configuration files.
 apt-get remove samba keeps the configuration files around and apt-get
 install won't install the configuration files if the package has just
 been removed rather than purged.

  status invalid

 --
 Mathias Gug
 Ubuntu Developer  http://www.ubuntu.com


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

 --
 package samba 3.0.28a-1ubuntu4.5 failed to install/upgrade: subprocess
 post-installation script returned error exit status 1
 https://bugs.launchpad.net/bugs/272812
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in samba source package in Ubuntu: Invalid

 Bug description:
 Binary package hint: samba

 I renamed the files smb.conf and smbusers to smb.con_ and smbuse_ in the
 /etc/samba directory. I did not touch the gdbcommands file. No other file
 was in the directory.

 Then I ran
 sudo apt-get remove samba
 sudo apt-get clean
 sudo apt-get install samba

 at the install, the following occurred:

 [from screen]

 The following packages were automatically installed and are no longer
 required:
  python-zopeinterface python-twisted-core python-libuser python-pygame
  python-pyogg python-pyvorbis python-editobj libsdl-ttf2.0-0
  python-cerealizer libuser1 libcal3d12 python-soya python-tofu
  libsdl-mixer1.2 libode0debian1 simgear0 plib1.8.4c2 python-twisted-bin
  libsdl-image1.2
 Use 'apt-get autoremove' to remove them.
 Suggested packages:
  openbsd-inetd inet-superserver smbldap-tools
 The following NEW packages will be installed:
  samba
 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
 Need to get 3840kB of archives.
 After this operation, 9429kB of additional disk space will be used.
 Get:1 http://es.archive.ubuntu.com hardy-updates/main samba
 3.0.28a-1ubuntu4.5 [3840kB]
 Fetched 3840kB in 1min7s (56.8kB/s)
 Preconfiguring packages ...
 Selecting previously deselected package samba.
 (Reading database ... 133205 files and directories currently installed.)
 Unpacking samba (from .../samba_3.0.28a-1ubuntu4.5_i386.deb) ...
 Setting up samba (3.0.28a-1ubuntu4.5) ...
  * Starting Samba daemons
  [fail]
 invoke-rc.d: initscript samba, action start failed.
 dpkg: error processing samba (--configure):
  subprocess post-installation script returned error exit status 1
 E: Sub-process /usr/bin/dpkg returned an error code (1)

 [end screen]

 in the /etc/samba the files I renamed have not been recreated while a new
 file was added - smbpasswd. It was not there before.

 All this was done to try to reset the samba installation to a virgin state.
 I have solved the problem by renaming the backed up files back again.

 regards
 Mike

 ProblemType: Package
 Architecture: i386
 Date: Sun Sep 21 17:57:13 2008
 DistroRelease: Ubuntu 8.04
 ErrorMessage: subprocess post-installation script returned error exit
 status 1
 Package: samba 3.0.28a-1ubuntu4.5
 PackageArchitecture: i386
 SourcePackage: samba
 Title: package samba 3.0.28a-1ubuntu4.5 failed to install/upgrade:
 subprocess post-installation script returned error exit status 1
 Uname: Linux 2.6.24-19-server i686


-- 
package samba 3.0.28a-1ubuntu4.5 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/272812
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 268816] Re: logrotate uses outdated sarg script

2008-09-22 Thread Launchpad Bug Tracker
This bug was fixed in the package squid - 2.7.STABLE3-1ubuntu2

---
squid (2.7.STABLE3-1ubuntu2) intrepid; urgency=low

  * debian/logrotate: use sarg-reports rather than sarg-maint.
(LP: #268816)

 -- Chuck Short [EMAIL PROTECTED]   Mon, 22 Sep 2008 15:31:01 -0400

** Changed in: squid (Ubuntu)
   Status: New = Fix Released

-- 
logrotate uses outdated sarg script
https://bugs.launchpad.net/bugs/268816
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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 264427] Re: openldap user not in ssl-cert group

2008-09-22 Thread Mathias Gug
*** This bug is a duplicate of bug 227744 ***
https://bugs.launchpad.net/bugs/227744

** This bug has been marked a duplicate of bug 227744
   dapper upgrade to hardy: openldap silently refuses to start when unable to 
open SSL certificates - main: TLS init def ctx failed: -64

-- 
openldap user not in ssl-cert group
https://bugs.launchpad.net/bugs/264427
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 227744] Re: dapper upgrade to hardy: openldap silently refuses to start when unable to open SSL certificates - main: TLS init def ctx failed: -64 - openldap user not in ssl-cert group

2008-09-22 Thread Mathias Gug
** Summary changed:

- dapper upgrade to hardy: openldap silently refuses to start when unable to 
open SSL certificates - main: TLS init def ctx failed: -64
+ dapper upgrade to hardy: openldap silently refuses to start when unable to 
open SSL certificates - main: TLS init def ctx failed: -64 - openldap user not 
in ssl-cert group

-- 
dapper upgrade to hardy: openldap silently refuses to start when unable to open 
SSL certificates - main: TLS init def ctx failed: -64 - openldap user not in 
ssl-cert group
https://bugs.launchpad.net/bugs/227744
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 270713] Re: snmpd: error getting netmask for interface

2008-09-22 Thread Ian! D. Allen
No, I'm getting lots of informational messages as well.  A small excerpt
today:

Sep 22 18:40:02 idallen-oak snmpd[27689]: Connection from UDP: 
[127.0.0.1]:59952 
Sep 22 18:40:02 idallen-oak snmpd[27689]: Connection from UDP: 
[127.0.0.1]:33307 
Sep 22 18:40:09 idallen-oak snmpd[27689]: error getting netmask for interface 2 
Sep 22 18:40:10 idallen-oak snmpd[27689]: error getting netmask for interface 2 

It's the only *error* message I'm getting.  Go read the change logs for
5.4.2 - it's all documented there.

-- 
snmpd: error getting netmask for interface
https://bugs.launchpad.net/bugs/270713
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp 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 194487] Re: network-manager[-openvpn] doesn't handle properly routes pushed by OpenVPN 2.1_Rc7

2008-09-22 Thread Alexander Sack
could someone please test whether this issue still exists in intrepid?

** Changed in: network-manager-openvpn (Ubuntu)
   Status: New = Incomplete

-- 
network-manager[-openvpn] doesn't handle properly routes pushed by OpenVPN 
2.1_Rc7
https://bugs.launchpad.net/bugs/194487
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 194487] Re: network-manager[-openvpn] doesn't handle properly routes pushed by OpenVPN 2.1_Rc7

2008-09-22 Thread Alexander Sack
unless i see evidence that its core-NM issue, I assume its a vpn plugin
problem. Testing with NM 0.7 would help to know more.

** Changed in: network-manager (Ubuntu)
   Status: New = Invalid

-- 
network-manager[-openvpn] doesn't handle properly routes pushed by OpenVPN 
2.1_Rc7
https://bugs.launchpad.net/bugs/194487
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 192643] Re: dnsmasq with enable-dbus doesn't work properly with NetworkManager

2008-09-22 Thread Howard Chu
If you're referring to Gnome bug 551747, yes, I submitted that bug
report and patch, but it appears to have received no attention upstream
yet.

For the reasons I already listed in my previous comment, resolvconf is a
poor solution. I already tried using it here; it still rewrites the disk
too frequently. That's what convinced me to write the DBUS patch.

-- 
dnsmasq with enable-dbus doesn't work properly with NetworkManager
https://bugs.launchpad.net/bugs/192643
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq 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 262251] Re: phpize: configure:8184: error: possibly undefined macro: _LT_SET_OPTIONS

2008-09-22 Thread Mariuz
seems that it affects other extensions too

http://pecl.php.net/bugs/bug.php?id=14609

also i have tried to build ffmpeg-php extension from source and got the same 
error 
so is impossible to build extensions like is now

-- 
phpize: configure:8184: error: possibly undefined macro: _LT_SET_OPTIONS
https://bugs.launchpad.net/bugs/262251
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 119295] Re: OpenSSH should support VIA PadLock

2008-09-22 Thread flamacue
Addendum:  I would be happy enough if it was Hardy backports, vs. the
distro proper.

-- 
OpenSSH should support VIA PadLock
https://bugs.launchpad.net/bugs/119295
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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