[Bug 391018] Re: Merge tomcat6 6.0.20-2 from Sid

2009-06-23 Thread Launchpad Bug Tracker
This bug was fixed in the package tomcat6 - 6.0.20-2ubuntu1

---
tomcat6 (6.0.20-2ubuntu1) karmic; urgency=low

  * Merge from debian unstable (LP: #391018); remaining changes:
- debian/control, debian/rules: Use default-jdk to build
- debian/control: Run using default-jre-headless by default

tomcat6 (6.0.20-2) unstable; urgency=low

  * Expose tomcat-juli.jar as a library in /usr/share/java
as it is a dependency of jasper which is used also by jetty

 -- Iulian UdreaTue, 23 Jun 2009 05:10:21 +0100

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

-- 
Merge tomcat6 6.0.20-2 from Sid
https://bugs.launchpad.net/bugs/391018
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 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 388483] Re: The Samba 'panic action' script, /usr/share/samba/panic-action, was called for PID 30992 (/usr/sbin/smbd)

2009-06-23 Thread Amin Akbarali
Hi Thierry,

Thanks for looking into this issue. I've encountered this several times
since our last e-mail exchange, but I managed to find some logs in
/var/log/samba, am attaching the file here.

The last incident was on June 20 16:06:21 I've also attached the text of the
panic e-mail from that incident.

I noticed some permissions errors in the log file, so I attempted a fix by
putting the user nobody in the same group as sambashare and now it seems I'm
not getting the panic e-mails again. So I wonder if that was the issue?

Basically the Ubuntu computer is a unprotected File and Printer Server in a
private network in my home office behind a NAT Firewall therefore I'm not
too concerned about security.

Thanks again,
Amin

On Tue, Jun 23, 2009 at 5:58 AM, Thierry Carrez
wrote:

> @Amin:
> >From your trace it appears that it's a crash during normal shutdown of the
> Samba server (exit_server_common (how=SERVER_EXIT_NORMAL, reason=0x0)).
> Would you have Samba server logs corresponding to the issue ? Reproducing
> the issue with "log level = 3" in your smb.conf might give more information
> in your logs.
>
> @Harald:
> Is it the same backtrace ? In particular calling yield_connection with
> name=0x0 ?
>
> --
> The Samba 'panic action' script, /usr/share/samba/panic-action, was called
> for PID 30992 (/usr/sbin/smbd)
> https://bugs.launchpad.net/bugs/388483
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “samba” source package in Ubuntu: Incomplete
>
> Bug description:
> Binary package hint: samba
>
> Thread debugging using libthread_db enabled]
> [New Thread 0x7f857ebbf710 (LWP 30992)]
> 0x7f857b7688f5 in waitpid () from /lib/libc.so.6
> #0  0x7f857b7688f5 in waitpid () from /lib/libc.so.6
> #1  0x7f857b7002d1 in ?? () from /lib/libc.so.6
> #2  0x7f857eda57a8 in smb_panic (why=)
>at lib/util.c:1679
> #3  0x7f857ed92be7 in sig_fault (sig=11) at lib/fault.c:46
> #4  
> #5  0x7f857ed875c1 in rep_strlcpy (d=0x7fff871e3f58 "", s=0x0,
> bufsize=256)
>at lib/replace/replace.c:64
> #6  0x7f857edb2fb9 in connections_fetch_entry (mem_ctx=0x0,
>conn=, name=0x0) at lib/conn_tdb.c:65
> #7  0x7f857ec98171 in yield_connection (conn=0x7f857f555d90, name=0x0)
>at smbd/connection.c:33
> #8  0x7f857ecbcc4c in close_cnum (conn=0x7f857f555d90, vuid=0)
>at smbd/service.c:1328
> #9  0x7f857ec9d795 in conn_close_all () at smbd/conn.c:174
> #10 0x7f857ec878b7 in exit_server_common (how=SERVER_EXIT_NORMAL,
>reason=0x0) at smbd/server.c:917
> #11 0x7f857ec87a96 in exit_server_cleanly (
>explanation=) at smbd/server.c:985
> #12 0x7f857ec89cd7 in main (argc=, argv=0x2)
>at smbd/server.c:1516
> The program is running.  Quit anyway (and detach it)? (y or n) [answered Y;
> input not from terminal]
>
> Here's the smdb.conf file;
>
> #
> # Sample configuration file for the Samba suite for Debian GNU/Linux.
> #
> #
> # This is the main Samba configuration file. You should read the
> # smb.conf(5) manual page in order to understand the options listed
> # here. Samba has a huge number of configurable options most of which
> # are not shown in this example
> #
> # Some options that are often worth tuning have been included as
> # commented-out examples in this file.
> #  - When such options are commented with ";", the proposed setting
> #differs from the default Samba behaviour
> #  - When commented with "#", the proposed setting is the default
> #behaviour of Samba but the option is considered important
> #enough to be mentioned here
> #
> # NOTE: Whenever you modify this file you should run the command
> # "testparm" to check that you have not made any basic syntactic
> # errors.
> # A well-established practice is to name the original file
> # "smb.conf.master" and create the "real" config file with
> # testparm -s smb.conf.master >smb.conf
> # This minimizes the size of the really used smb.conf file
> # which, according to the Samba Team, impacts performance
> # However, use this with caution if your smb.conf file contains nested
> # "include" statements. See Debian bug #483187 for a case
> # where using a master file is not a good idea.
> #
>
> #=== Global Settings ===
>
> [global]
>
> ## Browsing/Identification ###
>
> # Change this to the workgroup/NT-domain name your Samba server will part
> of
>   workgroup = WORKGROUP
>
> # server string is the equivalent of the NT Description field
>   server string = %h server (Samba, Ubuntu)
>
> # Windows Internet Name Serving Support Section:
> # WINS Support - Tells the NMBD component of Samba to enable its WINS
> Server
> #   wins support = no
>
> # WINS Server - Tells the NMBD components of Samba to be a WINS Client
> # Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
> ;   wins server = w.x.y.z
>
> # This will prevent nmbd to search for NetBIOS names through DNS.
>   dns proxy = no
>
> 

[Bug 391333] Re: Broken Hardy package: postfix-pgsql

2009-06-23 Thread mwtoews
It appears this was a odd relic issue after upgrading the server from
Gutsy (now unsupported).

Issue was resolved by:

$ sudo apt-get purge postfix

then

$ sudo apt-get install postfix-pgsql

** Changed in: postfix (Ubuntu)
   Status: New => Invalid

-- 
Broken Hardy package: postfix-pgsql
https://bugs.launchpad.net/bugs/391333
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 217984] Re: Totem exits fullscreen mode

2009-06-23 Thread Robert Ancell
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: compiz (Ubuntu)
   Status: Incomplete => Invalid

-- 
Totem exits fullscreen mode
https://bugs.launchpad.net/bugs/217984
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 391333] Re: Broken Hardy package: postfix-pgsql

2009-06-23 Thread mwtoews
I added hardy-backports from security.ubuntu.com (it was defined already
for archive.ubuntu.com), but it didn't seem to change the behaviour.

Here is a sorted list of my /etc/apt/sources.list :

deb http://archive.canonical.com/ubuntu hardy partner
deb http://archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe 
multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy main restricted
deb http://archive.ubuntu.com/ubuntu/ hardy multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy universe
deb http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted
deb http://archive.ubuntu.com/ubuntu/ hardy-updates multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy-updates universe
deb http://security.ubuntu.com/ubuntu hardy-backports main multiverse universe 
restricted
deb http://security.ubuntu.com/ubuntu hardy-security main restricted
deb http://security.ubuntu.com/ubuntu hardy-security multiverse
deb http://security.ubuntu.com/ubuntu hardy-security universe
deb-src http://archive.canonical.com/ubuntu hardy partner
deb-src http://archive.ubuntu.com/ubuntu/ hardy-backports main restricted 
universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy main restricted
deb-src http://archive.ubuntu.com/ubuntu/ hardy multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy universe
deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates universe
deb-src http://security.ubuntu.com/ubuntu hardy-backports main multiverse 
universe restricted
deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted
deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse
deb-src http://security.ubuntu.com/ubuntu hardy-security universe

