[Bug 1921120] Re: backport fix for KDE bug 422385

2021-03-24 Thread kervel
with the patch applied when i do solid-hardware5 list details i get
entries like below for the overlayfs mounts (note the "ignored true")


udi = 
'/org/kde/fstab/overlay/run/k3s/containerd/io.containerd.runtime.v2.task/k8s.io/4cbfb5221162bade0a0bf27fa771c1e89344b72b2700cf01767762e2da025f48/rootfs'
  parent = '/org/kde/fstab'  (string)
  vendor = 'overlay'  (string)
  product = 
'/run/k3s/containerd/io.containerd.runtime.v2.task/k8s.io/4cbfb5221162bade0a0bf27fa771c1e89344b72b2700cf01767762e2da025f48/rootfs'
  (string)
  description = 
'/run/k3s/containerd/io.containerd.runtime.v2.task/k8s.io/4cbfb5221162bade0a0bf27fa771c1e89344b72b2700cf01767762e2da025f48/rootfs
 (overlay)'  (string)
  icon = 'folder'  (string)
  StorageAccess.accessible = true  (bool)
  StorageAccess.filePath = 
'/run/k3s/containerd/io.containerd.runtime.v2.task/k8s.io/4cbfb5221162bade0a0bf27fa771c1e89344b72b2700cf01767762e2da025f48/rootfs'
  (string)
  StorageAccess.ignored = true  (bool)


this is the steps i did:

apt-get source libkf5solid-bin
cd solid-5.68.0/
# put the patch attached in debian/patches and mention the filename of the 
patch in debian/patches/series
dpkg-buildpackage


this will result in some .deb packages which i installed. after this i had to 
logout/login before the changes were visible.


** Description changed:

  Hello,
+ 
+ ubuntu 20.04
  
  When using microk8s or k3s or anything else that uses overlayfs, a lot
  of overlayfs mounts are being created, making various plasma
  applications unusable (either by long lists of volumes or by high cpu
  usage or by becoming unresponsive)
  
  This bug has been fixed in solid upstream:
  https://bugs.kde.org/show_bug.cgi?id=422385
  
  https://github.com/KDE/solid/commit/4231d16822655da5a8f45c94414d5114386b2140
  
  i think this should be a candidate for backporting to ubuntu 20.04 since
  the impact of the fix is limited and the positive impact of the bugfix
  is quite high, probably for a lot of users. This bugreport has many
  duplicates and discussions.
  
  https://bugs.kde.org/show_bug.cgi?id=419018
  https://bugs.kde.org/show_bug.cgi?id=416972
  
  The diff from the upstream commit applies with some very minor
  modifications (i put my modified version in debian/patches and included
  it in debian/patches/series)
  
  greetings,
  Frank

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

Title:
  backport fix for KDE bug 422385

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

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

[Bug 1921120] [NEW] backport fix for KDE bug 422385

2021-03-24 Thread kervel
Public bug reported:

Hello,

When using microk8s or k3s or anything else that uses overlayfs, a lot
of overlayfs mounts are being created, making various plasma
applications unusable (either by long lists of volumes or by high cpu
usage or by becoming unresponsive)

This bug has been fixed in solid upstream:
https://bugs.kde.org/show_bug.cgi?id=422385

https://github.com/KDE/solid/commit/4231d16822655da5a8f45c94414d5114386b2140

i think this should be a candidate for backporting to ubuntu 20.04 since
the impact of the fix is limited and the positive impact of the bugfix
is quite high, probably for a lot of users. This bugreport has many
duplicates and discussions.

https://bugs.kde.org/show_bug.cgi?id=419018
https://bugs.kde.org/show_bug.cgi?id=416972

The diff from the upstream commit applies with some very minor
modifications (i put my modified version in debian/patches and included
it in debian/patches/series)

greetings,
Frank

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

** Patch added: "patch that i have put in debian/patches"
   
https://bugs.launchpad.net/bugs/1921120/+attachment/5480484/+files/4231d16822655da5a8f45c94414d5114386b2140.patch

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

Title:
  backport fix for KDE bug 422385

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

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

[Bug 1771124] Re: [SRU] libpcl cflags -march=native -msse4.2 makes user-compiled programs crash

