[Bug 1579497] Re: package clonezilla 3.10.11-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-07-03 Thread Manfred Hampl
You might be right, apparently I was misinterpreting the actions of the script. Probably the correct solution would be to add mkdir -p /opt before the first ln statement. This could also be wrapped in an if. I doubt that you can guarantee that the /opt directory is existing on all Linux

[Bug 1579497] Re: package clonezilla 3.10.11-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-07-03 Thread Helmo
Had the same issue... and was missing /opt. Swapping the lines would also create /opt/drbl ... such that the ln command fails with "ln: /opt/drbl: cannot overwrite directory" Adding "mkdir /opt" would solve it ... but it's supposed to exist on a normal system ... right? -- You received this

[Bug 1579497] Re: package clonezilla 3.10.11-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-06-24 Thread Alberto Salvia Novella
** Changed in: clonezilla (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1579497 Title: package clonezilla 3.10.11-3 failed to install/upgrade: subprocess

[Bug 1579497] Re: package clonezilla 3.10.11-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-06-17 Thread Manfred Hampl
from the postinst script case "$1" in configure) ln -sf /usr/share/drbl /opt/ mkdir -p /opt/drbl/conf ln -sf /etc/drbl/drbl.conf /opt/drbl/conf/ ;; I assume swapping the lines to have mkdir before the first ln command will solve the problem of the script failing

[Bug 1579497] Re: package clonezilla 3.10.11-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-06-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: clonezilla (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1579497 Title:

[Bug 1579497] Re: package clonezilla 3.10.11-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-05-08 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1579497 Title: package clonezilla 3.10.11-3 failed to install/upgrade: subprocess installed post-installation