Re: [Bug 210813] Re: package mysql-server-5.0 5.0.51a-3ubuntu5 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-10-07 Thread Szentes Ferenc
Hello Sergio,

I am not a guru in linux I want only to try at home to create a little local
net, with database. After this failure installed again the linux (like a
windows) and after it the install was succesfull.

Best regards

Szentes Ferenc

2008/10/6 Sergio Barjola [EMAIL PROTECTED]

 I had the same problem after an update because the bind-address in
 my.cnf config file wasn't set correctly.

 --
 package mysql-server-5.0 5.0.51a-3ubuntu5 failed to install/upgrade:
 subprocess post-installation script returned error exit status 1
 https://bugs.launchpad.net/bugs/210813
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in mysql-dfsg-5.0 source package in Ubuntu: Incomplete

 Bug description:
 When I tried : sudo apt-get install mysql-server in the terminal, I got
 the following output back:

 ===
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 mysql-server is already the newest version.
 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 2 not fully installed or removed.
 After this operation, 0B of additional disk space will be used.
 Setting up mysql-server-5.0 (5.0.51a-3ubuntu5) ...
  * Stopping MySQL database server mysqld
[ OK ]
 Reloading AppArmor profiles : done.
  * Starting MySQL database server mysqld
[fail]
 invoke-rc.d: initscript mysql, action start failed.
 dpkg: error processing mysql-server-5.0 (--configure):
  subprocess post-installation script returned error exit status 1
 dpkg: dependency problems prevent configuration of mysql-server:
  mysql-server depends on mysql-server-5.0; however:
  Package mysql-server-5.0 is not configured yet.
 dpkg: error processing mysql-server (--configure):
  dependency problems - leaving unconfigured
 Errors were encountered while processing:
  mysql-server-5.0
  mysql-server
 E: Sub-process /usr/bin/dpkg returned an error code (1)

 ===

 ProblemType: Package
 Architecture: i386
 Date: Wed Apr  2 15:30:13 2008
 DistroRelease: Ubuntu 8.04
 ErrorMessage: subprocess post-installation script returned error exit
 status 1
 Package: mysql-server-5.0 5.0.51a-3ubuntu5
 PackageArchitecture: i386
 SourcePackage: mysql-dfsg-5.0
 Title: package mysql-server-5.0 5.0.51a-3ubuntu5 failed to install/upgrade:
 subprocess post-installation script returned error exit status 1
 Uname: Linux 2.6.24-12-generic i686


-- 
package mysql-server-5.0 5.0.51a-3ubuntu5 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/210813
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 277492] Re: lwinet crashes when joining a windows domain with likewise

2008-10-07 Thread Thierry Carrez
There might be a case where get_sorted_dc_list can be called with null 
arguments, resulting in the SIGSEGV.
In samba/source/libads/ldap.c (function ads_find_dc) :

---
if ( !got_realm  !lp_disable_netbios() ) {
  c_realm = ads-server.workgroup;
  if (!c_realm || !*c_realm) {
if ( use_own_domain )
  c_realm = lp_workgroup();
  }
  if ( !c_realm || !*c_realm ) {
DEBUG(0,(ads_find_dc: no realm or workgroup!  Don't know what to do\n));
return NT_STATUS_INVALID_PARAMETER; /* rather need MISSING_PARAMETER ... */
  }
}
realm = c_realm;
[...]
status = get_sorted_dc_list(realm, sitename, ip_list, count, got_realm);
---

The catch for the case *c_realm=null is inside the if ( !got_realm 
!lp_disable_netbios() ) test so if *c_realm=null, got_realm is false
and lp_disable_netbios() is true, you get SIGSEGV down the line...

-- 
lwinet crashes when joining a windows domain with likewise
https://bugs.launchpad.net/bugs/277492
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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 241952] Re: check_disk_smb doesn't deal with special characters in the password fields correctly

2008-10-07 Thread Thierry Carrez
Fixed in Debian's 1.4.12-1

** Changed in: nagios-plugins (Ubuntu)
   Importance: Medium = Low

-- 
check_disk_smb doesn't deal with special characters in the password fields 
correctly
https://bugs.launchpad.net/bugs/241952
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins 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 277492] Re: lwinet crashes when joining a windows domain with likewise

2008-10-07 Thread Gerald Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hey Theirry,

I'll review your comments today and get back to you soon.


jerry


Thierry Carrez wrote:
 There might be a case where get_sorted_dc_list can be called with null 
 arguments, resulting in the SIGSEGV.
 In samba/source/libads/ldap.c (function ads_find_dc) :
 
 ---
 if ( !got_realm  !lp_disable_netbios() ) {
   c_realm = ads-server.workgroup;
   if (!c_realm || !*c_realm) {
 if ( use_own_domain )
   c_realm = lp_workgroup();
   }
   if ( !c_realm || !*c_realm ) {
 DEBUG(0,(ads_find_dc: no realm or workgroup!  Don't know what to do\n));
 return NT_STATUS_INVALID_PARAMETER; /* rather need MISSING_PARAMETER ... 
 */
   }
 }
 realm = c_realm;
 [...]
 status = get_sorted_dc_list(realm, sitename, ip_list, count, got_realm);
 ---
 
 The catch for the case *c_realm=null is inside the if ( !got_realm 
 !lp_disable_netbios() ) test so if *c_realm=null, got_realm is false
 and lp_disable_netbios() is true, you get SIGSEGV down the line...
 


- --
=
Samba--- http://www.samba.org
Likewise Software  -  http://www.likewisesoftware.com
What man is a man who does not make the world better?  --Balian
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFI61u4IR7qMdg1EfYRAgjZAKDzZDs599952Nd9YK5lEr/J8MK+nwCgut5b
7yYy84BlnfkZ9RGOSwAuvYo=
=D1QT
-END PGP SIGNATURE-

-- 
lwinet crashes when joining a windows domain with likewise
https://bugs.launchpad.net/bugs/277492
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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 33649] Re: root raid installs have bad grub config

2008-10-07 Thread Colin Watson
Please confirm whether this is still present in the beta, and if it is
then exactly what the current symptoms are. Since there have been quite
a lot of changes in this area, I don't expect that it's still behaving
the same way, and something more than bug still present would be
useful.

-- 
root raid installs have bad grub config
https://bugs.launchpad.net/bugs/33649
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 279632] [NEW] package slapd 2.4.9-0ubuntu0.8.04.1 failed to install/upgrade: Unterprozess post-installation script gab den Fehlerwert 1 zur?ck

2008-10-07 Thread m0n3m
Public bug reported:

Richte slapd ein (2.4.9-0ubuntu0.8.04.1) ...
  Backing up /etc/ldap/slapd.conf in 
/var/backups/slapd-2.4.9-0ubuntu0.8.04.1... done.
Reloading AppArmor profiles : done.
Starting OpenLDAP: slapd - failed.
The operation failed but no output was produced. For hints on what went
wrong please refer to the system's logfiles (e.g. /var/log/syslog) or
try running the daemon in Debug mode like via slapd -d 16383 (warning:
this will create copious output).

Below, you can find the command line options used by this script to 
run slapd. Do not forget to specify those options if you
want to look to debugging output:
  slapd -g openldap -u openldap -f /etc/ldap/slapd.conf 
invoke-rc.d: initscript slapd, action start failed.
dpkg: Fehler beim Bearbeiten von slapd (--configure):
 Unterprozess post-installation script gab den Fehlerwert 1 zurück
Fehler traten auf beim Bearbeiten von:
 slapd
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
Architecture: i386
Date: Tue Oct  7 15:37:11 2008
DistroRelease: Ubuntu 8.04
ErrorMessage: Unterprozess post-installation script gab den Fehlerwert 1 zurück
NonfreeKernelModules: nvidia
Package: slapd 2.4.9-0ubuntu0.8.04.1
PackageArchitecture: i386
SourcePackage: openldap2.3
Title: package slapd 2.4.9-0ubuntu0.8.04.1 failed to install/upgrade: 
Unterprozess post-installation script gab den Fehlerwert 1 zurück
Uname: Linux 2.6.24-19-generic i686

** Affects: openldap2.3 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
package slapd 2.4.9-0ubuntu0.8.04.1 failed to install/upgrade: Unterprozess 
post-installation script gab den Fehlerwert 1 zur?ck
https://bugs.launchpad.net/bugs/279632
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 279632] Re: package slapd 2.4.9-0ubuntu0.8.04.1 failed to install/upgrade: Unterprozess post-installation script gab den Fehlerwert 1 zur?ck

