[Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2010-05-18 Thread Jerone Young
** Changed in: oem-priority
   Status: New = Fix Released

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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


Re: [Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2010-03-06 Thread Alexander Sack
On Sat, Feb 27, 2010 at 06:49:04PM -, Emmanuel Touzery wrote:
  the only way to get this fix into Karmic is for someone to file an SRU
 bug. Please refer to the following process:
 
 well in comment #35 alexander sack (canonical employee) stated:
 this fix will be included in the SRU we will do asap.
 

We aimed for getting full 0.8 into lucid, however, we only had an option to do 
that
within a window of 1 month. Now too many users have ubunt installed, so rolling
a full update has too many regression risks.

Anyway, this SRU should still happen in a cherry-pick/individual fashion... 
someone
just need the patches required for this from the git trees and make them work 
with
our package.


 - Alexander

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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


Re: [Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2010-03-06 Thread Alexander Sack
On Sun, Feb 28, 2010 at 12:25:09PM -, kapetr wrote:
 Hello, after last upgrade from
 
 http://ppa.launchpad.net/network-manager/trunk/ubuntu/
 
 NM-gnome version:   08.-0ubuntu3~nmt2~karmic
 NM version:   08.-0ubuntu4~nmt4~karmic
 
 there is a problem with dhclient:

yes, dhclient is too old. a new dhcp client will land this weekend
hopefully.

 - Alexander

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2010-03-05 Thread mofeng
I didn't access the local network after update the new apt.
I search the topic about  connect fail in the forum.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2010-02-28 Thread kapetr
Hello, after last upgrade from

http://ppa.launchpad.net/network-manager/trunk/ubuntu/

NM-gnome version:   08.-0ubuntu3~nmt2~karmic
NM version:   08.-0ubuntu4~nmt4~karmic

there is a problem with dhclient:

---

Feb 27 14:04:38 zly-hugo NetworkManager: Activation (eth0) Beginning DHCPv4 
transaction (timeout in 45 seconds)
Feb 27 14:04:39 zly-hugo NetworkManager: info  dhclient started with pid 1075
Feb 27 14:04:39 zly-hugo NetworkManager: info  Activation (eth0) Stage 4 of 5 
(IP6 Configure Get) scheduled...
Feb 27 14:04:39 zly-hugo NetworkManager: info  Activation (eth0) Stage 3 of 5 
(IP Configure Start) complete.
Feb 27 14:04:39 zly-hugo NetworkManager: info  Activation (eth0) Stage 4 of 5 
(IP6 Configure Get) started...
Feb 27 14:04:39 zly-hugo NetworkManager: info  Activation (eth0) Stage 4 of 5 
(IP6 Configure Get) complete.
Feb 27 14:04:39 zly-hugo dhclient: Internet Systems Consortium DHCP Client 
V3.1.2
Feb 27 14:04:39 zly-hugo dhclient: Copyright 2004-2008 Internet Systems 
Consortium.
Feb 27 14:04:39 zly-hugo dhclient: All rights reserved.
Feb 27 14:04:39 zly-hugo dhclient: For info, please visit 
http://www.isc.org/sw/dhcp/
Feb 27 14:04:39 zly-hugo dhclient: Usage: dhclient [-1dqrx] [-nw] [-p port] 
[-s server]
Feb 27 14:04:39 zly-hugo dhclient: [-cf config-file] [-lf 
lease-file][-pf pid-file] [-e VAR=val]
Feb 27 14:04:39 zly-hugo dhclient: [-sf script-file] [interface]
Feb 27 14:04:40 zly-hugo gdm-binary[764]: WARNING: Unable to find users: no 
seat-id found
Feb 27 14:04:42 zly-hugo kernel: [   20.841883] __ratelimit: 12 callbacks 
suppressed
-

I have wrapped the /sbin/dhclient to see, how is it called.

The problem is with -4 parameter,  which dhclient3 in Ubuntu 9.10
don't know.

So i wrote this workaround:
-- /sbin/dhclient
#!/bin/bash

logger x  $0 $*
logger Odstranuji neznamy parametr \-4\

PARM=$(echo $*|sed s/-4//)
exec /sbin/dhclient3 $PARM
-

Now it works again:

--
Feb 28 07:54:53 zly-hugo NetworkManager: Activation (eth0) Beginning DHCPv4 
transaction (timeout in 45 seconds)
Feb 28 07:54:53 zly-hugo NetworkManager: info  dhclient started with pid 3289
Feb 28 07:54:53 zly-hugo NetworkManager: info  Activation (eth0) Stage 4 of 5 
(IP6 Configure Get) scheduled...
Feb 28 07:54:53 zly-hugo NetworkManager: info  Activation (eth0) Stage 3 of 5 
(IP Configure Start) complete.
Feb 28 07:54:53 zly-hugo NetworkManager: info  Activation (eth0) Stage 4 of 5 
(IP6 Configure Get) started...
Feb 28 07:54:53 zly-hugo NetworkManager: info  Activation (eth0) Stage 4 of 5 
(IP6 Configure Get) complete.
Feb 28 07:54:53 zly-hugo logger: x  /sbin/dhclient -d -4 -sf 
/usr/lib/NetworkManager/nm-dhcp-client.action -pf /var/run/dhclient-eth0.pid 
-lf /var/lib/dhcp3/dhclient-91b2f2c4-3bde-47af-b78f-0c2766cfcebd-eth0.lease -cf 
/var/run/nm-dhclient-eth0.conf eth0
Feb 28 07:54:53 zly-hugo logger: Odstranuji neznamy parametr -4
Feb 28 07:54:53 zly-hugo dhclient: Internet Systems Consortium DHCP Client 
V3.1.2
Feb 28 07:54:53 zly-hugo dhclient: Copyright 2004-2008 Internet Systems 
Consortium.
Feb 28 07:54:53 zly-hugo dhclient: All rights reserved.
Feb 28 07:54:53 zly-hugo dhclient: For info, please visit 
http://www.isc.org/sw/dhcp/
Feb 28 07:54:53 zly-hugo dhclient: 
Feb 28 07:54:53 zly-hugo dhclient: Listening on LPF/eth0/00:0e:2e:b9:95:94
Feb 28 07:54:53 zly-hugo dhclient: Sending on   LPF/eth0/00:0e:2e:b9:95:94
Feb 28 07:54:53 zly-hugo dhclient: Sending on   Socket/fallback
Feb 28 07:54:53 zly-hugo dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 
67 interval 3
Feb 28 07:54:53 zly-hugo dhclient: DHCPOFFER of 10.6.6.7 from 10.6.6.138
Feb 28 07:54:53 zly-hugo dhclient: DHCPREQUEST of 10.6.6.7 on eth0 to 
255.255.255.255 port 67
Feb 28 07:54:53 zly-hugo NetworkManager: DHCPv4: device eth0 state changed nbi 
- preinit
Feb 28 07:54:53 zly-hugo dhclient: DHCPACK of 10.6.6.7 from 10.6.6.138
Feb 28 07:54:53 zly-hugo dhclient: bound to 10.6.6.7 -- renewal in 119762 
seconds.
---

--kapetr

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2010-02-27 Thread xav...@dehemptinne.net
** Changed in: network-manager (Ubuntu)
   Status: Fix Released = New

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2010-02-27 Thread Tony Espy
@xavier

Please don't change the status of a bug without a comment explaining
why.

The fix in question *was* released.

@Jerone, @mniess

As Karmic / 9.04 has been released, the only way to get this fix into
Karmic is for someone to file an SRU bug.  Please refer to the following
process:

https://wiki.ubuntu.com/StableReleaseUpdates

If either of you wishes to shepard the fix through the process, I'm sure
there are many folks that'd appreciate it.


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

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2010-02-27 Thread Emmanuel Touzery
 the only way to get this fix into Karmic is for someone to file an SRU
bug. Please refer to the following process:

well in comment #35 alexander sack (canonical employee) stated:
this fix will be included in the SRU we will do asap.

so at least my understanding was that this bug was about this, or that
all required requests for a SRU were done. This bug also has a milestone
karmic-updates and there the bug was not fixed as far as i understand
(for me i installed the package from the PPA by hand). but anyway people
who knew well enough already installed the PPA, others probably gave up
by now. so also i don't see the point in time investment in 9.10
anymore.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2010-02-04 Thread mniess
Please add the fix to karmic updates, too. It is a while until lucid
will be released and having all users add PPAs is not a good solution
for fixing a serious bug. When they update to lucid there might be
problems.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2010-01-25 Thread Jerone Young
The fix made it for lucid. But this is required for karmic updates.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2010-01-20 Thread Launchpad Bug Tracker
This bug was fixed in the package network-manager - 0.8~rc2-0ubuntu1

---
network-manager (0.8~rc2-0ubuntu1) lucid; urgency=low

  * upstream snapshot 2009-11-12 01:22:59 (GMT)
+ 420ea0220c29a45337e239e4c53250a6989160a3
- ppp: allow update of ppp secrets in all ACTIVATING stages (LP: #432205)
- core: validate pidfile and quit early if NM is already running (rh 
#517362)
- core: preserve wifi and networking enabled/disabled states (bgo #582447)
- libnm-util: don't allow blank or NULL VPN items or secrets (rh #532084)

  * upstream 0.8-rc1 release
- libnm-util: client cert shouldn't be required to set priv key (bgo 
#585570)
- wifi: poll rfkill status for ipw2x00 devices
- ppp: increase PPPoE pppd timeout to 30 seconds (debug)
- wifi: don't allow scan requests when associating
- wifi: ensure wifi devices are enabled on wakeup if not rfkilled
- libnm-util: handle PEM files without ending newline (rh #507315)
- system-settings: cache secrets to protect against 
nm_connection_clear_secrets
- dnsmasq: VPN DNS fixes (LP #389006)
- system-settings: fix crash when deleting wired connections
- modem: subsitute known-good nameservers if PPP doesn't return any (LP: 
#434477)
- core: clear invalid tag on failed connections when sleeping (LP: #456362)
- wwan: unable to bring up mobile-broadband system connection (LP: #483773)
- 8021x: fixed problems with invalid connection / client-certs (LP: #245184)

  * upstream 0.8-rc2 release
- po: update italian translation (bgo #595673)
- core: fix error when parsing state file for WirelessEnabled fails
- libnm-util: fix potential crash when encrypting fails
- modem: ensure deactivation on disable only happens on disable
- modem: ensure device is deactivated if the modem is disabled
  underneath NM
- modem: enable modem before connecting if required
- libnm-glib: add WWAN enable/disable support
- manager: add WWAN enable/disable support
- modem: proxy the ModemManager Enabled property
- manager: generalize rfkill operations
- core: add statefile support for WWAN devices
- udev: add support for other types of rfkill switches
- core: generalize interface for enabling/disabling devices
- modem: fix enable/disable/disconnect flow
- system-settings: Fix using hostname from DHCP
- libnm-util: client certificate should not be required to set
  private key (bgo #585570)


  [ Alexander Sack a...@ubuntu.com ]
  * allow daily builds to be filed against ubuntu bug system;
to allow this we add report['CrashDB'] = 'ubuntu' to the apport
hook
- update debian/source_network-manager.py
  * attach list of system-connection configuration files in apport hook
- update debian/source_network-manager.py

  [ Mathieu Trudel mathieu...@gmail.com ]
  * updated pkcs11 smartcard patch
- updated debian/patches/lp120363_smartcard_pkcs11.patch
  * updated signals patch for apport
- updated debian/patches/70_lp145653_no_sigaction_for_crashes.patch
  * add new nm_setting_olpc_mesh_new symbol to libnm-util1.symbols
- update debian/libnm-util1.symbols
  * add new nm_client_wwan* symbols to libnm-glib2.symbols
- update libnm-glib2.symbols

  [ Tony Espy e...@ubuntu.com ]
  * add logic to map '~rc' versions to '-rc' tag format used upstream.  This
allows the upstream tags to be used, while managing to keep the version
numbers less than the final release version.
- update debian/rules
 -- Tony Espy e...@ubuntu.com   Wed, 20 Jan 2010 09:51:19 -0500

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

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2010-01-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/network-manager

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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


Re: [Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2010-01-12 Thread Mark Shuttleworth
@ac

Is this a bug, or a support request? You can find details of Canonical
support contracts on www.canonical.com, and a support engineer will be
happy to help you once you have a support agreement in place.

Mark

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2010-01-12 Thread arr
@ac
You will have better lucky in forums. It is a good place to ask for help.

@mark
Yes, it is a bug, and also a regression, reported a long time ago, that let 
human beings that uses ADSL and karmic away from network.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2010-01-12 Thread Steve Magoun
** Also affects: oem-priority
   Importance: Undecided
   Status: New

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2010-01-12 Thread Alexander Sack
quick update: the lucid upload is scheduled for this week friday. At the
same time we will try to get the 0.8-rc2 release in as a SRU for karmic;
if that doesn't work because we get regression reports, we will pull a
cherry pick fix for just this issue for proposed and provide 0.8-rc2 in
the stable network-manager PPA for karmic. stay tuned.

In the meantime, you can still install the 0.8 daily packages which are
reasonably stable for those that need a fix for this now:
https://edge.launchpad.net/~network-manager/+archive/trunk

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2010-01-10 Thread ac
I have a dsl internet connection using pppoe.  To connect to the
internet i have to enter three values i.e. user name, service provider 
password.  Can someone give step by step instructions how to connect to
internet in Karmic as i am unable to connect through sudo pppoeconf as
it does not provide the option to enter service provider details.  could
some one tell what and how many patches to download through windows and
how to apply it in karmic.

I would like to add it is very annoying and disturbing that cannoical
ltd. has allowed this bug to creep in karmic and have not taken any
major steps to fix it easily.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-12-11 Thread zerwas
** Changed in: network-manager (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-12-11 Thread zerwas
** Changed in: network-manager (Ubuntu)
   Status: Fix Released = Fix Committed

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-12-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~network-manager/network-manager/ubuntu.head

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-12-06 Thread Emmanuel Touzery
I understand the logic of waiting for other fixes to make an SRU but
this is a serious problem and now this fix has been available and tested
for a long time. Soon lucid will take over the time of developers. I
think it's time for the SRU now. Especially since it will probably have
to wait for a while anyway from the moment it is started.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-12-05 Thread Biji
Hi.. i'm wondering why this fix is not available on standard repos?? I
have a nice OS which can't connect to DSL :(

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-12-05 Thread wernerhabel
@Biji https://bugs.launchpad.net/ubuntu/+source/network-
manager/+bug/432205/comments/108

good question, no reasonable answer yet...

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-12-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~mathieu-tl/network-manager/karmic-sru.lp432205

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-22 Thread YannUbuntu
ok, we have a complete and clean method to get NetworkManager work
despite this bug !

1) Enter sudo pppoeconf in a terminal to set up your connection
2) Add the https://launchpad.net/~network-manager/+archive/trunk repository
3) Update your packages
4) Enter sudo rm /etc/network/interfaces in a terminal to reactivate 
NetworkManager.
5) If the connection now works with NetworkManager, desactivate the 
https://launchpad.net/~network-manager/+archive/trunk repository 

do you all agree with this ?

if ok, please indicate the complete method in the bug description. (IMHO
the fixed packages are available here: .. note is not enough
information for beginners)

regards

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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


Re: [Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-22 Thread Michael Lazarev
@YannUbuntu: is removing /etc/network/interfaces safe enough?
I'd just recommend commenting out the pre-up line:
https://help.ubuntu.com/community/ADSLPPPoE#Boot%20issues

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-22 Thread YannUbuntu
I do not know if it is safe, i just know it worked for me. Do you need i attach 
some of my new files to check something ?
Concerning https://help.ubuntu.com/community/ADSLPPPoE#Boot%20issues , I wish 
there had been some comments on the wiki to explain the effects of these 
manipulations. I suppose it desactivates the pppoeconf when NetworkManager is 
active ? Is it more reliable than removing /etc/network/interfaces ?

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-22 Thread twin
I am a very new Ubuntu user with broken DSL. I used the su instructions
I found in the fourms and had no luck.  A few websites will work with my
DSL but most, like Google, will not. Gpodder will not download podcasts.
My Microsoft machine works fine to all websites.  9.10 is acting like
when it was first released.  I did a fresh install back  then and DSL
broke.  Now it is broken again.  I did the apt-get update and install.
Very sad.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-22 Thread Yigit Güneli
@twin,

this is a different bug i think. can you please check the mtu value from
ifconfig output?

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-19 Thread YannUbuntu
hello
I used sudo pppoeconf to get access to internet, so I added the PPA trunk and 
updated NetworkManager. Now how can I cancel pppoeconf to get back my 
NetworkManager active instead of pppoeconf ?

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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


Re: [Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-19 Thread Topper


On Thu, 2009-11-19 at 19:03 +, YannUbuntu wrote:
 hello
 I used sudo pppoeconf to get access to internet, so I added the PPA trunk 
 and updated NetworkManager. Now how can I cancel pppoeconf to get back my 
 NetworkManager active instead of pppoeconf ?
 

have you tried to remove the package.

sudo apt-get remove pppoeconf

Tom

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-19 Thread Yigit Güneli
do not remove the pppoeconf package.

use this command:

sudo rm /etc/network/interfaces

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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


Re: [Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-19 Thread YannUbuntu
2009/11/20 Yigit Güneli gro.t...@yiit.org:
 do not remove the pppoeconf package.

 use this command:

 sudo rm /etc/network/interfaces

i'll try this. Thank you !

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-18 Thread khaktus
Hi, luckily I have a dual boot with XP, to be able to browse internet...
...but to search for all day in forums? And which of the proposed
workarounds should I choose?? Most of them contain just hints for the
experts... and the notes of the new bugs appearing after the old one was
fixed. Me as a half-beginner, I still have no clue what to do.

It would be nice from Ubuntu team, or some personal initiative, to write a 
clear step by step solution for Ubuntu newbies. 
1. What to change/rewrite/edit where to get a temporary network connection 
2. What to change/rewrite/edit/download to get a final = lasting solution 
(Mozilla,Synpatic, all other networking) working.

Thank you,
Palo

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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


Re: [Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-18 Thread Daniel de Souza Telles
pppoconf didn't work?

2009/11/18 khaktus khak...@gmail.com

 Hi, luckily I have a dual boot with XP, to be able to browse internet...
 ...but to search for all day in forums? And which of the proposed
 workarounds should I choose?? Most of them contain just hints for the
 experts... and the notes of the new bugs appearing after the old one was
 fixed. Me as a half-beginner, I still have no clue what to do.

 It would be nice from Ubuntu team, or some personal initiative, to write a
 clear step by step solution for Ubuntu newbies.
 1. What to change/rewrite/edit where to get a temporary network connection
 2. What to change/rewrite/edit/download to get a final = lasting solution
 (Mozilla,Synpatic, all other networking) working.

 Thank you,
 Palo

 --
 [MASTER] pppd timeout when trying to establish a DSL connection
 https://bugs.launchpad.net/bugs/432205
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.

 Status in “network-manager” package in Ubuntu: Fix Committed
 Status in “ppp” package in Ubuntu: Invalid
 Status in “network-manager” package in openSUSE: Invalid

 Bug description:
 NOTE: fixed packages are available here:
 https://edge.launchpad.net/~network-manager/+archive/trunkhttps://edge.launchpad.net/%7Enetwork-manager/+archive/trunk

 =

 Binary package hint: network-manager

 In Karmic alpha 5 I could establish a DSL connection.
 In alpha 6, NetworkManager cannot do it.

 I take the following steps: Edit connections - DSL - Add, then enter my
 username and password.
 After, I choose DSL Connection 1 from drop-down menu of NetworkManager
 Applet 0.7.996
 Two green points appear on applet icon, and blue thingy circulates around
 them for a long time.
 Then icon appears as disconnected, then two green points again, but this
 time pop-up note says that the connection is established to Auto eth0.

 I tried the following command:
 sudo sh -c NM_PPP_DEBUG=true NetworkManager --no-daemon

 Then I tried to connect again and the output was the following:

 
 NetworkManager: info  starting...
 NetworkManager: info  modem-manager is now available
 NetworkManager:SCPlugin-Ifupdown: init!
 NetworkManager:SCPlugin-Ifupdown: update_system_hostname
 NetworkManager:SCPluginIfupdown: management mode: unmanaged
 NetworkManager:SCPlugin-Ifupdown: devices added (path:
 /sys/devices/pci:00/:00:05.0/net/eth0, iface: eth0)
 NetworkManager:SCPlugin-Ifupdown: device added (path:
 /sys/devices/pci:00/:00:05.0/net/eth0, iface: eth0): no exported
 connection
 NetworkManager:SCPlugin-Ifupdown: devices added (path:
 /sys/devices/virtual/net/lo, iface: lo)
 NetworkManager:SCPlugin-Ifupdown: device added (path:
 /sys/devices/virtual/net/lo, iface: lo): no exported connection
 NetworkManager:SCPlugin-Ifupdown: end _init.
 NetworkManager: Loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report
 bugs please use the NetworkManager mailing list.
 NetworkManager: Loaded plugin keyfile: (c) 2007 - 2008 Red Hat, Inc.  To
 report bugs please use the NetworkManager mailing list.
 NetworkManager: info  Wireless now enabled by radio killswitch
 NetworkManager:SCPlugin-Ifupdown: (148258080) ... get_connections.
 NetworkManager:SCPlugin-Ifupdown: (148258080) ... get_connections
 (managed=false): return empty list.
 NetworkManager:Ifupdown: get unmanaged devices count: 0
 NetworkManager: info  (eth0): new Ethernet device (driver: 'forcedeth')
 NetworkManager: info  (eth0): exported as
 /org/freedesktop/NetworkManager/Devices/0
 NetworkManager: info  (eth0): now managed
 NetworkManager: info  (eth0): device state change: 1 - 2 (reason 2)
 NetworkManager: info  (eth0): preparing device.
 NetworkManager: info  (eth0): deactivating device (reason: 2).
 -- Error received: Numerical result out of range
 -- Original message: type=0x19 length=56 flags=REQUEST,ACK
 sequence-nr=1253233374 pid=4199817
 NetworkManager: WARN  check_one_route(): (eth0) error -34 returned from
 rtnl_route_del(): Sucess

 NetworkManager: Added default wired connection 'Auto eth0' for
 /sys/devices/pci:00/:00:05.0/net/eth0
 NetworkManager: WARN  default_adapter_cb(): bluez error getting default
 adapter: The name org.bluez was not provided by any .service files
 NetworkManager: info  (eth0): carrier now ON (device state 2)
 NetworkManager: info  (eth0): device state change: 2 - 3 (reason 40)
 NetworkManager: info  Activation (eth0) starting connection 'Auto eth0'
 NetworkManager: info  (eth0): device state change: 3 - 4 (reason 0)
 NetworkManager: info  Activation (eth0) Stage 1 of 5 (Device Prepare)
 scheduled...
 NetworkManager: info  Activation (eth0) Stage 1 of 5 (Device Prepare)
 started...
 NetworkManager: info  Activation (eth0) Stage 2 of 5 (Device Configure)
 scheduled...
 NetworkManager: info  Activation (eth0) Stage 1 of 5 

Re: [Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-18 Thread Daniel de Souza Telles
pppoeconf didn't work? To get a final solution you need to add
NetworkManager PPA daily repositories and update the system.

2009/11/18 khaktus khak...@gmail.com

 Hi, luckily I have a dual boot with XP, to be able to browse internet...
 ...but to search for all day in forums? And which of the proposed
 workarounds should I choose?? Most of them contain just hints for the
 experts... and the notes of the new bugs appearing after the old one was
 fixed. Me as a half-beginner, I still have no clue what to do.

 It would be nice from Ubuntu team, or some personal initiative, to write a
 clear step by step solution for Ubuntu newbies.
 1. What to change/rewrite/edit where to get a temporary network connection
 2. What to change/rewrite/edit/download to get a final = lasting solution
 (Mozilla,Synpatic, all other networking) working.

 Thank you,
 Palo

 --
 [MASTER] pppd timeout when trying to establish a DSL connection
 https://bugs.launchpad.net/bugs/432205
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.

 Status in “network-manager” package in Ubuntu: Fix Committed
 Status in “ppp” package in Ubuntu: Invalid
 Status in “network-manager” package in openSUSE: Invalid

 Bug description:
 NOTE: fixed packages are available here:
 https://edge.launchpad.net/~network-manager/+archive/trunkhttps://edge.launchpad.net/%7Enetwork-manager/+archive/trunk

 =

 Binary package hint: network-manager

 In Karmic alpha 5 I could establish a DSL connection.
 In alpha 6, NetworkManager cannot do it.

 I take the following steps: Edit connections - DSL - Add, then enter my
 username and password.
 After, I choose DSL Connection 1 from drop-down menu of NetworkManager
 Applet 0.7.996
 Two green points appear on applet icon, and blue thingy circulates around
 them for a long time.
 Then icon appears as disconnected, then two green points again, but this
 time pop-up note says that the connection is established to Auto eth0.

 I tried the following command:
 sudo sh -c NM_PPP_DEBUG=true NetworkManager --no-daemon

 Then I tried to connect again and the output was the following:

 
 NetworkManager: info  starting...
 NetworkManager: info  modem-manager is now available
 NetworkManager:SCPlugin-Ifupdown: init!
 NetworkManager:SCPlugin-Ifupdown: update_system_hostname
 NetworkManager:SCPluginIfupdown: management mode: unmanaged
 NetworkManager:SCPlugin-Ifupdown: devices added (path:
 /sys/devices/pci:00/:00:05.0/net/eth0, iface: eth0)
 NetworkManager:SCPlugin-Ifupdown: device added (path:
 /sys/devices/pci:00/:00:05.0/net/eth0, iface: eth0): no exported
 connection
 NetworkManager:SCPlugin-Ifupdown: devices added (path:
 /sys/devices/virtual/net/lo, iface: lo)
 NetworkManager:SCPlugin-Ifupdown: device added (path:
 /sys/devices/virtual/net/lo, iface: lo): no exported connection
 NetworkManager:SCPlugin-Ifupdown: end _init.
 NetworkManager: Loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report
 bugs please use the NetworkManager mailing list.
 NetworkManager: Loaded plugin keyfile: (c) 2007 - 2008 Red Hat, Inc.  To
 report bugs please use the NetworkManager mailing list.
 NetworkManager: info  Wireless now enabled by radio killswitch
 NetworkManager:SCPlugin-Ifupdown: (148258080) ... get_connections.
 NetworkManager:SCPlugin-Ifupdown: (148258080) ... get_connections
 (managed=false): return empty list.
 NetworkManager:Ifupdown: get unmanaged devices count: 0
 NetworkManager: info  (eth0): new Ethernet device (driver: 'forcedeth')
 NetworkManager: info  (eth0): exported as
 /org/freedesktop/NetworkManager/Devices/0
 NetworkManager: info  (eth0): now managed
 NetworkManager: info  (eth0): device state change: 1 - 2 (reason 2)
 NetworkManager: info  (eth0): preparing device.
 NetworkManager: info  (eth0): deactivating device (reason: 2).
 -- Error received: Numerical result out of range
 -- Original message: type=0x19 length=56 flags=REQUEST,ACK
 sequence-nr=1253233374 pid=4199817
 NetworkManager: WARN  check_one_route(): (eth0) error -34 returned from
 rtnl_route_del(): Sucess

 NetworkManager: Added default wired connection 'Auto eth0' for
 /sys/devices/pci:00/:00:05.0/net/eth0
 NetworkManager: WARN  default_adapter_cb(): bluez error getting default
 adapter: The name org.bluez was not provided by any .service files
 NetworkManager: info  (eth0): carrier now ON (device state 2)
 NetworkManager: info  (eth0): device state change: 2 - 3 (reason 40)
 NetworkManager: info  Activation (eth0) starting connection 'Auto eth0'
 NetworkManager: info  (eth0): device state change: 3 - 4 (reason 0)
 NetworkManager: info  Activation (eth0) Stage 1 of 5 (Device Prepare)
 scheduled...
 NetworkManager: info  Activation (eth0) Stage 1 of 5 (Device Prepare)
 started...
 NetworkManager: info  Activation 

[Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-18 Thread wernerhabel
... so really no update to the main ppa 's?
... bummer.

thanks,
Werner

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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


Re: [Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-18 Thread Daniel de Souza Telles
wernerhabel, I don't know about the main PPA. So I asked him to use the NM
PPA.
There is a easy ay to known that, if the bug status is Fix commited its
only fixed in NM PPA, and if status is Fix released it was on the main PPA
too. I cant tell it to you because i cant access launchpad as where i am
https is blocked so i'm replying this message via gmail.

2009/11/18 wernerhabel werner.ha...@gmail.com

 ... so really no update to the main ppa 's?
 ... bummer.

 thanks,
 Werner

 --
 [MASTER] pppd timeout when trying to establish a DSL connection
 https://bugs.launchpad.net/bugs/432205
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.

 Status in “network-manager” package in Ubuntu: Fix Committed
 Status in “ppp” package in Ubuntu: Invalid
 Status in “network-manager” package in openSUSE: Invalid

 Bug description:
 NOTE: fixed packages are available here:
 https://edge.launchpad.net/~network-manager/+archive/trunkhttps://edge.launchpad.net/%7Enetwork-manager/+archive/trunk

 =

 Binary package hint: network-manager

 In Karmic alpha 5 I could establish a DSL connection.
 In alpha 6, NetworkManager cannot do it.

 I take the following steps: Edit connections - DSL - Add, then enter my
 username and password.
 After, I choose DSL Connection 1 from drop-down menu of NetworkManager
 Applet 0.7.996
 Two green points appear on applet icon, and blue thingy circulates around
 them for a long time.
 Then icon appears as disconnected, then two green points again, but this
 time pop-up note says that the connection is established to Auto eth0.

 I tried the following command:
 sudo sh -c NM_PPP_DEBUG=true NetworkManager --no-daemon

 Then I tried to connect again and the output was the following:

 
 NetworkManager: info  starting...
 NetworkManager: info  modem-manager is now available
 NetworkManager:SCPlugin-Ifupdown: init!
 NetworkManager:SCPlugin-Ifupdown: update_system_hostname
 NetworkManager:SCPluginIfupdown: management mode: unmanaged
 NetworkManager:SCPlugin-Ifupdown: devices added (path:
 /sys/devices/pci:00/:00:05.0/net/eth0, iface: eth0)
 NetworkManager:SCPlugin-Ifupdown: device added (path:
 /sys/devices/pci:00/:00:05.0/net/eth0, iface: eth0): no exported
 connection
 NetworkManager:SCPlugin-Ifupdown: devices added (path:
 /sys/devices/virtual/net/lo, iface: lo)
 NetworkManager:SCPlugin-Ifupdown: device added (path:
 /sys/devices/virtual/net/lo, iface: lo): no exported connection
 NetworkManager:SCPlugin-Ifupdown: end _init.
 NetworkManager: Loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report
 bugs please use the NetworkManager mailing list.
 NetworkManager: Loaded plugin keyfile: (c) 2007 - 2008 Red Hat, Inc.  To
 report bugs please use the NetworkManager mailing list.
 NetworkManager: info  Wireless now enabled by radio killswitch
 NetworkManager:SCPlugin-Ifupdown: (148258080) ... get_connections.
 NetworkManager:SCPlugin-Ifupdown: (148258080) ... get_connections
 (managed=false): return empty list.
 NetworkManager:Ifupdown: get unmanaged devices count: 0
 NetworkManager: info  (eth0): new Ethernet device (driver: 'forcedeth')
 NetworkManager: info  (eth0): exported as
 /org/freedesktop/NetworkManager/Devices/0
 NetworkManager: info  (eth0): now managed
 NetworkManager: info  (eth0): device state change: 1 - 2 (reason 2)
 NetworkManager: info  (eth0): preparing device.
 NetworkManager: info  (eth0): deactivating device (reason: 2).
 -- Error received: Numerical result out of range
 -- Original message: type=0x19 length=56 flags=REQUEST,ACK
 sequence-nr=1253233374 pid=4199817
 NetworkManager: WARN  check_one_route(): (eth0) error -34 returned from
 rtnl_route_del(): Sucess

 NetworkManager: Added default wired connection 'Auto eth0' for
 /sys/devices/pci:00/:00:05.0/net/eth0
 NetworkManager: WARN  default_adapter_cb(): bluez error getting default
 adapter: The name org.bluez was not provided by any .service files
 NetworkManager: info  (eth0): carrier now ON (device state 2)
 NetworkManager: info  (eth0): device state change: 2 - 3 (reason 40)
 NetworkManager: info  Activation (eth0) starting connection 'Auto eth0'
 NetworkManager: info  (eth0): device state change: 3 - 4 (reason 0)
 NetworkManager: info  Activation (eth0) Stage 1 of 5 (Device Prepare)
 scheduled...
 NetworkManager: info  Activation (eth0) Stage 1 of 5 (Device Prepare)
 started...
 NetworkManager: info  Activation (eth0) Stage 2 of 5 (Device Configure)
 scheduled...
 NetworkManager: info  Activation (eth0) Stage 1 of 5 (Device Prepare)
 complete.
 NetworkManager: info  Activation (eth0) Stage 2 of 5 (Device Configure)
 starting...
 NetworkManager: info  (eth0): device state change: 4 - 5 (reason 0)
 NetworkManager: info  Activation (eth0) Stage 2 of 5 (Device Configure)
 successful.
 

[Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-11 Thread wernerhabel
Daniel de Souza Telles  wrote 19 hours ago:  Re: [Bug 432205] Re:
[MASTER] pppd timeout when trying to establish a DSL connection
#92

 Live CD will never be fix. Only LTS versions have CD updates.

OK, that answered my first question, thanks. Altough this basically
turns the very concept of a *daily snapshot* live cd ad absurdum.

Yet again, what about my first question, what about the default update
repositories provided with initial install? Will this fix be also
available from there, not only from trunk?

Thanks,
Werner

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-10 Thread tobiwan
#38 helped me too! Thanks a lot!

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-10 Thread wernerhabel
any idea, when the fix will be available via the normal update
repositories/daily live cd?

thanks,
Werner

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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


Re: [Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-10 Thread Daniel de Souza Telles
Live CD will never be fix. Only LTS versions have CD updates.

2009/11/10 wernerhabel werner.ha...@gmail.com

 any idea, when the fix will be available via the normal update
 repositories/daily live cd?

 thanks,
 Werner

 --
 [MASTER] pppd timeout when trying to establish a DSL connection
 https://bugs.launchpad.net/bugs/432205
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.

 Status in “network-manager” package in Ubuntu: Fix Committed
 Status in “ppp” package in Ubuntu: Invalid
 Status in “network-manager” package in openSUSE: Invalid

 Bug description:
 NOTE: fixed packages are available here:
 https://edge.launchpad.net/~network-manager/+archive/trunkhttps://edge.launchpad.net/%7Enetwork-manager/+archive/trunk

 =

 Binary package hint: network-manager

 In Karmic alpha 5 I could establish a DSL connection.
 In alpha 6, NetworkManager cannot do it.

 I take the following steps: Edit connections - DSL - Add, then enter my
 username and password.
 After, I choose DSL Connection 1 from drop-down menu of NetworkManager
 Applet 0.7.996
 Two green points appear on applet icon, and blue thingy circulates around
 them for a long time.
 Then icon appears as disconnected, then two green points again, but this
 time pop-up note says that the connection is established to Auto eth0.

 I tried the following command:
 sudo sh -c NM_PPP_DEBUG=true NetworkManager --no-daemon

 Then I tried to connect again and the output was the following:

 
 NetworkManager: info  starting...
 NetworkManager: info  modem-manager is now available
 NetworkManager:SCPlugin-Ifupdown: init!
 NetworkManager:SCPlugin-Ifupdown: update_system_hostname
 NetworkManager:SCPluginIfupdown: management mode: unmanaged
 NetworkManager:SCPlugin-Ifupdown: devices added (path:
 /sys/devices/pci:00/:00:05.0/net/eth0, iface: eth0)
 NetworkManager:SCPlugin-Ifupdown: device added (path:
 /sys/devices/pci:00/:00:05.0/net/eth0, iface: eth0): no exported
 connection
 NetworkManager:SCPlugin-Ifupdown: devices added (path:
 /sys/devices/virtual/net/lo, iface: lo)
 NetworkManager:SCPlugin-Ifupdown: device added (path:
 /sys/devices/virtual/net/lo, iface: lo): no exported connection
 NetworkManager:SCPlugin-Ifupdown: end _init.
 NetworkManager: Loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report
 bugs please use the NetworkManager mailing list.
 NetworkManager: Loaded plugin keyfile: (c) 2007 - 2008 Red Hat, Inc.  To
 report bugs please use the NetworkManager mailing list.
 NetworkManager: info  Wireless now enabled by radio killswitch
 NetworkManager:SCPlugin-Ifupdown: (148258080) ... get_connections.
 NetworkManager:SCPlugin-Ifupdown: (148258080) ... get_connections
 (managed=false): return empty list.
 NetworkManager:Ifupdown: get unmanaged devices count: 0
 NetworkManager: info  (eth0): new Ethernet device (driver: 'forcedeth')
 NetworkManager: info  (eth0): exported as
 /org/freedesktop/NetworkManager/Devices/0
 NetworkManager: info  (eth0): now managed
 NetworkManager: info  (eth0): device state change: 1 - 2 (reason 2)
 NetworkManager: info  (eth0): preparing device.
 NetworkManager: info  (eth0): deactivating device (reason: 2).
 -- Error received: Numerical result out of range
 -- Original message: type=0x19 length=56 flags=REQUEST,ACK
 sequence-nr=1253233374 pid=4199817
 NetworkManager: WARN  check_one_route(): (eth0) error -34 returned from
 rtnl_route_del(): Sucess

 NetworkManager: Added default wired connection 'Auto eth0' for
 /sys/devices/pci:00/:00:05.0/net/eth0
 NetworkManager: WARN  default_adapter_cb(): bluez error getting default
 adapter: The name org.bluez was not provided by any .service files
 NetworkManager: info  (eth0): carrier now ON (device state 2)
 NetworkManager: info  (eth0): device state change: 2 - 3 (reason 40)
 NetworkManager: info  Activation (eth0) starting connection 'Auto eth0'
 NetworkManager: info  (eth0): device state change: 3 - 4 (reason 0)
 NetworkManager: info  Activation (eth0) Stage 1 of 5 (Device Prepare)
 scheduled...
 NetworkManager: info  Activation (eth0) Stage 1 of 5 (Device Prepare)
 started...
 NetworkManager: info  Activation (eth0) Stage 2 of 5 (Device Configure)
 scheduled...
 NetworkManager: info  Activation (eth0) Stage 1 of 5 (Device Prepare)
 complete.
 NetworkManager: info  Activation (eth0) Stage 2 of 5 (Device Configure)
 starting...
 NetworkManager: info  (eth0): device state change: 4 - 5 (reason 0)
 NetworkManager: info  Activation (eth0) Stage 2 of 5 (Device Configure)
 successful.
 NetworkManager: info  Activation (eth0) Stage 3 of 5 (IP Configure Start)
 scheduled.
 NetworkManager: info  Activation (eth0) Stage 2 of 5 (Device Configure)
 complete.
 NetworkManager: info  Activation (eth0) Stage 3 of 5 (IP Configure Start)
 started...
 

[Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-07 Thread aventura_alex
is there any plan to get this fixed in the distribution disk too? since
it is a bit of an annoyance to do that by downloading a version that
doesn't connect to the internet out of the box and then try and fix it.
I'd be delighted to learn that since if it is not coming any time soon I
may try to apply this fix myself.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-07 Thread Nicolai_J.
According to Alexander Sack's recommendation:

insufficient privleges bug: Bug #462944
authenfication bug: Bug #477030
(open)vpn bug: Bug #477584

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-07 Thread Misha Bazanov
2aventura_alex  
AFAIK there're no disk updates for not LTS versions(8.04 is 8.04.3 but 8.10 
still 8.10, see http://releases.ubuntu.com). Internet connection for update can 
be establish with pppoeconf, that included in distribution. 
If you whant to make you own updated distribution -- use this manual 
https://help.ubuntu.com/community/LiveCDCustomization.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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


Re: [Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-05 Thread Alexander Sack
On Sun, Nov 01, 2009 at 12:19:14PM -, agitdd99 wrote:
 so sorry i didn't know how to set status change according to my
 experience fixing this bug.

please do not change bug states i set. please set back to fix committed.

If you experience more bugs than what is fixed in daily PPA, you see
a different bug: open a new one or find it and point users in this bug
to it.

 - Alexander

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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


Re: [Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-05 Thread Alexander Sack
On Mon, Nov 02, 2009 at 11:13:18AM -, Daniel de Souza Telles wrote:
 That makes me sad. But Win 7 keep LAN and PPPoE with only one network
 card.

this is a planned feature as pointed out above. Also we work on pppoe over
wifi to provide a complete pppoe experience ...

 - Alexander

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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


Re: [Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-05 Thread Alexander Sack
On Mon, Nov 02, 2009 at 02:30:52PM -, Michael Lazarev wrote:
 @Emmanuel Touzery, @Nicolai_J.
 
 You are completely wrong on your point. But, as users, you might not
 know, and it's OK. You might also be surprised to know that one
 network card can have several IP addresses, and it is pretty well
 reasonable and sane setup for some networks.
 

you are right that it's doable, but it's a corner case feature and as
that is not implemented yet. Seems likely we will have this in next
LTS (lucid aka 10.04)

 - Alexander

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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


Re: [Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-05 Thread Alexander Sack
On Mon, Nov 02, 2009 at 03:17:26PM -, Marius Bock wrote:
 Just updating my earlier (#52) comment:
 
 Had an update from the PPA today and that version allowed DLS Connection
 to work again.  This was on a freshly installed Karmic with Available to
 all users switch off.  When this setting is enabled it does not work and
 then updating is also a problem since the insufficient priviledges bug
 is still there.  At lease I can use DSL connection again.

could you please make a new bug (if it doesnt exist) for the insufficient
privileges issue? It's obviously a different issue and using separate bugs
for different issues helps keeping them productive.

 - Alexander

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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


Re: [Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-05 Thread Alexander Sack
On Mon, Nov 02, 2009 at 09:09:37PM -, dir1212 wrote:
 Still can not connect to my PPPoE servers, even with latest NM from PPA.
 In my case (Karmic - Amd64) rp-pppoe (or pppd) just ignores the 
 rp_pppoe_service param and timeouts.
 While using the pppoe-discovery with service setting I can receive PADO 
 packets.

I am not sure what the problem is here, but unless you use available to all 
users
checkbox in the settings (which was dubbed the insufficient privleges bug a 
bit above)
you probably see a completely separate issue.  Please open a new bug and maybe
drop your bug id here so we can follow up there. Thanks!

Also remember that if you modified /etc/ppp/options manually, this can have 
unexpected
behaviour. Not sure if you did, but if you did try to reset that to default.

 - Alexander

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-05 Thread Alexander Sack
folks please stop playing with bug statusses I explicitly set. thats
really not productive. this is FIX COMMITTED.

** Changed in: network-manager (Ubuntu)
   Status: In Progress = Fix Committed

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-05 Thread Misha Bazanov
Thanks for fixing and you attention, Alexander. I'm glad to read that lan and 
pppoe connections may be work together in the future.
Also i'm open new bug about available to all users dsl connection, so, invete 
all to discuss here:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/476204

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-05 Thread Nils Gladitz
** Changed in: network-manager (Ubuntu)
   Status: Fix Committed = Fix Released

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

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-03 Thread Jurist C. M. Macabuhay
** Changed in: network-manager (Ubuntu)
   Status: In Progress = Fix Released

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-03 Thread Nicolai_J.
@Jurist C. M. Macabuhay: This bug is not fixed yet! 
You can't connect with system wide DSL connections.

I don't know whether the developers has already a fix.
That's why I restore the status to In Progress.

** Changed in: network-manager (Ubuntu)
   Status: Fix Released = In Progress

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-02 Thread dir1212
Still can not connect to my PPPoE servers, even with latest NM from PPA.
In my case (Karmic - Amd64) rp-pppoe (or pppd) just ignores the 
rp_pppoe_service param and timeouts.
While using the pppoe-discovery with service setting I can receive PADO packets.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-02 Thread Linouser
If you connect using PPPoE connection now (since the patch for the bug),
one is unable to access the machine via the network. Also the machine
can no longer ping any other PC on the network?

Seems that PPoE kills the local area network?

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-02 Thread Nicolai_J.
@65: Seems that PPPoE kills the local area network?: Yes, that seems to
be normal, either LAN or PPPoE connection.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-02 Thread Misha Bazanov
2Linouser: alredy in wish list, see
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/290639

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-02 Thread Emmanuel Touzery
@linouser: are you trying to do PPPoE on the same network card as LAN?
Normally you need two network cards, one for LAN and one for PPPoE (also with 
pppoeconf AFAIK).

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-02 Thread dobee
@#67
I like the feature of keeping pppoe and LAN separate, it should be optional to 
connect to the LAN as well. Sometimes I want my lan offline when using pppoe.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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


Re: [Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-02 Thread Daniel de Souza Telles
That makes me sad. But Win 7 keep LAN and PPPoE with only one network
card.

2009/11/2 dobee robl...@gmail.com

 @#67
 I like the feature of keeping pppoe and LAN separate, it should be optional
 to connect to the LAN as well. Sometimes I want my lan offline when using
 pppoe.

 --
 [MASTER] pppd timeout when trying to establish a DSL connection
 https://bugs.launchpad.net/bugs/432205
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.

 Status in “network-manager” package in Ubuntu: In Progress
 Status in “ppp” package in Ubuntu: Invalid
 Status in “network-manager” package in openSUSE: Invalid

 Bug description:
 NOTE: fixed packages are available here:
 https://edge.launchpad.net/~network-manager/+archive/trunkhttps://edge.launchpad.net/%7Enetwork-manager/+archive/trunk

 =

 Binary package hint: network-manager

 In Karmic alpha 5 I could establish a DSL connection.
 In alpha 6, NetworkManager cannot do it.

 I take the following steps: Edit connections - DSL - Add, then enter my
 username and password.
 After, I choose DSL Connection 1 from drop-down menu of NetworkManager
 Applet 0.7.996
 Two green points appear on applet icon, and blue thingy circulates around
 them for a long time.
 Then icon appears as disconnected, then two green points again, but this
 time pop-up note says that the connection is established to Auto eth0.

 I tried the following command:
 sudo sh -c NM_PPP_DEBUG=true NetworkManager --no-daemon

 Then I tried to connect again and the output was the following:

 
 NetworkManager: info  starting...
 NetworkManager: info  modem-manager is now available
 NetworkManager:SCPlugin-Ifupdown: init!
 NetworkManager:SCPlugin-Ifupdown: update_system_hostname
 NetworkManager:SCPluginIfupdown: management mode: unmanaged
 NetworkManager:SCPlugin-Ifupdown: devices added (path:
 /sys/devices/pci:00/:00:05.0/net/eth0, iface: eth0)
 NetworkManager:SCPlugin-Ifupdown: device added (path:
 /sys/devices/pci:00/:00:05.0/net/eth0, iface: eth0): no exported
 connection
 NetworkManager:SCPlugin-Ifupdown: devices added (path:
 /sys/devices/virtual/net/lo, iface: lo)
 NetworkManager:SCPlugin-Ifupdown: device added (path:
 /sys/devices/virtual/net/lo, iface: lo): no exported connection
 NetworkManager:SCPlugin-Ifupdown: end _init.
 NetworkManager: Loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report
 bugs please use the NetworkManager mailing list.
 NetworkManager: Loaded plugin keyfile: (c) 2007 - 2008 Red Hat, Inc.  To
 report bugs please use the NetworkManager mailing list.
 NetworkManager: info  Wireless now enabled by radio killswitch
 NetworkManager:SCPlugin-Ifupdown: (148258080) ... get_connections.
 NetworkManager:SCPlugin-Ifupdown: (148258080) ... get_connections
 (managed=false): return empty list.
 NetworkManager:Ifupdown: get unmanaged devices count: 0
 NetworkManager: info  (eth0): new Ethernet device (driver: 'forcedeth')
 NetworkManager: info  (eth0): exported as
 /org/freedesktop/NetworkManager/Devices/0
 NetworkManager: info  (eth0): now managed
 NetworkManager: info  (eth0): device state change: 1 - 2 (reason 2)
 NetworkManager: info  (eth0): preparing device.
 NetworkManager: info  (eth0): deactivating device (reason: 2).
 -- Error received: Numerical result out of range
 -- Original message: type=0x19 length=56 flags=REQUEST,ACK
 sequence-nr=1253233374 pid=4199817
 NetworkManager: WARN  check_one_route(): (eth0) error -34 returned from
 rtnl_route_del(): Sucess

 NetworkManager: Added default wired connection 'Auto eth0' for
 /sys/devices/pci:00/:00:05.0/net/eth0
 NetworkManager: WARN  default_adapter_cb(): bluez error getting default
 adapter: The name org.bluez was not provided by any .service files
 NetworkManager: info  (eth0): carrier now ON (device state 2)
 NetworkManager: info  (eth0): device state change: 2 - 3 (reason 40)
 NetworkManager: info  Activation (eth0) starting connection 'Auto eth0'
 NetworkManager: info  (eth0): device state change: 3 - 4 (reason 0)
 NetworkManager: info  Activation (eth0) Stage 1 of 5 (Device Prepare)
 scheduled...
 NetworkManager: info  Activation (eth0) Stage 1 of 5 (Device Prepare)
 started...
 NetworkManager: info  Activation (eth0) Stage 2 of 5 (Device Configure)
 scheduled...
 NetworkManager: info  Activation (eth0) Stage 1 of 5 (Device Prepare)
 complete.
 NetworkManager: info  Activation (eth0) Stage 2 of 5 (Device Configure)
 starting...
 NetworkManager: info  (eth0): device state change: 4 - 5 (reason 0)
 NetworkManager: info  Activation (eth0) Stage 2 of 5 (Device Configure)
 successful.
 NetworkManager: info  Activation (eth0) Stage 3 of 5 (IP Configure Start)
 scheduled.
 NetworkManager: info  Activation (eth0) Stage 2 of 5 (Device Configure)
 complete.
 NetworkManager: info  Activation (eth0) 

[Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-02 Thread Linouser
I know what it can do, but I do want to be able to use 1 network card
for both PPOE and LAN connections. I need two network cards to do this
when Windows can do it out of the box? That is pathetic in my honest
opinion!

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-02 Thread Misha Bazanov
just use pppoeconf and /etc/network/interfaces for configuring network.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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


Re: [Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-02 Thread Michael Lazarev
@Emmanuel Touzery, @Nicolai_J.

You are completely wrong on your point. But, as users, you might not
know, and it's OK. You might also be surprised to know that one
network card can have several IP addresses, and it is pretty well
reasonable and sane setup for some networks.

What I am afraid of is that developers of NetworkManager think like
you 
(https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/290639/comments/6)
It would be very disturbing if they think we ask for some rare and
unusual thing just out of curiosity. It must be understood that this
is a *real* bug, it makes a lot of trouble for many people here, just
not everyone is writing about this. If you only knew how mad we become
working this bug around on hybrid modems with our dumb monopolist
providers requiring bridge-mode and ceasing technical support
otherwise!

Read this: 
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/290639/comments/18
I'd like to thank Yigit Güneli for such clear explanation.

@dobee: Yes, there must be option to turn off or turn on ethN
connections, independently. And there must be an option to turn on or
turn off PPP connections, also independently on any other connections,
whether PPP or Ethernet ones. That would be right.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-02 Thread wauwau
thank you for fixing dsl network manager bug so quickly(using launchpad
ppa package now ) , thumbs up :)

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-02 Thread Marius Bock
Just updating my earlier (#52) comment:

Had an update from the PPA today and that version allowed DLS Connection
to work again.  This was on a freshly installed Karmic with Available to
all users switch off.  When this setting is enabled it does not work and
then updating is also a problem since the insufficient priviledges bug
is still there.  At lease I can use DSL connection again.

Have also updated my machine that was upgraded to Jaunty but will test
that later and report back then.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-01 Thread mr. adams
Adding the NetworkManager daily trunk builds finally worked for me.
Unforgivable, Canonical.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-01 Thread dobee
OK so pppoe does work but still not 100%, one connection works now I need to 
get he others to work.
I did this...
fixed packages are available here: 
https://edge.launchpad.net/~network-manager/+archive/trunk
and enabled backport + unreleased updates in the repo settings.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-01 Thread dobee
OK so pppoe does work but still not 100%, one connection works now I
need to get he others to work.

It's not 100% because available to all makes the connection fail.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-01 Thread arr
daily builds is not working for me with shared connection - different
error: Authentication Failure

Nov  1 07:24:16 rominusr pppd[3601]: Plugin rp-pppoe.so loaded.
Nov  1 07:24:16 rominusr pppd[3601]: RP-PPPoE plugin version 3.8p compiled 
against pppd 2.4.5
Nov  1 07:24:16 rominusr pppd[3601]: Plugin 
/usr/lib/pppd/2.4.4/nm-pppd-plugin.so loaded.
Nov  1 07:24:16 rominusr pppd[3601]: pppd 2.4.5 started by root, uid 0
Nov  1 07:24:17 rominusr pppd[3601]: PPP session is 2009
Nov  1 07:24:17 rominusr pppd[3601]: Connected to XX:XX:XX:XX:XX via interface 
eth1
Nov  1 07:24:17 rominusr pppd[3601]: Using interface ppp0
Nov  1 07:24:17 rominusr pppd[3601]: Connect: ppp0 -- eth1
Nov  1 07:24:17 rominusr pppd[3601]: Remote message: Authentication failure
Nov  1 07:24:17 rominusr pppd[3601]: Connection terminated.
Nov  1 07:24:17 rominusr pppd[3601]: Exit.

PS: Login/password IS correct (I can connect with pon).

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-01 Thread agitdd99
** Changed in: network-manager (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-01 Thread agitdd99
** Changed in: network-manager (Ubuntu)
   Status: Fix Released = In Progress

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-01 Thread agitdd99
so sorry i didn't know how to set status change according to my
experience fixing this bug.

but, i still encounter problems though i have updated from the daily
trunk.

Upgraded the following packages:
libnm-glib2 (0.8~a~git.20091013t193206.679d548-0ubuntu1) to 
0.8~a~git.20091030t185830.82011df-0ubuntu1~nmt1
libnm-util1 (0.8~a~git.20091013t193206.679d548-0ubuntu1) to 
0.8~a~git.20091030t185830.82011df-0ubuntu1~nmt1
modemmanager (0.2.git.20091014t233208.16f3e00-0ubuntu1) to 
0.2.git.20091031t001131.107f950-0ubuntu2~nmt1
network-manager (0.8~a~git.20091013t193206.679d548-0ubuntu1) to 
0.8~a~git.20091030t185830.82011df-0ubuntu1~nmt1
network-manager-gnome (0.8~a~git.20091014t134532.4033e62-0ubuntu1) to 
0.8~a~git.20091031t155342.d08484c-0ubuntu2~nmt1

I encountered a new problem too indicating that no insufficient
privileges to edit the DSL connection (see attached picture)


** Attachment added: Screenshot-1.png
   http://launchpadlibrarian.net/34858792/Screenshot-1.png

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-01 Thread agitdd99
syslog on network manager

** Attachment added: syslog network manager
   http://launchpadlibrarian.net/34858960/syslog%20network%20manager

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-01 Thread agitdd99

** Attachment added: syslog on pppd
   http://launchpadlibrarian.net/34859026/syslog%20pppd

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-01 Thread agitdd99

** Attachment added: syslog insufficient priviliges
   http://launchpadlibrarian.net/34859127/syslog%20insufficient%20priviliges

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-01 Thread Steven
I'm not able to estabilish any pptp vpn connection either, can someone confirm 
this?
Is this the same bug or I need to report another one?

I'm using the version in the repos.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-01 Thread Nicolai_J.
@#61: Yes, I confirm that openVPN connections can't been established!
I think you should write a new report.

(
NetworkManager: WARN  nm_vpn_connection_connect_cb(): VPN connection 
'vpnclient_1' failed to connect: 'No VPN secrets!'.
NetworkManager: WARN  connection_state_changed(): Could not process the 
request because no VPN connection was active.

-.- More bugs in NM ...

At Jaunty I was abled establish VPN connections. Therefore my VPN connections 
were configurated properly!
)

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-01 Thread Marco
9.10 upgraded form 9.04 has the same problem with PPPoE connections.
Fresh install stills the same:

pppd[2291]: pppd 2.4.5 started by root, uid 0
pppd[2291]: PPP session is 4346
pppd[2291]: Connected to xx:xx:xx:xx:xx:xx via interface eth0
pppd[2291]: Using interface ppp0
pppd[2291]: Connect: ppp0 -- eth0
NetworkManager: SCPlugin-Ifupdown: devices added (path: 
/sys/devices/virtual/net/ppp0, iface: ppp0)
NetworkManager: SCPlugin-Ifupdown: device added (path: 
/sys/devices/virtual/net/ppp0, iface: ppp0): no ifupdown configuration found.
NetworkManager: WARN pppd_timed_out(): Looks like pppd didn't initialize our 
dbus module
NetworkManager: info (eth0): device state change: 7 - 9 (reason 14)
NetworkManager: info Marking connection 'Connection DSL 1' invalid.
NetworkManager: info Activation (eth0) failed.
NetworkManager: info (eth0): device state change: 9 - 3 (reason 0)
NetworkManager: info (eth0): deactivating device (reason: 0).
NetworkManager: debug [1257103303.002323] ensure_killed(): waiting for ppp 
pid 2291 to exit
NetworkManager: debug [1257103303.041718] ensure_killed(): ppp pid 2291 
cleaned up
NetworkManager: SCPlugin-Ifupdown: devices removed (path: 
/sys/devices/virtual/net/ppp0, iface: ppp0)
NetworkManager: info Activation (eth0) starting connection 'Wired Connection 
1'

I can only connect via pppoeconf.

I don't have a `/var/run/console/root' directory or file. I don't use
sudo before connecting.

NM Version: 0.8~a~git.20091013t193206.679d548-0ubuntu1

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-11-01 Thread agitdd99
after reading the post at ubuntu forum
http://ubuntuforums.org/showthread.php?t=1306053 , i found the network
manager package in https://edge.launchpad.net/~network-
manager/+archive/trunk worked by only leaving available to all user
unchecked. thanks.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-10-31 Thread Steven S
Another person confirming that the patch works.

The updated network-manager package that was just provided via update
manager (I installed it 15 minutes ago) caused it to stop working, but I
re-installed the patched version of yours from yesterday, and now it
works again.

I'm guessing that's due to what you just mentioned, and tomorrow's
network-manager update should hopefully work properly.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-10-31 Thread Alexander Sack
the trunk build is available for lpia and amd64 ... however, i386
builders are a bit busy, so it will take another few hours still ...
see: https://edge.launchpad.net/~network-
manager/+archive/trunk/+build/1314913

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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


Re: [Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-10-31 Thread stek79
Alexander,
  thank you very much for fixing this, wonderful work!

Thanks for this great release!

2009/10/31 Alexander Sack a...@ubuntu.com

 the trunk build is available for lpia and amd64 ... however, i386
 builders are a bit busy, so it will take another few hours still ...
 see: https://edge.launchpad.net/~network-
 manager/+archive/trunk/+build/1314913https://edge.launchpad.net/%7Enetwork-%0Amanager/+archive/trunk/+build/1314913

 --
 [MASTER] pppd timeout when trying to establish a DSL connection
 https://bugs.launchpad.net/bugs/432205
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “network-manager” package in Ubuntu: Fix Committed
 Status in “ppp” package in Ubuntu: Invalid
 Status in “network-manager” package in openSUSE: Invalid

 Bug description:
 Binary package hint: network-manager

 In Karmic alpha 5 I could establish a DSL connection.
 In alpha 6, NetworkManager cannot do it.

 I take the following steps: Edit connections - DSL - Add, then enter my
 username and password.
 After, I choose DSL Connection 1 from drop-down menu of NetworkManager
 Applet 0.7.996
 Two green points appear on applet icon, and blue thingy circulates around
 them for a long time.
 Then icon appears as disconnected, then two green points again, but this
 time pop-up note says that the connection is established to Auto eth0.

 I tried the following command:
 sudo sh -c NM_PPP_DEBUG=true NetworkManager --no-daemon

 Then I tried to connect again and the output was the following:

 
 NetworkManager: info  starting...
 NetworkManager: info  modem-manager is now available
 NetworkManager:SCPlugin-Ifupdown: init!
 NetworkManager:SCPlugin-Ifupdown: update_system_hostname
 NetworkManager:SCPluginIfupdown: management mode: unmanaged
 NetworkManager:SCPlugin-Ifupdown: devices added (path:
 /sys/devices/pci:00/:00:05.0/net/eth0, iface: eth0)
 NetworkManager:SCPlugin-Ifupdown: device added (path:
 /sys/devices/pci:00/:00:05.0/net/eth0, iface: eth0): no exported
 connection
 NetworkManager:SCPlugin-Ifupdown: devices added (path:
 /sys/devices/virtual/net/lo, iface: lo)
 NetworkManager:SCPlugin-Ifupdown: device added (path:
 /sys/devices/virtual/net/lo, iface: lo): no exported connection
 NetworkManager:SCPlugin-Ifupdown: end _init.
 NetworkManager: Loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report
 bugs please use the NetworkManager mailing list.
 NetworkManager: Loaded plugin keyfile: (c) 2007 - 2008 Red Hat, Inc.  To
 report bugs please use the NetworkManager mailing list.
 NetworkManager: info  Wireless now enabled by radio killswitch
 NetworkManager:SCPlugin-Ifupdown: (148258080) ... get_connections.
 NetworkManager:SCPlugin-Ifupdown: (148258080) ... get_connections
 (managed=false): return empty list.
 NetworkManager:Ifupdown: get unmanaged devices count: 0
 NetworkManager: info  (eth0): new Ethernet device (driver: 'forcedeth')
 NetworkManager: info  (eth0): exported as
 /org/freedesktop/NetworkManager/Devices/0
 NetworkManager: info  (eth0): now managed
 NetworkManager: info  (eth0): device state change: 1 - 2 (reason 2)
 NetworkManager: info  (eth0): preparing device.
 NetworkManager: info  (eth0): deactivating device (reason: 2).
 -- Error received: Numerical result out of range
 -- Original message: type=0x19 length=56 flags=REQUEST,ACK
 sequence-nr=1253233374 pid=4199817
 NetworkManager: WARN  check_one_route(): (eth0) error -34 returned from
 rtnl_route_del(): Sucess

 NetworkManager: Added default wired connection 'Auto eth0' for
 /sys/devices/pci:00/:00:05.0/net/eth0
 NetworkManager: WARN  default_adapter_cb(): bluez error getting default
 adapter: The name org.bluez was not provided by any .service files
 NetworkManager: info  (eth0): carrier now ON (device state 2)
 NetworkManager: info  (eth0): device state change: 2 - 3 (reason 40)
 NetworkManager: info  Activation (eth0) starting connection 'Auto eth0'
 NetworkManager: info  (eth0): device state change: 3 - 4 (reason 0)
 NetworkManager: info  Activation (eth0) Stage 1 of 5 (Device Prepare)
 scheduled...
 NetworkManager: info  Activation (eth0) Stage 1 of 5 (Device Prepare)
 started...
 NetworkManager: info  Activation (eth0) Stage 2 of 5 (Device Configure)
 scheduled...
 NetworkManager: info  Activation (eth0) Stage 1 of 5 (Device Prepare)
 complete.
 NetworkManager: info  Activation (eth0) Stage 2 of 5 (Device Configure)
 starting...
 NetworkManager: info  (eth0): device state change: 4 - 5 (reason 0)
 NetworkManager: info  Activation (eth0) Stage 2 of 5 (Device Configure)
 successful.
 NetworkManager: info  Activation (eth0) Stage 3 of 5 (IP Configure Start)
 scheduled.
 NetworkManager: info  Activation (eth0) Stage 2 of 5 (Device Configure)
 complete.
 NetworkManager: info  Activation (eth0) Stage 3 of 5 

[Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-10-31 Thread Alexander Sack
the builds are finished on all three archs supported by PPAs now ...
happy testing/fixing.

** Description changed:

+ NOTE: fixed packages are available here: https://edge.launchpad.net
+ /~network-manager/+archive/trunk
+ 
+ =
+ 
  Binary package hint: network-manager
  
  In Karmic alpha 5 I could establish a DSL connection.
  In alpha 6, NetworkManager cannot do it.
  
  I take the following steps: Edit connections - DSL - Add, then enter my 
username and password.
  After, I choose DSL Connection 1 from drop-down menu of NetworkManager 
Applet 0.7.996
- Two green points appear on applet icon, and blue thingy circulates around 
them for a long time. 
+ Two green points appear on applet icon, and blue thingy circulates around 
them for a long time.
  Then icon appears as disconnected, then two green points again, but this time 
pop-up note says that the connection is established to Auto eth0.
  
- I tried the following command: 
+ I tried the following command:
  sudo sh -c NM_PPP_DEBUG=true NetworkManager --no-daemon
  
  Then I tried to connect again and the output was the following:
  

  NetworkManager: info  starting...
  NetworkManager: info  modem-manager is now available
  NetworkManager:SCPlugin-Ifupdown: init!
  NetworkManager:SCPlugin-Ifupdown: update_system_hostname
  NetworkManager:SCPluginIfupdown: management mode: unmanaged
  NetworkManager:SCPlugin-Ifupdown: devices added (path: 
/sys/devices/pci:00/:00:05.0/net/eth0, iface: eth0)
  NetworkManager:SCPlugin-Ifupdown: device added (path: 
/sys/devices/pci:00/:00:05.0/net/eth0, iface: eth0): no exported 
connection
  NetworkManager:SCPlugin-Ifupdown: devices added (path: 
/sys/devices/virtual/net/lo, iface: lo)
  NetworkManager:SCPlugin-Ifupdown: device added (path: 
/sys/devices/virtual/net/lo, iface: lo): no exported connection
  NetworkManager:SCPlugin-Ifupdown: end _init.
  NetworkManager: Loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report 
bugs please use the NetworkManager mailing list.
  NetworkManager: Loaded plugin keyfile: (c) 2007 - 2008 Red Hat, Inc.  To 
report bugs please use the NetworkManager mailing list.
  NetworkManager: info  Wireless now enabled by radio killswitch
  NetworkManager:SCPlugin-Ifupdown: (148258080) ... get_connections.
  NetworkManager:SCPlugin-Ifupdown: (148258080) ... get_connections 
(managed=false): return empty list.
  NetworkManager:Ifupdown: get unmanaged devices count: 0
  NetworkManager: info  (eth0): new Ethernet device (driver: 'forcedeth')
  NetworkManager: info  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/0
  NetworkManager: info  (eth0): now managed
  NetworkManager: info  (eth0): device state change: 1 - 2 (reason 2)
  NetworkManager: info  (eth0): preparing device.
  NetworkManager: info  (eth0): deactivating device (reason: 2).
  -- Error received: Numerical result out of range
  -- Original message: type=0x19 length=56 flags=REQUEST,ACK 
sequence-nr=1253233374 pid=4199817
  NetworkManager: WARN  check_one_route(): (eth0) error -34 returned from 
rtnl_route_del(): Sucess
  
  NetworkManager: Added default wired connection 'Auto eth0' for 
/sys/devices/pci:00/:00:05.0/net/eth0
  NetworkManager: WARN  default_adapter_cb(): bluez error getting default 
adapter: The name org.bluez was not provided by any .service files
  NetworkManager: info  (eth0): carrier now ON (device state 2)
  NetworkManager: info  (eth0): device state change: 2 - 3 (reason 40)
  NetworkManager: info  Activation (eth0) starting connection 'Auto eth0'
  NetworkManager: info  (eth0): device state change: 3 - 4 (reason 0)
  NetworkManager: info  Activation (eth0) Stage 1 of 5 (Device Prepare) 
scheduled...
  NetworkManager: info  Activation (eth0) Stage 1 of 5 (Device Prepare) 
started...
  NetworkManager: info  Activation (eth0) Stage 2 of 5 (Device Configure) 
scheduled...
  NetworkManager: info  Activation (eth0) Stage 1 of 5 (Device Prepare) 
complete.
  NetworkManager: info  Activation (eth0) Stage 2 of 5 (Device Configure) 
starting...
  NetworkManager: info  (eth0): device state change: 4 - 5 (reason 0)
  NetworkManager: info  Activation (eth0) Stage 2 of 5 (Device Configure) 
successful.
  NetworkManager: info  Activation (eth0) Stage 3 of 5 (IP Configure Start) 
scheduled.
  NetworkManager: info  Activation (eth0) Stage 2 of 5 (Device Configure) 
complete.
  NetworkManager: info  Activation (eth0) Stage 3 of 5 (IP Configure Start) 
started...
  NetworkManager: info  (eth0): device state change: 5 - 7 (reason 0)
  NetworkManager: info  Activation (eth0) Beginning DHCP transaction (timeout 
in 45 seconds)
  Internet Systems Consortium DHCP Client V3.1.2
  Copyright 2004-2008 Internet Systems Consortium.
  All rights reserved.
  For info, please visit http://www.isc.org/sw/dhcp/
  
  

[Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-10-31 Thread Biji
the patched nm worked nicely.. thx

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-10-31 Thread Shiba
Works here too (Karmic i386) :)

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-10-31 Thread yurik81
I just installed network-manager from https://launchpad.net/~network-
manager/+archive/ppa and... it works! Many, many, many thanks!

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-10-31 Thread VladimirCZ
 I just installed network-manager from https://launchpad.net/~network-
manager/+archive/trunk to Karmic 64bit and I can make DSL connection via
nm. Thank you for your effective fix. Well done !

Let me have a few questions / remarks:

1) I have manually commented out sections created by pppoeconf  in 
/etc/network/interfaces in order to have only the following section effective:
#  
# The loopback network interface
auto lo
iface lo inet loopback
#  
Is it all right? Is it enough?

2) There is again the problem of insufficient privileges when one
wants to edit any already existing DSL connection with the for all
users range of effect. Then after this alert nm applet behaves like it
has crashed and restarted.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-10-31 Thread dobee
This package below has not fixed my problem, still does not connect.
NOTE: fixed packages are available here: 
https://edge.launchpad.net/~network-manager/+archive/trunk

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-10-31 Thread dobee
Regarding comment #45...
I am able to connect via ppp using the older networkmanager from here
https://launchpad.net/~network-manager/+archive/ppa
But now I can't configure connections so I'll need to upgrade the network 
manager again, what the old build did was downgrade packages like policykit 
and glib so I think the new versions of these packages might be causing a 
problem witth ppp, the older ones work.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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


Re: [Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-10-31 Thread Alexander Sack
On Sat, Oct 31, 2009 at 06:00:03PM -, dobee wrote:
 Regarding comment #45...
 I am able to connect via ppp using the older networkmanager from here
 https://launchpad.net/~network-manager/+archive/ppa
 But now I can't configure connections so I'll need to upgrade the network 
 manager again, what the old build did was downgrade packages like policykit 
 and glib so I think the new versions of these packages might be causing a 
 problem witth ppp, the older ones work.
 

thats a different bug most likely. please be sure you have all the latest from 
karmic.
partial upgrade/downgrades might caues unexpected behaviour. Then file a new 
bug with
the logs from the Debugging wiki page i posted further above ... drop the bug 
id here
if you want.

 - Alexander

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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


Re: [Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-10-31 Thread Alexander Sack
On Sat, Oct 31, 2009 at 04:50:40PM -, VladimirCZ wrote:
  I just installed network-manager from https://launchpad.net/~network-
 manager/+archive/trunk to Karmic 64bit and I can make DSL connection via
 nm. Thank you for your effective fix. Well done !
 
 Let me have a few questions / remarks:
 
 1) I have manually commented out sections created by pppoeconf  in 
 /etc/network/interfaces in order to have only the following section effective:
 #  
 # The loopback network interface
 auto lo
 iface lo inet loopback
 #  
 Is it all right? Is it enough?

Yes, just these lo definitions is what you need/want ...

 
 2) There is again the problem of insufficient privileges when one
 wants to edit any already existing DSL connection with the for all
 users range of effect. Then after this alert nm applet behaves like it
 has crashed and restarted.


Could you please open a new bug for the insufficient provilegs attach the
system-connection file you are having? anonymize secrets etc. before.

also post what you get on terminal when starting nm-connection-editor directly
and editing the dsl connection to that bug.

 - Alexander

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-10-31 Thread Nicolai_J.
Ok, fix works (partly), but I can't connect with system wide pppoe connections.
pppd starts correctly - refuses authentication either with CHAP or other 
methods.

rcvd [CHAP Failure id=0xb5 Request Denied]
CHAP authentication failed: Request Denied
CHAP authentication failed
** Message: nm-ppp-plugin: (nm_phasechange): status 10 / phase 'terminate'
** Message: nm-ppp-plugin: (nm_phasechange): status 5 / phase 'establish'
sent [LCP TermReq id=0x2 Failed to authenticate ourselves to peer]
rcvd [LCP TermReq id=0x7]
sent [LCP TermAck id=0x7]
rcvd [LCP TermAck id=0x2]
** Message: nm-ppp-plugin: (nm_phasechange): status 11 / phase 'disconnect'
Connection terminated.

The same configuration in a user connection works fine!

rcvd [CHAP Success id=0x69 ]
CHAP authentication succeeded
CHAP authentication succeeded
peer from calling number XX:XX:XX:XX:XX:XX authorized
** Message: nm-ppp-plugin: (nm_phasechange): status 8 / phase 'network'

@#48: Where is the system-connection file (probably /etc/NetworkManager
/system-connections)?

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-10-31 Thread Nicolai_J.
@#48: Bug reported: Bug #467537

I hope this bug will be fixed soon.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-10-31 Thread YannUbuntu
I can't believe Canonical distributes a new Ubuntu with such a critical
bug !

Internet access should be highly checked by Canonical employees. Imagine
the pain for new users who upgrade/install Ubuntu 9.10 and discover they
can't access internet ! And of course no way to fix it without access to
another computer...

I hope there will soon be a 9.10.1 version fixing this.

Let's make Ubuntu more reliable !

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-10-31 Thread Marius Bock
I have also run into this on a freshly installed machine and one that
was upgraded from 9.04 to 9.10.  Have installed the daily on the
upgraded one with no difference .. still does not work.  Luckily I can
connect with Auto Eth0 but any DSL setup has problems.  And then there
is the insufficient privileges bugs that was also mentioned before.

I see this bugs has been logged and reported long before release as part
of beta and was not fixed before release .. not good enough Canonical.
And since it is a regression to something that did work in the past, it
should have been fairly easy to fix.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-10-30 Thread wurzzero
I tried to configure the ADSL connection, but all the information that i
put disappeared, then a tried agaian but nothing...

Its only work with the pppoeconf.

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-10-30 Thread Daniel de Souza Telles
The guys of openSUSE, found the same bug. And they FIXED IT!
https://bugzilla.novell.com/show_bug.cgi?id=530430

** Bug watch added: Novell/SUSE Bugzilla #530430
   https://bugzilla.novell.com/show_bug.cgi?id=530430

** Also affects: network-manager (openSUSE) via
   https://bugzilla.novell.com/show_bug.cgi?id=530430
   Importance: Unknown
   Status: Unknown

** Changed in: network-manager (openSUSE)
   Importance: Unknown = Undecided

** Changed in: network-manager (openSUSE)
   Status: Unknown = New

** Changed in: network-manager (openSUSE)
 Remote watch: Novell/SUSE Bugzilla #530430 = None

** Changed in: network-manager (openSUSE)
   Status: New = Fix Released

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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


Re: [Bug 432205] Re: [MASTER] pppd timeout when trying to establish a DSL connection

2009-10-30 Thread sKAApGIF
Reading the bug report on OpenSuSE the patch comes from ubuntu? They must've
used an file from the older versions of ubuntu if so.

On Fri, Oct 30, 2009 at 2:37 PM, Daniel de Souza Telles 
blueandn...@gmail.com wrote:

 The guys of openSUSE, found the same bug. And they FIXED IT!
 https://bugzilla.novell.com/show_bug.cgi?id=530430

 ** Bug watch added: Novell/SUSE Bugzilla #530430
   https://bugzilla.novell.com/show_bug.cgi?id=530430

 ** Also affects: network-manager (openSUSE) via
   https://bugzilla.novell.com/show_bug.cgi?id=530430
   Importance: Unknown
   Status: Unknown

 ** Changed in: network-manager (openSUSE)
   Importance: Unknown = Undecided

 ** Changed in: network-manager (openSUSE)
   Status: Unknown = New

 ** Changed in: network-manager (openSUSE)
  Remote watch: Novell/SUSE Bugzilla #530430 = None

 ** Changed in: network-manager (openSUSE)
   Status: New = Fix Released

 --
 [MASTER] pppd timeout when trying to establish a DSL connection
 https://bugs.launchpad.net/bugs/432205
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.



-- 
Rudolf Meijering

-- 
[MASTER] pppd timeout when trying to establish a DSL connection
https://bugs.launchpad.net/bugs/432205
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


  1   2   >