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

2008-09-10 Thread Mackenzie Morgan
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: samba (Ubuntu)
   Status: Incomplete = Invalid

-- 
package samba 3.0.28a-1ubuntu4 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/229119
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 217964] Re: apache2.conf missing many language encodings

2008-09-10 Thread Mackenzie Morgan
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: apache2 (Ubuntu)
   Status: Incomplete = Invalid

-- 
apache2.conf missing many language encodings
https://bugs.launchpad.net/bugs/217964
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 74164] Re: Request ntp-servers by default

2008-09-10 Thread giner
My solution for ntp-servers request from DHCP server (Ubuntu 8.04.1):

1) add 'ntp-servers' to the 'request' in /etc/dhcpd3/dhclient.conf;
2) change 'NTPDATE_USE_NTP_CONF=yes' to NTPDATE_USE_NTP_CONF=no in 
/etc/default/ntpdate;
3) execute 'sudo ntpdate-debian' for testing.

-- 
Request ntp-servers by default
https://bugs.launchpad.net/bugs/74164
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 222558] Re: password in bacula-fd.conf is not auto-generated

2008-09-10 Thread Kern Sibbald
I was not aware of this bug (sorry, I should look at them all), but I
think I can shed some light on it and even provide the code necessary
to fix it.

Basically the user is saying that each Bacula daemon generated needs a
shared secrete random password used for authentication, and these
passwords *must* be generated at install time to be unique.  I have not
looked at your packages but I believe that you inherited them from
Debian where I have reported this problem.  The passwords that you
release in the bacula-xx.conf files are generated by Bacula at build
time, and thus are installed on all systems, and hence are not secure,
and this applies to all versions of Bacula that you have packaged.  If
you have explicitly added code in the install process that generates
random passwords, then this bug should be closed, otherwise, it should
be left open and marked as a security problem.

Note, this is a packaging problem. Bacula generates random passwords
during the ./configure process, so everything is consistent, but once it
is packaged, the packager needs to create similar code to the Bacula
./configure so that all installations will have different passwords.

If you want, I can provide you with sample code suitable to put in your
installation packages.

-- 
password in bacula-fd.conf is not auto-generated
https://bugs.launchpad.net/bugs/222558
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 217964] Re: apache2.conf missing many language encodings

2008-09-10 Thread Chris Jones
Apologies for not responding.
I don't think mod_mime makes any difference, and this is an example of why:

[EMAIL PROTECTED]:~# grep \.fi /etc/apache2/mods-enabled/mime.*
[EMAIL PROTECTED]:~# 


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

-- 
apache2.conf missing many language encodings
https://bugs.launchpad.net/bugs/217964
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 267696] Re: mysqldump fails silently against mysql 4.0 server

2008-09-10 Thread Liam Bedford
I have verified that that version works.

The dump works now, with 4.0.x and 5.x DBs.

Thanks
L.

-- 
mysqldump fails silently against mysql 4.0 server
https://bugs.launchpad.net/bugs/267696
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 260291] Re: Network Manager 0.7, openvpn, VPN Connection Failed

2008-09-10 Thread Erki Hallingu
Today's updates fixed the issue

** Changed in: network-manager-openvpn (Ubuntu)
   Status: In Progress = Fix Released

-- 
Network Manager 0.7, openvpn, VPN Connection Failed
https://bugs.launchpad.net/bugs/260291
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 264966] Re: openvpn initscript no longer details the VPNs started

2008-09-10 Thread Launchpad Bug Tracker
This bug was fixed in the package openvpn - 2.1~rc9-3ubuntu2

---
openvpn (2.1~rc9-3ubuntu2) intrepid; urgency=low

  * debian/openvpn.init.d:
