[Bug 256480] Re: network-manager 0.7 breaks resolvconf integration

2008-09-09 Thread Tobias Strauß
i had found a simple work around: 
place the following script in /etc/network/if-up.d/zzz_resolvconffix
-
#!/bin/sh
[ -x /sbin/resolvconf ] || exit 0

[ "x$ADDRFAM" == "xinet6" ] && exit 0

rm /etc/resolv.conf
ln -s /etc/resolvconf/run/resolv.conf /etc/resolv.conf

for NS in $DHCP4_DOMAIN_NAME_SERVERS ; do
R="${R}nameserver $NS
"
done 
echo -n "$R" | /sbin/resolvconf -a "${IFACE}.${ADDRFAM}"

 and run "chmod 755 /etc/network/if-up.d/zzz_resolvconffix"

 ... just reconnect your  nm session

-- 
network-manager 0.7 breaks resolvconf integration
https://bugs.launchpad.net/bugs/256480
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 256480] Re: network-manager 0.7 breaks resolvconf integration

2008-09-09 Thread Launchpad Bug Tracker
This bug was fixed in the package network-manager -
0.7~~svn20080908t183521+eni0-0ubuntu1

---
network-manager (0.7~~svn20080908t183521+eni0-0ubuntu1) intrepid; urgency=low

  [ Alexander Sack <[EMAIL PROTECTED]> ]
  * new upstream snapshot (Mon 2008-09-08 18:35:21 rev3504)
  * merge improved ifupdown system config implementation from main.eni branch;
Mon 2008-09-08 20:47:20 +0200; rev 2828
  * Fix LP: #255839 - "0.7 N-M "system setting" does not work"; we create the
/etc/NetworkManager/system-connections/ directory during package install now
- update debian/network-manager.dirs
  * adjust patch due to changed ifupdown plugin source dir
- update debian/patches/50_gcc43.patch
  * fix LP: #256480 - "network-manager 0.7 breaks resolvconf integration"; we
pass --with-resolvconf=/sbin/resolvconf to configure.
- update debian/rules
  * (proposed) fix LP: #259503 - "crashes when unplugging device (or unloading
module)" - crash caused by idle handler accessing already freed device.
We fix that for wireless and ethernet, which both were affected by
properly refcounting the device gobjects.
- add debian/patches/80_lp259503_access_to_freed_device_struct.patch
- update debian/patches/series
  * drop ifupdown from Depends: - there is no sense to depend on replacements
- update debian/control
  * drop patch applied upstream
- delete debian/patches/05-debian_backend.patch
- update debian/patches/series
  * Fix LP: #261688 - NetworkManager build dependency for "libdbus-glib-1-dev
(>= 0.60)" incorrect; we adjust the version to >= 0.74.
- update debian/control
  * bump shlibs requirements for libnm-util0 and libnm-glib0 packages to >=
0.7~~svn20080908
- update debian/rules
  * Fix - Networkmanager doesn't update resolv.conf when resolvconf is
installed, but /etc/resolv.conf isnt a link; we fix that by honouring
the resolvconf exit code and fall back to "normal" named behaviour in case
it fails. This requires a resolvconf update which currently doesnt return
a non-zero exit code when it fails in such a way.
- add debian/patches/honour_resolvconf_exitcode.patch
- update debian/patche/series

  [ Matt Zimmerman <[EMAIL PROTECTED]> ]
  * Add apport package hook (LP: #258552)
- add debian/network-manager.links
- add debian/source_network-manager.py
- update debian/network-manager.install

 -- Alexander Sack <[EMAIL PROTECTED]>   Tue, 09 Sep 2008 16:24:08 +0200

** Changed in: network-manager (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
network-manager 0.7 breaks resolvconf integration
https://bugs.launchpad.net/bugs/256480
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 256480] Re: network-manager 0.7 breaks resolvconf integration

2008-08-24 Thread Alexander Sack
fix committed to ~network-manager/network-manager/ubuntu.0.7 ... this
will go up on next upload.

** Changed in: network-manager (Ubuntu)
   Status: Triaged => Fix Committed

-- 
network-manager 0.7 breaks resolvconf integration
https://bugs.launchpad.net/bugs/256480
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 256480] Re: network-manager 0.7 breaks resolvconf integration

2008-08-10 Thread Alexander Sack
the branch attached to this bug still requires patched resolvconf. I
think we should fix this by providing a wrapper script.

** Changed in: network-manager (Ubuntu)
   Importance: Undecided => Medium
   Status: New => Triaged
   Target: None => intrepid-alpha-5

-- 
network-manager 0.7 breaks resolvconf integration
https://bugs.launchpad.net/bugs/256480
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