[Bug 1752082] Re: importing posix in Lua 5.2 on bionic fails to load posix.ctype

2018-07-25 Thread Psychotron
Could you plase roll out the simple fix for the simple problem? This
breaks all 3rd party software with dependency to lua 5.2 (and probably
also 5.3?). It's a PITA to tell all users how to manually fix this
problem.

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

Title:
  importing posix in Lua 5.2 on bionic fails to load posix.ctype

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lua-posix/+bug/1752082/+subscriptions

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

[Bug 1006156] Re: Mute button on USB headset steals and holds on to mouse focus

2015-10-30 Thread Psychotron
Same here, on Ubuntu 14.04.3 LTS.
Headset is a "Plantronics .Audio 400 DSP"
Vendor 0x47f Product 0xc009

The Mute button of the headset acts like a "button 1", i.e. same as the
left (or primary) mouse button. And it works in the way that muting
generates a button press event, while unmuting generates a button
release event. (So I can use the mute button instead of my mouse button
to "click" in the UI ;) The problem is a) that this hijacks the "button
1" and b) that it stays in pressed state and thus further press events
from the real mouse button 1 are ignored (which is normally only a very
short temporary state). But the real problem is that this mute button
should not appear as first mouse button in the first place.

For some reason X11 seems to enter this pressed state also in other
conditions, like plugging in the USB hub the headset is connected to or
whatever.

A temporary fix to the problem (without restarting X11) is to
mute/unmute the headset.

xev on mute:

ButtonPress event, serial 40, synthetic NO, window 0xea1,
root 0x2f0, subw 0xea2, time 65571103, (53,51), root:(53,1013),
state 0x0, button 1, same_screen YES

xev on unmute:

ButtonRelease event, serial 40, synthetic NO, window 0xea1,
root 0x2f0, subw 0xea2, time 65456007, (51,45), root:(51,1007),
state 0x100, button 1, same_screen YES

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

Title:
  Mute button on USB headset steals and holds on to mouse focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1006156/+subscriptions

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


[Bug 1386088] Re: Commit 0f149f44 broke Konqueror's session management (tabs not restored on login)

2015-03-18 Thread Psychotron
Please provide this fix. It's really annoying if you have a dozen
Konqueror windows, rely on session management and all are gone after
logout/login!

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

Title:
  Commit 0f149f44 broke Konqueror's session management (tabs not
  restored on login)

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/1386088/+subscriptions

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


[Bug 1196237] Re: Please update rekonq to 2.3.2

2013-07-10 Thread Psychotron
Could you please also update for Precise (LTS)?

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

Title:
  Please update rekonq to 2.3.2

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

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


[Bug 771905] Re: No logo at boot on nvidia card

2011-07-03 Thread Psychotron
@Lekensteyn: Good catch! Your workaround works great! Thanks a lot!

So, users of proprietary Nvidia (and probably ATI/AMD as well) can do
the same for the vesafb driver.

Create a file /etc/initramfs-tools/scripts/init-top/load-vesafb with
content:

#!/bin/sh
modprobe vesafb

Then make it executable:

chmod 755 /etc/initramfs-tools/scripts/init-top/load-vesafb

And update initramfs:

update-initramfs -u

And voila you should have your graphical boot screen back! (of course
you need to set grub to graphical boot again)


Now if we are lucky 12.10 will already contain a fix for this ... of course, we 
shall not use evil proprietary drivers anyway ...SCNR

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

Title:
  No logo at boot on nvidia card

To manage notifications about this bug go to:
https://bugs.launchpad.net/plymouth/+bug/771905/+subscriptions

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


[Bug 771905] Re: No logo at boot on nvidia card

2011-06-09 Thread Psychotron
Try adding GRUB_GFXPAYLOAD_LINUX=text to /etc/defaults/grub and that
should do it, you'll get the text splash at least. You might try setting
nomodeset kernel option, but it shouldn't be neccessary. quiet and
splash you can leave in. At least that's what I have here.
(GRUB_CMDLINE_LINUX_DEFAULT=quiet splash reboot=pci) And don't forget
to run update-grub.

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

Title:
  No logo at boot on nvidia card

To manage notifications about this bug go to:
https://bugs.launchpad.net/plymouth/+bug/771905/+subscriptions

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


[Bug 771905] Re: No logo at boot on nvidia card

2011-06-04 Thread Psychotron
** This bug is no longer a duplicate of bug 653477
   Missing Ubuntu logo on boot (text mode splash only) with nvidia drivers

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

Title:
  No logo at boot on nvidia card

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


[Bug 771905] Re: No logo at boot on nvidia card

2011-06-04 Thread Psychotron
Great that we agree on that ;) And next time think about it, before
accusing other people to be incapable of reading and using launchpad.
Yes this is what came across, at least for me.

And I still don't understand why you edit other peoples bug titles
instead of clearifying your misplaced comments there, now that you know
that this is a different issue.

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

Title:
  No logo at boot on nvidia card

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


[Bug 771905] Re: No logo at boot on nvidia card

2011-06-03 Thread Psychotron
*** This bug is a duplicate of bug 653477 ***
https://bugs.launchpad.net/bugs/653477

 Secondly, bug 653477 is about having a blank purple screen. Not the text 
 screen. Please read the 
 bug description carefully.
Sorry, but it seems to me that rather you should read more carefully... Bug 
653477 is about text only boot with the proprietary Nvidia driver on Mavrick. 
It was _you_ wronly adding the graphical purple screen thing to it, what it is 
not about. So this one here clearly _is_ a different bug.

 Finally, Launchpad is designed to track bugs across multiple releases in a 
 single record. 
 Just being different releases does not justify creating a separate bug.
Of course not. However it's a different issue, so a separat report is justified.

Luigi: Please unduplicate...

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

Title:
  No logo at boot on nvidia card

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


[Bug 771905] Re: No logo at boot on nvidia card

2011-06-02 Thread Psychotron
I dont' think it is. Bug 653477 is about Maverick, where the graphical
boot logo was working fine, once you found the proper guide on the net.
However on Natty this guide does not work anymore, as does any other
suggestion. Plus it seems to work at least kind of on Natty (i.e. I see
a logo at shutdown), while on Mav it was not working at all with a
normal installation (without manual tweaking). So IMO these are two
different issues.

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

Title:
  No logo at boot on nvidia card

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


[Bug 771905] Re: No logo at boot on nvidia card

2011-05-08 Thread Psychotron
Same here, Nvidia Geforce 320M. Same symptoms as written above: blue
screen, entering crypt password blindly works, can do ugly text mode.

One thing to add generally also framebuffer and plymouth seems to work.
With Maverick I was using the v86d based solution to get a nice boot
splash. I removed all packages and settings related to it. Still,
framebuffer works. So this hack shouldn't be needed anymore, it seems.

After booting into X and switching back to text VT the text terminals
use framebuffer. And on shut down I actually get the Kubuntu splash.
Only on startup the splash is not lauched somehow.

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

Title:
  No logo at boot on nvidia card

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


[Bug 766390] [NEW] Booting with framebuffer doesn't show anything

2011-04-19 Thread Psychotron
Public bug reported:

Binary package hint: grub-pc

First of, I'm not sure which package is responsible for this bug.
Reading on the net suggests that grub has something to do with it. So I
try this first, please reassign as appropriate.

What happens: I set grub to show a graphical menu and set
gfxpayload=keep. So far this works fine, I get a blueish (KUbuntu)
background with the grub menu on it. When I select the kernel to boot,
the menu goes away and all I see during boot is the blue background.
Actually the KUbuntu logo on a shaded background should now appear (at
least that is what it was like in Maverick) and a text box to enter my
password. The system works fine in the background, i.e. I can blindly
enter my password and it boots. However I see nothing but the grub
background.


This is on Natty beta 2, updated today.
My graphics card is an Nvidia Geforce 320M (in a Macbook Pro).

grub-pc 1.99~rc1-13ubuntu1
plymouth 0.8.2-2ubuntu22