-- 
Broken Hardy package: postfix-pgsql
https://bugs.launchpad.net/bugs/391333
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


Re: [Bug 391333] [NEW] Broken Hardy package: postfix-pgsql

2009-06-23 Thread Scott Kitterman
Re-enable backports, update, and upgrade again.

-- 
Broken Hardy package: postfix-pgsql
https://bugs.launchpad.net/bugs/391333
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 391410] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2009-06-23 Thread zcox

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/28266765/Dependencies.txt

** Attachment added: "DpkgTerminalLog.gz"
   http://launchpadlibrarian.net/28266766/DpkgTerminalLog.gz

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to 
install/upgrade: subprocess new pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/391410
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 391410] [NEW] package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2009-06-23 Thread zcox
Public bug reported:

No idea why this happens, but this MySQL update just refuses to install

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess new pre-removal script returned error exit status 1
NonfreeKernelModules: nvidia
Package: mysql-server-5.0 5.1.30really5.0.75-0ubuntu10
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to 
install/upgrade: subprocess new pre-removal script returned error exit status 1
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-package i386

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to 
install/upgrade: subprocess new pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/391410
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 380715] Re: samba shares of symlinks are always read-only

2009-06-23 Thread scott
Thanks for the suggestion, chuck.

It seems that the parameter you suggested does not change anything. The
problem still exists.

N.B. this same share configuration worked before with the Ubuntu 8.10
release, but stopped working when I upgraded to Ubuntu 9.04. So, I think
it's a problem with the implementation and not the configuration -- but,
I'm willing to try other stuff.

-- Scott

-- 
samba shares of symlinks are always read-only
https://bugs.launchpad.net/bugs/380715
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 374185] Re: racoon crashes when racoon.conf contains sainfo section for ipv6

2009-06-23 Thread Fredrik Ljunggren
The attached patch fixes the problem. A new release will be issued by
the ipsec-tools development team (0.7.3).

** Attachment added: "lagning.patch"
   http://launchpadlibrarian.net/28263184/lagning.patch

-- 
racoon crashes when racoon.conf contains sainfo section for ipv6
https://bugs.launchpad.net/bugs/374185
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipsec-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 45842] Re: nfs shares not mounted at startup

2009-06-23 Thread Ashwin
I am running hardy-server x64 and this really sux.
Someone please explain why this is so:

sudo mount -a -t noproc,nfs,nfs4,smbfs,cifs,ncp,ncpfs,coda,ocfs2,gfs  #
this does not work

sudo mount -a -t nfs,nfs4,smbfs,cifs,ncp,ncpfs,coda,ocfs2,gfs,noproc  #
This WORKS!!!

What kinda hacky thing is this?

Can you patch /etc/init.d/mountall to have this new order?

Thanks!

-- 
nfs shares not mounted at startup
https://bugs.launchpad.net/bugs/45842
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 391333] [NEW] Broken Hardy package: postfix-pgsql

2009-06-23 Thread mwtoews
Public bug reported:

Binary package hint: postfix-pgsql

On a Hardy server with typical deb sources list, I can't seem to install
postfix-pgsql. I tried update/upgrade, but it still won't install. Here
is my attempt:

$ sudo apt-get install postfix-pgsql
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help resolve the situation:

The following packages have unmet dependencies:
  postfix-pgsql: Depends: postfix (= 2.5.1-2ubuntu1.2) but 2.5.4-1~gutsy1 is to 
be installed
E: Broken packages


Other details:
$ uname -a
Linux server02 2.6.24-24-generic #1 SMP Wed Apr 15 15:54:25 UTC 2009 i686 
GNU/Linux

$ lsb_release -rd
Description:Ubuntu 8.04.2
Release:8.04

$ sudo postfix status
postfix/postfix-script: the Postfix mail system is running: PID: 4837

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

-- 
Broken Hardy package: postfix-pgsql
https://bugs.launchpad.net/bugs/391333
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 306293] Re: Mod_ssl randomly causes apache threads to use 100% of CPU

2009-06-23 Thread Steve Beattie
I've been unable to reproduce the hanging behavior with apache
configured in a variety of different proxy configurations and beating on
it for quite a while. I have verified that the version in hardy-
proposed, 2.2.8-1ubuntu0.9, also functions when configured to proxy, as
well as continuing to serve webpages under load. I also ran the security
team's regression test for apache and found no regressions there.

-- 
Mod_ssl randomly causes apache threads to use 100% of CPU
https://bugs.launchpad.net/bugs/306293
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 341526] Re: [Feature Request] Add support for Dell Driver Injection Disk

2009-06-23 Thread Mario Limonciello
Ideally, would like to see these in 8.04.3 too for servers this year,
but if that's not feasible, please re-target for 8.04.4.

** Also affects: hw-detect (Ubuntu Hardy)
   Importance: Undecided
   Status: New

** Also affects: mountmedia (Ubuntu Hardy)
   Importance: Undecided
   Status: New

** Also affects: hw-detect (Ubuntu Karmic)
   Importance: Wishlist
 Assignee: Colin Watson (cjwatson)
   Status: Triaged

** Also affects: mountmedia (Ubuntu Karmic)
   Importance: Wishlist
 Assignee: Colin Watson (cjwatson)
   Status: Triaged

** Changed in: mountmedia (Ubuntu Hardy)
   Importance: Undecided => Wishlist

** Changed in: mountmedia (Ubuntu Hardy)
Milestone: None => ubuntu-8.04.3

** Changed in: hw-detect (Ubuntu Hardy)
   Importance: Undecided => Wishlist

** Changed in: hw-detect (Ubuntu Hardy)
Milestone: None => ubuntu-8.04.3

-- 
[Feature Request] Add support for Dell Driver Injection Disk
https://bugs.launchpad.net/bugs/341526
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 391274] Re: dhcpclient not overwrites /etc/resolv.conf

2009-06-23 Thread Vany

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/28257103/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/28257104/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/28257105/ProcStatus.txt

-- 
dhcpclient not overwrites /etc/resolv.conf
https://bugs.launchpad.net/bugs/391274
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 391274] [NEW] dhcpclient not overwrites /etc/resolv.conf

2009-06-23 Thread Vany
Public bug reported:

when i have my work /etc/resolv.conf and come home and hooks to my home
wireless network (nm-applets works here fine) resolv.conf stays
unchanged.