2018-09-25 Thread kervel
Hello,

i tried the version in -proposed and the crash no longer occurs.
i also verified that the prebuilt pcl apps still work (ok) and that a more 
complex pcl-based project still builds and works. everything looks good.

thanks!
Frank

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

Title:
  [SRU] libpcl cflags -march=native -msse4.2 makes user-compiled
  programs crash

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

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

[Bug 1771124] [NEW] libpcl cflags -march=native -msse4.2 makes user-compiled programs crash

2018-05-14 Thread kervel
Public bug reported:

in /usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake, line 780, the cflags 
for PCL are defined like this:  
list(APPEND PCL_DEFINITIONS  -march=native -msse4.2 -mfpmath=sse  )

however, when using -march=native -msse4.2, even simple user-compiled
programs crash in eigen's handmade_aligned_free. I attached a minimal
testcase for this (the program crashes on ubuntu artful and bionic, but
not on zesty). Problem was on a dell xps13 (since -march=native is
hardware-dependent, on some systems the problem might not be
reproducible)

see also this email thread http://www.pcl-users.org/Segfaults-in-eigen-s
-handmade-aligned-free-on-ubuntu-artful-td4045237.html

CMakeLists.txt for the program in attach:

cmake_minimum_required(VERSION 2.8)
project(crashdemo)
find_package(Boost 1.54 REQUIRED COMPONENTS filesystem)
include_directories(${Boost_INCLUDE_DIRS})
link_directories(${Boost_LIBRARY_DIRS})
set(OUR_Boost_LIBRARIES ${Boost_LIBRARIES})
find_package(PCL 1.8 REQUIRED COMPONENTS common io segmentation visualization 
filters)
add_definitions(${PCL_DEFINITIONS})
include_directories(${PCL_INCLUDE_DIRS})
link_directories(${PCL_LIBRARY_DIRS})
add_executable(crasher
src/crasher.cpp
)
target_link_libraries(crasher
${OUR_Boost_LIBRARIES}
${Boost_LIBRARIES}
${PCL_LIBRARIES}
)

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: libpcl-dev 1.8.1+dfsg1-2ubuntu2
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CurrentDesktop: GNOME
Date: Mon May 14 15:18:46 2018
InstallationDate: Installed on 2016-10-23 (567 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
SourcePackage: pcl
UpgradeStatus: Upgraded to bionic on 2018-05-09 (4 days ago)

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


** Tags: amd64 apport-bug bionic

** Attachment added: "crasher.cpp"
   
https://bugs.launchpad.net/bugs/1771124/+attachment/5139245/+files/crasher.cpp

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

Title:
  libpcl cflags -march=native -msse4.2 makes user-compiled programs
  crash

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

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

[Bug 513292] Re: Heron LTS 8.04.3 and 20100126's 8.04.4 don't support Intel 82574L NICs

2010-08-04 Thread kervel
2.6.24-24-server supported this network card, but later hardy kernels
don't (simply doesn't detect). this means that a reboot after a security
update here left us without network, which looks rather severe ...

07:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
Subsystem: Super Micro Computer Inc Unknown device 10d3
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at fafe (32-bit, non-prefetchable) [size=128K]
I/O ports at ec00 [size=32]
Memory at fafdc000 (32-bit, non-prefetchable) [size=16K]
Capabilities: access denied

-- 
Heron LTS 8.04.3 and 20100126's 8.04.4 don't support Intel 82574L NICs
https://bugs.launchpad.net/bugs/513292
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 414560] Re: ath9k disassociates/reassociates a lot

2009-09-29 Thread kervel
hi,

i've updated my PPA ( https://launchpad.net/~frank-
dekervel/+archive/ppa/ ) to latest kernel version. The commit above
(c93f7c14) also seems to remove the same rfkill polling, so i have
removed that part of my patch. My PPA is still built with disabled
DEFAULT_PS, i guess the official ubuntu linux-backports-modules will
soon be good..

greetings,
Frank

-- 
ath9k disassociates/reassociates a lot
https://bugs.launchpad.net/bugs/414560
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 414560] Re: ath9k disassociates/reassociates a lot

2009-09-29 Thread kervel
before you try the PPA above, also try the official linux-backports-
modules-karmic. it seems that the official one now has a fairly recent
wireless-testing.

-- 
ath9k disassociates/reassociates a lot
https://bugs.launchpad.net/bugs/414560
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 414560] Re: ath9k disassociates/reassociates a lot

2009-09-28 Thread kervel
hi,
i'll try to rebuild my PPA packages tomorrow (or at least check if it is still 
uptodate with latest kernel version)

btw vaib: i'll try to rebuild my packages with only the disable rfkill
polling part as you suggest that the other part is irrelevant.

i also still have (with patched kernel) very occasional connection
drops: my internet stops working, networkmanager doesn't see that the
connection dropped and i have to re-click the icon of my WLAN in
networkmanager to get connection again (no module reloading needed). I
think it happens once a day on average.

-- 
ath9k disassociates/reassociates a lot
https://bugs.launchpad.net/bugs/414560
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 414560] Re: ath9k disassociates/reassociates a lot

2009-09-16 Thread kervel
hi,

as described in bug ... i worked around this problem by disabling two
new features in ATH9K (power management and rfkill polling) that were
described as possibly buggy in ath9k-devel.

i have put a rebuilt version of linux-backports-modules on this PPA: 
https://launchpad.net/~frank-dekervel/+archive/ppa

for me it brings back jaunty-like performance.
i don't know much about ppa's and when i have to re-upload the package (on 
every new linux-image ? or only when the version number increases?), but it 
seems to work on my computer.

i used the package linux-backports-modules-2.6.31-10-generic (version 
2.6.31-10.12kervel2)
see also my comments in bug 
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/378156 and 
http://bugzilla.kernel.org/show_bug.cgi?id=13807

sorry for the crossposting  but i believe that all these bugreports are
related.

greetings,
frank

-- 
ath9k disassociates/reassociates a lot
https://bugs.launchpad.net/bugs/414560
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 378156] Re: UNR Ath9K unstable connection

2009-09-09 Thread kervel
hi,

seems i'm having a bit more success now. i used today's wireless-testing
now with the two changes (rfkill disabling and no dynamic power
management by default). my system seems to behave up to now (i managed
to upload the debs without connection stalls)

i put them here (don't know how to make a PPA yet)
http://front18.smartlounge.be/ath9k-rebuilt-090909.zip (no garantees they will 
work / not eat your hardware but on my system they work). after installing 
either reboot either remove all mac80211 related modules and reinsert them. 
after installing now my system shows power: off when i do iwconfig wlan0.

i wonder if they make a difference somewhere else. i'm on an eee pc
1000HA.

greetings,
frank

-- 
UNR Ath9K unstable connection
https://bugs.launchpad.net/bugs/378156
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 378156] Re: UNR Ath9K unstable connection

2009-09-08 Thread kervel
hi, i've downloaded the source of backports-modules-karmic and i'm
experimenting a bit.

my first try was this one: https://lists.ath9k.org/pipermail/ath9k-
devel/2009-August/002277.html but it doesn't seem to be the culprit (i
commented out the relevant code and still the connectivity is bad).

i tried to revert the dynamic power management
(http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=3cbb5dd73697b3f1c677daffe29f00ace22b71e9)
as described in kernel bug 13807, but the patch doesn't revert properly
anymore (seems al ot of restructuring was done since). iwconfig wlan0
power off makes no difference either.

other suggestions for things to try are welcome.

-- 
UNR Ath9K unstable connection
https://bugs.launchpad.net/bugs/378156
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 378156] Re: UNR Ath9K unstable connection

2009-09-07 Thread kervel
hi,

possibly related:

https://bugs.launchpad.net/linux/+bug/414560
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/379096
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/407040 as mentioned above
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/414560

http://bugzilla.kernel.org/show_bug.cgi?id=13807
http://bugzilla.kernel.org/show_bug.cgi?id=13581
http://bugzilla.kernel.org/show_bug.cgi?id=13630

greetings,
frank


** Bug watch added: Linux Kernel Bug Tracker #13807
   http://bugzilla.kernel.org/show_bug.cgi?id=13807

** Bug watch added: Linux Kernel Bug Tracker #13581
   http://bugzilla.kernel.org/show_bug.cgi?id=13581

** Bug watch added: Linux Kernel Bug Tracker #13630
   http://bugzilla.kernel.org/show_bug.cgi?id=13630

-- 
UNR Ath9K unstable connection
https://bugs.launchpad.net/bugs/378156
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 378156] Re: UNR Ath9K unstable connection

2009-08-24 Thread kervel
hi,

when i was on jaunty, installing the backports module on my eeepc 1000HE
solved the problem completely: i had very reliable wireless. Now i
upgraded to karmic and the problem is back, it doesn't improve after
installing linux-backport-modules-karmic. my logs are filled with

pre
[ 2340.239872] ath9k: DMA failed to stop in 10 ms AR_CR=0xdeadbeef 
AR_DIAG_SW=0xdeadbeef
/pre

i get the symptoms described above: need multiple tries to connect, it
disconnects every once in a while, and when connected it seems to be
intermittent. problem seems to be worse after resume.

-- 
UNR Ath9K unstable connection
https://bugs.launchpad.net/bugs/378156
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 336012] Re: bluetooth network PAN fails to connect to mobile phone

2009-06-03 Thread kervel
this is how i got it working:

0. whenever i try to connect to my phone, i get a timeout

1. find some ppa offering bluez backports 
(i used https://edge.launchpad.net/~cavedon/+archive/ppa)

2. whenever i try to connect to my phone, it connects and immediately
disconnects.

3. use the script as suggested by HÃ¥kon Enger above
(connect_to_phone.sh)

4. it works!

-- 
bluetooth network PAN fails to connect to mobile phone
https://bugs.launchpad.net/bugs/336012
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 336012] Re: bluetooth network PAN fails to connect to mobile phone

2009-05-05 Thread kervel
same here..

see also
http://ubuntuforums.org/showthread.php?p=7173934#post7173934

the changelog of the upstream bluez package mentions fixes for
networking regressions, so maybe this bug is already fixed upstream ?

-- 
bluetooth network PAN fails to connect to mobile phone
https://bugs.launchpad.net/bugs/336012
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 273601] Re: 8.10 intrepid alpha 6 - root file system mounted read only (XFS) with2.6.27-4-generic

2008-11-20 Thread kervel
Hello,

I was bitten by this bug too (very strange, the kernel reported the FS
as read-write, and touch and rm would work , but chmod gave 'read only
filesystem'). Getting rid of XFS flags in /etc/fstab was a workaround
for me too.

The people on #xfs freenode helped me out here, and they noted that,
apart from this patch, ubuntu intrepid is also missing a very important
data corruption fix for XFS.

hch and
  http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=co
  mmitdiff;h=73f6aa4d44ab6157badc456ddfa05b31e58de5f0 while you're at
  it
hch without the latter one you can get really bad corruption if you rely on
  barriers
hch looks like not many people use xfs on ubuntu..

(...)

hch but the barrier fix would be extremely useful too
hch otherwise we'll get lots of complaints from ubuntu users about data
  corruption

should i log a separate bugreport about this ?

thanks!
greetings,
Frank

-- 
8.10 intrepid alpha 6 - root file system mounted read only (XFS) 
with2.6.27-4-generic 
https://bugs.launchpad.net/bugs/273601
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 254123] Re: Bluetooth not working on Intrepid

2008-11-04 Thread kervel
hello i was using a small python script to connect to the internet via
my phone using bluetooth PAN. however, it doesn't work anymore in
intrepid.

a closer look shows that the DBUS api of bluez is completely broken on
my system:

$ python
 import dbus
 bus = dbus.SystemBus()
 manager = dbus.Interface(bus.get_object('org.bluez', '/org/bluez'), 
 'org.bluez.Manager')
 foo = manager.DefaultAdapter()
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method 
DefaultAdapter with signature  on interface org.bluez.Manager doesn't 
exist

while in DBUS manager.c i find this (MANAGER_INTERFACE is defined to
org.bluez.Manager):

static GDBusMethodTable manager_methods[] = {
{ DefaultAdapter, , o,default_adapter },
{ FindAdapter,s,o,find_adapter},
{ ListAdapters,   , ao,   list_adapters   },
{ }
};
dbus_bool_t manager_init(DBusConnection *conn, const char *path)
{
connection = conn;

return g_dbus_register_interface(conn, /, MANAGER_INTERFACE,
manager_methods, manager_signals,
NULL, NULL, NULL);
}

so according to me it should work.
is there anything missing from my system ? i guess this is what breaks several 
bluetooth utils on my system. Whatever method or interface i try, i get the 
same error.


btw this is the python script i use to connect to my phone:
- snip -
#!/usr/bin/python
import dbus
bus = dbus.SystemBus()
manager = dbus.Interface(bus.get_object('org.bluez', '/org/bluez'), 
'org.bluez.Manager')
conn = manager.ActivateService('network')
network = dbus.Interface(bus.get_object(conn, '/org/bluez/network'), 
'org.bluez.network.Manager')
try:
  path =  network.ListConnections()[0]
except:
  path = network.CreateConnection('00:17:83:3D:CC:1E', 'NAP')
print path
connection = dbus.Interface (bus.get_object(conn, path), 
'org.bluez.network.Connection')
connection.Connect()
#now dhclient should run on the bnep0 interface automatically and internet 
should work
-- snip 


greetings,
Frank

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
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 254123] Re: Bluetooth not working on Intrepid

2008-11-04 Thread kervel
nevermind my previous comment ... the DBUS api changed from 3.X to 4.X
and seems i need a whole new way of accessing DBUS ... i'll have to
rewrite my script.

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
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 248490] Re: [ Intrepid KDE4 ] Regression -- Kmail fails to start

2008-07-23 Thread kervel
Still not working for me... i guess i have a local problem as it already
works for others in intrepid.

I have kmail 4:4.0.98-0ubuntu2 and

[EMAIL PROTECTED] ~ $ ldd /usr/bin/kmail | grep -i found
libgpgme++-pthread.so.1.2.0 = not found
libqgpgme.so.1.0.0 = not found
libgpgme++-pthread.so.1.2.0 = not found

i have kdepimlibs5 version 4:4.0.98-0ubuntu1 (there is no ubuntu2
version yet according to my apt)

any hints ?

-- 
[ Intrepid KDE4 ] Regression -- Kmail fails to start
https://bugs.launchpad.net/bugs/248490
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 124406] Re: Keyboard keys get stuck and repeat (Feisty, Gutsy)

2008-01-08 Thread kervel
i was bitten by this problem on gutsy standard with my old thinkpad R51
(especially easy to reproduce by hitting F12 and seeing yakuake going up
and down and up and down and ..). now i have a new laptop (macbook pro
C2D) , fresh gutsy install , and i had to install linux-2.6 git (1 week
old checkout). Seems the problem is still there, most easy way to
reproduce it now is hitting enter when apt-get asks me whether i want to
continue installing (the enter goes on forever).

which leads me to believe the problem is either not kernel (but X
server) related , or the problem is not ubuntu-specific.

-- 
Keyboard keys get stuck and repeat (Feisty, Gutsy)
https://bugs.launchpad.net/bugs/124406
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 124406] Re: Keyboard keys stuck using Feisty + Xgl + Compiz Fusion

2007-11-01 Thread kervel
i'm also affected. on a thinkpad R51. most of the time it happens when i
hit F12 to pop up yakuake (it keeps coming up and down and ...). happens
very frequently, and i have the impression that, because of system load,
the key release event gets to the X server too late so the x server
thinks i'm holding the key down

-- 
Keyboard keys stuck using Feisty + Xgl + Compiz Fusion
https://bugs.launchpad.net/bugs/124406
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133786] Re: Bus error when running Firefox or Epiphany

2007-10-26 Thread kervel
Hello,

it seems:
- filesystem does not matter (some people have it on xfs, some on ext3)
- hardware does not matter ..
- it always happens with apt (for me at least: i never got the corruption when 
i didn't apt-get something) .. right ?

and maybe this is related: i'm not sure if this is always the case, but
when i have corruption i sometimes see apt hanging (while unpacking) ,
control-C doesn't work, i have to kill apt from another terminal and
restart. could this be related ?

i already had to reinstall (sometimes more than once) glibc, kdelibs,
openoffice, firefox. and i always just run apt-get from the command line
(no update-manager, synaptic, aptitude ,  ...)

greetings,
frank

-- 
Bus error when running Firefox or Epiphany
https://bugs.launchpad.net/bugs/133786
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133786] Re: Bus error when running Firefox or Epiphany

2007-10-25 Thread kervel
this is how i repaired my system:

- boot into ubuntu live cd and fetch the libc package
- use alien to convert the libc package into tar.gz format (alien -t i think)
- mount your linux partitions and unpack the tgz on your /mnt/linux or so
- now you will probably have a working libc and you can chroot /mnt/linux 
/bin/sh to fix the rest using apt/dpkg  and reboot

you could also try with dpkg --root=/mnt/linux
--admindir=/mnt/linux/var/lib/dpkg --instdir=/mnt/linux (but i never
tried that, no idea if this works)

-- 
Bus error when running Firefox or Epiphany
https://bugs.launchpad.net/bugs/133786
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 105545] Re: HUAWEI E220 no longer works in Feisty

2007-10-18 Thread kervel
hello,

this broke for me (gutsy) yesterday ... before yesterdays update i
didn't have to do any workaround (the usb-storage driver leaved the
device alone, and i found that this is standard behaviour for official
kernels  2.6.20). when i booted up my computer this morning (updated
yesterday evening for the first time in a week), the pseudo-CDRom was
mounted by HAL, and no more ttyUSB0. I got it working again by removing
usb-storage and reloading usb-serial as described above. But before i
didn't have to do this ...

greetings,
Frank

-- 
HUAWEI E220 no longer works in Feisty
https://bugs.launchpad.net/bugs/105545
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133786] Re: Bus error when running Firefox or Epiphany

2007-10-03 Thread kervel
i can confirm this. Running on a laptop R51, i suspend/resume frequently
(but i tried rebooting immediately after upgrading and still got
corruption), and i also see corruption after dist-upgrade, causing the
same bus errors. Also here, it happens frequently (almost always when
updating openoffice , firefox).

i also use the XFS filesystem (but i already use it for years without
problems).

i tought it was a broken apt (apt-get frequently just hangs also on my
machine, and control-Z on apt doesn't work anymore, neither does
control-C) but as everybody affected seems to use XFS ...

greetings,
Frank

-- 
Bus error when running Firefox or Epiphany
https://bugs.launchpad.net/bugs/133786
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 86680] Re: knetworkmanager stops kde applications from accessing the network

2007-10-02 Thread kervel
i think this functionality (preventing applications from accessing the internet 
when
 knetworkmanager thinks there is no internet) should be disabled completely.

i'm also affected by this bug, and even when knetworkmanagers manages to detect 
a ppp connection somehow,
there will be other methods of connecting to the internet (or a LAN which 
konqueror can browse) that knetworkmanager doesn't see.

btw, on other areas i really like knetworkmanager

-- 
knetworkmanager stops kde applications from accessing the network
https://bugs.launchpad.net/bugs/86680
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106731] Re: xcircuit segfaults on saving

2007-04-27 Thread kervel
i agree more or less: xcircuit is very handy (as long as you don't turn
your num-lock on :p) for drawing simple geometric things.

In the meanwile, i now discovered qcad, which solved my problems. Qcad
is also great and not too difficult to work with, and you can (ab)use it
for more or less the same things as xcircuit. qcad also segfaults
occasionally (i had a segfault on printing), but i can recommend it

-- 
xcircuit segfaults on saving 
https://bugs.launchpad.net/bugs/106731
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106731] xcircuit segfaults on saving

2007-04-15 Thread kervel
Public bug reported:

Binary package hint: xcircuit

100% reproducable with latest feisty: when saving something (no matter
what, even an empty file), xcircuit segfaults ...

** Affects: xcircuit (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
xcircuit segfaults on saving 
https://bugs.launchpad.net/bugs/106731
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 85488] Re: Canon Lide25 (plustek backend) scanner does not scan via gui

2007-04-09 Thread kervel
same problem here, with LIDE 30, and indeed scanimage cmdline works
fine. i understand it is a kernel/libusb issue, but i wonder why the
commandline version manages to scan.

-- 
Canon Lide25 (plustek backend) scanner does not scan via gui
https://bugs.launchpad.net/bugs/85488
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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