Syslog snippet:
Mar 22 11:45:25 nix mtp-probe: checking bus 1, device 4:
"/sys/devices/pci:00/:00:14.0/usb1/1-3"
Mar 22 11:45:25 nix mtp-probe: bus: 1, device: 4 was not an MTP device
Mar 22 11:45:25 nix kernel: [ 3396.480417] usb 1-3: USB disconnect, device
number 4
Mar 22 11:45:26 nix k
Public bug reported:
Connecting a DUALi NFC reader causes a never ending loop of mtp-probe
operations, seen in the syslog
The following udev blacklist stops the problem:
/etc/udev/rules.d/10-duali-mtp-ignore.rules
ATTR{idVendor}=="1db2", ATTR{idProduct}=="0601", ENV{MTP_NO_PROBE}="1"
ATTR{idVe
The only realistic solutions appear to be:
(1) Make sysctl -a output name value paris without spaces for consistency
(2) Make the things that generate files in /etc/sysconf.d not put spaces in.
The way the sysctl command line works requires one or more name value
pairs with no space seperation.
Public bug reported:
For example, the config files in /etc/sysctl.conf have spaces between
name and value pairs
The problem is that the values probably get played into sysctl -w
somehow
sysctl does not seem to accept name value pairs with spaces, yet it
displayes them with spaces via sysctl -a
The same problem prevents apt-cache search from being used as a non root
user.
To fix these issues I ran:
sudo chmod -R o+rxt /var/lib/apt
I don't know why / how it got into this state.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubunt
** Attachment added: "software-center.png"
https://bugs.launchpad.net/bugs/922385/+attachment/2695817/+files/software-center.png
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/922385
Title:
more
Public bug reported:
1. start software-center
2. search for a package. e.g.
3. clamtk
3. press more info
No info is displayed. There is a use this source button and nothing else.
See screenshot. software-center.png
This problem is not specific to the "clamtk" package, it appears that
any package
This is the output:
---
jason@adrastea:~/source/photoprint-0.4.1$ ls -lR /etc/apt/sources.list*
-rw-r--r-- 1 root root 2526 2011-11-19 20:49 /etc/apt/sources.list
/etc/apt/sources.list.d:
total 4
-rw-r--r-- 1 root root0 2011-10-16 23:40 dropbox.list
-rw-r--r-- 1
Public bug reported:
I upgraded to 11.10 from 11.04.
Some time later I noticed that apt-get source seems to reuire root privelages
to work
NB- There are (enabled) deb-src's in the sources list
example:
[FAIL]
jason@adrastea:~/source$ apt-get source photoprint
Reading package lists... Done
Bui
Bug seems to have gone away in 2.6.35-30+
** Changed in: linux (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/696212
Title:
Soft cpu lock copying la
My experience is more like that mentioned in Bug #772184 . - That is
trying different application switchers seems to start/cause the problem.
The installation I have is an upgrade of 10.10 and I had in that version
played witht the decorator settings, but not after upgrading.
--
You received th
Still present in 2.6.35-28
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/696212
Title:
Soft cpu lock copying large files
--
ub
** Summary changed:
- Soft cpu lock copying files form external usb drive
+ Soft cpu lock copying large files
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/696212
Title:
Soft cpu lock copying large
I tested with the latest upstream kernel available:
2.6.38-999-generic #201103050905 SMP Sat Mar 5 10:18:37 UTC 2011
** I found this is not specific to USB external drives. the main and
only, internal drive on this machine exhibits the problem ***
To test, I duplicated a ~ 13GiB directory under
vmlinuz-2.6.35-22-generic and vmlinuz-2.6.35-24-generic rather, sorry.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/696212
Title:
Soft cpu lock copying files form external usb drive
--
ubuntu-bu
Having tested some more, it appears that the above doesn't actually fix
the problem.
However switching to a previous kernel does fix the problem. The most
recent kernel seems to exhibit the problem.
vmcoreinfo-2.6.35-22-generic OK
vmcoreinfo-2.6.35-24-generic NOT OK
--
You received this bug n
Disabling ehci_hcd as per this article appears to get rid of the
problem:
http://www.thinkwiki.org/wiki/Problem_with_USB_2.0
But this isn't a great workaround as usb transefers become agingly slow.
I can reproduce this on one laptop with two different makes of externel
usb drive.
The same drive
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/696212
Title:
Soft cpu lock copying files form external usb drive
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/m
Public bug reported:
Copying files from a external usb drive causes a soft cpu lockup. Resulting in
a freeze for half an hour while 3gb is copied.
Load average reaches 20.
kern.log
==
(multiple occurances of these)
Jan 1 11:28:18 paul-Aspire-5050 kernel: [ 5684.392011] BUG: soft lockup -
Yes the same bug is present in 10.04 and it uses a huge amount of memory
over time, days for example. I ran valgrind on the binary (not in debug)
and it says:
==5405== HEAP SUMMARY:
==5405== in use at exit: 26,125,414 bytes in 119,426 blocks
==5405== total heap usage: 707,791 allocs, 588,365
in Ubuntu 9.04 I patched:
autofs
Version: 4.1.4+debian-2.1ubuntu2
NB: I did in the end manage to find a way to use capture substition awk "
gsub(/[ $]/, "\\\&", $2); " Hence it should be easy to add additional
characters to substitute.
'$' is paticularly common in windows administrative type
** Attachment added: "auto.smb.patch"
http://launchpadlibrarian.net/27780311/auto.smb.patch
** Attachment removed: "Patch to escape $ in smb share names"
http://launchpadlibrarian.net/27695893/auto.smb.patch
** Attachment removed: "Correct patch to escape " " and $"
http://launchpadlibr
Corrected patch added.
** Description changed:
auto.smb script correctly escapes space characters in windows share
names, but does not escape shares with $ in them. (common for admin
shares) Hence mounting fails.
Here is a potential patch. I am sure that there are other characters
th
** Attachment added: "Patch to escape $ in smb share names"
http://launchpadlibrarian.net/27695893/auto.smb.patch
--
autofs auto.smb doesn't escape $
https://bugs.launchpad.net/bugs/385244
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubunt
Public bug reported:
auto.smb script correctly escapes space characters in windows share
names, but does not escape shares with $ in them. (common for admin
shares) Hence mounting fails.
Here is a potential patch. I am sure that there are other characters
that need to be escaped too. Unfortunatel
+1 I think. This is somewhat confusing.
Putting agentaddress 127.0.0.1 at the the top of snmpd.conf instead of
in .../defaults/.. would seem reasonable and quite helpful. However I am
not entirely familiar with the way defaults functions.
--
Forced bind to 127.0.0.1 is "hardcoded' into /etc/defa
Public bug reported:
I have a dual graphics card laptop which can be set to boot either with
an nvidia card, or an intel one.
Installing xserver-xorg-video-intel for intel support works and privides
glx extensions
Installing nvidia-glx-new at the same time provides glx for nvidia too.
However, w
I have tried hardy heron alpha 4, and applied the latest updates.
The behavior has improved slightly.
Turning the desktop effects on with the sample xorg.conf I gave no
longer brings up the restricted driver manager and enables compiz and
all is well.
Using the restricted driver manager itself s
It is Gutsy yes (7.10)
I might be able to test this on hardy. I'll have to fetch it an so on,
when I get a chance I will try it.
--
Not possible to utilise dual graphics card on Uniwill 259en3 (Alienware m5500)
without manual scripting
https://bugs.launchpad.net/bugs/187444
You received this bu
Sorry about the waffle earlier.
I have included the xorg.conf I crafted "xorg.conf.orig"
And one the restricted driver manager generates after doing either:
a) enabling nvidia restricted driver
b) via "preferences -> appearance -> visual effects" which then launches the
restricted driver manag
Public bug reported:
I install ubuntu on the Uniwill 259en3 (Alienware m5500)
This laptop has an internal Intel graphics card as well as a geforce
6600 go. Enabling the geforce is done by flicking a switch on the front
chasis and then rebooting the system.
The cards do have seperate pci slots.
31 matches
Mail list logo