** Affects: grub2 (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/766390

Title:
  Booting with framebuffer doesn't show anything

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


[Bug 572813] Re: polkitd service is using all my RAM

2011-03-13 Thread Psychotron
I'm just investigating this annoying problem again. So seems I have a
mem leaking polkitd, too. Seems it has something to do with the bug I
reported under Bug #704055. After every CPU spike it uses some 300KB
more.

Btw, why is such a problem only marked Medium??

This is on 10.10.

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

Title:
  polkitd service is using all my RAM

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


[Bug 704055] [NEW] Periodic high CPU usage

2011-01-17 Thread Psychotron
Public bug reported:

Binary package hint: policykit-1

I'm observing periodic peaks in CPU usage of polkitd. This is a bit
annoying, as makes the fan of my laptop turn on every few seconds. I had
a look with strace and every time CPU goes up polkitd checks a number of
directories:

open(/var/lib/polkit-1/localauthority/10-vendor.d, 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open(/var/lib/polkit-1/localauthority/10-vendor.d/com.ubuntu.desktop.pkla, 
O_RDONLY|O_LARGEFILE) = 10
open(/var/lib/polkit-1/localauthority/10-vendor.d/com.ubuntu.desktop.pkla, 
O_RDONLY|O_LARGEFILE) = 9
open(/etc/polkit-1/localauthority/10-vendor.d, 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open(/var/lib/polkit-1/localauthority/20-org.d, 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open(/etc/polkit-1/localauthority/20-org.d, 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open(/var/lib/polkit-1/localauthority/30-site.d, 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open(/etc/polkit-1/localauthority/30-site.d, 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open(/var/lib/polkit-1/localauthority/50-local.d, 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open(/etc/polkit-1/localauthority/50-local.d, 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open(/var/lib/polkit-1/localauthority/90-mandatory.d, 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open(/etc/polkit-1/localauthority/90-mandatory.d, 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9

(These are only the open calls)

Now the problems seems to be that this doesn't happen once but 260 times
in a row (every time)!

This is on Maverick.

** Affects: policykit-1 (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/704055

Title:
  Periodic high CPU usage

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


[Bug 313570] Re: tvtime does not rebember matte settings

2010-11-22 Thread Psychotron
Can you please make this patch in a way that this behaviour is optional?
I just reinstalled tvtime from ubuntu repositories (after using a self
compiled version for some time) and now it's broken for me! There is
still a lot of TV content which is 4:3, so I'd like to start with a
default of 4:3 and only switch to 16:10 if needed i.e. I watch 16:9
content AND fullscreen. So if you think you have to change default
behaviour, please at least provide a cmdline option (or whatever) to
override this.

-- 
tvtime does not rebember matte settings
https://bugs.launchpad.net/bugs/313570
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 613809] Re: Rhythmbox FM plug-in, tvtime and gnomeradio NO SOUND, no /dev/mixer present

2010-11-22 Thread Psychotron
I tried the patch. Had a little trouble applying it to a stock tvtime,
but it works!

Starting tvtime with: tvtime --mixer=hw:0/Line


In any case I think this bug is really a duplicate of #579300.

-- 
Rhythmbox FM plug-in, tvtime and gnomeradio NO SOUND, no /dev/mixer present
https://bugs.launchpad.net/bugs/613809
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 579300] Re: Please disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS*

2010-11-22 Thread Psychotron
For tvtime at least there is a working ALSA mixer patch floating around.
See also https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/613809.

But generally I agree with Ole. This attitude by the Ubuntu devs is just
strange, it won't exactly create sympathy... Because of this and other
things, I really consider switching to a different distribution.

-- 
Please disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS*
https://bugs.launchpad.net/bugs/579300
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 579300] Re: Please disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS*

2010-11-22 Thread Psychotron
@David: I fully agree with this. But again: The problem is not THAT OSS
support gets deprecated, but HOW. As discussed in this thread, there are
or would have been _relatively_simple_ options to solve that more
gently, without pissing off users too much. However, the message that
comes across is: We have this plan and stick to it no matter what and
what _you_ want we don't care. That's what I meant with attitude. Even
before the release of Maverick, when the first complaints appeared, when
there would have been the chance to find a solution that serves all, the
responsible persons didn't really care!

-- 
Please disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS*
https://bugs.launchpad.net/bugs/579300
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 579300] Re: Please disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS*

2010-11-19 Thread Psychotron
I can't see any explanation in this thread on why this has to be done.
Perhaps you can explain that to us ignorant folks. That programs should
be moved to a newer API is not per se a bad thing, but rather the way
this is done here. And really, I don't see the problem of providing the
ALSA OSS emulation(!!) layer. All new apps can simply ignore it. So
please where is the problem? And if older apps don't support modern
audio features of say PA, so what? Better than not working at all in any
case.

As for your suggested options:
1) How about _first_ doing this and then remove functionality. Further I doubt 
that this will ever happen, as some often used apps aren't really maintained 
anymore e.g. tvtime.
2) Unfortunately I for one have to use Maverick kernel, as with Lucid the 
radeon support is completely broken. And now that I did the update I surely 
have better things to do than downgrading to Lucid. And also I doubt that with 
the next LTS there is a proper replacement for say tvtime.
3) This is a pain and no solution! Hours of compiling for every security fix...

And when did Maverick hit the masses? Right, in Oktober! So you want to
make users hit by this bug responsible for not using very early test
releases?? Come on!

-- 
Please disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS*
https://bugs.launchpad.net/bugs/579300
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 579300] Re: Please disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS*

2010-11-19 Thread Psychotron
So OSS doesn't support some advanced features? Sure. But why does that
mean OSS support needs to be broken? If users of some OSS-only app want
these features, they can bug the authors to add support for PA or
whatever.

As for grabbing devices exclusively, I'm under the impression that it's
possible for a long time to allow even OSS apps to access devices in
parallel with ALSA. At least I haven't had problems with that for years
now.

Space for these three modules is 124K on my system

And really: in this particular case I don't understand the necessity of
the removal. It's not that OSS is a system foundation and it's just too
limited for the future. It's just an ADDON. You can safely ignore it if
your apps all use ALSA. If you want to get it out of the main kernel,
then at least provide it as a separate package, e.g. using DKMS.

Besides the fact, that aoss (and possibly padsp) does not really work,
it's also much less comfortable. OSS emulation modules just work, with
aoss you have to find out about it first. Then find out what and how to
change. Probably nothing the average user is able to.

And sure there are guides to compile a kernel. Still it's not exactly a
5min job. And when will this advanced kernel build system see the light
of day? Nobody knows? That's not a great base for an alternative
solution. And again: it takes hours! On every update! I don't want to
imagine how log it takes on a netbook... And what for? For three tiny
modules!

Also in my experience with Ubuntu it's unfortunately only partly
possible to stick with an LTS release. There is just always a breakage
wich is only fixed in the next release. In my example with Lucid the
broken radeon driver. Also sometimes you just need a newer version of
some software. E.g. the latest KDE is only supported for the last two
Ubuntu releases or so. So you want to tell users: Sorry you can't
upgrade to a newer desktop shell, if you want to keep the mixer of you
TV app working?

So telling users to stick with LTS is only partly an option. Let alone
that I don't have much faith everything will be fixed with say the next
LTS.

The solution is pretty simple: readd the modules in some way or another!
It hurts nobody (unless proved otherwise) and every other solution is
just inferior.

PS: In my case the app is tvtime and what doesn't work is the mixer
(i.e. adjusting volume).

-- 
Please disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS*
https://bugs.launchpad.net/bugs/579300
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 579300] Re: Please disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS*

2010-11-19 Thread Psychotron
 SOLUTION: provide a PPA containing a custom OSS enabled kernel

But then this kernel needs to be supplied with all the updates and
fixes. I'd say a separate alsa-oss-modules package would be more
realistic.

-- 
Please disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS*
https://bugs.launchpad.net/bugs/579300
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 579300] Re: Please disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS*

2010-11-12 Thread Psychotron
Sorry Mr. Chen, but this is a totally ridiculous decision! Who is hurt
by keeping these little modules?! Nobody! Does it break anything?! I
wouldn't know what. Sorry if this is not very constructive, but this
kind of decisions just make me angry. You just break it for a lot of
people, without providing a proper alternative. And what for?!?

I just rebuilt my kernel and now alsa is somehow broken...yea, I have
too much time at my hands to investigate such nonsense.

-- 
Please disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS*
https://bugs.launchpad.net/bugs/579300
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 673793] [NEW] Alsa OSS emulation modules missing

2010-11-10 Thread Psychotron
Public bug reported:

After upgrade from Jaunty to Maverick sound with older apps is not
working anymore. In this particular case tvtime. Investigation showed
that the OSS emulation modules are not built with the Maverick kernel.
Why is this? Yes I know things like aoss. But this is not exactly
elegant and at least with tvtime this is not working properly. Sure OSS
might be old and not state of the art, but do these three tiny modules
harm anyone? Please put them back into the kernel. Or provide them as
add on package to be built with dkms or whatever. I just rebuilt the
kernel package with these modules enabled, but I surely don't want to do
that for every kernel update that is released. It takes ages and breaks
updates.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Alsa OSS emulation modules missing
https://bugs.launchpad.net/bugs/673793
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 588090] Re: kdm user does not own /var/lib/kdm

