[Bug 284807] Re: Network is unreachable

2008-10-17 Thread Jean-Baptiste Lallement
Thanks for your report. This is probably a dup of bug 274069 . affecting
to dhcp3.

Can you try one of the following:
- remove the option interface-mtu in /etc/dhcp3/dhclient.conf
- sudo ifconfig eth0 mtu 1000
- check if your router is in full duplex mode.

Thanks.

** Changed in: dhcp3 (Ubuntu)
Sourcepackagename: None = dhcp3
   Status: New = Incomplete

-- 
Network is unreachable
https://bugs.launchpad.net/bugs/284807
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 249824] Re: [intrepid] bind9/named IPv6 unusable

2008-10-17 Thread Steve Beattie
** Also affects: bind9 (Mandriva) via
   http://qa.mandriva.com/show_bug.cgi?id=43966
   Importance: Unknown
   Status: Unknown

-- 
[intrepid] bind9/named IPv6 unusable
https://bugs.launchpad.net/bugs/249824
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 284738] [NEW] [Intrepid] wrong icons for samba shares

2008-10-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Icons for samba share and its drives are all wrong. Tested both in
dolphin and konqueror.

To reproduce: Dolphin--Network---Samba Share

Kubuntu Intrepid
KDE 4.1.2

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

-- 
[Intrepid] wrong icons for samba shares
https://bugs.launchpad.net/bugs/284738
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 284738] Re: [Intrepid] wrong icons for samba shares

2008-10-17 Thread Arnaud Blouin
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. 
This bug did not have a package associated with it, which is important for 
ensuring that it gets looked at by the proper developers. You can learn more 
about finding the right package at 
https://wiki.ubuntu.com/Bugs/FindRightPackage.
I have classified this bug as a bug in samba.

** Changed in: samba (Ubuntu)
Sourcepackagename: None = samba

-- 
[Intrepid] wrong icons for samba shares
https://bugs.launchpad.net/bugs/284738
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 249824] Re: [intrepid] bind9/named IPv6 unusable

2008-10-17 Thread Bug Watch Updater
** Changed in: bind9 (Mandriva)
   Status: Unknown = Confirmed

-- 
[intrepid] bind9/named IPv6 unusable
https://bugs.launchpad.net/bugs/249824
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 284807] Re: Network is unreachable

2008-10-17 Thread Major Andras
You are right !

If I remove interface-mtu from /etc/dhcp3/dhclient.conf, the network is
working properly.

I found a line in my syslog file:

nm-dispatcher.action: Script
'/etc/NetworkManager/dispatcher.d/01ifupdown' exited with error status
1.

My router is an old one and I gues it can't handle interface-mtu
parameter.

What will be the final solutions for this issue ?

Thank You for help.

-- 
Network is unreachable
https://bugs.launchpad.net/bugs/284807
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 244568] [NEW] saslauthd run control script not using OPTIONS from /etc/default/saslauthd

2008-10-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I used the ISPConfig tutorial for upgrading my ISPConfig server from
Ubuntu 7.10 to 8.04 and things went very well. Except for the final
steps of setting up Postfix to work with saslauthd. Here's what I found.
If I run saslauthd from the command line, explicitly specifying the -m
mux path then things work fine, per the tutorial. If I then run
/etc/init.d/saslauthd start, it's putting the mux in the default
location and Postfix can't find it. It looks to me like the run control
startup is not passing the -m flag to start up the service. Here's the
log from the startup:

/etc/init.d/saslauthd with debugging turned on:

++ MECH_OPTIONS=
++ THREADS=5
++ OPTIONS='-c -m /var/spool/postfix/var/run/saslauthd -r'
+ '[' yes '!=' yes ']'
+ '[' xpam = x ']'
+ PARAMS=' -a pam'
+ START='--start --quiet --pidfile 
/var/spool/postfix/var/run/saslauthd/saslauthd.pid --startas 
/usr/sbin/saslauthd --name saslauthd --  -a pam'
+ case ${1} in
+ echo -n 'Starting SASL Authentication Daemon: '
Starting SASL Authentication Daemon: ++ dpkg-statoverride --list 
/var/run/saslauthd
+ dir='root sasl 710 /var/run/saslauthd'
+ test -z 'root sasl 710 /var/run/saslauthd'
+ createdir root sasl 710 /var/run/saslauthd
+ '[' -d /var/run/saslauthd ']'
+ mkdir -p /var/run/saslauthd
+ chown -c -h root:sasl /var/run/saslauthd
changed ownership of `/var/run/saslauthd' to root:sasl
+ chmod -c 710 /var/run/saslauthd
mode of `/var/run/saslauthd' changed to 0710 (rwx--x---)
+ start-stop-daemon --start --quiet --pidfile 
/var/spool/postfix/var/run/saslauthd/saslauthd.pid --startas 
/usr/sbin/saslauthd --name saslauthd -- -a pam
+ echo saslauthd.


/etc/default/saslauthd file:

#
# Settings for saslauthd daemon
# Please read /usr/share/doc/sasl2-bin/README.Debian for details.
#

# Should saslauthd run automatically on startup? (default: no)
START=yes

# Description of this saslauthd instance. Recommended.
# (suggestion: SASL Authentication Daemon)
DESC=SASL Authentication Daemon

# Short name of this saslauthd instance. Strongly recommended.
# (suggestion: saslauthd)
NAME=saslauthd

# Which authentication mechanisms should saslauthd use? (default: pam)
#
# Available options in this Debian package:
# getpwent  -- use the getpwent() library function
# kerberos5 -- use Kerberos 5
# pam   -- use PAM
# rimap -- use a remote IMAP server
# shadow-- use the local shadow password file
# sasldb-- use the local sasldb database file
# ldap  -- use LDAP (configuration is in /etc/saslauthd.conf)
#
# Only one option may be used at a time. See the saslauthd man page
# for more information.
#
# Example: MECHANISMS=pam
MECHANISMS=pam

# Additional options for this mechanism. (default: none)
# See the saslauthd man page for information about mech-specific options.
MECH_OPTIONS=

# How many saslauthd processes should we run? (default: 5)
# A value of 0 will fork a new process for each connection.
THREADS=5

# Other options (default: -c -m /var/run/saslauthd)
# Note: You MUST specify the -m option or saslauthd won't run!
#
# See /usr/share/doc/sasl2-bin/README.Debian for Debian-specific information.
# See the saslauthd man page for general information about these options.
#
# Example for postfix users: -c -m /var/spool/postfix/var/run/saslauthd
#OPTIONS=-c -m /var/run/saslauthd
OPTIONS=-c -m /var/spool/postfix/var/run/saslauthd -r

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

-- 
saslauthd run control script not using OPTIONS from /etc/default/saslauthd
https://bugs.launchpad.net/bugs/244568
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to postfix 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 207791] Re: winbind forgets uid/name gid/name mappings in regulary periods

2008-10-17 Thread wiggles
I'm having similar issues with RHEL and CentOS as well.

In my logs, I'm seeing messages like this, over and over again, every 10
minutes.  It makes me wonder if this is part of the problem:

[2008/10/15 20:26:44, 0] lib/util_sid.c:string_to_sid(242)
  string_to_sid: Sid S-0-0 is not in a valid format.


** Also affects: samba (CentOS)
   Importance: Undecided
   Status: New

-- 
winbind forgets uid/name gid/name mappings in regulary periods
https://bugs.launchpad.net/bugs/207791
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 285069] [NEW] openldap liblber and active directory

2008-10-17 Thread xian
Public bug reported:

Binary package hint: libnss-ldap

When using libnss_ldap to connect to active directory with rfc2307
attributes, I occasionally get the error:

id: /build/buildd/openldap-2.4.11/libraries/liblber/sockbuf.c:88:
ber_sockbuf_ctrl: Assertion `sb != ((void *)0)' failed.

on an upgraded build on intrepid. I recieved the same error on hardy
with a slightly decremented openldap version number. This bug also seems
to be in debian 425808 but with little activity.

** Affects: libnss-ldap (Ubuntu)
 Importance: Undecided
 Status: New

-- 
openldap liblber and active directory
https://bugs.launchpad.net/bugs/285069
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 284744] Re: should depend on libopenssl-ruby

2008-10-17 Thread Mathias Gug
** Changed in: ec2-ami-tools (Ubuntu)
 Assignee: (unassigned) = Mathias Gug (mathiaz)

-- 
should depend on libopenssl-ruby
https://bugs.launchpad.net/bugs/284744
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-ami-tools 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 253999] Re: nut with Tripplite UPS fills logs and console with on battery and on line power messages

2008-10-17 Thread Jamie Strandboge
Sorry for the delay. I wasn't sure it was nut after all and did various
tests. I tried 1.4.3-2 compiled on hardy and still got the warnings, and
then today the ups died. I think this bug can safely be closed.

-- 
nut with Tripplite UPS fills logs and console with on battery and on line 
power messages
https://bugs.launchpad.net/bugs/253999
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 253999] Re: nut with Tripplite UPS fills logs and console with on battery and on line power messages

2008-10-17 Thread Jamie Strandboge
Marking Invalid for now. If I have problems after replacing the
batteries, I'll reopen. Thanks!

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

-- 
nut with Tripplite UPS fills logs and console with on battery and on line 
power messages
https://bugs.launchpad.net/bugs/253999
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 244568] Re: saslauthd run control script not using OPTIONS from /etc/default/saslauthd

2008-10-17 Thread IanW
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You reported this bug a while ago and there hasn't been
any activity in it recently. We were wondering is this still an issue
for you? Can you try with latest Ubuntu release? Thanks in advance.

** Changed in: postfix (Ubuntu)
Sourcepackagename: None = postfix

-- 
saslauthd run control script not using OPTIONS from /etc/default/saslauthd
https://bugs.launchpad.net/bugs/244568
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 244568] Re: saslauthd run control script not using OPTIONS from /etc/default/saslauthd

2008-10-17 Thread Scott Kitterman
Please follow the Ubuntu documentation here:
https://help.ubuntu.com/8.04/serverguide/C/postfix.html and after you've
set up per that documentation, let us know if there is still a problem.

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

-- 
saslauthd run control script not using OPTIONS from /etc/default/saslauthd
https://bugs.launchpad.net/bugs/244568
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 284744] Re: should depend on libopenssl-ruby

2008-10-17 Thread Mathias Gug
** Changed in: ec2-ami-tools (Ubuntu)
   Status: New = Fix Committed

-- 
should depend on libopenssl-ruby
https://bugs.launchpad.net/bugs/284744
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-ami-tools 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 219527] Re: Username completion crashes with libnss-ldap

2008-10-17 Thread Matthias Klose
** Also affects: openldap (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Username completion crashes with libnss-ldap
https://bugs.launchpad.net/bugs/219527
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 267932] Re: Panel Launcher Crashes when Network File is Opened

2008-10-17 Thread IanW
** Changed in: samba (Ubuntu)
Sourcepackagename: None = samba

-- 
Panel Launcher Crashes when Network File is Opened
https://bugs.launchpad.net/bugs/267932
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 267932] Re: Panel Launcher Crashes when Network File is Opened

2008-10-17 Thread Chuck Short
** Changed in: gnome-panel (Ubuntu)
Sourcepackagename: samba = gnome-panel

-- 
Panel Launcher Crashes when Network File is Opened
https://bugs.launchpad.net/bugs/267932
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 284807] Re: Network is unreachable

2008-10-17 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 274069 ***
https://bugs.launchpad.net/bugs/274069

I'll talk with the dev about this issue, the mtu parameter has been
reenabled in Intrepid in dhcp3-client 3.1.1-1ubuntu1, and there are some
reports about network problems since then

For your reference, here is the relevant part of the changelog:
- debian/dhclient.conf: Get the interface-mtu parameter again. Previous
  Ubuntu versions ignored it because of broken old DHCP servers which hand
  out the wrong value. (LP#61989) However, this breaks correct and
  deliberately sent non-default values, which is a bigger pain. If this is
  still an issue, a better fix is to discard unplausibly low values only.


I'm marking this report duplicates of bug 274069 .

Thanks for your help to make Ubuntu better !

-- 
Network is unreachable
https://bugs.launchpad.net/bugs/284807
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 227848] Re: boot order wrong for iscsi

2008-10-17 Thread Etienne Goyer
I forgot to mention that the bit of code to add to open-iscsi init
script is from the Debian open-iscsi 2.0.869 package in unstable.  So,
we will get it for jaunty in the next sync anyway.

-- 
boot order wrong for iscsi
https://bugs.launchpad.net/bugs/227848
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi 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 257682] Re: dig compiled without -DDIG_SIGCHASE!

2008-10-17 Thread Jamie Strandboge
Today I noticed that libdns35 ended up in universe:

Get:1 http://archive.ubuntu.com hardy-proposed/main libisc35 1:9.4.2.dfsg.P2-2 
[139kB]
Get:2 http://archive.ubuntu.com hardy-proposed/main bind9 1:9.4.2.dfsg.P2-2 
[283kB]
Get:3 http://archive.ubuntu.com hardy-proposed/main libisccc30 
1:9.4.2.dfsg.P2-2 [24.9kB]
Get:4 http://archive.ubuntu.com hardy-proposed/main libisccfg30 
1:9.4.2.dfsg.P2-2 [44.9kB]
Get:5 http://archive.ubuntu.com hardy-proposed/main liblwres30 
1:9.4.2.dfsg.P2-2 [43.0kB]
Get:6 http://archive.ubuntu.com hardy-proposed/universe libdns35 
1:9.4.2.dfsg.P2-2 [550kB]
Get:7 http://archive.ubuntu.com hardy-proposed/main libbind9-30 
1:9.4.2.dfsg.P2-2 [27.4kB]
Get:8 http://archive.ubuntu.com hardy-proposed/main bind9-host 
1:9.4.2.dfsg.P2-2 [60.2kB]
Get:9 http://archive.ubuntu.com hardy-proposed/main dnsutils 1:9.4.2.dfsg.P2-2 
[144kB]
Get:10 http://archive.ubuntu.com hardy-proposed/main bind9-doc 
1:9.4.2.dfsg.P2-2 [240kB]

While this is ok (I guess) for testing hardy-proposed, this will need to
be adjusted when going to hardy-updates.

-- 
dig compiled without -DDIG_SIGCHASE!
https://bugs.launchpad.net/bugs/257682
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 259479] Re: php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()

2008-10-17 Thread Tom Worley
Had this happen a few more times recently, doesn't appear to be fixed
yet. Anyone have any ideas?

-- 
php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()
https://bugs.launchpad.net/bugs/259479
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 259479] Re: php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()

2008-10-17 Thread Tom Worley
Just to add, also happened while running my own php scripts via cron

-- 
php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()
https://bugs.launchpad.net/bugs/259479
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 227613] Re: [SRU] SIGSEGV in bacula-fd

2008-10-17 Thread Sarah Hobbs
** Changed in: bacula (Ubuntu Intrepid)
   Status: Fix Committed = Fix Released

-- 
[SRU] SIGSEGV in bacula-fd
https://bugs.launchpad.net/bugs/227613
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 259479] Re: php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()

2008-10-17 Thread Jovin Joy
A simple moodle setup caused the crash.This also happens on Intrepid.

-- 
php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()
https://bugs.launchpad.net/bugs/259479
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