[Bug 1242321] Re: USB 3.0 Harddrive not recognised

2016-05-25 Thread Bolick
Indeed hardware might be buggy and special tweaks could be required in drivers to recover functionality of any given hardware. But given we cannot influence (usually) hardware manufacturers to fix stuff (or even to do better stuff next time) the only thing we may do is to "improve" Linux drivers

[Bug 1242321] Re: USB 3.0 Harddrive not recognised

2015-03-12 Thread Bolick
Probably this thread discussed a similar problem - http://thread.gmane.org/gmane.linux.usb.general/110579/focus=114763 And if my assumption correct then fix is already committed in kernel v4.0rc3 and to be applied to stable 3.18 and 3.19 (hopefully) -

[Bug 1159361] Re: zoneminder not creating local unix sockets for streaming

2014-08-18 Thread Bolick
For me the same problem was resolved with disabled authentication in ZM options (uncheck OPT_USE_AUTH). The reason to make this conclusion is here in logs: === Aug 19 00:21:00 ubuntu-server zms[5623]: ERR [Unable to authenticate user] ... Aug 19 00:21:00 ubuntu-server zms[5633]:

[Bug 1104476] Re: Network manager cannot connect to WPA2/PEAP/MSCHAPv2 network without CA_Certificate

2013-08-11 Thread Bolick
Another note from my side - even though as I mentioned above I see configuration file stays on reboot but I cannot get my password saved. So EVERY REBOOT I have to enter my Wi-Fi password manually. Which is a bit more than inconvenient especially keeping in mind that this is a LAPTOP and I

[Bug 1104476] Re: Network manager cannot connect to WPA2/PEAP/MSCHAPv2 network without CA_Certificate

2013-08-02 Thread Bolick
Disagree. In my case (fresh updated 13.04 64-bit) I don't see configuration file changes on reboot. I may expect it to be modified if you remove your current Wi-Fi connections from known ones in NetworkManager and then will try to connect to it again - this indeed will create a new config file

[Bug 1136432] Re: luaL_loadfile segfault in _IO_file_underflow

2013-04-02 Thread Bolick
Luckily I found out that this issue was caused by 1 special .so I had loaded automatically with LD_PRELOAD. It was libusb-driver.so used by Xilinx Impact tool for communication with JTAG. So with this library preloaded this simple test (built with gcc test.c) crashes on the second getc:

[Bug 1136432] Re: luaL_loadfile segfault in _IO_file_underflow

2013-04-01 Thread Bolick
I also may confirm this issue with lua. I faced it trying to play a video from public web-cam. === $ gdb --args vlc http://83.64.164.6/mjpg/video.mjpg GNU gdb (GDB) 7.5-ubuntu Reading symbols from /usr/bin/vlc...Reading symbols from /usr/lib/debug/usr/bin/vlc...done. done. (gdb)

[Bug 1136432] Re: luaL_loadfile segfault in _IO_file_underflow

2013-04-01 Thread Bolick
Snap-shot of filename.lua from VLC's git: http://git.videolan.org/?p=vlc.git;a=blob_plain;f=share/lua/meta/reader/filename.lua;hb=HEAD -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1136432 Title:

[Bug 1136432] Re: luaL_loadfile segfault in _IO_file_underflow

2013-04-01 Thread Bolick
Confirm that only 32-bit machine is affected. On 64-bit machine compiled script gets correctly executed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1136432 Title: luaL_loadfile segfault in

[Bug 1136432] Re: luaL_loadfile segfault in _IO_file_underflow

2013-04-01 Thread Bolick
As for Ubuntu-specific patches I don't agree. Just got lua built from latest 5.2.2 sources from lua.org: http://www.lua.org/ftp/lua-5.2.2.tar.gz and got the same behavior as with Ubuntu's binary packages: == $ gdb --args ./lua luac.out (gdb) run Starting program: lua luac.out [Thread

[Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-11-27 Thread Bolick
I'm on Ubuntu 12.10 32-bit with GF108GLM [Quadro 1000M] Just updated xorg-server to those latest packets 2:1.13.0-0ubuntu6.1 from proposed updates. For 30 minutes I didn't get any visible corruptions as I saw before. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 405294] Re: a2dp skips terribly

2012-10-27 Thread Bolick
Personally I still experience this issue on HP Elitebook 8560w with Ubuntu 12.04 32-bit. The same Logitech bluetooth receiver works perfectly with my Nexus S. So definitely there's an issue in Ubuntu/laptop. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 790183] Re: [138a:0011] Fingerprint reader Validity Sensors not recognized

2012-10-12 Thread Bolick
We may do 2 things: 1. Convince Validity Inc. to contribute to libfprint with corresponding drivers. 2. Do some study (tips on getting data to look at are here https://github.com/andree182/vfs301) and implement those drivers ourselves as Andrej Krutak did for vfs301. -- You received this bug

[Bug 1056014] [NEW] Improper reference to modulecmd in bash_completion script

2012-09-25 Thread Bolick
Public bug reported: Bash completion doesn't work for this package. And this is because path specified to modulecmd binary doesn't match real modulecmd location. $ which modulecmd /usr/bin/modulecmd an extract of bash_completion script: $ cat

[Bug 1056014] Re: Improper reference to modulecmd in bash_completion script

2012-09-25 Thread Bolick
** Patch added: modules.diff https://bugs.launchpad.net/bugs/1056014/+attachment/3340671/+files/modules.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1056014 Title: Improper reference to

[Bug 1056014] Re: Improper reference to modulecmd in bash_completion script

2012-09-25 Thread Bolick
Attached is a modified patch from modules_3.2.9c-2.debian.tar.gz that produces expected bash_completion script ** Patch added: Updated path from debian sources package https://bugs.launchpad.net/ubuntu/+source/modules/+bug/1056014/+attachment/3340977/+files/fix_paths_update.patch -- You

[Bug 933212] Re: FBO-using applications unresponsive for a long time after modeswitch

2012-02-18 Thread Bolick
Confirm 295.20 drivers seems like fixed delay on resume. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/933212 Title: FBO-using applications unresponsive for a long time after modeswitch To manage

[Bug 713088] Re: [natty] plymouth boot screen corrupted with nouveau on Thinkpad T61

2012-02-01 Thread Bolick
unoup11, I believe you have to run: sudo update-grub2 to apply your modification to grub. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/713088 Title: [natty]

[Bug 864739] Re: Ubuntu doesn't work on HP Elitebook 8560w

2012-01-24 Thread Bolick
Hi Dave, I'm enjoying my laptop of this type without any major issues. I may list only few inconveniences with it: 1) To install Ubunto (be it 11.10 or 12.04 daily iso) you need to set nomodeset in GRUB to get installer working and install proprietary nVidia drivers. As you get it (nVidia

[Bug 828761] Re: Resume from suspend takes much more time when nvidia-current driver is installed.

2012-01-23 Thread Bolick
Another note - if I had music player running right before suspend it resumes to playback music right after I woke up my PC (I mean at least very soon like few seconds). Though screen is black for next say 30 seconds with only mouse cursor visible and moving with mouse movements. I'd say that

[Bug 915265] Re: Unity launcher corruption on resume from suspend

2012-01-16 Thread Bolick
Still persists in 11.10 32-bit (3.0.0-15-generic-pae) even with: nvidia-current 290.10-0ubuntu1~oneiric~xup1 from ppa:ubuntu-x-swat/x-updates for nVidia Quadro 1000M unity 5.0.0~+bzr1825ubuntu0+611 from ppa:unity-team/ppa -- You received this bug notification because you are a member of Ubuntu

[Bug 676166] Re: Unity Launcher corruption when resuming from suspend/hibernate

2012-01-16 Thread Bolick
Still persists in 11.10 32-bit even with: nvidia-current 290.10-0ubuntu1~oneiric~xup1 from ppa:ubuntu-x-swat/x-updates unity 5.0.0~+bzr1825ubuntu0+611 from ppa:unity-team/ppa ** Attachment added: Panel on the left is corrupted

[Bug 828761] Re: Resume from suspend takes much more time when nvidia-current driver is installed.

2012-01-09 Thread Bolick
Unity panel rendering corruption on wake-up after Suspend state. On the first mouse-over Unity panel it gets properly rendered. nvidia-current drivers version 290.10-0ubuntu1~xedgers~oneiric1 on 32-bit Ubuntu 11.10 with nVidia Quadro 1000M ** Attachment added: 1.png

[Bug 828761] Re: Resume from suspend takes much more time when nvidia-current driver is installed.

2012-01-09 Thread Bolick
I'd say that comment #67 makes sense. I disabled Unity plugin in CCSM and got near to immediate wake-up, but on wake-up I got everything black except active window and no screen decoration as well. Attached is a screen-shot of this behavior. ** Attachment added: 2.png

[Bug 828761] Re: Resume from suspend takes much more time when nvidia-current driver is installed.

2012-01-09 Thread Bolick
Another prove of #67 comment - I switched to Unity 2D and got immediate wake-up without any rendering issues. Also I may mention that on another laptop with nVidia GeForce 8400M GS and free (nouveau) drivers Ubuntu 11.10 with Unity (3D) wakes immediately and without any issues. So it seems like

[Bug 790183] Re: Fingerprint reader Validity Sensors not recognized

2012-01-03 Thread Bolick
Seems like Bus 001 Device 003: ID 138a:003c DigitalPersona, Inc is VFS451 model from Validity and according to this message (http://lists.freedesktop.org/archives/fprint/2011-August/46.html) Validity is going to deliver its own proprietary drivers for wide range of their fingerprint readers in

[Bug 790183] Re: Fingerprint reader Validity Sensors not recognized

2012-01-02 Thread Bolick
** Tags added: 8560w elitebook hp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/790183 Title: Fingerprint reader Validity Sensors not recognized To manage notifications about this bug go to:

[Bug 874880] Re: Ubuntu 11.10 Headphone-To-Speaker Switching for Intel HDA

2011-10-30 Thread Bolick
The same issue here with MSI Wind 90. Workaround works, but I'm talking about netbook which is quite frequently being moved around the house and so each time I plug in external jack I have to switch output to Analogue speakers in Sound settings. At the same time on Acer Aspire 7720z I cannot

[Bug 874880] Re: Ubuntu 11.10 Headphone-To-Speaker Switching for Intel HDA

2011-10-30 Thread Bolick
So after reading a bunch of different alsa-related solutions I tried to set my audio codec explicitly. For this I followed this manual: https://help.ubuntu.com/community/HdaIntelSoundHowto Basically I added to the end of /etc/modprobe.d/alsa-base.conf this line: # options snd-hda-intel

[Bug 863604] Re: unity-window-decorator crashed with SIGSEGV in g_slice_alloc()

2011-09-30 Thread Bolick
*** This bug is a duplicate of bug 741395 *** https://bugs.launchpad.net/bugs/741395 Hint: VLC was running and I tried to open play-list. Right at that moment I noticed that play-list decoration was absent and in the next moment compiz crashed. -- You received this bug notification because

[Bug 713088] Re: [natty] plymouth boot screen corrupted with nouveau on Thinkpad T61

2011-09-27 Thread Bolick
Same here for GeForce 8400M GS with 3.0.0-11-generic-pae on Oneric i386 beta2 plus recent updates. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/713088 Title: [natty] plymouth boot screen corrupted

[Bug 666320] Re: Evolution-MAPI replaces Cyrillic text with [?]

2011-01-27 Thread Bolick
The same here. [?] Instead of cyrillic symbols in messages in HTML -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/666320 Title: Evolution-MAPI replaces Cyrillic text with [?] --

[Bug 666320] Re: Evolution-MAPI replaces Cyrillic text with [?]

2011-01-27 Thread Bolick
Seems like could be fixed with simple switching Character encoding for current MAPI account from View menu to Cyrillic (KOI8-R). Maybe one should try Cyrillic (Windows-1251). Ubuntu 10.10 Evolution 2.30.3-1ubuntu7.3 evolution-mapi 0.30.3-1ubuntu1 -- You received this bug notification because

[Bug 31037] Re: Vino-server takes 90% of cpu when only listening for incoming connections

2010-11-02 Thread Bolick
In 10.10 While checked Allow Users to View Your Desktop vino-server process suddenly starts eating 50% of my dual-core CPU. Killing the process helps. -- Vino-server takes 90% of cpu when only listening for incoming connections https://bugs.launchpad.net/bugs/31037 You received this bug

[Bug 659257] Re: randomly keyboard layout changes every key i hit until i leave the field

2010-10-13 Thread Bolick
The same here. Fresh installation of Ubuntu 10.10 32-bit. -- randomly keyboard layout changes every key i hit until i leave the field https://bugs.launchpad.net/bugs/659257 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 659468] Re: Mixed keyboard layout

2010-10-13 Thread Bolick
*** This bug is a duplicate of bug 625793 *** https://bugs.launchpad.net/bugs/625793 ** This bug is no longer a duplicate of bug 659257 randomly keyboard layout changes every key i hit until i leave the field ** This bug has been marked a duplicate of bug 625793 Regression: Multiple

[Bug 659257] Re: randomly keyboard layout changes every key i hit until i leave the field

2010-10-13 Thread Bolick
*** This bug is a duplicate of bug 625793 *** https://bugs.launchpad.net/bugs/625793 ** This bug has been marked a duplicate of bug 625793 Regression: Multiple Keyboard Layouts unusable: continuously changes layout + 100% CPU usage [updated] * You can subscribe to bug 625793 by following

[Bug 516023] Re: Critcally low shown on unplug at 100% full

2010-05-26 Thread Bolick
The gconftool-2 command also helped with MSI Wind U90. Konstantin, thanks a lot. This issue was a royal pain in ass. -- Critcally low shown on unplug at 100% full https://bugs.launchpad.net/bugs/516023 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 533409] Re: pidgin do not minimize to notification applet

2010-05-24 Thread Bolick
Diego, Preferences | Interface| Show system tray icon: always helps to get an ordinary Pidgin as it always was - Pidgin icon in tray, not in Indicator applet. But as it is set by default in Pidgin's settings and IMHO as it was desired by those who developed Lucid, all messaging apps (Empathy,

[Bug 504929] Re: Dell Inpsiron attempts hibernation when power cord is plugged in

2010-05-09 Thread Bolick
Mathieu, could you please clarify which details, logs and so on would be helpful for MSI Wind netbook bug report? Thanks -- Dell Inpsiron attempts hibernation when power cord is plugged in https://bugs.launchpad.net/bugs/504929 You received this bug notification because you are a member of

[Bug 403135] Re: Notification area icon wrongly rendered/uses bg_color as a background (multiple apps)

2010-05-06 Thread Bolick
For me it seems like gXNeur version 0.9.8 appears with proper transparent background in notification area in both Ambiance and Radiance themes. -- Notification area icon wrongly rendered/uses bg_color as a background (multiple apps) https://bugs.launchpad.net/bugs/403135 You received this bug

[Bug 403135] Re: Notification area icon wrongly rendered/uses bg_color as a background (multiple apps)

2010-05-04 Thread Bolick
betabandido, I guess you use Ambiance Ubuntu Gnome theme and Skype by default uses KDE theme. So, to solve your issue with Skype go to Skype's Options-General and select GTK+ style in Choose style dropdown menu. -- Notification area icon wrongly rendered/uses bg_color as a background

[Bug 403135] Re: Notification area icon wrongly rendered/uses bg_color as a background (multiple apps)

2010-04-09 Thread Bolick
This is a screenshot for GxNeur in Lucid ** Attachment added: Screenshot for GxNeur in Lucid http://launchpadlibrarian.net/43525458/gxneur.png -- Notification area icon wrongly rendered/uses bg_color as a background (multiple apps) https://bugs.launchpad.net/bugs/403135 You received this

[Bug 403135] Re: Notification area icon wrongly rendered/uses bg_color as a background (multiple apps)

2010-04-08 Thread Bolick
I have the same problem in up to date Lucid in gXNeur with Ambiance/Radiance/Dust themes. -- Notification area icon wrongly rendered/uses bg_color as a background (multiple apps) https://bugs.launchpad.net/bugs/403135 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 504929] Re: Dell Inpsiron attempts hibernation when power cord is plugged in

2010-03-29 Thread Bolick
The same issue as dfme mentioned above. I have MSI Wind U90 with up to date Ubuntu Lucid 10.04. Netbook has fully charged battery, then I unplug DC connector and within 1 minute (not immediately) netbook falls into hibernate. After waking it up with power button netbook operates from battery