Jun 23 22:47:12 vfs NetworkManager:   Activation (eth1) Stage 3 of 5 (IP 
Configure Start) complete. 
Jun 23 22:47:12 vfs dhclient: Internet Systems Consortium DHCP Client V3.1.1
Jun 23 22:47:12 vfs dhclient: Copyright 2004-2008 Internet Systems Consortium.
Jun 23 22:47:12 vfs dhclient: All rights reserved.
Jun 23 22:47:12 vfs dhclient: For info, please visit http://www.isc.org/sw/dhcp/
Jun 23 22:47:12 vfs dhclient: 
Jun 23 22:47:12 vfs NetworkManager:   DHCP: device eth1 state changed 
(null) -> preinit 
Jun 23 22:47:12 vfs dhclient: Listening on LPF/eth1/00:16:6f:a9:d6:9a
Jun 23 22:47:12 vfs dhclient: Sending on   LPF/eth1/00:16:6f:a9:d6:9a
Jun 23 22:47:12 vfs dhclient: Sending on   Socket/fallback
Jun 23 22:47:12 vfs avahi-daemon[2665]: Registering new address record for 
fe80::216:6fff:fea9:d69a on eth1.*.
Jun 23 22:47:13 vfs dhclient: DHCPDISCOVER on eth1 to 255.255.255.255 port 67 
interval 5
Jun 23 22:47:15 vfs dhclient: DHCPOFFER of 192.168.1.77 from 192.168.1.1
Jun 23 22:47:15 vfs dhclient: DHCPREQUEST of 192.168.1.77 on eth1 to 
255.255.255.255 port 67
Jun 23 22:47:15 vfs dhclient: DHCPACK of 192.168.1.77 from 192.168.1.1
Jun 23 22:47:15 vfs NetworkManager:   DHCP: device eth1 state changed 
preinit -> bound 
Jun 23 22:47:15 vfs NetworkManager:   Activation (eth1) Stage 4 of 5 (IP 
Configure Get) scheduled... 
Jun 23 22:47:15 vfs NetworkManager:   Activation (eth1) Stage 4 of 5 (IP 
Configure Get) started... 
Jun 23 22:47:15 vfs NetworkManager: address 192.168.1.77 
Jun 23 22:47:15 vfs NetworkManager: prefix 24 (255.255.255.0) 
Jun 23 22:47:15 vfs NetworkManager: gateway 192.168.1.1 
Jun 23 22:47:15 vfs NetworkManager: hostname 'vfs' 
Jun 23 22:47:15 vfs NetworkManager: nameserver '192.168.1.1' 
Jun 23 22:47:15 vfs NetworkManager: domain name 'MSHOME' 
Jun 23 22:47:15 vfs NetworkManager:   Activation (eth1) Stage 5 of 5 (IP 
Configure Commit) scheduled... 
Jun 23 22:47:15 vfs NetworkManager:   Activation (eth1) Stage 4 of 5 (IP 
Configure Get) complete. 
Jun 23 22:47:15 vfs NetworkManager:   Activation (eth1) Stage 5 of 5 (IP 
Configure Commit) started... 
Jun 23 22:47:15 vfs avahi-daemon[2665]: Joining mDNS multicast group on 
interface eth1.IPv4 with address 192.168.1.77.
Jun 23 22:47:15 vfs avahi-daemon[2665]: New relevant interface eth1.IPv4 for 
mDNS.
Jun 23 22:47:15 vfs avahi-daemon[2665]: Registering new address record for 
192.168.1.77 on eth1.IPv4.
Jun 23 22:47:15 vfs dhclient: bound to 192.168.1.77 -- renewal in 39831 seconds.
Jun 23 22:47:16 vfs NetworkManager:   (eth1): writing resolv.conf to 
/sbin/resolvconf 
Jun 23 22:47:16 vfs NetworkManager:   (eth1): device state change: 7 -> 8 
Jun 23 22:47:16 vfs NetworkManager:   (eth1): writing resolv.conf to 
/sbin/resolvconf 
Jun 23 22:47:16 vfs NetworkManager:   Policy set 'Auto WL500W_' (eth1) as 
default for routing and DNS. 
Jun 23 22:47:16 vfs NetworkManager:   Activation (eth1) successful, 
device activated. 
Jun 23 22:47:16 vfs NetworkManager:   Activation (eth1) Stage 5 of 5 (IP 
Configure Commit) complete. 
Jun 23 22:48:13 vfs ntpdate[3316]: can't find host ntp.ubuntu.com 
Jun 23 22:48:13 vfs ntpdate[3316]: no servers can be used, exiting

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /sbin/dhclient3
Package: dhcp3-client 3.1.1-5ubuntu8
ProcAttrCurrent: /sbin/dhclient3 (enforce)
ProcEnviron: PATH=(custom, no user)
SourcePackage: dhcp3
Uname: Linux 2.6.28-13-generic i686

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


** Tags: apport-bug i386

-- 
dhcpclient not overwrites /etc/resolv.conf
https://bugs.launchpad.net/bugs/391274
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 383300] Re: cyrus-sasl2 buffer overflow vulnerability: CVE-2009-0688

2009-06-23 Thread Kees Cook
** Changed in: cyrus-sasl2 (Ubuntu Dapper)
   Status: Triaged => Fix Committed

** Changed in: cyrus-sasl2 (Ubuntu Dapper)
 Assignee: (unassigned) => Kees Cook (kees)

** Changed in: cyrus-sasl2 (Ubuntu Hardy)
   Status: Triaged => Fix Committed

** Changed in: cyrus-sasl2 (Ubuntu Hardy)
 Assignee: (unassigned) => Kees Cook (kees)

** Changed in: cyrus-sasl2 (Ubuntu Intrepid)
   Status: Triaged => Fix Committed

