[Bug 578179] Re: No write permission on smbmount on XP machine, if the shared folder is more than 1 word

2010-05-13 Thread Ken Weill P. Lumacad
Same problem exist on Linux Mint 9 RC.
Confirmed working on Mandriva 2010 KDE. Haven't tested the GNOME on Mandriva.

** Tags added: linuxmint

-- 
No write permission on smbmount on XP machine, if the shared folder is more 
than 1 word
https://bugs.launchpad.net/bugs/578179
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 579809] [NEW] acinclude.m4 macro PHP_CHECK_SIZEOF is not properly quoted

2010-05-13 Thread Kwok Ho Yin
Public bug reported:

Binary package hint: php5-dev

When I tried to build my PHP modules under Ubuntu 10.04, the warning 
acinclude.m4 1098 warning: undequoted definition of PHP_CHECK_SIZEOF is shown.
In fact, a patch has been submitted:
Bug #51740  acinclude.m4 macro PHP_CHECK_SIZEOF is not properly quoted
http://bugs.php.net/bug.php?id=51740

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

-- 
acinclude.m4 macro PHP_CHECK_SIZEOF is not properly quoted
https://bugs.launchpad.net/bugs/579809
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 579809] Re: acinclude.m4 macro PHP_CHECK_SIZEOF is not properly quoted

2010-05-13 Thread Ondřej Surý
** Bug watch added: bugs.php.net/ #51740
   http://bugs.php.net/bug.php?id=51740

** Also affects: php via
   http://bugs.php.net/bug.php?id=51740
   Importance: Unknown
   Status: Unknown

-- 
acinclude.m4 macro PHP_CHECK_SIZEOF is not properly quoted
https://bugs.launchpad.net/bugs/579809
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 449326] Re: Network services don't start automatically at boot time

2010-05-13 Thread Alexander Ponyatykh
I have same issue in 10.04. Openvpn server doesn't start automatically on 
system boot, but it starts when I run 'sudo /etc/init.d/openvpn start'. Looks 
like there is no configuration file for the new upstart daemon in the package. 
This command doesn't wotk:
$ sudo start openvpn
start: Unknown job: openvpn

DistroRelease: Ubuntu 10.04
Package: openvpn 2.1.0-1ubuntu1
PackageArchitecture: amd64
ProblemType: Bug
ProcEnviron:
  PATH=(custom, user)
  LANG=ru_RU.UTF-8
  SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
SourcePackage: openvpn
Tags: lucid
Uname: Linux 2.6.32-22-generic x86_64


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

** Changed in: openvpn (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Network services don't start automatically at boot time
https://bugs.launchpad.net/bugs/449326
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

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


[Bug 577165] Re: Typo in etc/init/vsftpd.conf

2010-05-13 Thread Angel Abad
** Changed in: vsftpd (Ubuntu)
   Status: New = Confirmed

-- 
Typo in etc/init/vsftpd.conf
https://bugs.launchpad.net/bugs/577165
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 579868] [NEW] Unable to use Eucalyptus' iptables-preload feature with UEC

2010-05-13 Thread Carlos Perelló Marín
Public bug reported:

We are using UEC cloud controller in a server that also runs regular KVM
servers with libvirt and bridge interface.

Everything is working more or less as expected, however, UEC configures
iptable to use NAT for all traffic that is forwarded, even if it's not
for the cloud itself. This causes that when we connect from an outside
machine to any of the regular KVM machines, we are seen as coming always
from the UEC cloud and KVM host.

That's not a big problem, given that is easy to solve adding this rule
to iptables on that machine:

iptables -t nat -A POSTROUTING  -d 10.82.0.0/22 -s 10.82.0.0/22 -j
ACCEPT (where 10.82.0.0/22 is our local net), the problem comes on how
to inject it in a way that UEC doesn't drop that rule on boot.

From Eucalyptus documentation
(http://open.eucalyptus.com/wiki/EucalyptusNetworking_v1.6), we are able
to put it on /var/run/eucalyptus/net/iptables-preload with the iptables-
save command, however, that location is not valid for Ubuntu, because
it's on a ram disk and thus, discarded with every reboot.

UEC should have a way to put that file in some other persistent place or
a way to inject that file on boot time, any of those solutions would be
valid for us.

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

-- 
Unable to use Eucalyptus' iptables-preload feature with UEC
https://bugs.launchpad.net/bugs/579868
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 579868] Re: Unable to use Eucalyptus' iptables-preload feature with UEC

2010-05-13 Thread Carlos Perelló Marín
I forgot to mention that I'm talking about Ubuntu 10.04

-- 
Unable to use Eucalyptus' iptables-preload feature with UEC
https://bugs.launchpad.net/bugs/579868
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 579892] [NEW] libvirt should not use the MAC address assigned to tap devices/vnet interfaces by the TAP/TUN driver

2010-05-13 Thread Carlos Perelló Marín
Public bug reported:

On Ubuntu 10.04 I have problems using libvirt with a bridge because the
TUN devices get random mac addresses and thus, change the bridge device
mac address, which takes the lower mac addres of all devices attached to
the bridge. The main and most critical problem is that, sometimes, we
lose network connectivity for several seconds (usually 10-20 seconds) on
the libvirt host and all its guests when a guest is powered off.

Searching for similar problems I found my problem described at
https://bugzilla.redhat.com/show_bug.cgi?id=571991

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

** Affects: fedora
 Importance: Unknown
 Status: Unknown

** Bug watch added: Red Hat Bugzilla #571991
   https://bugzilla.redhat.com/show_bug.cgi?id=571991

** Also affects: fedora via
   https://bugzilla.redhat.com/show_bug.cgi?id=571991
   Importance: Unknown
   Status: Unknown

-- 
 libvirt should not use the MAC address assigned to tap devices/vnet interfaces 
by the TAP/TUN driver
https://bugs.launchpad.net/bugs/579892
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 576957] Re: passwd crashed when the password is changed through pam_ldap

2010-05-13 Thread Nikita Borzykh
Ok.
I configured authentication and password changing in LDAP via pam. 
Authentication is working properly. When I change the password in LDAP through 
utility passwd it is changing, but passwd crashed.

Do you need some additional information?

-- 
passwd crashed when the password is changed through pam_ldap
https://bugs.launchpad.net/bugs/576957
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 579909] [NEW] mysql fails to build form source on armel

2010-05-13 Thread Konstantinos Margaritis
Public bug reported:

# lsb_release -rd
Description:Ubuntu 9.10
Release:9.10

Package version: mysql-dfsg-5.1_5.1.37-1ubuntu5.1

Rebuilding this on a pbuilder environment on armel (armv7l), platform
Efika MX (i.MX515), the build fails, the build log is attached.

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

-- 
mysql fails to build form source on armel
https://bugs.launchpad.net/bugs/579909
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 579909] Re: mysql fails to build form source on armel

2010-05-13 Thread Konstantinos Margaritis

** Attachment added: mysql-dfsg-5.1_5.1.37-1ubuntu5.1_build.log
   
http://launchpadlibrarian.net/48383748/mysql-dfsg-5.1_5.1.37-1ubuntu5.1_build.log

-- 
mysql fails to build form source on armel
https://bugs.launchpad.net/bugs/579909
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 554094] Re: Windows clients cannot connect unless Samba manually restarted

2010-05-13 Thread Rene
same problem here:

running on ubuntu 10.04 (GNOME; upgraded from working 9.10):

log.smbd after restart:

[2010/05/13 13:32:02,  0] smbd/server.c:1069(main)
  smbd version 3.4.7 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2009
[2010/05/13 13:32:02,  0] smbd/server.c:1115(main)
  standard input is not a socket, assuming -D option


local connection work just fine (Connect to Server -- localhost -- works)
but trying to connect from my mac it stays in connection - loop no response.

-- 
Windows clients cannot connect unless Samba manually restarted
https://bugs.launchpad.net/bugs/554094
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 579924] [NEW] Upgrading Ubuntu LTS skips database version - Fatal error: Version error for database bacula. Wanted 12, got 10

2010-05-13 Thread Tomasz
Public bug reported:

Binary package hint: bacula

After upgrading Ubuntu from 8.04 LTS to 10.04 LTS backup software Bacula
stopped working, starting bacula-director MySQL version results in:

bacula-dir JobId 0: Fatal error: Version error for database bacula.
Wanted 12, got 10


During upgrade Bacula was upgraded from 2.2 series (db version 10) to 5.0 (db 
version 12), dpkg.log shows.

2010-05-12 21:16:32 upgrade bacula-director-mysql 2.2.8-5ubuntu7.2
5.0.1-1ubuntu1


and /usr/share/bacula-director/update_mysql_tables upgrades only from db 
version 11:

This script will update a Bacula MySQL database from version 11 to 12
 which is needed to convert from Bacula Enterprise 2.6 to 4.0 or 
 Standard version 3.0 to 5.0


I expected to have the database upgraded from version 10 to 12 when upgrading 
Ubuntu LTS series.

** Affects: bacula
 Importance: Undecided
 Status: New

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

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

-- 
Upgrading Ubuntu LTS skips database version - Fatal error: Version error for 
database bacula. Wanted 12, got 10
https://bugs.launchpad.net/bugs/579924
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

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


[Bug 579924] Re: Upgrading Ubuntu LTS skips database version - Fatal error: Version error for database bacula. Wanted 12, got 10

2010-05-13 Thread Tomasz
** Description changed:

  Binary package hint: bacula
  
  After upgrading Ubuntu from 8.04 LTS to 10.04 LTS backup software Bacula
  stopped working, starting bacula-director MySQL version results in:
  
  bacula-dir JobId 0: Fatal error: Version error for database bacula.
  Wanted 12, got 10
  