- Added 'status' action to init script (LP: #251641)
- Restored per-VPN result messages by using log_action_begin_msg and
  one log_daemon_msg per VPN instead of log_progress_msg (LP: #264966)
  * debian/control: Added lsb-base=3.2-14 depend to allow status_of_proc()

 -- Thierry Carrez [EMAIL PROTECTED]   Tue, 09 Sep 2008
10:45:45 +0200

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

-- 
openvpn initscript no longer details the VPNs started
https://bugs.launchpad.net/bugs/264966
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 251641] Re: openvpn init script lacks the 'status' action

2008-09-10 Thread Launchpad Bug Tracker
This bug was fixed in the package openvpn - 2.1~rc9-3ubuntu2

---
openvpn (2.1~rc9-3ubuntu2) intrepid; urgency=low

  * debian/openvpn.init.d:
- Added 'status' action to init script (LP: #251641)
- Restored per-VPN result messages by using log_action_begin_msg and
  one log_daemon_msg per VPN instead of log_progress_msg (LP: #264966)
  * debian/control: Added lsb-base=3.2-14 depend to allow status_of_proc()

 -- Thierry Carrez [EMAIL PROTECTED]   Tue, 09 Sep 2008
10:45:45 +0200

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

-- 
openvpn init script lacks the 'status' action
https://bugs.launchpad.net/bugs/251641
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 267696] Re: mysqldump fails silently against mysql 4.0 server

2008-09-10 Thread Chuck Short
Great,

Ill get an SRU for this then.

chuck

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: Triaged = Confirmed

-- 
[SRU] mysqldump fails silently against mysql 4.0 server
https://bugs.launchpad.net/bugs/267696
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 267696] Re: [SRU] mysqldump fails silently against mysql 4.0 server

2008-09-10 Thread Chuck Short

** Attachment added: 94_fix_mysqldump_with_old_versions.dpatch
   
http://launchpadlibrarian.net/17501969/94_fix_mysqldump_with_old_versions.dpatch

-- 
[SRU] mysqldump fails silently against mysql 4.0 server
https://bugs.launchpad.net/bugs/267696
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 265058] Re: openvpn2.1~rc7 fails to pick up the CN of certificates

2008-09-10 Thread Chuck Short
Already fixed for intrepid.

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

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

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

-- 
openvpn2.1~rc7 fails to pick up the CN of certificates
https://bugs.launchpad.net/bugs/265058
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 40181] Re: snmpd hangs

2008-09-10 Thread Daniel T Chen
5.10 is no longer supported.  Please upgrade to 6.06.2 and attempt to
reproduce the symptom.

** Changed in: net-snmp (Ubuntu)
   Status: New = Won't Fix

-- 
snmpd hangs
https://bugs.launchpad.net/bugs/40181
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 265058] Re: openvpn2.1~rc7 fails to pick up the CN of certificates

2008-09-10 Thread Chuck Short
Hi Stefan,

Thanks for the patch I made a slight change to your debdiff and uploaded
it to hardy-proposed. However since openvpn is in main, You have to
subscribe the ubuntu-sru team whch I will do as well.

Thanks
chuck

** Summary changed:

- openvpn2.1~rc7 fails to pick up the CN of certificates
+ [SRU] openvpn2.1~rc7 fails to pick up the CN of certificates

-- 
[SRU] openvpn2.1~rc7 fails to pick up the CN of certificates
https://bugs.launchpad.net/bugs/265058
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 267671] Re: bug of samba

2008-09-10 Thread docphongm41
I have uninstalled it many time, but can not fix that problem.  Do you
have any suggestions ?

-- 
bug of samba
https://bugs.launchpad.net/bugs/267671
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 254434] Re: package libwbclient0 2:3.2.0-4ubuntu3 failed to install/upgrade: trying to overwrite `/usr/lib/libwbclient.so.0', which is also in package likewise-open

2008-09-10 Thread Zack Powers
I had to purge likewise-open and then reinstall the package to properly
resolve the dependancy. Make sure you leave the domain before purging
the package with

[EMAIL PROTECTED] aptitude purge likewise-open

-- 
package libwbclient0 2:3.2.0-4ubuntu3 failed to install/upgrade: trying to 
overwrite `/usr/lib/libwbclient.so.0', which is also in package likewise-open
https://bugs.launchpad.net/bugs/254434
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 251641] Re: openvpn init script lacks the 'status' action

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

-- 
openvpn init script lacks the 'status' action
https://bugs.launchpad.net/bugs/251641
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 254434] Re: package libwbclient0 2:3.2.0-4ubuntu3 failed to install/upgrade: trying to overwrite `/usr/lib/libwbclient.so.0', which is also in package likewise-open

2008-09-10 Thread Gerald Carter
I'm going to choose the simple option and just fix the packaging to
place  the libwbclient.so.0 from likewise-open to /usr/lib/likewise-
open/.  It is possible to integrate smbd from Samba to use the
libwbclient.so.0 provided by likewise-open by using a virtual
(replaces/conflicts/depends) package like postfix vs. exim.  But I
believe I'll wait on that one.  Expect a fix this week,

-- 
package libwbclient0 2:3.2.0-4ubuntu3 failed to install/upgrade: trying to 
overwrite `/usr/lib/libwbclient.so.0', which is also in package likewise-open
https://bugs.launchpad.net/bugs/254434
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 254434] Re: package libwbclient0 2:3.2.0-4ubuntu3 failed to install/upgrade: trying to overwrite `/usr/lib/libwbclient.so.0', which is also in package likewise-open

2008-09-10 Thread Nathan Smith
OK, so I had to remove likewise-open to get the rest of the packages to
work.

I ran: sudo dpkg -r likewise-open
Then: sudo apt-get update -f
Then: sudo apt-get install -f
Then: sudo apt-get upgrade -f
Then: sudo apt-get install likewise-open

Works fine now.

-- 
package libwbclient0 2:3.2.0-4ubuntu3 failed to install/upgrade: trying to 
overwrite `/usr/lib/libwbclient.so.0', which is also in package likewise-open
https://bugs.launchpad.net/bugs/254434
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 45944] Re: Ubuntu Server Guide Not Installed On Servers

2008-09-10 Thread Matthew East
Closing the ubuntu-docs task, as this bug needs to be fixed in ubuntu-
meta.

** Changed in: ubuntu-docs (Ubuntu)
   Status: Triaged = Invalid

-- 
Ubuntu Server Guide Not Installed On Servers
https://bugs.launchpad.net/bugs/45944
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 254434] Re: package libwbclient0 2:3.2.0-4ubuntu3 failed to install/upgrade: trying to overwrite `/usr/lib/libwbclient.so.0', which is also in package likewise-open

2008-09-10 Thread Gerald Carter
Theirry, the fix that you are suggesting will not work.  The libwbclient
that likewise-open includes is compatible but not equivalent to the one
provided by Samba.  Here's a new rules file.  Just leave the
libwbclienbt.so.0 included in likewise-open in /usr/lib/likewise-open
for now.


** Attachment added: New rules for packaging likewise-open
   http://launchpadlibrarian.net/17518923/rules

-- 
package libwbclient0 2:3.2.0-4ubuntu3 failed to install/upgrade: trying to 
overwrite `/usr/lib/libwbclient.so.0', which is also in package likewise-open
https://bugs.launchpad.net/bugs/254434
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 219680] Re: Joining domains with Non-administrative users

2008-09-10 Thread Gerald Carter
This is just the issue with likewise-winbindd not restarting properly on
reboot.  This is fixed in inrepid packages and needs to be backported to
Hardy I think (may already have been).

-- 
Joining domains with Non-administrative users
https://bugs.launchpad.net/bugs/219680
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 192643] Re: dnsmasq with enable-dbus doesn't work properly with NetworkManager

2008-09-10 Thread Howard Chu
** Bug watch added: Email to [EMAIL PROTECTED] #
   mailto:[EMAIL PROTECTED]

** Also affects: network-manager via
   mailto:[EMAIL PROTECTED]
   Importance: Undecided
   Status: New

-- 
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 192643] Re: dnsmasq with enable-dbus doesn't work properly with NetworkManager

2008-09-10 Thread Howard Chu
Just a few comments on prioritizing this wishlist item - I think using
this feature should be the default on any desktop install; using dnsmasq
improves all name resolver lookup response times, and by eliminating
rewrites to /etc/resolv.conf it makes it a lot easier to run a secure
system with a read-only root partition. Also, it has a power savings
benefit on laptops by avoiding the churn of rewriting the file. The
whole notion of rewriting any config files in /etc as a normal matter-
of-course is completely wrong-headed to begin with...

-- 
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 105251] Re: NetworkManager wrongly releases DHCP IP

2008-09-10 Thread Alexander Sack
The timeout bugs you see in syslog attached are fixed in latest WPA
supplicant in combination with improved driver runtime behaviour. Thus,
I assume this is fixed in intrepid now. if you can still reproduce
there, please reopen.

** Changed in: network-manager (Ubuntu)
   Status: Confirmed = Fix Released

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

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

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

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

-- 
NetworkManager wrongly releases DHCP IP
https://bugs.launchpad.net/bugs/105251
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 268663] Re: files incoming through nautilus-share should be created with user ownership, instead of nobody

2008-09-10 Thread Felipe Figueiredo
Thanks for the quick answer. Here are the asked files.

** Attachment added: smb.conf
   http://launchpadlibrarian.net/17529454/smb.conf

-- 
files incoming through nautilus-share should be created with user ownership, 
instead of nobody
https://bugs.launchpad.net/bugs/268663
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 268663] Re: files incoming through nautilus-share should be created with user ownership, instead of nobody

2008-09-10 Thread Felipe Figueiredo
Since I only have a Public usershare, I'll not tgz it, and attach it
directly.

** Attachment added: usershare public
   http://launchpadlibrarian.net/17529464/public

-- 
files incoming through nautilus-share should be created with user ownership, 
instead of nobody
https://bugs.launchpad.net/bugs/268663
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