[Bug 1392297] Re: resolvconf 1.69ubuntu1.1 breaks network install

2015-11-09 Thread Stéphane Graber
** Changed in: resolvconf (Ubuntu)
 Assignee: Stéphane Graber (stgraber) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1392297

Title:
  resolvconf 1.69ubuntu1.1 breaks network install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1392297/+subscriptions

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

[Bug 1392297] Re: resolvconf 1.69ubuntu1.1 breaks network install

2015-11-09 Thread Steve Langasek
** Changed in: resolvconf (Ubuntu)
   Status: Incomplete => Triaged

** Changed in: resolvconf (Ubuntu)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1392297

Title:
  resolvconf 1.69ubuntu1.1 breaks network install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1392297/+subscriptions

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


[Bug 1392297] Re: resolvconf 1.69ubuntu1.1 breaks network install

2015-06-01 Thread Thomas Hood
@Cs-gon: Can you reproduce this problem (bug #1392297) with resolvconf
1.77ubuntu1?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1392297

Title:
  resolvconf 1.69ubuntu1.1 breaks network install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1392297/+subscriptions

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


[Bug 1392297] Re: resolvconf 1.69ubuntu1.1 breaks network install

2015-06-01 Thread Thomas Hood
** Changed in: resolvconf (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1392297

Title:
  resolvconf 1.69ubuntu1.1 breaks network install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1392297/+subscriptions

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


[Bug 1392297] Re: resolvconf 1.69ubuntu1.1 breaks network install

2015-06-01 Thread Thomas Hood
Resolvconf 1.77ubuntu1's debian/rules runs dh_installinit with `--no-
start` and so there is no longer a `invoke-rc.d resolvconf start` (which
wipes runtime directories) in debian/postinst. To enable resolvconf
updates, postinst simply does resolvconf --enable-updates.

If `invoke-rc.d resolvconf start` was the cause of the problem then the
problem should be solved in 1.77ubuntu1.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1392297

Title:
  resolvconf 1.69ubuntu1.1 breaks network install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1392297/+subscriptions

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


[Bug 1392297] Re: resolvconf 1.69ubuntu1.1 breaks network install

2015-05-27 Thread Thomas Hood
@Cs-gon: Do you have any problem with resolvconf 1.76ubuntu1?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1392297

Title:
  resolvconf 1.69ubuntu1.1 breaks network install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1392297/+subscriptions

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


[Bug 1392297] Re: resolvconf 1.69ubuntu1.1 breaks network install

2015-04-21 Thread Thomas Hood
** Changed in: resolvconf (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/1392297

Title:
  resolvconf 1.69ubuntu1.1 breaks network install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1392297/+subscriptions

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


[Bug 1392297] Re: resolvconf 1.69ubuntu1.1 breaks network install

2015-01-23 Thread Cs-gon
Are there any news regarding this problem?

From my point of view, the problem should be clear. The upstream
(Debian) changes, that were introduced in the 1.69ubuntu1.1 version,
don't work together with the (Ubuntu) postinst script, which causes the
empty /etc/resolv.conf during installation, and then subsequent
installation steps fail.

So the postinst script needs to be fixed, so network installations are
possible again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1392297

Title:
  resolvconf 1.69ubuntu1.1 breaks network install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1392297/+subscriptions

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


[Bug 1392297] Re: resolvconf 1.69ubuntu1.1 breaks network install

2014-11-24 Thread Cs-gon
I have debugged this problem further:

The problem seems to be that the postinst script executes invoke-rc.d
resolvconf start, which indeed seems to execute the init script
/etc/init.d/resolvconf during the installation of the package. There is
no /usr/sbin/policy-rc.d in the target system, so the execution of the
init script is not suppressed.

When running the postinst script on it's own, it moves the original
/etc/resolv.conf file to /run/resolvconf/resolv.conf and links
/etc/resolv.conf to it. So far so good. But when /etc/init.d/resolvconf
start gets called as a result of invoke-rc.d resolvconf start, the
contents of /run/resolvconf get removed (resolvconf ---wipe-runtime-
directories), and a new and empty resolv.conf gets created (resolvconf
--enable-updates).

After that the subsequent installation steps, which try to access the
network, fail.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1392297

Title:
  resolvconf 1.69ubuntu1.1 breaks network install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1392297/+subscriptions

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


[Bug 1392297] Re: resolvconf 1.69ubuntu1.1 breaks network install

2014-11-14 Thread Timo Jyrinki
Hmm, I can't connect the bug description to the actual upload, a debdiff
attached.

Steps to reproduce using https://launchpad.net/ubuntu/+source/resolvconf:
dget 
https://launchpad.net/ubuntu/+archive/primary/+files/resolvconf_1.69ubuntu1.dsc
dget 
https://launchpad.net/ubuntu/+archive/primary/+files/resolvconf_1.69ubuntu1.1.dsc
debdiff resolvconf_1.69ubuntu1.dsc resolvconf_1.69ubuntu1.1.dsc

The only change was to add a preinst rule when upgrading from 12.04
LTS's resolvconf version to 14.04 LTS, to add a symbolic link to the
correct location. And that only in the case if resolvconf is already
installed on the system, is of lesser version than 1.64 (meaning the
12.04 LTS's version) and if the /etc/resolv.conf file does not exist in
the first place. For other cases like new installations there were no
changes. This closed the bug #1308378.

What am I missing?

** Attachment added: diff.txt
   
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1392297/+attachment/4260447/+files/diff.txt

** Changed in: resolvconf (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1392297

Title:
  resolvconf 1.69ubuntu1.1 breaks network install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1392297/+subscriptions

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


[Bug 1392297] Re: resolvconf 1.69ubuntu1.1 breaks network install

2014-11-14 Thread Timo Jyrinki
It seems there is a big binary diff in both the sysvinit file and
maintainer scripts simply from doing a rebuild. I attach a manual diff
(just a few checksums etc omitted) here which includes the small source
change that was made to the preinst and all the automated changes:

 etc/init.d/resolvconf |  204 +-
 postinst  |2 
 preinst   |   27 +++---
 prerm |3 
 4 files changed, 107 insertions(+), 129 deletions(-)

I find it hard to grasp which of the changes are problematic, which are
fine and how they could be affected. Stéphane has been maintaining the
Ubuntu delta in the years past, I hope he could have a SRU:able solution
here? There is nothing that could be reverted unless there is some sort
of compatibility mode that would give the same build result as in the
1.69ubuntu1 (preferably with the preinst fix included for upgraders).

** Attachment added: binary_diff.txt
   
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1392297/+attachment/4260499/+files/binary_diff.txt

** Changed in: resolvconf (Ubuntu)
   Status: Incomplete = New

** Changed in: resolvconf (Ubuntu)
 Assignee: Timo Jyrinki (timo-jyrinki) = Stéphane Graber (stgraber)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1392297

Title:
  resolvconf 1.69ubuntu1.1 breaks network install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1392297/+subscriptions

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

[Bug 1392297] Re: resolvconf 1.69ubuntu1.1 breaks network install

2014-11-13 Thread Steve Langasek
As this is a regression in an SRU, assigning to the developer who
uploaded that version.  Timo, can you please look at this?

** Tags added: regression-update

** Changed in: resolvconf (Ubuntu)
 Assignee: (unassigned) = Timo Jyrinki (timo-jyrinki)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1392297

Title:
  resolvconf 1.69ubuntu1.1 breaks network install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1392297/+subscriptions

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