[Bug 536958] Re: slapd package configuration aborts with Program version 4.7 doesn't match environment version 0.44 error during Hardy - Lucid upgrade

2010-03-16 Thread Nathan Stratton Treadway
(As a side note, I noticed that the actual version number printed out in
the doesn't match environment version 0.XXX message was not consistent
-- when I did the original upgrade it was 0.44, but in my later
testing it started out at 0.143 and then kept getting larger.

It turns out that the format of the Berkeley DB environment file
changed between BDB 4.3 and 4.4, and in particular the location of the
bytes that encode the database version number changed.  In the the case
of lucid's OpenLDAP tools (which use DBD v4.7) looking at the
environment file left over from hardy (v4.2), the bytes that are
interpreted as the minor version number actually contains the Locks
granted without waiting count.

So, for example, if I run 
  db4.2_stat -e -N | head | grep without waiting
from within the BDB directory, the count shown will match the XXX printed in 
the environment version 0.XXX message from slaptest.

This means that running some other command that changes the locks-
granted count [e.g. db4.2_stat -e , without the -N ] will actually
cause the XXX number to change between different attempts to run
slaptest .

It seems like the header format of the environment file was stabilized
as of db4.4, so db4.7 tools shouldn't have the same problem with files
generated by 4.4 and later.  )

-- 
slapd package configuration aborts with Program version 4.7 doesn't match 
environment version 0.44 error during Hardy - Lucid upgrade
https://bugs.launchpad.net/bugs/536958
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


Re: [Bug 538902] Re: munin-node is no longer being started during boot

2010-03-16 Thread Marc A. Donges
On Monday, March 15, 2010 at 22:22:05 (-), Daniel Hahler wrote:
 Great. So, do you have any problems during boot? - or does it all work
 fine, except filesystems does not get emitted for you?

In the docked system configuration I have no problems during boot. All
filesystems I have configured are mounted, and, you are right,
apparently filesystems just isn't emitted.

Marc

-- 
  _ _Marc A. Donges  +49 721 6904-2130
  'v'Klosterweg 28 / E110
 /   \   76131 Karlsruhe
  W W

-- 
munin-node is no longer being started during boot
https://bugs.launchpad.net/bugs/538902
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 276472] [NEW] cp -p on CIFS mount does not preserve permissions and returns a permission denied error

2010-03-16 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

The original mtime is not preserved after a file is copied to a mounted
CIFS directory.

r...@laptop:~# cp -p /etc/hosts /mnt/temp/test/
r...@laptop:~# ls -la /etc/hosts /mnt/temp/test/hosts
-rw-r--r-- 1 root root 354 2007-11-13 18:57 /etc/hosts
-rw-r--r-- 1 root root 354 2008-09-30 21:54 /mnt/temp/test/hosts


/mnt/temp  is a CIFS mount.

Description:Ubuntu 8.04.1
Release:8.04

Linux version 2.6.24-19-generic (bui...@terranova) (gcc version 4.2.3
(Ubuntu 4.2.3-2ubuntu7)) #1 SMP Wed Aug 20 22:56:21 UTC 2008

** Affects: samba (Ubuntu)
 Importance: Medium
 Assignee: Surbhi Palande (csurbhi)
 Status: In Progress

** Affects: samba (Ubuntu Lucid)
 Importance: Medium
 Assignee: Surbhi Palande (csurbhi)
 Status: In Progress

** Affects: samba (Ubuntu Hardy)
 Importance: Medium
 Assignee: Stefan Bader (stefan-bader-canonical)
 Status: Triaged


** Tags: cifs cp timestamp
-- 
cp -p on CIFS mount does not preserve permissions and returns a permission 
denied error
https://bugs.launchpad.net/bugs/276472
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 276472] Re: cp -p on CIFS mount does not preserve permissions and returns a permission denied error

2010-03-16 Thread Surbhi Palande
This is a bug in the samba server. Hence changing the package from linux
to samba. I have attached a samba server patch and done brief testing
with it.

** Package changed: linux (Ubuntu Lucid) = samba (Ubuntu Lucid)

-- 
cp -p on CIFS mount does not preserve permissions and returns a permission 
denied error
https://bugs.launchpad.net/bugs/276472
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 276472] Re: cp -p on CIFS mount does not preserve permissions and returns a permission denied error

2010-03-16 Thread Brian Murray
** Tags added: patch

-- 
cp -p on CIFS mount does not preserve permissions and returns a permission 
denied error
https://bugs.launchpad.net/bugs/276472
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 475354] Re: Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data (DNS)

2010-03-16 Thread Launchpad Bug Tracker
This bug was fixed in the package ec2-init - 0.4.999-0ubuntu7.2

---
ec2-init (0.4.999-0ubuntu7.2) karmic-proposed; urgency=low

  * fix install/upgrade failure if python2.4 is installed (LP: #520734)
  * set hostname to a hostname-like value (ip-W-X-Y-Z) if instance
metadata includes a ip address rather than a hostname in
local-hostname (LP: #475354)
 -- Scott Moser smo...@ubuntu.com   Thu, 11 Feb 2010 20:35:41 -0500

** Changed in: ec2-init (Ubuntu Karmic)
   Status: Fix Committed = Fix Released

-- 
Hostname not set correctly on UEC cloud due to IP address in local-hostname 
manifest data (DNS)
https://bugs.launchpad.net/bugs/475354
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 539454] [NEW] package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: il sottoprocesso nuovo script pre-removal ha restituito lo stato di errore 1

2010-03-16 Thread Svacant
Public bug reported:

..

ProblemType: Package
Architecture: i386
Date: Tue Mar 16 10:12:13 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: il sottoprocesso nuovo script pre-removal ha restituito lo stato 
di errore 1
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['test']
NonfreeKernelModules: nvidia
Package: mysql-server-5.1 5.1.37-1ubuntu5
ProcVersionSignature: Ubuntu 2.6.31-20.57-generic
SourcePackage: mysql-dfsg-5.1
Title: package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: il 
sottoprocesso nuovo script pre-removal ha restituito lo stato di errore 1
Uname: Linux 2.6.31-20-generic i686

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


** Tags: apport-package i386

-- 
package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: il 
sottoprocesso nuovo script pre-removal ha restituito lo stato di errore 1
https://bugs.launchpad.net/bugs/539454
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


[Bug 539454] Re: package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: il sottoprocesso nuovo script pre-removal ha restituito lo stato di errore 1

2010-03-16 Thread Svacant

** Attachment added: .etc.apparmor.d.usr.sbin.mysqld.txt
   http://launchpadlibrarian.net/41000153/.etc.apparmor.d.usr.sbin.mysqld.txt

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/41000154/AptOrdering.txt

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

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/41000156/Dmesg.txt

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

** Attachment added: Logs.var.log.daemon.log.txt
   http://launchpadlibrarian.net/41000158/Logs.var.log.daemon.log.txt

** Attachment added: Logs.var.log.kern.log.txt
   http://launchpadlibrarian.net/41000159/Logs.var.log.kern.log.txt

** Attachment added: MySQLConf.etc.mysql.my.cnf.txt
   http://launchpadlibrarian.net/41000160/MySQLConf.etc.mysql.my.cnf.txt

** Description changed:

  ..
  
  ProblemType: Package
  Architecture: i386
  Date: Tue Mar 16 10:12:13 2010
  DistroRelease: Ubuntu 9.10
  ErrorMessage: il sottoprocesso nuovo script pre-removal ha restituito lo 
stato di errore 1
  MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
-  [mysqld_safe]
-  syslog
- MySQLVarLibDirListing: ['picche62', 'ilovetra_ilovetrading', 'photofunnie', 
'dotproject', 'ib_logfile1', 'newasta2', 'ricaricall', 'biddy_premium', 'myf', 
'wordpress_old', 'test', 'myfra_blog', 'myfra', 'mysql_upgrade_info', 
'wordpress', 'debian-5.0.flag', 'newsletter', 'vinciebasta', 'web125db1', 
'bbay', 'ib_logfile0', 'ecomers', 'wp', 'condor', 'biid_premium', 'biddy', 
'troo', 'mysql', 'prove', 'defermi', 'm12154d1', 'ibdata1', 'vh', 'inizioweb', 
'joomla', 'svacantc_bonustick', 'vampirehearts', 'asta', 'trivia', 
'bonusticket', 'risorsew', 'baditaly', 'troo_shop', 'jaws', 'segnalami', 
'guadagna', 'vampireh30856', 'templateitalia', 'phpmyadmin', 'shop', 'drupal', 
'vampire', 'pino', 'myframe', 'elgg', 'tasksmng', 'pimpi', 'wordpress-mu', 
'hublist', 'ipb', 'debian-5.1.flag', 'wp2', 'mycms', 'start', 'biddy_live', 
'quotadb', 'newasta']
+  [mysqld_safe]
+  syslog
+ MySQLVarLibDirListing: ['test']
  NonfreeKernelModules: nvidia
  Package: mysql-server-5.1 5.1.37-1ubuntu5
  ProcVersionSignature: Ubuntu 2.6.31-20.57-generic
  SourcePackage: mysql-dfsg-5.1
  Title: package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: il 
sottoprocesso nuovo script pre-removal ha restituito lo stato di errore 1
  Uname: Linux 2.6.31-20-generic i686

-- 
package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: il 
sottoprocesso nuovo script pre-removal ha restituito lo stato di errore 1
https://bugs.launchpad.net/bugs/539454
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


[Bug 479955] Re: [SRU] winbind authentication fails after karmic upgrade

2010-03-16 Thread Martin Pitt
** Tags added: verification-done
** Tags removed: verification-needed

-- 
[SRU] winbind authentication fails after karmic upgrade
https://bugs.launchpad.net/bugs/479955
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 462172] Re: [SRU] samba Too many files are currently in use.

2010-03-16 Thread Martin Pitt
 Don't know exactly what you mean with regression

A regression is a bad behaviour which was introduced with this update
and hasn't been present before.

The data transfer rates you mention are pretty similar, though. They
could also be influenced by other traffic in the network, other running
processes, etc.

If the update still works for you and addresses this bug, it looks okay
to me.

-- 
[SRU] samba Too many files are currently in use.
https://bugs.launchpad.net/bugs/462172
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 227837] Re: [Hardy] overzealous masquerading affects vm to vm traffic

2010-03-16 Thread Martin Pitt
Accepted libvirt into hardy-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
[Hardy] overzealous masquerading affects vm to vm traffic
https://bugs.launchpad.net/bugs/227837
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 539469] [NEW] does not terminate at computer shutdown

2010-03-16 Thread false...@gmail.com
Public bug reported:

Binary package hint: squid

multiple crash reports appear when logging in after reboot, saying squid
has quit unexpectedly

ProblemType: Bug
Architecture: i386
Date: Mon Mar 15 18:27:40 2010
DistroRelease: Ubuntu 10.04
ExecutablePath: /usr/sbin/squid
NonfreeKernelModules: nvidia
OmitPids: 630 4125 660 4146 630 661 228 650 731
Package: squid 2.7.STABLE7-1ubuntu7
ProcCmdline: (squid)
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.32-15.22-generic
SourcePackage: squid
Title: does not terminate at computer shutdown
Uname: Linux 2.6.32-15-generic i686

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


** Tags: apport-bug i386 lucid shutdown-hang

-- 
does not terminate at computer shutdown
https://bugs.launchpad.net/bugs/539469
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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 539469] Re: does not terminate at computer shutdown

2010-03-16 Thread false...@gmail.com

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

** Attachment added: InitctlList.txt
   http://launchpadlibrarian.net/41001978/InitctlList.txt

** Attachment added: ProcAttrCurrent.gz
   http://launchpadlibrarian.net/41001979/ProcAttrCurrent.gz

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/41001980/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/41001981/ProcStatus.txt

** Attachment added: Processes.txt
   http://launchpadlibrarian.net/41001982/Processes.txt

-- 
does not terminate at computer shutdown
https://bugs.launchpad.net/bugs/539469
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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 537978] Re: Lucid dhclient can't set hostname

2010-03-16 Thread Valentijn Sessink
The live-CD has an /etc/hostname set to ubuntu, so what do you want me
to check? Apart from that, the /sbin/dhclient-script file is the same as
above, so the logic to change the hostname does not work and is not
conforming to the dhclient-documentation.

-- 
Lucid dhclient can't set hostname
https://bugs.launchpad.net/bugs/537978
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 357067] Re: javascript parsing error

2010-03-16 Thread Matthias Klose
the upstream python report has a workaround for beautifulsoup


** Changed in: python-defaults (Ubuntu)
   Importance: Undecided = Low

** Changed in: python-defaults (Ubuntu)
   Status: New = Triaged

** Also affects: beautifulsoup (Ubuntu)
   Importance: Undecided
   Status: New

-- 
javascript parsing error
https://bugs.launchpad.net/bugs/357067
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to beautifulsoup 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 539663] [NEW] FFE for php 5.3.2

2010-03-16 Thread Chuck Short
Public bug reported:

Binary package hint: php5

Hi,

I would like to ask for a FFE for PHP 5.3.2. It is a update bug fix
release for PHP. It contains mostly bug fixes, however applications such
as mediawiki work better with PHP 5.3.2. I have attached the buildlogs
and debdiff. This FFE also applies to suhosin, php-mcrypt, php-imap, and
php-interbse (in universe).

If you have any questions please feel free to ask.

Regards
chuck

** Affects: php5 (Ubuntu)
 Importance: High
 Status: New

-- 
FFE for php 5.3.2
https://bugs.launchpad.net/bugs/539663
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 539663] Re: FFE for php 5.3.2

2010-03-16 Thread Chuck Short

** Attachment added: changelog.txt
   http://launchpadlibrarian.net/41028449/changelog.txt

-- 
FFE for php 5.3.2
https://bugs.launchpad.net/bugs/539663
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 539663] Re: FFE for php 5.3.2

2010-03-16 Thread Chuck Short

** Attachment added: debdiff
   http://launchpadlibrarian.net/41028654/debdiff

-- 
FFE for php 5.3.2
https://bugs.launchpad.net/bugs/539663
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 539663] Re: FFE for php 5.3.2

2010-03-16 Thread Chuck Short

** Attachment added: debdiff.gz
   http://launchpadlibrarian.net/41028663/debdiff.gz

** Changed in: php5 (Ubuntu)
   Importance: Undecided = High

-- 
FFE for php 5.3.2
https://bugs.launchpad.net/bugs/539663
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 538561] Re: audit-messages in the syslog

2010-03-16 Thread Mathias Gug
Samba apparmor profiles are part of the apparmor-profiles package:
reassigning to the apparmor package.

Is your samba installation not working at all?

** Package changed: samba (Ubuntu) = apparmor (Ubuntu)

** Changed in: apparmor (Ubuntu)
   Importance: Undecided = Low

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

-- 
audit-messages in the syslog
https://bugs.launchpad.net/bugs/538561
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 537451] Re: ntpdate-debian not syncing time

2010-03-16 Thread Mathias Gug
ntpdate-debian uses /etc/default/ntpdate for its configuration file.
/etc/default/ntpdate should have a list of ntp servers in it:

# Set to yes to take the server list from /etc/ntp.conf, from package ntp,
# so you only have to keep it in one place.
NTPDATE_USE_NTP_CONF=yes

# List of NTP servers to use  (Separate multiple servers with spaces.)
# Not used if NTPDATE_USE_NTP_CONF is yes.
NTPSERVERS=ntp.ubuntu.com

I'm not sure what your problem is. ntpdate-debian is run only *once*
when the network interface is brought up. If the system has been running
from some time and the time drifted ntpdate-debian won't fix the time in
a continuous manner: this is what ntp is for.

To summarize: ntpdate-debian corrects the time once, ntp corrects the
time continuously.

** Changed in: ntp (Ubuntu)
   Importance: Undecided = Low

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

-- 
ntpdate-debian not syncing time
https://bugs.launchpad.net/bugs/537451
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 539051] Re: eucalyptus ignores VNET_INTERFACE setting when creating volumes

2010-03-16 Thread Mathias Gug
This should probably be documented in the eucalyptus.conf man page.

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

** Changed in: eucalyptus (Ubuntu)
   Status: New = Triaged

-- 
eucalyptus ignores VNET_INTERFACE setting when creating volumes
https://bugs.launchpad.net/bugs/539051
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 539250] Re: Windows XP gets access denied when trying to rename folder over smb

2010-03-16 Thread Mathias Gug
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, I am closing it because the bug has been fixed
in the latest development version of Ubuntu - Lucid Lynx.

This is a significant bug in Ubuntu. If you need a fix for the bug in
previous versions of Ubuntu, please do steps 1 and 2 of the SRU
Procedure [1] to bring the need to a developer's attention.

[1]: https://wiki.ubuntu.com/StableReleaseUpdates#Procedure

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

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

-- 
Windows XP gets access denied when trying to rename folder over smb
https://bugs.launchpad.net/bugs/539250
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 539454] Re: package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: il sottoprocesso nuovo script pre-removal ha restituito lo stato di errore 1

2010-03-16 Thread Mathias Gug
Relevant error messages:

Preparativi per sostituire mysql-server-5.1 v.5.1.37-1ubuntu5 (utilizzando 
.../mysql-server-5.1_5.1.37-1ubuntu5.1_i386.deb)...
 * Stopping MySQL database server mysqld
   ...fail!
invoke-rc.d: initscript mysql, action stop failed.
dpkg: attenzione: vecchio script di pre-removal ha restituito lo stato di 
errore 1
dpkg - viene provato lo script dal nuovo pacchetto...
 * Stopping MySQL database server mysqld
   ...fail!
invoke-rc.d: initscript mysql, action stop failed.

From the daemon log:

Mar 16 10:06:43 svacant-desktop mysqld_safe: Starting mysqld daemon with 
databases from /var/lib/mysql
Mar 16 10:06:42 svacant-desktop mysqld: 100316 10:06:42 [Note] Plugin 
'FEDERATED' is disabled.
Mar 16 10:06:43 svacant-desktop mysqld: 100316 10:06:43  InnoDB: Started; log 
sequence number 0 12643093
Mar 16 10:06:43 svacant-desktop mysqld: 100316 10:06:43 [ERROR] Column count of 
mysql.db is wrong. Expected 22, found 20. Created with MySQL 50075, now running 
50137. Please use mysql_upgrade to fix this error.
Mar 16 10:06:43 svacant-desktop mysqld: 100316 10:06:43 [ERROR] mysql.user has 
no `Event_priv` column at position 29
Mar 16 10:06:43 svacant-desktop mysqld: 100316 10:06:43 [ERROR] Event 
Scheduler: An error occurred when initializing system tables. Disabling the 
Event Scheduler.
Mar 16 10:06:43 svacant-desktop mysqld: 100316 10:06:43 [Note] 
/usr/sbin/mysqld: ready for connections.
Mar 16 10:06:43 svacant-desktop mysqld: Version: '5.1.37-1ubuntu5.1'  socket: 
'/var/run/mysqld/mysqld.sock'  port: 3306  (Ubuntu)


** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Importance: Undecided = Low

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

-- 
package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: il 
sottoprocesso nuovo script pre-removal ha restituito lo stato di errore 1
https://bugs.launchpad.net/bugs/539454
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


[Bug 539454] Re: package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: il sottoprocesso nuovo script pre-removal ha restituito lo stato di errore 1

2010-03-16 Thread Mathias Gug
It seems that the database has been created with 5.0.75. Is this an
upgrade from an existing system? Have the files in /var/lib/mysql/ been
copied over from an existing installation?

Are you able to connect to the system?

-- 
package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: il 
sottoprocesso nuovo script pre-removal ha restituito lo stato di errore 1
https://bugs.launchpad.net/bugs/539454
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


[Bug 357067] Re: javascript parsing error

2010-03-16 Thread Mathias Gug
** Changed in: beautifulsoup (Ubuntu)
   Importance: Undecided = Low

-- 
javascript parsing error
https://bugs.launchpad.net/bugs/357067
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to beautifulsoup 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 539231] Re: -t option isn't available in python-vm-builder 0.12.2-0ubuntu3

2010-03-16 Thread Mathias Gug
** Changed in: vm-builder (Ubuntu)
   Status: New = Triaged

** Changed in: vm-builder (Ubuntu)
   Importance: Undecided = Medium

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

-- 
-t option isn't available in python-vm-builder 0.12.2-0ubuntu3
https://bugs.launchpad.net/bugs/539231
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 539469] Re: does not terminate at computer shutdown

2010-03-16 Thread Mathias Gug
Could you post the content of /var/log/syslog to figure out why squid
crashed?

** Changed in: squid (Ubuntu)
   Importance: Undecided = Low

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

** Changed in: squid (Ubuntu)
   Importance: Low = Medium

-- 
does not terminate at computer shutdown
https://bugs.launchpad.net/bugs/539469
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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 539727] [NEW] python-vm-builder_0.12.2-0ubuntu3 doesn't set locales correctly

2010-03-16 Thread Randy Barlow
Public bug reported:

The VM will build correctly, but once I start using my new VM (built for
Karmic by Lucid) I get a lot of warnings about locale not being set:

$ svn stat
svn: warning: cannot set LC_CTYPE locale
svn: warning: environment variable LANG is en_US.utf8
svn: warning: please check that your locale name is correct

$ sudo aptitude safe-upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = en_US.utf8
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
...

** Affects: vm-builder (Ubuntu)
 Importance: Undecided
 Status: New

-- 
python-vm-builder_0.12.2-0ubuntu3 doesn't set locales correctly
https://bugs.launchpad.net/bugs/539727
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 537451] Re: ntpdate-debian not syncing time

2010-03-16 Thread Hans-Peter
Hi!
No problem with continous synchronisation! Problem was: /etc/default/ntpdate 
says NTPDATE_USE_NTP_CONF=yes.
But /etc/ntp.conf does not exist, because ntp is not installed. - 
nptdate-debian fails. At least I think so, because my system time was not 
correct.

-- 
ntpdate-debian not syncing time
https://bugs.launchpad.net/bugs/537451
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 410974] Re: I forget the bug, but I can't install the mysql-server on my ubuntu PC.

2010-03-16 Thread Chuck Short
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: mysql-dfsg-5.0 (Ubuntu)
   Status: Incomplete = Invalid

-- 
I forget the bug,but I can't install the mysql-server on my ubuntu PC.
https://bugs.launchpad.net/bugs/410974
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 538902] Re: munin-node is no longer being started during boot

2010-03-16 Thread Daniel Hahler
The problem is that it should start on filesystem (which is what mountall 
emits), not filesystems.
Fix/Patch ahead.

** Changed in: munin (Ubuntu)
   Status: Incomplete = Triaged

** Branch linked: lp:~blueyed/munin/bug-538902

-- 
munin-node is no longer being started during boot
https://bugs.launchpad.net/bugs/538902
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 526823] Re: error al actualizar

2010-03-16 Thread Chuck Short
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: mysql-dfsg-5.0 (Ubuntu)
   Status: Incomplete = Invalid

-- 
error al actualizar
https://bugs.launchpad.net/bugs/526823
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 493325] Re: mysqld crashes with large key_buffer (25G)

2010-03-16 Thread Chuck Short
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!

-- 
mysqld crashes with large key_buffer (25G)
https://bugs.launchpad.net/bugs/493325
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 427141] Re: mysql update does not install

2010-03-16 Thread Chuck Short
Thanks for the response.

Regards
chuck

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

-- 
mysql update does not install
https://bugs.launchpad.net/bugs/427141
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 526827] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.3 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2010-03-16 Thread Chuck Short
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: mysql-dfsg-5.0 (Ubuntu)
   Status: Incomplete = Invalid

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.3 failed to 
install/upgrade: subprocess post-installation script returned error exit status 
1
https://bugs.launchpad.net/bugs/526827
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 512863] Re: mysqld.sock not found after restart

2010-03-16 Thread Chuck Short
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: mysql-dfsg-5.0 (Ubuntu)
   Status: Incomplete = Invalid

-- 
mysqld.sock not found after restart
https://bugs.launchpad.net/bugs/512863
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 366427] Re: errore segnalato dal sistema, l'ho appena aggiornato

2010-03-16 Thread Chuck Short
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: mysql-dfsg-5.0 (Ubuntu)
   Status: Incomplete = Won't Fix

-- 
errore segnalato dal sistema, l'ho appena aggiornato
https://bugs.launchpad.net/bugs/366427
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 498246] Re: no cargo

2010-03-16 Thread Chuck Short
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: mysql-dfsg-5.0 (Ubuntu)
   Status: Incomplete = Won't Fix

-- 
no cargo
https://bugs.launchpad.net/bugs/498246
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 179905] Re: Bus Error when attempting to access MySQL Server using host name

2010-03-16 Thread Chuck Short
** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Importance: Undecided = Low

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

-- 
Bus Error when attempting to access MySQL Server using host name
https://bugs.launchpad.net/bugs/179905
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 377268] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: el subproceso post-installation script devolvi? el c?digo de salida de error 1

2010-03-16 Thread Chuck Short
** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: Incomplete = Confirmed

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to 
install/upgrade: el subproceso post-installation script devolvi? el c?digo de 
salida de error 1
https://bugs.launchpad.net/bugs/377268
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 499394] Re: ntp server didn't support mssntp

2010-03-16 Thread Chuck Short
** Changed in: ntp (Ubuntu)
   Importance: Undecided = Wishlist

-- 
ntp server didn't support mssntp
https://bugs.launchpad.net/bugs/499394
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 539791] [NEW] mount.cifs cannot mount a DFS share when using Kerberos authentication

2010-03-16 Thread Etienne Goyer
Public bug reported:

Binary package hint: smbfs

In Karmic, it is possible to mount a CIFS filesystem from a DFS
referral, but it would fail when using Kerberos authentication.
Witness:

warthogs\ca...@karmic-desktop:~$ mount.cifs
//warthogs.biz/namespace1/firstshare share --verbose -o sec=krb5

mount.cifs kernel mount options: 
unc=//warthogs.biz\namespace1,user=carol,,domain=WARTHOGS,ver=1,sec=krb5,uid=23801,gid=23201,prefixpath=firstshare,ip=192.168.122.200
mount error(126): Required key not available
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)


In the above example, //warthogs.biz/namespace1/firstshare is a DFS referral 
that points to //warthogs-adc/share1.

When not specifying -o sec=krb5 (or when using -o sec=ntlm), the
mount complete just fine.  It also work is I use the direct UNC path,
//warthogs-adc/share1, with -o sec=krb5, so it does really appear that
the problem manifest itself only when both conditions are true (the UNC
path is a DFS referral *and* we are authenticating using Kerberos).

uname -r: 2.6.31-20-generic

keyutils 1.2-10 (no change to /etc/request-key.conf)

likewise-open5 5.0.3991.1+krb5-0ubuntu2, AD functional level Win2k3
domain joined.


I assigned the bug to smbfs, but I think it might actually be in the cifs 
kernel module and not in smbfs at all.  I attached the relevant part of dmesg, 
after enabling the cifs module debug mode (echo 1  /proc/fs/cifs/cifsFYI).

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

-- 
mount.cifs cannot mount a DFS share when using Kerberos authentication
https://bugs.launchpad.net/bugs/539791
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 539791] Re: mount.cifs cannot mount a DFS share when using Kerberos authentication

2010-03-16 Thread Etienne Goyer

** Attachment added: dmesg.txt
   http://launchpadlibrarian.net/41050898/dmesg.txt

-- 
mount.cifs cannot mount a DFS share when using Kerberos authentication
https://bugs.launchpad.net/bugs/539791
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 539791] Re: mount.cifs cannot mount a DFS share when using Kerberos authentication

2010-03-16 Thread Etienne Goyer
For comparison purpose, here is the output of smbclient -d3 -k -c
showconnect //warthogs.biz/namespace1/firstshare.  We can see that it
work as expected.

-- 
mount.cifs cannot mount a DFS share when using Kerberos authentication
https://bugs.launchpad.net/bugs/539791
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 539791] Re: mount.cifs cannot mount a DFS share when using Kerberos authentication

2010-03-16 Thread Etienne Goyer
For comparison purpose, here is the output of smbclient -d3 -k -c
showconnect //warthogs.biz/namespace1/firstshare.  We can see that it
work as expected.

** Attachment added: smbclient.txt
   http://launchpadlibrarian.net/41051221/smbclient.txt

-- 
mount.cifs cannot mount a DFS share when using Kerberos authentication
https://bugs.launchpad.net/bugs/539791
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 539791] Re: mount.cifs cannot mount a DFS share when using Kerberos authentication

2010-03-16 Thread Etienne Goyer
The output of klist after running the mount.cifs command.

** Attachment added: klist.txt
   http://launchpadlibrarian.net/41051333/klist.txt

-- 
mount.cifs cannot mount a DFS share when using Kerberos authentication
https://bugs.launchpad.net/bugs/539791
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 537451] Re: ntpdate-debian not syncing time

2010-03-16 Thread Mathias Gug
On Tue, Mar 16, 2010 at 06:02:53PM -, Hans-Peter wrote:

 No problem with continous synchronisation! Problem was: /etc/default/ntpdate 
 says NTPDATE_USE_NTP_CONF=yes.
 But /etc/ntp.conf does not exist, because ntp is not installed. - 
 nptdate-debian fails. 

ntddate-debian doesn't use /etc/ntp.conf. It uses the time servers
listed in /etc/default/ntpdate.

 At least I think so, because my system time was not correct.

ntpdate-debian is run *only* when network interfaces are brought up and will
correct the time *once*. If the system time drifts afterwards nothing will
correct it. If the system ran for a long time with no network interface change
the time could drift a lot.

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

-- 
ntpdate-debian not syncing time
https://bugs.launchpad.net/bugs/537451
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 531180] Re: package ntp 1:4.2.4p8+dfsg-1ubuntu1 failed to install/upgrade:

2010-03-16 Thread Chuck Short
Thanks closng bug report then.

Regards
chuc

** Changed in: ntp (Ubuntu)
   Status: Incomplete = Fix Released

-- 
package ntp 1:4.2.4p8+dfsg-1ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/531180
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 494383] Re: package ntp 1:4.2.4p6+dfsg-1ubuntu5.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 102

2010-03-16 Thread Chuck Short
If you do the following:

ln -s /etc/init.d/ntp /etc/rc2.d/S50ntp

that should fix your problem.

Regards
chuck

** Changed in: ntp (Ubuntu)
   Status: Incomplete = Won't Fix

-- 
package ntp 1:4.2.4p6+dfsg-1ubuntu5.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 102
https://bugs.launchpad.net/bugs/494383
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 533601] Re: Apport hook for bind9

2010-03-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~andreserl/ubuntu/lucid/bind9/bind9-apport-533601

-- 
Apport hook for bind9
https://bugs.launchpad.net/bugs/533601
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 495904] Re: package ntp 1:4.2.4p6+dfsg-1ubuntu5.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2010-03-16 Thread Chuck Short
Thank you for taking the time to report this issue and helping to make
Ubuntu better. Examining the information you have given us, this does
not appear to be a bug report so we are closing it and converting it to
a question in the support tracker. We appreciate the difficulties you
are facing, but it would make more sense to raise problems you are
having in the support tracker at https://answers.launchpad.net/ubuntu if
you are uncertain if they are bugs. For help on reporting bugs, see
https://help.ubuntu.com/community/ReportingBugs#When%20not%20to%20file%20a%20bug.

** Changed in: ntp (Ubuntu)
   Status: Incomplete = Invalid

** Converted to question:
   https://answers.edge.launchpad.net/ubuntu/+source/ntp/+question/104557

-- 
package ntp 1:4.2.4p6+dfsg-1ubuntu5.1 failed to install/upgrade:  subprocess 
installed post-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/495904
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 533603] Re: Apport hook for net-snmp

2010-03-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~andreserl/ubuntu/lucid/net-snmp/net-snmp-
apport-533603

-- 
Apport hook for net-snmp
https://bugs.launchpad.net/bugs/533603
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 533603] Re: Apport hook for net-snmp

2010-03-16 Thread Andres Rodriguez
** Changed in: net-snmp (Ubuntu)
   Status: In Progress = Confirmed

** Changed in: net-snmp (Ubuntu)
   Importance: Low = Wishlist

-- 
Apport hook for net-snmp
https://bugs.launchpad.net/bugs/533603
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 533601] Re: Apport hook for bind9

2010-03-16 Thread Andres Rodriguez
** Changed in: bind9 (Ubuntu)
   Status: In Progress = Confirmed

** Changed in: bind9 (Ubuntu)
   Importance: Low = Wishlist

-- 
Apport hook for bind9
https://bugs.launchpad.net/bugs/533601
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 531978] Re: Apport hook for vsftpd

2010-03-16 Thread Andres Rodriguez
** Changed in: vsftpd (Ubuntu)
   Importance: Low = Wishlist

-- 
Apport hook for vsftpd
https://bugs.launchpad.net/bugs/531978
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 499394] Re: ntp server didn't support mssntp

2010-03-16 Thread Matthieu Patou
Debian project has choose to had this in the default build (following bug 
report 
Bug#562065) it is supposed to be released in the next version (debian 6.0) (at 
least it is in testing and unstable).

I opened this bug report as early as I can in the hope that ubunty will
ship this version as well. It is quite important as this will be LTS
version and company (those more concerned by the next coming samba4)
might be more willing to stick to this LTS.

-- 
ntp server didn't support mssntp
https://bugs.launchpad.net/bugs/499394
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 538546] Re: please move /etc/eucalyptus/cloud.d/scripts to /usr/lib/eucalyptus/cloud.d/scripts

2010-03-16 Thread Dustin Kirkland
Unfortunately, the hacks and workarounds are not working properly.

In order for euca_upgrade to run in any package's postinst, we are going
to need all scripts that it depends on to be installed in
/usr/lib/eucalyptus somewhere.

I believe this is Import_162.groovy, but perhaps you can tell me if
there are more.

Upgrades from 9.10 to 10.04 are totally blocked on this issue right now.
As we expect some user to begin upgrading at Beta1, we need some
attention to this issue ASAP.

** Changed in: eucalyptus (Ubuntu)
   Importance: Medium = Critical

** Also affects: eucalyptus (Ubuntu Lucid)
   Importance: Critical
 Assignee: Daniel Nurmi (nurmi)
   Status: Triaged

-- 
please move /etc/eucalyptus/cloud.d/scripts to 
/usr/lib/eucalyptus/cloud.d/scripts
https://bugs.launchpad.net/bugs/538546
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 539791] Re: mount.cifs cannot mount a DFS share when using Kerberos authentication

2010-03-16 Thread Etienne Goyer
We still have the same problem in lucid, using kernel 2.6.32-16-generic.
Attached the relevant dmesg snippet.  keyutils is 1.2-12, and likewise-
open is 5.4.0.39949-3.

** Attachment added: dmesg-lucid.txt
   http://launchpadlibrarian.net/41056228/dmesg-lucid.txt

-- 
mount.cifs cannot mount a DFS share when using Kerberos authentication
https://bugs.launchpad.net/bugs/539791
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 538546] Re: please move /etc/eucalyptus/cloud.d/scripts to /usr/lib/eucalyptus/cloud.d/scripts

2010-03-16 Thread Daniel Nurmi
Talked with Dustin,  we're going to attempt to

a.) back up old scripts/ to the backup directory
b.) remove the old scripts/
c.) install new scripts in /usr/lib/eucalyptus/scripts/
d.) create softlink from /usr/lib/eucalyptus/scripts to /etc/eucalyptus/cloud.d

-Dan

-- 
please move /etc/eucalyptus/cloud.d/scripts to 
/usr/lib/eucalyptus/cloud.d/scripts
https://bugs.launchpad.net/bugs/538546
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 539791] Re: mount.cifs cannot mount a DFS share when using Kerberos authentication

2010-03-16 Thread Chuck Short
** Bug watch added: Samba Bugzilla #7257
   https://bugzilla.samba.org/show_bug.cgi?id=7257

** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=7257
   Importance: Unknown
   Status: Unknown

-- 
mount.cifs cannot mount a DFS share when using Kerberos authentication
https://bugs.launchpad.net/bugs/539791
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 539791] Re: mount.cifs cannot mount a DFS share when using Kerberos authentication

2010-03-16 Thread Etienne Goyer
In lucid, there was the following in /var/log/debug that seems to relate
to the problem at hand.

** Attachment added: debug.txt
   http://launchpadlibrarian.net/41057441/debug.txt

-- 
mount.cifs cannot mount a DFS share when using Kerberos authentication
https://bugs.launchpad.net/bugs/539791
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 537451] Re: ntpdate-debian not syncing time

2010-03-16 Thread Hans-Peter
I just read the code of ntpdate-debian and did some testing. It is just that I 
have misunderstood the comment in /etc/default/ntpdate.
It says  # Set to yes to take the server list from /etc/ntp.conf . I 
understand now, that this is just an option. If the file is not there, even if 
NTPDATE_USE_NTP_CONF is set to yes, ntpdate-debian is working. So please close 
this bug report. 
I will have to find out what is messing up my system time.
best regards,
Hans-Peter

-- 
ntpdate-debian not syncing time
https://bugs.launchpad.net/bugs/537451
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 539791] Re: mount.cifs cannot mount a DFS share when using Kerberos authentication

2010-03-16 Thread Etienne Goyer
Investigating the problem further, I thought the problem might have been
that resolving the DFS referral returned a NetBIOS machine name, not a
FQDN, for the server hosting the service (ie, WARTHOGS-ADC instead of
warthogs-adc.warthogs.biz).  After looking around, I followed the advice
in Microsoft KB #244380 to make it so that Windows would return FQDN
when resolving DFS referral, but it still would not work.

Discussing the problem further with colleagues, it seems like
cifs.upcall does do any DFS referral resolution, hence why mount.cifs
fails to mount a DFS referral *just* when using Kerberos for
authentication.  I was pointed at the following linux-cifs-client
mailing list thread explaining the situation:

http://old.nabble.com/Handling-Kerberos-principals-that-don%27t-
match-hostnames-td27055470.html


In lucid, I tried adding -t to the cifs.spnego entry in /etc/request-key.conf, 
and it work indeed!  \o/  Unfortunately, this option to cifs.upcall is not 
available in the version we ship in karmic, so this is a lucid-only workaround.

However, i understand this is just working around the problem, which is
that cifs.upcall do not support resolving DFS referral.

Is this correct, or am I wrong somewhere?

-- 
mount.cifs cannot mount a DFS share when using Kerberos authentication
https://bugs.launchpad.net/bugs/539791
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 539791] Re: mount.cifs cannot mount a DFS share when using Kerberos authentication

2010-03-16 Thread Bug Watch Updater
** Changed in: samba
   Status: Unknown = Confirmed

-- 
mount.cifs cannot mount a DFS share when using Kerberos authentication
https://bugs.launchpad.net/bugs/539791
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 538546] Re: please move /etc/eucalyptus/cloud.d/scripts to /usr/lib/eucalyptus/cloud.d/scripts

2010-03-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu

-- 
please move /etc/eucalyptus/cloud.d/scripts to 
/usr/lib/eucalyptus/cloud.d/scripts
https://bugs.launchpad.net/bugs/538546
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 538546] Re: please move /etc/eucalyptus/cloud.d/scripts to /usr/lib/eucalyptus/cloud.d/scripts

2010-03-16 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu Lucid)
Milestone: None = ubuntu-10.04-beta-1

** Changed in: eucalyptus (Ubuntu Lucid)
 Assignee: Daniel Nurmi (nurmi) = Dustin Kirkland (kirkland)

-- 
please move /etc/eucalyptus/cloud.d/scripts to 
/usr/lib/eucalyptus/cloud.d/scripts
https://bugs.launchpad.net/bugs/538546
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 536829] Re: package eucalyptus-cc 1.6.2-0ubuntu12 failed to install/upgrade:

2010-03-16 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Confirmed = In Progress

-- 
package eucalyptus-cc 1.6.2-0ubuntu12 failed to install/upgrade:
https://bugs.launchpad.net/bugs/536829
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 536829] Re: package eucalyptus-cc 1.6.2-0ubuntu12 failed to install/upgrade:

2010-03-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu

-- 
package eucalyptus-cc 1.6.2-0ubuntu12 failed to install/upgrade:
https://bugs.launchpad.net/bugs/536829
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 536829] Re: package eucalyptus-cc 1.6.2-0ubuntu12 failed to install/upgrade:

2010-03-16 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2-0ubuntu18

---
eucalyptus (1.6.2-0ubuntu18) lucid; urgency=low

  * debian/eucalyptus-cc.postinst: ensure that nodes.list exists before
chowning it, LP: #536829
 -- Dustin Kirkland kirkl...@ubuntu.com   Tue, 16 Mar 2010 17:17:30 -0500

** Changed in: eucalyptus (Ubuntu Lucid)
   Status: In Progress = Fix Released

-- 
package eucalyptus-cc 1.6.2-0ubuntu12 failed to install/upgrade:
https://bugs.launchpad.net/bugs/536829
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 537451] Re: Confusing comments in /etc/default/ntpdate

2010-03-16 Thread Mathias Gug
You're right. The comments in /etc/default/ntpdate are confusing.

** Summary changed:

- ntpdate-debian not syncing time
+ Confusing comments in /etc/default/ntpdate

** Changed in: ntp (Ubuntu)
   Importance: Low = Wishlist

** Changed in: ntp (Ubuntu)
   Status: Incomplete = Triaged

-- 
Confusing comments in /etc/default/ntpdate
https://bugs.launchpad.net/bugs/537451
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 445154] Re: package backuppc 3.1.0-4ubuntu1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2010-03-16 Thread zeugmatis
It might be appropriate here to also note that backuppc now *requires* 
hardlinks from it's 
archive to /var/lib/backuppc/cpool in order for pooling to work (the main 
reason for using 
backuppc).  Previous versions of backuppc did not check if the creation of 
these hardlinks 
was successful, thus people could create per-machine symlinks in 
/var/lib/backuppc/pc 
which pointed to another filesystem, and it would just work (at the expense 
of those not 
pooling, thus wasting a LOT of disk space).  Recent versions do check to make 
sure 
pooling is working, and if symlinks have been used as described above, the 
machines 
symlinked to other filesystems will not backup, and start throwing the same 
error message 
as in this bug. 

You can use an external disk and/or different filesystem, but everything needs 
to live 
under /var/lib/backuppc.  If growing full is a concern, then you'll want to 
migrate everything
to a larger disk, or use a filesystem like LVM that will allow you to grow it 
into multiple 
disks (but can be risky) or move to a RAID setup that can provide both the 
ability to 
grow and redundancy.  

In short, don't use symlinks anywhere under /var/lib/backuppc unless they point 
to 
something on the same filesystem.

-- 
package backuppc 3.1.0-4ubuntu1.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/445154
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to backuppc 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 445154] Re: package backuppc 3.1.0-4ubuntu1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2010-03-16 Thread zeugmatis
and ugh... sorry for the bad formatting.  :-)

-- 
package backuppc 3.1.0-4ubuntu1.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/445154
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to backuppc 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 222734] Re: Samba usershares in lower-case

2010-03-16 Thread Jeremy Allison
I have a fix for this I'm planning to add into 3.6.0. Can't go in earlier as 
it's going to need an upgrade to the on-disk format of the share security tdb.
I'll update this bug once  the new code has been tested.

Thanks !

Jeremy.

-- 
Samba usershares in lower-case
https://bugs.launchpad.net/bugs/222734
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 538546] Re: please move /etc/eucalyptus/cloud.d/scripts to /usr/lib/eucalyptus/cloud.d/scripts

2010-03-16 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Triaged = Fix Released

-- 
please move /etc/eucalyptus/cloud.d/scripts to 
/usr/lib/eucalyptus/cloud.d/scripts
https://bugs.launchpad.net/bugs/538546
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 539384] [NEW] Ensure name simple scan is not translated

2010-03-16 Thread Viale Fabrice
Public bug reported:

Binary package hint: simple-scan

The current package results in french to the installation of numérisation 
simple.
Translating the name of the software is an error (unfortunately not uncommon in 
Ubuntu) :
- Generally speaking, Superman is known as Superman (not superhomme...). 
Translating names is old-fashioned, and generally avoided now (eg. cities).
That leads further problems:
- The application menu, the title bar display numérisation simple while 
Internet, blog, help file, about dialog box, and package name refer to the real 
name simple scan.

** Affects: simple-scan (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: translation

-- 
Ensure name simple scan is not translated
https://bugs.launchpad.net/bugs/539384
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 468898] Re: FreeSerif should not be default Serif font

2010-03-16 Thread Usama Akkad
the same issue with Arabic language
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/539103

-- 
FreeSerif should not be default Serif font
https://bugs.launchpad.net/bugs/468898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 534754] Re: (Needs 195.36.15) X crashes during suspend/resume

2010-03-16 Thread Rocko
I installed 195.36.15 from the nvidia installer and I've done four
successful suspend/resume cycles, so it does seem to fix the problem.

-- 
(Needs 195.36.15) X crashes during suspend/resume
https://bugs.launchpad.net/bugs/534754
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538524] Re: boot hangs on splash screen, doesn't switch to KDM

2010-03-16 Thread Joe Crollard
Steve Langasek: I tried your edit, but it didn't fix the problem. With
that script, the splash screen simply cuts off in a few seconds, and all
I'm left with is a black screen.

-- 
boot hangs on splash screen, doesn't switch to KDM
https://bugs.launchpad.net/bugs/538524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 298085] Re: maildrop is compiled without authlib extension !

2010-03-16 Thread DeepJoy
I am using DTC which installs this package by default and had the same
problem. I had to use TDS' solution which works fine except that apt-get
keeps complaining that it wants to install a new version from the ubuntu
repositories.

-- 
maildrop is compiled without authlib extension !
https://bugs.launchpad.net/bugs/298085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 468898] Re: FreeSerif should not be default Serif font

2010-03-16 Thread Micah Gersten
Task should never have been assigned to Firefox project.

** Project changed: firefox = null

** Changed in: null
   Status: Triaged = Invalid

-- 
FreeSerif should not be default Serif font
https://bugs.launchpad.net/bugs/468898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 536958] Re: slapd package configuration aborts with Program version 4.7 doesn't match environment version 0.44 error during Hardy - Lucid upgrade

2010-03-16 Thread Nathan Stratton Treadway
(As a side note, I noticed that the actual version number printed out in
the doesn't match environment version 0.XXX message was not consistent
-- when I did the original upgrade it was 0.44, but in my later
testing it started out at 0.143 and then kept getting larger.

It turns out that the format of the Berkeley DB environment file
changed between BDB 4.3 and 4.4, and in particular the location of the
bytes that encode the database version number changed.  In the the case
of lucid's OpenLDAP tools (which use DBD v4.7) looking at the
environment file left over from hardy (v4.2), the bytes that are
interpreted as the minor version number actually contains the Locks
granted without waiting count.

So, for example, if I run 
  db4.2_stat -e -N | head | grep without waiting
from within the BDB directory, the count shown will match the XXX printed in 
the environment version 0.XXX message from slaptest.

This means that running some other command that changes the locks-
granted count [e.g. db4.2_stat -e , without the -N ] will actually
cause the XXX number to change between different attempts to run
slaptest .

It seems like the header format of the environment file was stabilized
as of db4.4, so db4.7 tools shouldn't have the same problem with files
generated by 4.4 and later.  )

-- 
slapd package configuration aborts with Program version 4.7 doesn't match 
environment version 0.44 error during Hardy - Lucid upgrade
https://bugs.launchpad.net/bugs/536958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 534040] Re: new light theme hangs for 20 seconds before desktop loads

2010-03-16 Thread electhor
This is still occurring, however, if I just log off and then login again once 
the desktop is running, upon logging in again, the desktop loads very quickly. 
I therefore wonder whether the hanging issue is related to startup rather than 
gdm? I hope this is looked at as it is really annoying to have to wait 
20seconds for the desktop to appear after login has been accepted.
Also I realised I quoted my previous cpu - my present cpu is amd 4800+.

-- 
new light theme hangs for 20 seconds before desktop loads
https://bugs.launchpad.net/bugs/534040
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374489] Re: How can I configure my saa7134 tv tuner card manually in jaunty jackalope as there is no options file

2010-03-16 Thread Bhupendra
** Description changed:

- in hardy heron i can set my tv tuners manually by editing the
+ In 8.04  I can set my tv tuner manually(as it does not detect my tv tuner 
card automatically)  by editing the
  /etc/modprobe.d/options file and inserted following code here:-
  options saa7134 card=3
- But there is no option file in ubuntu 9.04 how can I update the card 
information manually.
- Well I will like to tell you one thing if I create and edit the 
/etc/modprobe.d/options file in 9.04 my card is used by TVtime perfectly at 
each restart but is the right way or there is any other way to do this.Please 
help me.
+ But there is no option file in Ubuntu 9.04 how can I update the card 
information manually.
+ Well I will like to tell you one thing if I create and edit the 
/etc/modprobe.d/options file in 9.04 my card is used by TVtime perfectly at 
each restart ,
+ but is the right way or there is any other way to do this.
+ Beacause if I launch tvtime using terminal it says in future releases options 
file will be deprecated.

** Summary changed:

- How can I configure my saa7134 tv tuner card manually in jaunty jackalope as 
there is no options file
+ How can I configure my saa7134 tv tuner card manually in Ubuntu 9.04,9.10 X86 
as there is no options file

-- 
How can I configure my saa7134 tv tuner card manually in Ubuntu 9.04,9.10 X86 
as there is no options file
https://bugs.launchpad.net/bugs/374489
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537262] Re: plymouth pid missing from OMITPIDS and terminated by sendsigs

2010-03-16 Thread Рустам Second_Fry Губайдулли н
There are they.

** Attachment added: syslog.2.gz, syslog.1 and syslog
   http://launchpadlibrarian.net/40993774/syslogs.tar.gz

-- 
plymouth pid missing from OMITPIDS and terminated by sendsigs
https://bugs.launchpad.net/bugs/537262
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 468898] Re: FreeSerif should not be default Serif font

2010-03-16 Thread Usama Akkad
I've noticed that the DejaVu Serif font have the exact same issue. so I
wonder if serif is a good choice at all in it's Arabic version.

I'll report a bug against this with detailed information after asking
the translation team if God wills

-- 
FreeSerif should not be default Serif font
https://bugs.launchpad.net/bugs/468898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 539324] Re: Setting up swap fails when setting lvm+encryption

2010-03-16 Thread Paul Hummer
This basically blocks my real ability to test Lucid.  My current install
is not encrypted now, and so I don't have any desire to do anything of
value on my system.  I figure I'll have to re-install when this is
fixed.

Can we please make this bug critical?

-- 
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 534582] Re: Background gradient improperly oriented on vertical panels, not stretched to fit larger horizontal panels

2010-03-16 Thread Gabriel Bauman
Also an issue with horizontal panels set to more than 24 pixels in
height.

** Summary changed:

- background looks weird on vertical panels
+ Background gradient improperly oriented on vertical panels, not stretched to 
fit larger horizontal panels

** Attachment added: Ugliness lives here
   http://launchpadlibrarian.net/40993862/ugly-horizontal-gradient.png

-- 
Background gradient improperly oriented on vertical panels, not stretched to 
fit larger horizontal panels
https://bugs.launchpad.net/bugs/534582
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 539387] [NEW] [ambiance, radiance] enabling the Show hide buttons panel option causes an ugly 1-pixel outline

2010-03-16 Thread Gabriel Bauman
Public bug reported:

Binary package hint: light-themes

Checking the Show hide buttons option in a panel's property window
causes a nasty one-pixel border to appear. See the attached screenshot.

** Affects: light-themes (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[ambiance, radiance] enabling the Show hide buttons panel option causes an 
ugly 1-pixel outline
https://bugs.launchpad.net/bugs/539387
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 539387] Re: [ambiance, radiance] enabling the Show hide buttons panel option causes an ugly 1-pixel outline

2010-03-16 Thread Gabriel Bauman

** Attachment added: Ugly one-pixel border
   http://launchpadlibrarian.net/40993993/ugly-border.png

-- 
[ambiance, radiance] enabling the Show hide buttons panel option causes an 
ugly 1-pixel outline
https://bugs.launchpad.net/bugs/539387
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 539315] Re: Package Update Request: mplayer

2010-03-16 Thread Reinhard Tartler
The url you've posted does not point to a multithreaded capable version
of mplayer

Anyway, this is a wontfix request, in ubuntu we require mplayer to use a
system ffmpeg, and newer mplayer snapshots won't work with the system
ffmpeg. Updating ffmpeg is out of question for lucid, I'll do so for
lucid+1.

what we could do is to package a mplayer-snapshot package for the
motumedia PPA. this is indeed on my todo list.


** Changed in: mplayer (Ubuntu)
   Importance: Undecided = High

** Changed in: mplayer (Ubuntu)
   Status: New = Won't Fix

-- 
Package Update Request: mplayer
https://bugs.launchpad.net/bugs/539315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 305777] Re: trackpad disconnect

2010-03-16 Thread Jeremy Foshee
This bug report was marked as Triaged a while ago but has not had any
updated comments for quite some time.  Please let us know if this issue
remains in the current Ubuntu release,
http://www.ubuntu.com/getubuntu/download .  If the issue remains, click
on the current status under the Status column and change the status back
to New.  Thanks.

[This is an automated message.  Apologies if it has reached you
inappropriately; please just reply to this message indicating so.]


** Tags added: kj-triage

** Changed in: linux (Ubuntu)
   Status: Triaged = Incomplete

-- 
trackpad disconnect
https://bugs.launchpad.net/bugs/305777
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 539388] [NEW] nautilus preferences dialog too big for small screens

2010-03-16 Thread anton.pussep
Public bug reported:

The nautilus preferences dialog is too big for small screens. Also in I
think there is no reason why it shouldn't be resizable on bigger
screens. A good GUI should adjust itself to the window size.

This affects at least every 8.*, 9.* and 10.* release so far.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
nautilus preferences dialog too big for small screens
https://bugs.launchpad.net/bugs/539388
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538782] Re: The window corners are not looking smooth

2010-03-16 Thread Gabriel Bauman
This is a limitation of Metacity and cannot be fixed by a theme.

** Changed in: light-themes (Ubuntu)
   Status: New = Invalid

-- 
The window corners are not looking smooth
https://bugs.launchpad.net/bugs/538782
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 539369] Re: iwlagn wifi does not work with 4GB RAM in 8.04 LTS x86_64

2010-03-16 Thread Jeremy Foshee
** Tags added: kernel-series-unknown

-- 
iwlagn wifi does not work with 4GB RAM in 8.04 LTS x86_64
https://bugs.launchpad.net/bugs/539369
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 539200] Re: ACPI not working after StandBy leads to overheat

2010-03-16 Thread Jeremy Foshee
** Tags added: kernel-series-unknown

-- 
ACPI not working after StandBy leads to overheat
https://bugs.launchpad.net/bugs/539200
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 539161] Re: Certain PDFs fail to print with backend failed message.

2010-03-16 Thread Jeremy Foshee
** Tags added: kernel-series-unknown

-- 
Certain PDFs fail to print with backend failed message.
https://bugs.launchpad.net/bugs/539161
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 539163] Re: [Dell Latitude D600][Radeon RV250/Mobility FireGL 9000] Desktop effects/compiz: dim display when zooming

2010-03-16 Thread Jeremy Foshee
** Tags added: lucid

-- 
[Dell Latitude D600][Radeon RV250/Mobility FireGL 9000] Desktop effects/compiz: 
dim display when zooming
https://bugs.launchpad.net/bugs/539163
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 539055] Re: Can't open /proc/bus/usb/ after kernel 2.6.31-20-generic

2010-03-16 Thread Jeremy Foshee
** Tags added: kernel-series-unknown

-- 
Can't open /proc/bus/usb/ after kernel 2.6.31-20-generic
https://bugs.launchpad.net/bugs/539055
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 539020] Re: Lucid Alpha 3 installation CD gives blank screen and freezes

2010-03-16 Thread Jeremy Foshee
** Tags added: kernel-series-unknown

-- 
Lucid Alpha 3 installation CD gives blank screen and freezes
https://bugs.launchpad.net/bugs/539020
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >