[Bug 948623] Re: Can't start more than 35 containers on my machine

2012-03-09 Thread David Ward
Note that you can increase the number of inotify instances allowed per user. See the /proc interfaces section of: http://www.kernel.org/doc/man-pages/online/pages/man7/inotify.7.html -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 50214] Re: can't connect to hidden network

2008-03-20 Thread David Ward
Rama, I am connecting to a network with 64-bit WEP encryption. The patch I wrote will only fix the issue if you are using the ndiswrapper or prism54 wireless drivers. These are both breaking because NetworkManager is issuing the incorrect AP_SCAN value to wpa_supplicant. Beyond that, there are

[Bug 50214] Re: can't connect to hidden network

2008-03-23 Thread David Ward
No, Steve is right. This is not one problem, but several problems that have the same apparent outcome, which is making this impossible to fix if it's treated as a single problem. Suppose your computer stopped booting into Ubuntu altogether. Could it be because your hard drive has physically

[Bug 50214] Re: can't connect to hidden network

2008-03-09 Thread David Ward
scubanator87 - the issue here is not automatic connection - it's being able to connect period to hidden networks. The issue seems to be that network-manager is not interfacing with several drivers the way it is supposed to (using the wrong AP_SCAN value, for example). I assume then that there is

[Bug 50214] Re: can't connect to hidden network

2007-11-04 Thread David Ward
I can confirm that versions -15 and -16 of NetworkManager have *broken my ability to connect at all to hidden networks*, let alone automatically re-connect to them after restart/suspend, for both me and my two roommates' laptops. We all have different models of laptops but are all using Gutsy,

[Bug 50214] Re: can't connect to hidden network

2007-11-04 Thread David Ward
I can confirm that versions -15 and -16 of NetworkManager have *broken my ability to connect at all to hidden networks*, let alone automatically re-connect to them after restart/suspend, for both me and my two roommates' laptops. We all have different models of laptops but are all using Gutsy,

[Bug 134680] Re: Sleep and Hibernate issues in Gutsy on Thinkpad x41

2007-11-23 Thread David Ward
I have a Dell Latitude D600 with Radeon 9000 IGP and am also having problems. When Gutsy resumes from sleep (successfully), an error message appears saying that sleep was unsuccessful. Then some of the time, at that point, it will immediately hibernate the system without my asking. I have to

[Bug 175282] Backspace/delete problem at boot-time entering hard disk encryption password