2010-11-09 Thread Psychotron
This should be fixed for existing already broken upgrades as well. I
just upgraded to KDE 4.5.3, however /var/lib/kdm/kdmsts was still
root.root.

-- 
kdm user does not own /var/lib/kdm
https://bugs.launchpad.net/bugs/588090
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 581486] Re: Using scroll bar in emacs highlights/selects text

2010-10-15 Thread Psychotron
This affects emacs22 as well. The workaround works. But please fix this
properly.

-- 
Using scroll bar in emacs highlights/selects text
https://bugs.launchpad.net/bugs/581486
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 660654] [NEW] Broken dependencies for libkwebkit-dev dev package

2010-10-14 Thread Psychotron
Public bug reported:

Binary package hint: webkitkde

There is something wrong with the dependencies of libkwebkit-dev:

apt-get install libkwebkit-dev
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libkwebkit-dev : Depends: kdelibs5-dev but it is not going to be installed
E: Broken packages


I'm using maverick. Installed webkitkde packages are:

ii  kpart-webkit   0.9~svn1127626-0ubuntu2  
   WebKit KPart
iU  libkwebkit-dev 0.9~svn1127626-0ubuntu2  
   KDE bindings for WebKit, Development files
ii  libkwebkit10.9~svn1127626-0ubuntu2  
   KDE bindinngs for WebKit

(I tried to install the -dev package by hand, that worked half way.
Configuration failed though.)

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

-- 
Broken dependencies for libkwebkit-dev dev package
https://bugs.launchpad.net/bugs/660654
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 660654] Re: Broken dependencies for libkwebkit-dev dev package

2010-10-14 Thread Psychotron
Oh, and kdelibs is:

ii  kdelibs5-dev   4:4.5.2a-0ubuntu1~ppa2
development files for the KDE Development Platform libraries

(This is the KDE 4.5.2 upgrade, it also doesn't work with the original
KDE 4.5.1 packages)

-- 
Broken dependencies for libkwebkit-dev dev package
https://bugs.launchpad.net/bugs/660654
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 531635] Re: Kernel oops with radeon module, kernel modesetting fails

2010-08-19 Thread Psychotron
I have the same problem I guess. I'm using a Radeon X800 with chip R420.
Setting the nomodeset option makes the system boot, but there is no 3D
acceleration. Which is pretty much a show stopper nowadays. It used to
work fine after all, before the kernel and xorg people decided to push
unfinished stuff on users.

I'm using Lucid with kernel 2.6.32-24-generic. I also tried kernels from
the mainline ppa: 2.6.32-0206321708-generic and 2.6.34-020634-generic.
Same problem.

Please fix this! It really frustrating and doesn't make a good
impression, if the first run of your new Ubuntu just freezes on boot...
And this bug seems to affect quite a few systems with older Radeon
cards. My system is not too exotic I think and I don't quite understand
how a 4 month old LTS release doesn't even boot on common hardware!
Leave alone being fixed in a reasonable time...


** Attachment added: radeon_agp_init_oops.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/531635/+attachment/141/+files/radeon_agp_init_oops.txt

-- 
Kernel oops with radeon module, kernel modesetting fails
https://bugs.launchpad.net/bugs/531635
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 348453] Re: Wiki login fails

2010-01-13 Thread Psychotron
Cool! Yes, it seems to work fine now. Thanks a lot!

I think it would be good to have some information in the wiki where to
turn in case of problems e.g. In case of problems report them in
Launchpad under the package XYZ somewhere in the help section. I simply
dropped it somewhere into Launchpad hoping someone would direct it to
the proper place. This kinda worked, but I guess it could have been
faster, if there had been a Wiki (or whatever) package to report to
(at least I didn't find one).

-- 
Wiki login fails
https://bugs.launchpad.net/bugs/348453
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 264075] Re: Resume from encrypted swap fails

2010-01-02 Thread Psychotron
*** This bug is a duplicate of bug 432785 ***
https://bugs.launchpad.net/bugs/432785

I'm not sure this is same problem as bug 432785. AFAICS the Hard
alternate installer created a static encryption password for swap, which
I had to enter all the time (not that convenient, but that's a different
topic). On resume the swap disc is successfully unlocked. However, no
resume takes place.

I can't quite check anymore what exactly was going on. I went for a
working solution in the meantime, as I didn't have the patience to wait
2 years for the problem eventually being fixed..

-- 
Resume from encrypted swap fails
https://bugs.launchpad.net/bugs/264075
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 348453] Re: Wiki login fails

2009-12-29 Thread Psychotron
Yes, I do. The wiki still doesn't recognize my login. Oh, in case this
didn't become clear from my original message, I'm talking about the
OpenID login here. Using my Launchpad account
https://launchpad.net/~redm;. I created a different account for testing
and this works fine. So it really seems that there was some transition
in past, where something got lost.

-- 
Wiki login fails
https://bugs.launchpad.net/bugs/348453
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 371296] Re: [R420] system freezes when starting openoffice writer

2009-10-03 Thread Psychotron
Could this please be backported to Jaunty?

-- 
[R420] system freezes when starting openoffice writer
https://bugs.launchpad.net/bugs/371296
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 394300] Re: Excessive CPU usage after 9.04 upgrade

2009-08-14 Thread Psychotron
Is that the ubuntu way of dealing with valid, grave bugs, marking them
invalid?! I can send you the needed info, I just didn't get around
bringing my system back into an unusable state (i.e. being a CPU hog).
And even if I wouldn't, the bug isn't magically gone just because the
initial poster deinstalled ubuntu!

-- 
Excessive CPU usage after 9.04 upgrade
https://bugs.launchpad.net/bugs/394300
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 334186] Re: soprano-backend-sesame requires missing /usr/lib/libjvm.so

2009-08-06 Thread Psychotron
Will there be a fix in the near future? The problem is known for months
now and apparently nothing happened. A solution doesn't look *that*
complicated ... ;)

-- 
soprano-backend-sesame requires missing /usr/lib/libjvm.so
https://bugs.launchpad.net/bugs/334186
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 394300] Re: Excessive CPU usage after 9.04 upgrade

2009-07-24 Thread Psychotron
I might have the same problem. For me it seems to be composite related.
So Xorg uses full CPU when composite is enabled and running. So either
disabling composite in xorg.conf or suspending it (Shift-Alt-F12 with
KDE4 Kwin) gives normal CPU usage. Resuming it lets it go up again to
100%.

I did not have this problem with my nvidia card and proprietary drivers.

I can't check the fglrx driver as my card is not supported anymore.

I'm using Jaunty, and the card is an Radeon R420

-- 
Excessive CPU usage after 9.04 upgrade
https://bugs.launchpad.net/bugs/394300
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 353935] Re: mount.crypt segfaults when switching to battery

2009-04-15 Thread Psychotron
I'm also having crashes of mount.crypt. I guess it's the same cause, so
I'm attaching it here, rather then creating a new entry.

I have set up an encrypted loop file to be pam-mounted as a users home
(the user is called test in my case). In most cases when loggin in as
that user mount.crypt crashes. Sometimes it works, though. But it's not
usable this way.

The loop file has been encrypted with:

cryptsetup -y --cipher aes-xts-plain --key-size 512 luksFormat /dev/loop0
(with /dev/loop0 connected to /data/tmp/test.img).

I added:

volume user=test fstype=crypt path=/data/tmp/test.img
mountpoint=~ cipher=aes-xts-plain noroot=1 options=/

to /etc/security/pam_mount.conf.xml. Using noroot=1 lets mount.crypt
always crash (at least I haven't had a successful mount). Leaving it
out, i.e. mounting as root, lets it work sometimes, but mostly it fails,
too.

-- 
mount.crypt segfaults when switching to battery
https://bugs.launchpad.net/bugs/353935
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 353725] Re: Jaunty Jackalope Beta + Macbook 3, 1 Swapped keys, italian keyboard

2009-04-07 Thread Psychotron
Same here with Jaunty Beta, Apple Aluminium Keyboard, German Layout. In
KDE System Settings' keyboard layouts module there is no such option
either. Neither does apple:badmap have any effect.

-- 
Jaunty Jackalope Beta + Macbook 3,1 Swapped keys, italian keyboard
https://bugs.launchpad.net/bugs/353725
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 348453] [NEW] Wiki login fails

2009-03-25 Thread Psychotron
Public bug reported:

I have trouble logging in to the Ubuntu and KUbuntu Wikis. When I select
Log In / Register in the top right corner, I takes me to the launchpad
login process, successfully logs me into launchpad, and returns to the
wiki page. However the wiki doesn't recognize my login. The top right
corner is still says Log In / Register, I can't edit pages or when I
select an entry from the More Actions dropdown list I get Please log
in first. Looking at launchpad.net says I'm logged in, though. It's
been some time ago, but I have been able to edit the wiki in the past
...

Btw. It's completely unclear where to turn in case of problems with the
wiki... Actually I don't even know where to report this problem, whether
launchpad is appropriate and if yes which package??

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Wiki login fails
https://bugs.launchpad.net/bugs/348453
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 287600] Re: IRQ conflict after resuming from disk hibernation

2009-03-11 Thread Psychotron
Any news on that? It's kinda frustrating ...

-- 
IRQ conflict after resuming from disk hibernation
https://bugs.launchpad.net/bugs/287600
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 287600] Re: IRQ conflict after resuming from disk hibernation

2008-11-23 Thread Psychotron
Any news on that?

I finally got around trying the tipps from the DebuggingIRQProblems
page. The boot options noapic, pci=routeirq, pci=noacpi and acpi=off
didn't have any effect. Only irqpoll helped.

I'd kinda appreciate having a usable suspend/resume in a release called
LTS ... (though I don't say that this entirely is Ubuntus fault, but it
worked fine with Edgy)

-- 
IRQ conflict after resuming from disk hibernation
https://bugs.launchpad.net/bugs/287600
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 287600] Re: Network traffic only when moving mouse

2008-10-27 Thread Psychotron

** Attachment added: uname-a.log
   http://launchpadlibrarian.net/18954142/uname-a.log

-- 
Network traffic only when moving mouse
https://bugs.launchpad.net/bugs/287600
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 287600] Re: Network traffic only when moving mouse

2008-10-27 Thread Psychotron

** Attachment added: version.log
   http://launchpadlibrarian.net/18954151/version.log

-- 
Network traffic only when moving mouse
https://bugs.launchpad.net/bugs/287600
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 287600] Re: Network traffic only when moving mouse

2008-10-27 Thread Psychotron

** Attachment added: dmesg.log
   http://launchpadlibrarian.net/18954158/dmesg.log

-- 
Network traffic only when moving mouse
https://bugs.launchpad.net/bugs/287600
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 287600] Re: Network traffic only when moving mouse

2008-10-27 Thread Psychotron

** Attachment added: lspci-vvnn.log
   http://launchpadlibrarian.net/18954161/lspci-vvnn.log

-- 
Network traffic only when moving mouse
https://bugs.launchpad.net/bugs/287600
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 287600] Re: Network traffic only when moving mouse

