[Bug 1870837] Re: BLE not working; hcitool lescan says 'Set scan parameters failed: Input/output error'; Ubuntu 20.04 kernel

2021-02-03 Thread Bruno Rocha Coutinho
I managed to work around this issue by disconnecting and reconnecting the device. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1870837 Title: BLE not working; hcitool lescan says 'Set scan

[Bug 1905182] Re: nvidia-dkms-390 390.138-0ubuntu0.20.04.1: nvidia kernel module failed to build

2021-01-10 Thread Bruno Rocha Coutinho
Solved updating to 390.141 too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1905182 Title: nvidia-dkms-390 390.138-0ubuntu0.20.04.1: nvidia kernel module failed to build To manage

Re: [Bug 986831] Re: system freezes for some seconds: Attempted to yield the CPU while in atomic or interrupt context

2013-07-29 Thread Bruno Rocha Coutinho
I'm using driver vestion 304.88 that comes with ubuntu 12.04 and blacklisted all sensor modules. On an old core 2 Q6600 with a Geforce GTX 480 this bugs dosn't appear more and an i7-2600 with a Geforce GT 520 this bug appears once or twice a month. 2013/7/29 M. van Workum ubu...@2nv2u.com This

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2011-01-27 Thread Bruno Rocha Coutinho
I couldn't reproduce what I said on comment #15. Maybe it was using an old version of upstart. Now I'm getting errors on sm-notify. Probebly I'm seeing bug #690401 or #525154. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2010-11-26 Thread Bruno Rocha Coutinho
I have a workstation that the fix dosn't worked too. I'm not gettting errors on start portmap but on status portmap | grep -q start/running because status portmap is returning start/spawned. Puting sleep 1 afeter start portmap || true worked, probably because it gave portmap time to start up

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2010-11-26 Thread Bruno Rocha Coutinho
In the problematic workstation I'm using Ubuntu 10.04.1 LTS, fully updated. -- /etc/init/statd.conf: race with portmap startup https://bugs.launchpad.net/bugs/484209 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 480455] Re: [MASTER] update-alternatives: error: alternative mpiexec can't be master: it is a slave of mpirun

2010-05-02 Thread Bruno Rocha Coutinho
I'm using Lucid and got the opporite messge: Processing triggers for man-db ... Setting up openmpi-bin (1.4.1-2) ... update-alternatives: error: alternative mpiexec can't be slave of mpirun: it is a master alternative. dpkg: error processing openmpi-bin (--configure): subprocess installed

[Bug 480455] Re: [MASTER] update-alternatives: error: alternative mpiexec can't be master: it is a slave of mpirun

2010-05-02 Thread Bruno Rocha Coutinho
My mpi packages: rc libboost-mpi1.40.0 1.40.0-2ubuntu2 C++ interface to the Message Passing Interfa ii libexempi3 2.1.1-1build2 library to parse XMP metadata (Library) ii

[Bug 480455] Re: [MASTER] update-alternatives: error: alternative mpiexec can't be master: it is a slave of mpirun

2010-05-02 Thread Bruno Rocha Coutinho
update alternatives: couti...@darkstar:~$ update-alternatives --display mpirun mpirun - auto mode link currently points to /usr/bin/mpirun.openmpi /usr/bin/mpirun.openmpi - priority 5 slave mpirun.1.gz: /usr/share/man/man1/mpirun.openmpi.1.gz Current `best' version is /usr/bin/mpirun.openmpi.

[Bug 429343] Re: boost library dynamic_bitset.hpp fails to compile with g++ 4.3.3

2009-09-16 Thread Bruno Rocha Coutinho
It compiles with g++ 4.1.3 and 4.2.4 [couti...@darkstar tmp]$ cat a.cpp #include iostream #include boost/dynamic_bitset.hpp int main() { std::cout hello world std::endl; } [couti...@darkstar tmp]$ g++-4.1 --version g++-4.1 (GCC) 4.1.3 20080623 (prerelease) (Ubuntu 4.1.2-24ubuntu1)

[Bug 429343] Re: boost library dynamic_bitset.hpp fails to compile

2009-09-15 Thread Bruno Rocha Coutinho
This bug occurs to me too. It seem that boost 1.40 had a workaround to this gcc 4.3.3 incompatibility. -- boost library dynamic_bitset.hpp fails to compile https://bugs.launchpad.net/bugs/429343 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 231930] Re: libGL.so symlink failed

2009-03-16 Thread Bruno Rocha Coutinho
I'm running Ubuntu Interpid x86_64 and installed CUDA 2.1 drivers (version 180.22) from nvidia. I had to install libgl1-mesa-dev (7.2-1ubuntu2) to compile a application (I'm not upgrading) got this error and Freme's solution worked for me too. -- libGL.so symlink failed

[Bug 234837] Re: Binutils corrupts Open MPI

2008-06-18 Thread Bruno Rocha Coutinho
The fix worked for me too. -- Binutils corrupts Open MPI https://bugs.launchpad.net/bugs/234837 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 37435] Re: XFS leaves garbage in file if app does write-new-then-rename without f(data)sync

2008-06-16 Thread Bruno Rocha Coutinho
This is not a bug. It is a feature. :-) A write in XFS imediatelly grows the file and if a crash occurs between the write and data being flushed to disk the extra space if filled with zeroes. This is explained this text from http://madduck.net/blog/2006.08.11:xfs-zeroes/ pasted below: This must

[Bug 58062] Re: python2.3 not installable

2006-09-03 Thread Bruno Rocha Coutinho
*** This bug is a duplicate of bug 56779 *** Even after the install is done, python2.3 isn't added to supported- versions in /usr/share/python/debian_defaults . -- python2.3 not installable https://launchpad.net/bugs/58062 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 58062] Re: python2.3 not installable

2006-09-02 Thread Bruno Rocha Coutinho
/usr/share/python/runtime.d/pycentral.rtinstall is a script that does some checks and run pycentral rtinstall python2.3 Looking pycentral code this message is sent by this function: def check_args(self, global_options): if len(self.args) != 1:

[Bug 58062] Re: python2.3 not installable

2006-09-02 Thread Bruno Rocha Coutinho
Running pycentral by hand: Python 2.4.3 (#2, Aug 25 2006, 17:37:59) [GCC 4.1.2 20060817 (prerelease) (Ubuntu 4.1.1-11ubuntu1)] on linux2 Type help, copyright, credits or license for more information. import fnmatch, glob, os, re, sys, time from optparse import OptionParser sys.path[0:0] =

[Bug 58062] In ActionRuntimeInstall.check_args()

2006-09-02 Thread Bruno Rocha Coutinho
Line 937 is: self.rtname = self.args[0] printing self.rtname in pycentral gives: /usr/bin/python2.3 line 941 calls get_installed_runtimes(), so I will look into it: installed_runtimes is None, so the if statement will be executed: import fnmatch, glob, os, re, sys, time from optparse import

[Bug 58062] Re: python2.3 not installable

2006-09-02 Thread Bruno Rocha Coutinho
if I comment lines 198 and 199 in pycentral, the package can be installed and removed without errors. -- python2.3 not installable https://launchpad.net/bugs/58062 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs