[Bug 1316293] Re: unable to start

2015-01-15 Thread John Edwards
Reverted to an earlier snapshot of the virtual machine I was testing
amavisd on, then installed the latest Debian package of amavisd-new
(version 2.10.1-1) and can confirm that this works.

Could this be a candidate for a backport release?

Although I am still not sure of the cause of this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in Ubuntu.
https://bugs.launchpad.net/bugs/1316293

Title:
  unable to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1316293/+subscriptions

-- 
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 1316293] Re: unable to start

2015-01-15 Thread John Edwards
CORRECTION: After updating the configuration and reverting to debugging
options I think the latest Debian package of amavisd-new (version
2.10.1-1) will run when STARTTLS is enabled in /etc/ldap.conf. Needs
more testing.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in Ubuntu.
https://bugs.launchpad.net/bugs/1316293

Title:
  unable to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1316293/+subscriptions

-- 
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 1316293] Re: unable to start

2015-01-15 Thread John Edwards
Also tried the latest Debian package of amavisd-new (version 2.10.1-1)
and that has the same problem.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in Ubuntu.
https://bugs.launchpad.net/bugs/1316293

Title:
  unable to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1316293/+subscriptions

-- 
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 1316293] Re: unable to start

2015-01-15 Thread John Edwards
Also tried SSL with LDAPS on port 636, but still the same problem.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in Ubuntu.
https://bugs.launchpad.net/bugs/1316293

Title:
  unable to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1316293/+subscriptions

-- 
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 1316293] Re: unable to start

2015-01-14 Thread John Edwards
Yes, I also have a few error messages containing "amavis[1533]: nss-
ldap: do_open: do_start_tls failed:stat=-1".

Removing "ssl start_tls" from /etc/ldap.conf allows amavis to start. So
the problem looks to be when amavis checking libnss when  it is set to
use LDAP with STARTTLS.

The TLS certificates used by the LDAP server are signed by the company
CA which is set in the tls_cacertfile option in /etc/ldap.conf. They
work fine when using "getent password" and other commands. The same
certificates also work fine in Ubuntu 12.04.

Setting libnss to not check certificate by adding "tls_checkpeer no" to
/etc/ldap.conf to not change behaviour.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in Ubuntu.
https://bugs.launchpad.net/bugs/1316293

Title:
  unable to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1316293/+subscriptions

-- 
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 1316293] Re: unable to start

2015-01-14 Thread John Edwards
I have meet this problem with email servers that have been upgraded from
Ubuntu 12.04 ("precise") to Ubuntu 14.04 ("trusty"). Amavis starts at
boot and with the debug option, but fails to start via the init script
or the command line ('sudo -u amavis strace /usr/sbin/amavisd-new
start').

I have done some basic debugging and testing with different
configurations:

1) Installing amavisd-new and spamassassin on clean install of Ubuntu 14.04, 
then enabling virus and spam check with:
@bypass_virus_checks_maps = (
   \%bypass_virus_checks, \@bypass_virus_checks_acl, \$bypass_virus_checks_re);
@bypass_spam_checks_maps = (
   \%bypass_spam_checks, \@bypass_spam_checks_acl, \$bypass_spam_checks_re);

Allows amavis to be started and restarted cleanly.

2) Copying this configuration files in /etc/amavis/ to a machine that is
effected by this bug does not fix the problem, so I conclude that the
problem is not with the configuration files.

3) Purging and reinstalling the amavisd-new and spamassassin packages on
an effected machines does not fix the problem.

4) On a fresh install of Ubuntu 14.04 (where amavisd was working) I
installed and configured the machine to be similar to the machine where
amavisd was not working. At each stage I checked that amavisd could be
restarted via the init script.

After I installed and configured the slapd LDAP server and configured
libnss and libpam to use it, then amavisd failed to restart. When slapd
was stopped then amavisd could started, but if it slapd was running that
amavisd will not start via the init script. Amavisd seems to run fine if
it started before slapd. This was then also tested and confirmed on the
original machine that had been upgraded from Ubuntu 12.04.

So this suggests that something in LDAP, PAM or NSS is causing amavis to
fail to start. This is very odd because all the system accounts are in
the local /etc/passwd and /etc/group files and should have nothing to do
with LDAP users and groups. The amavis user is only a member of it's own
amavis group, and the amavis group only contains the amavis and clamav
users.

The LDAP configuration has 4 users and 19 groups created by the smbldap
programs, and all of these are used by end-users and should not be used
by the amavis user or group.

PAM is managed by the pam-auth-update system with LDAP configuration enabled:
 START 
$ grep -ir ldap /etc/pam.d/*
/etc/pam.d/common-account:account   [success=1 default=ignore]  
pam_ldap.so 
/etc/pam.d/common-auth:# (e.g., /etc/shadow, LDAP, Kerberos, etc.).  The 
default is to use the
/etc/pam.d/common-auth:auth [success=1 default=ignore]  pam_ldap.so 
use_first_pass
/etc/pam.d/common-password:password [success=1 user_unknown=ignore 
default=die] pam_ldap.so use_authtok try_first_pass
/etc/pam.d/common-session:session   optional
pam_ldap.so 
/etc/pam.d/common-session-noninteractive:sessionoptional
pam_ldap.so 
  END  

Contents of /etc/nsswitch.conf:
 START 
passwd: compat ldap
group:  compat ldap
shadow: compat ldap

hosts:  files dns
networks:   files

protocols:  db files
services:   db files
ethers: db files
rpc:db files

netgroup:   nis
  END  

I wonder if any of the other people who have met this bug are using any
other PAM or NSS beyond the basic local /etc/passwd and /etc/group
files?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in Ubuntu.
https://bugs.launchpad.net/bugs/1316293

Title:
  unable to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1316293/+subscriptions

-- 
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 494141] Re: CUPS starts after SAMBA; printers are not available (convert cups to upstart)

2011-04-15 Thread John Edwards
derekshaw, you do not need to *restart* smbd, only *reload* it.

And it is best to give the full path to the program in case the shell
you are using has not automatically added /sbin to your $PATH variable.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/494141

Title:
  CUPS starts after SAMBA; printers are not available (convert cups to
  upstart)

-- 
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 494141] Re: CUPS starts after SAMBA; printers are not available (convert cups to upstart)

2011-04-15 Thread John Edwards
derekshow, have you tried adding '/sbin/reload smbd' at the end of
/etc/rc.local ?

That does not restart the Samba smbd processes, but does force them to
reload their configuration - including asking CUPS for a list of
printers.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/494141

Title:
  CUPS starts after SAMBA; printers are not available (convert cups to
  upstart)

-- 
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 543148] Re: Private Archive Permissions Are Incorrect

2011-04-05 Thread John Edwards
I can also confirm the problem on Ubuntu 10.04, where the archives
directories are owned by root and so mailman can not write to them.

$ ls -al /var/lib/mailman/archives/
total 16
drwxrwsr-x 4 root list 4096 2011-04-01 16:58 .
drwxrwsr-x 8 root list 4096 2011-04-01 16:58 ..
drwxrws--- 2 root www-data 4096 2011-02-17 15:31 private
drwxrwsr-x 2 root list 4096 2011-02-17 15:31 public

Running 'sudo /usr/lib/mailman/bin/check_perms -f' fixes the permissions
by changing them to list:list, but this needs to be done after each new
mailing lists is created.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mailman in Ubuntu.
https://bugs.launchpad.net/bugs/543148

Title:
  Private Archive Permissions Are Incorrect

-- 
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 697181] Re: DoS: Infinite loop processing 2.2250738585072011e-308

2011-01-05 Thread John Edwards
Confirmed in Ubuntu 10.04 "lucid" using:
echo '' | time -p php5
which hangs.

Ubuntu 8.04 "hardy" does not hang.


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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/697181

Title:
  DoS: Infinite loop processing 2.2250738585072011e-308

-- 
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 667841] Re: some virtual machines hang upon boot with maverick kernel on lucid host

2010-11-03 Thread John Edwards
Hi, Just a suggestion, but this sounds like a previous apparmor problem
I had.

Try killing all the virtual machines, restarting apparmour and then
libvirt, then start the virtual machines one at a time.

-- 
some virtual machines hang upon boot with maverick kernel on lucid host
https://bugs.launchpad.net/bugs/667841
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to 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 530832] Re: vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group

2010-07-17 Thread John Edwards
Jean-Baptiste Lallement , can you explain why you think bug #606630 is
caused by this problem?

There are many reasons why the post installation script will error. You
need to look at it's output to find out what is causing this.

I am removing the duplicate flags until the error is shown to be the
same.

-- 
vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group
https://bugs.launchpad.net/bugs/530832
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 606630] Re: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade:

2010-07-17 Thread John Edwards
** This bug is no longer a duplicate of bug 530832
   vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group

-- 
package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade:
https://bugs.launchpad.net/bugs/606630
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 551276] Re: apache 2.2.14-5ubuntu4 fails to start with mod_dav_fs enabled

2010-03-30 Thread John Edwards
I can confirm that 2.2.14-5ubuntu6 does not have this problems.

Thanks for fixing.

-- 
apache 2.2.14-5ubuntu4 fails to start with mod_dav_fs enabled
https://bugs.launchpad.net/bugs/551276
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 551276] [NEW] apache 2.2.14-5ubuntu4 fails to start with mod_dav_fs enabled

2010-03-29 Thread John Edwards
Public bug reported:

Binary package hint: apache2

Just upgraded to apache2 2.2.14-5ubuntu4 test machine running Ubuntu
10.04 and apache fails to start when the dav_fs module is enabled.


$ sudo /etc/init.d/apache2 start
* Starting web server apache2
apache2: Syntax error on line 203 of /etc/apache2/apache2.conf: Syntax error on 
line 2 of /etc/apache2/mods-enabled/dav_fs.load: Cannot load 
/usr/lib/apache2/modules/mod_dav_fs.so into server: 
/usr/lib/apache2/modules/mod_dav_fs.so: undefined symbol: dav_file_mktemp
[fail]


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

-- 
apache 2.2.14-5ubuntu4 fails to start with mod_dav_fs enabled
https://bugs.launchpad.net/bugs/551276
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 538464] Re: clamav-daemon 0.96~rc1+dfsg-0ubuntu1 man page incomplete

2010-03-18 Thread John Edwards
Tomasz Kojm reports this is fixed in clamav:
  https://wwws.clamav.net/bugzilla/show_bug.cgi?id=1883

Hopefully this will be in the next release for 0.96 (0.96rc2?).

-- 
clamav-daemon 0.96~rc1+dfsg-0ubuntu1 man page incomplete
https://bugs.launchpad.net/bugs/538464
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 538417] Re: clamav-daemon 0.96~rc1+dfsg-0ubuntu1 uses deprecated option

2010-03-15 Thread John Edwards
I can confirm that clamav-daemon package 0.96~rc1+dfsg-0ubuntu2 fixes
this problem.

Thanks for the speedy fix.

-- 
clamav-daemon 0.96~rc1+dfsg-0ubuntu1 uses deprecated option
https://bugs.launchpad.net/bugs/538417
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 538465] [NEW] clamav-daemon 0.96~rc1+dfsg-0ubuntu1 man page has mistakes

2010-03-13 Thread John Edwards
Public bug reported:

Binary package hint: clamav

The clamd.conf man page in clamav-daemon 0.96~rc1+dfsg-0ubuntu1 (Ubuntu
10.04 alpha) has a couple of typo mistakes.

The "LocalSocketGroup" and "LocalSocketMode" options appear without
their first letter (eg as "ocalSocketGroup" and "ocalSocketMode"), which
makes searching for them a bit hard.

By looking at the raw manpage I think this is cause by a missing "B"

Eg:
\fLocalSocketGroup
should be:
\fBLocalSocketGroup

And:
\fLocalSocketMode
should be:
\fBLocalSocketMode

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

-- 
clamav-daemon 0.96~rc1+dfsg-0ubuntu1 man page has mistakes
https://bugs.launchpad.net/bugs/538465
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 538464] [NEW] clamav-daemon 0.96~rc1+dfsg-0ubuntu1 man page incomplete

2010-03-13 Thread John Edwards
Public bug reported:

Binary package hint: clamav

The clamd.conf man page in clamav-daemon 0.96~rc1+dfsg-0ubuntu1 (Ubuntu
10.04 alpha) is missing some new options that were introduced in clamav
0.96.

The following options are completely missing:
OfficialDatabaseOnly
ClamukoScannerCount
BytecodeSecurity

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

-- 
clamav-daemon 0.96~rc1+dfsg-0ubuntu1 man page incomplete
https://bugs.launchpad.net/bugs/538464
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 538417] [NEW] clamav-daemon 0.96~rc1+dfsg-0ubuntu1 uses deprecated option

2010-03-13 Thread John Edwards
Public bug reported:

Binary package hint: clamav

The /etc/clamav/clamd.conf config file in clamav-daemon 0.96~rc1+dfsg-
0ubuntu1 (Ubuntu 10.04 alpha) contains the deprecated option
"MailFollowURLs":


$ sudo /etc/init.d/clamav-daemon restart
 * Stopping ClamAV daemon clamd  [ OK ] 
 * Starting ClamAV daemon clamd
 WARNING: Ignoring deprecated option MailFollowURLs at line 39
 [ OK ]


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

-- 
clamav-daemon 0.96~rc1+dfsg-0ubuntu1 uses deprecated option
https://bugs.launchpad.net/bugs/538417
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 535255] [NEW] smbclient -N option does not password given with -U option

2010-03-09 Thread John Edwards
Public bug reported:

Binary package hint: samba

smbclient has the ability to give both username and password in the -U
as 'username%password' for automated logins.

But when the -N (no password prompt) option is used, an anonymous login
is used instead.

As there has been no change in the man page docs on -U and -N, I think
this is a bug.

This effects smbclient in both Ubuntu 9.10 (3.4.0-3ubuntu5.4) and Ubuntu
10.04 alpha (3.4.6~dfsg-1ubuntu2).

I have tested this on Samba servers from those releases and also Ubuntu
8.04 (3.0.28a-1ubuntu4.10). Smbclient on Ubuntu 8.04 is not effected by
this bug.

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

-- 
smbclient -N option does not password given with -U option
https://bugs.launchpad.net/bugs/535255
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 530832] [NEW] vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group

2010-03-02 Thread John Edwards
Public bug reported:

Binary package hint: vsftpd

During an upgrade from Ubuntu 8.04 to Ubuntu 10.04 the vsftpd failed to upgrade 
cleanly:

Installing new version of config file /etc/pam.d/vsftpd ...
vsftpd user (ftp) already exists, doing nothing.
chown: invalid group: `root:ftp'
dpkg: error processing vsftpd (--configure):
 subprocess installed post-installation script returned error exit status 1


The ftp group does not exist on Ubuntu 8.04 and is not created during or
after the upgrade to Ubuntu 10.04. The primary group of the ftp user is
exactly the nobody group.

I think the problem is cause by the /var/lib/dpkg/info/vsftpd.postinst script 
assuming that the ftp user has an ftp group:

db_get vsftpd/username
_USERNAME="${RET:-ftp}"


And later in the same script:

mkdir -p "${_DIRECTORY}"
chown root:${_USERNAME} ${_DIRECTORY} -R


I think the most obvious fix is to create a new _GROUP variable which
would default to an existing group and use this in the chown command.
I'm not sure if the nobody group is the best group for this.

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

-- 
vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group
https://bugs.launchpad.net/bugs/530832
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 508222] Re: Cannot install the package "kvm" under Ubuntu 8.04

2010-01-16 Thread John Edwards
The testdrive package is not available for Ubuntu 8.04:

$ sudo apt-get install testdrive
Reading package lists... Done
Building dependency tree   
Reading state information... Done
E: Couldn't find package testdrive


It looks like you are installing the testdrive package from a third
party archive.

If that testdrive package was built for Ubuntu 8.04, then that testdrive
package has a bug and your should contact it's author. If it was not
built for Ubuntu 8.04 you should not use it.

Either way, KVM in Ubuntu 8.04 does not have a bug.

Your other problem with kvm-source is already covered by kvm-source
having a "Suggest" dependency of the linux-headers package.


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

-- 
Cannot install the package "kvm" under Ubuntu 8.04
https://bugs.launchpad.net/bugs/508222
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to 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 467542] Re: package libvirt-bin 0.6.1-0ubuntu5.1~hardy1 failed to install/upgrade: el subproceso post-installation script devolvi? el c?digo de salida de error 1

2009-10-31 Thread John Edwards
Invalid bug. The error message you report is a problem is with the
libapache-mod-auth-kerb package, not libvirt-bin.

It is also incomplete and rude. As was your comment on bug 157840:
https://bugs.launchpad.net/ubuntu/+source/libapache-mod-auth-kerb/+bug/158740

Please post a NEW bug report against the libapache-mod-auth-kerb
package.

-- 
package libvirt-bin 0.6.1-0ubuntu5.1~hardy1 failed to install/upgrade: el 
subproceso post-installation script devolvi? el c?digo de salida de error 1
https://bugs.launchpad.net/bugs/467542
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 467542] Re: package libvirt-bin 0.6.1-0ubuntu5.1~hardy1 failed to install/upgrade: el subproceso post-installation script devolvi? el c?digo de salida de error 1

2009-10-31 Thread John Edwards
** Changed in: libvirt (Ubuntu)
   Status: New => Invalid

-- 
package libvirt-bin 0.6.1-0ubuntu5.1~hardy1 failed to install/upgrade: el 
subproceso post-installation script devolvi? el c?digo de salida de error 1
https://bugs.launchpad.net/bugs/467542
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 403215] Re: 2.6.31 guest vm's unable to use virtio

2009-09-12 Thread John Edwards
Reversing status change by abusive user "pavlinux".


** Changed in: linux (Ubuntu)
   Status: Invalid => Fix Released

-- 
2.6.31 guest vm's unable to use virtio
https://bugs.launchpad.net/bugs/403215
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to 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