- 
- During upgrade Bacula was upgraded from 2.2 series (db version 10) to 5.0 (db 
version 12), dpkg.log shows.
+ During upgrade Bacula was upgraded from 2.2 series (db version 10) to
+ 5.0 (db version 12), dpkg.log shows.
  
  2010-05-12 21:16:32 upgrade bacula-director-mysql 2.2.8-5ubuntu7.2
  5.0.1-1ubuntu1
  
- 
- and /usr/share/bacula-director/update_mysql_tables upgrades only from db 
version 11:
+ and /usr/share/bacula-director/update_mysql_tables upgrades only from db
+ version 11:
  
  This script will update a Bacula MySQL database from version 11 to 12
-  which is needed to convert from Bacula Enterprise 2.6 to 4.0 or 
-  Standard version 3.0 to 5.0
+  which is needed to convert from Bacula Enterprise 2.6 to 4.0 or
+  Standard version 3.0 to 5.0
+ 
+ Running it for version 10 destroys database structure! Running a job
+ results in a failure, messages:
+ 
+ 13-maj 14:16 magazyn-dir JobId 0: Fatal error: sql_get.c:623 sql_get.c:623 
query SELECT 
PoolId,Name,NumVols,MaxVols,UseOnce,UseCatalog,AcceptAnyVolume,AutoPrune,Recycle,VolRetention,VolUseDuration,MaxVolJobs,MaxVolFiles,MaxVolBytes,PoolType,LabelType,LabelFormat,RecyclePoolId,ScratchPoolId,ActionOnPurge
 FROM Pool WHERE Pool.Name='Default' failed:
+ Unknown column 'ActionOnPurge' in 'field list'
+ 13-maj 14:16 magazyn-dir JobId 0: Fatal error: sql_get.c:623 sql_get.c:623 
query SELECT 
PoolId,Name,NumVols,MaxVols,UseOnce,UseCatalog,AcceptAnyVolume,AutoPrune,Recycle,VolRetention,VolUseDuration,MaxVolJobs,MaxVolFiles,MaxVolBytes,PoolType,LabelType,LabelFormat,RecyclePoolId,ScratchPoolId,ActionOnPurge
 FROM Pool WHERE Pool.Name='Default' failed:
+ Unknown column 'ActionOnPurge' in 'field list'
+ 13-maj 14:16 magazyn-dir JobId 0: Fatal error: Pool Default not in database. 
sql_create.c:181 pool record Default already exists
+ 13-maj 14:16 magazyn-dir JobId 0: Fatal error: sql_get.c:623 sql_get.c:623 
query SELECT 
PoolId,Name,NumVols,MaxVols,UseOnce,UseCatalog,AcceptAnyVolume,AutoPrune,Recycle,VolRetention,VolUseDuration,MaxVolJobs,MaxVolFiles,MaxVolBytes,PoolType,LabelType,LabelFormat,RecyclePoolId,ScratchPoolId,ActionOnPurge
 FROM Pool WHERE Pool.Name='Default' failed:
+ Unknown column 'ActionOnPurge' in 'field list'
+ 13-maj 14:16 magazyn-dir JobId 0: Fatal error: sql_get.c:623 sql_get.c:623 
query SELECT 
PoolId,Name,NumVols,MaxVols,UseOnce,UseCatalog,AcceptAnyVolume,AutoPrune,Recycle,VolRetention,VolUseDuration,MaxVolJobs,MaxVolFiles,MaxVolBytes,PoolType,LabelType,LabelFormat,RecyclePoolId,ScratchPoolId,ActionOnPurge
 FROM Pool WHERE Pool.Name='Default' failed:
+ Unknown column 'ActionOnPurge' in 'field list'
+ 13-maj 14:16 magazyn-dir JobId 0: Fatal error: Pool Default not in database. 
sql_create.c:181 pool record Default already exists
+ 13-maj 14:16 magazyn-dir JobId 0: Fatal error: sql_get.c:623 sql_get.c:623 
query SELECT 
PoolId,Name,NumVols,MaxVols,UseOnce,UseCatalog,AcceptAnyVolume,AutoPrune,Recycle,VolRetention,VolUseDuration,MaxVolJobs,MaxVolFiles,MaxVolBytes,PoolType,LabelType,LabelFormat,RecyclePoolId,ScratchPoolId,ActionOnPurge
 FROM Pool WHERE Pool.Name='Default' failed:
+ Unknown column 'ActionOnPurge' in 'field list'
  
  
  I expected to have the database upgraded from version 10 to 12 when upgrading 
Ubuntu LTS series.

-- 
Upgrading Ubuntu LTS skips database version - Fatal error: Version error for 
database bacula. Wanted 12, got 10
https://bugs.launchpad.net/bugs/579924
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

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


Re: [Bug 579924] [NEW] Upgrading Ubuntu LTS skips database version - Fatal error: Version error for database bacula. Wanted 12, got 10

2010-05-13 Thread Kern Sibbald
It appears that the upgrade process attempted to upgrade two versions of the 
database at one time.  Bacula only supports upgrading one version at a time, 
so from database version 10, you must first apply the scripts that do the 
upgrade to version 11, and then apply the upgrade scripts that upgrade from 
version 11 to version 12.

All the scripts for an upgrade from the prior version to the version of the 
current release are found in bacula/src/cats ...

All scripts for making an upgrade from an old version to a newer version (e.g. 
8 to 9 or 10 to 11) are kept in bacula/updatedb.  These scripts may need 
some manual editing to get the install locations to match where your database 
is installed.

Kern


On Thursday 13 May 2010 13:59:48 Tomasz wrote:
 Public bug reported:

 Binary package hint: bacula

 After upgrading Ubuntu from 8.04 LTS to 10.04 LTS backup software Bacula
 stopped working, starting bacula-director MySQL version results in:

 bacula-dir JobId 0: Fatal error: Version error for database bacula.
 Wanted 12, got 10


 During upgrade Bacula was upgraded from 2.2 series (db version 10) to 5.0
 (db version 12), dpkg.log shows.

 2010-05-12 21:16:32 upgrade bacula-director-mysql 2.2.8-5ubuntu7.2
 5.0.1-1ubuntu1


 and /usr/share/bacula-director/update_mysql_tables upgrades only from db
 version 11:

 This script will update a Bacula MySQL database from version 11 to 12
  which is needed to convert from Bacula Enterprise 2.6 to 4.0 or
  Standard version 3.0 to 5.0


 I expected to have the database upgraded from version 10 to 12 when
 upgrading Ubuntu LTS series.

 ** Affects: bacula
  Importance: Undecided
  Status: New

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

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

-- 
Upgrading Ubuntu LTS skips database version - Fatal error: Version error for 
database bacula. Wanted 12, got 10
https://bugs.launchpad.net/bugs/579924
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

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


[Bug 147520] Re: package tftpd-hpa 0.43-1ubuntu2 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2010-05-13 Thread AJenbo
same error for me when trying to update from karmic to lucid

package tftpd-hpa 0.49-1 failed to install/upgrade:

-- 
package tftpd-hpa 0.43-1ubuntu2 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/147520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tftp-hpa 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 579909] Re: mysql fails to build form source on armel

2010-05-13 Thread Konstantinos Margaritis
It appears that my compiler is to blame -I used gcc from codesourcery
2009q3-67. I'll look into it more and I'll post back. I'd appreciate any
ideas though.

-- 
mysql fails to build form source on armel
https://bugs.launchpad.net/bugs/579909
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 579909] Re: mysql fails to build form source on armel

2010-05-13 Thread Konstantinos Margaritis
I'm not sure it's the compiler, here's the point where it fails, first
is my try, second is the try I found on a clean installed karmic on the
efikamx:

set -ex; \  
   
for file in ../include/mysql/plugin.h ../include/mysql.h; do \  
   
 gcc -E -nostdinc -dI \ 
   
  -I../include \
   
  -I../include/mysql \  
   
  -I../sql \
   
  -I./include \ 
   
  -I./include/mysql \   
   
  -I./sql \ 
   
 $file 2/dev/null | \  
   
  /bin/sed -e '/^# /d' \
   
-e '/^[ ]*$/d' \
   
-e '/^#pragma GCC set_debug_pwd/d' \
   
-e '/^#ident/d'  \ 
   
   ./abi_check.out; \   
   
  /usr/bin/diff -w $file.pp ./abi_check.out; \  
   
  /bin/rm ./abi_check.out; \
   
done
   
+ for file in ../include/mysql/plugin.h ../include/mysql.h  
   
+ /bin/sed -e '/^# /d' -e '/^[  ]*$/d' -e '/^#pragma GCC set_debug_pwd/d' -e 
'/^#ident/d'  
+ gcc -E -nostdinc -dI -I../include -I../include/mysql -I../sql -I./include 
-I./include/mysql -I./sql ../include/mysql/plugin.h
+ /usr/bin/diff -w ../include/mysql/plugin.h.pp ./abi_check.out 
   
+ /bin/rm ./abi_check.out   
   
+ for file in ../include/mysql/plugin.h ../include/mysql.h  
   
+ gcc -E -nostdinc -dI -I../include -I../include/mysql -I../sql -I./include 
-I./include/mysql -I./sql ../include/mysql.h   
+ /bin/sed -e '/^# /d' -e '/^[  ]*$/d' -e '/^#pragma GCC set_debug_pwd/d' -e 
'/^#ident/d'  
+ /usr/bin/diff -w ../include/mysql.h.pp ./abi_check.out
   
2,674d1 
   
 typedef char my_bool; 
   
 typedef int my_socket;
   
 #include mysql_version.h
   
 #include mysql_com.h
   
 enum enum_server_command

..


set -ex; \  
 
for file in ../include/mysql/plugin.h ../include/mysql.h; do \  
 
 gcc -E -nostdinc -dI \ 
 
  -I../include \
 
  -I../include/mysql \  
 
  -I../sql \
 
  -I./include \ 
 
  -I./include/mysql \   
 
  -I./sql \ 
 
 $file 2/dev/null | \  
 
  /bin/sed -e '/^# /d' \
 
-e '/^[ ]*$/d' \
 
-e '/^#pragma GCC set_debug_pwd/d' \
 
-e '/^#ident/d'  \ 
 
   ./abi_check.out; \   
 
  /usr/bin/diff -w $file.pp ./abi_check.out; \  
 
  

[Bug 578035] Re: ssh-askpass-gnome doesn't prompt for password in any release post ubuntu 8.10 32/64bit

2010-05-13 Thread Djerk Geurts
Thanks to a suggestion on #ubuntu-uk. Using ssh-add has worked for me...

dj...@djerk-nsc:~$ ssh-add 
Enter passphrase for /home/djerk/.ssh/id_rsa: 
Identity added: /home/djerk/.ssh/id_rsa (/home/djerk/.ssh/id_rsa)

-- 
ssh-askpass-gnome doesn't prompt for password in any release post ubuntu 8.10 
32/64bit
https://bugs.launchpad.net/bugs/578035
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 578035] Re: ssh-askpass-gnome doesn't prompt for password in any release post ubuntu 8.10 32/64bit

2010-05-13 Thread Djerk Geurts
Still I was never prompted in gnome when connection via ssh to hosts...

-- 
ssh-askpass-gnome doesn't prompt for password in any release post ubuntu 8.10 
32/64bit
https://bugs.launchpad.net/bugs/578035
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 580045] [NEW] in smbfs package the smbmount binary removed but libpam-mount with smbfs would use it

2010-05-13 Thread Tamas Szerb
Public bug reported:

Binary package hint: samba

Hello,

I update my 8.10 LTS today and in the new smbfs package the
smbmount/mount.smbfs has been removed and mount.cifs is presented.
Unfortunately the libpam-mount would use it (debug mode, auth.log):

May 13 17:37:34 xxxhost login[11005]: pam_mount(misc.c:285) command: smbmount 
[//blah/share] [/home/bela/[..]/share] [-o] [username=bela,uid=324,gid=234]  

So at least symlink would be needed not to break the upgrade. That's why
I filed this bug here not to the libpam-mount maintainer.

Cheers,

toma

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

-- 
in smbfs package the smbmount binary removed but libpam-mount with smbfs would 
use it
https://bugs.launchpad.net/bugs/580045
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 579924] Re: Upgrading Ubuntu LTS skips database version - Fatal error: Version error for database bacula. Wanted 12, got 10

2010-05-13 Thread Jim Padel
I would like to confirm both posts.  The package from the repos only
contain the 11 to 12 update scripts, but to get the 10 to 11 scripts you
must obtain the source code from bacula.org, as far as I can tell they
do not come with the distro package.

-- 
Upgrading Ubuntu LTS skips database version - Fatal error: Version error for 
database bacula. Wanted 12, got 10
https://bugs.launchpad.net/bugs/579924
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

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


[Bug 579924] Re: Upgrading Ubuntu LTS skips database version - Fatal error: Version error for database bacula. Wanted 12, got 10

2010-05-13 Thread Jim Padel
Here is the mysql 10 to 11 update script.  Ensure that you modify the
script for the correct db_name.

Execution is as follows

./update_mysql_tables_10_to_11 -u root -p

** Attachment added: Update bacula-mysql-tables 10 to 11
   http://launchpadlibrarian.net/48398862/update_mysql_tables_10_to_11

-- 
Upgrading Ubuntu LTS skips database version - Fatal error: Version error for 
database bacula. Wanted 12, got 10
https://bugs.launchpad.net/bugs/579924
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

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


[Bug 445253] Re: libvirt.libvirtError: internal error no supported architecture for os type 'hvm'

2010-05-13 Thread Andrew Bulmer
I'm getting the exact same error on Jaunty on an AMD x86_64

** Changed in: vm-builder (Ubuntu)
   Status: Invalid = Confirmed

-- 
libvirt.libvirtError: internal error no supported architecture for os type 'hvm'
https://bugs.launchpad.net/bugs/445253
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 445253] Re: libvirt.libvirtError: internal error no supported architecture for os type 'hvm'

2010-05-13 Thread Andrew Bulmer
H I suspect that this may be due to the hardware virtualisation not
being enabled in the BIOS. Unfortunately I don't have immediate physical
access to that server to check. I only have ssh access to it right now.
Anyone know a command I can run to check if hardwar virtualisation is
enabled?

/proc/cpuinfo does have vmx listed, but according to the docs that
doesn't mean its enabled.

-- 
libvirt.libvirtError: internal error no supported architecture for os type 'hvm'
https://bugs.launchpad.net/bugs/445253
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 445253] Re: libvirt.libvirtError: internal error no supported architecture for os type 'hvm'

2010-05-13 Thread Andrew Bulmer
I haven't been able to confirm that it is the BIOS setting thats the
problem, but running virsh capabilities doesn't show anything for guest,
and from I've found in other forums I think it should.

is it possible for vmbuilder to run virsh capabilities to make sure
hvm is working (throwing up an error telling the user to check BIOS
settings if its not)  before building anything?

-- 
libvirt.libvirtError: internal error no supported architecture for os type 'hvm'
https://bugs.launchpad.net/bugs/445253
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 117730] Re: cannot use sqlite3 on cifs mount

2010-05-13 Thread dkg
maihacke:  just to be clear: are you using the nobrl option to the cifs
mount on your 10.04 installation as well?

-- 
cannot use sqlite3 on cifs mount
https://bugs.launchpad.net/bugs/117730
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 445253] Re: libvirt.libvirtError: internal error no supported architecture for os type 'hvm'

2010-05-13 Thread Andrew Bulmer
oh and it seems that this error only comes up if you use the
--libvirt=qemu:///system option. So if someone uses that option the
virsh capabilities needs to be checked.

-- 
libvirt.libvirtError: internal error no supported architecture for os type 'hvm'
https://bugs.launchpad.net/bugs/445253
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 577165] Re: Typo in etc/init/vsftpd.conf

2010-05-13 Thread Angel Abad
This debdiff fix typo error and closes this patch.

Thanks!

** Patch added: vsftpd_2.2.2-3ubuntu7.debdiff
   http://launchpadlibrarian.net/48404932/vsftpd_2.2.2-3ubuntu7.debdiff

-- 
Typo in etc/init/vsftpd.conf
https://bugs.launchpad.net/bugs/577165
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 577165] Re: Typo in etc/init/vsftpd.conf

2010-05-13 Thread Angel Abad
** Tags added: patch

-- 
Typo in etc/init/vsftpd.conf
https://bugs.launchpad.net/bugs/577165
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 567043] Re: [SRU] [lucid] php5 segfault when calling mysqli_options()

2010-05-13 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.3.2-1ubuntu4.1

---
php5 (5.3.2-1ubuntu4.1) lucid-proposed; urgency=low

  * debian/patches/fix-mysql-badmem.patch: Fix mysql crash when using php5-cgi. 
(LP: #567043)
 -- Chuck Short zul...@ubuntu.com   Mon, 03 May 2010 11:23:43 -0400

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

-- 
[SRU] [lucid] php5 segfault when calling mysqli_options()
https://bugs.launchpad.net/bugs/567043
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 567043] Re: [SRU] [lucid] php5 segfault when calling mysqli_options()

2010-05-13 Thread Martin Pitt
Copied to maverick.

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

-- 
[SRU] [lucid] php5 segfault when calling mysqli_options()
https://bugs.launchpad.net/bugs/567043
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 574906] Re: Clamav 0.96.0 clamd fails to start on powerpc

2010-05-13 Thread Martin Pitt
Copied to maverick.

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

-- 
Clamav 0.96.0 clamd fails to start on powerpc
https://bugs.launchpad.net/bugs/574906
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 574906] Re: Clamav 0.96.0 clamd fails to start on powerpc

2010-05-13 Thread Martin Pitt
Copied to lucid-updates.

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

-- 
Clamav 0.96.0 clamd fails to start on powerpc
https://bugs.launchpad.net/bugs/574906
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 571543] Re: Milter and Freshclam configurations buggy in Lucid

2010-05-13 Thread Martin Pitt
Copied to maverick.

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

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

-- 
Milter and Freshclam configurations buggy in Lucid
https://bugs.launchpad.net/bugs/571543
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 573345] Re: dovecot-postfix references cmusieve as a mail plugin

2010-05-13 Thread Martin Pitt
Accepted dovecot into lucid-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!

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

** Tags added: verification-needed

-- 
dovecot-postfix references cmusieve as a mail plugin
https://bugs.launchpad.net/bugs/573345
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 573222] Re: [SRU] php5 session.save_path moved to /tmp

2010-05-13 Thread Martin Pitt
Accepted php5 into lucid-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!

** Changed in: php5 (Ubuntu Lucid)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

-- 
[SRU] php5 session.save_path moved to /tmp
https://bugs.launchpad.net/bugs/573222
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 580184] [NEW] Instance without public ip fails reading metadata with separate CC CLC

2010-05-13 Thread Mike Cook
Public bug reported:

With separate CC and CLC, when an instance without a public address (in
MANAGED[_NOVLAN] mode) attempts to contact the metadata service to get
its ssh key, the CC reroutes the request to the CLC and masquerades the
requestor's address.  So the CLC appears to get the metadata request
from the CC address and doesn't properly respond (how can it identify
which instance is asking?), whereas a request from an instance with a
public ip shows up as coming from that public ip (since the CC nat's the
public/private address and doesn't masquerade it).

For example:
CC+SC: 10.0.0.1
CLC+WALRUS: 10.0.0.2
VNET_MODE=MANAGED_NOVLAN
VNET_SUBNET=172.16.0.0
VNET_CLOUDIP=10.0.0.2

A private instance (no public ip) is created as 172.16.1.1.  On boot it
queries (in /etc/rc.local) to http://169.254.169.254/latest/meta-data
/public-keys/0/openssh-key for it's ssh key.  The 169.254.169.254
address is bound on the CC (10.0.0.1), which has a DNAT rule redirecting
HTTP to the CLC (10.0.0.2:8773).  The CC masquerades the instance's
private IP as itself (as it must, since the CLC isn't on the private
network) and forwards the request.  The CLC then gets the request, but
the source IP address is 10.0.0.1 (the CC's address) and it doesn't
reply with the key.  Without the ssh key you then can't ssh to the
private instance (either from the CC or another public/private host in
the subnet).

In contrast, a public instance is created as 172.16.1.2 with public ip
10.0.0.3.  It makes the same HTTP request which gets redirected through
the CC to the CLC.  The CC, however, applies SNAT and DNAT rules which
make the request appear as coming from 10.0.0.3 (the instance public IP)
and the CLC properly responds to the request since it can identify the
source instance.  And there was much rejoicing...

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

-- 
Instance without public ip fails reading metadata with separate CC  CLC
https://bugs.launchpad.net/bugs/580184
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 580237] Re: vmbuilder crashed with AttributeError in register_options()

2010-05-13 Thread Luke Faraone

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

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

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

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/48414441/RelatedPackageVersions.txt

** Attachment added: Traceback.txt
   http://launchpadlibrarian.net/48414442/Traceback.txt

** Visibility changed to: Public

-- 
vmbuilder crashed with AttributeError in register_options()
https://bugs.launchpad.net/bugs/580237
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 580237] Re: vmbuilder crashed with AttributeError in register_options()

2010-05-13 Thread Luke Faraone
** Description changed:

  Step to reproduce:
  
  lfara...@opus:~$ sudo MIRROR=http://192.168.1.4/ubuntu vmbuilder vbox ubuntu 
--suite lucid --vbox-disk-format vdi
  Traceback (most recent call last):
-   File /usr/bin/vmbuilder, line 24, in module
- cli.main()
-   File /usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py, line 62, 
in main
- hypervisor, distro = self.handle_args(optparser, sys.argv[1:])
-   File /usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py, line 173, 
in handle_args
- hypervisor = VMBuilder.get_hypervisor(args[0])(distro)
-   File /usr/lib/python2.6/dist-packages/VMBuilder/hypervisor.py, line 34, 
in __init__
- super(Hypervisor, self).__init__()
-   File /usr/lib/python2.6/dist-packages/VMBuilder/distro.py, line 30, in 
__init__
- super(Context, self).__init__(self)
-   File /usr/lib/python2.6/dist-packages/VMBuilder/plugins/__init__.py, line 
46, in __init__
- self.register_options()
-   File /usr/lib/python2.6/dist-packages/VMBuilder/plugins/virtualbox/vm.py, 
line 36, in register_options
- group.add_option('--vbox-disk-format', metavar='FORMAT', default='vdi', 
help='Desired disk format. Valid options are: vdi vmdk. [default: %default]')
+   File /usr/bin/vmbuilder, line 24, in module
+ cli.main()
+   File /usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py, line 62, 
in main
+ hypervisor, distro = self.handle_args(optparser, sys.argv[1:])
+   File /usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py, line 173, 
in handle_args
+ hypervisor = VMBuilder.get_hypervisor(args[0])(distro)
+   File /usr/lib/python2.6/dist-packages/VMBuilder/hypervisor.py, line 34, 
in __init__
+ super(Hypervisor, self).__init__()
+   File /usr/lib/python2.6/dist-packages/VMBuilder/distro.py, line 30, in 
__init__
+ super(Context, self).__init__(self)
+   File /usr/lib/python2.6/dist-packages/VMBuilder/plugins/__init__.py, line 
46, in __init__
+ self.register_options()
+   File /usr/lib/python2.6/dist-packages/VMBuilder/plugins/virtualbox/vm.py, 
line 36, in register_options
+ group.add_option('--vbox-disk-format', metavar='FORMAT', default='vdi', 
help='Desired disk format. Valid options are: vdi vmdk. [default: %default]')
  AttributeError: 'SettingGroup' object has no attribute 'add_option'
- 
- 
- group.add_option() is used several times in the source code, despite not 
being listed in the API at 
/usr/share/doc/python-vm-builder/html/VMBuilder.plugins.Plugin.SettingGroup-class.html
- 
- 
- ./VMBuilder/contrib/cli.py:group.add_option('--debug', 
action='callback', callback=self.set_verbosity, help='Show debug information')
- ./VMBuilder/contrib/cli.py:group.add_option('--verbose', '-v', 
action='callback', callback=self.set_verbosity, help='Show progress 
information')
- ./VMBuilder/contrib/cli.py:group.add_option('--quiet', '-q', 
action='callback', callback=self.set_verbosity, help='Silent operation')
- ./VMBuilder/contrib/cli.py:group.add_option('--overwrite', '-o', 
action='store_true', help='Configuration file')
- ./VMBuilder/contrib/cli.py:group.add_option('--config', '-c', 
type='str', help='Configuration file')
- ./VMBuilder/contrib/cli.py:group.add_option('--templates', 
metavar='DIR', help='Prepend DIR to template search path.')
- ./VMBuilder/contrib/cli.py:group.add_option('--destdir', '-d', 
type='str', help='Destination directory')
- ./VMBuilder/contrib/cli.py:group.add_option('--only-chroot', 
action='store_true', help=Only build the chroot. Don't install it on disk 
images or anything.)
- ./VMBuilder/contrib/cli.py:group.add_option('--existing-chroot', 
help=Use existing chroot.)
- ./VMBuilder/contrib/cli.py:group.add_option('--rootsize', 
metavar='SIZE', default=4096, help='Size (in MB) of the root filesystem 
[default: %default]')
- ./VMBuilder/contrib/cli.py:group.add_option('--optsize', 
metavar='SIZE', default=0, help='Size (in MB) of the /opt filesystem. If not 
set, no /opt filesystem will be added.')
- ./VMBuilder/contrib/cli.py:group.add_option('--swapsize', 
metavar='SIZE', default=1024, help='Size (in MB) of the swap partition 
[default: %default]')
- ./VMBuilder/contrib/cli.py:group.add_option('--raw', 
metavar='PATH', type='str', help=Specify a file (or block device) to as first 
disk image.)
- ./VMBuilder/contrib/cli.py:group.add_option('--part', 
metavar='PATH', type='str', help=Allows to specify a partition table in PATH 
each line of partfile should specify (root first): \nmountpoint size \none 
per line, separated by space, where size is in megabytes. You can have up to 4 
virtual disks, a new disk starts on a line containing only '---'. ie: \n
root 2000 \n/boot 512 \nswap 1000 \n--- \n/var 8000 \n
/var/log 2000)
- ./VMBuilder/contrib/cli.py:optgroup.add_option(*args, 
**kwargs)

[Bug 520386] Re: libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge

2010-05-13 Thread Ron
+4 importance here.

Four customers also affected by this; and paying me to hand-edit
configs.

-- 
libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to 
create domain with virt-manager using network bridge
https://bugs.launchpad.net/bugs/520386
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 573222] Re: [SRU] php5 session.save_path moved to /tmp

2010-05-13 Thread Kees Cook
I can confirm that the sess_* files have moved back to /var/lib/php5.
Thanks!

-- 
[SRU] php5 session.save_path moved to /tmp
https://bugs.launchpad.net/bugs/573222
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 580319] [NEW] dhcp3-server launches before upstart brings all interface, thus failing to start

2010-05-13 Thread Michael R. Head
Public bug reported:

My server's (primarily a NAT box/802.11g hotspot) network configuration:

Ubuntu release: 10.04 LTS
External interface: eth3
Internal interface: br0 (bridging eth2 and wlan0)

I run dhcp3-server on my internal interface to supply private
(192.168.*) IP addresses to wired and wireless devices throughout my
apartment.

I recently upgraded this server from 8.04 LTS to 10.04 LTS. After the
upgrade I've faced some problems with the startup process. The issue I'm
reporting here has to do with dhcp3-server failing to start during boot.

From what I can tell, upstart begins bringing up br0, which takes perhaps 15 
seconds. While br0 is coming up (and still has an address of 0.0.0.0), the 
dhcp3-server init script is started, but fails because 0.0.0.0 is not a 
declared network and dhcpd fails to start, reporting:
May 13 22:29:40 firewall dhcpd: No subnet declaration for br0 (0.0.0.0).
May 13 22:29:40 firewall dhcpd: ** Ignoring requests on br0.  If this is not 
what
May 13 22:29:40 firewall dhcpd:you want, please write a subnet declaration
May 13 22:29:40 firewall dhcpd:in your dhcpd.conf file for the network 
segment
May 13 22:29:40 firewall dhcpd:to which interface br0 is attached. **
May 13 22:29:40 firewall dhcpd:
May 13 22:29:40 firewall dhcpd:
May 13 22:29:40 firewall dhcpd: Not configured to listen on any interfaces!

It seems that dhcpd should start (or restart) when upstart brings up the
interfaces it is configured to listen on.

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

-- 
dhcp3-server launches before upstart brings all interface, thus failing to start
https://bugs.launchpad.net/bugs/580319
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 580319] Re: dhcp3-server launches before upstart brings all interface, thus failing to start

2010-05-13 Thread Michael R. Head
Relevant section of /var/log/syslog showing failure of dhcp3 server to
start

** Attachment added: /var/log/syslog section
   http://launchpadlibrarian.net/48427309/syslog

-- 
dhcp3-server launches before upstart brings all interface, thus failing to start
https://bugs.launchpad.net/bugs/580319
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