[Bug 335115] Re: package postgresql-8.3 8.3.6-0ubuntu8.10 failed to install/upgrade: subprocess post-installation script returned error exit status 102

2009-02-27 Thread Martin Pitt
 update-rc.d: warning: /etc/rc2.d/S19postgresql-8.3 is not a symbolic link
 invoke-rc.d: not a symlink: /etc/rc2.d/S19postgresql-8.3

Hm, weird, it should be. Can you please give me the output of

  ls -l /etc/rc2.d/S19postgresql-8.3

?


** Changed in: postgresql-8.3 (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)
   Status: New = Incomplete

** Changed in: postgresql-8.3 (Ubuntu)
 Assignee: Martin Pitt (pitti) = (unassigned)

-- 
package postgresql-8.3 8.3.6-0ubuntu8.10 failed to install/upgrade: subprocess 
post-installation script returned error exit status 102
https://bugs.launchpad.net/bugs/335115
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 335115] Re: package postgresql-8.3 8.3.6-0ubuntu8.10 failed to install/upgrade: subprocess post-installation script returned error exit status 102

2009-02-27 Thread Paulo
ls -l /etc/rc2.d/S19postgresql-8.3

ls: imposs�vel acessar /etc/rc2.d/S19postgresql-8.3: Arquivo ou
diret�rio n�o encontrado (File or directory not found)

-- 
package postgresql-8.3 8.3.6-0ubuntu8.10 failed to install/upgrade: subprocess 
post-installation script returned error exit status 102
https://bugs.launchpad.net/bugs/335115
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 335115] Re: package postgresql-8.3 8.3.6-0ubuntu8.10 failed to install/upgrade: subprocess post-installation script returned error exit status 102

2009-02-27 Thread Martin Pitt
Did you remove those links manually, or are you working in a chroot with
a policy-rc.d, or do you have something else which is unusual about this
system? I don't see how the startup links could have disappeared
automatically. What does

  ls -l /etc/rc*/*postgresql*

show?

-- 
package postgresql-8.3 8.3.6-0ubuntu8.10 failed to install/upgrade: subprocess 
post-installation script returned error exit status 102
https://bugs.launchpad.net/bugs/335115
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 335115] Re: package postgresql-8.3 8.3.6-0ubuntu8.10 failed to install/upgrade: subprocess post-installation script returned error exit status 102

2009-02-27 Thread Paulo
I don't discard the chance of someone had removed it, coz this machine
was used for another guy.

ls -l /etc/rc*/*postgresql*
lrwxrwxrwx 1 root root   24 2008-12-09 06:35 /etc/rc0.d/K21postgresql-8.3 - 
../init.d/postgresql-8.3
lrwxrwxrwx 1 root root   24 2008-12-09 06:35 /etc/rc1.d/K21postgresql-8.3 - 
../init.d/postgresql-8.3
lrwxrwxrwx 1 root root   24 2008-12-09 06:35 /etc/rc2.d/K19postgresql-8.3 - 
../init.d/postgresql-8.3
-rwxr-xr-x 1 root root 1170 2009-02-17 18:03 /etc/rc2.d/S19postgresql-8.3
lrwxrwxrwx 1 root root   24 2008-12-09 06:35 /etc/rc3.d/S19postgresql-8.3 - 
../init.d/postgresql-8.3
lrwxrwxrwx 1 root root   24 2008-12-09 06:35 /etc/rc4.d/S19postgresql-8.3 - 
../init.d/postgresql-8.3
lrwxrwxrwx 1 root root   24 2008-12-09 06:35 /etc/rc5.d/S19postgresql-8.3 - 
../init.d/postgresql-8.3
lrwxrwxrwx 1 root root   24 2008-12-09 06:35 /etc/rc6.d/K21postgresql-8.3 - 
../init.d/postgresql-8.3

-- 
package postgresql-8.3 8.3.6-0ubuntu8.10 failed to install/upgrade: subprocess 
post-installation script returned error exit status 102
https://bugs.launchpad.net/bugs/335115
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 335115] Re: package postgresql-8.3 8.3.6-0ubuntu8.10 failed to install/upgrade: subprocess post-installation script returned error exit status 102

2009-02-27 Thread Martin Pitt
This indeed look strange, and like a local modification.

Things should start working again if you do:

  sudo rm /etc/rc2.d/S19postgresql-8.3
  sudo cp /etc/rc3.d/S19postgresql-8.3 /etc/rc2.d/S19postgresql-8.3

** Changed in: postgresql-8.3 (Ubuntu)
   Status: Incomplete = Invalid

-- 
package postgresql-8.3 8.3.6-0ubuntu8.10 failed to install/upgrade: subprocess 
post-installation script returned error exit status 102
https://bugs.launchpad.net/bugs/335115
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 335115] Re: package postgresql-8.3 8.3.6-0ubuntu8.10 failed to install/upgrade: subprocess post-installation script returned error exit status 102

2009-02-27 Thread Paulo
Solved, I created the simbolic link and finished the process, thanx.

-- 
package postgresql-8.3 8.3.6-0ubuntu8.10 failed to install/upgrade: subprocess 
post-installation script returned error exit status 102
https://bugs.launchpad.net/bugs/335115
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 335115] Re: package postgresql-8.3 8.3.6-0ubuntu8.10 failed to install/upgrade: subprocess post-installation script returned error exit status 102

2009-02-26 Thread Paulo

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

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/23155618/DpkgTerminalLog.txt

-- 
package postgresql-8.3 8.3.6-0ubuntu8.10 failed to install/upgrade: subprocess 
post-installation script returned error exit status 102
https://bugs.launchpad.net/bugs/335115
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