[Bug 290661] Re: uml-utilities don't install from apt

2009-02-10 Thread Michele Mordenti
This bug fix has created the bug #302171 -- uml-utilities don't install from apt https://bugs.launchpad.net/bugs/290661 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://lis

[Bug 290661] Re: uml-utilities don't install from apt

2008-11-30 Thread tdflanders
Is this a duplicate of: #302171? -- uml-utilities don't install from apt https://bugs.launchpad.net/bugs/290661 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.ubunt

[Bug 290661] Re: uml-utilities don't install from apt

2008-11-30 Thread tdflanders
Is this a duplicate of: #302171? -- uml-utilities don't install from apt https://bugs.launchpad.net/bugs/290661 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.ubunt

[Bug 290661] Re: uml-utilities don't install from apt

2008-11-23 Thread James Westby
Hi Manny, As you can see I uploaded your package, thanks for your work. This change needs to be sent to Debian, but I will do that as I want to raise something on the ubuntu-devel mailing list first. Also, I removed the entry about changing the maintainer field from debian/changelog. As this cha

[Bug 290661] Re: uml-utilities don't install from apt

2008-11-23 Thread Launchpad Bug Tracker
This bug was fixed in the package uml-utilities - 20070815-1.1ubuntu1 --- uml-utilities (20070815-1.1ubuntu1) jaunty; urgency=low * debain/postinst removed uneccesary chown command as it can cause package setup failure if tmpfs directory /var/run/uml-utilities is accid

[Bug 290661] Re: uml-utilities don't install from apt

2008-11-22 Thread Manny Vindiola
Ok I think it is ready now. I have removed the chown lines from debian/postinst as they are present in the init script and unnecesary. No the init scrip does not have a dpkg-statoverride check Changes successfully build with pbuilder, they also build locally. Package installs correctly and I am n

Re: [Bug 290661] Re: uml-utilities don't install from apt

2008-11-21 Thread James Westby
On Sat, 2008-11-22 at 04:06 +, Manny Vindiola wrote: > Hi, > > I am not sure why debian/postinst contains these lines which are causing > the error: > > if ! dpkg-statoverride --list /var/run/uml-utilities >/dev/null; then > chown uml-net:uml-net /var/run/uml-utilities > fi > > I remove

[Bug 290661] Re: uml-utilities don't install from apt

2008-11-21 Thread Manny Vindiola
Hi, I am not sure why debian/postinst contains these lines which are causing the error: if ! dpkg-statoverride --list /var/run/uml-utilities >/dev/null; then chown uml-net:uml-net /var/run/uml-utilities fi I removed these lines and rebuilt the package locally. When I attempted to replicate

Re: [Bug 290661] Re: uml-utilities don't install from apt

2008-11-21 Thread James Westby
On Fri, 2008-11-21 at 20:16 +, Manny Vindiola wrote: > Hi, > > If you are talking about uml-utilities.init. It does contain code to create > the directory if it does not exist. > 23:UML_DIR=/var/run/uml-utilities > ... > 44: # create $UML_DIR if it doesn't exist (RAMRUN=yes in /etc/default/

[Bug 290661] Re: uml-utilities don't install from apt

2008-11-21 Thread Manny Vindiola
Hi, If you are talking about uml-utilities.init. It does contain code to create the directory if it does not exist. 23:UML_DIR=/var/run/uml-utilities ... 44: # create $UML_DIR if it doesn't exist (RAMRUN=yes in /etc/default/rcS) 45: if [ ! -d "$UML_DIR" ] ; then 46: mkdir -p $

[Bug 290661] Re: uml-utilities don't install from apt

2008-11-21 Thread James Westby
Hi, What we usually do in this case is modify the initscript to create the directory in /var/run/ if it does not exist, and then remove anything to do with /var/run from the postinst. Your patch would fix the issue, but I think it would be better to stick with the usual mechanism. Also, when pat

[Bug 290661] Re: uml-utilities don't install from apt

2008-11-20 Thread Manny Vindiola
I have also rebuilt the package and have sucessfully compiled with pbuilder ** Attachment added: "debdiff debain > ubuntu" http://launchpadlibrarian.net/19826208/debian-uml-utilities_20070815-1.1ubuntu1.diff ** Changed in: uml-utilities (Ubuntu) Assignee: Manny Vindiola (serialorder) =>

[Bug 290661] Re: uml-utilities don't install from apt

2008-11-20 Thread Manny Vindiola
I have created a patch that explicitly checks if /var/run/uml-utilities exists and creates it if it does not. ** Attachment added: "03_fix_check_var_run_uml-utilities_directory_exists.dpatch" http://launchpadlibrarian.net/19826159/03_fix_check_var_run_uml-utilities_directory_exists.dpatch -

[Bug 290661] Re: uml-utilities don't install from apt

2008-11-20 Thread Manny Vindiola
** Changed in: uml-utilities (Ubuntu) Assignee: (unassigned) => Manny Vindiola (serialorder) Status: Triaged => In Progress -- uml-utilities don't install from apt https://bugs.launchpad.net/bugs/290661 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 290661] Re: uml-utilities don't install from apt

2008-10-31 Thread Jean-Baptiste Lallement
** Description changed: - Binary package hint: uml-utilities + When the package is unpacked and when the system is restarted before the + setup of the package, then the directory /var/run/uml-utilities is not + there anymore and the installation fails with the error below. This is + because /var/r

[Bug 290661] Re: uml-utilities don't install from apt

2008-10-31 Thread Jean-Baptiste Lallement
Thanks for your update. Since this bug has enough information provided for a developer to begin work, I'm going to mark it as confirmed and let them handle it from here. The fix is trivial. We need to create the directory /var/run/uml- utilities in the postinst script if it doesn't exists. Thanks

Re: [Bug 290661] Re: uml-utilities don't install from apt

2008-10-30 Thread Jacek Dabrowski
Yes, that is just the scenario you described. Is it correct that dpkg --configure doesn't work for the package after interruption and it has to be removed and reinstalled? All other packages I've met support incremental configuration with interruptions or they do the configuration from scratch, any

[Bug 290661] Re: uml-utilities don't install from apt

2008-10-29 Thread Jean-Baptiste Lallement
Thanks for your report. >From what I can guess from your log. You've run a first upgrade session during >which the package uml-utilities has been downloaded and unpacked. Then for >some reason it has been abruptly interrupted (an error during vbox setup ?) Then you've run the upgrade another tim

[Bug 290661] Re: uml-utilities don't install from apt

2008-10-29 Thread Jacek Dabrowski
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/18980097/Dependencies.txt ** Attachment added: "DpkgTerminalLog.gz" http://launchpadlibrarian.net/18980098/DpkgTerminalLog.gz -- uml-utilities don't install from apt https://bugs.launchpad.net/bugs/290661 You received t