2008-10-07 Thread m0n3m

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

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

-- 
package slapd 2.4.9-0ubuntu0.8.04.1 failed to install/upgrade: Unterprozess 
post-installation script gab den Fehlerwert 1 zur?ck
https://bugs.launchpad.net/bugs/279632
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 276292] Re: Metapackages for virtual flavour are missing

2008-10-07 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-meta - 2.6.27.5.6

---
linux-meta (2.6.27.5.6) intrepid; urgency=low

  [ Soren Hansen ]

  * Re-add meta packages for virtual kernel flavour (LP: #276292)
  * Remove restricted/ from linux-server's Section. It has no dependencies
in restricted.

 -- Ben Collins [EMAIL PROTECTED]   Tue, 07 Oct 2008 06:10:08
-0400

** Changed in: linux-meta (Ubuntu)
   Status: In Progress = Fix Released

-- 
Metapackages for virtual flavour are missing
https://bugs.launchpad.net/bugs/276292
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 278784] Re: openvpn configuration with token (pkcs11 provider) blocks the boot

2008-10-07 Thread Thierry Carrez
According to
http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn/management
/management-notes.txt the NEED-OK line is a notification that is
supposed to be acked using the management interface (issue a needok
token-insertion-request ok command to the management port)... That
makes it quite unsuitable at boot-up time.

See also discussions from other users not happy with this on :
http://sourceforge.net/mailarchive/message.php?msg_id=48BF842A.1040901%40aixigo.de

Jonathan : does booting with the token already inserted (before the
notification pops up) work ? Does a workaround where we would filter out
configurations that use pkcs#11 so that they are not autostarted make
sense ? Would looking for pkcs11-id in the configuration be enough to
detect them ?


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

-- 
openvpn configuration with token (pkcs11 provider) blocks the boot
https://bugs.launchpad.net/bugs/278784
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 279655] Re: [FFe] Merge openvpn 2.1_rc11-1 from Debian

2008-10-07 Thread Thierry Carrez
Diffstat between current rc9-3ubuntu2 and proposed rc11-1ubuntu1

** Attachment added: rc9-3ubuntu2_rc11-1ubuntu1.diffstat
   http://launchpadlibrarian.net/18295796/rc9-3ubuntu2_rc11-1ubuntu1.diffstat

-- 
[FFe] Merge openvpn 2.1_rc11-1 from Debian
https://bugs.launchpad.net/bugs/279655
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 227848] Re: boot order wrong for iscsi

2008-10-07 Thread Roberto Pereira da Rosa
I did the same as Christian Roessner, above: moved the open-iscsi link
from S25 to S42 in rcS.d. This is the preferred method, as - he also
pointed out - change the network order it's NOT a good idea.

Also, like Etienne Goyer stated, if you are using an ordinary
interface (ethX), udev may load things in the right order. I'm using a
bridged interface (br0) and so udev doesn't bring it up, making
necessary the change above. Maybe that's the case with bonded interfaces
as well.

But, in my opinion, it doesn't matter if one is using ordinary
interfaces or not - open-iscsi MUST be started AFTER networking, since
it depends on the network to do its job. It's a matter of logic

So, the open-iscsi installation script should be changed to reflect the
solutions found here - change its number from S25 to something above
S40.

-- 
boot order wrong for iscsi
https://bugs.launchpad.net/bugs/227848
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi 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 275608] Re: nm-openvpn swaps ca-cert and user-cert labels when using Passwords with Certificate (TLS) mode

2008-10-07 Thread James Westby
Hi Thierry,

Thanks for working on this.

I tried your recipe to reproduce and it didn't really work for me, all the
certificates I had chosen disappeared as I changed the type, so I couldn't
really see what the problem was. Do I need to use real certificates rather
than empty files?

Does your patch just change the glade file so that the labels refer to a
different widget, and as the code shows and hides the widget the labels
are also shown?

Thanks,

James

-- 
nm-openvpn swaps ca-cert and user-cert labels when using Passwords with 
Certificate (TLS) mode
https://bugs.launchpad.net/bugs/275608
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 279754] [NEW] Intrepid fails to install onto virtio block device

2008-10-07 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by Blinkiz (blinkiz):

Binary package hint: kvm

Installing intrepid beta1 onto a virtio enabled block device, and it
fails under the stage Installing Base System.

/dev/vda (virtio) + intrepid = not working
/dev/hda (normal) + intrepid = working

Have tried raw disk (lv, lvm) and image disk (qcow2).
Using ubuntu 8.10 beta1
kvm-75 compiled from source

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

-- 
Intrepid fails to install onto virtio block device
https://bugs.launchpad.net/bugs/279754
You received this bug notification because you are a member of Ubuntu Server 
Team, which is a direct subscriber.

-- 
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 271254] Re: [ffe] drbd doesn't start: No response from the DRBD driver! Is the module loaded? but module is loaded

2008-10-07 Thread Chuck Short
Requested changelog

** Attachment added: ChangeLog
   http://launchpadlibrarian.net/18298567/ChangeLog

-- 
[ffe] drbd doesn't start: No response from the DRBD driver! Is the module 
loaded? but module is loaded
https://bugs.launchpad.net/bugs/271254
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in ubuntu.

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


[Bug 279754] Re: Intrepid fails to install onto virtio block device

2008-10-07 Thread Blinkiz
Temporary solution for this is to install intrepid without having the
virtual hard drive accessed the virtio way. Just plain simple /dev/hda
type. After installation is finish, I shutdown the machine and switch to
virtio block device. The change to /dev/vda is not a problem because
UUID is used.

Hardy can be installed with virtio enabled.
Intrepid network works under the installation with virtio-net enabled. 
Intrepid partitioning under the installation works with virtio enabled.

-- 
Intrepid fails to install onto virtio block device
https://bugs.launchpad.net/bugs/279754
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 279819] [NEW] intrepid: slapd: Unrecognized database type (bdb)

2008-10-07 Thread Edmundo
Public bug reported:

I'm trying to create an slapd instance from scratch as a matter of
fact, I don't even have a complete slapd.conf file... but I have set up
th database to be bdb and this is the output from slapd:

# slapd -d 63 -f slapd.conf
@(#) $OpenLDAP: slapd 2.4.11 (Sep 25 2008 17:14:49) $
[EMAIL 
PROTECTED]:/build/buildd/openldap-2.4.11/debian/build/servers/slapd
ldap_pvt_gethostbyname_a: host=desktop2, r=0
daemon_init: null
daemon_init: listen on ldap:///
daemon_init: 1 listeners to open...
ldap_url_parse_ext(ldap:///)
daemon: listener initialized ldap:///
daemon_init: 2 listeners opened
ldap_create
slapd init: initiated server.
slap_sasl_init: initialized!
Unrecognized database type (bdb)
slapd.conf: line 7: database failed init (bdb)
slapd destroy: freeing system resources.
slapd stopped.
connections_destroy: nothing to destroy.

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

-- 
intrepid: slapd: Unrecognized database type (bdb) 
https://bugs.launchpad.net/bugs/279819
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 279754] [NEW] Intrepid fails to install onto virtio block device

2008-10-07 Thread Dustin Kirkland
I will need to reinstall a machine with Intrepid/LVM to reproduce
this.  Give me a day or two.

:-Dustin

-- 
Intrepid fails to install onto virtio block device
https://bugs.launchpad.net/bugs/279754
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 279819] Re: intrepid: slapd: Unrecognized database type (bdb)

2008-10-07 Thread Edmundo
Nevermind. I didn't add a moduleload line.

Thanks anyway.

-- 
intrepid: slapd: Unrecognized database type (bdb) 
https://bugs.launchpad.net/bugs/279819
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 279819] Re: intrepid: slapd: Unrecognized database type (bdb)

2008-10-07 Thread Mathias Gug
** Changed in: openldap (Ubuntu)
   Status: New = Invalid

-- 
intrepid: slapd: Unrecognized database type (bdb) 
https://bugs.launchpad.net/bugs/279819
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 279632] Re: package slapd 2.4.9-0ubuntu0.8.04.1 failed to install/upgrade: Unterprozess post-installation script gab den Fehlerwert 1 zur?ck

2008-10-07 Thread Mathias Gug
Could you try to have a look in /var/log/syslog and /var/log/daemon.log
to see why slapd fails to start?

** Changed in: openldap2.3 (Ubuntu)
   Status: New = Incomplete

-- 
package slapd 2.4.9-0ubuntu0.8.04.1 failed to install/upgrade: Unterprozess 
post-installation script gab den Fehlerwert 1 zur?ck
https://bugs.launchpad.net/bugs/279632
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 279754] Re: Intrepid fails to install onto virtio block device

2008-10-07 Thread Dustin Kirkland
On Tue, Oct 7, 2008 at 4:15 PM, Blinkiz [EMAIL PROTECTED] wrote:
 Using a simple image file as block device and the installation will also
 fail. No need for LVM to reproduce this. I used the default raw as
 file format for the image file.

Can you give me step-by-step instructions?

I'm starting with:
 $ qemu-img create -f qcow2 foo.img 2G

Then kvm . something.
 $ kvm -m 256 -hda foo.img

I'm guessing something else needs to be used there for virtio.

:-Dustin

-- 
Intrepid fails to install onto virtio block device
https://bugs.launchpad.net/bugs/279754
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 156636] Re: Please package openssh with LPK patch

2008-10-07 Thread Bug Watch Updater
** Changed in: openssh
   Status: Unknown = Confirmed

-- 
Please package openssh with LPK patch
https://bugs.launchpad.net/bugs/156636
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 269085] Re: apache2ctl refers to APACHE2_RUN_USER instead of APACHE_RUN_USER

2008-10-07 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 - the Intrepid Ibex.

It won't be fixed in previous versions of Ubuntu because the package
doesn't fit the requirements for backporting. See
https://help.ubuntu.com/community/UbuntuBackports for more information.

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

-- 
apache2ctl refers to APACHE2_RUN_USER instead of APACHE_RUN_USER
https://bugs.launchpad.net/bugs/269085
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 279655] Re: [FFe] Merge openvpn 2.1_rc11-1 from Debian

2008-10-07 Thread Steve Langasek
FFe granted, please upload.

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

-- 
[FFe] Merge openvpn 2.1_rc11-1 from Debian
https://bugs.launchpad.net/bugs/279655
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 269298] Re: /etc/init.d/mysql run without privileges reports wrong status.

2008-10-07 Thread Mathias Gug
The init script should check if the pid file can read instead of
checking if it exists.


** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Importance: Undecided = Low
   Status: New = Triaged

-- 
/etc/init.d/mysql run without privileges reports wrong status.
https://bugs.launchpad.net/bugs/269298
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


Re: [Bug 279754] Re: Intrepid fails to install onto virtio block device

2008-10-07 Thread Mathias Gug

On Tue, Oct 07, 2008 at 10:12:41PM -, Dustin Kirkland wrote:
 On Tue, Oct 7, 2008 at 4:15 PM, Blinkiz [EMAIL PROTECTED] wrote:
  Using a simple image file as block device and the installation will also
  fail. No need for LVM to reproduce this. I used the default raw as
  file format for the image file.
 
 Can you give me step-by-step instructions?
 
 I'm starting with:
  $ qemu-img create -f qcow2 foo.img 2G
 
 Then kvm . something.
  $ kvm -m 256 -hda foo.img

Try:

 kvm -m 256 -drive file=foo.img,if=virtio

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

-- 
Intrepid fails to install onto virtio block device
https://bugs.launchpad.net/bugs/279754
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 271254] Re: [ffe] drbd doesn't start: No response from the DRBD driver! Is the module loaded? but module is loaded

2008-10-07 Thread Steve Langasek
FFe granted, please upload.

-- 
[ffe] drbd doesn't start: No response from the DRBD driver! Is the module 
loaded? but module is loaded
https://bugs.launchpad.net/bugs/271254
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in ubuntu.

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


[Bug 279980] [NEW] php5 using bundled tzdata in hardy?

2008-10-07 Thread Jeff Waugh
Public bug reported:

Binary package hint: php5

Seems like php5 in hardy has bundled, and now out-of-date, tzdata.
Sydney just hit DST this weekend (October 5), but php5 seems to think it
will happen on the old date of October 26. I have attached a script that
provides this output.

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

-- 
php5 using bundled tzdata in hardy?
https://bugs.launchpad.net/bugs/279980
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 279980] Re: php5 using bundled tzdata in hardy?

2008-10-07 Thread Jeff Waugh

** Attachment added: script that demonstrates incorrect timezone data
   http://launchpadlibrarian.net/18310408/php5-timezone.php

-- 
php5 using bundled tzdata in hardy?
https://bugs.launchpad.net/bugs/279980
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