[Bug 284212] Re: VPN connection fails: "unable to find valid VPN secrets" (auth dialog crash when secrets exist)
@Martin Emrich - I use Karmic x64 and see exactly the same issue "VPN could not be started". As you say: "Sometimes it helps to try again several times, or to try again after a few minutes. Then the connection works fine. Smells like some race condition or timeout." This does work but it seems pretty random. FYI I am trying to connect to an openvpn server. Eventually it works and I stay connected. Previously on Jaunty the VPN connection manager with the same settings was rock solid. -- VPN connection fails: "unable to find valid VPN secrets" (auth dialog crash when secrets exist) https://bugs.launchpad.net/bugs/284212 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 572777] Re: NetworkManager or wpa_supplicant timing out when connecting wireless
nukedathlonman's fix #35 to install the debian packages works for me. FYI I have Broadcom 4312 rev 2. I also recently updated from 9.10 to 10.04. WPA became unbearable. Now works every time. -- NetworkManager or wpa_supplicant timing out when connecting wireless https://bugs.launchpad.net/bugs/572777 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 513680] [NEW] Hardy sun-java 5 and 6 SIGSEGV during GC
Public bug reported: I have several Hardy guests running under KVM on a Jaunty host. All fully patched. Since this recent update "updating upgrade sun-java6-bin 6-16-0ubuntu1.8.04 6-17-0ubuntu1.8.04" we are seeing persistent Java instability on application servers. Crash with SIGSEGV - looking at the hs_err_log files it is happening during Garbage Collection (GC). Sometimes the crash happens within 20s of booting the JVM othertimes it can be stable for days. I will attach a typical copy of the Hotspot dump below. Here's a summary... # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x7f16e533235c, pid=4111, tid=1104398672 # # JRE version: 6.0_17-b04 # Java VM: Java HotSpot(TM) 64-Bit Server VM (14.3-b01 mixed mode linux-amd64 ) # Problematic frame: # V [libjvm.so+0x56135c] VM_Operation (0x40982620): GenCollectFull, mode: safepoint, requested by thread 0x4031a800 --- S Y S T E M --- OS:lenny/sid uname:Linux 2.6.24-24-server #1 SMP Fri Sep 18 16:47:05 UTC 2009 x86_64 libc:glibc 2.7 NPTL 2.7 rlimit: STACK 8192k, CORE 0k, NPROC 2047, NOFILE 1024, AS infinity load average:0.00 0.00 0.00 CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 2 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3 Memory: 4k page, physical 252376k(3140k free), swap 124984k(117308k free) vm_info: Java HotSpot(TM) 64-Bit Server VM (14.3-b01) for linux-amd64 JRE (1.6.0_17-b04), built on Oct 11 2009 01:08:48 by "java_re" with gcc 3.2.2 (SuSE Linux) time: Wed Jan 27 20:18:14 2010 elapsed time: 2880 seconds ** Affects: sun-java6 (Ubuntu) Importance: Undecided Status: New ** Tags: instability severe -- Hardy sun-java 5 and 6 SIGSEGV during GC https://bugs.launchpad.net/bugs/513680 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 513680] Re: Hardy sun-java 5 and 6 SIGSEGV during GC
** Attachment added: "JVM error report" http://launchpadlibrarian.net/38481219/hs_err_pid4111.log -- Hardy sun-java 5 and 6 SIGSEGV during GC https://bugs.launchpad.net/bugs/513680 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 513680] Re: Hardy sun-java 5 and 6 SIGSEGV during GC
I should also say. We have tried the latest 1.6.0_18 JRE from sun and see the same crashes. Also we've tried switching to java-5 64bit and also see the crashes. This suggests it could be something in the low level native libs called by libjvm.so. Since these are production critical machines I'm trying a temporary switch to the ia32 bit JVM packages like this... sudo apt-get install ia32-sun-java6-bin sudo update-alternatives --config java and select ia32 java Will report if this is a good long term workaround - so far so good. -- Hardy sun-java 5 and 6 SIGSEGV during GC https://bugs.launchpad.net/bugs/513680 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 513680] Re: Hardy sun-java 5 and 6 SIGSEGV during GC
Switching to 32bit Java didn't help. We have ended up doing a host upgrade to Karmic - turns out that all this involved was switching to a new kernel and was painless. Now running host on ... Linux version 2.6.28-13-server (bui...@yellow) (gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #45-Ubuntu SMP Tue Jun 30 22:56:18 UTC 2009 Hardy virtual guests are unchanged and fully up to date. Stability has improved considerably. I can only guess that somehow the JVM GC code was triggering something unstable in the kernel KVM memory virtualization? -- Hardy sun-java 5 and 6 SIGSEGV during GC https://bugs.launchpad.net/bugs/513680 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 1636395] Re: dnsmasq not working with OpenVPN
I can confirm this problem. Since updating to 16.10 DNS fails when openvpn connection is enabled in NetworkManager. Intranet DNS lookups do not work - so the corporate servers cannot be reached. Additionally all my traffic is routed through the VPN and all external internet traffic is blocked. A partial fix is to disable dnsmasq in /etc/NetworkManager/NetworkManager.conf [main] plugins=ifupdown,keyfile,ofono #dns=dnsmasq [ifupdown] managed=false And to restart NM with: sudo service network-manager restart After this external traffic works again - but intranet hosts are still not resolvable - so I have to add manual settings in /etc/hosts for the intranet. In 16.04 openvpn with pushed DNS worked perfectly - the openvpn server has not been changed and is still working fine for other clients. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1636395 Title: dnsmasq not working with OpenVPN To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1636395/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1629540] Re: package lxd (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Hi Stéphane - I know this is closed but I came across a similar failure after migrating from 16.04 to 16.10. As above the migration of /etc/default/lxd-bridge failed and left me with no networking in the lxd containers. After a lot of hunting I found that the migration script did not correctly handle the migration of the LXD_CONFILE setting. (I have some dnsmasq dhcp-host entries to ensure my containers get reliable IP4 addresses.) What I had in /etc/default/lxd-bridge was this... LXD_CONFILE="/etc/lxd/dnsmasq.conf" But what got set up by the migration script in: lxc network edit lxdbr0 raw.dnsmasq: conf-file /etc/lxd/pjr-dnsmasq.conf Note: this is missing an equals sign after conf-file and should be... raw.dnsmasq: conf-file=/etc/lxd/pjr-dnsmasq.conf Without that dnsmasq always fails and my hosts had no IP4 networking. Would be great if the migration script can be changed so that anyone else moving from 16.04 LTS doesn't have this problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1629540 Title: package lxd (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxd/+bug/1629540/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1636395] Re: dnsmasq not working with OpenVPN
Still looking for an answer to the DNS problems we're now seeing with OpenVPN. For reference it seems there is a general discussion of DNS issues with 16.10 https://ubuntuforums.org/showthread.php?t=2340142 With respect to VPN pushed DNS the following comment indicates the same problem as this bug but with a Juniper VPN... https://ubuntuforums.org/showthread.php?t=2340142&p=13559269#post13559269 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1636395 Title: dnsmasq not working with OpenVPN To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1636395/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1636395] Re: dnsmasq not working with OpenVPN
Added package dependency to this bug for: openvpn-systemd-resolved It seems that package might also not be working correctly... "This is a helper script designed to integrate OpenVPN with the systemd-resolved service via DBus instead of trying to override /etc/resolv.conf, or manipulate systemd-networkd configuration files." ** Also affects: openvpn-systemd-resolved (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1636395 Title: dnsmasq not working with OpenVPN To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1636395/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1631241] Re: Name resolution stops working after resume from suspend
Hi Martin - not sure if this is related. But this bug report is also indicating problems with dnsmasq when establishing a VPN connection... https://bugs.launchpad.net/ubuntu/+source/openvpn-systemd- resolved/+bug/1636395 Thanks for any help with this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1631241 Title: Name resolution stops working after resume from suspend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1631241/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1049466] Re: Need support of Ralink RT3290 wifi support
@#125 James - thank you very much for posting this solution. I updated to 13.10 this morning and my rt3290 stopped working. Your detailed description of how to apply your patch resolved it for me. Now have wifi again. Stupid question - how will I know if an official kernel update fix becomes available? I when would I know I need to run this... sudo dkms remove rt3290sta/2.6.0.0 --all Cheers, Peter -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1049466 Title: Need support of Ralink RT3290 wifi support To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1049466/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 689733] Re: Application icons should only display windows from the current workspace in the window spread
Posted a forum thread here to try to discover if there is a workaround from the community... http://ubuntuforums.org/showthread.php?t=1976347 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/689733 Title: Application icons should only display windows from the current workspace in the window spread To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/689733/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 966744] Re: Resume from suspend leaves me with black screen or a screen of the desktop before it suspended (though the mouse still moves/changes cursor)
I also have this bug - same set up and symptoms as #70. I'm on Toshiba Satellite Pro L630 - Intel chipset/video. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/966744 Title: Resume from suspend leaves me with black screen or a screen of the desktop before it suspended (though the mouse still moves/changes cursor) To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/966744/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 689733] Re: Application icons should only display windows from the current workspace in the window spread
I completely agree with the last few posts. This is a big regression for me. Here is are two very common use cases which are now greatly hampered. Please put Scale back to normal so that global discovery of windows is possible... Use Case 1 User is working on word processing in Workspace 1, User is working on email in Workspace2. User has Skype running in workspace 3. User receives new chat messsages from friends while in WS1. Other chats in Ws2 etc etc. Chat messages are now in windows spread across all work spaces. When switching to skype in WS3 - how is the user to find the chats in WS1, W22? This is such a common use case its pretty incredible that the functionality was removed. Scale is by far the best way to find and quickly switch any window. Especially when working across several Workspaces. Use Case 2 -- User is giving presentation in Workspace 1. User switches to workspace 2 to do a demo. User opens text editor to show live demo features. User switches to WS1 to show presentation again. User needs to rapidly find editor which was on WS2. Previously a global scale of all windows made presenting/demos very easy. Now the audience has to watch as the presenter gets lost trying to move and search workspaces - everyone looses track. (And using one workspace is not an option - presenter naturally thinks of WS2 as the develoment zone. WS 1 as comms, WS3 as messaging etc etc.) - All help to get this fixed in 12.04 greatly appreciated. This regression has been the only fly in the ointment in the move from 11.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/689733 Title: Application icons should only display windows from the current workspace in the window spread To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/689733/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 933776] Re: [regression] scale/spread: "Initiate Window Picker for All Windows" does not show all windows. It shows only windows from curent workspace.
This bug is really bad and ruins the LTS experience. I've been running with Bruno's PPA for 6 months - which fixes the problem perfectly - but I can't imagine what its been like for anyone not technically savvy enough to use this. This week I got an official update to compiz which I naively assumed would mean that this was finally officially fixed. I was badly wrong - its now back to being totally broken. Worse still, the installed version supercedes Brunos version number and so I can't go back to his fix (my system is critical to me so I don't want to muck about with pinning older versions). Please someone release the fixed version to the LTS backports - this is getting beyond the limits of reasonable patience. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/933776 Title: [regression] scale/spread: "Initiate Window Picker for All Windows" does not show all windows. It shows only windows from curent workspace. To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/933776/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 933776] Re: [regression] scale/spread: "Initiate Window Picker for All Windows" does not show all windows. It shows only windows from curent workspace.
Hi Bruno - thank you! I just got the update from your PPA and can confirm that we're back in business! The bug is fixed again with your version. You are a gentleman. Thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/933776 Title: [regression] scale/spread: "Initiate Window Picker for All Windows" does not show all windows. It shows only windows from curent workspace. To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/933776/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs