[Bug 1527882] Re: package pax 1:20120606-2+deb7u1 failed to install/upgrade: package pax is not ready for configuration cannot configure (current status `half-installed')

2016-03-06 Thread Thorsten Glaser
** Changed in: pax (Ubuntu)
   Status: New => Invalid

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

Title:
  package pax 1:20120606-2+deb7u1 failed to install/upgrade: package pax
  is not ready for configuration  cannot configure (current status
  `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pax/+bug/1527882/+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 1527882] Re: package pax 1:20120606-2+deb7u1 failed to install/upgrade: package pax is not ready for configuration cannot configure (current status `half-installed')

2015-12-19 Thread Thorsten Glaser
Try:

sudo dpkg -a --configure

Or:

sudo dpkg -i /var/cache/apt/archives/pax_*.deb

Or:

sudo apt-get install --reinstall pax

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

Title:
  package pax 1:20120606-2+deb7u1 failed to install/upgrade: package pax
  is not ready for configuration  cannot configure (current status
  `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pax/+bug/1527882/+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 1393611] Re: pax is not POSIX compliant

2014-11-18 Thread Thorsten Glaser
Yes, the new “pax” archive format, and some of the new -o options, are
not supported. This utility is compatible with an older version of
POSIX.

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

Title:
  pax is not POSIX compliant

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pax/+bug/1393611/+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 423252] Re: NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2 suexec, and atd

2012-04-25 Thread Thorsten Glaser
** Also affects: openldap (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: Debian Bug tracker #658739
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658739

** Also affects: gnutls26 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658739
   Importance: Unknown
   Status: Unknown

** Also affects: openldap (Debian)
   Importance: Undecided
   Status: New

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

Title:
  NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2
  suexec, and atd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/423252/+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 423252] Re: NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2 suexec, and atd

2012-04-25 Thread Thorsten Glaser
Ah right, there would be the usecase of LDAP with SSL used by 
non-GPL-compatible programmes.
So the proper fix is to have three sets of LDAP (client) libraries. The rest of 
the packages (server
and utilities) can then be built against whatever of those the maintainers see 
best fit.

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

Title:
  NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2
  suexec, and atd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/423252/+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 423252] nss-ldap, SUID executables, gcrypt

2012-04-24 Thread Thorsten Glaser
Hi all,

this bug has been brought to my attention by my boss today.
If I understand the situation correctly, the problem is:

• OpenLDAP links against GnuTLS (gnutls26)
• gnutls26 links against gcrypt, which has the bug
• gnutls28 links against nettle, but also gmp which is LGPLv3+
• OpenLDAP thus can’t link against gnutls28, as it has reverse
  dependencies that are not LGPLv3-/GPLv3-compatible
• the package affected is libnss-ldap though

For some reason, neither nscd nor unscd seem to be able to
work around this bug, so it has become rather critical (e.g.
for use in company networks).

Why not do a readline and provide *two* versions of the
OpenLDAP client libraries, keep libldap-2.4-2 linked
against gnutls26 and add another shared library plus
development package (with at least the two shared library
packages coïnstallable) to link against gnutls28 and build
these BOTH from the SAME source package at the SAME time,
so an upload of OpenLDAP will not need another package to
be (re-)built to stay in sync.

Did anyone think of it already and will shoot this idea
down immediately? Or could it work?

bye,
//mirabilos • t...@debian.org
-- 
tarent solutions GmbH
Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
Tel: +49 228 54881-393 • Fax: +49 228 54881-314
HRB AG Bonn 5168 • USt-ID (VAT): DE122264941
Geschäftsführer: Boris Esser, Elmar Geese

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

Title:
  NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2
  suexec, and atd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/423252/+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 765897] Re: package gforge-dns-bind9 4.8.2-1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2011-10-07 Thread Thorsten Glaser
not in Fusionforge but in BIND

** Package changed: gforge (Ubuntu) => bind9 (Ubuntu)

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

Title:
  package gforge-dns-bind9 4.8.2-1 failed to install/upgrade: subprocess
  installed pre-removal script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/765897/+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 407316] Re: problem in installing dependancies

2011-10-07 Thread Thorsten Glaser
mailman and openssh-server are the two failing packages

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

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

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

-- 
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/407316

Title:
  problem in installing dependancies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gforge/+bug/407316/+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 713002] Re: Impossible to disable IPv4

2011-03-09 Thread Thorsten Glaser
ssh-vulnkey and ssh’ing out WFM too. Thanks!

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

Title:
  Impossible to disable IPv4

-- 
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 722505] [NEW] openssh (1:4.7p1-8ubuntu2) hardy-proposed MISSES UPDATES FROM openssh (1:4.7p1-8ubuntu1.2) hardy-security

2011-02-21 Thread Thorsten Glaser
Public bug reported:

Regression in hardy-proposed: ssh-vulnkey disappeared:

openssh (1:4.7p1-8ubuntu2) hardy-proposed; urgency=low

  * Backport from upstream:
- Only listen for IPv6 connections on AF_INET6 sockets (LP: #713002).

 -- Colin Watson   Tue, 08 Feb 2011 11:49:01 +

openssh (1:4.7p1-8ubuntu1) hardy; urgency=low

  * Resynchronise with Debian. Remaining changes:
- Add support for registering ConsoleKit sessions on login.

 -- Colin Watson   Sun, 06 Apr 2008 12:44:11 +0100


Top of changelog.Debian.gz from hardy-security:

openssh (1:4.7p1-8ubuntu1.2) hardy-security; urgency=low



  * Add a FILES section to ssh-vulnkey(1) (thanks, Hugh Daniel).

  * ssh-vulnkey handles options in authorized_keys (LP: #230029), and treats

# as introducing a comment even if it is preceded by whitespace (thanks 

Colin Watson)   



 -- Jamie Strandboge   Wed, 14 May 2008 08:32:08 -0400



openssh (1:4.7p1-8ubuntu1.1) hardy-security; urgency=low



  * Mitigate OpenSSL security vulnerability thanks to Colin Watson: 

- Add key blacklisting support. Keys listed in  

  /etc/ssh/blacklist.TYPE-LENGTH will be rejected for authentication by 

  sshd, unless "PermitBlacklistedKeys yes" is set in

  /etc/ssh/sshd_config. 

- Add a new program, ssh-vulnkey, which can be used to check keys   

  against these blacklists. 

- Depend on openssh-blacklist.  

- Force dependencies on libssl0.9.8 / libcrypto0.9.8-udeb to at least   

  0.9.8g-4ubuntu3.1.

- Automatically regenerate known-compromised host keys, with a  

  critical-priority debconf note. (I regret that there was no time to   

  gather translations.) 

  * added README.compromised-keys thanks to Colin Watson

  * References  

CVE-2008-0166   

http://www.ubuntu.com/usn/usn-612-1 



 -- Jamie Strandboge   Mon, 12 May 2008 23:44:33 -0400



openssh (1:4.7p1-8ubuntu1) hardy; urgency=low   



  * Resynchronise with Debian. Remaining changes:   

- Add support for registering ConsoleKit sessions on login. 



 -- Colin Watson   Sun, 06 Apr 2008 12:44:11 +0100 



Please resynchronise, thanks!

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

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

Title:
  openssh (1:4.7p1-8ubuntu2) hardy-proposed MISSES UPDATES FROM openssh
  (1:4.7p1-8ubuntu1.2) hardy-security

-- 
Ubuntu-server-bugs mailing list

[Bug 583698] Re: [SRU] If /usr/sbin/apache2 is set -x, upgrades fail

2010-06-18 Thread Thorsten Glaser
Yeah, works for me, thanks!


tgl...@tglase:~ $ sudo env LC_ALL=C apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Starting
Starting 2
Done
Done
The following packages will be upgraded:
  apache2 apache2-doc apache2-mpm-prefork apache2-utils apache2.2-common
5 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 3105kB of archives.
After this operation, 8192B of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://archive.ubuntu.com hardy-proposed/main apache2-utils 
2.2.8-1ubuntu0.17 [141kB]
Get:2 http://archive.ubuntu.com hardy-proposed/main apache2-mpm-prefork 
2.2.8-1ubuntu0.17 [232kB]
Get:3 http://archive.ubuntu.com hardy-proposed/main apache2.2-common 
2.2.8-1ubuntu0.17 [756kB]
Get:4 http://archive.ubuntu.com hardy-proposed/main apache2 2.2.8-1ubuntu0.17 
[46.2kB]
Get:5 http://archive.ubuntu.com hardy-proposed/main apache2-doc 
2.2.8-1ubuntu0.17 [1930kB]
Fetched 3105kB in 2s (1324kB/s)
(Reading database ... 350291 files and directories currently installed.)
Preparing to replace apache2-utils 2.2.8-1ubuntu0.16tarent1 (using 
.../apache2-utils_2.2.8-1ubuntu0.17_i386.deb) ...
Unpacking replacement apache2-utils ...
Preparing to replace apache2-mpm-prefork 2.2.8-1ubuntu0.16tarent1 (using 
.../apache2-mpm-prefork_2.2.8-1ubuntu0.17_i386.deb) ...
No apache MPM package installed
Unpacking replacement apache2-mpm-prefork ...
Preparing to replace apache2.2-common 2.2.8-1ubuntu0.16tarent1 (using 
.../apache2.2-common_2.2.8-1ubuntu0.17_i386.deb) ...
Unpacking replacement apache2.2-common ...
Preparing to replace apache2 2.2.8-1ubuntu0.16tarent1 (using 
.../apache2_2.2.8-1ubuntu0.17_all.deb) ...
Unpacking replacement apache2 ...
Preparing to replace apache2-doc 2.2.8-1ubuntu0.16tarent1 (using 
.../apache2-doc_2.2.8-1ubuntu0.17_all.deb) ...
Unpacking replacement apache2-doc ...
Setting up apache2-utils (2.2.8-1ubuntu0.17) ...
Setting up apache2.2-common (2.2.8-1ubuntu0.17) ...

Setting up apache2-mpm-prefork (2.2.8-1ubuntu0.17) ...
No apache MPM package installed

Setting up apache2 (2.2.8-1ubuntu0.17) ...
Setting up apache2-doc (2.2.8-1ubuntu0.17) ...
No apache MPM package installed

tgl...@tglase:~ $ apt-cache policy apache2.2-common
apache2.2-common:
  Installed: 2.2.8-1ubuntu0.17
  Candidate: 2.2.8-1ubuntu0.17
  Version table:
 *** 2.2.8-1ubuntu0.17 0
500 http://archive.ubuntu.com hardy-proposed/main Packages
100 /var/lib/dpkg/status
 2.2.8-1ubuntu0.16tarent1 0
500 http://mirror.bonn.tarent.de hardy/tarent Packages
 2.2.8-1ubuntu0.16 0
500 http://mirror.bonn.tarent.de hardy-updates/main Packages
 2.2.8-1ubuntu0.15 0
500 http://mirror.bonn.tarent.de hardy-security/main Packages
 2.2.8-1 0
500 http://mirror.bonn.tarent.de hardy/main Packages

-- 
[SRU] If /usr/sbin/apache2 is set -x, upgrades fail
https://bugs.launchpad.net/bugs/583698
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 594477] Re: 5.2.4-2ubuntu5.11 vanished

2010-06-17 Thread Thorsten Glaser
As you can see in LP: #583698, helping out in testing does not get us bugs 
fixed,
au contraire, it raises the level of annoyance at people ignoring the bugs 
reported.

Anyway, I’m only tunning on proposed because then I can catch things like this
before they affect my cow-orkers… no Sybase here.

-- 
5.2.4-2ubuntu5.11 vanished
https://bugs.launchpad.net/bugs/594477
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 594477] [NEW] 5.2.4-2ubuntu5.11 vanished

2010-06-15 Thread Thorsten Glaser
Public bug reported:

Binary package hint: php5

$ apt-cache policy php5-cli 
   
php5-cli:
  Installed: 5.2.4-2ubuntu5.11
  Candidate: 5.2.4-2ubuntu5.11
  Version table:
 *** 5.2.4-2ubuntu5.11 0
100 /var/lib/dpkg/status
 5.2.4-2ubuntu5.10 0
500 http://mirror.bonn.tarent.de hardy-updates/main Packages
500 http://mirror.bonn.tarent.de hardy-security/main Packages
 5.2.4-2ubuntu5 0
500 http://mirror.bonn.tarent.de hardy/main Packages

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

-- 
5.2.4-2ubuntu5.11 vanished
https://bugs.launchpad.net/bugs/594477
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 583698] Re: If /usr/sbin/apache2 is set -x, upgrades fail

2010-06-09 Thread Thorsten Glaser
Can’t have been this hard… the attached debdiff fixes the issue for me.
I’ve deployed that in our internal repo right now, thanks again for all
the breakage.

** Patch added: "debdiff fixing this issue, for Hardy, tested"
   
http://launchpadlibrarian.net/50002725/apache2_2.2.8-1ubuntu0.16tarent1.debdiff

-- 
If /usr/sbin/apache2 is set -x, upgrades fail
https://bugs.launchpad.net/bugs/583698
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 583698] Re: If /usr/sbin/apache2 is set -x, upgrades fail

2010-06-09 Thread Thorsten Glaser
Thank you *VERY MUCH* for breaking a lot of our computers now.
Now I know why we’re still using Kubuntu. 

The priority of this bug ought to be raised to critical now, as the
next upgrade on many of our machines will fail:


r...@bkix:~ # apt-cache policy apache2.2-common 
   
apache2.2-common:
  Installed: 2.2.8-1ubuntu0.16
  Candidate: 2.2.8-1ubuntu0.16
  Version table:
 *** 2.2.8-1ubuntu0.16 0
500 http://mirror.bonn.tarent.de hardy-updates/main Packages
100 /var/lib/dpkg/status
 2.2.8-1ubuntu0.15 0
500 http://mirror.bonn.tarent.de hardy-security/main Packages
 2.2.8-1 0
500 http://mirror.bonn.tarent.de hardy/main Packages

-- 
If /usr/sbin/apache2 is set -x, upgrades fail
https://bugs.launchpad.net/bugs/583698
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 583698] Re: If /usr/sbin/apache2 is set -x, upgrades fail

2010-05-21 Thread Thorsten Glaser
@Dave: I agree, but please make sure that the package version which gives me 
the issue
does not propagate to hardy-updates because otherwise I may have several dozen 
angry
people on me.

Changing the affected line to
chmod `dpkg-statoverride --list /usr/sbin/apache2 | cut -d' ' -f 3` 
/usr/sbin/apache2
in /var/lib/dpkg/info/apache2.2-common.postinst does indeed fix my problem 
(locally).

Thanks for the quick help, and thanks in advance for providing an updated 
Apache 2
package before this migrates ;-)

-- 
If /usr/sbin/apache2 is set -x, upgrades fail
https://bugs.launchpad.net/bugs/583698
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 583698] Re: hardy-proposed (2.2.8-1ubuntu0.16) uninstallable

2010-05-21 Thread Thorsten Glaser
@Dave: Old install of hardy (these are our desktop systems at work), which got 
upgraded (as it is, daily).
My machine has proposed in sources.list as I’m the admin in charge of them.

@Colin: Yes, -x’ing apache was intentional, to have it installed/usable
but not enabled by default.

** Changed in: apache2 (Ubuntu)
   Status: Incomplete => New

-- 
hardy-proposed (2.2.8-1ubuntu0.16) uninstallable
https://bugs.launchpad.net/bugs/583698
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 583698] Re: hardy-proposed (2.2.8-1ubuntu0.16) uninstallable

2010-05-21 Thread Thorsten Glaser
Hrm, so now how do I set the severity in LP? This is critical.
If this wents from proposed to updates, we have a problem.

-- 
hardy-proposed (2.2.8-1ubuntu0.16) uninstallable
https://bugs.launchpad.net/bugs/583698
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 583698] [NEW] hardy-proposed (2.2.8-1ubuntu0.16) uninstallable

2010-05-21 Thread Thorsten Glaser
Public bug reported:

Binary package hint: apache2

Setting up apache2.2-common (2.2.8-1ubuntu0.16) ...
chmod: invalid mode: `root'
Try `chmod --help' for more information.
dpkg: error processing apache2.2-common (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of apache2-mpm-prefork:
 apache2-mpm-prefork depends on apache2.2-common (= 2.2.8-1ubuntu0.16); however:
  Package apache2.2-common is not configured yet.
dpkg: error processing apache2-mpm-prefork (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of apache2:
 apache2 depends on apache2-mpm-worker (>= 2.2.8-1ubuntu0.16) | 
apache2-mpm-prefork (>= 2.2.8-1ubuntu0.16) | apache2-mpm-event (>= 
2.2.8-1ubuntu0.16); however:
  Package apache2-mpm-worker is not installed.
  Package apache2-mpm-prefork is not configured yet.
  Package apache2-mpm-event is not installed.
dpkg: error processing apache2 (--configure):
 dependency problems - leaving unconfigured


The problem lies here:

if [ -e /usr/sbin/apache2 ]; then
if [ "`dpkg-statoverride --list /usr/sbin/apache2`" = "" ]; then
chmod +x /usr/sbin/apache2
else
chmod `dpkg-statoverride --list /usr/sbin/apache2 | cut -f 3` 
/usr/sbin/apache2
fi
fi

$ dpkg-statoverride --list /usr/sbin/apache2
root root 644 /usr/sbin/apache2
$ dpkg-statoverride --list /usr/sbin/apache2 | cut -f 3 
   
root root 644 /usr/sbin/apache2


With “set -x” added to /var/lib/dpkg/info/apache2.2-common.postinst:

Setting up apache2.2-common (2.2.8-1ubuntu0.16) ...
+ [ configure != configure ]
+ NETSTAT=netstat
+ [ -e /usr/sbin/apache2 ]
+ dpkg-statoverride --list /usr/sbin/apache2
+ [ root root 644 /usr/sbin/apache2 =  ]
+ dpkg-statoverride --list /usr/sbin/apache2
+ cut -f 3
+ chmod root root 644 /usr/sbin/apache2 /usr/sbin/apache2
chmod: invalid mode: `root'
[…]

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

-- 
hardy-proposed (2.2.8-1ubuntu0.16) uninstallable
https://bugs.launchpad.net/bugs/583698
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 522074] Re: fails to install due to differing kernel versions between installer and installee

2010-02-18 Thread Thorsten Glaser
Considering I mentioned hardy-backports, and the filename of the debdiff is
http://launchpadlibrarian.net/39211564/kvm_84+dfsg-0ubuntu12.4~hardy1tarent1.debdiff
that should’ve been obvious ;-)

We’re using hardy with hardy-backports.

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

-- 
fails to install due to differing kernel versions between installer and 
installee
https://bugs.launchpad.net/bugs/522074
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 522074] Re: fails to install due to differing kernel versions between installer and installee

2010-02-15 Thread Thorsten Glaser

** Patch added: "debdiff fixing this issue"
   
http://launchpadlibrarian.net/39211564/kvm_84%2Bdfsg-0ubuntu12.4%7Ehardy1tarent1.debdiff

-- 
fails to install due to differing kernel versions between installer and 
installee
https://bugs.launchpad.net/bugs/522074
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 522074] [NEW] fails to install due to differing kernel versions between installer and installee

2010-02-15 Thread Thorsten Glaser
Public bug reported:

Binary package hint: kvm-source

The version of the kernel used by the Kubuntu Installer and the version of the 
kernel
that actually gets installed differ. When adding kvm-source during the 
installation,
for example via a preseed late-command using in-target, it fails to configure, 
leading
to failures on dependent packages, such as a ${companyname}-desktop metapackage.

The patch fixes this: it still displays the warning, but DKMS will merely 
ensure that
the module is built after the reboot.

Please apply this patch and ensure the next hardy-backport version will also 
contain it.
Thanks!

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


** Tags: patch

-- 
fails to install due to differing kernel versions between installer and 
installee
https://bugs.launchpad.net/bugs/522074
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 394164] [NEW] uninstallable: incorrect dependencies after security update

2009-07-01 Thread Thorsten Glaser
Public bug reported:

Both hardy-updates and hardy-security contain libsasl2-modules 
2.1.22.dfsg1-18ubuntu2.1
whereas hardy contained libsasl2-modules 2.1.22.dfsg1-18ubuntu2 (according to 
a-c policy).

When installing a fresh system with security already included (after all, no 
need to first install
from hardy then upgrade, I mean, why install packages twice?) the system is 
uninstallable:

The following packages have unmet dependencies:
  libsasl2-modules-gssapi-heimdal: Depends: libsasl2-modules (= 
2.1.22.dfsg1-18ubuntu2) but 2.1.22.dfsg1-18ubuntu2.1 is to be installed
E: Broken packages

** Affects: cyrus-sasl2 (Ubuntu)
 Importance: Undecided
 Status: New

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
uninstallable: incorrect dependencies after security update
https://bugs.launchpad.net/bugs/394164
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 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