2008-10-27 Thread Psychotron
Ok, the picture is getting a bit clearer... I did some further
investigation. The explanation for the strange part (traffic only when
moving mouse) is probably the shared interrupt 5 between the USB device
2 and the ethernet device eth0 (b44):

cat /proc/interrupts 
   CPU0 
  0: 112153XT-PIC-XTtimer
  1:912XT-PIC-XTi8042
  2:  0XT-PIC-XTcascade
  3:  3XT-PIC-XT
  4:  4XT-PIC-XT
  5:  11999XT-PIC-XTuhci_hcd:usb2, eth0
  7:  1XT-PIC-XTparport0
  8:  3XT-PIC-XTrtc
  9:   9895XT-PIC-XTacpi
 10:  16636XT-PIC-XTuhci_hcd:usb1, uhci_hcd:usb3, 
ehci_hcd:usb4, ohci1394, yenta, yenta, Intel 82801DB-ICH4, [EMAIL 
PROTECTED]::01:00.0
 11:  32895XT-PIC-XTeth1
 12:609XT-PIC-XTi8042
 14:  42575XT-PIC-XTlibata
 15:   6204XT-PIC-XTlibata
NMI:  0   Non-maskable interrupts
LOC:  0   Local timer interrupts
RES:  0   Rescheduling interrupts
CAL:  0   function call interrupts
TLB:  0   TLB shootdowns
TRM:  0   Thermal event interrupts
SPU:  0   Spurious interrupts
ERR:  0if
MIS:  0

So when interrupt 5 is triggered by moving the mouse, it's also handled
by the ethernet driver, thus network traffic is handled. For the case
where the ethernet didn't work at all, I probably had the mouse simply
plugged into a different port (IRQ 10).

Also the problem does not happen when doing suspend to RAM, only suspend
to disk.

So the remaining question probably is: Why does the ethernet driver get
no interrupts on it's own after a resume from suspend to disk?

I'll see that I find the time in the next days to have a closer look a
the DebuggingKernelSuspend page. Does it apply also to suspend to disk?
I read it that it only applies to suspend to RAM...?

-- 
Network traffic only when moving mouse
https://bugs.launchpad.net/bugs/287600
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 287600] Re: Network traffic only when moving mouse

2008-10-23 Thread Psychotron
I forgot to say, that this problem appears right after resuming. So not
after working an hour or two, but right after startup. So it really
seems to be a hibernation/resume issue.

Thinking about it, I can't remember having seen it with the wifi
adapter. Also I noticed the ethernet device sometimes not working _at
all_ after resuming. So I more and more come to think that this is
actually an resume issue with the ethernet driver.

-- 
Network traffic only when moving mouse
https://bugs.launchpad.net/bugs/287600
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 287600] [NEW] Network traffic only when moving mouse

2008-10-22 Thread Psychotron
Public bug reported:

Sounds funny, but it's real. Sometimes network traffic stops coming
trough. And it only continues when I move the mouse. And it only
continues as long as I move the mouse. So stop moving means network
traffic stalls again.

It's hard to say anything more detailed on this. Here is what I
observed:

It seems to happen only after resuming from hibernation. (Though I
mostly start the machine by resuming from hibernation, so this doesn't
necessarily have to mean anything)

It's not tied to X11 applications or apps running from within X11. I
have to be on a VT running X11 when moving the mouse. I tried switching
to a text VT and doing a ping, but nothing happens even though I move
the mouse. Only when I switch to the X11 VT and move the mouse, ping
data on the text VT gets through.

I can't tell at the moment if it is tied to a certain network device or
driver, but I don't think so. It definitely happens with the ethernet
device, not sure about wifi (my AP is broken at the moment). Unloading
and reloading the ethernet driver didn't help.

I can currently fix this only by doing  a full system reboot (only
hibernating and resuming doesn't help).

My system:

I'm using hardy 8.04.1, all updated with kernel 2.6.24-21-generic.

The machine is a laptop, Intel Centrino first generation, Pentium M 1,4GHz.
Wifi is Intel Corporation PRO/Wireless LAN 2100 3B Mini PCI Adapter (rev 04) 
using driver ipw2100. 
Ethernet is Broadcom Corporation BCM4401 100Base-T (rev 01) using driver b44.
Mouse is a Logitech USB mouse.
Graphics adapter is ATI Technologies Inc Radeon RV250 [Mobility FireGL 9000] 
(rev 01) with radeon X11 driver.

If you have more questions or suggestions what else to try, I'd be happy
to help.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Network traffic only when moving mouse
https://bugs.launchpad.net/bugs/287600
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 225213] Re: wrong wallpapers in kdewallpapers-kde4

2008-09-03 Thread Psychotron
Maybe it should be mentioned, that the real wallpapers are in kdebase-
workspace-wallpapers. It took me a while to figure that out, as there is
also no kde4 in the name, while for kdewallpapers-kde4 there is.

