[Bug 511505] [NEW] package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zur?ck

2010-01-23 Thread unsicherheitsagent
Public bug reported:

Binary package hint: samba

durin package update (via apt-get upgrade) the following error occures

package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade:
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2
zurück

in english it means:

package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade:
child process installed post post-installation-script returned the error
code 2

ProblemType: Package
Architecture: i386
Date: Sat Jan 23 10:20:38 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 2 zurück
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Package: samba-common-bin 2:3.4.0-3ubuntu5.3
ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
SourcePackage: samba
Title: package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zurück
Uname: Linux 2.6.31-16-generic i686

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


** Tags: apport-package i386

-- 
package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zur?ck
https://bugs.launchpad.net/bugs/511505
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 511505] Re: package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zur?ck

2010-01-23 Thread unsicherheitsagent

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

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

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

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

-- 
package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zur?ck
https://bugs.launchpad.net/bugs/511505
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 511518] Re: php 5.2.10 has .od* files Ziparchive bug

2010-01-23 Thread bartbar

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

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/38297138/XsessionErrors.txt

-- 
php 5.2.10 has .od* files Ziparchive bug 
https://bugs.launchpad.net/bugs/511518
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 511518] [NEW] php 5.2.10 has .od* files Ziparchive bug

2010-01-23 Thread bartbar
Public bug reported:

Binary package hint: php5

This bug is described here:
http://bugs.php.net/bug.php?id=48763
and is still present in 5.2.10-2ubuntu6.4

When PHP writes a .od* file using ZipArchive, the resulting archive
cannot be opened by OpenOffice.org.  The error it gives is The file
'filename' is corrupt and therefore cannot be opened.  Should
OpenOffice.org repair the file?

Repairing the file in OO.o does not work.

ProblemType: Bug
Architecture: amd64
Date: Sat Jan 23 10:46:40 2010
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: php5 5.2.10.dfsg.1-2ubuntu6.4
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=pl_PL.UTF-8
 LANG=pl_PL.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: php5
Uname: Linux 2.6.31-17-generic x86_64

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


** Tags: amd64 apport-bug

-- 
php 5.2.10 has .od* files Ziparchive bug 
https://bugs.launchpad.net/bugs/511518
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 247583] Re: add option to start dnsmasq with a custom configuration file

2010-01-23 Thread GoofY
Problem in my case is, I've got a DHCP server, bridged networking which is 
working when not enabling LIBVIRT.
After enabling LIBVIRT for some reason, I can't seem to find out why, my DHCP 
server stops serving IP's  configs for my clients.
After a reboot my DHCP server works for about 5 min,  then stops. In the 
logging I can't find any reasons why it stops.

So it would be nice to would be nice to specify that LIBVIRT (read
DNSMASQ) only binds  listens to the VIRBR*  not to the rest...

Below is my interfaces conf.

# The loopback network interface
auto lo
iface lo inet loopback

# The first network interface
auto eth0
iface eth0 inet dhcp

# The second network interface
auto eth1
iface eth1 inet static
address 192.168.192.1
netmask 255.255.255.0

# The third network interface
auto eth2
iface eth2 inet manual

# Bridge
auto br0
iface br0 inet static
address 172.18.172.1
network 172.18.172.0
netmask 255.255.255.0
broadcast 172.16.172.255
bridge_ports eth2
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off

-- 
add option to start dnsmasq with a custom configuration file
https://bugs.launchpad.net/bugs/247583
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 120103] Re: PHP 5.2.3-ubuntu1 Broken - Problems with : /usr/lib/php5/20060613+lfs/

2010-01-23 Thread felix
i got into this when i uninstalled cacti.
maybe the unistall process removes the package but does not update php.ini ?
then i reinstalled php5-snmp via apt and the bug disappeared.

-- 
PHP 5.2.3-ubuntu1 Broken - Problems with : /usr/lib/php5/20060613+lfs/
https://bugs.launchpad.net/bugs/120103
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 511505] Re: package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zur?ck

2010-01-23 Thread Jean-Baptiste Lallement
Thanks for your report.

The log shows

Richte samba-common-bin ein (2:3.4.0-3ubuntu5.3) ...
update-alternatives: error: Alternativen-Pfad /usr/bin/nmblookup.samba3 
existiert nicht
dpkg: Fehler beim Bearbeiten von samba-common-bin (--configure):
 Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zurück

In english

Setting up samba-common-bin (2:3.4.0-3ubuntu5 .3) ...
update-alternatives: error: Alternatives path / usr/bin/nmblookup.samba3 does 
not exist
dpkg: error processing samba-common-bin (- configure):
 Installed subprocess post-installation script returned error exit status 2

-- 
package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zur?ck
https://bugs.launchpad.net/bugs/511505
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 77675] Re: [regression] apache2-ssl-certificate has gone missing since feisty

2010-01-23 Thread moncefioce
je sais pas

-- 
[regression] apache2-ssl-certificate has gone missing since feisty
https://bugs.launchpad.net/bugs/77675
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 247583] Re: add option to start dnsmasq with a custom configuration file

2010-01-23 Thread GoofY
After trying the solution to stop dhcp from starting I still have the
same issue  dhpc is still started (with libvrirt)

ps aux|grep dns gives this:
nobody2048  0.0  0.0  21404   904 ?S17:07   0:00 dnsmasq 
--strict-order --bind-interfaces 
--pid-file=/var/run/libvirt/network/default.pid --conf-file=  --listen-address 
192.168.122.1 --except-interface lo --dhcp-range 192.168.122.2,192.168.122.254

So appearantly i do something wrong...
XML default looks like this:
network
  namedefault/name
  uuidfa166c0d-ad71-5046-9915-18ccd31f5be5/uuid
  forward mode='nat'/
  bridge name='virbr0' stp='on' delay='0' /
  ip address='192.168.122.1' netmask='255.255.255.0' /
/network

-- 
add option to start dnsmasq with a custom configuration file
https://bugs.launchpad.net/bugs/247583
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 511620] [NEW] write errors on virtual disc during install

2010-01-23 Thread Dave Gilbert
Public bug reported:

Binary package hint: qemu-kvm

(This may be #420423 but we're running a much newer kernel on lucid).

Host: Lucid 64bit uptodate as of 23rd January - i7-860  - 2.6.32-11-generic 
#15-Ubuntu
qemu-kvm: Version: 0.12.2-0ubuntu1

Guest: lucid alpha 2 64bit iso (having pressed update-installer on it on
23rd Jan).

Symptom: During install at a non-repeatable point the root filesystem of the 
guest becomes RO
and there are dmesg logs on the guest says that there were write errors on 
vda1.  The block numbers
are different on repeated installs.

There are no errors on the hosts dmesg.   The disc is backed by a lvm
lv, and I've tried writing it with dd if=/dev/zero
of=/dev/main/fiddle2disk bs=1024k and the whole disc writes OK.

Dave

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New

-- 
write errors on virtual disc during install
https://bugs.launchpad.net/bugs/511620
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 511620] Re: write errors on virtual disc during install

2010-01-23 Thread Dave Gilbert

** Attachment added: libvirt config file for the VM in question
   http://launchpadlibrarian.net/38306239/fiddle2.xml

-- 
write errors on virtual disc during install
https://bugs.launchpad.net/bugs/511620
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 480152] Re: Samba service doesn't start automatically

2010-01-23 Thread HStoic
Looking good. Both my Karmic machines have been automatically restarting
Samba after reboots. Thanks for the fix.

-- 
Samba service doesn't start automatically
https://bugs.launchpad.net/bugs/480152
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 106146] Re: Cannot mount cifs shares as normal user on directories not owned by the user

2010-01-23 Thread Bug Watch Updater
** Changed in: samba (Debian)
   Status: Confirmed = Fix Released

-- 
Cannot mount cifs shares as normal user on directories not owned by the user
https://bugs.launchpad.net/bugs/106146
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 211631] Re: Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)

2010-01-23 Thread David Tombs
It seems NetworkManager 0.8 fixed this issue for those on wired
connections, so I'm marking as fix released for n-m.

Wireless connections apparently still broken.

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

-- 
Network is brought down before network filesystems are unmounted (CIFS timeout 
at shutdown)
https://bugs.launchpad.net/bugs/211631
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 321132] Re: 8.10: no reboot, no shutdown

2010-01-23 Thread Xavier Bestel
*** This bug is a duplicate of bug 211631 ***
https://bugs.launchpad.net/bugs/211631

Indeed, it's fixed for Ubuntu (wish it was for Debian too).

Thanks.

-- 
8.10: no reboot, no shutdown
https://bugs.launchpad.net/bugs/321132
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu (via bug 211631).

-- 
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 511668] [NEW] SSH uses login password even when empty password was specified in ssh-keygen

2010-01-23 Thread Belisarivs
Public bug reported:

Whenever I press Enter instead of putting in passphrase in ssh-keygen,
login password is stored and requested anyway.

I found PermitEmptyPasswords no in /etc/ssh/sshd_config and changed
no to yes.

Then I restarted ssh daemon, but problem persisted. But this IMHO isn't
problem of ssh daemon, but keygen itself.

I didn't find parameter in /etc/ssh/ssh_config which would allow me to
generate key without password.

I tried to google for some help about empty password, but all I found
was generic stuff for other distributions (skipping password as usual).

I consider this usability bug, because it affects automation (like
backup via ssh) as redundant and repetitive input is required, and
introduces confusion.

Also approach User is moron, who is not psychically adept in deciding
what he wants, which could lead to this bug as well is _not_ good
practise.

Please, fix this. Let ssh-keygen create keys without passwords by
default.

If not, at least modify ssh-keygen, so it doesn't confuse user by
sentence Enter passphrase (empty for no passphrase): which clearly
lies.

Sorry for tone of report, if you feel it's sharp. I'm very upset about
this issue as I spent some time searching for help to no avail.

U use Ubuntu Lucid, fully up to date, openssh 1:5.2p1-2ubuntu1.

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

-- 
SSH uses login password even when empty password was specified in ssh-keygen
https://bugs.launchpad.net/bugs/511668
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 511668] Re: SSH uses login password even when empty password was specified in ssh-keygen

2010-01-23 Thread Belisarivs
Also, guide at https://help.ubuntu.com/community/SSH/OpenSSH/Keys
suggests, that it is not necessary to type in password for key
generation .

-- 
SSH uses login password even when empty password was specified in ssh-keygen
https://bugs.launchpad.net/bugs/511668
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 462169] Re: nmbd dies on startup when network interfaces are not up yet

2010-01-23 Thread ripeart
Hello, this is affecting me also, rendering my server unusable. I have
the same issues as everyone above however with the additional that my
system stops at the error. I cannot log in locally, nor can I ssh into
the box. I can however ping the box. Is there anyway to get past this
error so I can issue the start/stop for samba?

I see the comment that This bug was fixed in the package samba -
2:3.4.3-2ubuntu2, how can I load this specific SMB package?

Thanks.

-- 
nmbd dies on startup when network interfaces are not up yet
https://bugs.launchpad.net/bugs/462169
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 256062] [NEW] dapper to hardy: Directory /var/lib/ldap not empty, aborting.

2010-01-23 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

The Upgrade process fails when trying to update slapd:

Setting up slapd (2.4.9-0ubuntu0.8.04.1) ...
Installing new version of config file /etc/ldap/schema/README ...
Installing new version of config file /etc/ldap/schema/corba.schema ...
Installing new version of config file /etc/ldap/schema/core.schema ...
Installing new version of config file /etc/ldap/schema/cosine.schema ...
Installing new version of config file /etc/ldap/schema/dyngroup.schema ...
Installing new version of config file /etc/ldap/schema/inetorgperson.schema ...
Installing new version of config file /etc/ldap/schema/java.schema ...
Installing new version of config file /etc/ldap/schema/misc.schema ...
Installing new version of config file /etc/ldap/schema/nis.schema ...
Installing new version of config file /etc/ldap/schema/openldap.schema ...
Installing new version of config file /etc/default/slapd ...
Installing new version of config file /etc/init.d/slapd ...
  Creating new user openldap... adduser: Warning: The home directory 
`/var/lib/ldap' does not belong to the user you are currently creating.
done.
  Backing up /etc/ldap/slapd.conf in /var/backups/slapd-2.2.26-5ubuntu2.8... 
done.
  Upgrading BDB 'checkpoint' options... .
  Moving old database directories to /var/backups:
  There are leftover files in /var/lib/ldap. This will probably break
  creating the initial directory. If that's the case please move away
  stuff in there and retry the configuration.
  Loading from /var/backups/slapd-2.2.26-5ubuntu2.8:
  Directory /var/lib/ldap for dc=umic-mesh,dc=net not empty, aborting.
dpkg: error processing slapd (--configure):
 subprocess post-installation script returned error exit status 1

Indeed this directory is not empty: but the files there seem to belong
there

insgesamt 4236
-rw--- 1 root root   12288 2008-08-08 15:16 cn.bdb
-rw-r- 1 root root8192 2008-08-08 15:16 __db.001
-rw-r- 1 root root  270336 2008-08-08 15:16 __db.002
-rw-r- 1 root root   98304 2008-08-08 15:16 __db.003
-rw-r- 1 root root  565248 2008-08-08 15:16 __db.004
-rw-r- 1 root root   16384 2008-08-08 15:16 __db.005
-rw--- 1 root root   49152 2008-08-08 15:16 dn2id.bdb
-rw--- 1 root root  180224 2008-08-08 15:16 id2entry.bdb
-rw--- 1 root root 3354814 2008-08-08 15:16 log.01
-rw--- 1 root root   20480 2008-08-08 15:16 objectClass.bdb
-rw--- 1 root root8192 2008-08-08 15:14 sn.bdb
-rw--- 1 root root8192 2008-08-08 15:16 uid.bdb

Log files attached.

** Affects: update-manager
 Importance: Undecided
 Status: Invalid

** Affects: openldap (Ubuntu)
 Importance: Undecided
 Status: Incomplete

-- 
dapper to hardy: Directory /var/lib/ldap not empty, aborting.
https://bugs.launchpad.net/bugs/256062
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


[Bug 256062] Re: dapper to hardy: Directory /var/lib/ldap not empty, aborting.

2010-01-23 Thread Jean-Baptiste Lallement
Not an update-manager bug, affecting to openldap.

Is it still an issue ?

** Package changed: update-manager (Ubuntu) = openldap (Ubuntu)

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

-- 
dapper to hardy: Directory /var/lib/ldap not empty, aborting.
https://bugs.launchpad.net/bugs/256062
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


[Bug 511620] Re: write errors on virtual disc during install

2010-01-23 Thread Dave Gilbert
Two more data points:

1) This still happens with the host running todays 2.6.33 daily 
(2.6.33-999-generic #201001221151)
2) It works if I give the guest an emulated scsi disk rather than a virtio disk.

-- 
write errors on virtual disc during install
https://bugs.launchpad.net/bugs/511620
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 511743] [NEW] typo in ntpdate manpage (patch included)

2010-01-23 Thread Seth Arnold
Public bug reported:

Binary package hint: ntp

Small (harmless) typo in the ntpdate manpage.

ProblemType: Bug
Architecture: amd64
Date: Sat Jan 23 16:31:50 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
Package: ntpdate 1:4.2.4p6+dfsg-1ubuntu5.1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: ntp
Uname: Linux 2.6.31-17-generic x86_64

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


** Tags: amd64 apport-bug

-- 
typo in ntpdate manpage (patch included)
https://bugs.launchpad.net/bugs/511743
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 476935] Re: Massively parallel builds make for very unhappy buildds

2010-01-23 Thread Michael Bienia
Fixed in 2.7.STABLE7-1ubuntu2 (not auto-closed because of a typo in the
bug number).

** Changed in: squid (Ubuntu)
   Status: Triaged = Fix Released

-- 
Massively parallel builds make for very unhappy buildds
https://bugs.launchpad.net/bugs/476935
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 211631] Re: Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)

2010-01-23 Thread Steve Langasek
Since management of wireless network connections is a principal use case
of NM, this is not fixed.

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

-- 
Network is brought down before network filesystems are unmounted (CIFS timeout 
at shutdown)
https://bugs.launchpad.net/bugs/211631
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 496661] Re: Kaspersky AV does not install under qemu-kvm windows installation

2010-01-23 Thread Antonio Broughton
Just wondering if anyone has anything else to add to this? maybe your
seeing the same sort of issues I am? or maybe interested in fixing it,
seeing as though rhel5 _seems_ to have fixed the problem.

-- 
Kaspersky AV does not install under qemu-kvm windows installation
https://bugs.launchpad.net/bugs/496661
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 511743] Re: typo in ntpdate manpage (patch included)

2010-01-23 Thread Mitch Towner
I can confirm this on an up-to-date Karmic install

$uname -a
Linux dv7-karmic 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 16:20:31 UTC 2009 
i686 GNU/Linux

$sudo apt-cache policy ntpdate 
ntpdate:
  Installed: 1:4.2.4p6+dfsg-1ubuntu5.1
  Candidate: 1:4.2.4p6+dfsg-1ubuntu5.1

And in Lucid
$ uname -a
Linux ubuntu 2.6.32-10-generic #14-Ubuntu SMP Thu Jan 7 17:38:40 UTC 2010 i686 
GNU/Linux

$ sudo apt-cache policy ntpdate 
ntpdate:
  Installed: 1:4.2.4p6+dfsg-2ubuntu4
  Candidate: 1:4.2.4p6+dfsg-2ubuntu4

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

-- 
typo in ntpdate manpage (patch included)
https://bugs.launchpad.net/bugs/511743
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 511743] Re: typo in ntpdate manpage (patch included)

2010-01-23 Thread C de-Avillez
** Changed in: ntp (Ubuntu)
   Status: Confirmed = Triaged

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

-- 
typo in ntpdate manpage (patch included)
https://bugs.launchpad.net/bugs/511743
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 511743] Re: typo in ntpdate manpage (patch included)

2010-01-23 Thread Seth Arnold
Oh yeah, also in upstream Debian (which is where the svn repo came
from), if anyone can easily push there too, I'm sure they'd like it. :)

-- 
typo in ntpdate manpage (patch included)
https://bugs.launchpad.net/bugs/511743
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