[Bug 1968467] Re: CSD scripts do not work on jammy

2022-04-22 Thread Dan Lenski
Thanks for testing that. We may need to apply something like this to OpenConnect, to get it to try harder to disable the OpenSSL minimum security level. Ugh. https://gitlab.com/openconnect/openconnect/-/commit/4e07eecaf04a48c3253a5dfd69d817673194e154#note_921595179 -- You received this bug

[Bug 1968467] Re: CSD scripts do not work on jammy

2022-04-21 Thread Dan Lenski
@jgunthorpe, what if you do something like this, where you create an OPENSSL_CONF that explicitly (re)enables unsafe legacy negotiation? Instead of using /dev/null. ``` $ cat > /tmp/openssl.conf < ``` That comes from https://github.com/dlenski/gp-saml-gui/issues/42 ** Bug watch added:

[Bug 1968467] Re: CSD scripts do not work on jammy

2022-04-11 Thread Dan Lenski
I’m one of the upstream OpenConnect developers. Thanks for bringing this to our attention. This is one of a seemingly-endless stream of issues (e.g. https://gitlab.com/openconnect/openconnect/-/issues/211) that OpenConnect users have encountered as a result of distros’ recent mania for enforcing

[Bug 1874257] Re: SSH fails with connection timed out - in VPN and hangs here "expecting SSH2_MSG_KEX_ECDH_REPLY" + Ubuntu 16.04.6 LTS

2022-01-04 Thread Dan Lenski
@Stuart-ward wrote… > This is still a current problem > > $ dpkg -l | grep -i openvpn > ii network-manager-openvpn 1.8.14-1 amd64 network management framework > (OpenVPN plugin core) > ii network-manager-openvpn-gnome 1.8.14-1 amd64 network management framework > (OpenVPN plugin GNOME GUI) >

[Bug 1921828] Re: Cisco AnyConnect 4.8+ server requires a trivial patch to connect

2021-03-30 Thread Dan Lenski
@Tony Spets, if you're willing to share the identity of an affected server (privately) with us developers, my email is on my profile page at https://gitlab.com/dlenski. I wouldn't share it publicly, but would like to use it to improve a tool for *detection* of servers that have had this

[Bug 1921828] Re: Cisco AnyConnect 4.8+ server requires a trivial patch to connect

2021-03-30 Thread Dan Lenski
The patch will be including in OpenConnect v9.0 (coming real soon now, we swear ). The _dependencies_ of OpenConnect have been essentially unchanged for years, so frankly everyone would probably be happier to have OpenConnect v9.0 built for xenial/bionic/focal, rather than building an

[Bug 1754601] Re: openconnect has trouble maintaining a VPN connection

2021-01-24 Thread Dan Lenski
I'm one of the OpenConnect developers. This thread appears to be describing THREE SEPARATE PROBLEMS, which likely have nothing to do with Ubuntu's packaging specifically. Please submit bug reports at https://gitlab.com/openconnect/openconnect/-/issues. @Ingo Karkat: > What helped for me was

[Bug 1874257] Re: SSH fails with connection timed out - in VPN and hangs here "expecting SSH2_MSG_KEX_ECDH_REPLY" + Ubuntu 16.04.6 LTS

2020-05-10 Thread Dan Lenski
It appears you are using *OpenConnect*, although both the strings OpenVPN and OpenConnect appear in prior posts. These are *completely different* VPN clients. You are using an *ancient* old release of OpenConnect v7.06. The automatic MTU detection logic has been vastly improved in newer versions

[Bug 1876968] Re: Error "Usage: ip route { list | flush } SELECTOR"

2020-05-05 Thread Dan Lenski
*** This bug is a duplicate of bug 1871184 *** https://bugs.launchpad.net/bugs/1871184 This is a duplicate of #1871184. It's actually a bug in vpnc-script. I explain more details here: https://bugs.launchpad.net/ubuntu/+source /vpnc-scripts/+bug/1871184/comments/2 ** This bug has been

[Bug 1871184] Re: openconnect throws errors and routing issues after connection.

2020-04-06 Thread Dan Lenski
@laspokemon, yes, you should be able to overwrite your global vpnc- script with the latest version from the master branch. Raw source here: https://gitlab.com/openconnect/vpnc-scripts/-/raw/master/vpnc-script You will likely want to overwrite `/usr/share/vpnc-scripts/vpnc-script`, since this is

[Bug 1871184] Re: openconnect throws errors and routing issues after connection.

2020-04-06 Thread Dan Lenski
This is a bug in vpnc-scripts, not in OpenConnect per se. Upstream Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955016 We fixed this bug a few months ago in: https://gitlab.com/openconnect /vpnc-scripts/-/merge_requests/5 Long story short: 1) Old versions of `vpnc-script` with

[Bug 1867184] Re: Cannot connect to Cisco ASA with openconnect

2020-03-30 Thread Dan Lenski
OpenConnect v8.06 is now available, and we added options to override the ciphersuite from the command-line, so that users in the future won't need to recompile to fix these kinds of problems. For example, you can now use this command line to enable use of the legacy SHA256 MAC, if that were the

[Bug 1822467] Re: OpeonConnect fails with generic TLS Fatal Alert Error

2020-03-28 Thread Dan Lenski
It's not an immediate fix for anyone, but we are working on a patch set which will allow the user to override the ciphersuite priority string from the command line, so that future issues related to ciphersuite incompatibility don't require recompilation to fix.

[Bug 1822467] Re: OpeonConnect fails with generic TLS Fatal Alert Error

2019-04-01 Thread Dan Lenski
@dwmw2, did you delete issue #21? Or make it confidential? I can't see it even when logged in to Gitlab. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822467 Title: OpeonConnect fails with generic

[Bug 1764047] Re: Unable to switch realm on authentication dialog

2019-03-17 Thread Dan Lenski
I fixed this issue in 669c7d3e7a45aabc3035f8f538bbd36e23dbd3d8 (https://gitlab.com/openconnect/openconnect/commit/669c7d3e7a45aabc3035f8f538bbd36e23dbd3d8) and a related one for GlobalProtect VPNs in 7224312999fb5601d4c7e76ea9afe7eb6b2ca761

[Bug 1814502] Re: VPN does not work with MTU of 1400

2019-02-04 Thread Dan Lenski
You can still work around it by setting a lower MTU manually though, right? (openconnect --mtu=X) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1814502 Title: VPN does not work with MTU of 1400 To

[Bug 1814502] Re: VPN does not work with MTU of 1400

2019-02-04 Thread Dan Lenski
Ah, that's useful to know. The Juniper NC protocol (what OpenConnect implements) has a mechanism for the server to tell the client what MTU to use, but no mechanism AFAIK for the client to tell the server what MTU it thinks it has at the IP level — unlike AnyConnect which has both. This makes

[Bug 1814502] Re: VPN does not work with MTU of 1400

2019-02-04 Thread Dan Lenski
Thanks, that's interesting. There were almost no changes to the Juniper code between v7.06 and v7.08, and none that affected MTU handling (git diff v7.06 v7.08 -- oncp.c auth-juniper.c) What version are you running on MacOS? MTU detection is a perenially-unreliable issue with VPNs. I'm going to

[Bug 1814502] Re: VPN does not work with MTU of 1400

2019-02-03 Thread Dan Lenski
Are you sure this is actually a regression from 17.10 -> 18.04? It sounds more like the behavior of the *server* changed. Can you install the 17.10 version of the openconnect and libopenconnect5 packages and see if it actually makes any difference in the functionality? -- You received this bug

[Bug 1773708] Re: Log in to VPN with TOTP codes

2019-01-10 Thread Dan Lenski
This was a typo, which I fixed in https://gitlab.com/openconnect/openconnect/commit/e9647a08bb4613227fd371752910cb32e54f8870, which is included in the OpenConnect v8.01 release. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 667963] Re: vpnc disconnects after 7-8 hours consistently

2019-01-09 Thread Dan Lenski
I've tested @Ralph Schmieder's patch and it gets the job done. Prevents my VPN from hanging at the expiration of the IKE key lifetime. You can find a slightly cleaned-up source tree with it applied here: https://github.com/dlenski/vpnc/commit/27a7a1b9daee88e000c18001222e2e53e348e378 Any reason

[Bug 1809839] Re: Daily build 2667 broken for protocol=GP

2018-12-27 Thread Dan Lenski
Thanks. This was also reported on the OpenConnect mailing list (http://lists.infradead.org/pipermail/openconnect- devel/2018-December/005164.html) and I've submitted a quick patch to fix it at: https://gitlab.com/openconnect/openconnect/merge_requests/22 -- You received this bug notification

[Bug 1789268] Re: Openconnect doesn't connect to cisco vpn

2018-08-27 Thread Dan Lenski
able (`chmod +x csd-post.sh`) and use `openconnect --csd-wrapper csd-post.sh vpn-amer-dco.genesys.com`. -Dan Lenski (openconnect contributor) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1789268 T

[Bug 1789268] Re: Openconnect doesn't connect to cisco vpn

2018-08-27 Thread Dan Lenski
This doesn't appear to be a bug, just a lack of knowledge about how to invoke OpenConnect correctly. ** Changed in: openconnect (Ubuntu) Status: New => Invalid ** Converted to question: https://answers.launchpad.net/ubuntu/+source/openconnect/+question/673034 -- You received this bug

[Bug 1783610] Re: Openconnect fails to connect to VPN servers which blacklist TLS 1.0

2018-07-27 Thread Dan Lenski
Copying from what I wrote on the openconnect-devel mailing list… Nikos's proposed fix is to change "-VERS-TLS-ALL:+VERS-TLS1.0" to "-VERS-SSL3.0". It's useful to consider the total set of possible effects of this change on Ubuntu 14.04's openconnect: 1) Good: Fixes the incompatibility reported

Re: [Bug 1655279] Re: OpenConnect does not properly logout from Juniper VPNs

2017-01-10 Thread Dan Lenski
Okay, although I think this one is a fairly straightforward fix, it's a good idea to wait and see the discussion on the list. On Tue, Jan 10, 2017 at 3:05 PM, Mike Miller wrote: > It would also be ideal to wait until the proposed patch has been > reviewed and applied

[Bug 1655279] [NEW] OpenConnect does not properly logout from Juniper VPNs

2017-01-10 Thread Dan Lenski
*** This bug is a security vulnerability *** Public security bug reported: The Juniper protocol lacks a .vpn_close_session function; without logout, the VPN cookie remains active and can be used to restart the session from an unrelated computer. This is a security hazard, especially when

[Bug 1612100] [NEW] CWD for vpnc-script changes between connect and disconnect calls

2016-08-11 Thread Dan Lenski
Public bug reported: I reported this on the vpnc-devel mailing list but haven't seen any response: http://lists.unix-ag.uni-kl.de/pipermail/vpnc- devel/2016-August/004199.html I've attached a patch that fixes the issue (combination of the two patches that I posted to the mailing list). This

[Bug 1061195] Re: Evolution appears unable to create EWS or Exchange MAPI account

2016-07-22 Thread Dan Lenski
I had pretty much the exact same experience as @scottbomb: EWS account creation worked find for me on 14.04-15.10, but then I tried adding an EWS account on 16.04, and it repeatedly failed to appear. After killing *all* evolution-related processes and restarting, it worked. Evolution 3.18.5.2

[Bug 1574622] Re: RTL8723AU No WiFi after reboot

2016-05-19 Thread Dan Lenski
I've had similar problems with the rtl8xxxu driver and the same hardware: [ 8.097402] usb 1-1.4: RTL8723AU rev B (TSMC) 1T1R, TX queues 2, WiFi=1, BT=1, GPS=0, HI PA=0 I presume yours is also a Lenovo Yoga 13? I submitted a small patch to increase the firmware polling delay. This patch appears

[Bug 1579216] Re: [needs-packaging] why was crystalhd-dkms package removed?

2016-05-06 Thread Dan Lenski
The thing is, this package *USED TO EXIST* as crystalhd-dkms. It was only removed because of an incorrect understanding about the relevant driver becoming part of the mainline kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1127157] Re: File Overlap Between linux-firmware-nonfree and firmware-crystalhd

2016-05-06 Thread Dan Lenski
The file bcmFilePlayFw.bin **does not actually do anything** and can be removed. It was **replaced** by bcm70012fw.bin in a very early version of libcrystalhd3 driver (2010): https://github.com/dbason/crystalhd/commit/14640128497e8e6d8d01d7fc85c4eef043d428c2 -- You received this bug

[Bug 1579216] Re: why was crystalhd-dkms package removed?

2016-05-06 Thread Dan Lenski
Long story short: the crystalhd-dkms package shouldn't have been removed because the in-kernel version was not a useful replacement for it. (The kernel staging driver was in fact an older already-obsolete verison.) -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1579216] Re: why was crystalhd-dkms package removed?

2016-05-06 Thread Dan Lenski
I attempted to catalog the large number of variants of this driver floating around the web: https://github.com/dbason/crystalhd/blob/master/HISTORY.md Here are the ones I've found, roughly in order of most obsolete/broken to newest: 1. Staging driver from Linux kernel v3.16 version

[Bug 1579216] [NEW] why was crystalhd-dkms package removed?

2016-05-06 Thread Dan Lenski
Public bug reported: The crystalhd-dkms package was removed from the source package back in http://bazaar.launchpad.net/~ubuntu- branches/ubuntu/wily/crystalhd/wily/revision/7 > * Remove dkms package which contained buggy driver. > Driver already existed in mainline kernel. Any issues with the

[Bug 1572536] Re: module fails to load under kernel 4.6 or 4.2

2016-05-06 Thread Dan Lenski
Hi Owen, you might want to take a look over on Github where I and others have modified the source package to build without errors for recent kernels. I'm using it on kernel 4.4.0 under Ubuntu Xenial current: https://github.com/dbason/crystalhd -- You received this bug notification because you

[Bug 447803] Re: [gm45] closing screen/lid results in flickering and high CPU usage by Xorg

2010-07-18 Thread Dan Lenski
I too still have this problem after upgrading to 10.04 :-( I've tried the solution of tweaking /proc/acpi/video/*/DOS, suggested in this related bug: https://bugs.launchpad.net/ubuntu/+source/xserver- xorg-video-intel/+bug/156824 And I've read the upstream bug:

[Bug 445889] Re: no sound from integrated speakers (Realtek ALC269, snd-hda-intel driver)

2010-03-25 Thread Dan Lenski
I read with great interest about a recent change to the HDA audio driver in the 2.6.32 kernel: http://www.h-online.com/open/features /Configuration-Storage-Audio-and-Video-872724.html Apparently, there's now a module option to communicate hardware details or quirks to the HDA driver *without*

[Bug 437747] Re: How to hide the Accessibility icon is very unintuitive

2010-03-01 Thread Dan Lenski
+1 ... I've had this icon sitting around for months, and never figured out how to disable it. It takes up space, and I've accidentally invoked a couple of unwanted accessibility features a few times. Very annoying. It'd be nice to have a straight-forward right-click option to remove it. -- How

[Bug 445889] Re: no sound from integrated speakers (Realtek ALC269, snd-hda-intel driver)

2009-12-06 Thread Dan Lenski
Pat, if you explicitly modprobe the sound driver, you can do it like this: # modprobe snd-hda-intel model=basic Or you can edit /etc/modprobe.d/alsa-base.conf and add the line: options snd-hda-intel model=basic This will cause the correct options to be loaded automatically. In practice, I've

[Bug 447803] Re: [GM45] closing screen/lid results in flickering and high CPU usage by Xorg

2009-11-23 Thread Dan Lenski
Kwinz, I experience the same problem of the sound stopping for a second when closing the lid! This also occurs when Gnome decides to turn the display off via DPMS... the sound hiccups for a second. -- [GM45] closing screen/lid results in flickering and high CPU usage by Xorg

[Bug 445889] Re: no sound from integrated speakers (Realtek ALC269, snd-hda-intel driver)

2009-11-04 Thread Dan Lenski
Hey Jim, unfortunately resetting the BIOS settings to factory defaults doesn't fix the issue (either under Linux or Windows). I'm wondering if the factory default settings offered by the BIOS don't match the actual factory default settings of the as-shipped laptop :-( I'll try to find out if

[Bug 445889] Re: no sound from integrated speakers (Realtek ALC269, snd-hda-intel driver)

2009-10-21 Thread Dan Lenski
Hi Jim, thanks for the reply! By NVRAM, do you mean the BIOS NVRAM? Is there any way to access it without possibly trashing the BIOS? I did get in touch with Acer's customer support, who were not so helpful. At first they told me it must be a hardware issue, which of course I was suspicious

[Bug 445889] Re: no sound from integrated speakers (Realtek ALC269, snd-hda-intel driver)

2009-10-11 Thread Dan Lenski
Okay, I've got the situation slightly improved... I read HD-audio.txt in the kernel documentation (http://www.kernel.org/doc/Documentation/sound/alsa/HD-Audio.txt) and it mentioned the great frequency of problems with internal speaker outputs with this driver. It explained that the following

[Bug 447803] [NEW] closing screen/lid results in flickering and high CPU usage by Xorg

2009-10-10 Thread Dan Lenski
Public bug reported: Binary package hint: xserver-xorg-video-intel This is a brand new Acer AS1410 laptop, running i386 Ubuntu Karmic, Netbook Remix. The graphics adapter is Intel X4500MHD (8086:2a42 PCI ID), supported by the i915 kernel driver. Yesterday, I tried closing the screen lid to

[Bug 447803] Re: closing screen/lid results in flickering and high CPU usage by Xorg

2009-10-10 Thread Dan Lenski
** Attachment added: BootDmesg.gz http://launchpadlibrarian.net/33392777/BootDmesg.gz ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/33392778/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/33392779/Dependencies.txt **

[Bug 445889] Re: no sound from integrated speakers (Realtek ALC269, snd-hda-intel driver)

2009-10-10 Thread Dan Lenski
Well... after playing around in Linux for a while, trying to get the internal speakers to work, I went back to check the Windows settings. And *now* the internal speakers don't work in Windows either. Vey strange. I tried a hard reboot, tried removing and reinstalling the battery, tried

[Bug 445889] [NEW] no sound from integrated speakers (Realtek ALC269, snd-hda-intel driver)

2009-10-07 Thread Dan Lenski
Public bug reported: I'm using a brand-new Acer AS1410 notebook/netbook, with Ubuntu 9.10 Netbook Remix. The manufacturer reports the audio chip as Realtek ALC269, although lspci says it's an Intel ICH9 HD Audio Controller (pci id 8086:293c). With the snd-hda-intel driver, configured for analog

[Bug 445889] Re: no sound from integrated speakers (Realtek ALC269, snd-hda-intel driver)

2009-10-07 Thread Dan Lenski
** Attachment added: AlsaDevices.txt http://launchpadlibrarian.net/33262596/AlsaDevices.txt ** Attachment added: AplayDevices.txt http://launchpadlibrarian.net/33262597/AplayDevices.txt ** Attachment added: BootDmesg.gz http://launchpadlibrarian.net/33262598/BootDmesg.gz ** Attachment

[Bug 418246] Re: it87 module error, ACPI conflict

2009-09-01 Thread Dan Lenski
I have the same problem here... motherboard is BIOSTAR TA780G+ with Athlon 64 x2 BE-2400 CPU. The acpi_enforce_resources=lax fix works for me as well. So what's the deal... we have to wait for motherboard manufacturers to write correct ACPI drivers for their sensor chips? And flying pigs? :-(

[Bug 355613] Re: wireshark/libpcap does not support sniffing USB streams

2009-08-28 Thread Dan Lenski
I don't think this problem is just with Jaunty. I'm having the same problem with Intrepid (found this while Googling for it). Also, neither tcpdump nor wireshark will actually log the *contents* of the USB packets (aka URBs), merely things like the length and type of packet. Is this a problem

[Bug 355317] Re: Sansa E280 MP3 mplayer not detected (regression)

2009-05-24 Thread Dan Lenski
I believe this bug is the same as this one: https://bugs.launchpad.net/ubuntu/+bug/345916 It turns out it is due to the gphoto process (which handles MTP mode) attempting to take over access to the Sansa as soon as it is plugged in *EVEN IN MSC MODE*. If you look at the report for that bug, you

[Bug 355998] Re: usb-storage: waiting for device to settle before scanning

2009-05-24 Thread Dan Lenski
Another me too. :-) Tim Kosse, your original solution (removing the Sansa e2x0 entries from /usr/share/hal/fdi/preprobe/10osvendor/20-libgphoto2.fdi) works great for me. I have not yet tried patching gPhoto to not try and handle USB mass storage devices, but in my opinion this is a sorely needed

[Bug 236422] Re: sansa mp3 players not mounted when plugged in

2009-05-24 Thread Dan Lenski
*** This bug is a duplicate of bug 355998 *** https://bugs.launchpad.net/bugs/355998 This bug should be merged with 355998 (https://bugs.launchpad.net/ubuntu/+source/libgphoto2/+bug/355998) Long story short: the gphoto2 library handles MP3 players in MTP mode. Due to a bug in gphoto2 *and* a

[Bug 355317] Re: Sansa E280 MP3 mplayer not detected (regression)

2009-05-24 Thread Dan Lenski
*** This bug is a duplicate of bug 355998 *** https://bugs.launchpad.net/bugs/355998 ** This bug has been marked a duplicate of bug 355998 usb-storage: waiting for device to settle before scanning -- Sansa E280 MP3 mplayer not detected (regression) https://bugs.launchpad.net/bugs/355317

[Bug 355998] Re: usb-storage: waiting for device to settle before scanning

2009-05-24 Thread Dan Lenski
A related (?) bug: After using Tim's fix, the e2x0 shows up as a mass storage device. So far so good. But when I start Rhythmbox, the device disappears! It seems that Rhythmbox tries to reinitialize it as a MTP device when the mtpdevice plugin is enabled. I am having trouble determining how

[Bug 366101] Re: Evolution slows down and nearly freezes when bringing up a new compose window

2009-04-26 Thread Dan Lenski
It's pretty hard to follow since it launches a large number of new threads during this apparent hang. However, it's also kernel-dependent: booting with the Intrepid kernel (2.6.27-14) fixes the problem. -- Evolution slows down and nearly freezes when bringing up a new compose window

[Bug 366101] [NEW] Evolution slows down and nearly freezes when bringing up a new compose window

2009-04-24 Thread Dan Lenski
Public bug reported: Binary package hint: evolution This bug has just appeared for me with the upgrade to Jaunty 9.04. When clicking on the button to compose a new message, Evolution become totally unresponsive for 60-100 seconds before it brings up the window. (Applies equally when replying to

[Bug 366101] Re: Evolution slows down and nearly freezes when bringing up a new compose window

2009-04-24 Thread Dan Lenski
Hi Sebastien, there is no backtrace! Evolution doesn't actually crash... just hangs for 60-100 seconds and then resumes working. Running evolution --debug unfortunately provides absolutely no useful information. Any other suggestions for data gathering? -- Evolution slows down and nearly

[Bug 179042] Re: Videos tear and blink when enabling compiz [AMD Feature #7647] [EPR#257833]

2009-04-01 Thread Dan Lenski
Ditto here! Intrepid 64-bit, xv windows flicker horribly when Desktop Effects are enabled, no problems when Desktop Effects are disabled. It's not a big deal to disable Xv for video playback, but there seems to be no way to disable Xv for the proprietary Skype client, so it's virtually unusable

[Bug 269079] Re: wrong linked smarty

2009-02-05 Thread Dan Lenski
Any chance of fixing this in Intrepid as well??? -- wrong linked smarty https://bugs.launchpad.net/bugs/269079 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

[Bug 320538] [NEW] evolution segfaults in libeutil.so immediately on startup

2009-01-23 Thread Dan Lenski
Public bug reported: Binary package hint: evolution Using Ubuntu 8.10 x86_64, evolution-2.24.3-0ubuntu1: As soon as I start Evolution, it *immediately* segfaults. I get the following message in /var/log/messages: [ 908.660924] evolution[7250]: segfault at 38 ip 7ff9f6943f24 sp

[Bug 320538] Re: evolution segfaults in libeutil.so immediately on startup

2009-01-23 Thread Dan Lenski
Ah, yes. Here's the gdb output attached. I found a fix. I notice in the gdb output that it's during initialization of the Tasks component of Evolution that the crash occurs. So I deleted the GConf key: /apps/evolution/tasks/sources Now Evolution starts and works fine. Hmmm... ** Attachment

[Bug 269079] Re: wrong linked smarty

2009-01-23 Thread Dan Lenski
Here is a trivial patch to the gallery2-2.2.6 source package which fixes the bug. Please apply :-) ** Attachment added: patch to fix the bug http://launchpadlibrarian.net/21575773/gallery2-fix-smarty.patch -- wrong linked smarty https://bugs.launchpad.net/bugs/269079 You received this bug

[Bug 269079] Re: wrong linked smarty

2009-01-14 Thread Dan Lenski
+1, this bit me too. RRRGGGHGH. Just fix the symlink already :-) (By the way, the 4 files still missing after upgrade are only license/copyright info files and not needed for proper functioning of Gallery2) -- wrong linked smarty https://bugs.launchpad.net/bugs/269079 You received this bug

[Bug 216146] Re: firefox field for file selection doesn't let me copy paste paths

2008-06-28 Thread Dan Lenski
This has been driving me nuts too!! With Firefox 2.x, I could choose either: (a) type the filename by hand in the text box (b) click the Browse button and get a file selector dialog Great! Now, with Firefox 3.0, clicking on either pops up the file selector dialog. Maddening when I know the

[Bug 196285] Re: [Regression] Realtek RTL-8185 Wifi not recognized in Hardy 8.04 Alpha 5

2008-06-09 Thread Dan Lenski
Will, thanks a ton for your patch! I have my RTL-8185 working flawlessly under 2.6.24-18 and 2.6.24-19, even under fairly heavy load as a server :-) This is the first time I have had this card working stably on a Linux system, and it is just great to finally have it working!! I certainly hope

[Bug 152999] Re: DPMS cannot suspend monitor in Gutsy

2008-04-25 Thread Dan Lenski
Bryce, I've got Hardy running now, and the bug still recurs :-( Now the ATI driver works, but only at 1280x1024 and below... -- DPMS cannot suspend monitor in Gutsy https://bugs.launchpad.net/bugs/152999 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 152999] Re: DPMS cannot suspend monitor in Gutsy

2008-04-24 Thread Dan Lenski
Bryce, I wouldn't say that xset triggers this bug, since the bug is due to a lack of behavior, rather than its presence. Also, with the -ati driver running, xset and DPMS work fine... so I do NOT think the problem is with the server. I am downloading the Hardy packages right now, the mirrors

[Bug 111771] Re: can't ssh out; seahorse-agent seems dead

2008-04-11 Thread Dan Lenski
Another way to work around it: delete the temporary named pipe that SSH uses to communicate with the authentication agent. $ rm $SSH_AUTH_SOCK Then SSH will work, prompting for a passphrase for your key... of course, it won't actually be able to store any keys! I still don't know what makes

[Bug 111771] Ditto.

2008-01-24 Thread Dan Lenski
I have the same problem here. Sometimes seahorse crashes, and then ssh seems not to work. My workaround is to blank out the ssh-agent variables on the command line: $ SSH_AGENT_PID= SSH_AUTH_SOCK= ssh wherever It's a really frustrating bug, because ssh doesn't work and gives no indication why

[Bug 174200] Next Song doesn't work with Last.fm

2007-12-05 Thread Dan Lenski
Public bug reported: Binary package hint: rhythmbox First, I would just like to say that I am very happy to see Last.fm support added to Rhythmbox... thank you! Now, the one problem I have is that the Next Song button doesn't work for me! When I am playing my Neighbor Radio stream, if I press

[Bug 141404] Re: No user authentication coming back from suspend

2007-10-19 Thread Dan Lenski
Jamie, some update in the last couple of days seems to have fixed it, actually... so no more problems for me at least. Was this bug fixed in gnome-power-manager or gnome-screensaver or something? Thanks! -- No user authentication coming back from suspend https://bugs.launchpad.net/bugs/141404

[Bug 141404] Re: No user authentication coming back from suspend

2007-10-15 Thread Dan Lenski
Ditto. I upgraded to gutsy and suspend from the Gnome|Quit menu *works*, but it never demands my username/password after coming back from suspend. My /etc/default/acpi-support file has the line: LOCK_SCREEN=true ... so I'm not sure what the problem is. -- No user authentication coming back

[Bug 152999] DPMS cannot suspend monitor in Gutsy

2007-10-15 Thread Dan Lenski
Public bug reported: Binary package hint: xserver-xorg-video-vesa I have an ATI Technologies Inc RS482 [Radeon Xpress 200] on- motherboard display adapter. I have to run it with the VESA driver rather than the ATI driver, due to various problems with the ATI driver that prevent it from using

[Bug 151025] Re: FAT: Unrecognized mount option usefree or missing value

2007-10-13 Thread Dan Lenski
'usefree' from gconf strlist key /system/storage/default_options/vfat/mount_options ** (gnome-mount:1378): DEBUG: Mounting /org/freedesktop/Hal/devices/volume_uuid_E0FD_8510 with mount_point='DAN LENSKI', fstype='', num_options=6 ** (gnome-mount:1378): DEBUG: option='shortname=mixed' ** (gnome-mount

[Bug 102097] Re: Auto mount does not work for USB drive

2007-10-03 Thread Dan Lenski
I can confirm this bug as well. I have tried a USB-IDE enclosure, a thumb drive, two different cameras in UMS mode, and an MP3 player in UMS mode. They mostly have vfat filesystems, though I have tried ext3 as well. *ALL* of them automount just fine under Edgy. If I run udevmonitor -e while

[Bug 128543] suspend works from command line, but not via GNOME menu

2007-07-26 Thread Dan Lenski
Public bug reported: Distro: Ubuntu Feisty (x86_64) Hardware: Athlon 64 X2 processor, Radeon Xpress 200 integrated graphics, ECS RS485M-M motherboard Using the open-source radeon Xorg driver: 01:05.0 VGA compatible controller: ATI Technologies Inc RS482 [Radeon Xpress 200] (prog-if 00 [VGA])

[Bug 128323] incorrect assumption about saved VESA state

2007-07-25 Thread Dan Lenski
Public bug reported: Some background: this is an Athlon 64 X2 system running Ubuntu Feisty. Budget ECS RS485M-M motherboard with onboard ATI graphics: 01:05.0 VGA compatible controller: ATI Technologies Inc RS482 [Radeon Xpress 200] I've had a rough time getting suspend-to-RAM to work.

[Bug 84145] tg-admin doesn't work with python 2.5

2007-02-08 Thread Dan Lenski
Public bug reported: I am running Feisty on x86_64 and just installed TurboGears via apt-get install python-turbogears. Now tg-admin crashes when I run it: $ tg-admin Traceback (most recent call last): File /usr/bin/tg-admin, line 8, in module load_entry_point('TurboGears==1.0b1',

[Bug 75765] Re: This package should depends on mtools

2007-02-03 Thread Dan Lenski
The mtools dependence of syslinux is kind of silly ... Since only root can mount filesystems, but mtools can operate on any msdos filesystem with the appropriate permissions, the author decided to simply use mtools to copy the bootloader (LDLINUX.SYS) onto the disk. The latest version of

[Bug 80468] source of this bug determined

2007-01-20 Thread Dan Lenski
I've determined the source of this bug, which should only affect USB printers $ ls -l /dev/usblp0 /dev/lp0 crw-rw 1 root lp6, 0 2007-01-20 12:34 /dev/lp0 crw-rw 1 root plugdev 180, 0 2007-01-20 12:34 /dev/usblp0 The problem is this: udev makes ALL usb devices owned by group

[Bug 80662] Re: Permissions problem prevens printers from printing (Feisty)

2007-01-20 Thread Dan Lenski
*** This bug is a duplicate of bug 80468 *** The problem is that the cupsys user does not belong to the plugdev group, and all printer access actually is initiated by a process running as that user. You need to add the cupsys user to the pludev group. I posted this solution to the dupe bug:

[Bug 80468] one thing to add

2007-01-20 Thread Dan Lenski
Perhaps the worst thing about this bug is there is NO indication of what has gone wrong... if you dist-upgrade from edgy to feisty, then your USB printer will stop working and quite mysteriously. When you try to print to a USB printer that CUPS does not have permissions to access, the graphical

[Bug 80813] powernowd fails to start under Feisty

2007-01-20 Thread Dan Lenski
Public bug reported: Binary package hint: powernowd I'm running Feisty on an Athlon 64 (socket 939) system. $ uname -a Linux tonquil 2.6.19-7-generic #2 SMP Mon Dec 4 12:39:22 UTC 2006 x86_64 GNU/Linux When the computer boots, the powernow-k8 module is loaded: $dmesg | grep powernow [

[Bug 31857] Re: r818x driver freezes randomly

2007-01-16 Thread Dan Lenski
Okay, I have tracked down a bit more info on this bug: it is evidently a soft lockup resulting from a spinlock. I can reproduce it by trying to upload a 1gb file to a remote server without limiting the upload rate... my system will freeze within a few seconds or minutes of starting this. The

[Bug 74672] ESSID gets truncated

2006-12-06 Thread Dan Lenski
Public bug reported: I upgraded from edgy to feisty a couple days ago, and found that my wireless network connection no longer worked. It seemed that whatever I used as my ESSID would get truncated by one character: $ sudo iwconfig wlan0 essid linksys $ sudo iwconfig lono wireless

[Bug 31857] Re: r818x driver freezes randomly

2006-12-06 Thread Dan Lenski
I can confirm this bug under both Edgy and Feisty (stock kernels). I am using a wireless card with a Realtek 8225 front-end chip. I have found that the system freezes ONLY when I am SENDING lots of data, NEVER when receiving. For example, if I throttle a file upload to 10 kB/s, it will continue

[Bug 63905] mouse cursor disappears

2006-10-04 Thread Dan Lenski
Public bug reported: Binary package hint: xserver-xorg-driver-nv I upgraded from Dapper to Edgy beta a few weeks ago, and decided to switch from the closed-source nvidia X driver to the open-source nv driver. Everything has been fine EXCEPT: When I log out of GNOME, or press CTRL-ALT-DEL to