2007-12-10 Thread David Ward
Public bug reported: Binary package hint: cryptsetup I have encrypted my hard disk using the option for doing so in the installer on the alternate install CD. When I enter my password at boot-time at the sda5_crypt prompt, the backspace key does not delete previously entered characters (and the

[Bug 50214] NetworkManager + ndiswrapper...

2007-12-28 Thread David Ward
There do seem to be multiple issues here, each one affecting different drivers. Regarding the issue affecting ndiswrapper: I think anonym was onto something when he noticed that AP_SCAN 1 is being used rather than AP_SCAN 2. Can someone come up with a patch so we can see if that is the problem?

[Bug 50214] Patch to fix NetworkManager + ndiswrapper back to pre-15 state

2007-12-29 Thread David Ward
Okay so to answer some of my own questions... It appears that the change to AP_SCAN 1 for hidden networks was deliberate, but this very change is exactly what broke NetworkManager + ndiswrapper. I've attached a patch that checks for ndiswrapper and uses AP_SCAN 2 if it finds it. Unfortunately

[Bug 50214] Re: can't connect to hidden network

2007-12-29 Thread David Ward
Gene, you can see if you are using ndiswrapper by typing the command: ndiswrapper -l If it's been set up, you should see at least one line containing driver installed. The only change I made in the patch was to always use AP_SCAN 2 for the ndiswrapper driver. -- can't connect to hidden network

[Bug 156786] Re: Gutsy Network Manager 0.6.5 and Ndiswrapper fails to connect to hidden AP

2007-12-29 Thread David Ward
I created a similar patch and attached it to bug 50214. My understanding from reading the ndiswrapper documentation is that ndiswrapper is not supposed to work at all with AP_SCAN 1. For that reason I set it to always use AP_SCAN 2 with the ndiswrapper driver, as it does with the orinoco_cs

[Bug 39707] Re: Cannot manage hidden SSID with WEP

2007-12-29 Thread David Ward
Not fixed for at least ndiswrapper ** Changed in: network-manager (Ubuntu) Status: Fix Released = Incomplete -- Cannot manage hidden SSID with WEP https://bugs.launchpad.net/bugs/39707 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct

[Bug 39707] Re: Cannot manage hidden SSID with WEP

2007-12-29 Thread David Ward
Okay, I've spent some time tracing through the source code for NetworkManager. Some observations: - The problem seems to have nothing to do with AP_SCAN 1 vs. AP_SCAN 2. I only see only place in the entire NetworkManager source that issues AP_SCAN at all (supplicant_send_network_config()),

[Bug 39707] Re: Cannot manage hidden SSID with WEP

2007-12-29 Thread David Ward
Can this bug please be tagged with qa-hardy-list? Do I need permission from someone to do that? This bug has been around for a very long time... -- Cannot manage hidden SSID with WEP https://bugs.launchpad.net/bugs/39707 You received this bug notification because you are a member of Ubuntu

[Bug 50214] Re: can't connect to hidden network

2007-12-29 Thread David Ward
Gene, I did some Google searching, and it appears that prism54 also requires AP_SCAN 2 rather than AP_SCAN 1 to work properly, so you are probably being affected by the same issue. I expanded the earlier patch to fix prism54 in addition to ndiswrapper. (Disregard the earlier patch; this one

[Bug 50214] Re: can't connect to hidden network

2007-12-30 Thread David Ward
Okay so I did leave at least one step out... after cd network-manager-0.6.5/ do this for quilt to work: sudo ln -s debian/patches patches I cleaned up the patch slightly and have re-attached it. The earlier ones have been deleted to avoid confusion. ** Attachment removed:

[Bug 50214] Re: can't connect to hidden network

2008-01-01 Thread David Ward
Glad that both of you were able to get it working. NetworkManager should be remembering the SSID for hidden networks, but it is not. This is a separate issue that is raised in bug 39707 (which has also been open for a very long time). I'd suggest nominating that bug for Hardy if you want to see

[Bug 50214] Re: can't connect to hidden network

2008-01-01 Thread David Ward
Can anyone confirm if this issue is affecting the upstream package in Debian or GNOME? If so, we should change the status of that to something other than Invalid. I don't see how this could only be affecting Ubuntu unless they are using a later version of NetworkManager (unless changes the

Re: [Bug 50214] Re: can't connect to hidden network

2008-01-11 Thread David Ward
Gene, the released fix appears to be for the upstream NetworkManager package in GNOME, not the Ubuntu network-manager package that is linked to the same bug report. Take a look at the bug page: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/50214 So hopefully that fix will make

Re: [Bug 50214] Re: can't connect to hidden network

2008-01-11 Thread David Ward
NetworkManager is just a tool to control your network connections. It assumes that you already have a network/wireless driver installed correctly, which is either compiled in the kernel or is a kernel module. So if you are having a trouble with the kernel driver for your network card, you

[Bug 175282] Re: Backspace/delete problem at boot-time entering hard disk encryption password

2008-05-14 Thread David Ward
Also fixed for me in Hardy. Closing. ** Changed in: cryptsetup (Ubuntu) Status: Confirmed = Fix Released -- Backspace/delete problem at boot-time entering hard disk encryption password https://bugs.launchpad.net/bugs/175282 You received this bug notification because you are a member of

[Bug 228064] Re: firefox 3 crash

2008-05-16 Thread David Ward
I can verify this. Ubuntu 8.04, Firefox 3 Beta 5. I try deleting all browsing history, closing Firefox and reopening it, logging out and back in, etc. Sometimes it will go there but then sometimes it just doesn't want to go. I will look into more details on this. -- firefox 3 crash

[Bug 228064] Re: firefox 3 crash

2008-05-17 Thread David Ward
It's crashing nearly every time I visit www.hulu.com, and not on any other sites I go to. The problem would seem to be exactly the same as skidaddy's. But if you would prefer, I will just watch this bug to see its outcome first. Arnaud -- for my case, safe mode does not fix it. Nothing

[Bug 231459] [NEW] Crashes on www.hulu.com homepage

2008-05-17 Thread David Ward
Public bug reported: Binary package hint: firefox-3.0 Firefox 3.0 Beta 5 crashes when visiting the homepage of www.hulu.com. The crash is not totally consistent, as sometimes it will go to the homepage, but most times the browser window closes immediately. Crash occurs in safe mode as well.

[Bug 231459] Re: Crashes on www.hulu.com homepage

2008-05-17 Thread David Ward
** Attachment added: Backtrace http://launchpadlibrarian.net/14578429/gdb-firefox.txt -- Crashes on www.hulu.com homepage https://bugs.launchpad.net/bugs/231459 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 228064] Re: firefox 3 crash

2008-05-17 Thread David Ward
Okay I was able to obtain a backtrace so I opened a separate bug 231459. Sorry for the interference with this bug report. -- firefox 3 crash https://bugs.launchpad.net/bugs/228064 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 231459] Re: Crashes on www.hulu.com homepage

2008-05-17 Thread David Ward
Visually, it does seem like Flash has something to do with it. The browser closes right as the Flash applet tries to start (showing a wide black box at the top of the page). I am using Adobe's Flash from flashplugin-nonfree 9.0.124.0ubuntu2. However, if it doesn't crash, then the Flash works

[Bug 231049] Re: usb connect problems

2008-08-09 Thread David Ward
I also have a Sandisk Sansa Fuze and am receiving the same error with Hardy: [ 283.344161] usb 4-3: new high speed USB device using ehci_hcd and address 3 [ 285.017541] ehci_hcd :00:1d.7: port 3 reset error -110 [ 285.017558] hub 4-0:1.0: hub_port_status failed (err = -32) Just as Evan

[Bug 39707] Re: Cannot manage hidden SSID with WEP

2007-09-13 Thread David Ward
Ditto...please fix the hidden SSID problem in Gutsy. Georgia Tech's campus uses a hidden SSID and WEP key and we are all suffering from this bug here. I imagine other college campuses may have a similar setup. -- Cannot manage hidden SSID with WEP https://bugs.launchpad.net/bugs/39707 You

[Bug 351322] Re: Make GNOME menu entry for Thunderbird consistent with Firefox, Evolution

2009-03-29 Thread David Ward
** Attachment added: thunderbird-menu-item-text.patch http://launchpadlibrarian.net/24497872/thunderbird-menu-item-text.patch -- Make GNOME menu entry for Thunderbird consistent with Firefox, Evolution https://bugs.launchpad.net/bugs/351322 You received this bug notification because you are

[Bug 351322] [NEW] Make GNOME menu entry for Thunderbird consistent with Firefox, Evolution

2009-03-29 Thread David Ward
Public bug reported: Binary package hint: thunderbird Please make the GNOME menu entry for Thunderbird consistent with those for Firefox and Evolution: Name: Thunderbird Mail Description: Read and write emails The reasons are: - Firefox does not use Mozilla in its name, so Thunderbird

[Bug 437429] Re: No GUI to configure/disable login sound

2009-11-08 Thread David Ward
@Oliver -- I must respectfully disagree with you that the login ready sound should be on by default for accessibility reasons. A visually impaired person would not be able to go through the Ubuntu installation process unassisted -- there are no sounds in Ubiquity. Whoever is setting up the system

[Bug 266927] Re: Static sound on Left Channel with hda-intel STAC 9221 A1

2009-07-17 Thread David Ward
I just started experiencing this problem after the automatic update to pulseaudio 0.9.14-0ubuntu20.2 last night. -- Static sound on Left Channel with hda-intel STAC 9221 A1 https://bugs.launchpad.net/bugs/266927 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 266927] Re: Static sound on Left Channel with hda-intel STAC 9221 A1

2009-07-19 Thread David Ward
I may be experiencing a different bug than everyone here ... but my problem was solved by a comment in bug 275392. At a terminal, run: alsamixer -Dhw In my case, the PCM level was set to 0%. I used the right arrow key to highlight PCM, used the up arrow key to raise the level to 100%, and then

[Bug 948623] Re: Can't start more than 35 containers on my machine

2012-03-09 Thread David Ward
Note that you can increase the number of inotify instances allowed per user. See the /proc interfaces section of: http://www.kernel.org/doc/man-pages/online/pages/man7/inotify.7.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 567480]

2011-05-10 Thread David Ward
@Philipp Kewisch, @Stefan Sitter, @Martin Schröder: Is this an acceptable patch? It seems to work under Windows and Linux. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/567480 Title: Double

[Bug 567480]

2011-05-03 Thread David Ward
This patch fixes the issue for me, on the calendar side at least. Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110429 Lightning/1.0b3pre Thunderbird/3.1.10 I have two IMAP mailboxes and several calendars. Before there were many prompts at startup; now there are only two.

[Bug 567480]

2011-05-23 Thread David Ward
@marinus: Until this patch is accepted and rolled into an automatic nightly build, you have to compile a custom version of Lightning that includes this patch. This could be an involved process if you have not done it before; you need to download the latest Thunderbird 3.1/Lightning 1.0 (or

[Bug 567480]

2011-05-20 Thread David Ward
(In reply to comment #129) Note that Lightning (1.0b3pre with TB 3.1.10, Fedora 14 x86_64) currently also has the following problem which seems related (and I bet is fixed by this patch): * Lightning's own password manager requests are nor serialized. I am getting 3 password manager

[Bug 537062] Re: [UNE] netbook launcher icon hidden

2010-11-09 Thread David Ward
i am new to linux, i have the netbook version of ubuntu and this applet came with it. Sorry to say but the window picker applet task bar disappears the moment i open anything. The task bar normally shows the bluetooth icon wireless icon, power icon, logoff icon. etc.etc Everything disappears. i

[Bug 513139] Re: Need support for WiMax cards management

2010-09-26 Thread David Ward
@Tony: regarding your comment #1, is there a tracker upstream? I can't find one. -- Need support for WiMax cards management https://bugs.launchpad.net/bugs/513139 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 182927] Re: Update FreeMind to 0.9.0 RC6

2011-02-21 Thread David Ward
@Eric L: Freemind 0.9.0 has been released, if you are interested in updating your Debian package to a stable version. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/182927 Title: Update FreeMind to

[Bug 488103] Re: Poor support for MacBook Pro 5, 1: noise, no jack sense, no in-line headset microphones, broken volume control

2010-07-15 Thread David Ward
** Changed in: linux-backports-modules-2.6.31 (Ubuntu) Assignee: (unassigned) = David Ward (david-ward87) ** Changed in: linux-backports-modules-2.6.31 (Ubuntu) Assignee: David Ward (david-ward87) = (unassigned) -- Poor support for MacBook Pro 5,1: noise, no jack sense, no in-line

[Bug 1004792] Re: unattended-upgrade crashed with IOError: [Errno 9] Bad file descriptor

2013-03-07 Thread David Ward
I get the same problem on 12.04 ** Changed in: unattended-upgrades (Ubuntu) Status: Expired = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1004792 Title: unattended-upgrade

[Bug 1004792] Re: unattended-upgrade crashed with IOError: [Errno 9] Bad file descriptor

2013-03-07 Thread David Ward
Contents of /var/log/unattended-upgrades/unattended-upgrades- dpkg_2013-03-07_08\:01\:00.261154.log ** Attachment added: unattended-upgrades-dpkg_2013-03-07_08:01:00.261154.log

[Bug 1290418] Re: rfkill unable to control HP 2510p wireless devices

2015-08-31 Thread David Ward
Can you please test the patch that is attached to the kernel bug report: https://bugzilla.kernel.org/attachment.cgi?id=186411=diff=patch==1=raw This change is not yet in the mainline kernel; feedback is needed to understand if this fixes the issue on older systems such as yours. If you are not

[Bug 504103] Re: textonly parameter has no effect when booting from usb-stick

2016-11-10 Thread David Ward
The following boot option seems to work on an Ubuntu 16.04 live CD: systemd.unit=multi-user.target -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/504103 Title: textonly parameter has no effect when

[Bug 1675013] Re: OpenSC 0.15.0 + firefox 52.0.1: Inserting a SmartCard results in hang/crash

2018-06-16 Thread David Ward
** Tags added: patch-accepted-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1675013 Title: OpenSC 0.15.0 + firefox 52.0.1: Inserting a SmartCard results in hang/crash To manage

[Bug 1312462] Re: SmartCard-HSM card fails when generating ECC keypair

2018-06-16 Thread David Ward
** Tags added: upgrade-software-version -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312462 Title: SmartCard-HSM card fails when generating ECC keypair To manage notifications about this bug go

[Bug 1734594] Re: Feitian tokens unsupported in OpenSC 0.17.0 (regression)

2018-06-16 Thread David Ward
Upstream issue (fixes were merged): https://github.com/OpenSC/OpenSC/issues/1073 ** Summary changed: - Feitan token unsupported + Feitian tokens unsupported in OpenSC 0.17.0 (regression) ** Bug watch added: OpenSC Issues #1073 https://github.com/OpenSC/OpenSC/issues/1073 ** Tags added:

[Bug 1766282] Re: ePass2003 security token doesn't work with opensc 0.17.0

2018-06-16 Thread David Ward
*** This bug is a duplicate of bug 1734594 *** https://bugs.launchpad.net/bugs/1734594 ** This bug has been marked a duplicate of bug 1734594 Feitian tokens unsupported in OpenSC 0.17.0 (regression) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1766282] Re: ePass2003 security token doesn't work with opensc 0.17.0

2018-06-16 Thread David Ward
** Tags added: patch-accepted-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766282 Title: ePass2003 security token doesn't work with opensc 0.17.0 To manage notifications about this bug

[Bug 1646387] Re: pkcs11-tool fails to import EC public keys

2018-06-07 Thread David Ward
** Changed in: opensc (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1646387 Title: pkcs11-tool fails to import EC public keys To manage notifications

[Bug 72584] Re: Installing Mozilla-opensc package not enough to use smart cards

2018-05-27 Thread David Ward
*** This bug is a duplicate of bug 1647285 *** https://bugs.launchpad.net/bugs/1647285 Firefox and Thunderbird each use a local NSS database, which is part of the profile in the user's home directory. It is created when the application is launched by the user for the first time. For these

[Bug 886610] Re: opensc does not work with etoken pro

2018-05-27 Thread David Ward
Thank you for reporting this bug to Ubuntu. Ubuntu 11.10 (oneiric) reached end-of-life on May 9, 2013. See this document for currently supported Ubuntu releases: https://wiki.ubuntu.com/Releases We appreciate that this bug may be old and you might not be interested in discussing it any more. But

[Bug 1646387] Re: pkcs11-tool fails to import EC public keys

2018-05-27 Thread David Ward
Thank you for taking the time to report this bug and helping to make Ubuntu better. The issue that you reported is one that should be reproducible with the live environment of the Desktop ISO of the development release. It would help us greatly if you could test with it so we can work on getting

[Bug 996528] Re: package opensc 0.12.1-1ubuntu1 failed to install/upgrade: intentando sobreescribir `/usr/share/opensc/asepcos.profile', que está también en el paquete libopensc3 0.12.1-1

2018-05-27 Thread David Ward
Thank you for reporting this bug to Ubuntu. Ubuntu 12.04 (precise) reached end-of-life on April 28, 2017. See this document for currently supported Ubuntu releases: https://wiki.ubuntu.com/Releases We appreciate that this bug may be old and you might not be interested in discussing it any more.

[Bug 1403367] Re: package opensc (not installed) failed to install/upgrade: tentata sovrascrittura di "/etc/opensc/opensc.conf" presente anche nel pacchetto libopensc2 0.12.0-1~corp1~maverick1

2018-05-27 Thread David Ward
The issue is in the source control file for the opensc 0.13.0-3ubuntu4.1 package (which has not been superseded since this was opened). The binary opensc package has the fields Replaces: libopensc2 (<< 0.12.0) Conflicts: libopensc2 (<< 0.12.0), mozilla-opensc where 0.12.0 should be bumped to

[Bug 1093628] Re: opensc-dev package in missing

2018-05-27 Thread David Ward
** Changed in: opensc (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1093628 Title: opensc-dev package in missing To manage notifications about this bug go

[Bug 1403367] Re: package opensc (not installed) failed to install/upgrade: tentata sovrascrittura di "/etc/opensc/opensc.conf" presente anche nel pacchetto libopensc2 0.12.0-1~corp1~maverick1

2018-05-27 Thread David Ward
** Tags added: packaging -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1403367 Title: package opensc (not installed) failed to install/upgrade: tentata sovrascrittura di "/etc/opensc/opensc.conf"

[Bug 1734594] Re: Feitan token unsupported

2018-05-27 Thread David Ward
** Tags added: regression-release ** Changed in: opensc (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1734594 Title: Feitan token unsupported To manage

[Bug 1766282] Re: ePass2003 security token doesn't work with opensc 0.17.0

2018-05-27 Thread David Ward
** Tags added: bionic regression-release ** Changed in: opensc (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766282 Title: ePass2003 security token

[Bug 1290418] Re: rfkill unable to control HP 2510p wireless devices

2018-06-02 Thread David Ward
Upstream commit for v4.8: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fc8a601e1175ae351f662506030f9939cb7fdbfe ** Tags removed: kernel-bug-exists-upstream saucy ** Tags added: kernel-fixed-upstream ** Changed in: linux (Ubuntu) Status: Incomplete =>

[Bug 266927] Re: Static sound on Left Channel with hda-intel STAC 9221 A1

2018-06-02 Thread David Ward
** Bug watch added: Linux Kernel Bug Tracker #13184 https://bugzilla.kernel.org/show_bug.cgi?id=13184 ** Changed in: linux Status: New => Unknown ** Changed in: linux Remote watch: ALSA Bug Tracker (discontinued) #4610 => Linux Kernel Bug Tracker #13184 ** Bug watch removed: ALSA

[Bug 567480] Re: Double simultaneous password request

2018-06-02 Thread David Ward
Thank you for reporting this bug to Ubuntu. Ubuntu 10.04 (lucid) reached end-of-life on May 9, 2013. See this document for currently supported Ubuntu releases: https://wiki.ubuntu.com/Releases We appreciate that this bug may be old and you might not be interested in discussing it any more. But

[Bug 231459] Re: Crashes on www.hulu.com homepage

2018-06-02 Thread David Ward
** Changed in: libflashsupport (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/231459 Title: Crashes on www.hulu.com homepage To manage notifications

[Bug 231459] Re: Crashes on www.hulu.com homepage

2018-06-02 Thread David Ward
** Changed in: libflashsupport (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/231459 Title: Crashes on www.hulu.com homepage To manage notifications

[Bug 1238598] Re: EstEid 3.5 smartcard support

2018-05-27 Thread David Ward
** Tags removed: patch ** Tags added: patch-accepted-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1238598 Title: EstEid 3.5 smartcard support To manage notifications about this bug go

[Bug 433874] Re: Debug and error information reported into a random bash terminal

2018-05-27 Thread David Ward
** Changed in: opensc (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/433874 Title: Debug and error information reported into a random bash terminal To

[Bug 1443163] Re: package opensc 0.13.0-3ubuntu5 failed to install/upgrade: tentata sovrascrittura di "/usr/share/opensc/setcos.profile" presente anche nel pacchetto libopensc2 0.12.0-1~corp1~maverick

2018-05-27 Thread David Ward
Thank you for reporting this bug to Ubuntu. Ubuntu 14.10 (utopic) reached end-of-life on July 23, 2015. See this document for currently supported Ubuntu releases: https://wiki.ubuntu.com/Releases We appreciate that this bug may be old and you might not be interested in discussing it any more.

[Bug 72584] Re: Installing Mozilla-opensc package not enough to use smart cards

2018-05-27 Thread David Ward
*** This bug is a duplicate of bug 1647285 *** https://bugs.launchpad.net/bugs/1647285 ** This bug has been marked a duplicate of bug 1647285 SSL trust not system-wide -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1766282] Re: ePass2003 security token doesn't work with opensc 0.17.0

2018-05-27 Thread David Ward
** Summary changed: - epass2003 security token doesn't work with opensc 17 + ePass2003 security token doesn't work with opensc 0.17.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766282 Title:

[Bug 1298570] Re: opensc does not see Aventra MyEID

2018-05-27 Thread David Ward
** Changed in: opensc (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1298570 Title: opensc does not see Aventra MyEID To manage notifications about this bug

[Bug 1238598] Re: EstEid 3.5 smartcard support

2018-05-27 Thread David Ward
** Changed in: opensc (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1238598 Title: EstEid 3.5 smartcard support To manage notifications about this bug go

[Bug 1166500] Re: OpenSC formatted Starcos 2.3 smartcard cannot be initialized

2018-05-27 Thread David Ward
Thank you for reporting this bug to Ubuntu. Ubuntu 12.04 (precise) reached end-of-life on April 28, 2017. See this document for currently supported Ubuntu releases: https://wiki.ubuntu.com/Releases We appreciate that this bug may be old and you might not be interested in discussing it any more.

[Bug 282196] Re: pkcs15-tool fails with Cryptoflex e-gate 32 k in Broadcom 5800 cardreader

2018-05-27 Thread David Ward
Comment #10 indicates this was fixed in OpenSC 0.12.2, which was released in precise (before it reached end-of-life). opensc (0.12.2-2ubuntu1) precise; urgency=low * Merge from Debian testing. (LP: #979986) Remaining changes: - debian/patches/missing-libs.patch: Add libraries to allow

[Bug 323089] Re: Loading /usr/lib64/opensc-pkcs11.so makes the Smart Card Reader to malfunction on Intrepid amd64

2018-05-27 Thread David Ward
Thank you for reporting this bug to Ubuntu. Ubuntu 8.10 (intrepid) reached end-of-life on April 30, 2010. See this document for currently supported Ubuntu releases: https://wiki.ubuntu.com/Releases We appreciate that this bug may be old and you might not be interested in discussing it any more.

[Bug 536755] Re: Smartcard not detected

2018-05-27 Thread David Ward
Thank you for reporting this bug to Ubuntu. Ubuntu 9.10 (karmic) reached end-of-life on April 30, 2011. See this document for currently supported Ubuntu releases: https://wiki.ubuntu.com/Releases We appreciate that this bug may be old and you might not be interested in discussing it any more.

[Bug 1446340] Re: Newer belgian ID card (belpic) not working

2018-05-27 Thread David Ward
** Changed in: opensc (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1446340 Title: Newer belgian ID card (belpic) not working To manage notifications about

[Bug 1846539] Re: [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no longer works on Dell Venue 11 Pro 7140

2019-12-05 Thread David Ward
** Tags removed: verification-needed-eoan ** Tags added: verification-done-eoan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1846539 Title: [broadwell-rt286, playback] Since Linux 5.2rc2 audio

[Bug 1846539] Re: [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no longer works on Dell Venue 11 Pro 7140

2019-12-05 Thread David Ward
There are two upstream commits that make the SOF and SST drivers mutually exclusive on a specific platform. The one for Broadwell is now merged into the Ubuntu kernel: https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=d46917958a6366f3c63501e9962b60dd7d33a3bd But

[Bug 1846539] Re: [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no longer works on Dell Venue 11 Pro 7140

2019-10-28 Thread David Ward
** Package changed: alsa-driver (Ubuntu) => ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1846539 Title: [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no longer works on

[Bug 1846539] Re: [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no longer works on Dell Venue 11 Pro 7140

2019-10-28 Thread David Ward
Ubuntu kernel team: In the kernel package for Ubuntu, CONFIG_SND_SOC_SOF_INTEL_TOPLEVEL (introduced in 5.2-rc1) needs to be changed from 'Y' back to its default value of 'N'. As described by Intel, this option cannot currently be set together with CONFIG_SND_SOC_INTEL_SST_TOPLEVEL. ** Changed

[Bug 1846539] Re: [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no longer works on Dell Venue 11 Pro 7140

2019-11-25 Thread David Ward
** Package changed: ubuntu => hwe-next -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1846539 Title: [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no longer works on Dell Venue 11

[Bug 543183]

2020-09-08 Thread David Ward
@J.C. Jones Can you kindly undo your recent change to the status of this bug? @David Woodhouse: p11-kit-trust.so only handles CA certificates; it does not pull in the PKCS#11 security module configuration, which is stored in the system-wide NSS database. This is required where smart cards are

[Bug 1860826] Re: pam_unix(sudo:auth): Couldn't open /etc/securetty: No such file or directory

2021-03-13 Thread David Ward
** Changed in: pam (Ubuntu Focal) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1860826 Title: pam_unix(sudo:auth): Couldn't open /etc/securetty: No such file or

[Bug 1860826] Re: pam_unix(sudo:auth): Couldn't open /etc/securetty: No such file or directory

2021-02-19 Thread David Ward
Despite what Launchpad is showing here, the upstream Debian bugs were fixed over a month ago: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=936071#23 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674857#61 Ubuntu maintainers: please add the "Focal" series for this bug. -- You received

[Bug 1860826] Re: pam_unix(sudo:auth): Couldn't open /etc/securetty: No such file or directory

2021-02-19 Thread David Ward
In fact the comments above explicitly say "Closes: #674857, #936071, LP: #1860826 [this bug]". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1860826 Title: pam_unix(sudo:auth): Couldn't open

[Bug 1894046] Re: Bluetooth keyboard has lag

2021-07-17 Thread David Ward
** Package changed: ubuntu => bluez (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1894046 Title: Bluetooth keyboard has lag To manage notifications about this bug go to:

[Bug 1810644] Re: package libsane1 1.0.27-1~experimental3ubuntu2 [modified: lib/udev/rules.d/60-libsane1.rules] failed to install/upgrade: попытка перезаписать общий «/lib/udev/rules.d/60-libsane1.rul

2022-03-11 Thread David Ward
*** This bug is a duplicate of bug 1770765 *** https://bugs.launchpad.net/bugs/1770765 ** This bug has been marked a duplicate of bug 1770765 package libsane 1.0.25+git20150528-1ubuntu2.16.04.1 [modified: lib/udev/rules.d/60-libsane.rules] failed to install/upgrade: trying to overwrite

[Bug 1809437] Re: package libsane1 1.0.27-1~experimental3ubuntu2 failed to install/upgrade: tentata sovrascrittura di "/lib/udev/rules.d/60-libsane1.rules" (condiviso), diverso da altre istanze del pa

2022-03-11 Thread David Ward
*** This bug is a duplicate of bug 1770765 *** https://bugs.launchpad.net/bugs/1770765 ** This bug has been marked a duplicate of bug 1770765 package libsane 1.0.25+git20150528-1ubuntu2.16.04.1 [modified: lib/udev/rules.d/60-libsane.rules] failed to install/upgrade: trying to overwrite

[Bug 1919048] Re: the Geometry doesn't correct in brother MFC-T4500DW

2022-03-11 Thread David Ward
Those options are provided by the brscan4 driver. It is proprietary software that is not part of Ubuntu or SANE. You will need to obtain support from Brother for this driver. https://support.brother.com/g/b/faqlist.aspx?c=us_ot=en=mfct4500dw_us_as_cn=100258 Alternatively, you may try using **

[Bug 1919048] Re: the Geometry doesn't correct in brother MFC-T4500DW

2022-03-11 Thread David Ward
Alternatively, you may try using the sane-airscan package instead of brscan4, since the Brother MFC-T4500DW supports eSCL (Apple AirScan). https://support.apple.com/en-us/HT201311 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1168249] Re: Huawei UMTS USB dongle identified as scanner

2022-03-11 Thread David Ward
sane-find-scanner identifies devices that *could* be scanners. This is by design. Please see https://gitlab.com/sane-project/backends/-/issues/575 Message has been improved upstream to say "found possible USB scanner". ** Bug watch added: gitlab.com/sane-project/backends/-/issues #575

[Bug 1662811] Re: sane-backends should go back to syncing with unstable

2022-03-11 Thread David Ward
jammy now imports sane-backends from unstable without modification. ** Changed in: sane-backends (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1964279] Re: the output PDF is abnormal

2022-03-11 Thread David Ward
Please add the --verbose flag to scanimage, and attach the output. Is this issue only with PDF? If you use --format=jpeg instead, are you able to open the image? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1793532] Re: HP-All-In-One Printer print but not the whole page

2022-03-11 Thread David Ward
The sane-backends package is for scanning, not printing. ** Package changed: sane-backends (Ubuntu) => hplip (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1793532 Title: HP-All-In-One

[Bug 1632183] Re: saned not find scanner that scanimage -L finds

2022-03-15 Thread David Ward
There shouldn't be a problem here. The purpose of saned is to share scanners that are physically attached to the local system, so that remote systems can use them. If the scanner is already accessible over the network, a remote system can connect to it without using saned. See also

[Bug 1208091] Re: scanimage assert failure: *** Error in `scanimage': double free or corruption (top): 0x0000000002598130 ***

2022-03-15 Thread David Ward
Can you please submit this patch upstream as a merge request, unless this is no longer a problem? https://gitlab.com/sane-project/backends/-/merge_requests -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

  1   2   >