[Bug 113622] Re: PPTP plugin for network manager sets wrong routing table entries
@Nicolas: Your problem is a bug, which has been fixed in the upstream source code, but not fixed in the Ubuntu packages. Someone will need to build a new package for you to test. I don't have the ability to do so now, but keep an eye on this bug report, and it should happen soon. -- PPTP plugin for network manager sets wrong routing table entries https://bugs.launchpad.net/bugs/113622 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 113622] Re: PPTP plugin for network manager sets wrong routing table entries
... is now. If a new package can be built, we can have it tested - unsure about getting it into Intrepid though? -- PPTP plugin for network manager sets wrong routing table entries https://bugs.launchpad.net/bugs/113622 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 113622] Re: PPTP plugin for network manager sets wrong routing table entries
Still not fixed upstream as per http://bugzilla.gnome.org/show_bug.cgi?id=481620. -- PPTP plugin for network manager sets wrong routing table entries https://bugs.launchpad.net/bugs/113622 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 110380] Re: lvm snapshots take almost 10 minutes
I no longer have the capacity to test this, so if someone else subscribed to this bug could investigate, it would be appreciated. -- lvm snapshots take almost 10 minutes https://bugs.launchpad.net/bugs/110380 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 20603] Re: No way to disable Caps Lock
Seems it will have to be; they've marked it WONTFIX at fdo. -- No way to disable Caps Lock https://bugs.launchpad.net/bugs/20603 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 114700] Re: doesn't work with static IP
*** This bug is a duplicate of bug 5364 *** https://bugs.launchpad.net/bugs/5364 sgstefan: please comment on bug 5364. People care, but no-one so far has stepped up to do the work required to make the plug-in work with the new version of NetworkManager. Perhaps you could recommend this to someone who you know who is looking for a programming challenge, or contribute to a bounty for solving this issue? -- doesn't work with static IP https://bugs.launchpad.net/bugs/114700 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 5364] Re: Can't use static ip address with network-manager (and thus no VPN connections menu for static users)
> On mainstream bug http://bugzilla.gnome.org/show_bug.cgi?id=156952 is > closed as obsolete, but with Hardy I can't use the VPN stuff with > network manager if I use static IP. Upstream has moved to 0.7, but Ubuntu has not yet. 0.7 is more a development-in-progress branch than a completely stable one, afaik. There is also a new plugin architecture in 0.7 - OpenVPN and Cisco VPN support has been ported, but PPTP has not. Therefore upgrading to 0.7 would break PPTP VPN support. Follow https://code.launchpad.net/~ubuntu-core-dev/network-manager/ubuntu.0.7 if you wish (and especially if you can help) - it's possibly coming for Intrepid Ibex. -- Can't use static ip address with network-manager (and thus no VPN connections menu for static users) https://bugs.launchpad.net/bugs/5364 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 54480] Re: SpamAssassin version packaged with Dapper outdated
Edgy is now up to 3.1.3, which is the most recent version that is packaged for Debian. I have backported this myself, and it's absolutely trivial; perhaps you might like to raise a bug for dapper-backports, to get 3.1.3 included. In the meantime, try http://ubuntu.hs.net.nz/dists/dapper/firewall/. -- SpamAssassin version packaged with Dapper outdated https://launchpad.net/bugs/54480 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 42984] Re: spamd dies randomly
Upstream bug is http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4696 It can be worked around by adding --round-robin to your spamd command line in /etc/default/spamassassin. ** Changed in: spamassassin (Ubuntu) Status: Needs Info => Confirmed -- spamd dies randomly https://launchpad.net/bugs/42984 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 50511] minicom does not display line drawing characters, menu spacing wrong
Public bug reported: Binary package hint: minicom Dapper in en_NZ.UTF-8 locale. When starting minicom, it does not display the box around "Initializing modem", or the Ctrl-A Z menu. The menus under Ctrl-A O all move one character to the right as they are moved through. More importantly, when configuring serial port, the text does not line up with the editing, so you backspace three times to change '/dev/ttyS0', and end up saving '/dev/tt4' Running minicom with -8 fixes this behaivour, but replaces line drawing characters with + | and - only. Running with 'LANG=iso-8859-1 minicom' does not change behaviour. ** Affects: minicom (Ubuntu) Importance: Untriaged Status: Unconfirmed -- minicom does not display line drawing characters, menu spacing wrong https://launchpad.net/bugs/50511 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 47972] Re: preinst reports exit status 10
The problem happens because of this code in the preinst: if ! dpkg --compare-versions $(uname -r) ge '2.6.12'; then db_fset lvm2/kernel seen false db_input critical lvm2/kernel || true db_go exit 1 fi I'm upgrading from Hoary, so my kernel is < 2.6.12, the code runs, and the question doesn't exist, so it fails as Edd reports. This problem is reported at Debian's BTS: http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=358373 Their fix is version 2.02.05, which supports older kernels. Being that the upgrade will result in a kernel > 2.6.12 pretty soon afterwards, it really doesn't matter. I had a go at backporting it, but it seems to need a newer version of libdevmapper now, so I've just resigned myself to building a package without the version check. :) -- preinst reports exit status 10 https://launchpad.net/bugs/47972 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 39696] Re: NetworkManager PPTP Support
*** This bug is a duplicate of bug 37110 *** Check out http://craig.dubculture.co.nz/blog/2006/08/19/networkmanager- pptp-plugin-one-ubuntu-package-hold-the-pepper/ for a package which I'm currently working on pushing through the MOTU process for Edgy. I have worked with the PPTP plugin author on this one, as the releases prior in CVS had some serious flaws and wouldn't work for most people. (It is built for Dapper). -- NetworkManager PPTP Support https://launchpad.net/bugs/39696 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 52587] check_snmp behaviour has changed, garbled output
Public bug reported: Binary package hint: nagios-plugins-standard Hoary: /usr/lib/nagios/plugins/check_snmp -P1 -H hostname -C nagios -o .1.3.6.1.2.1.25.2.3.1.4.2 SNMP OK - 512 Bytes Dapper: /usr/lib/nagios/plugins/check_snmp -P1 -H hostname -C nagios -o .1.3.6.1.2.1.25.2.3.1.4.2 SNMP OK - 4096 | iso.3.6.1.2.1.25.2.3.1.4.2=4096Üù·¸«¿©¸ (Üù·«¿ «¿h«¿¢>è The garbled characters change between runs. It is possible that the perf data should be there, but it should read "| iso.3.6.1.2.1.25.2.3.1.4.2=4096", and not have garbled characters in it. ** Affects: nagios-plugins (Ubuntu) Importance: Untriaged Status: Unconfirmed -- check_snmp behaviour has changed, garbled output https://launchpad.net/bugs/52587 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 23480] Found problem: Quinnstorm version
I had this problem, and found I was running a Quinnstorm upgraded gnome- terminal. Downgrading to 2.14.2-0ubuntu1 from dapper-updates has fixed the problem. -- gnome-terminal crashes on breezy after some time https://launchpad.net/bugs/23480 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 59713] Vino does not with with XGL
Public bug reported: Connecting to Vino does not work while running XGL. x11vnc does work fine. [EMAIL PROTECTED]:~$ /usr/lib/vino/vino-server & [1] 31311 [EMAIL PROTECTED]:~$ 10/09/2006 11:55:05 Autoprobing TCP port 10/09/2006 11:55:05 Autoprobing selected port 5900 10/09/2006 11:55:05 Advertising security type: 'TLS' (18) 10/09/2006 11:55:05 Advertising authentication type: 'VNC Authentication' (2) 10/09/2006 11:55:05 Advertising security type: 'VNC Authentication' (2) [EMAIL PROTECTED]:~$ telnet localhost 5900 Trying 127.0.0.1... Connected to localhost.localdomain. Escape character is '^]'. 10/09/2006 11:55:08 Got connection from client 127.0.0.1 10/09/2006 11:55:08 other clients: RFB 003.007 The program 'vino-server' received an X Window System error. This probably reflects a bug in the program. The error was 'BadImplementation (server does not implement operation)'. (Details: serial 94 error_code 17 request_code 129 minor_code 5) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) Connection closed by foreign host. vino-server dies at this point. There is a patch for this at http://bugzilla.gnome.org/show_bug.cgi?id=341186. ** Affects: vino (Ubuntu) Importance: Untriaged Status: Unconfirmed -- Vino does not with with XGL https://launchpad.net/bugs/59713 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 58212] Re: Build (and include) mythtv-0.20 for Edgy
0.20 has been released. Universe freeze hasn't been hit yet :) -- Build (and include) mythtv-0.20 for Edgy https://launchpad.net/bugs/58212 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 71430] "Starting No name" appears in window list instead of "Starting Firefox"
Public bug reported: Binary package hint: firefox I launch Firefox from a gnome-panel launcher. Name: Firefox Web Browser Command: firefox %u "Starting No name" appears in the window list instead of "Starting Firefox". If I click the terminal launcher, the window list says "Starting Terminal". ** Affects: firefox (Ubuntu) Importance: Undecided Status: Unconfirmed -- "Starting No name" appears in window list instead of "Starting Firefox" https://launchpad.net/bugs/71430 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 71428] Opening a group of photos with right-click does not produce expected resut
Public bug reported: Possible a nautilus issue. If I select a bunch of photos in Nautilus, right click, Open With, "Open with F-Spot Photo Viewer", my expectation is they will be imported into my F-Spot library. The actual result is that they are all loaded into individual viewers, and I have to wait several minutes until I can kill them all from the GUI. My expectation could be wrong because I am using the "F-Spot photo viewer" and not just F-Spot. I've also seen (on Windows I believe) "Opening X items at once may take a long time; are you sure this is what you want to do?". This will be outside the scope of this bug but might be useful with the said possibly-a-Nautilus-issue. ** Affects: f-spot (Ubuntu) Importance: Undecided Status: Unconfirmed -- Opening a group of photos with right-click does not produce expected resut https://launchpad.net/bugs/71428 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 71430] Re: "Starting No name" appears in window list instead of "Starting Firefox"
Edgy; standard Firefox 2.0 installation from the Ubuntu repository. -- "Starting No name" appears in window list instead of "Starting Firefox" https://launchpad.net/bugs/71430 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 67881] Re: Crash while trying to connect to PPTP server
If someone can confirm the exact fix (or first revision in SVN where it was fixed) I will try and whip up a newer package this weekend. -- Crash while trying to connect to PPTP server https://bugs.launchpad.net/bugs/67881 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 113622] Re: PPTP plugin for network manager sets wrong routing table entries
On the final page in the properties dialog (Routing), there is an option "Only use the VPN connection for these addresses". Setting these influences the output, which in my case looks like this X-NM-Routes=10.7.0.0/24 Use-Routes=yes These aren't set in your file, as above. Set this to reflect only the networks you wish to route to, and your problem will go away. -- PPTP plugin for network manager sets wrong routing table entries https://bugs.launchpad.net/bugs/113622 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 113622] Re: PPTP plugin for network manager sets wrong routing table entries
Expected behaviour. ** Changed in: network-manager-pptp (Ubuntu) Status: Unconfirmed => Rejected -- PPTP plugin for network manager sets wrong routing table entries https://bugs.launchpad.net/bugs/113622 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 110709] Re: [feisty] VPN over PPTP with NetworkManager connects but can not be used beyond connection
By default you're setting a default route for all networking out the VPN tunnel. Perhaps you may want to set a route for just the networks you want (on the routing tab in the Protocol dialog?) Try '192.168.1.02/24' (or whatever your remote network is) and see if that fixes your problem. -- [feisty] VPN over PPTP with NetworkManager connects but can not be used beyond connection https://bugs.launchpad.net/bugs/110709 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 109856] Re: makes a useless icon in internet menu
Thanks, I've confirmed this and fixed it in the next package. ** Changed in: network-manager-pptp (Ubuntu) Status: Unconfirmed => In Progress -- makes a useless icon in internet menu https://bugs.launchpad.net/bugs/109856 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 107738] Re: network-manager-pptp isn't installed by default
** Summary changed: - network-manager-pptp doesn't exists in Ubuntu! + network-manager-pptp isn't installed by default ** Tags added: gutsy wishlist -- network-manager-pptp isn't installed by default https://bugs.launchpad.net/bugs/107738 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 76769] Re: network-manager-pptp does not notify network-manager of disconnects
I've subscribed the author; will see what he has to say. -- network-manager-pptp does not notify network-manager of disconnects https://bugs.launchpad.net/bugs/76769 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 74590] Re: dns is not properly functional
Generic nm problem; reassigning package. ** Changed in: network-manager (Ubuntu) Sourcepackagename: network-manager-pptp => network-manager -- dns is not properly functional https://bugs.launchpad.net/bugs/74590 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 80541] Re: Update to SVN trunk
I have built a new package for the SVN trunk. Please feel free to try it: http://craig.dubculture.co.nz/blog/2007/05/13/new-networkmanager- pptp-package-fixes-amd64-crashes/ If it works for everyone, I will get it uploaded to the Ubuntu archive for gutsy, and push for an -updates release. ** Changed in: network-manager-pptp (Ubuntu) Assignee: (unassigned) => Craig Box Status: Unconfirmed => In Progress -- Update to SVN trunk https://bugs.launchpad.net/bugs/80541 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 67881] Re: Crash while trying to connect to PPTP server
I have built a new package for the SVN trunk, which ought to fix this issue. Please feel free to try it: http://craig.dubculture.co.nz/blog/2007/05/13/new-networkmanager-pptp- package-fixes-amd64-crashes/ If it works for everyone, I will get it uploaded to the Ubuntu archive for gutsy, and push for an -updates release. ** Changed in: network-manager-pptp (Ubuntu) Assignee: (unassigned) => Craig Box Status: Confirmed => In Progress -- Crash while trying to connect to PPTP server https://bugs.launchpad.net/bugs/67881 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 113270] Re: Created PPTP connection does not appear in VPN connect menu
Can you please test this package and see if the behaviour is still there? http://craig.dubculture.co.nz/blog/2007/05/13/new- networkmanager-pptp-package-fixes-amd64-crashes/ ** Changed in: network-manager-pptp (Ubuntu) Assignee: (unassigned) => Craig Box Status: Unconfirmed => Needs Info -- Created PPTP connection does not appear in VPN connect menu https://bugs.launchpad.net/bugs/113270 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 110709] Re: [feisty] VPN over PPTP with NetworkManager connects but can not be used beyond connection
** Changed in: network-manager-pptp (Ubuntu) Assignee: (unassigned) => Craig Box Status: Unconfirmed => Needs Info -- [feisty] VPN over PPTP with NetworkManager connects but can not be used beyond connection https://bugs.launchpad.net/bugs/110709 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 87870] Re: Cannot connect
Also ensure "refuse EAP, refuse CHAP and refuse MS CHAP" are enabled, and require 128-bit MPPE/enable stateful MPPE are enabled. Failing that, test the new package here: http://craig.dubculture.co.nz/blog/2007/05/13/new-networkmanager-pptp- package-fixes-amd64-crashes/ ** Changed in: network-manager-pptp (Ubuntu) Assignee: (unassigned) => Craig Box Status: Unconfirmed => Needs Info -- Cannot connect https://bugs.launchpad.net/bugs/87870 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 74351] Re: VPN connections configure dialog doesn't work
A fixed version, with better dependencies, is available for testing: http://craig.dubculture.co.nz/blog/2007/05/13/new-networkmanager-pptp- package-fixes-amd64-crashes/ Jeff, please see if this fixes your problem. ** Changed in: network-manager-pptp (Ubuntu) Sourcepackagename: knetworkmanager => network-manager-pptp Assignee: (unassigned) => Craig Box -- VPN connections configure dialog doesn't work https://bugs.launchpad.net/bugs/74351 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 110709] Re: [feisty] VPN over PPTP with NetworkManager connects but can not be used beyond connection
I meant the Properties dialog, not the Protocol dialog, sorry. -- [feisty] VPN over PPTP with NetworkManager connects but can not be used beyond connection https://bugs.launchpad.net/bugs/110709 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 110709] Re: [feisty] VPN over PPTP with NetworkManager connects but can not be used beyond connection
> It just doesn't seem to repsond properly or add iptable permissions or > whatever... since I am a user not a programmer I don't think I am > expected to know how to work with iptables. sendmsg: not permitted, sounds like a firewalling problem. I suspect this is a problem with firestarter. Are you able to uninstall it and test? You could set up some ip-up scripts to handle adding firewall rules for other networks, but it's not really in the "general case" that NM is designed to catch. You're not expected to have to work with iptables, but you're also not able to tick the "firewall" box and have it "just work" unfortunately. -- [feisty] VPN over PPTP with NetworkManager connects but can not be used beyond connection https://bugs.launchpad.net/bugs/110709 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 110709] Re: [feisty] VPN over PPTP with NetworkManager connects but can not be used beyond connection
You're saying that with no firewall at all, GRE is blocked? What is blocking it? If you enable a firewall, you have to enable access to the machine/s through it. I don't think there's any way around this. -- [feisty] VPN over PPTP with NetworkManager connects but can not be used beyond connection https://bugs.launchpad.net/bugs/110709 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 110709] Re: [feisty] VPN over PPTP with NetworkManager connects but can not be used beyond connection
My point is, that if your system has iptables rules, you're responsible for maintaining them. A default Ubuntu install doesn't install a firewall of any kind. On a default Ubuntu install, you don't have the GRE protocol blocked. If you are behind a firewall, or run one on your machine, it is your responsibility to configure it correctly. Because Firestarter is blocking GRE, it also needs to be configured to allow it for machines you wish to connect to. While it might be a feature enhancement to have the VPN add rules to the firewall dynamically, it is certainly not 'expected behaviour' and not performed by any of the other VPN packages for NM. I am reassigning this bug to firestarter, as people involved with that package may be able to help you. ** Changed in: firestarter (Ubuntu) Sourcepackagename: network-manager-pptp => firestarter Assignee: Craig Box => (unassigned) ** Summary changed: - [feisty] VPN over PPTP with NetworkManager connects but can not be used beyond connection + [feisty] Firestarter doesn't allow traffic over PPTP tunnel -- [feisty] Firestarter doesn't allow traffic over PPTP tunnel https://bugs.launchpad.net/bugs/110709 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 89120] Re: VPN Connection not added...
I have a new package which defaults to actually having a type selected, which should fix this bug. Please test it: http://craig.dubculture.co.nz/blog/2007/05/13/new-networkmanager-pptp- package-fixes-amd64-crashes/ ** Changed in: network-manager-pptp (Ubuntu) Sourcepackagename: network-manager => network-manager-pptp Assignee: (unassigned) => Craig Box -- VPN Connection not added... https://bugs.launchpad.net/bugs/89120 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
RE: [Bug 110709] Re: [feisty] Firestarter doesn't allow traffic over PPTP tunnel
Iptables isn't something you "install", it's part of the kernel. You have to have it enabled, but by default, it has no rules defined: $ sudo /sbin/iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination So, on a clean installation, you have no rules blocking GRE. You have somehow picked up a rule blocking GRE, presumably from Firestarter. Do you see a different output of the above command on a clean installation? -- [feisty] Firestarter doesn't allow traffic over PPTP tunnel https://bugs.launchpad.net/bugs/110709 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 89120] Re: VPN Connection not added...
To clarify, does this work if you add it with the GNOME network manager? ** Changed in: network-manager-pptp (Ubuntu) Status: Unconfirmed => Needs Info -- VPN Connection not added... https://bugs.launchpad.net/bugs/89120 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 87870] Re: Cannot connect
"Terminating on signal 15" says LCP signals couldn't get through (basically, pings across the tunnel). http://pptpclient.sourceforge.net/howto-diagnosis.phtml#lcp_timeout Please check your connectivity with both PPTP and GRE if possible (check iptables locally and on any machines between you and the PPTP server you can control). -- Cannot connect https://bugs.launchpad.net/bugs/87870 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
RE: [Bug 110709] Re: [feisty] Firestarter doesn't allow traffic over PPTP tunnel
It's also possible that you have a problem with a server between you and the Internet. Is anything else likely to block port 1723/tcp or GRE protocol? -- [feisty] Firestarter doesn't allow traffic over PPTP tunnel https://bugs.launchpad.net/bugs/110709 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 74351] Re: VPN connections configure dialog doesn't work
Because I have never tested it. If it works, that's great, I don't see any reason why it shouldn't, but I don't run KDE and rely on other peoples input to test. -- VPN connections configure dialog doesn't work https://bugs.launchpad.net/bugs/74351 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 113622] Re: PPTP plugin for network manager sets wrong routing table entries
If you don't define routes to use over the tunnel it will set a default route - all traffic will go over the tunnel. You can't set exclusions to that - what you have to do is tell NetworkManager which networks are at the other end of your tunnel - eg 192.168.0.0/24 - then it will create a route for only that network, and not a default route. -- PPTP plugin for network manager sets wrong routing table entries https://bugs.launchpad.net/bugs/113622 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 132018] Re: nm-vpn-properties not installed after installing network-manager-pptp package
And what version of the package please? dpkg -l | grep network-manager-pptp -- nm-vpn-properties not installed after installing network-manager-pptp package https://bugs.launchpad.net/bugs/132018 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 87870] Re: Cannot connect (terminating on signal 15)
Please go back and read the entire report. A signal 15 error is a generic "can't connect", and is usually because GRE is being firewalled on the way somewhere. There are debug steps to try in other posts to this bug. -- Cannot connect (terminating on signal 15) https://bugs.launchpad.net/bugs/87870 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 139150] Re: "Only use VPN for these addresses" does not work
On 09/10/2007, Benjamin Braatz <[EMAIL PROTECTED]> wrote: > > On Sun, 2007-09-30 at 15:23 +0000, Craig Box wrote: > > What format are you adding your routes in? Can you please post the > > routes to this bug report. > > The format is "140.234.29.33/0" as suggested by the example on the > dialog. The dialog won't let me apply if they are in another format. You can't use /0. That means "match no bits" and makes the route irrelevant. The "/x" notation means CIDR, i.e. 192.168.0.0/24, rather than 192.168.0.0/255.255.255.0. If you want a route to only one IP address, use /32. Otherwise, check jodies.de/ipcalc for a routing calculator. -- "Only use VPN for these addresses" does not work https://bugs.launchpad.net/bugs/139150 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 139150] Re: "Only use VPN for these addresses" does not work
PEBKAC :-) ** Changed in: network-manager-pptp (Ubuntu) Assignee: (unassigned) => Craig Box (craig-dubculture) Status: New => Invalid -- "Only use VPN for these addresses" does not work https://bugs.launchpad.net/bugs/139150 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 113622] New summary
OK. I've raised this upstream as http://bugzilla.gnome.org/show_bug.cgi?id=481620. I think I understand the problem now: NetworkManager expects the server you are connecting to to be behind your default gateway, so when it creates a default route over the server, it creates a host route to that machine, via the GW. However, if the server is ON your local network, then it creates a route incorrectly via your gateway. Is this a correct summary? ** Also affects: network-manager via http://bugzilla.gnome.org/show_bug.cgi?id=481620 Importance: Unknown Status: Unknown -- PPTP plugin for network manager sets wrong routing table entries https://bugs.launchpad.net/bugs/113622 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 139150] Re: "Only use VPN for these addresses" does not work
What format are you adding your routes in? Can you please post the routes to this bug report. You can see the debug output in syslog, especially if you turn on 'debug' in the dialog box. I'm not sure what it will tell you about routing however. -- "Only use VPN for these addresses" does not work https://bugs.launchpad.net/bugs/139150 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 113622] Re: PPTP plugin for network manager sets wrong routing table entries
** Changed in: network-manager-pptp (Ubuntu) Status: New => Confirmed -- PPTP plugin for network manager sets wrong routing table entries https://bugs.launchpad.net/bugs/113622 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 133101] Re: network-manager-pptp makes non working .desktop file in inernet menu
I'll check, but I'm pretty sure this was fixed in my last package. Not sure about the current one, which I didn't build myself. -- network-manager-pptp makes non working .desktop file in inernet menu https://bugs.launchpad.net/bugs/133101 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 125522] Re: refusing mppe stateful
A patch for this exists in the GNOME bugzilla; it's probably too late to apply it for Gutsy, but I'll ensure it's applied for Hardy and will also build a backport of the package then. ** Bug watch added: GNOME Bug Tracker #380999 http://bugzilla.gnome.org/show_bug.cgi?id=380999 ** Also affects: network-manager via http://bugzilla.gnome.org/show_bug.cgi?id=380999 Importance: Unknown Status: Unknown ** Changed in: network-manager-pptp (Ubuntu) Status: New => In Progress -- refusing mppe stateful https://bugs.launchpad.net/bugs/125522 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 113270] Re: Created PPTP connection does not appear in VPN connect menu
If no-one confirms this on the current Gutsy package, I will close this bug... -- Created PPTP connection does not appear in VPN connect menu https://bugs.launchpad.net/bugs/113270 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 134810] Re: Add PPTP VPN support and GUI to configure it to Ubuntu's CD (_very_ critical bug for Russia!)
*** This bug is a duplicate of bug 107738 *** https://bugs.launchpad.net/bugs/107738 ** This bug has been marked a duplicate of bug 107738 network-manager-pptp isn't installed by default -- Add PPTP VPN support and GUI to configure it to Ubuntu's CD (_very_ critical bug for Russia!) https://bugs.launchpad.net/bugs/134810 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 132018] Re: nm-vpn-properties not installed after installing network-manager-pptp package
On what version of Ubuntu? -- nm-vpn-properties not installed after installing network-manager-pptp package https://bugs.launchpad.net/bugs/132018 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 126857] Re: network-manager-pptp doesn't connect VPN if wireless is manually configured
*** This bug is a duplicate of bug 5364 *** https://bugs.launchpad.net/bugs/5364 ** This bug has been marked a duplicate of bug 5364 Can't use static ip address with network-manager (and thus no VPN connections menu for static users) -- network-manager-pptp doesn't connect VPN if wireless is manually configured https://bugs.launchpad.net/bugs/126857 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 113622] Re: PPTP plugin for network manager sets wrong routing table entries
On 26/09/2007, Kuropka <[EMAIL PROTECTED]> wrote: > > I am using Ubuntu 7.04 Feisty and this is still an issue for me and all > other members of my university campus. I hope it will be fixed with the > next Ubuntu version... I am still waiting for the Beta to test it. The plugin hasn't changed substantially between releases. (The upstream author is MIA.) There may be some more love in Hardy as NM 0.7 may be out by then. There is also another MOTU who is interested in working on this package post-Gutsy. However, I've not yet seen any hard, duplicable evidence, that this is actually a bug. Please feel free to point me at any. -- PPTP plugin for network manager sets wrong routing table entries https://bugs.launchpad.net/bugs/113622 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 113622] Re: PPTP plugin for network manager sets wrong routing table entries
On the last tab of the dialog (from memory), there is a dialog for doing exactly this! -- PPTP plugin for network manager sets wrong routing table entries https://bugs.launchpad.net/bugs/113622 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 118675] Re: font anti-alias setup hightlights all options when closing the "details" window
I am having this problem with Gutsy also: I don't even have to go into the details screen, I am just getting all four buttons highlighted, like such: ** Attachment added: "Screenshot-Appearance Preferences.png" http://launchpadlibrarian.net/9526775/Screenshot-Appearance%20Preferences.png -- font anti-alias setup hightlights all options when closing the "details" window https://bugs.launchpad.net/bugs/118675 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 113622] Re: PPTP plugin for network manager sets wrong routing table entries
So, to summarize what you are saying: adding a route in this dialog works, but it also creates a "default route", which it does not delete? This is definitely an upstream issue. -- PPTP plugin for network manager sets wrong routing table entries https://bugs.launchpad.net/bugs/113622 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 74351] Re: VPN connections configure dialog doesn't work on knetworkmanager
** Summary changed: - VPN connections configure dialog doesn't work + VPN connections configure dialog doesn't work on knetworkmanager -- VPN connections configure dialog doesn't work on knetworkmanager https://bugs.launchpad.net/bugs/74351 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 107738] Re: network-manager-pptp isn't installed by default
As pointed out by xoco and Andrey, if NetworkManager doesn't manage your connection (if it described in /etc/network/interfaces), then VPN plugins will not work. I wouldn't suggest that this package be included in a default install until it was much more polished. I am not the original author, just the person tidying it up for Ubuntu; if someone wants to put in a bit of effort here, please get in touch. -- network-manager-pptp isn't installed by default https://bugs.launchpad.net/bugs/107738 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 89120] Re: VPN Connection not added...
New package to test: http://www.wlug.org.nz/~crb/nm/feisty/network-manager- pptp_0.6.4+pptp0.6.5-0crb2_i386.deb This one will hopefully fix the "possible to select nothing" bug that you describe above. -- VPN Connection not added... https://bugs.launchpad.net/bugs/89120 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 114700] Re: doesn't work with static IP
*** This bug is a duplicate of bug 5364 *** https://bugs.launchpad.net/bugs/5364 Thanks for your bug report. The problem is that NetworkManager doesn't properly support static IP addressing - the option in the menu disables NM if you configure it statically. I've marked this bug as a duplicate of the bug tracking the greater NM issue. Please feel free to comment further there. ** This bug has been marked a duplicate of bug 5364 Can't use static ip address with network-manager -- doesn't work with static IP https://bugs.launchpad.net/bugs/114700 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 5364] Re: Can't use static ip address with network-manager
We still have the problem that you can't support a VPN connection with a static IP address, as per bug 114700. -- Can't use static ip address with network-manager https://bugs.launchpad.net/bugs/5364 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
RE: [Bug 89120] Re: VPN Connection not added...
What is the name of the connection you're creating? I'm led to believe that a name with two or more spaces may not appear. -- VPN Connection not added... https://bugs.launchpad.net/bugs/89120 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 113622] Re: PPTP plugin for network manager sets wrong routing table entries
Which is your destination address? Shouldn't there be some routes on ppp0? -- PPTP plugin for network manager sets wrong routing table entries https://bugs.launchpad.net/bugs/113622 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 113622] Re: PPTP plugin for network manager sets wrong routing table entries
Try adding the route with 'route add' from the command line. I suspect that it will fail because you're trying to add a route using a host address when you need to use a network number - which, according to jodies.de/ipcalc, is 64.69.223.0/27. -- PPTP plugin for network manager sets wrong routing table entries https://bugs.launchpad.net/bugs/113622 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 113622] Re: PPTP plugin for network manager sets wrong routing table entries
You can use 'dev', but if you specify 'gw' and then the IP address of your tunnel it will work this out for you automatically. -- PPTP plugin for network manager sets wrong routing table entries https://bugs.launchpad.net/bugs/113622 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 122293] Re: nm-pptp-service-pppd-plugin.so located in the wrong place and built against the wrong version of pppd
Grrr. Version 2574 was correct. Someone has uploaded a 2595 built from the wrong branch of a newer code snapshot, thinking it's an upgrade. They've also disabled important functionality and have a package that doesn't build on AMD64. I am on holiday now, so will try and get in touch with the person who uploaded this when I get a chance, but could someone try building from the 2574 source and see if all the problems go away please? Thanks, Craig -- nm-pptp-service-pppd-plugin.so located in the wrong place and built against the wrong version of pppd https://bugs.launchpad.net/bugs/122293 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 122293] Re: nm-pptp-service-pppd-plugin.so located in the wrong place and built against the wrong version of pppd
Okey, after forcing back to version 2574 in synaptic it work perfectly. > No need to rebuild anything, thats a easy one :-). Excellent, have checked with the person who packaged the newer version and we are going to revert. -- nm-pptp-service-pppd-plugin.so located in the wrong place and built against the wrong version of pppd https://bugs.launchpad.net/bugs/122293 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 125886] Re: pptp VPN client segfault, Feisty AMD64
Fixed in Gutsy version (0.6.5+svnhead2574-0ubuntu1). ** Changed in: network-manager-pptp (Ubuntu) Status: New => Fix Released -- pptp VPN client segfault, Feisty AMD64 https://bugs.launchpad.net/bugs/125886 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 134547] Re: NetworkManager PPTP VPN does not work; bad pptp plugin
Fixed by revert to 2574 (now called 0.6.5+svnhead2574-0ubuntu1) ** Changed in: network-manager-pptp (Ubuntu) Status: New => Fix Released -- NetworkManager PPTP VPN does not work; bad pptp plugin https://bugs.launchpad.net/bugs/134547 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 122293] Re: nm-pptp-service-pppd-plugin.so located in the wrong place and built against the wrong version of pppd
Fixed as of the upload of 0.6.5+svnhead2574-0ubuntu1. (I'm sorry about the weird name) ** Changed in: network-manager-pptp (Ubuntu) Status: Confirmed => Fix Released -- nm-pptp-service-pppd-plugin.so located in the wrong place and built against the wrong version of pppd https://bugs.launchpad.net/bugs/122293 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 5364] Re: Can't use static ip address with network-manager (and thus no VPN connections menu for static users)
> > Static IPs are often required by users and admins in corporate networks, > also some home users may be statically assigned in some special > configurations. Developers and consultants that move between development > networks and corporate networks need the flexibility to change their > configurations regularly and keep multiple profiles. > > I see no valid reason why it should not be supported, nor why network > manager fails altogether when it is used. It is basic networking, in > fact Static support should have been implemented before DHCP. Static IP addresses are supported in NM 0.7, which is looking likely to be finished in the Hardy timeframe. We are all very aware of the reasons for supporting static IP addresses: the upstream developers targeted NM at a very specific use case (laptop users with wireless networks), and then added VPN support so they could connect back to the Red Hat private network via vpnc. As the time has gone on, the project has got good enough to be used for some other purposes, but not all. The answer is "they know, but there's just not enough people working on it to do everything at once". -- Can't use static ip address with network-manager (and thus no VPN connections menu for static users) https://bugs.launchpad.net/bugs/5364 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 113622] Re: PPTP plugin for network manager sets wrong routing table entries
There is no real upstream work being done on this plugin. Someone with some programming bent needs to adopt it as a pet project for the required changes to really be implemented, I'm afraid. Perhaps a Google Summer of Code sponsorship might happen, or Red Hat/Canonical might decide they have a commercial interest in good Windows VPN support on their client OS. Until then we're at the whim of those who are prepared to do the work themselves. -- PPTP plugin for network manager sets wrong routing table entries https://bugs.launchpad.net/bugs/113622 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 5364] Re: Can't use static ip address with network-manager (and thus no VPN connections menu for static users)
It has never been possible to use a network card configured statically with NetworkManager. If you set it static in /etc/network/interfaces then NM just doesn't see it. It is supported in 0.7, which is not final, and not yet in Ubuntu. Have a look at http://ubuntuforums.org/archive/index.php/t-676992.html where you are invited to test it. -- Can't use static ip address with network-manager (and thus no VPN connections menu for static users) https://bugs.launchpad.net/bugs/5364 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 5364] Re: Can't use static ip address with network-manager (and thus no VPN connections menu for static users)
I haven't spent much time running 7.10 so I can't comment for sure on the behaviour there, but my understanding is that if you set a static IP address in /etc/network/interfaces, your networking will still work, but you won't get the wireless selection and VPN abilities of NetworkManager. Is this not the case? Did the NM in gutsy change to support this, and if so, is this referenced anywhere onlinE? -- Can't use static ip address with network-manager (and thus no VPN connections menu for static users) https://bugs.launchpad.net/bugs/5364 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 5364] Re: Can't use static ip address with network-manager (and thus no VPN connections menu for static users)
On Thu, Feb 28, 2008 at 10:29 AM, Wari Wahab <[EMAIL PROTECTED]> wrote: > Craig: I setup static IP using the nm-applet, not by editing the > /etc/network/interfaces by hand. In 8.04, it disables networking > entirely until I updated network-manager package. Still, apps like > firefox, and nm-applet reports that I have no working network. > > Now if I just installed ubuntu, and logged in, and have to configure > static IP without changing config files, I would use "System" -> > "Administration" -> "Network" to configure IP. Now if you say that the > app does not support static IP, when why do I have the ability to > configure it in the first place? I believe that System, Administration, Network, and the NM applet, both call into the same place - which edits /etc/network/interfaces. I will have to have a look when I get some time - someone else may be able to confirm or deny this. -- Can't use static ip address with network-manager (and thus no VPN connections menu for static users) https://bugs.launchpad.net/bugs/5364 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 67881] Re: Crash while trying to connect to PPTP server
Thanks to ajmitch, there's now an AMD64 Edgy package. Please check the link on http://craig.dubculture.co.nz/blog/2007/05/13/new- networkmanager-pptp-package-fixes-amd64-crashes/ again. -- Crash while trying to connect to PPTP server https://bugs.launchpad.net/bugs/67881 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 113622] Re: PPTP plugin for network manager sets wrong routing table entries
Cyril, please read http://pptpclient.sourceforge.net/howto- diagnosis.phtml - and if you can't solve your problem, raise a new bug. Kuropka: it's difficult because the Windows and Mac clients assume you're connecting to a Windows server. The Linux client, based on PPP, lets you connect to anything, with any options. If it defaulted to Windows-friendly defaults, which my new version of the package does, it would go a long way. I am not sure why that host route is created, so will raise a bug upstream with the author. He's been AFK for a while though so I'm not sure what luck we may have. -- PPTP plugin for network manager sets wrong routing table entries https://bugs.launchpad.net/bugs/113622 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 110709] Re: [feisty] Firestarter doesn't allow traffic over PPTP tunnel
No prob. I've unsubscribed from this bug as it is outside my area of influence. Good luck with a fix. -- [feisty] Firestarter doesn't allow traffic over PPTP tunnel https://bugs.launchpad.net/bugs/110709 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 85395] Re: Cannot connect to Microsoft VPN with default settings
Generally, you refuse-mschap because the server should be doing mschapv2. A Windows VPN server out of the box should have this enabled. The Windows and Mac clients will fall back to the insecure mschap, but Linux is configured not to. -- Cannot connect to Microsoft VPN with default settings https://bugs.launchpad.net/bugs/85395 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 87870] Re: Cannot connect
The VPN helper for NetworkManager exists to simplify connecting to a PPTP server using the "pptp-linux" command line client. If you can't connect with the pptp command, then you will never be able to connect with NetworkManager. Short of pointing to a guide that suggests how you can test with the command line client, I am not able to diagnose everyone's problems with the pptp client - there are dozens of reasons why you might not be able to connect, starting with some device between your PC and the VPN server that is filtering the GRE protocol, which PPTP uses. And no, it should not be of higher importance. As far as I can see, the problem isn't even with NetworkManager. This problem doesn't happen for everyone. A commenter on Bug 85395 suggests "With Feisty and new NetworkManager connecting to MS-CHAP authenticated network work smoothly as Scottish on a rainy day." It works fine for me on my test machines. Also, unsupported software in the Universe repository isn't ever going to stop the main distribution from releasing, and the component hadn't been updated since Edgy. There are a large set of diagnostic procedures on http://pptpclient.sourceforge.net/howto-diagnosis.phtml#lcp_timeout which you will have to follow *on your machine* for me to be able to tell anything more - like I say, it works on mine. I believe there is a 'debugging' box in the properties, which is at least a good start. If you have this problem and have the technical ability to be able to set up an old fashioned command-line PPTP connection, please comment. At this point I suspect you will have the same problem as you do with NM, which means the problem isn't in the NM plugin. Sure, debugging could be easier, but this is a reasonably hard problem. -- Cannot connect https://bugs.launchpad.net/bugs/87870 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 87870] Re: Cannot connect
(Another suggestion - just enable 'refuse-eap', leaving refuse-chap and refuse-mschap unticked.) -- Cannot connect https://bugs.launchpad.net/bugs/87870 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 105992] Re: edgy pound segaults on (any) use
Feisty package has the same bug - Feisty has 2.0-1.1, Debian have fixed in 2.0-1.2. ** Changed in: pound (Ubuntu) Status: Unconfirmed => Confirmed -- edgy pound segaults on (any) use https://bugs.launchpad.net/bugs/105992 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 113270] Re: Created PPTP connection does not appear in VPN connect menu
Thank you for your debugging! The old version of the plugin package can let you set up a connection without a PPP connection type. This is fixed in the newer version - there is always a default, so you can't ever create new connections that are unset. As gconf is a per-user system, I'm not sure if there is a good way of having, for example, the post-install script of the package set the ppp-connection-type for connections that don't have one already? What version are you running, and if not the most recent package, are you able to test (links to edgy/feisty packages are listed earlier in this bug report) and see if the behaviour remains? -- Created PPTP connection does not appear in VPN connect menu https://bugs.launchpad.net/bugs/113270 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 47972] Re: preinst reports exit status 10
Even if it hasn't been fixed, if the lowest supported version of Ubuntu has a kernel newer than 2.6.12 (i.e. is newer than Dapper) it should be OK. As Dapper is still in LTS, should bugs that affect an upgrade from a now non-supported version be ignorable? -- preinst reports exit status 10 https://bugs.launchpad.net/bugs/47972 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 133101] Re: network-manager-pptp makes non working .desktop file in inernet menu
** Changed in: network-manager-pptp (Ubuntu) Assignee: Craig Box (craig-dubculture) => (unassigned) -- network-manager-pptp makes non working .desktop file in inernet menu https://bugs.launchpad.net/bugs/133101 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 87870] Re: Cannot connect (terminating on signal 15)
Please enable ppp-debug and post another syslog. -- Cannot connect (terminating on signal 15) https://bugs.launchpad.net/bugs/87870 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
RE: [Bug 87870] Re: Cannot connect (terminating on signal 15)
> Jun 20 11:02:10 andreas-laptop pppd[6139]: sent [LCP ConfReq id=0x1 0x0> ] > Jun 20 11:02:19 andreas-laptop last message repeated 3 times > Jun 20 11:02:20 andreas-laptop pppd[6139]: Terminating on signal 15 > Jun 20 11:02:20 andreas-laptop pppd[6139]: sent [LCP TermReq id=0x2 "User > request"] According to the http://pptpclient.sourceforge.net/howto-diagnosis.phtml page, the implication is you cannot get GRE connectivity. Please check http://pptpclient.sourceforge.net/howto-diagnosis.phtml#gre. -- Cannot connect (terminating on signal 15) https://bugs.launchpad.net/bugs/87870 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 52587] Re: check_snmp behaviour has changed, garbled output
Yep: [EMAIL PROTECTED]:~# cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=7.04 DISTRIB_CODENAME=feisty DISTRIB_DESCRIPTION="Ubuntu 7.04" [EMAIL PROTECTED]:~# /usr/lib/nagios/plugins/check_snmp -P1 -H penfold -C nagios -o .1.3.6.1.2.1.25.2.3.1.4.2 SNMP OK - 2048 | iso.3.6.1.2.1.25.2.3.1.4.2=2048 Thanks. -- check_snmp behaviour has changed, garbled output https://bugs.launchpad.net/bugs/52587 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 52587] Re: check_snmp behaviour has changed, garbled output
Sorry! I read the question as "is it fixed" and said "Yep" to that. The output seems correct now so I do NOT have this issue with Feisty. -- check_snmp behaviour has changed, garbled output https://bugs.launchpad.net/bugs/52587 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 87870] Re: Cannot connect
Anyone got debug output for me? -- Cannot connect https://bugs.launchpad.net/bugs/87870 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 110380] lvm snapshots take almost 10 minutes
Public bug reported: dmsetup, libdevmapper1.02: 1.02.08-1ubuntu10 lvm-common: 1.5.20ubuntu12 lvm2: 2.02.06-2ubuntu9 Running "lvcreate -s" to create an LVM snapshot takes about 10 minutes to complete, where it should be instantaneous. stracing lvcreate shows a lot of waiting for devices to exist (VG name is mlc2, snapshot name strace-test) stat64("/dev/mapper/mlc2-strace--test", 0xbfb917c8) = -1 ENOENT (No such file or directory) nanosleep({0, 1000}, NULL) = 0 stat64("/dev/mapper/mlc2-strace--test", 0xbfb917c8) = -1 ENOENT (No such file or directory) nanosleep({0, 2000}, NULL) = 0 Then does a lot of waiting for another device: stat64("/dev/mapper/mlc2-strace--test-cow", 0xbfb917d8) = -1 ENOENT (No such file or directory) nanosleep({0, 1000}, NULL) = 0 stat64("/dev/mapper/mlc2-strace--test-cow", 0xbfb917d8) = -1 ENOENT (No such file or directory) nanosleep({0, 2000}, NULL) = 0 etc. In accordance with bug 38409, I currently have "KERNEL=="dm-[0-9]*", OPTIONS+="ignore_device"" set in /etc/udev/rules.d/20-names.rules. No other changes have been made to udev. I will try removing the change (which should no longer be required) on my test box. Side note: due to a bug in my rotation script, I found I had about 20 snapshots on a machine the other day. It then wouldn't boot, as per bug 103866 - when I removed all the snapshots, mounting the volume of which all the snapshots are taken, worked. ** Affects: lvm2 (Ubuntu) Importance: Undecided Status: Unconfirmed -- lvm snapshots take almost 10 minutes https://bugs.launchpad.net/bugs/110380 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 103866] Re: LVM no longer works
I have the same problem and have found a solution. I'd set "KERNEL=="dm-[0-9]*", OPTIONS+="ignore_device"" in /etc/udev/rules.d/20-names.rules for a previous workaround. Remove it, and it boots fine. Do you have this set anywhere? It was the workaround for bug 38409, before it was fixed. -- LVM no longer works https://bugs.launchpad.net/bugs/103866 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 110380] Re: lvm snapshots take almost 10 minutes
OK, the problem is definitely the ignore_device in udev. I deliberately didn't remove this workaround when I upgraded because I knew it always had to be put in there to fix bug 38409 (in the past). I'm not sure if there is any worth in detecting it in the postinstall or anything, but it causes bug 103866 for me as well, so it might be reasonably common. -- lvm snapshots take almost 10 minutes https://bugs.launchpad.net/bugs/110380 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 109856] Re: makes a useless icon in internet menu
network-manager-pptp (0.6.4+svn2574-0ubuntu1) gutsy; urgency=low * New upstream release (fixes LP: #67881, LP: #80541). * Fix properties dialog so an option is always selected. (fixes LP: #89120) * Set NoDisplay=true in the .desktop file to hide spurious menu item (fixes LP: #109856). * Bump Standards-version to 3.7.2 and fix Maintainer: field in debian/control. -- Craig Box <[EMAIL PROTECTED]> Sun, 4 Jun 2007 11:18:03 +1200 ** Changed in: network-manager-pptp (Ubuntu) Status: In Progress => Fix Released -- makes a useless icon in internet menu https://bugs.launchpad.net/bugs/109856 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 89120] Re: VPN Connection not added...
network-manager-pptp (0.6.4+svn2574-0ubuntu1) gutsy; urgency=low * New upstream release (fixes LP: #67881, LP: #80541). * Fix properties dialog so an option is always selected. (fixes LP: #89120) * Set NoDisplay=true in the .desktop file to hide spurious menu item (fixes LP: #109856). * Bump Standards-version to 3.7.2 and fix Maintainer: field in debian/control. -- Craig Box <[EMAIL PROTECTED]> Sun, 4 Jun 2007 11:18:03 +1200 ** Changed in: network-manager-pptp (Ubuntu) Status: Needs Info => Fix Released -- VPN Connection not added... https://bugs.launchpad.net/bugs/89120 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs