[Bug 1763006] Re: arm-none-eabi-gdb missed in ubuntu 18.04

2018-08-20 Thread Sundberg Pauli
I tried the gdb-multiarch and it gives me

"
warning: while parsing target description (at line 1): Target description 
specified unknown architecture "arm"
"

When trying to connect to STM32F427 (via st-link).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1763006

Title:
  arm-none-eabi-gdb missed in ubuntu 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chkconfig/+bug/1763006/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1781657] Re: Unrecognized option: -d64

2018-08-08 Thread Sundberg Pauli
Confirm, happened to me on up-to-date, today on kubuntu.

For suggested work-around works also for me, here is diff:

--- /usr/bin/imagej.orig2018-08-08 08:58:24.929997867 +0300
+++ /usr/bin/imagej 2018-08-08 08:59:13.774938712 +0300
@@ -418,9 +418,9 @@
 if [ "$JAVA_HOME" ] ; then
 if (( $verbosity > 0 )) ; then
 echo ${modules}
-echo $JAVA_HOME/bin/java ${arch} -mx${mem}m ${jni} ${modules} 
ij.ImageJ -ijpath ${ij_user_path} -port${count} ${images} ${macrocmd} 
${macroargs}
+echo $JAVA_HOME/bin/java -mx${mem}m ${jni} ${modules} ij.ImageJ 
-ijpath ${ij_user_path} -port${count} ${images} ${macrocmd} ${macroargs}
 else
-eval $JAVA_HOME/bin/java ${arch} -mx${mem}m ${jni} ${modules} 
ij.ImageJ -ijpath ${ij_user_path} -port${count} ${images} ${macrocmd} 
${macroargs}
+eval $JAVA_HOME/bin/java -mx${mem}m ${jni} ${modules} ij.ImageJ 
-ijpath ${ij_user_path} -port${count} ${images} ${macrocmd} ${macroargs}
 fi
 else
 echo "No JVM found to run ImageJ"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1781657

Title:
  Unrecognized option: -d64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagej/+bug/1781657/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1280584] [NEW] Bluetooth daemon default configuration is wrong

2014-02-15 Thread Sundberg Pauli
Public bug reported:

I was trying to connect my Android device to python script via bluetooth
connection. The connection raised fine but it was not able to make the
connection. I am using [1] as server.

When looking at syslog i noticed:
 bluetoothd[707]: Unable to spawn pnatd: Failed to execute child process 
 /usr/bin/phonet-at (No such file or directory)

Googling that gives [2].  And comment from 'Selmi' follows up to
discussion on linux-bluetooth [3].

They say:
There should be absolutely no reason for Ubuntu have this plugin enabled
or even compiled. You might wanna file a bug to them to disable it. The
only place where it makes sense to be compiled is in Nokia's Maemo
Harmattan platform. For everything else it should be disabled (as it is
by default).

And indeed, adding line 
'DisablePlugins = pnat' to '/etc/bluetooth/main.conf' makes the test work fine.

[1] http://people.csail.mit.edu/albert/bluez-intro/x232.html
[2]  http://ubuntuforums.org/showthread.php?t=1936904
[3] http://www.spinics.net/lists/linux-bluetooth/msg14290.html

** Affects: bluez (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1280584

Title:
  Bluetooth daemon default configuration is wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1280584/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1267442] Re: Install nvidia-331 on Xubuntu results in unbootable machine

2014-01-27 Thread Sundberg Pauli
Affects me too, probably due package: nvidia-prime_0.5.3_amd64.deb.

I tried to reproduce the problem  but running --reinstall on the package
does not modify lightdm.conf.

Assuming there is no lightdm.conf in the fresh install, then the package
creates a file that is reported by @Efry.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1267442

Title:
  Install nvidia-331 on Xubuntu results in unbootable machine

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1267442/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1267442] Re: Install nvidia-331 on Xubuntu results in unbootable machine

2014-01-27 Thread Sundberg Pauli
kubuntu daily image from 14.04  downloaded at about 20.01.2014 -
installed and updated - install packages - install nvidia-331 -
nvidia-prime (v 0.5.3 ) came with recommendations:

nvidia-331:
 Recommends: nvidia-settings (= 331.20), nvidia-prime (= 0.5) | bumblebee, 
 libcuda1-331, nvidia-libopencl1-331, nvidia-opencl-icd-331


And yes, the 'preinst' script looks kind of guilty:

 paste from preinst 

# Let's create a configuration file
# from scratch
cat  $lightdm_orig_conf EOF
[SeatDefaults]
greeter-session=unity-greeter
user-session=ubuntu
display-setup-script=/sbin/prime-offload
display-stopped-script=/sbin/prime-switch
EOF
fi
 paste end 

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1267442

Title:
  Install nvidia-331 on Xubuntu results in unbootable machine

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1267442/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1091838] Re: ubuntu hangs up at shutdown

2013-05-23 Thread Sundberg Pauli
I am having the same problem, and i am running a desktop with
'3.8.0-21-generic #32-Ubuntu SMP Tue May 14 22:16:46 UTC 2013 x86_64
x86_64 x86_64 GNU/Linux' and nouveau drivers.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1091838

Title:
  ubuntu hangs up at shutdown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1091838/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1180202] Re: Properties window is not usable

2013-05-15 Thread Sundberg Pauli
Thanks!

Two ways to get around this problem:
1) Use option '--use-old-panels' when starting paraview
2) Remove the suggested plugin at: 
/usr/lib/paraview/plugins/libPointSprite_Plugin.so. Removing from 'manage 
plugins' view after paraview had loaded did not fix the issue (bit weird?)

Anyway, if other stumble upon this, i think you refer to this bug [1].


[1] http://vtk.org/Bug/view.php?id=13810

** Bug watch added: vtk.org/Bug/ #13810
   http://vtk.org/Bug/view.php?id=13810

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1180202

Title:
  Properties window is not usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/paraview/+bug/1180202/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1180202] [NEW] Properties window is not usable

2013-05-14 Thread Sundberg Pauli
Public bug reported:

Attached is screenshot (and the file with the bug is reproducable) showing the 
problem best:
properties toolview (at right lower corner) is very large: only small partition 
can fit in full 1920 screen (you can see the scrollbar -- long way to go). This 
is regression at some package, since older version it showed up properly.

Problem continues if the toolview is detached.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: paraview 3.98.0-1~exp1
ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Wed May 15 08:20:13 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-04-11 (33 days ago)
InstallationMedia: Kubuntu 13.04 Raring Ringtail - Alpha amd64 (20130410)
MarkForUpload: True
SourcePackage: paraview
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: paraview (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring

** Attachment added: Screenshot mentioned on the report.
   
https://bugs.launchpad.net/bugs/1180202/+attachment/3676959/+files/screenshot-000.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1180202

Title:
  Properties window is not usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/paraview/+bug/1180202/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1180202] Re: Properties window is not usable

2013-05-14 Thread Sundberg Pauli
** Attachment added: Ply file for reproducing the problem (happens every 
time).
   
https://bugs.launchpad.net/ubuntu/+source/paraview/+bug/1180202/+attachment/3676962/+files/grid.ply

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1180202

Title:
  Properties window is not usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/paraview/+bug/1180202/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1180202] Re: Properties window is not usable

2013-05-14 Thread Sundberg Pauli
Just to clarify: the properties window scrollbar on left to right: it
'extends' when something is loaded, when no result is loaded its proper.
And this is not only .ply files loading: after loading .mhd file the
same happens.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1180202

Title:
  Properties window is not usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/paraview/+bug/1180202/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1167158] [NEW] do-release-upgrade -d fails with 12.04: fatal error occurred in DistUpgrade/DistUpgradeView.py

2013-04-10 Thread Sundberg Pauli
Public bug reported:

root@XXX-office-antec:/home/XXX# do-release-upgrade -d
Checking for a new Ubuntu release
Get:1 Upgrade tool signature [198 B]
   
Get:2 Upgrade tool [1197 kB]
   
Fetched 1197 kB in 0s (0 B/s)   
   
authenticate 'raring.tar.gz' against 'raring.tar.gz.gpg' 
extracting 'raring.tar.gz'

Reading cache

Checking package manager
Reading package lists... Done
Building dependency tree
Reading state information... Done
Building data structures... Done 
Hit http://security.ubuntu.com quantal-security Release.gpg 
   
Hit http://se.archive.ubuntu.com quantal Release.gpg
   
Hit http://security.ubuntu.com quantal-security Release 
   
Hit http://se.archive.ubuntu.com quantal-updates Release.gpg
   
Hit http://ppa.launchpad.net quantal Release.gpg
   
Hit http://extras.ubuntu.com quantal Release.gpg
   
Hit http://se.archive.ubuntu.com quantal Release
   
Hit http://security.ubuntu.com quantal-security/main Sources
   
Hit http://se.archive.ubuntu.com quantal-updates Release
   
Hit http://ppa.launchpad.net quantal Release
   
Hit http://extras.ubuntu.com quantal Release
   
Hit http://se.archive.ubuntu.com quantal/main Sources   
   
Hit http://security.ubuntu.com quantal-security/restricted Sources  
   
Hit http://se.archive.ubuntu.com quantal/restricted Sources 
   
Hit http://ppa.launchpad.net quantal/main Sources   
   
Hit http://extras.ubuntu.com quantal/main Sources   
   
Hit http://se.archive.ubuntu.com quantal/universe Sources   
   
Hit http://security.ubuntu.com quantal-security/universe Sources
   
Hit http://se.archive.ubuntu.com quantal/multiverse Sources 
   
Hit http://ppa.launchpad.net quantal/main amd64 Packages
   
Hit http://extras.ubuntu.com quantal/main amd64 Packages
   
Hit http://se.archive.ubuntu.com quantal/main amd64 Packages
   
Hit http://security.ubuntu.com quantal-security/multiverse Sources  
   
Hit http://ppa.launchpad.net quantal/main i386 Packages 
   
Hit http://se.archive.ubuntu.com quantal/restricted amd64 Packages  
   
Hit http://extras.ubuntu.com quantal/main i386 Packages 
   
Hit http://se.archive.ubuntu.com quantal/universe amd64 Packages
   
Hit http://security.ubuntu.com quantal-security/main amd64 Packages 
   
Err http://ppa.launchpad.net quantal/main Translation-en
   

   
Err http://extras.ubuntu.com quantal/main Translation-en
   

   
Hit http://se.archive.ubuntu.com quantal/multiverse amd64 Packages  
   
Hit http://se.archive.ubuntu.com quantal/main i386 Packages 
   
Hit http://security.ubuntu.com quantal-security/restricted amd64 Packages   
   
Err http://ppa.launchpad.net quantal/main Translation-en
   

   
Err http://extras.ubuntu.com quantal/main Translation-en
   

   
Hit http://se.archive.ubuntu.com quantal/restricted 

[Bug 1167158] Re: do-release-upgrade -d fails with 12.04: fatal error occurred in DistUpgrade/DistUpgradeView.py

2013-04-10 Thread Sundberg Pauli
** Attachment added: Second run log file apt.log
   
https://bugs.launchpad.net/ubuntu/+source/update-manager-core/+bug/1167158/+attachment/3636455/+files/apt.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1167158

Title:
  do-release-upgrade -d fails with 12.04: fatal error occurred in
  DistUpgrade/DistUpgradeView.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager-core/+bug/1167158/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1167158] Re: do-release-upgrade -d fails with 12.04: fatal error occurred in DistUpgrade/DistUpgradeView.py

2013-04-10 Thread Sundberg Pauli
Bit debugging with python and my locale, shows that my locale / python
is broken, not the script (that might do some counter measures / pre-
check ?):

XXX@XXX-office-antec ~
 % cat silly.py   
import locale

print Hello there
print locale.getdefaultlocale()

locale.setlocale(locale.LC_ALL, )
print locale.getdefaultlocale()

XXX@XXX-office-antec ~
 % locale
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE=C
LC_NUMERIC=C
LC_TIME=C
LC_COLLATE=C
LC_MONETARY=C
LC_MESSAGES=C
LC_PAPER=C
LC_NAME=C
LC_ADDRESS=C
LC_TELEPHONE=C
LC_MEASUREMENT=C
LC_IDENTIFICATION=C
LC_ALL=C

XXX@XXX-office-antec ~
 % python silly.py
Hello there
(None, None)
(None, None)

XXX@XXX-office-antec ~
 % export LANGUAGE=en_US.UTF-8
XXX@XXX-office-antec ~
 % python silly.py 
Hello there
(None, None)
(None, None)

XXX@XXX-office-antec ~
 % export LC_ALL=en_US.UTF-8
XXX@XXX-office-antec ~
 % python silly.py  
Hello there
('en_US', 'UTF-8')
('en_US', 'UTF-8')

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1167158

Title:
  do-release-upgrade -d fails with 12.04: fatal error occurred in
  DistUpgrade/DistUpgradeView.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager-core/+bug/1167158/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 227705] Re: hdparm not being triggered with udev

2011-07-03 Thread Sundberg Pauli
I take my words back. The unmod

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/227705

Title:
  hdparm not being triggered with udev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hdparm/+bug/227705/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 227705] Re: hdparm not being triggered with udev

2011-07-03 Thread Sundberg Pauli
I take my words back.  The unmodified file works as well. Setting 'set -x' and 
running the /lib/udev/hdparm function by hand does show that with 
DEVNAME=/dev/sda hdparm is called properly with options:
/sbin/hdparm -B254 -S1 /dev/sda

This does spin down the disk on manual run. After boot the disk is still
not spinning down. After wake up from suspend the disk is spinning down.

it seems to me that /usr/lib/pm-utils/power.d/95hdparm-apm calls
/sbin/hdparm -B254 also, but this should not re-reset the spinning (at
least not after manual run). I guess some other is messing up the spin
down value -- gnome?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/227705

Title:
  hdparm not being triggered with udev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hdparm/+bug/227705/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 227705] Re: hdparm not being triggered with udev

2011-06-28 Thread Sundberg Pauli
I confirm  #6 working on fresh install (of linux mint 11, so i guess
this is still open at 11.04) with minor modification: File is
/lib/hdparm/hdparm-functions and line is 99.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/227705

Title:
  hdparm not being triggered with udev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hdparm/+bug/227705/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 684660] Re: Does not start in 11.04 -- bad kate version

2011-06-28 Thread Sundberg Pauli
Worked on last install

** Changed in: kdevelop (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/684660

Title:
  Does not start in 11.04 -- bad kate version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdevelop/+bug/684660/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 718032] Re: Flash fullscreen mode can cause X to freeze the display

2011-06-24 Thread Sundberg Pauli
At least in my case upgrading kernel to 2.6.37-020637rc2-generic from
mainline did not do any good.

Fullscreen flash still freezes allways but sound works ok.

I have also tried all the /etc/adobe/ and export env-variable stuff
described in other threads -- no help.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/718032

Title:
  Flash fullscreen mode can cause X to freeze the display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/718032/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 331985] Re: Threshold-visualization not working

2011-03-22 Thread Sundberg Pauli
Works in Natty.

** Changed in: paraview (Ubuntu)
   Status: New = Invalid

** Changed in: paraview (Ubuntu)
   Status: Invalid = 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/331985

Title:
  Threshold-visualization not working

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 711753] Re: kdevelop crashes often -- valgrind reports oxygen invalid reads

2011-03-22 Thread Sundberg Pauli
At some library updates made this problem to go away. Now Kdevelop runs
stable.

** Changed in: kdebase (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in Ubuntu.
https://bugs.launchpad.net/bugs/711753

Title:
  kdevelop crashes often -- valgrind reports oxygen invalid reads

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 573334] Re: EQ overflowing and backtrace from xorg

2011-02-28 Thread Sundberg Pauli
Confirm -- happened several times with natty:

[ 24739.679] [mi] EQ overflowing. The server is probably stuck in an infinite 
loop.
[ 24739.679] 
Backtrace:
[ 24739.728] 0: /usr/bin/X (xorg_backtrace+0x26) [0x4a2e56]
[ 24739.728] 1: /usr/bin/X (mieqEnqueue+0x1f4) [0x4a2124]
[ 24739.728] 2: /usr/bin/X (xf86PostMotionEventM+0x97) [0x47d3d7]
[ 24739.729] 3: /usr/lib/xorg/modules/input/evdev_drv.so 
(0x7f86e30da000+0x5bfb) [0x7f86e30dfbfb]
[ 24739.729] 4: /usr/lib/xorg/modules/input/evdev_drv.so 
(0x7f86e30da000+0x65ed) [0x7f86e30e05ed]
[ 24739.729] 5: /usr/bin/X (0x40+0x6c347) [0x46c347]
[ 24739.729] 6: /usr/bin/X (0x40+0x12768e) [0x52768e]
[ 24739.729] 7: /lib/libpthread.so.0 (0x7f86e8f3d000+0xfc80) [0x7f86e8f4cc80]
[ 24739.729] 8: /lib/libc.so.6 (ioctl+0x7) [0x7f86e7f33377]
[ 24739.730] 9: /lib/libdrm.so.2 (drmIoctl+0x28) [0x7f86e64cd058]
[ 24739.730] 10: /lib/libdrm.so.2 (drmCommandWrite+0x1b) [0x7f86e64cf30b]
[ 24739.730] 11: /lib/libdrm_nouveau.so.1 (0x7f86e569e000+0x2b87) 
[0x7f86e56a0b87]
[ 24739.730] 12: /lib/libdrm_nouveau.so.1 (nouveau_bo_map_range+0xfe) 
[0x7f86e56a119e]
[ 24739.730] 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so 
(0x7f86e58a4000+0x5bbe) [0x7f86e58a9bbe]
[ 24739.730] 14: /usr/lib/xorg/modules/libexa.so (0x7f86e4a21000+0x9958) 
[0x7f86e4a2a958]
[ 24739.731] 15: /usr/bin/X (0x40+0xe16a0) [0x4e16a0]
[ 24739.731] 16: /usr/bin/X (0x40+0x2ab81) [0x42ab81]
[ 24739.731] 17: /usr/bin/X (0x40+0x2dfe1) [0x42dfe1]
[ 24739.731] 18: /usr/bin/X (0x40+0x21bbe) [0x421bbe]
[ 24739.731] 19: /lib/libc.so.6 (__libc_start_main+0xfe) [0x7f86e7e74efe]
[ 24739.731] 20: /usr/bin/X (0x40+0x21769) [0x421769]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/573334

Title:
  EQ overflowing and backtrace from xorg

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 711753] Re: kdevelop crashes often -- valgrind reports oxygen invalid reads

2011-02-20 Thread Sundberg Pauli
I am using machine with AMD Athlon(tm) 64 X2 Dual Core Processor 4000+

In kdevelop irc channel there was short discussion if this would be QT-
related problem and even bug was highlighted, but unfortunately i have
lost the link. The bug was upstream bug related with memory
fragmentation.

I must say i have encountered few crashes in other applications, and
even X-systems hangs (system seems still be running properly, as
pressing power button initiates clean shutdown), that would give hint of
deeper problem.

Currently i am testing qtcreator -- it should probably crash also if
problem is with QT.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/711753

Title:
  kdevelop crashes often -- valgrind reports oxygen invalid reads

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 711753] Re: kdevelop crashes often -- valgrind reports oxygen invalid reads

2011-02-15 Thread Sundberg Pauli
Another example crash: http://susundberg.pastebin.com/raugAAzh

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.
https://bugs.launchpad.net/bugs/711753

Title:
  kdevelop crashes often -- valgrind reports oxygen invalid reads

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 423010] Re: Wireless network unreliable with rt2800 series chipset

2011-02-03 Thread Sundberg Pauli
Just as an update, new kernel update made things even worse.

Linux hp-k64 2.6.38-1-generic #28-Ubuntu SMP Fri Jan 28 15:26:43 UTC
2011 x86_64 x86_64 x86_64 GNU/Linux

sundberg@hp-k64:~$ lsmod |grep rt
rt2870sta 450556  0 
rt2800usb  18235  0 
rt2800lib  45181  1 rt2800usb
crc_ccitt  12667  2 rt2870sta,rt2800lib
rt2x00usb  20330  1 rt2800usb
rt2x00lib  49235  3 rt2800usb,rt2800lib,rt2x00usb
mac80211  290274  3 rt2800lib,rt2x00usb,rt2x00lib
parport_pc 36959  1 
cfg80211  178528  2 rt2x00lib,mac80211
parport46458  3 ppdev,parport_pc,lp


Now i suffer from 10-20s drops (enough for amarok to drop music), though the 
module is now less verbose.

New stat collected:
http://susundberg.pastebin.com/JBSwBNya

Note that between lines is 1s sleep (as you can see from the script
source) and  appears if ping has not replied between that sleep.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/423010

Title:
  Wireless network unreliable with rt2800 series chipset

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 711753] [NEW] kdevelop crashes often -- valgrind reports oxygen invalid reads

2011-02-02 Thread Sundberg Pauli
Public bug reported:

Hello.

System: kubuntu - natty, 
sundberg@hp-k64:~/eigenor/system-utilities$ uname -a
Linux hp-k64 2.6.37-12-generic #26-Ubuntu SMP Wed Jan 5 18:35:17 UTC 2011 
x86_64 x86_64 x86_64 GNU/Linux

I am using kdevelop as developing ide. It crashes now to then. Example of crash 
can be found from here:
http://susundberg.pastebin.com/bFi9AgQ2

Some crashes report from possibly corrupted stack.

Kdevelop developers say that this is probably caused by non kdevelop issues. 
Running with valgrind produces invalid reads from what seems to be oxygen:
http://susundberg.pastebin.com/Vh2KeLTp

Running kdevelop with:
export QT_NO_GLIB=1
makes 'invalid reads' disapear. (QT_NO_GLIB) makes first invalid read of 4 to 
disapear:
http://susundberg.pastebin.com/tG4hjnNA

Running kdevelop with:
kdevelop -graphicssystem raster -style plastique 
makes all invalid reads dissapear.

So to me it seems like there might be something wrong with oxygen style.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/711753

Title:
  kdevelop crashes often -- valgrind reports oxygen invalid reads

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 711753] Re: kdevelop crashes often -- valgrind reports oxygen invalid reads

2011-02-02 Thread Sundberg Pauli
Just for the record: the crash happens even with: 
kdevelop -graphicssystem raster -style plastique

http://susundberg.pastebin.com/w4EJAWju

and there you can find 'corrupted stack?' hints.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/711753

Title:
  kdevelop crashes often -- valgrind reports oxygen invalid reads

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 423010] Re: Wireless network unreliable with rt2800 series chipset

2011-01-31 Thread Sundberg Pauli
I have probably same problem with USB wifi.

lsusb shows:
Bus 001 Device 003: ID 07d1:3c0f D-Link System AirPlus G DWL-G122 Wireless 
Adapter(rev.E) [Ralink RT2870]

I am using a small perl script for logging up the pings:
http://susundberg.pastebin.com/fQmHpEbC

What happens is that connection drops now and then, though it mainly works:
http://susundberg.pastebin.com/Bmst1wk2

The pinging printing (longer time is for 8.8.8.8 and shorter for local
NAT) is running and tail -f /var/log/kern.log is other printing to
screen.

To me it seems like those verbose places causes connection to drop.


Module loaded is rt2870sta.

sundberg@hp-k64:~$ uname -a
Linux hp-k64 2.6.37-12-generic #26-Ubuntu SMP Wed Jan 5 18:35:17 UTC 2011 
x86_64 x86_64 x86_64 GNU/Linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/423010

Title:
  Wireless network unreliable with rt2800 series chipset

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701440] Re: kernel module rt2870sta is too verbose

2011-01-14 Thread Sundberg Pauli
I could not test it in upstream kernel (-999, downloaded from website
above 13.01.2011), because that kernel failed to mount my encrypted home
directory.

Current 11.04 updated kernel problem is existing. Kernel log attached.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701440

Title:
  kernel module rt2870sta is too verbose

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701440] Re: kernel module rt2870sta is too verbose

2011-01-14 Thread Sundberg Pauli
The kernel log. Highlights:
Jan 14 10:47:00 localhost kernel: [0.00] Linux version 
2.6.37-12-generic (buildd@yellow) (gcc version 4.5.2 (Ubuntu/Linaro 
4.5.2-1ubuntu2) ) #26-Ubuntu SMP Wed Jan 5 18:35:17 UTC 2011 (Ubuntu 
2.6.37-12.26-generic 2.6.37)


Jan 14 10:47:01 localhost kernel: [   15.086043] -- RTMPAllocAdapterBlock, 
Status=0
Jan 14 10:47:01 localhost kernel: [   15.095532] [ cut here 
]
Jan 14 10:47:01 localhost kernel: [   15.095563] WARNING: at 
/build/buildd/linux-2.6.37/include/linux/netdevice.h:1557 
RtmpPhyNetDevInit+0xa9/0xc0 [rt2870sta]()
Jan 14 10:47:01 localhost kernel: [   15.095567] Hardware name: HP Compaq 
dx2250 Microtower
Jan 14 10:47:01 localhost kernel: [   15.095569] Modules linked in: 
rt2870sta(C+) snd crc_ccitt parport_pc soundcore snd_page_alloc shpchp 
i2c_piix4 lp parport usb_storage usbhid hid uas ahci 8139too pata_atiixp 
libahci 8139cp
Jan 14 10:47:01 localhost kernel: [   15.095591] Pid: 522, comm: modprobe 
Tainted: G C  2.6.37-12-generic #26-Ubuntu
Jan 14 10:47:01 localhost kernel: [   15.095594] Call Trace:
Jan 14 10:47:01 localhost kernel: [   15.095602]  [8106624f] 
warn_slowpath_common+0x7f/0xc0
Jan 14 10:47:01 localhost kernel: [   15.095607]  [810662aa] 
warn_slowpath_null+0x1a/0x20
Jan 14 10:47:01 localhost kernel: [   15.095619]  [a00ec469] 
RtmpPhyNetDevInit+0xa9/0xc0 [rt2870sta]
Jan 14 10:47:01 localhost kernel: [   15.095630]  [a00ffac4] 
rt2870_probe.clone.6+0x12c/0x20f [rt2870sta]
Jan 14 10:47:01 localhost kernel: [   15.095641]  [a00ffbdc] 
rtusb_probe+0x35/0x50 [rt2870sta]
Jan 14 10:47:01 localhost kernel: [   15.095647]  [81435a19] 
usb_probe_interface+0x109/0x200
Jan 14 10:47:01 localhost kernel: [   15.095651]  [813b0558] 
really_probe+0x68/0x190
Jan 14 10:47:01 localhost kernel: [   15.095655]  [813b0855] 
driver_probe_device+0x45/0x70
Jan 14 10:47:01 localhost kernel: [   15.095658]  [813b092b] 
__driver_attach+0xab/0xb0
Jan 14 10:47:01 localhost kernel: [   15.095661]  [813b0880] ? 
__driver_attach+0x0/0xb0
Jan 14 10:47:01 localhost kernel: [   15.095665]  [813af60e] 
bus_for_each_dev+0x5e/0x90
Jan 14 10:47:01 localhost kernel: [   15.095668]  [813b03ae] 
driver_attach+0x1e/0x20
Jan 14 10:47:01 localhost kernel: [   15.095671]  [813afeaf] 
bus_add_driver+0xcf/0x2f0
Jan 14 10:47:01 localhost kernel: [   15.095675]  [813b0bc6] 
driver_register+0x76/0x140
Jan 14 10:47:01 localhost kernel: [   15.095678]  [815b7fe0] ? 
printk+0x6c/0x74
Jan 14 10:47:01 localhost kernel: [   15.095682]  [814343c8] 
usb_register_driver+0xb8/0x170
Jan 14 10:47:01 localhost kernel: [   15.095690]  [a0123000] ? 
init_module+0x0/0x1000 [rt2870sta]
Jan 14 10:47:01 localhost kernel: [   15.095698]  [a012302c] 
init_module+0x2c/0x1000 [rt2870sta]
Jan 14 10:47:01 localhost kernel: [   15.095703]  [81002195] 
do_one_initcall+0x45/0x190
Jan 14 10:47:01 localhost kernel: [   15.095709]  [810a5643] 
sys_init_module+0x103/0x260
Jan 14 10:47:01 localhost kernel: [   15.095712]  [8100c0c2] 
system_call_fastpath+0x16/0x1b
Jan 14 10:47:01 localhost kernel: [   15.095715] ---[ end trace 
c6e7b41d31223858 ]---
Jan 14 10:47:01 localhost kernel: [   15.095717] netif_stop_queue() cannot be 
called before register_netdev()
Jan 14 10:47:01 localhost kernel: [   15.099900] usbcore: registered new 
interface driver rt2870
Jan 14 10:47:01 localhost kernel: [   15.144584] MCE: In-kernel MCE decoding 
enabled.
Jan 14 10:47:01 localhost kernel: [   15.190897] EDAC MC: Ver: 2.1.0 Jan  5 2011
Jan 14 10:47:01 localhost kernel: [   15.202117] EDAC amd64_edac:  Ver: 3.3.0 
Jan  5 2011
Jan 14 10:47:01 localhost kernel: [   15.205742] EDAC amd64: This node reports 
that Memory ECC is currently disabled, set F3x44[22] (:00:18.3).
Jan 14 10:47:01 localhost kernel: [   15.205757] EDAC amd64: ECC disabled in 
the BIOS or no ECC capability, module will not load.
Jan 14 10:47:01 localhost kernel: [   15.205758]  Either enable ECC checking or 
force module loading by setting 'ecc_enable_override'.
Jan 14 10:47:01 localhost kernel: [   15.205760]  (Note that use of the 
override may cause unknown side effects.)
Jan 14 10:47:01 localhost kernel: [   15.206125] amd64_edac: probe of 
:00:18.2 failed with error -22
Jan 14 10:47:01 localhost kernel: [   15.217041] k8temp :00:18.3: 
Temperature readouts might be wrong - check erratum #141
Jan 14 10:47:01 localhost kernel: [   15.790175] HDA Intel :00:14.2: PCI 
INT D - GSI 23 (level, low) - IRQ 23
Jan 14 10:47:01 localhost kernel: [   15.880792] ppdev: user-space parallel 
port driver
Jan 14 10:47:01 localhost kernel: [   15.906204] hda_codec: ALC861-VD: BIOS 
auto-probing.
Jan 14 10:47:01 localhost kernel: [   15.970108] #
Jan 14 10:47:01 localhost kernel: [   15.990111] #
Jan 14 10:47:01 localhost kernel: [   16.010112] #
Jan 14 10:47:01 

[Bug 702794] [NEW] encryptfs home directory mounting fails with 2.6.37-999-generic

2011-01-14 Thread Sundberg Pauli
Public bug reported:

Binary package hint: linux-image-generic

Upstream kernel downloaded from ubuntu website at 13.01.2011.

I tried three boots and all failed with same issue.
Jan 14 10:32:04 localhost kernel: [0.00] Linux version 
2.6.37-999-generic (root@zinc) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) 
#201101131119 SMP Thu Jan 13 11:21:48 UTC 2011
Jan 14 10:32:04 localhost kernel: [0.00] Command line: 
BOOT_IMAGE=/boot/vmlinuz-2.6.37-999-generic 
root=UUID=c371af6e-aded-4bef-8229-72a8dd68c75b ro vt.handoff=7 quiet splash

.

Jan 14 10:34:48 localhost kernel: [   28.492736] [ cut here 
]
Jan 14 10:34:48 localhost kernel: [   28.492942] kernel BUG at 
/home/kernel-ppa/COD/linux/fs/dcache.c:1358!
Jan 14 10:34:48 localhost kernel: [   28.493213] invalid opcode:  [#1] SMP 
Jan 14 10:34:48 localhost kernel: [   28.493400] last sysfs file: 
/sys/devices/virtual/bdi/ecryptfs-1/uevent
Jan 14 10:34:48 localhost kernel: [   28.493673] CPU 1 
Jan 14 10:34:48 localhost kernel: [   28.493756] Modules linked in: 
sha256_generic cryptd aes_x86_64 aes_generic dm_crypt binfmt_misc 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_seq_midi snd_rawmidi rt2870sta(C) snd_seq_midi_event ppdev arc4 snd_seq 
snd_timer snd_seq_device rt2800usb snd rt2800lib crc_ccitt rt2x00usb soundcore 
psmouse rt2x00lib serio_raw edac_core snd_page_alloc edac_mce_amd mac80211 
k8temp cfg80211 lp i2c_piix4 parport_pc shpchp parport 8139too usb_storage 
usbhid hid uas 8139cp ahci libahci pata_atiixp
Jan 14 10:34:48 localhost kernel: [   28.500014] 
Jan 14 10:34:48 localhost kernel: [   28.500014] Pid: 1232, comm: 
mount.ecryptfs_ Tainted: G C  2.6.37-999-generic #201101131119 0A7C/HP 
Compaq dx2250 Microtower
Jan 14 10:34:48 localhost kernel: [   28.500014] RIP: 0010:[81170a15] 
 [81170a15] d_set_d_op+0x55/0x70
Jan 14 10:34:48 localhost kernel: [   28.500014] RSP: 0018:8800c6f6bd38  
EFLAGS: 00010282
Jan 14 10:34:48 localhost kernel: [   28.500014] RAX: 4000 RBX: 
8800c6fc RCX: 0034
Jan 14 10:34:48 localhost kernel: [   28.500014] RDX: 0003 RSI: 
8162cb40 RDI: 8800c6985d80
Jan 14 10:34:48 localhost kernel: [   28.500014] RBP: 8800c6f6bd38 R08: 
6000 R09: 
Jan 14 10:34:48 localhost kernel: [   28.500014] R10: 8000 R11: 
00016ad0 R12: 8800c6a4e3b0
Jan 14 10:34:48 localhost kernel: [   28.500014] R13: 8800c6985d80 R14: 
 R15: 8180130a
Jan 14 10:34:48 localhost kernel: [   28.500014] FS:  7f8970eba720() 
GS:8800cfd0() knlGS:
Jan 14 10:34:48 localhost kernel: [   28.500014] CS:  0010 DS:  ES:  
CR0: 8005003b
Jan 14 10:34:48 localhost kernel: [   28.500014] CR2: 7f4eaf9bc2c0 CR3: 
c64ef000 CR4: 06e0
Jan 14 10:34:48 localhost kernel: [   28.500014] DR0:  DR1: 
 DR2: 
Jan 14 10:34:48 localhost kernel: [   28.500014] DR3:  DR6: 
0ff0 DR7: 0400
Jan 14 10:34:48 localhost kernel: [   28.500014] Process mount.ecryptfs_ (pid: 
1232, threadinfo 8800c6f6a000, task 8800c6332d80)
Jan 14 10:34:48 localhost kernel: [   28.500014] Stack:
Jan 14 10:34:48 localhost kernel: [   28.500014]  8800c6f6bd68 
8128  880036905800
Jan 14 10:34:48 localhost kernel: [   28.500014]  8800c6f6bd78 
880036905800 8800c6f6bda8 81244789
Jan 14 10:34:48 localhost kernel: [   28.500014]  8800c7b9ee00 
8800c6985a80 8800c6fd8000 
Jan 14 10:34:48 localhost kernel: [   28.500014] Call Trace:
Jan 14 10:34:48 localhost kernel: [   28.500014]  [8128] 
ecryptfs_interpose+0xf8/0x1b0
Jan 14 10:34:48 localhost kernel: [   28.500014]  [81244789] 
ecryptfs_read_super+0xa9/0x100
Jan 14 10:34:48 localhost kernel: [   28.500014]  [81244d7d] 
ecryptfs_mount+0x1ad/0x220
Jan 14 10:34:48 localhost kernel: [   28.500014]  [8115f66a] 
vfs_kern_mount+0x8a/0x200
Jan 14 10:34:48 localhost kernel: [   28.500014]  [8115fac3] 
do_kern_mount+0x53/0xb0
Jan 14 10:34:48 localhost kernel: [   28.500014]  [8117b95a] 
do_new_mount+0x7a/0xa0
Jan 14 10:34:48 localhost kernel: [   28.500014]  [8117c2c8] 
do_mount+0x188/0x1d0
Jan 14 10:34:48 localhost kernel: [   28.500014]  [8117c39f] 
sys_mount+0x8f/0xd0
Jan 14 10:34:48 localhost kernel: [   28.500014]  [8100c0c2] 
system_call_fastpath+0x16/0x1b
Jan 14 10:34:48 localhost kernel: [   28.500014] Code: 10 00 00 48 83 7e 10 00 
74 06 81 0f 00 20 00 00 48 83 3e 00 74 06 81 0f 00 40 00 00 48 83 7e 18 00 74 
06 81 0f 00 80 00 00 c9 c3 0f 0b eb fe 0f 1f 80 00 00 00 00 0f 0b eb fe 66 66 
66 2e 0f 1f 
Jan 14 10:34:48 localhost kernel: [   28.500014] RIP  [81170a15] 
d_set_d_op+0x55/0x70
Jan 14 10:34:48 

[Bug 702794] Re: encryptfs home directory mounting fails with 2.6.37-999-generic

2011-01-14 Thread Sundberg Pauli

** Attachment added: Kernel log from three boots
   
https://bugs.launchpad.net/bugs/702794/+attachment/1793589/+files/2.6.37-999-generic.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/702794

Title:
  encryptfs home directory mounting fails with  2.6.37-999-generic

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 638307] Re: Please remove/blacklist laptop-mode-tools. Conflict with pm-utils makes laptop-mode-tools package break suspend

2011-01-13 Thread Sundberg Pauli
To point out why laptop mode tools is essential for me:

I originally had to install the laptop-mode-tools to spin-down my non-
flash HD on my laptop. Root file system and /home are installed on
separate flash HD that is installed on cd-rom slot. Without laptop mode
tools the sda (non flash) kept spinning, making (loud) noise and
consuming battery. It was unacceptable.

IF pm-utils can handle this, mayby we should also update wiki pages:
https://wiki.ubuntu.com/PowerManagement#How%20to%20get%20disks%20to%20spin%20down%20and%20idle%20correctly%20%28without%20excessive%20load%20cycling%29

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/638307

Title:
  Please remove/blacklist laptop-mode-tools.  Conflict with pm-utils
  makes laptop-mode-tools package break suspend

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 686373] Re: Kernel null pointer on ecryptfs_privileged_open

2011-01-13 Thread Sundberg Pauli
Hello.

I have not come across it again, so i guess the bug can be closed.

For the record, after 5d (17.12.2010) the HD (physically i guess) broke
down.


-- clip clip -
Dec 17 14:29:21 ubuntu kernel: [  154.849071] ata5.00: exception Emask 0x0
SAct 0x1e SErr 0x0 action 0x6 frozen
Dec 17 14:29:21 ubuntu kernel: [  154.849088] ata5.00: failed command:
READ FPDMA QUEUED
Dec 17 14:29:21 ubuntu kernel: [  154.849105] ata5.00: cmd
60/06:08:c9:52:47/00:00:00:00:00/40 tag 1 ncq 3072 in
Dec 17 14:29:21 ubuntu kernel: [  154.849108]  res
40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
Dec 17 14:29:21 ubuntu kernel: [  154.849115] ata5.00: status: { DRDY }
Dec 17 14:29:21 ubuntu kernel: [  154.849121] ata5.00: failed command:
READ FPDMA QUEUED
Dec 17 14:29:21 ubuntu kernel: [  154.849135] ata5.00: cmd
60/a8:10:cf:52:47/00:00:00:00:00/40 tag 2 ncq 86016 in
Dec 17 14:29:21 ubuntu kernel: [  154.849137]  res
40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
Dec 17 14:29:21 ubuntu kernel: [  154.849144] ata5.00: status: { DRDY }
Dec 17 14:29:21 ubuntu kernel: [  154.849149] ata5.00: failed command:
READ FPDMA QUEUED
Dec 17 14:29:21 ubuntu kernel: [  154.849163] ata5.00: cmd
60/a8:18:77:53:47/00:00:00:00:00/40 tag 3 ncq 86016 in
Dec 17 14:29:21 ubuntu kernel: [  154.849166]  res
40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
Dec 17 14:29:21 ubuntu kernel: [  154.849172] ata5.00: status: { DRDY }
Dec 17 14:29:21 ubuntu kernel: [  154.849177] ata5.00: failed command:
READ FPDMA QUEUED
Dec 17 14:29:21 ubuntu kernel: [  154.849191] ata5.00: cmd
60/98:20:1f:54:47/00:00:00:00:00/40 tag 4 ncq 77824 in
Dec 17 14:29:21 ubuntu kernel: [  154.849194]  res
40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
Dec 17 14:29:21 ubuntu kernel: [  154.849200] ata5.00: status: { DRDY }
Dec 17 14:29:21 ubuntu kernel: [  154.849210] ata5: hard resetting link
Dec 17 14:29:26 ubuntu kernel: [  160.376099] ata5: SATA link up 3.0 Gbps
(SStatus 123 SControl 300)
Dec 17 14:29:26 ubuntu kernel: [  160.376114] ata5.00: link online but
device misclassifed
Dec 17 14:29:31 ubuntu kernel: [  165.376064] ata5.00: qc timeout (cmd 0xec)
Dec 17 14:29:31 ubuntu kernel: [  165.376086] ata5.00: failed to IDENTIFY
(I/O error, err_mask=0x4)
Dec 17 14:29:31 ubuntu kernel: [  165.376093] ata5.00: revalidation failed
(errno=-5)
Dec 17 14:29:31 ubuntu kernel: [  165.376108] ata5: hard resetting link
Dec 17 14:29:32 ubuntu kernel: [  165.697091] ata5: SATA link down
(SStatus 0 SControl 300)
Dec 17 14:29:32 ubuntu kernel: [  165.697114] ata5: limiting SATA link
speed to 1.5 Gbps
Dec 17 14:29:37 ubuntu kernel: [  170.697059] ata5: hard resetting link
Dec 17 14:29:37 ubuntu kernel: [  171.016079] ata5: SATA link down
(SStatus 0 SControl 310)
Dec 17 14:29:37 ubuntu kernel: [  171.016099] ata5.00: disabled
Dec 17 14:29:37 ubuntu kernel: [  171.016119] ata5.00: device reported
invalid CHS sector 0
Dec 17 14:29:37 ubuntu kernel: [  171.016127] ata5.00: device reported
invalid CHS sector 0
Dec 17 14:29:37 ubuntu kernel: [  171.016132] ata5.00: device reported
invalid CHS sector 0
Dec 17 14:29:37 ubuntu kernel: [  171.016137] ata5.00: device reported
invalid CHS sector 0
Dec 17 14:29:37 ubuntu kernel: [  171.016168] sd 4:0:0:0: [sda] Result:
hostbyte=DID_OK driverbyte=DRIVER_SENSE
Dec 17 14:29:37 ubuntu kernel: [  171.016177] sd 4:0:0:0: [sda] Sense Key
: Aborted Command [current] [descriptor]
Dec 17 14:29:37 ubuntu kernel: [  171.016189] Descriptor sense data with
sense descriptors (in hex):
Dec 17 14:29:37 ubuntu kernel: [  171.016194] 72 0b 00 00 00 00 00
0c 00 0a 80 00 00 00 00 00
Dec 17 14:29:37 ubuntu kernel: [  171.016212] 00 00 00 00
Dec 17 14:29:37 ubuntu kernel: [  171.016220] sd 4:0:0:0: [sda] Add.
Sense: No additional sense information
Dec 17 14:29:37 ubuntu kernel: [  171.016229] sd 4:0:0:0: [sda] CDB:
Read(10): 28 00 00 47 52 c9 00 00 06 00
Dec 17 14:29:37 ubuntu kernel: [  171.016248] end_request: I/O error, dev
sda, sector 4674249
Dec 17 14:29:37 ubuntu kernel: [  171.016262] Buffer I/O error on device
sda1, logical block 4674186
Dec 17 14:29:37 ubuntu kernel: [  171.016272] Buffer I/O error on device
sda1, logical block 4674187
Dec 17 14:29:37 ubuntu kernel: [  171.016280] Buffer I/O error on device
sda1, logical block 4674188
Dec 17 14:29:37 ubuntu kernel: [  171.016288] Buffer I/O error on device
sda1, logical block 4674189
Dec 17 14:29:37 ubuntu kernel: [  171.016295] Buffer I/O error on device
sda1, logical block 4674190
Dec 17 14:29:37 ubuntu kernel: [  171.016302] Buffer I/O error on device
sda1, logical block 4674191
Dec 17 14:29:37 ubuntu kernel: [  171.016373] sd 4:0:0:0: [sda] Result:
hostbyte=DID_OK driverbyte=DRIVER_SENSE
Dec 17 14:29:37 ubuntu kernel: [  171.016380] sd 4:0:0:0: [sda] Sense Key
: Aborted Command [current] [descriptor]
Dec 17 14:29:37 ubuntu kernel: [  171.016388] Descriptor sense data with
sense descriptors (in hex):
Dec 17 14:29:37 ubuntu kernel: 

[Bug 701440] [NEW] kernel module rt2870sta is too verbose

2011-01-11 Thread Sundberg Pauli
Public bug reported:

Binary package hint: linux-image-2.6.37-12-generic

Module is producing very lots of output to kernel log.

It also produced warning:
an 11 09:39:38 localhost kernel: [   15.499379] -- RTMPAllocAdapterBlock, 
Status=0
Jan 11 09:39:38 localhost kernel: [   15.562949] [ cut here 
]
Jan 11 09:39:38 localhost kernel: [   15.562979] WARNING: at 
/build/buildd/linux-2.6.37/include/linux/netdevice.h:1557 
RtmpPhyNetDevInit+0xa9/0xc0 [rt2870sta]()
Jan 11 09:39:38 localhost kernel: [   15.562982] Hardware name: HP Compaq 
dx2250 Microtower
Jan 11 09:39:38 localhost kernel: [   15.562984] Modules linked in: 
rt2870sta(C+) snd_seq_midi_event snd_seq k8temp psmouse serio_raw edac_core 
crc_ccitt snd_timer edac_mce_amd snd_seq_device snd shpchp parport_pc soundcore 
snd_page_alloc i2c_piix4 lp parport usb_storage usbhid hid uas 8139too ahci 
8139cp libahci pata_atiixp
Jan 11 09:39:38 localhost kernel: [   15.563014] Pid: 530, comm: modprobe 
Tainted: G C  2.6.37-12-generic #26-Ubuntu
Jan 11 09:39:38 localhost kernel: [   15.563017] Call Trace:
Jan 11 09:39:38 localhost kernel: [   15.563026]  [8106624f] 
warn_slowpath_common+0x7f/0xc0
Jan 11 09:39:38 localhost kernel: [   15.563030]  [810662aa] 
warn_slowpath_null+0x1a/0x20
Jan 11 09:39:38 localhost kernel: [   15.563042]  [a013b469] 
RtmpPhyNetDevInit+0xa9/0xc0 [rt2870sta]
Jan 11 09:39:38 localhost kernel: [   15.563052]  [a014eac4] 
rt2870_probe.clone.6+0x12c/0x20f [rt2870sta]
Jan 11 09:39:38 localhost kernel: [   15.563063]  [a014ebdc] 
rtusb_probe+0x35/0x50 [rt2870sta]
Jan 11 09:39:38 localhost kernel: [   15.563069]  [81435a19] 
usb_probe_interface+0x109/0x200
Jan 11 09:39:38 localhost kernel: [   15.563074]  [813b0558] 
really_probe+0x68/0x190
Jan 11 09:39:38 localhost kernel: [   15.563077]  [813b0855] 
driver_probe_device+0x45/0x70
Jan 11 09:39:38 localhost kernel: [   15.563081]  [813b092b] 
__driver_attach+0xab/0xb0
Jan 11 09:39:38 localhost kernel: [   15.563084]  [813b0880] ? 
__driver_attach+0x0/0xb0
Jan 11 09:39:38 localhost kernel: [   15.563087]  [813af60e] 
bus_for_each_dev+0x5e/0x90
Jan 11 09:39:38 localhost kernel: [   15.563091]  [813b03ae] 
driver_attach+0x1e/0x20
Jan 11 09:39:38 localhost kernel: [   15.563094]  [813afeaf] 
bus_add_driver+0xcf/0x2f0
Jan 11 09:39:38 localhost kernel: [   15.563097]  [813b0bc6] 
driver_register+0x76/0x140
Jan 11 09:39:38 localhost kernel: [   15.563101]  [815b7fe0] ? 
printk+0x6c/0x74
Jan 11 09:39:38 localhost kernel: [   15.563105]  [814343c8] 
usb_register_driver+0xb8/0x170
Jan 11 09:39:38 localhost kernel: [   15.563113]  [a0172000] ? 
init_module+0x0/0x1000 [rt2870sta]
Jan 11 09:39:38 localhost kernel: [   15.563122]  [a017202c] 
init_module+0x2c/0x1000 [rt2870sta]
Jan 11 09:39:38 localhost kernel: [   15.563126]  [81002195] 
do_one_initcall+0x45/0x190
Jan 11 09:39:38 localhost kernel: [   15.563131]  [810a5643] 
sys_init_module+0x103/0x260
Jan 11 09:39:38 localhost kernel: [   15.563135]  [8100c0c2] 
system_call_fastpath+0x16/0x1b
Jan 11 09:39:38 localhost kernel: [   15.563138] ---[ end trace 
bd2b19a770d76149 ]---
Jan 11 09:39:38 localhost kernel: [   15.563140] netif_stop_queue() cannot be 
called before register_netdev()

And most of the time it is just noisy like:
Jan 11 09:39:39 localhost kernel: [   16.880112] #
Jan 11 09:39:39 localhost kernel: [   16.910112] #
Jan 11 09:39:39 localhost kernel: [   16.930114] #
Jan 11 09:39:39 localhost kernel: [   16.940114] #
Jan 11 09:39:39 localhost kernel: [   16.960116] #
Jan 11 09:39:39 localhost kernel: [   17.016901] -- RTMPAllocTxRxRingMemory, 
Status=0
Jan 11 09:39:39 localhost kernel: [   17.018627] --RTUSBVenderReset
Jan 11 09:39:39 localhost kernel: [   17.018756] --RTUSBVenderReset
Jan 11 09:39:39 localhost kernel: [   17.020128] #
Jan 11 09:39:40 localhost kernel: [   17.290161] #


It works fine at least on WPA2 though.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701440

Title:
  kernel module rt2870sta is too verbose

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701440] Re: kernel module rt2870sta is too verbose

2011-01-11 Thread Sundberg Pauli
It seems like warning above is produced at every startup.

Device is
  idVendor   0x07d1 D-Link System
  idProduct  0x3c0f AirPlus G DWL-G122 Wireless Adapter(rev.E) [Ralink 
RT2870]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701440

Title:
  kernel module rt2870sta is too verbose

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 638307] Re: Conflict with pm-utils makes laptop-mode-tools package break suspend

2010-12-19 Thread Sundberg Pauli
Confirm that the 1.4.1-3_all.deb trick works also on 10.10 32bit

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/638307

Title:
  Conflict with pm-utils makes laptop-mode-tools package break suspend

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 689301] Re: hdparm is not run properly when waking up from suspend

2010-12-19 Thread Sundberg Pauli
*** This bug is a duplicate of bug 638307 ***
https://bugs.launchpad.net/bugs/638307

Spindown is handled by laptop-mode-tools package, that could not be
installed, though real problem is the bug i marked this duplicate of '
Conflict with pm-utils makes laptop-mode-tools package break suspend '.


** This bug has been marked a duplicate of bug 638307
   Conflict with pm-utils makes laptop-mode-tools package break suspend
 * You can subscribe to bug 638307 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/laptop-mode-tools/+bug/638307/+subscribe

** Changed in: pm-utils (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/689301

Title:
  hdparm is not run properly when waking up from suspend

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 673843] Re: package blcr-dkms 0.8.2-10 failed to install/upgrade: blcr kernel module failed to build

2010-12-15 Thread Sundberg Pauli
Same problem on natty

make.log: http://susundberg.pastebin.com/YGpaugLF

what fails:
/var/lib/dkms/blcr/0.8.2/build/cr_module/kbuild/vmadump_common.c: In function 
‘vmadump_thaw_proc’:
/var/lib/dkms/blcr/0.8.2/build/cr_module/kbuild/vmadump_common.c:1092:38: 
error: ‘struct signal_struct’ has no member named ‘count’

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/673843

Title:
  package blcr-dkms 0.8.2-10 failed to install/upgrade: blcr kernel module 
failed to build

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 689301] [NEW] hdparm is not run properly when waking up from suspend

2010-12-12 Thread Sundberg Pauli
Public bug reported:

Binary package hint: pm-utils

I have added spindown time of 5s in /etc/hdparm. This works well when
booting the machine, the main disk spins down soon after login (i have
second ssd disk that i use for '/' and '/home'). After suspend-to-ram
the disk never spin downs, but running manually hdparm -S 1 /dev/sda
stops the disk almost instantly.

As it works after boot, but not after the suspend-to-ram, it seems like
a bug.

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/689301

Title:
  hdparm is not run properly when waking up from suspend

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 686373] [NEW] Kernel null pointer on ecryptfs_privileged_open

2010-12-07 Thread Sundberg Pauli
Public bug reported:

Binary package hint: linux-image-2.6.37-7-generic

[ 5761.809455] BUG: unable to handle kernel NULL pointer dereference at 
0110
[ 5761.809485] IP: [81259a60] ecryptfs_privileged_open+0x50/0x260
[ 5761.809504] PGD afede067 PUD af876067 PMD 0 
[ 5761.809521] Oops:  [#1] SMP 
[ 5761.809530] last sysfs file: 
/sys/devices/pci:00/:00:14.4/:02:06.0/local_cpus
[ 5761.809542] CPU 1 
[ 5761.809547] Modules linked in: cryptd aes_x86_64 aes_generic dm_crypt 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm ppdev 
snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device 
rt2870sta(C) snd psmouse edac_core serio_raw crc_ccitt soundcore snd_page_alloc 
i2c_piix4 k8temp edac_mce_amd parport_pc shpchp lp parport nouveau ttm 
drm_kms_helper drm usb_storage 8139too i2c_algo_bit usbhid hid uas video ahci 
8139cp libahci output pata_atiixp
[ 5761.809702] 
[ 5761.809709] Pid: 1556, comm: nepomukservices Tainted: GWC  
2.6.37-7-generic #19-Ubuntu 0A7C/HP Compaq dx2250 Microtower
[ 5761.809723] RIP: 0010:[81259a60]  [81259a60] 
ecryptfs_privileged_open+0x50/0x260
[ 5761.809740] RSP: 0018:8800aff01b68  EFLAGS: 00010202
[ 5761.809748] RAX:  RBX: 88009189b300 RCX: 8800afa78780
[ 5761.809758] RDX: 8800c7924500 RSI: 8800c7924500 RDI: 88009189b300
[ 5761.809768] RBP: 8800aff01bd8 R08:  R09: 8800c55c5a40
[ 5761.809777] R10:  R11: 0001 R12: 8800c7924500
[ 5761.809787] R13: 8800395bb2f0 R14: 8800c7924500 R15: 88009189b300
[ 5761.809798] FS:  7fe47eff6760() GS:8800cfd0() 
knlGS:f69a6a90
[ 5761.809808] CS:  0010 DS:  ES:  CR0: 80050033
[ 5761.809817] CR2: 0110 CR3: acd8f000 CR4: 06e0
[ 5761.809827] DR0:  DR1:  DR2: 
[ 5761.809837] DR3:  DR6: 0ff0 DR7: 0400
[ 5761.809847] Process nepomukservices (pid: 1556, threadinfo 8800aff0, 
task 8800acc5c440)
[ 5761.809858] Stack:
[ 5761.809863]  8800a09dad80 8800acc5c440 8800aff01f38 
8800aff0
[ 5761.809882]  88002ed3d480 80d0 8124cca0 
8124cd01
[ 5761.809899]  8800aff01bc8 8800395bb0c0 8800395bb2f8 

[ 5761.809915] Call Trace:
[ 5761.809924]  [8124cca0] ? ecryptfs_open+0x0/0x290
[ 5761.809935]  [8124cd01] ? ecryptfs_open+0x61/0x290
[ 5761.809946]  [8124fc94] ecryptfs_init_persistent_file+0xa4/0xd0
[ 5761.809956]  [8124ce88] ecryptfs_open+0x1e8/0x290
[ 5761.809967]  [8124cca0] ? ecryptfs_open+0x0/0x290
[ 5761.809978]  [81162811] __dentry_open+0xd1/0x300
[ 5761.809988]  [8116f384] ? inode_permission+0xb4/0xe0
[ 5761.809998]  [81163cf1] nameidata_to_filp+0x61/0x70
[ 5761.810007]  [81172438] finish_open+0xe8/0x1d0
[ 5761.810014]  [811551af] ? kmem_cache_alloc_notrace+0xaf/0xd0
[ 5761.810014]  [811725a7] do_last+0x87/0x5d0
[ 5761.810014]  [81172c51] do_filp_open+0x161/0x670
[ 5761.810014]  [8125017f] ? ecryptfs_statfs+0x2f/0x40
[ 5761.810014]  [8118ee14] ? statfs_by_dentry+0x74/0xa0
[ 5761.810014]  [812d807d] ? _atomic_dec_and_lock+0x4d/0x80
[ 5761.810014]  [812e4317] ? __strncpy_from_user+0x27/0x60
[ 5761.810014]  [8117f1a7] ? alloc_fd+0xf7/0x150
[ 5761.810014]  [81163d6a] do_sys_open+0x6a/0x170
[ 5761.810014]  [81163e90] sys_open+0x20/0x30
[ 5761.810014]  [8100c132] system_call_fastpath+0x16/0x1b
[ 5761.810014] Code: 89 fd 48 89 f3 49 89 d4 74 09 8b 06 85 c0 74 60 f0 ff 06 
4d 85 e4 74 09 f0 41 ff 84 24 d0 00 00 00 48 8b 43 10 4c 89 e6 48 89 df 48 8b 
80 10 01 00 00 48 8b 40 50 83 e0 01 83 f8 01 19 d2 83 e2 
[ 5761.810014] RIP  [81259a60] ecryptfs_privileged_open+0x50/0x260
[ 5761.810014]  RSP 8800aff01b68
[ 5761.810014] CR2: 0110
[ 5761.831186] ---[ end trace 46912c50b38354a9 ]---

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/686373

Title:
   Kernel null pointer on ecryptfs_privileged_open

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 684650] [NEW] firefox install fails, required package firefox-branding tries to overwrite /usr/share/applications/firefox.desktop

2010-12-03 Thread Sundberg Pauli
Public bug reported:

Binary package hint: firefox

Fresh install from 11.04 (natty) and i tried to install firefox.

r...@sundberg-hp1104:/home/sundberg# apt-get install firefox
Reading package lists... Done
Building dependency tree   
Reading state information... Done
firefox is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 firefox : Depends: firefox-branding or
abrowser-branding
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a 
solution).
r...@sundberg-hp1104:/home/sundberg# apt-get install -f firefox-branding
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  firefox-branding
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
17 not fully installed or removed.
Need to get 0 B/3,254 kB of archives.
After this operation, 3,654 kB of additional disk space will be used.
(Reading database ... 97571 files and directories currently installed.)
Unpacking firefox-branding (from 
.../firefox-branding_4.0~b7+nobinonly-0ubuntu3_amd64.deb) ...
dpkg: error processing 
/var/cache/apt/archives/firefox-branding_4.0~b7+nobinonly-0ubuntu3_amd64.deb 
(--unpack):
 trying to overwrite '/usr/share/applications/firefox.desktop', which is also 
in package kubuntu-firefox-installer 10.10ubuntu4
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/firefox-branding_4.0~b7+nobinonly-0ubuntu3_amd64.deb
E: Sub-process /usr/bin/dpkg returned an err

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/684650

Title:
  firefox install fails, required package firefox-branding tries to overwrite 
/usr/share/applications/firefox.desktop 

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 684650] Re: firefox install fails, required package firefox-branding tries to overwrite /usr/share/applications/firefox.desktop

2010-12-03 Thread Sundberg Pauli
Seems like installing 'abrowser-branding' in place solves the issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/684650

Title:
  firefox install fails, required package firefox-branding tries to overwrite 
/usr/share/applications/firefox.desktop 

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 684650] Re: firefox install fails, required package firefox-branding tries to overwrite /usr/share/applications/firefox.desktop

2010-12-03 Thread Sundberg Pauli
Seems like installing 'abrowser-branding' in place solves the issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/684650

Title:
  firefox install fails, required package firefox-branding tries to overwrite 
/usr/share/applications/firefox.desktop 

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 684660] [NEW] Does not start in 11.04 -- bad kate version

2010-12-03 Thread Sundberg Pauli
Public bug reported:

Binary package hint: kdevelop

When launching, the kdevelop reports:


The installed Kate version does not support the SmartInterface which is 
crucial forKDevelop up to and including version 4.1.

To use KDevelop with KDE SC 4.6, where the SmartInterface is replaced by
the MovingInterface, you need KDevelop 4.2 or higher.

** Affects: kdevelop (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/684660

Title:
  Does not start in 11.04 -- bad kate version

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 684650] Re: firefox install fails, required package firefox-branding tries to overwrite /usr/share/applications/firefox.desktop

2010-12-03 Thread Sundberg Pauli
For others, later one can find only 'firefox-install' icon from menu.
Drag-and-dropping from dolphin does not work either as it will start
same installer.

Modifying ./applications/firefox.desktop the exec parts helps.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/684650

Title:
  firefox install fails, required package firefox-branding tries to overwrite 
/usr/share/applications/firefox.desktop 

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 628392] Re: lsinput protocol version mismatch error

2010-09-05 Thread Sundberg Pauli
Same error on Samsung N140, up-to-date, today.

-- 
lsinput protocol version mismatch error
https://bugs.launchpad.net/bugs/628392
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 321041] Re: gnome-settings-daemon crashed with signal 5 in xkl_process_error()

2010-09-05 Thread Sundberg Pauli
I think i hit this same bug while setting mixer input volume and then
closed the setting dialog, 10.10 up-to-date, netbook remix, i386

-- 
gnome-settings-daemon crashed with signal 5 in xkl_process_error()
https://bugs.launchpad.net/bugs/321041
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 546653] Re: Dlink DWA-125 (07d1:3c0d) is processed by wrong module

2010-08-23 Thread Sundberg Pauli
We have different devices, mine is 07d1:3c0f. It says on the part id tag
that it DWL-G122 Version E1, P/N EWLG122EU..E1G

I have backports in my apt sources, but afaik the backports module is
only one that is not from Lucid main.

-- 
Dlink DWA-125 (07d1:3c0d) is processed by wrong module
https://bugs.launchpad.net/bugs/546653
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 546653] Re: Dlink DWA-125 (07d1:3c0d) is processed by wrong module

2010-08-16 Thread Sundberg Pauli
I had to do new install and this time i got the device working with
'apt-get install linux-backports-modules-wireless-lucid-generic'

That is: I confirm working device with backport modules

Clip from dmesg:
[   95.441122] === pAd = c9001116b000, size = 502256 ===
[   95.441130] -- RTMPAllocAdapterBlock, Status=0
[   95.443415] usbcore: registered new interface driver rt2870
[   95.491505] usb 1-4: firmware: requesting rt3070.bin


Dmesg output is quite long though.


** Attachment added: Dmesg output
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/546653/+attachment/1493097/+files/dmesg.txt

-- 
Dlink DWA-125 (07d1:3c0d) is processed by wrong module
https://bugs.launchpad.net/bugs/546653
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 615833] [NEW] usb_modeswitch not executed when doing cold boot on device that requires it to work

2010-08-10 Thread Sundberg Pauli
Public bug reported:

Binary package hint: udev

Hello!

I am facing problem with Huawei E1820 (12d1:1446 ) USB modem. Problem is
that it does not work properly (no ttyUSBX) if usb_modeswitch is not
executed.

After install the usb_modeswitch package the device works fine when
attaching it to running system, but when the device is attached to
system before booting the system the mode switch is not executed and the
device is not working.

Executing usb-modeswitch (with proper arguments) fixes the issue.

Quick-n-dirty fix: add network/if-pre-up.d/modeswitch script that
executes the command if some test file does not exist.

Should this be udev, usb_modeswitch or init scripts bug, i am not sure.
Sorry.

** Affects: udev (Ubuntu)
 Importance: Undecided
 Status: New

-- 
usb_modeswitch not executed when doing cold boot on device that requires it to 
work
https://bugs.launchpad.net/bugs/615833
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 501006] Re: Huawei USB modem intermittently not detected: loop of deferring support check

2010-08-06 Thread Sundberg Pauli
Also same here.

Huawei E1820 and fresh install with 10.04.


I use wvdial for the connection, so no idea about network manager problems..

-- 
Huawei USB modem intermittently not detected: loop of deferring support check
https://bugs.launchpad.net/bugs/501006
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 546653] Re: Dlink DWA-125 (07d1:3c0d) is processed by wrong module

2010-05-21 Thread Sundberg Pauli
I have D- Link G122 Rev E1 usb-wifi dongle (07d1:3c0f D-Link System )
that works now with lucid and mainline current daily kernel (Linux
Deadlock 2.6.34-999-generic #201005201005 SMP Thu May 20 09:08:50 UTC
2010 x86_64 GNU/Linux.)

Problem was that it gave the same request as in message #5 (cannot find
rt3070.bin)

I 'solved' this by downloading the latest firmware from ralink internet page 
(contains 2870.bin) and renamed that file to 3070.bin. The file seems to differ 
from one shipped with stock firmware package:
-rw-r--r-- 1 root root 4.0K 2010-04-14 12:30 rt2870.bin
-rw-r--r-- 1 root root 8.0K 2010-05-21 07:49 rt3070.bin

The module loading output is still pretty long.. (dmesg attached)

But it works! Even with WPA2/Personal :)





** Attachment added: Dmesg output
   http://launchpadlibrarian.net/48854694/dmesg

-- 
Dlink DWA-125 (07d1:3c0d) is processed by wrong module
https://bugs.launchpad.net/bugs/546653
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 331985] [NEW] Threshold-visualization not working

2009-02-20 Thread Sundberg Pauli
Public bug reported:

Binary package hint: paraview

When one tries to visualize a 3D-volume with threshold thing (draw cells
satisfying condition) paraview gives me:

QFormBuilder was unable to create a custom widget of the class 
'pqDoubleRangeWidget'; defaulting to base class 'QWidget'. 
QFormBuilder was unable to create a custom widget of the class 
'pqDoubleRangeWidget'; defaulting to base class 'QWidget'. 
QObject::connect: Cannot connect (null)::valueChanged(double) to 
pqThresholdPanel::lowerChanged(double)
QObject::connect: Cannot connect (null)::valueChanged(double) to 
pqThresholdPanel::upperChanged(double)

Is the package missing a depency, or has the program a bug?

Running Ubuntu 8.10

paraview:
  Installed: 3.2.2-1build0.1
  Candidate: 3.2.2-1build0.1
  Version table:
 *** 3.2.2-1build0.1 0
500 http://fi.archive.ubuntu.com intrepid-updates/universe Packages
100 /var/lib/dpkg/status
 3.2.2-1 0
500 http://fi.archive.ubuntu.com intrepid/universe Packages

** Affects: paraview (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Threshold-visualization not working
https://bugs.launchpad.net/bugs/331985
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs