[Bug 404099] Re: please merge openvpn 2.1~rc19-1(main) from debian unstable(main)

2009-07-27 Thread Thierry Carrez
Uploaded with two minor changes :
- debian/control: Use Ubuntu Developers to conform to new DebianMaintainerSpec
- debian/changelog: slightly reordered the LP bug reference to make more sense
Thanks !

** Changed in: openvpn (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: openvpn (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: openvpn (Ubuntu)
 Assignee: (unassigned) = Thierry Carrez (ttx)

** Changed in: openvpn (Ubuntu)
   Status: In Progress = Fix Committed

-- 
please merge openvpn 2.1~rc19-1(main) from debian unstable(main)
https://bugs.launchpad.net/bugs/404099
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 405185] [NEW] wins

2009-07-27 Thread Raivo
*** This bug is a duplicate of bug 288496 ***
https://bugs.launchpad.net/bugs/288496

Public bug reported:

Binary package hint: samba

wins package installation error

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: alamprotsess post-installation script tagastas lõpetamisel 
veakoodi 1
Package: winbind 2:3.3.2-1ubuntu3
SourcePackage: samba
Title: package winbind 2:3.3.2-1ubuntu3 failed to install/upgrade: alamprotsess 
post-installation script tagastas lõpetamisel veakoodi 1
Uname: Linux 2.6.28-13-generic i686

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


** Tags: apport-package i386

-- 
wins
https://bugs.launchpad.net/bugs/405185
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 405185] Re: wins

2009-07-27 Thread Raivo
*** This bug is a duplicate of bug 288496 ***
https://bugs.launchpad.net/bugs/288496


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

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/29561647/DpkgTerminalLog.gz

-- 
wins
https://bugs.launchpad.net/bugs/405185
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 404099] Re: please merge openvpn 2.1~rc19-1(main) from debian unstable(main)

2009-07-27 Thread Launchpad Bug Tracker
This bug was fixed in the package openvpn - 2.1~rc19-1ubuntu1

---
openvpn (2.1~rc19-1ubuntu1) karmic; urgency=low

  * Merge from debian unstable (LP: #404099), remaining changes:
- debian/openvpn.init.d:
  - Do not use start-stop-daemon and use  /dev/null to avoid blocking boot
  - show per-VPN result messages
  - add --script-security 2 by default for backwards compatibility
  - Added lsb-base=3.2-14 depend to allow status_of_proc()

openvpn (2.1~rc19-1) unstable; urgency=low

  * New upstream version
- Removed remote_env.patch, applied upstream
- trusted_ip is exported again. (Closes: #524979)
  * Bumped Standards-Version to 3.8.2

 -- Bhavani Shankar right2bh...@gmail.com   Fri, 24 Jul 2009 19:22:13
+0530

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

-- 
please merge openvpn 2.1~rc19-1(main) from debian unstable(main)
https://bugs.launchpad.net/bugs/404099
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 405185] Re: wins

2009-07-27 Thread Raivo
*** This bug is a duplicate of bug 288496 ***
https://bugs.launchpad.net/bugs/288496

** This bug has been marked a duplicate of bug 288496
   package winbind 2:3.2.3-1ubuntu3 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1

-- 
wins
https://bugs.launchpad.net/bugs/405185
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 405195] [NEW] When stopping a specific daemon, _all_ routes are flushed

2009-07-27 Thread Tore Anderson
Public bug reported:

Binary package hint: quagga

This misbehaviour just bit me:

r...@fwtest1:~# /etc/init.d/quagga stop ospf6d
Stopping Quagga daemons (prio:0): ospf6d.
Removing all routes made by zebra.

So I'm stopping ospf6d only, but _all_ routes, including the ones
installed by still-running processes such as bgpd, ripd, and so on, are
removed from the kernel's routing table.  That can't be right.

I suggest applying the following patch so that the flushing will only
happen if all of the Quagga daemons are stopped:

--- /etc/init.d/quagga  2009-05-06 23:47:31.0 +0200
+++ /tmp/quagga.new 2009-07-27 10:30:44.0 +0200
@@ -235,8 +235,10 @@
# Stop all daemons at level '0' or 'stop'
stop_prio 0 $2
 
-   echo Removing all routes made by zebra.
-   ip route flush proto zebra
+   if [ -z $2 ]; then
+   echo Removing all routes made by zebra.
+   ip route flush proto zebra
+   fi
;;
 
 restart|force-reload)

Tore

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

-- 
When stopping a specific daemon, _all_ routes are flushed
https://bugs.launchpad.net/bugs/405195
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to quagga 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 397699] Re: [jaunty] samba 3.3.2 denies access to roaming profiles

2009-07-27 Thread Thierry Carrez
** Summary changed:

- samba fixes for roaming profiles introduce regressions
+ [jaunty] samba 3.3.2 denies access to roaming profiles

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

-- 
[jaunty] samba 3.3.2 denies access to roaming profiles
https://bugs.launchpad.net/bugs/397699
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 397699] Re: [jaunty] samba 3.3.2 denies access to roaming profiles

2009-07-27 Thread Thierry Carrez
** Bug watch added: Red Hat Bugzilla #508760
   https://bugzilla.redhat.com/show_bug.cgi?id=508760

** Also affects: samba (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=508760
   Importance: Unknown
   Status: Unknown

-- 
[jaunty] samba 3.3.2 denies access to roaming profiles
https://bugs.launchpad.net/bugs/397699
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 397699] Re: [jaunty] samba 3.3.2 denies access to roaming profiles

2009-07-27 Thread Bug Watch Updater
** Changed in: samba (Fedora)
   Status: Unknown = In Progress

-- 
[jaunty] samba 3.3.2 denies access to roaming profiles
https://bugs.launchpad.net/bugs/397699
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 397143] Re: Please merge drbd8 2:8.3.2-1 (main) from Debian unstable

2009-07-27 Thread Artur Rona
** Tags added: merge

-- 
Please merge drbd8 2:8.3.2-1 (main) from Debian unstable
https://bugs.launchpad.net/bugs/397143
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 397699] Re: [jaunty] samba 3.3.2 denies access to roaming profiles

2009-07-27 Thread Thierry Carrez
Probably fixed in 3.3.4, interesting workaround suggestions in
http://forums.fedoraforum.org/showthread.php?p=1228623

** Changed in: samba (Ubuntu)
   Importance: Undecided = Medium

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

-- 
[jaunty] samba 3.3.2 denies access to roaming profiles
https://bugs.launchpad.net/bugs/397699
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 404623] Re: Samba shares created by smbclient are read-only

2009-07-27 Thread Scaine
*** This bug is a duplicate of bug 393012 ***
https://bugs.launchpad.net/bugs/393012

** This bug has been marked a duplicate of bug 393012
   smb: Error while copying file, Invalid argument

-- 
Samba shares created by smbclient are read-only
https://bugs.launchpad.net/bugs/404623
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 397699] Re: [jaunty] samba 3.3.2 denies access to roaming profiles

2009-07-27 Thread Thierry Carrez
I'll try to prepare a patched version of samba with Simo Sorce's patch
for testing in my jaunty PPA. Do you think you'd be able to test that ?

** Attachment added: posix_acls.c.patch
   http://launchpadlibrarian.net/29569375/posix_acls.c.patch

-- 
[jaunty] samba 3.3.2 denies access to roaming profiles
https://bugs.launchpad.net/bugs/397699
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 397699] Re: [jaunty] samba 3.3.2 denies access to roaming profiles

2009-07-27 Thread Mark Hannon
Of course.   Give me a shout when it's ready.
Rgds/mark

-Original Message-
From: boun...@canonical.com [mailto:boun...@canonical.com] On Behalf Of Thierry 
Carrez
Sent: Monday, 27 July 2009 10:58 PM
To: markhan...@optusnet.com.au
Subject: [Bug 397699] Re: [jaunty] samba 3.3.2 denies access to roaming profiles

I'll try to prepare a patched version of samba with Simo Sorce's patch
for testing in my jaunty PPA. Do you think you'd be able to test that ?

** Attachment added: posix_acls.c.patch
   http://launchpadlibrarian.net/29569375/posix_acls.c.patch

-- 
[jaunty] samba 3.3.2 denies access to roaming profiles
https://bugs.launchpad.net/bugs/397699
You received this bug notification because you are a direct subscriber
of the bug.

-- 
[jaunty] samba 3.3.2 denies access to roaming profiles
https://bugs.launchpad.net/bugs/397699
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 369088] Re: install crashes while adding mailody software

2009-07-27 Thread Sacha
Dear Andreas

Thank you for following up on this matter. I have since
stopped trying and no loger wish to have assistance for
Mailody.

Kind regards

Sacha de Rosner


The Internet Group Inc. SA - http://www.internetgroup.co.za
Intelligent Technologies working for You
Office: 086 1000573 · Fax: 086 6068800
P.O. Box 648 · Edenvale · South Africa · 1610


Privacy Policy: http://www.see-it.co.za/privacy


Search the World! - http://www.links4africa.co.za

~~~


Andreas Olsson wrote:
 We'd like to figure out what's causing this bug for you, but we haven't
 heard back from you in a while. Could you please provide the requested
 information? Thanks!


-- 
install crashes while adding mailody software
https://bugs.launchpad.net/bugs/369088
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 369088] Re: install crashes while adding mailody software

2009-07-27 Thread Andreas Olsson
@Sacha: Ok, closing this report  then.

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: Incomplete = Invalid

-- 
install crashes while adding mailody software
https://bugs.launchpad.net/bugs/369088
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 252686] Re: Reload action on init script kills daemon

2009-07-27 Thread Mrten
This bug affects nagios3 as well, the patch from comment #4 fixes the
issue.

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
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 404917] [NEW] mounted samba shares unavailable after suspend

2009-07-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I have noticed this happen every time I open my laptop running 9.04 that
has been suspended.

If before suspend, I open a network share (that is actually a Samba
share on another Ubuntu machine (8.04) and then allow the machine to go
into suspend (by closing the lid) and then open the lid again sometime
later, after the machine is running again, I can no longer access the
shared folder (either via the icon on the desktop or via Nautilus).

I get an error saying: Could not display X. The file is of an
unknown type.

Then if I try to browse  any of my Samba network shares, I more often
than not get no results. If I click on PlacesNetwork, I get to see
Windows Network, but if I click on that, I get an empty blank nautilus
window. If I then click back, I can then go one further, so I can click
through PlacesNetworkWindows Networks MSHome, but then it is blank.
Then if I click back all the way, then I try again, then I can go one
further again, so PlaceNetworkWindows NetworkMSHomeServer, but then
it is blank. This continues until I can finally get to the folders and
everything is ok.

If I shutdown instead of hibernate and then restart, this problem never
occurs

I am using a wireless connection, but I wait until I get the Connected
notification before I do anything, so I definatley have network
connection.

The logs dont seem to show anything relevant, but I may be wrong.

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

-- 
mounted samba shares unavailable after suspend
https://bugs.launchpad.net/bugs/404917
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 404917] Re: mounted samba shares unavailable after suspend

2009-07-27 Thread Foppe Benedictus
** Package changed: ubuntu = samba (Ubuntu)

-- 
mounted samba shares unavailable after suspend
https://bugs.launchpad.net/bugs/404917
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 397143] Re: Please merge drbd8 2:8.3.2-1 (main) from Debian unstable

2009-07-27 Thread Ante Karamatić
** Changed in: drbd8 (Ubuntu)
   Status: Confirmed = Invalid

-- 
Please merge drbd8 2:8.3.2-1 (main) from Debian unstable
https://bugs.launchpad.net/bugs/397143
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 405421] [NEW] Please sync drbd8 8.3.2-2 (main) from Debian unstable

2009-07-27 Thread Ante Karamatić
Public bug reported:

Please sync drbd8 from Debian unstable. All Ubuntu changes were
implemented in Debian, so it's safe to drop all Ubuntu changes.

** Affects: drbd8 (Ubuntu)
 Importance: Medium
 Status: Confirmed

** Changed in: drbd8 (Ubuntu)
   Status: New = Confirmed

** Changed in: drbd8 (Ubuntu)
   Importance: Undecided = Medium

-- 
Please sync drbd8 8.3.2-2 (main) from Debian unstable
https://bugs.launchpad.net/bugs/405421
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 405421] Re: Please sync drbd8 8.3.2-2 (main) from Debian unstable

2009-07-27 Thread Mathias Gug
ACK.

** Changed in: drbd8 (Ubuntu)
   Importance: Medium = Wishlist

-- 
Please sync drbd8 8.3.2-2 (main) from Debian unstable
https://bugs.launchpad.net/bugs/405421
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 405518] [NEW] package smbfs 3.0.28a-1ubuntu4.8 failed to install/upgrade: dependency problems - leaving unconfigured

2009-07-27 Thread kidalabama
Public bug reported:

Binary package hint: samba

no information.

ProblemType: Package
Architecture: i386
Date: Sun Jul 19 08:56:39 2009
DistroRelease: Ubuntu 8.04
ErrorMessage: dependency problems - leaving unconfigured
Package: smbfs 3.0.28a-1ubuntu4.8
PackageArchitecture: i386
SourcePackage: samba
Title: package smbfs 3.0.28a-1ubuntu4.8 failed to install/upgrade: dependency 
problems - leaving unconfigured
Uname: Linux 2.6.24-24-generic i686

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


** Tags: apport-package

-- 
package smbfs 3.0.28a-1ubuntu4.8 failed to install/upgrade: dependency problems 
- leaving unconfigured
https://bugs.launchpad.net/bugs/405518
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 405518] Re: package smbfs 3.0.28a-1ubuntu4.8 failed to install/upgrade: dependency problems - leaving unconfigured

2009-07-27 Thread kidalabama

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

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/29586038/DpkgTerminalLog.gz

-- 
package smbfs 3.0.28a-1ubuntu4.8 failed to install/upgrade: dependency problems 
- leaving unconfigured
https://bugs.launchpad.net/bugs/405518
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 405560] [NEW] Sync samba4 4.0.0~alpha8+git20090718-1 (universe) from Debian experimental (main).

2009-07-27 Thread Mathias Gug
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/samba4
 status confirmed
 importance wishlist
 subscribe ubuntu-archive

Please sync samba4 4.0.0~alpha8+git20090718-1 (universe) from Debian
experimental (main).

Explanation of the Ubuntu delta and why it can be dropped:

 * support for python 2.6 has been included in Debian.

Changelog since current karmic version 4.0.0~alpha6-1ubuntu1:

samba4 (4.0.0~alpha8+git20090718-1) experimental; urgency=low

  * New upstream snapshot.
  * The server package now suggests a version of bind9 that supports 
update-policy.

 -- Jelmer Vernooij jel...@debian.org  Sat, 18 Jul 2009 17:34:30 +0200

samba4 (4.0.0~alpha8~git20090620-1) experimental; urgency=low

  * Support building against Python2.6.
  * Add missing dependency on tdb = 1.1.3. (Closes: #517171)
  * Add missing dependencies on tdb-dev and libtalloc-dev to
libldb-samba4-dev. (Closes: #525885)
  * Use newer version of tevent. (Closes: #531480, #533457, #533455)
  * New upstream snapshot.
  * Bump standards version to 3.8.2.
  * Reorganization to let Samba 3 and Samba 4 co-exist on the same system:
   + Depend on samba-common for smb.conf, /etc/samba/gdbcommands,
 /usr/share/samba/{panic-action,*.dat}.
   + Rename samba4-common to samba4-common-bin.
  * samba4-testsuite now recommends subunit, since it can output subunit
streams.
  * Document license for Active Directory schemas.
  * Fix init script to run samba rather than smbd. (Closes: #522646)
  * Removed libldb-samba4-{dev,0}, now using libldb{-dev,0} since there
are no longer any differences.

 -- Jelmer Vernooij jel...@debian.org  Thu, 18 Jun 2009 00:19:44 +0200

samba4 (4.0.0~alpha7~20090225-1) experimental; urgency=low

  * Build-depend on pkg-config, as we no longer seem to pull that in 
through any other dependencies. (Closes: #516882)

 -- Jelmer Vernooij jel...@debian.org  Wed, 25 Feb 2009 04:04:36 +0100

samba4 (4.0.0~alpha7~20090223-1) experimental; urgency=low

  * Add build dependency on libpopt-dev, so the system libpopt is always used 
rather than the one included by Samba.
  * Use the alternatives system for the smbstatus, nmblookup, net and testparm 
binaries as well as various data files.
  * Make the samba4 and samba4-testsuite packages conflict with 
samba-tools. (Closes: #506236)
  * Build against external libtevent.

 -- Jelmer Vernooij jel...@debian.org  Sat, 21 Feb 2009 17:46:41 +0100


-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkpuPSoACgkQM0thG+z3pVgeygCg0En9JTLxJryKFwnxvodCafCZ
RlUAnAt3m705eT7/h+RWXEWCJUI6qCWO
=Cxu7
-END PGP SIGNATURE-

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

-- 
Sync samba4 4.0.0~alpha8+git20090718-1 (universe) from Debian experimental 
(main).
https://bugs.launchpad.net/bugs/405560
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba4 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 384102] Re: Please merge samba4 from debian experimental

2009-07-27 Thread Mathias Gug
*** This bug is a duplicate of bug 405560 ***
https://bugs.launchpad.net/bugs/405560

** This bug has been marked a duplicate of bug 405560
   Sync samba4 4.0.0~alpha8+git20090718-1 (universe) from Debian experimental 
(main).

-- 
Please merge samba4 from debian experimental
https://bugs.launchpad.net/bugs/384102
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba4 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 397699] Re: [jaunty] samba 3.3.2 denies access to roaming profiles

2009-07-27 Thread Mark Hannon
Tested PPA package with several users, both normal and members of the 'Domain 
Administrators' group and 
with both Windows XP and Vista clients.   Roaming profiles working properly 
again.

Thanks, 
Mark

-Original Message-
From: boun...@canonical.com [mailto:boun...@canonical.com] On Behalf Of Thierry 
Carrez
Sent: Tuesday, 28 July 2009 12:10 AM
To: markhan...@optusnet.com.au
Subject: [Bug 397699] Re: [jaunty] samba 3.3.2 denies access to roaming profiles

Could you test samba_3.3.2-1ubuntu3.1~ppa1 from my PPA at:
https://launchpad.net/~ttx/+archive/ppa
Thanks !

-- 
[jaunty] samba 3.3.2 denies access to roaming profiles
https://bugs.launchpad.net/bugs/397699
You received this bug notification because you are a direct subscriber
of the bug.

-- 
[jaunty] samba 3.3.2 denies access to roaming profiles
https://bugs.launchpad.net/bugs/397699
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 405617] [NEW] Failed to Install

2009-07-27 Thread jehrmin
Public bug reported:

Binary package hint: bacula

The package failed to load via the Synaptic Package Manager.

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: bacula-director-mysql 2.4.4-1ubuntu5
SourcePackage: bacula
Title: package bacula-director-mysql 2.4.4-1ubuntu5 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
Uname: Linux 2.6.28-13-generic i686

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


** Tags: apport-package i386

-- 
Failed to Install
https://bugs.launchpad.net/bugs/405617
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 405617] Re: Failed to Install

2009-07-27 Thread jehrmin

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

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/29594584/DpkgTerminalLog.txt

-- 
Failed to Install
https://bugs.launchpad.net/bugs/405617
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