-- 
wrong wallpapers in kdewallpapers-kde4
https://bugs.launchpad.net/bugs/225213
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 264413] [NEW] KDE4 Plasma: can't install widgets from internet via GHNS

2008-09-03 Thread Psychotron
Public bug reported:

Binary package hint: kdebase-workspace-bin

Via Add Widgets - Install new widgets - Download from internet
dialog you can install widgets from the internet. If you select that
option you get a list with two plasmoids (as the at the moment),
Crystal Monitor and PicoNet.  When you choose to install them, they
are apparently downloaded from kde-look.org and marked as installed.
However they somehow simply vanish, they show up nowhere. As I figured
out they seem to be superkaramba applets. As it wasn't installed I
manually installed superkaramba-kde4. (As I guess this package is needed
in any case, some hint by the dialog would be good here!) However this
wasn't the solution, I still can't select these widgets in the Add
Widgets dialog. I tried deinstalling, reinstalling ... nothing.

Found out the downloaded files end up in /tmp/kde-user. If I manually
select one via Add Widgets - Install new widgets - Install from
File, it all works fine. They show up in the Add Widgets list and can
be placed on the Desktop. So it's just the automatic part which
doesn't work.

** Affects: kdebase-workspace (Ubuntu)
 Importance: Undecided
 Status: New

-- 
KDE4 Plasma: can't install widgets from internet via GHNS
https://bugs.launchpad.net/bugs/264413
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 264075] [NEW] Resume from encrypted swap fails

2008-09-02 Thread Psychotron
Public bug reported:

I'm using (K)ubuntu 8.04.1 Hardy, freshly installed from the alternate iso.
lsb_release -rd:
Description: Ubuntu 8.04.1
Release: 8.04

I can't resume after hibernation. Hibernate itself seems to work fine
(at least mounting the encrypted swap complains about a suspend
signature on the device, see below). However on restart it doesn't seem
to actually do a resume, but a normal startup.

I created two encrypted partitions with the alternate installer:

/dev/mapper/sda2_crypt as root and
/dev/mapper/sda9_crypt as swap

I don't use LVM. Booting and mounting both partitions works fine as long
as I don't hibernate. However if I do, on startup I get:

[...]
[successfully unlocking root]
Done.
Begin: Running /scripts/local-premount ...
Begin: Waiting for resume device... ...
Done.
Done.
[successfully mounting root]
[...]
 * Starting early crypto disks...
Enter LUKS passphrase:
key slot 0 unlocked.
Command successful.
 * sda9_crypt: the check for '/dev/mapper/sda9_crypt' failed. 
/dev/mapper/sda9_crypt contains data: - The device /dev/mapper/sda9_crypt 
contains a valid file system type suspend
 * Starting remaining crypto disks...
[another try for sda9_crypt, fails same as above]

I don't know how the boot process for resume should look like, but to me
it seems as if it's just the normal boot procedure, and that
unsuprisingly fails i.e. as if it's not performing a resume at all! The
resume device seems to be ignored. I tried specifying different resume
parameters in grub, but couldn't find one that worked. (I couldn't find
out what exactly it should look like for encrypted swap partitions,
though.)

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Resume from encrypted swap fails
https://bugs.launchpad.net/bugs/264075
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 73788] Network profiles completely broken

2006-11-29 Thread Psychotron
Public bug reported:

Binary package hint: knetworkconf

Installed Kubuntu Edgy Eft today and while it's generally pretty great,
I'm a bit disappointed that Network Profiles are still (I reported it
for Breezy at that time) basically unusable :( That's how it appears to
me, at least. It's something essential for laptop users.

Well, the main problem is, that it is already completely unclear how
that profile stuff is generally supposed to work. E.g. what do those
buttons, like Load..., Save... or Create, actually do or what they refer
to? For instance, Load seems to bring the settings of the profile
instantly into effect, not just when pressing Apply/Ok. And at the same
time it seems to save something to somewhere. This is irritating. Or
Save, I understand as: save current settings into selected profile, but
nothing seems to happen. Or Create new, does it create an empty profile
or one containing the current settings?? So this needs some love,
conceptually.

Some more specific problems:
- the content of all profiles is the same (at least that's what the tooltips 
show)
- once saved (no idea how and when that actually happend, see above), settings 
for default gateway or DNS aren't saved later on. They are simply ignored.
- when changing settings of a device, like the IP of eth0, the change 
_instantly_ appears in _all_ profiles (again, this is what the tooltip shows)
- is there any sence in showing both, IP and device for the default gateway? 
What if they differ??
- at some point changing to admin mode fails. I just get a dialog with: 
Conversation with su failed
- I can delete profiles as normal user, but they are back when you launch the 
settings dialog again. (so apparently you can't, the UI should reflect that)

Greets Michael

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

-- 
Network profiles completely broken
https://launchpad.net/bugs/73788

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