[Bug 1881946] [NEW] The i386 version of the package is missing

2020-06-03 Thread Nicolas Noble
Public bug reported: Compare: https://packages.ubuntu.com/eoan/libglfw3 with https://packages.ubuntu.com/focal/libglfw3 --> the i386 version is missing. ** Affects: glfw3 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member

[Bug 1881342] [NEW] Display settings are completely broken in 20.04

2020-05-29 Thread Nicolas Noble
Public bug reported: This is after doing a fresh Ubuntu 20.04 installation, on my machine equipped with 3 monitors using an SLI of nvidia GTX 980. My 3 monitors are 1 4k monitor in landscape mode, and 2 1080p monitors in portrait mode. This used to work properly in Ubuntu 19.10, but is utterly

[Bug 1836123] Re: Can Not Click Using Mouse Keys

2019-08-25 Thread Noble Mushtak
I know this is a late response, but I figured out the issue. Apparently, when I updated to Ubuntu 18.04, the update was stopped in the middle and did not finish properly. I ran `sudo dpkg --configure -a` and rebooted, which fixed the Mouse Keys clicking problem. However, I am not exactly sure what

Re: [Bug 1779863] Re: Ubuntu nodejs package isn't ABI compatible with mainline nodejs.

2018-09-08 Thread Nicolas Noble
Yes - this is expected behavior for not passing down proper SSL certificates to the constructor. On Sat, Sep 8, 2018 at 12:27 PM, Elana Hashman wrote: > I have tested the steps with nodejs and nodejs-dev in bionic-proposed, > however I get a different error. I am guessing that there is

Re: [Bug 1779863] Re: Ubuntu nodejs package isn't ABI compatible with mainline nodejs.

2018-09-01 Thread Nicolas Noble
The official list of library dependency versions can be found here: https://nodejs.org/dist/index.json 8.11.4 is listed as linked against OpenSSL 1.0.2p. On Fri, Aug 31, 2018 at 12:37 PM, Dan Streetman wrote: > re: cosmic debdiff, debian appears to have added code to 8.11 version > that breaks

Re: [Bug 1779863] Re: Ubuntu nodejs package isn't ABI compatible with mainline nodejs.

2018-08-09 Thread Nicolas Noble
Apologies for the late reply. My github repository is a quick effort in trying to expose the ABI problem, but a more thorough (and straightforward) way to actually reproduce would be to do the following: First case, when using a module that ships with prebuilt binaries. With the "nodejs" and

Re: [Bug 1779863] Re: Ubuntu nodejs package isn't ABI compatible with mainline nodejs.

2018-08-07 Thread Nicolas Noble
reasonable for people to also expect that doing npm install just works too, and right now that's not the case. On Tue, Aug 7, 2018 at 10:51 AM, Robie Basak <1779...@bugs.launchpad.net> wrote: > On Tue, Aug 07, 2018 at 03:59:27AM -, Nicolas Noble wrote: > > So one another soluti

Re: [Bug 1779863] Re: Ubuntu nodejs package isn't ABI compatible with mainline nodejs.

2018-08-07 Thread Nicolas Noble
. And I personally don't really care what the actual solution is, as long as my users stop reporting that doing npm install of my package fails for them on Ubuntu. Please do engage with the actual nodejs developers in order to resolve this. On Tue, Aug 7, 2018 at 11:20 AM, Nicolas Noble wrote

[Bug 1779863] Re: Ubuntu nodejs package isn't ABI compatible with mainline nodejs.

2018-08-06 Thread Nicolas Noble
I must specify something from your statements. The fact the native module doesn't load really is undesired behavior. The normal nodejs behavior is make sure that the module is going to load while installing it, by checking ABI compatibility using various tags. It is expected and supported that

Re: [Bug 1779863] Re: Ubuntu nodejs package isn't ABI compatible with mainline nodejs.

2018-08-03 Thread Nicolas Noble
While it's theorically possible to bypass node-gyp, I'm not aware of any actively used method that would do so. The node-gyp is a bundled dependency of npm, and is the code that parses the native module information (the bindings.gyp file that is), in order to generate the Makefile that will build

[Bug 1779863] Re: Ubuntu nodejs package isn't ABI compatible with mainline nodejs.

2018-08-02 Thread Nicolas Noble
I'm sorry, but I must heavily disagree with the assessment here, and I am asking you to reconsider your "won't fix". No breakage is possible since there can't be existing native modules built manually by people due to this other bug, which is the corollary of this present one:

Re: [Bug 1779863] Re: Ubuntu nodejs package isn't ABI compatible with mainline nodejs.

2018-07-25 Thread Nicolas Noble
The template changes look good to me. On Wed, Jul 25, 2018 at 9:21 AM, Ubuntu Foundations Team Bug Bot < 1779...@bugs.launchpad.net> wrote: > ** Tags added: patch > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1779863

Re: [Bug 1779863] Re: Ubuntu nodejs package isn't ABI compatible with mainline nodejs.

2018-07-24 Thread Nicolas Noble
I can confirm that your nodejs from your ppa makes prebuilt binaries work fine again, yes. On Tue, Jul 24, 2018 at 2:35 PM, Dan Streetman wrote: > @ehashman, @grumpycoder, let me know if you're able to test with the deb > from my ppa, so we can at least confirm it does fix this issue. > > -- >

Re: [Bug 1779863] Re: Ubuntu nodejs package isn't ABI compatible with mainline nodejs.

2018-07-23 Thread Nicolas Noble
There's also a "documentation" in nodejs' release database: https://nodejs.org/dist/index.json On Mon, Jul 23, 2018, 15:56 Elana Hashman <1779...@bugs.launchpad.net> wrote: > Oops, GitHub expanded that link to the full commit when I copied it. > Here's demonstrating it's the same one as the

[Bug 1779863] Re: Ubuntu nodejs package isn't ABI compatible with mainline nodejs.

2018-07-20 Thread Nicolas Noble
Also if you want to reproduce it, you simply need to npm install grpc on Ubuntu using Ubuntu's nodejs. Loading and using gRPC (I can build a quick nodejs demo project if you want) will then fail with the symbol mismatch I described initially. Or you can also use the reproduction case I linked

[Bug 1779863] Re: Ubuntu nodejs package isn't ABI compatible with mainline nodejs.

2018-07-20 Thread Nicolas Noble
I've created an issue on nodejs' tracker to discuss this also: https://github.com/nodejs/node/issues/21897 Let me rephrase what you just said a bit, because I think you're getting it a bit incorrectly. People are distributing binaries through npm, and these binaries are expected to work directly

[Bug 1779863] [NEW] Ubuntu nodejs package isn't ABI compatible with mainline nodejs.

2018-07-03 Thread Nicolas Noble
Public bug reported: Background: NodeJS has a native extension API: https://nodejs.org/api/addons.html It's fairly understood by developers that NodeJS's ABI is stable, and that one module built using a version of nodejs should work on another semantically version compatible of nodejs. NodeJS

[Bug 1766137] Re: [regression] Password accepted but login fails (blank purple screen and mouse pointer only)

2018-06-11 Thread Alex Noble via ubuntu-bugs
This is a blocker for deployment of 18.04 to ~200 workstations within my company. Any ETA on a release? My steps to reproduce: 1. Boot Machine 2. Enter username 3. Enter incorrect password 4. Enter correct password 5. Stuck on purple screen -- You received this bug notification because you are

[Bug 1774924] [NEW] package sgml-base 1.29 failed to install/upgrade: installed sgml-base package post-installation script subprocess returned error exit status 2

2018-06-03 Thread Popsana Noble Barida
Public bug reported: This bug came up after installing Amarok Media player. ProblemType: Package DistroRelease: Ubuntu 18.10 Package: sgml-base 1.29 ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17 Uname: Linux 4.15.0-22-generic x86_64 ApportVersion: 2.20.10-0ubuntu3 Architecture: amd64

[Bug 1300211] Re: Can't install both gcc-multilib and gcc-arm-linux-gnueabihf

2018-05-10 Thread Nicolas Noble
One (working ?) alternative we've successfully used here to workaround this weird game of whack-a-mole is to stop relying on gcc-multilib, and start using :i386 versions of packages. So for instance, we would install for example the following list of packages on an amd64 machine: build-essential

[Bug 1767534] Re: package prelude-utils (not installed) failed to install/upgrade

2018-04-27 Thread Noble Mushtak
Actually, after reading the summary a bit more closely, I think the following two lines fixed the problem: sudo apt purge libprelude2v5 sudo apt install prelude-utils Sorry if this is not a very helpful bug report; it's just that making a bug report was suggested after the crash report came up,

[Bug 1767534] [NEW] package prelude-utils (not installed) failed to install/upgrade

