[Bug 222761] Re: [SRU] upsd doesn't start NOT 221737

2009-01-22 Thread Steve Langasek
I've uploaded a new version of nut to hardy-proposed which fixes several
serious issues with the maintainer scripts, this one chief among them.
Martin, please review and tell me if you think this is adequate.

I'll also check over the package's state in jaunty and prepare an upload
if necessary; I probably won't prepare a separate SRU for intrepid
unless there's specific demand.

-- 
[SRU] upsd doesn't start NOT 221737
https://bugs.launchpad.net/bugs/222761
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


[Blueprint oem-config-server] Develop a text front-end for oem-config

2009-01-22 Thread Colin Watson
Blueprint changed by Colin Watson:

Assignee: (none) => Colin Watson

-- 
  Develop a text front-end for oem-config
  https://blueprints.edge.launchpad.net/oem-config/+spec/oem-config-server

-- 
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 310230] Re: samba usershares rights problem

2009-01-22 Thread Dundee
Update of system seems to solve all of this stuff.

Please mark as closed.

-- 
samba usershares rights problem
https://bugs.launchpad.net/bugs/310230
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 296719] Re: kerberos-configs fails to configure if dnsdomainname fails

2009-01-22 Thread Mathias Gug
I've uploaded a version of the package to intrepid-proposed with the
patch posted above.

Note for the TEST CASE: in order to get dnsdomainname return an error,
deleting the line in /etc/hosts that defines the fqdn of the system is
enough:

127.0.1.1   hostname.domainname alias

Doing so should lead dnsdomainname to return an error:

  $ dnsdomainname
  dnsdomainname: Unknown host


** Changed in: kerberos-configs (Ubuntu Intrepid)
   Status: New => Fix Committed

-- 
kerberos-configs fails to configure if dnsdomainname fails
https://bugs.launchpad.net/bugs/296719
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kerberos-configs 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 222761] Re: [SRU] upsd doesn't start NOT 221737

2009-01-22 Thread Steve Langasek
** Changed in: nut (Ubuntu Hardy)
 Assignee: (unassigned) => Steve Langasek (vorlon)

-- 
[SRU] upsd doesn't start NOT 221737
https://bugs.launchpad.net/bugs/222761
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 222761] Re: [SRU] upsd doesn't start NOT 221737

2009-01-22 Thread Steve Langasek
** Changed in: nut (Ubuntu Hardy)
   Target: ubuntu-8.04.2 => ubuntu-8.04.3

-- 
[SRU] upsd doesn't start NOT 221737
https://bugs.launchpad.net/bugs/222761
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 320212] [NEW] cannot access samba share after mount.cifs

2009-01-22 Thread Marc G.
Public bug reported:

Binary package hint: smbfs

I can mount a windows share with this command in terminal. But when I do
'ls' in the mount directory, I get a segmentation fault. If I try to
'cd' in the same directory, the terminal crash.

I mounted the share with this command :
sudo mount.cifs //ipadress/data/Groupe /mnt/groupe/ -o username=workgroup/user 
--verbose

I get : mount.cifs kernel mount options
unc=//ipadress\data,ip=192.168.2.15,domain=workgroup,pass=xx,ver=1,username=userprefixpath=Groupe

I cannot unmout after mounting, ie the mount is still listed when I type 
'mount'. I get in verbose mode : 
optind 2 unmount dir /mnt/groupe

Nautilus cannot mount this share either. I get an error message : "No
file or folder of this type". //ipadress/data is mounted but it is empty
(no folder named Groupe).

The window share is accessible from a windows XP computer and with smbclient 
with this command :
smbclient //ipadress/data/Groupe --user=workgroup/user
It is then possible to do "smb: \> ls" after and to see all the files in the 
folder.

I'm using Ubuntu 8.10 and the version of smbfs is 2:3.2.3-1ubuntu3.4

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

-- 
cannot access samba share after mount.cifs
https://bugs.launchpad.net/bugs/320212
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 291161] Re: Invalid multi values domain string generated by network manager

2009-01-22 Thread Martin Mai
Upstream considers this not being a bug in network-manager, but in the
AT&T VPN Client. Don't know which package is the right one for that.

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

-- 
Invalid multi values domain string generated by network manager
https://bugs.launchpad.net/bugs/291161
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 294148] Re: move_uploaded_file does not set right permissions (ignores umask)

2009-01-22 Thread Andreas Olsson
What versions of Ubuntu and PHP are involved?

Would it be possible to provide some example code where you use
move_uploaded_file? Was a while ago since I wrote PHP code myself :)

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

-- 
move_uploaded_file does not set right permissions (ignores umask)
https://bugs.launchpad.net/bugs/294148
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 314411] Re: logrotate cron spams when only apache2.2-common installed

2009-01-22 Thread Andreas Olsson
Seems as if the Dapper apache2-common does create/touch the files
/var/log/apache2/{error,access}.log.

I've also taken a closer look at the apache2 logrotate. Can't make it to
do away with {error,access}.log, which I guess makes sense considering
the notifempty option.

Not sure if there is anything else I can do unless you help me by
showing how to recreate the problem.

Nevertheless, thanks for taking the time to report a potential bug.

-- 
logrotate cron spams when only apache2.2-common installed
https://bugs.launchpad.net/bugs/314411
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 320145] [NEW] Please sync samba4 4.0.0~alpha6-1 (universe) from Debian experimental (main).

2009-01-22 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~alpha6-1 (universe) from Debian experimental
(main).

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

Upstream fixed the include line that produce the build failure in
intrepid.

Changelog since current jaunty version 4.0.0~alpha4~20080727-1ubuntu1:

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

  * New upstream release.

 -- Jelmer Vernooij   Tue, 20 Jan 2009 02:59:15 +0100

samba4 (4.0.0~alpha5+20090105-1) experimental; urgency=low

  * New upstream snapshot.

 -- Jelmer Vernooij   Mon, 05 Jan 2009 21:08:53 +0100

samba4 (4.0.0~alpha5+20081126-1) experimental; urgency=low

  * New upstream snapshot.

 -- Jelmer Vernooij   Wed, 26 Nov 2008 03:48:41 +0100

samba4 (4.0.0~alpha5+20081101-1) experimental; urgency=low

  * New upstream snapshot.

 -- Jelmer Vernooij   Sat, 01 Nov 2008 14:40:09 +0100

samba4 (4.0.0~alpha5+20081031-1) experimental; urgency=low

  * New upstream snapshot.

 -- Jelmer Vernooij   Fri, 31 Oct 2008 00:10:41 +0100

samba4 (4.0.0~alpha5+20081014-1) experimental; urgency=low

  * Fix typo in description. (Closes: 500811)
  * New upstream snapshot.

 -- Jelmer Vernooij   Thu, 09 Oct 2008 18:41:59 +0200

samba4 (4.0.0~alpha5+20080930-1) experimental; urgency=low

  * New upstream snapshot.

 -- Jelmer Vernooij   Tue, 30 Sep 2008 16:19:22 +0200

samba4 (4.0.0~alpha5+20080825-1) experimental; urgency=low

  * Add watch file.
  * Use policy-compliant sysconfdir and localstatedir. (Closes: #495944)

 -- Jelmer Vernooij   Mon, 25 Aug 2008 17:42:44 +0200


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkl4uH0ACgkQM0thG+z3pVgURwCgvMr4yhOagczm1xQgeVcmN+dy
KJEAoNd3CTjRYFfPpdqhHDJvDqNy/UaI
=2DlW
-END PGP SIGNATURE-

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

-- 
Please sync samba4 4.0.0~alpha6-1 (universe) from Debian experimental (main).
https://bugs.launchpad.net/bugs/320145
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 319848] Re: upgrading from mysql-server-5.0 to mysql-server-5.1 doesn't work

2009-01-22 Thread Alessandro Ghersi
sudo apt-get -f install 
Reading package lists... Done   
 
Building dependency tree
 
Reading state information... Done   
 
Correcting dependencies... Done 
  
The following extra packages will be installed:
  mysql-server-5.1
Suggested packages:
  tinyca
The following NEW packages will be installed:
  mysql-server-5.1
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 10.7MB of archives.
After this operation, 25.3MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://archive.ubuntu.com jaunty/universe mysql-server-5.1 
5.1.30-2ubuntu3 [10.7MB]
Fetched 10.7MB in 56s (190kB/s)
Preconfiguring packages ...
(Reading database ... 181068 files and directories currently installed.)
Unpacking mysql-server-5.1 (from 
.../mysql-server-5.1_5.1.30-2ubuntu3_amd64.deb) ...
dpkg: error processing 
/var/cache/apt/archives/mysql-server-5.1_5.1.30-2ubuntu3_amd64.deb (--unpack):
 trying to overwrite `/usr/sbin/mysqld', which is also in package 
mysql-server-core-5.0
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/mysql-server-5.1_5.1.30-2ubuntu3_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: New => Confirmed

-- 
upgrading from mysql-server-5.0 to mysql-server-5.1 doesn't work
https://bugs.launchpad.net/bugs/319848
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 314411] Re: logrotate cron spams when only apache2.2-common installed

2009-01-22 Thread Christian Hudon
Andreas Olsson wrote:
> I'll see if I can recreate the scenario going back to dapper.
>
> Regarding getting the same problem on Hardy by simpling installing and
> removing apache2.2-common; have you actually tried it? I have, and I
> wrote about it in my first comment.
>
> Well, I guess there still might be the possibility of lograte rotating
> away the existing logs, and leaving /var/log/apache2 empty. I don't
> think so, but I guess I could take a closer look at exactly what the
> apache2 logrotate does.
>   
Okay, I hadn't tried that one, and you're right that it won't reproduce 
this bug report. The reason is that the postinst touches 
/var/log/apache2/{error,access}.log on a new install. Presumably this 
bug would come from having installed an apache2-common which didn't have 
these lines in its postinst.

But in general, it just seems cleaner to me to have the logrotate.d file 
do a check similar to the check for the existence of the apache2 
executable at the beginning of /etc/init.d/apache2. And it also behaves 
better on upgrade from a previous version which didn't have that check, 
at least compared to the touch /var/log/foo. But if course, it's not 
entirely possible that I'm missing something too.

This bug is hardly critical of course, but I thought I'd file it 
nonetheless in the spirit of improving the quality of Ubuntu. Thanks for 
having a look at this! (Although the quick response may encourage me to 
file more bug reports in the future when I see bugs. :-) )

  Christian

-- 
logrotate cron spams when only apache2.2-common installed
https://bugs.launchpad.net/bugs/314411
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 314411] Re: logrotate cron spams when only apache2.2-common installed

2009-01-22 Thread Andreas Olsson
I'll see if I can recreate the scenario going back to dapper.

Regarding getting the same problem on Hardy by simpling installing and
removing apache2.2-common; have you actually tried it? I have, and I
wrote about it in my first comment.

Well, I guess there still might be the possibility of lograte rotating
away the existing logs, and leaving /var/log/apache2 empty. I don't
think so, but I guess I could take a closer look at exactly what the
apache2 logrotate does.

-- 
logrotate cron spams when only apache2.2-common installed
https://bugs.launchpad.net/bugs/314411
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 61414] Re: Option -g notworking properly

2009-01-22 Thread EvanCarroll
ecarr...@x60s:~$ ssh -2gxTD 5050 localhost
ecarr...@localhost's password: 
bind: Address already in use

confirmed for Intrepid

-- 
Option -g notworking properly
https://bugs.launchpad.net/bugs/61414
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 296952] Re: mysqlhotcopy failed on table with hyphen in name

2009-01-22 Thread Andreas Olsson
I can replicate exactly the same problem in Hardy as well as in Jaunty.

To comment out the duplicate "$hc_locks =~ s/\`//g;" does seem to fix
the problem. I haven't (yet) looked into what use they are supposed to
do.

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

-- 
mysqlhotcopy failed on table with hyphen in name
https://bugs.launchpad.net/bugs/296952
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


Re: [Bug 314411] Re: logrotate cron spams when only apache2.2-common installed

2009-01-22 Thread Christian Hudon
Andreas Olsson wrote:
> Which of these events took place when you ran Dapper and what was done
> after the upgrade to Hardy?
>   
Probably the install (and use to compile stuff) was done on dapper and 
the removal on hardy. But as far as I see, it's still possible to get 
the same problem on hardy only. If only by installing apache2.2-common 
and afterwards removing it... Which, granted, would be a bit pointless, 
bit still, packages that have been removed but not purged should never 
be able to generate emails to root every day, no?

  Christian

-- 
logrotate cron spams when only apache2.2-common installed
https://bugs.launchpad.net/bugs/314411
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 316849] Re: mysql-server-5.1 5.1.30-2ubuntu3 fails to install/upgrade / doesn't start - skip-bdb option unsupported (amarok)

2009-01-22 Thread Mathias Gug
** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
mysql-server-5.1 5.1.30-2ubuntu3 fails to install/upgrade / doesn't start - 
skip-bdb option unsupported (amarok)
https://bugs.launchpad.net/bugs/316849
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


Re: [Bug 316849] Re: mysql-server-5.1 5.1.30-2ubuntu3 failsto install/upgrade / doesn't start - skip-bdb option unsupported (amarok)

2009-01-22 Thread timk
Sorry, I cannot check this anymore, my installation was completely messed up. 
I removed it.

Tim Kuip
===
On Thursday 22 January 2009 16:45:45 Mathias Gug wrote:
> On Thu, Jan 22, 2009 at 02:22:02AM -, Tom Worley wrote:
> > I can confirm this bug still exists in mysql-server-5.1
> > (5.1.30-2ubuntu3), from an upgrade of Intrepid to Jaunty, then installing
> > 5.1. This breaks the upgrade, however, commenting out skip-bdb fix works
> > and apt continues the upgrade
>
> Could you check if mysql-common has been upgraded? If so have you been
> prompted for a configuration change? If so did you accept it?
>
>
> mysql-common is part of mysql-dfsg-5.0 and not mysql-dsfg-5.1. The fix
> for this bug is in mysql-dfsg-5.0 - mysql-dfsg-5.1 hasn't been changed.
>
> --
> Mathias Gug
> Ubuntu Developer  http://www.ubuntu.com

-- 
mysql-server-5.1 5.1.30-2ubuntu3 fails to install/upgrade / doesn't start - 
skip-bdb option unsupported (amarok)
https://bugs.launchpad.net/bugs/316849
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 314411] Re: logrotate cron spams when only apache2.2-common installed

2009-01-22 Thread Andreas Olsson
Which of these events took place when you ran Dapper and what was done
after the upgrade to Hardy?

-- 
logrotate cron spams when only apache2.2-common installed
https://bugs.launchpad.net/bugs/314411
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


Re: [Bug 316849] Re: mysql-server-5.1 5.1.30-2ubuntu3 fails to install/upgrade / doesn't start - skip-bdb option unsupported (amarok)

2009-01-22 Thread Mathias Gug
On Thu, Jan 22, 2009 at 02:22:02AM -, Tom Worley wrote:
> I can confirm this bug still exists in mysql-server-5.1 (5.1.30-2ubuntu3), 
> from an upgrade of Intrepid to Jaunty, then installing 5.1.
> This breaks the upgrade, however, commenting out skip-bdb fix works and apt 
> continues the upgrade

Could you check if mysql-common has been upgraded? If so have you been
prompted for a configuration change? If so did you accept it?


mysql-common is part of mysql-dfsg-5.0 and not mysql-dsfg-5.1. The fix
for this bug is in mysql-dfsg-5.0 - mysql-dfsg-5.1 hasn't been changed.

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

-- 
mysql-server-5.1 5.1.30-2ubuntu3 fails to install/upgrade / doesn't start - 
skip-bdb option unsupported (amarok)
https://bugs.launchpad.net/bugs/316849
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


Re: [Bug 314411] Re: logrotate cron spams when only apache2.2-common installed

2009-01-22 Thread Christian Hudon
Andreas Olsson wrote:
> How did you manage to have the packaget manager remove /var/log/apache2
> without touching /etc/logrotate.d/apache2? The only way I've managed to
> get apt to remove /var/log/apache2 is by purging apache2.2-common, and
> that also removes /etc/logrotate.d/apache2.
>
> Was it a fresh install of Hardy, or was it an upgrade from a previous
> Ubuntu version? Do you remember which Apache2 packets you had installed;
> what MPM?
>   
It's not a fresh install. It was updated from dapper. Here's my guess at 
what happened. You can tell me if it makes sense.

I installed libapache2-something-dev at some point on that machine to 
compile an apache module (which was to be installed on other machines). 
That -dev package pulled in the apache2-common package. No apache server 
was every installed on that machine. Some time later, I remove (not 
purge) these packages. When the -common package is being removed, the 
/var/log/apache2 directory goes away without problems since there are no 
files in it (because no apache web server ever run on that machine), but 
the /etc/logrotate.d/apache2 stays (because it is a conffile).

I *think* that's how it happened, but I think the bug should still be 
fixed irrespective of that. It's the right thing to do for conffiles 
that are executed (logrotate stuff, init.d stuff, crontab entries, etc.) 
to check that their package hasn't been removed before doing their thing.

Thanks,

  Christian

-- 
logrotate cron spams when only apache2.2-common installed
https://bugs.launchpad.net/bugs/314411
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 292548] Re: nmbd -D uses 95% processor when there is not lan conection.

2009-01-22 Thread Andreas Olsson
Still no signs of this bug? Can I mark it as resolved?

Looked at the update from the 26th of november. While it does not
mention anything about nmbd it does fix a memory leak, which I guess
could cause all kinds of trouble.

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

-- 
nmbd -D uses 95% processor when there is not lan conection.
https://bugs.launchpad.net/bugs/292548
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 292293] Re: udev rules for tun device have wrong permisisons

2009-01-22 Thread Andreas Olsson
The default OpenVPN configuration starts as root, hence no permission
problems regarding the tun device.

If you wish a different default from OpenVPN, then that's a different
"bug".

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

-- 
udev rules for tun device have wrong permisisons
https://bugs.launchpad.net/bugs/292293
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 314411] Re: logrotate cron spams when only apache2.2-common installed

2009-01-22 Thread Andreas Olsson
How did you manage to have the packaget manager remove /var/log/apache2
without touching /etc/logrotate.d/apache2? The only way I've managed to
get apt to remove /var/log/apache2 is by purging apache2.2-common, and
that also removes /etc/logrotate.d/apache2.

Was it a fresh install of Hardy, or was it an upgrade from a previous
Ubuntu version? Do you remember which Apache2 packets you had installed;
what MPM?

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

-- 
logrotate cron spams when only apache2.2-common installed
https://bugs.launchpad.net/bugs/314411
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


Re: [Bug 292791] Re: silent login/gdm failures and sudo segfaults with smbpasswd enabled

2009-01-22 Thread Jorrit Kronjee
On 1/22/2009 3:36 AM, Steve Langasek wrote:
> Jorrit, you showed a test involving 'mv /var/lib/samba/
> /var/lib/samba.bak/' - did you have a /var/lib/samba directory on your
> system when the original crash happened that you were reporting?

Steve,

Yes, moving or not moving the directory doesn't make a difference, it
will segfault in both cases. Recreating the directory as Thierry
suggested does fix the problem, though.

Jorrit

-- 
silent login/gdm failures and sudo segfaults with smbpasswd enabled
https://bugs.launchpad.net/bugs/292791
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 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2009-01-22 Thread simonm
I think it's related to the Samba version in use on Time Capsule:

# cat /proc/fs/cifs/DebugData
Display Internal CIFS Data Structures for Debugging
---
CIFS Version 1.54
Active VFS Requests: 0
Servers:
1) Name: 192.168.0.2  Domain: SM-HOME Uses: 1 OS: Apple Base Station
NOS: CIFS 4.30Capability: 0x1c
SMB session status: 1TCP status: 1
Local Users To Server: 1 SecMode: 0x3 Req On Wire: 0
Shares:
1) \\192.168.0.2\storage Mounts: 1 Type: FAT32 DevInfo: 0x0 Attributes:
0x3
PathComponentMax: 255 Status: 0x1 type: 0

MIDs:

# cat /proc/fs/cifs/LinuxExtensionsEnabled
1

Also, I have hundreds of log entries like this in /var/log/kern.log

Jan 18 17:17:02 freya kernel: [ 4069.510271]  CIFS VFS: Write2 ret -9, wrote
0

The CIFS mount from Time Capsule is the only CIFS mount I am using.

I'll get some CIFS packet captures of a Hardy install and an Intrepid
install and create a new ticket. (Although I think this is the same issue as
a number of the people who commented above have had.)

I hope this helps.

Thanks

SM

-- 
Simon Mullis


** Attachment added: "cifs-mount.pcap.gz"
   http://launchpadlibrarian.net/21527809/cifs-mount.pcap.gz

** Attachment added: "cifs-stdout_redirection.pcap.gz"
   http://launchpadlibrarian.net/21527810/cifs-stdout_redirection.pcap.gz

-- 
Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10
https://bugs.launchpad.net/bugs/286828
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 292791] Re: silent login/gdm failures and sudo segfaults with smbpasswd enabled

2009-01-22 Thread Steve Langasek
> the fix in bug 260687 is making sure /var/lib/samba is created by moving 
> directory creation to the appropriate package.
> It's not solving the segfault that happens if it's not there.

Yes, I'm aware.

> However here the problem is different, as it happens with an existing 
> /var/lib/samba directory. Emptying the directory
> usually solves it, by forcing the re-creation of the files in it.

No, that hasn't been shown to be the case; that's why I'm asking the
submitters this question, to rule that out.

-- 
silent login/gdm failures and sudo segfaults with smbpasswd enabled
https://bugs.launchpad.net/bugs/292791
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