** Changed in: cyrus-sasl2 (Ubuntu Intrepid)
 Assignee: (unassigned) => Kees Cook (kees)

-- 
cyrus-sasl2 buffer overflow vulnerability: CVE-2009-0688
https://bugs.launchpad.net/bugs/383300
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 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 383300] Re: cyrus-sasl2 buffer overflow vulnerability: CVE-2009-0688

2009-06-23 Thread Kees Cook
Verified that programs in main are not affected by the ABI change:
  mutt
  postfix
  sendmail

Programs in universe may need additional review:
  beepcore-c
  cyrus21-imapd
  cyrus-imapd-2.2
  cyrus-sasl2-heimdal
  cyrus-sasl2-mit
  hotway
  inn2
  kolab-cyrus-imapd
  libetpan
  mail-notification
  nmh
  nufw
  pexts
  zmailer

-- 
cyrus-sasl2 buffer overflow vulnerability: CVE-2009-0688
https://bugs.launchpad.net/bugs/383300
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 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 341526] Re: [Feature Request] Add support for Dell Driver Injection Disk

2009-06-23 Thread Mario Limonciello
Hi Colin:

I've made the following changes, can you please review again:
 * Don't treat firmware disks as a separate case anymore
 * Pull the safe lsb-release reading code from localechooser in
 * Update name to be ubuntu-drivers/ instead of ubuntu/ per recommendation
 * Figure out the distribution by lsb-release as well (would theoretically 
allow debian-drivers too then for debian)

** Attachment added: "mount media patch (2nd try)"
   http://launchpadlibrarian.net/28254961/mount_media.debdiff

-- 
[Feature Request] Add support for Dell Driver Injection Disk
https://bugs.launchpad.net/bugs/341526
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 211631] Re: Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)

2009-06-23 Thread Het Irv
Add this to the One Hundred Paper Cuts Project to allow for more
visibility.   I know that this may not fit the "easy to fix" part of the
projects description, but it does negatively affect the user experience.
I am hoping that Karmic will have a solution.

-- 
Network is brought down before network filesystems are unmounted (CIFS timeout 
at shutdown)
https://bugs.launchpad.net/bugs/211631
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 211631] Re: Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)

2009-06-23 Thread Het Irv
** Also affects: network-manager
   Importance: Undecided
   Status: New

** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

-- 
Network is brought down before network filesystems are unmounted (CIFS timeout 
at shutdown)
https://bugs.launchpad.net/bugs/211631
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 328874] Re: getent group crashes winbindd on domain controller

2009-06-23 Thread Adrien Cunin
Sorry to be repeating myself, but isn't the SRU Verification team
supposed to do all these tests?

Also, given that the patch comes from and is approved by upstream, given
that it's really tiny, given that it's been in -proposed for more than 3
months with no negative feedback (nor positive, right), would it be
possible to assume it's safe to move it to -updates?

-- 
getent group crashes winbindd on domain controller
https://bugs.launchpad.net/bugs/328874
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 391077] [NEW] Filter out dovecot "Logged out" messages

2009-06-23 Thread Wowbagger
Public bug reported:

Binary package hint: logwatch

The current parsing scripts for Dovecot don't filter out the routine
"Logged out" messages - as a result the Logwatch report gets full of
"chaff" messages.

The messages that need to be filtered out are all of the form

Jun  8 12:15:23  dovecot: IMAP(): Disconnected: Logged out
bytes=132/934

Description:Ubuntu 9.04
Release:9.04

logwatch:
  Installed: 7.3.6.cvs20080702-2ubuntu1
  Candidate: 7.3.6.cvs20080702-2ubuntu1
  Version table:
 *** 7.3.6.cvs20080702-2ubuntu1 0
500 http://archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

dovecot-common:
  Installed: 1:1.1.11-0ubuntu4
  Candidate: 1:1.1.11-0ubuntu4
  Version table:
 *** 1:1.1.11-0ubuntu4 0
500 http://archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

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

-- 
Filter out dovecot "Logged out" messages
https://bugs.launchpad.net/bugs/391077
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to logwatch 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 388483] Re: The Samba 'panic action' script, /usr/share/samba/panic-action, was called for PID 30992 (/usr/sbin/smbd)

2009-06-23 Thread Thierry Carrez
@Amin:
>From your trace it appears that it's a crash during normal shutdown of the 
>Samba server (exit_server_common (how=SERVER_EXIT_NORMAL, reason=0x0)). Would 
>you have Samba server logs corresponding to the issue ? Reproducing the issue 
>with "log level = 3" in your smb.conf might give more information in your logs.

@Harald:
Is it the same backtrace ? In particular calling yield_connection with name=0x0 
?

-- 
The Samba 'panic action' script, /usr/share/samba/panic-action, was called for 
PID 30992 (/usr/sbin/smbd)
https://bugs.launchpad.net/bugs/388483
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 380962] Re: init script doesn't handle rndc error properly

2009-06-23 Thread Launchpad Bug Tracker
This bug was fixed in the package bind9 - 1:9.6.1.dfsg-1

---
bind9 (1:9.6.1.dfsg-1) unstable; urgency=low

  [Internet Software Consortium, Inc]

  * 9.6.1

bind9 (1:9.6.0.dfsg.P1-3) unstable; urgency=low

  [Martin Zobel-Helas]

  * GEO-IP Patch from
git://git.kernel.org/pub/scm/network/bind/bind-geodns.git.  Closes: #395191

  [LaMont Jones]

  * Remove /var/lib/bind on purge.  Closes: #527613
  * Build-Depend: libdb-dev (>4.6).  Closes: #527877, #528772
  * init.d: detect rndc errors better.  LP: #380962
  * init.d: clean up exit status.  Closes: #523454
  * Enable pkcs11 support, and then Revert - causes assertion failures
c.f.: #516552

 -- Ubuntu Archive Auto-SyncTue,  23 Jun 2009
10:36:38 +0100

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

-- 
init script doesn't handle rndc error properly
https://bugs.launchpad.net/bugs/380962
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 382117] Re: Renaming a file through Samba overwrites existing one

2009-06-23 Thread Thierry Carrez
smbclient uses FTP-like commands like ls / put / get
Please see 
http://manpages.ubuntu.com/manpages/jaunty/en/man1/smbclient.1.html#toptoc4

-- 
Renaming a file through Samba overwrites existing one
https://bugs.launchpad.net/bugs/382117
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 391018] Re: Merge tomcat6 6.0.20-2 from Sid

2009-06-23 Thread Iulian Udrea

** Attachment added: "debian-ubuntu.debdiff"
   http://launchpadlibrarian.net/28237496/debian-ubuntu.debdiff

** Changed in: tomcat6 (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: tomcat6 (Ubuntu)
   Status: New => Confirmed

-- 
Merge tomcat6 6.0.20-2 from Sid
https://bugs.launchpad.net/bugs/391018
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 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 391018] [NEW] Merge tomcat6 6.0.20-2 from Sid

2009-06-23 Thread Iulian Udrea
Public bug reported:

Binary package hint: tomcat6

 tomcat6  (6.0.20-2) unstable; urgency=low

   * Expose tomcat-juli.jar as a library in /usr/share/java
 as it is a dependency of jasper which is used also by jetty

 -- Ludovic Claude   Mon, 15 Jun 2009
13:33:13 +0100

** Affects: tomcat6 (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

-- 
Merge tomcat6 6.0.20-2 from Sid
https://bugs.launchpad.net/bugs/391018
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 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 387507] Re: copying with nautilus from a windows 7 share over wireless often chokes and dies

2009-06-23 Thread Thierry Carrez
Please include the information requested at
https://wiki.ubuntu.com/DebuggingSamba#samba-client.

** Changed in: samba (Ubuntu)
   Status: New => Incomplete

-- 
copying with nautilus from a windows 7 share over wireless often chokes and dies
https://bugs.launchpad.net/bugs/387507
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 244233] Re: Logrotate is noisy with: Re-opening all log files

2009-06-23 Thread Serge van Ginderachter
This bug is not resolved as the fixe was not released to LTS.

-- 
Logrotate is noisy with: Re-opening all log files
https://bugs.launchpad.net/bugs/244233
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mailman 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