2018-04-27 Thread Noble Mushtak
Public bug reported: The following message came up on the crash report screen: package prelude-utils (not installed) failed to install/upgrade: trying to overwrite '/etc/prelude/default/client.conf', which is also in package libprelude2v5 1.0.0-11.7ubuntu1 I have just upgraded from Ubuntu 16.04

[Bug 1746042] [NEW] ubuntu wont install on my 16GB ext4 flashdrive

2018-01-29 Thread Zachary Noble
Public bug reported: ubuntu failed while installing on my 16GB ext4 flashdrive ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: ubiquity 17.10.10 ProcVersionSignature: Ubuntu 4.13.0-21.24-generic 4.13.13 Uname: Linux 4.13.0-21-generic x86_64 ApportVersion: 2.20.7-0ubuntu3.7 Architecture:

[Bug 1725686] [NEW] Computer freezes when logging into Ubuntu 17.10 on Wayland

2017-10-21 Thread Noble Mushtak
Public bug reported: When I first installed Ubuntu 17.10, I logged into Wayland and it worked fine. There were some minor issues, but it was still functional. However, I started screencasting my computer with Ctrl-Alt-Shift-R, but my computer became very slow and I decided to shut it down. I

[Bug 1635708] [NEW] could not install grub to the separate hard drive I installed just for ubuntu

2016-10-21 Thread jeff noble
Public bug reported: my HP Proliant ML30 Gen9 PC has some sort of built-in software RAID that requires UEFI. Installing Ubuntu to the existing Windows "mirrored" drives resulted in not being able to boot Windows and Ubuntu. Next I bought a 3rd hard drive, did not set it up with any mirroring

[Bug 951087] Re: Samba non-functional on boot.

2013-07-02 Thread Noble Pepper
I have suffered this behavior through several versions of Ubuntu, I believe since at least Precise. For me changing smbd.conf start condition from : start on (local-filesystems and net-device-up) to: start on (local-filesystems and net-device-up IFACE!=lo) takes care of it, seems rather

[Bug 951087] Re: Samba non-functional on boot.

2013-07-02 Thread Noble Pepper
I have suffered this behavior through several versions of Ubuntu, I believe since at least Precise. For me changing smbd.conf start condition from : start on (local-filesystems and net-device-up) to: start on (local-filesystems and net-device-up IFACE!=lo) takes care of it, seems rather

[Bug 1155784] [NEW] source build fails with USER: parameter not set

2013-03-15 Thread Jason Noble
Public bug reported: $lsb_release -rd Description:Ubuntu 12.04.2 LTS Release:12.04 $ apt-cache policy php5 php5: Installed: 5.3.10-1ubuntu3.6 Candidate: 5.3.10-1ubuntu3.6 Version table: *** 5.3.10-1ubuntu3.6 0 500 http://us.archive.ubuntu.com/ubuntu/

[Bug 1155784] [NEW] source build fails with USER: parameter not set

2013-03-15 Thread Jason Noble
Public bug reported: $lsb_release -rd Description:Ubuntu 12.04.2 LTS Release:12.04 $ apt-cache policy php5 php5: Installed: 5.3.10-1ubuntu3.6 Candidate: 5.3.10-1ubuntu3.6 Version table: *** 5.3.10-1ubuntu3.6 0 500 http://us.archive.ubuntu.com/ubuntu/

[Bug 1073394] Re: oneconf-service (memory leak) (12.10)

2012-12-10 Thread noble
This seems to be the same as bug 894314 affecting 11.10 and 12.04. I used the method described in #10 of that bug to disable oneconf. https://bugs.launchpad.net/ubuntu/+source/oneconf/+bug/894314 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1086842] [NEW] Screen power management is not disabled during video playback in XBMC

2012-12-05 Thread noble
Public bug reported: Note: I am using the term screensaver here. As far as I can tell Ubuntu no longer has anything called a screensaver. I am using the term for when the screen goes black but is still on (a slight bit of backlight can still be seen). This usually precedes the screen actually

[Bug 1016615] [NEW] Trying to install the package fglrx-updates (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2012-06-22 Thread Jim Noble
*** This bug is a duplicate of bug 987440 *** https://bugs.launchpad.net/bugs/987440 Public bug reported: Now stuck in a loop that I cannot escape from. root@w500:~# apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done Correcting

[Bug 1016615] Re: Trying to install the package fglrx-updates (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2012-06-22 Thread Jim Noble
*** This bug is a duplicate of bug 987440 *** https://bugs.launchpad.net/bugs/987440 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1016615 Title: Trying to install the package fglrx-updates

[Bug 878529] Re: 'smart' process load cpu on 100%

2012-02-08 Thread Jim Noble
*** This bug is a duplicate of bug 838038 *** https://bugs.launchpad.net/bugs/838038 How can we set this so that it executes on every boot? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/878529

[Bug 735824] [NEW] package dmraid 1.0.0.rc16-3ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-03-15 Thread gramps noble
Public bug reported: Binary package hint: dmraid Running Ubuntu 10.10 NRE booting from 4Gb usb stick - trying to get Unity going. It has reverted to Gnome desktop. On installation an error was described saying the appropriate driver was required. Nvidia driver, current and 96, have both been

[Bug 735824] Re: package dmraid 1.0.0.rc16-3ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-03-15 Thread gramps noble
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/735824 Title: package dmraid 1.0.0.rc16-3ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status

[Bug 682604] Re: 10.10 Wont resume from Hibernation

2011-03-06 Thread noble
Same problem here. Without uswsusp installed I have intermittent problems resuming from suspend. Hibernate works but take *10 minutes* to hibernate and 2 minutes to resume. With uswsusp it hibernates in about 30-60 seconds but freezes when trying to resume. -- You received this bug notification

[Bug 653713] Re: slideshow background left arrow points the wrong direction

2010-10-05 Thread sam noble
Screenshot of the issue. The right hand green arrow skips through the images in one direction. The left hand arrow in the other, although they are both identically alligned. ** Attachment added: Screenshot-1.png

[Bug 653713] [NEW] slideshow background left arrow points the wrong direction

2010-10-02 Thread sam noble
Public bug reported: Binary package hint: gnome-control-center Ubuntu 10.10 RC gnome-control-center 1:2.32.0-0ubuntu1 When changing a desktop background to a slideshow background of multiple images and scrolling through the images, thesmall green back arrow points in the same direction as the

[Bug 653713] Re: slideshow background left arrow points the wrong direction

2010-10-02 Thread sam noble
** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/653713/+attachment/1667178/+files/Dependencies.txt ** Attachment added: ProcMaps.txt https://bugs.launchpad.net/bugs/653713/+attachment/1667179/+files/ProcMaps.txt ** Attachment added: ProcStatus.txt

[Bug 646065] [NEW] package bugzilla3 3.2.5.1-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-09-23 Thread Jim Noble
Public bug reported: Binary package hint: bugzilla Simply was installing bugzilla from apt-get. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: bugzilla3 3.2.5.1-2 ProcVersionSignature: Ubuntu 2.6.32-24.43-generic 2.6.32.15+drm33.5 Uname: Linux 2.6.32-24-generic x86_64

[Bug 646065] Re: package bugzilla3 3.2.5.1-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-09-23 Thread Jim Noble
** Attachment added: AptOrdering.txt https://bugs.launchpad.net/bugs/646065/+attachment/1627040/+files/AptOrdering.txt ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/646065/+attachment/1627041/+files/Dependencies.txt ** Attachment added: Df.txt

[Bug 576615] Re: Create New Folder button of save dialog does not work

2010-08-22 Thread noble
I just noticed this problem today. I figured out that I can create a folder in a subdirectory of my home directory, but whenever I try to create one right in my home directory it disappears after a second or two. -- Create New Folder button of save dialog does not work

[Bug 157720] Re: Bug does not report says it's not genuine ubuntu package

2010-04-12 Thread noble
Testing Lucid 64 bit. Reports kernel problem on wake from suspend. Trying to report and I get the same message. -- Bug does not report says it's not genuine ubuntu package https://bugs.launchpad.net/bugs/157720 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 477212] Re: network-manager-gnome reports incorrect wireless rate of 1Mb/s for 54Mb/s capable zd1211rw based card

2010-02-23 Thread noble
I'm having this issue also. The speed's not just being reported wrong, it really is slow. Transferring files over the network Nautilus reports speeds under 100 KB/sec. Booting an older Kernel per Jaako's suggestion resolves the problem. In my case the adapter is only a meter from the router.

[Bug 480188] Re: after locking screen and typing the incorrect password, gets stuck on checking

2009-11-25 Thread noble
I'm having the same problem also with 9.10. I'm willing to do the backtrace or should I open a new bug? -- after locking screen and typing the incorrect password, gets stuck on checking https://bugs.launchpad.net/bugs/480188 You received this bug notification because you are a member of Ubuntu

Re: [Bug 417842] Re: WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish+0x7c/0x80()

2009-11-02 Thread Noble
This is great Nice work everyone! On Mon, Nov 2, 2009 at 11:59 AM, kdronan kerry.ro...@yahoo.com wrote: ** Changed in: linux (Ubuntu) Status: In Progress = Fix Released ** Changed in: linux (Ubuntu) Status: Fix Released = Fix Committed -- WARNING: at

[Bug 455734] [NEW] Cups prompts for authorization on a network printer even though it is not required

2009-10-19 Thread noble
Public bug reported: Binary package hint: cups Description:Ubuntu karmic (development branch) Release:9.10 cups: Installed: 1.4.1-5ubuntu2 Candidate: 1.4.1-5ubuntu2 Version table: *** 1.4.1-5ubuntu2 0 500 http://ftp.usf.edu karmic/main Packages 100

[Bug 455734] Re: Cups prompts for authorization on a network printer even though it is not required

2009-10-19 Thread noble
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/33972770/BootDmesg.txt ** Attachment added: CupsErrorLog.txt http://launchpadlibrarian.net/33972771/CupsErrorLog.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/33972772/CurrentDmesg.txt **

[Bug 363101] Re: gvfs-gphoto2-volume-monitor prevents Sansa e250 player from auto-mounting

2009-10-07 Thread noble
This seems to be fixed in Karmic. -- gvfs-gphoto2-volume-monitor prevents Sansa e250 player from auto-mounting https://bugs.launchpad.net/bugs/363101 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 283811] Re: cups says can't promp for authorization when printing to my samba printer

2009-06-30 Thread noble
DERG wrote: Noble, Is your network printer set to share? That is a must. Yes, it's definitely set to share. -- cups says can't promp for authorization when printing to my samba printer https://bugs.launchpad.net/bugs/283811 You received this bug notification because you are a member of Ubuntu

[Bug 283811] Re: cups says can't promp for authorization when printing to my samba printer

2009-06-30 Thread noble
DERG wrote: Noble, Is your network printer set to share? That is a must. Yes, it's definitely set to share. -- cups says can't promp for authorization when printing to my samba printer https://bugs.launchpad.net/bugs/283811 You received this bug notification because you are a member of Ubuntu

[Bug 283811] Re: cups says can't promp for authorization when printing to my samba printer

2009-06-29 Thread noble
I tried the immutable attribute per the earlier suggestion but it still only worked for the first print. I assumed that it changed the value in memory even though it couldn't change the file. -- cups says can't promp for authorization when printing to my samba printer

[Bug 283811] Re: cups says can't promp for authorization when printing to my samba printer

2009-06-29 Thread noble
Sorry, DERG. That workaround didn't work for me. I'm fiddling with cupsd.conf, but no joy there either. Only thing that seems to work for sure is to edit printers.conf and restart cups before each print. -- cups says can't promp for authorization when printing to my samba printer

[Bug 283811] Re: cups says can't promp for authorization when printing to my samba printer

2009-06-29 Thread noble
I tried the immutable attribute per the earlier suggestion but it still only worked for the first print. I assumed that it changed the value in memory even though it couldn't change the file. -- cups says can't promp for authorization when printing to my samba printer

[Bug 283811] Re: cups says can't promp for authorization when printing to my samba printer

2009-06-26 Thread noble
Thanks DERG. I remember reading that now that you say it again but somehow I didn't try it out. I won't have a chance to test it until Sunday. -- cups says can't promp for authorization when printing to my samba printer https://bugs.launchpad.net/bugs/283811 You received this bug notification

[Bug 283811] Re: cups says can't promp for authorization when printing to my samba printer

2009-06-26 Thread noble
Thanks DERG. I remember reading that now that you say it again but somehow I didn't try it out. I won't have a chance to test it until Sunday. -- cups says can't promp for authorization when printing to my samba printer https://bugs.launchpad.net/bugs/283811 You received this bug notification

[Bug 283811] Re: cups says can't promp for authorization when printing to my samba printer

2009-06-25 Thread noble
Is there any workaround for this? I am trying to get my wife to switch to Ubuntu from WinXp and it is a deal-breaker if she can't use her laptop to print at work. -- cups says can't promp for authorization when printing to my samba printer https://bugs.launchpad.net/bugs/283811 You received

[Bug 283811] Re: cups says can't promp for authorization when printing to my samba printer

2009-06-25 Thread noble
Is there any workaround for this? I am trying to get my wife to switch to Ubuntu from WinXp and it is a deal-breaker if she can't use her laptop to print at work. -- cups says can't promp for authorization when printing to my samba printer https://bugs.launchpad.net/bugs/283811 You received

[Bug 363101] Re: gvfs-gphoto2-volume-monitor prevents Sansa e250 player from auto-mounting

2009-06-23 Thread noble
I submitted the bug: http://bugzilla.gnome.org/show_bug.cgi?id=586778 ** Bug watch added: GNOME Bug Tracker #586778 http://bugzilla.gnome.org/show_bug.cgi?id=586778 -- gvfs-gphoto2-volume-monitor prevents Sansa e250 player from auto-mounting https://bugs.launchpad.net/bugs/363101 You

[Bug 363101] Re: gvfs-gphoto2-volume-monitor prevents Sansa e250 player from auto-mounting

2009-04-18 Thread noble
The device is a Sansa mp3 player with Rockbox installed. -- gvfs-gphoto2-volume-monitor prevents Sansa e250 player from auto-mounting https://bugs.launchpad.net/bugs/363101 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 363101] [NEW] gvfs-gphoto2-volume-monitor prevents Sansa e250 player from auto-mounting

2009-04-17 Thread noble
Public bug reported: Binary package hint: gvfs When I plug in my Sansa e250 audio device it does not auto-mount. After unplugging and plugging it in multiple times I got a crash report from gvfs-gphoto2-volume-monitor, after which the auto-mount worked. I haven't been able to reproduce this

[Bug 363101] Re: gvfs-gphoto2-volume-monitor prevents Sansa e250 player from auto-mounting

2009-04-17 Thread noble
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/25681472/Dependencies.txt -- gvfs-gphoto2-volume-monitor prevents Sansa e250 player from auto-mounting https://bugs.launchpad.net/bugs/363101 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 363101] Re: gvfs-gphoto2-volume-monitor prevents Sansa e250 player from auto-mounting

2009-04-17 Thread noble
Thanks. No, the device is not mounted anywhere that I can see. Here's the output of the command you asked for with gvfs-gphoto2-volume-monitor running and the device plugged in: $ gvfs-mount -li Drive(0): CD-RW/DVD±RW Drive Type: GProxyDrive (GProxyVolumeMonitorHal) ids: hal-udi:

[Bug 342656] Re: [TOSHIBA Satellite A215] suspend/resume failure when testing Suspend in Jaunty Alpha 6 on laptop

2009-04-02 Thread Eric Noble
I'm also having problems with both suspend and hibernate with the first Beta of 9.04 on a Toshiba A215-S7416. The power indicator never turns off, and when I open the lid back up I get a blinking cursor. -- [TOSHIBA Satellite A215] suspend/resume failure when testing Suspend in Jaunty Alpha 6

[Bug 43961] Re: Power down after shutdown does not work...

2008-10-17 Thread David Noble
/sbin/rmmod snd_hda_intel added to the end of /etc/default/halt has also fixed the shutdown problem on my LG LW40 Express. -- Power down after shutdown does not work... https://bugs.launchpad.net/bugs/43961 You received this bug notification because you are a member of Ubuntu Bugs, which is a

[Bug 224351] Re: can't see Windows shared drives in Ubuntu 8,04

2008-07-07 Thread noble
Hi, I'm reopening this bug because I have the same exact issue. ** Changed in: nautilus (Ubuntu) Status: Invalid = New -- can't see Windows shared drives in Ubuntu 8,04 https://bugs.launchpad.net/bugs/224351 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 224351] Re: can't see Windows shared drives in Ubuntu 8,04

2008-07-07 Thread noble
I did try with smbclient as suggested and I can see the shares with it if I put in a password. If I don't enter a password it reports: Error returning browse list: NT_STATUS_ACCESS_DENIED Anonymous login successful Then gives me a list of all the machines on the LAN. Nautilus never asks me for

[Bug 110158] Re: wpa_supplicant locked up consuming 100% resources

2007-07-03 Thread noble
I can confirm this bug. I have the the exact same hardware as the original poster. It happened first with wpasupplicant using 100%, but it happened again today with ifconfig using 100%. Went to tty1 and tried to kill the process and it locked up. Had to do a hard reset. Other times the machine

[Bug 68370] Re: Synaptics touchpad not enabled for second X display

2007-06-21 Thread David Noble
My sad story had a happy ending... I wanted to use an external monitor for giving presentations with an HP dv4000 laptop running Edgy. The output was extremely wavy with i810switch, so I followed the instructions here: https://wiki.ubuntu.com/HowtoSetupExternalMonitorForIntel915 The mouse froze