[Bug 463201] Re: package dpkg 1.15.4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-02-08 Thread Philip Muškovac
Closing the bug then.

** Changed in: dpkg (Ubuntu)
   Status: New = Invalid

-- 
package dpkg 1.15.4ubuntu2 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/463201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 463201] Re: package dpkg 1.15.4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-10-31 Thread Paul Beardsell
Michael, too late! But there was nothing wrong with /var/log/dpkg.log as
far as I could tell.  I could edit it, for example.  I think the issue
is something to do with the machine being virtual. I have outstanding
queries with the providers.  And this upgrade was attemtped on the RC -
I will try again with the proper release of Karmic.  And I think I'll
try and mark this bug resolved ot cancelled or whatever, if I have the
perms for that. Paul

-- 
package dpkg 1.15.4ubuntu2 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/463201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 463201] Re: package dpkg 1.15.4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-10-31 Thread Paul Beardsell
Or do I change it to invalid?

-- 
package dpkg 1.15.4ubuntu2 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/463201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 463201] Re: package dpkg 1.15.4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-10-29 Thread Paul Beardsell

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

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

-- 
package dpkg 1.15.4ubuntu2 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/463201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 463201] Re: package dpkg 1.15.4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-10-29 Thread Paul Beardsell
On running apt-get install the installation of dpkg is detected as incomplete 
and is continued.  Error message is 
touch: setting times of `/var/log/dpkg.log': Bad address

I have re-done apt-get update to have same error repeated upon another
apt-get install

Did the same with aptitude.  aptitude update then aptitude install
and here is the output:

sl2.mine.nu psb $ sudo aptitude install
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information   
Initializing package states... Done
The following NEW packages will be installed:
  smartmontools 
The following partially installed packages will be configured:
  dpkg 
0 packages upgraded, 1 newly installed, 0 to remove and 298 not upgraded.
Need to get 332kB of archives. After unpacking 823kB will be used.
Do you want to continue? [Y/n/?] 
Get:1 http://archive.ubuntu.com karmic/main smartmontools 5.38-3ubuntu2 [332kB]
Fetched 332kB in 0s (935kB/s) 
Setting up dpkg (1.15.4ubuntu2) ...
touch: setting times of `/var/log/dpkg.log': Bad address
dpkg: error processing dpkg (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 dpkg
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up dpkg (1.15.4ubuntu2) ...
touch: setting times of `/var/log/dpkg.log': Bad address
dpkg: error processing dpkg (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 dpkg
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information   
Initializing package states... Done

-- 
package dpkg 1.15.4ubuntu2 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/463201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 463201] Re: package dpkg 1.15.4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-10-29 Thread Paul Beardsell
file `/var/log/dpkg.log' was only writable by root so i chmod-ded 666
but and re-tried - no difference.

-- 
package dpkg 1.15.4ubuntu2 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/463201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 463201] Re: package dpkg 1.15.4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-10-29 Thread Paul Beardsell
There is something wrong with touch!

sl2 % sudo touch /var/log/dpkg.log
touch: setting times of `/var/log/dpkg.log': Bad address
sl2 % ls -l /var/log/dpkg.log  
-rw-rw-rw- 1 root adm 168272 Oct 29 11:51 /var/log/dpkg.log
sl2 % ls -ld /var/log 
drwxr-xr-x 10 root root 4096 Oct 29 04:57 /var/log
sl2 % ls -ld /var
drwxr-xr-x 15 root root 4096 Oct 29 10:10 /var

Trying to touch any file caused this error.  So I moved /bin/touch out
of the way, symbolically linked /bin/true to /bin/touch and tried again.
Now aptitude install completes the install of dpkg without error.

-- 
package dpkg 1.15.4ubuntu2 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/463201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 463201] Re: package dpkg 1.15.4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-10-29 Thread Paul Beardsell
But I cannot continue with upgrade:

sl2 % sudo apt-get dist-upgrade

gives:
E: Conf Broken insserv

As this is still a RC of Karmic I am trying to upgrade to I am going to
restore from backup image and try again this PM with proper release.

-- 
package dpkg 1.15.4ubuntu2 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/463201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 463201] Re: package dpkg 1.15.4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-10-29 Thread Michael Vogt
Thanks for your bugreport.

Could you please run stat /var/log/dpkg.log ?

-- 
package dpkg 1.15.4ubuntu2 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/463201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 463201] Re: package dpkg 1.15.4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-10-29 Thread Michael Vogt
The error message from dpkg looks like it might be file system
corruption, please try running fsck on the disk.

-- 
package dpkg 1.15.4ubuntu2 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/463201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs