[Bug 1771845] [NEW] Cannot install on RAID1 in case the devices are NVMe

2018-05-17 Thread dlgandalf
Public bug reported:

When installing the root partition or /boot on 2 NVMe disks in RAID1,
the installation fails.

** Affects: grub-installer (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/1771845

Title:
  Cannot install on RAID1 in case the devices are NVMe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1771845/+subscriptions

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

[Bug 1012629] Re: grub-installer ignores "bootdev" setting in preseed file

2018-05-03 Thread dlgandalf
I'm still hitting this. Though this could be partly blamed on the fact that i'm 
setting `grub-installer/bootdev ...` dynamically at `partman/early_command`. 
Fix for me was to add the following to the early_command as well:

. /usr/share/debconf/confmodule;\
db_fset grub-installer/bootdev seen true

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

Title:
  grub-installer ignores "bootdev" setting in preseed file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1012629/+subscriptions

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

[Bug 874535] Re: Volume Slider Jumps, due to rapidly changing hardware jack sense state

2018-03-18 Thread dlgandalf
Seems like the bit which shows the status of the jack being present
should be debounced. I'm checking the jack sensing with
`hdajacksensetest` and only incidentally the status is wrong. A simple
debounce of 2 polls with something like 100ms would be fine.

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

Title:
  Volume Slider Jumps, due to rapidly changing hardware jack sense state

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/874535/+subscriptions

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

[Bug 1674838] Re: kernel BUG at /build/linux-7LGLH_/linux-4.10.0/include/linux/swapops.h:129

2017-05-31 Thread dlgandalf
It's strange that I hit this at least once every two days, but server has been 
working for weeks now. 
Is there already a description of what common scenarios are when this bug is 
hit, i.e., is it already reproducible?

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

Title:
  kernel BUG at /build/linux-
  7LGLH_/linux-4.10.0/include/linux/swapops.h:129

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

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


[Bug 1674838] Re: kernel BUG at /build/linux-7LGLH_/linux-4.10.0/include/linux/swapops.h:129

2017-05-22 Thread dlgandalf
> tkb608 (tkb608) wrote on 2017-05-19: 
> @kwang-m-yi Good point, I had forgotten that new installs of 16.04.2 would 
> automatically get HWE and therefore this bug.

Although that's true, @kwang-m-yi talked about hwe-edge; and the "edge" variant 
is not installed by default on 16.04.2. 
As example, I hit this bug in precisely that scenario; though I fully realized 
that installing the hwe-edge *manually* might have unforeseen consequences.

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

Title:
  kernel BUG at /build/linux-
  7LGLH_/linux-4.10.0/include/linux/swapops.h:129

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

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


[Bug 1674838] Re: kernel BUG at /build/linux-7LGLH_/linux-4.10.0/include/linux/swapops.h:129

2017-05-17 Thread dlgandalf
@ehsan, what do you mean? I can't see any error in the kern.log, which
corresponds to the ones we would expect in this thread. Not every kernel
panic is caused by the issue in this ticket.

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

Title:
  kernel BUG at /build/linux-
  7LGLH_/linux-4.10.0/include/linux/swapops.h:129

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

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


[Bug 1192975] [NEW] writing to /sys/devices/.../rc/rc0/protocols blocks

2013-06-20 Thread dlgandalf
Public bug reported:

The lirc  service depends on this to work, however the device blocks and 
subsequent reads are blocking afterwards as well.
This causes the computer to not normally reboot/shutdown when it should.

On 13.04
Linux htpc 3.8.0-26-generic #38-Ubuntu SMP Mon Jun 17 21:43:33 UTC 2013 x86_64 
x86_64 x86_64 GNU/Linux
Using _imon_ infrared driver

Reproduce:
$ cd /sys/ ; cat `sudo find . -name *protocols*|grep rc0`

Output [other] rc-6

$ echo foo | sudo tee `sudo find . -name *protocols*|grep rc0`

output:
HANGS

Expected error, or at the least a non-hanging/blocking result.

** Affects: linux-lts-raring (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/1192975

Title:
  writing to /sys/devices/.../rc/rc0/protocols blocks

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

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


[Bug 1135209] Re: Run update-auctex-elisp via trigger rather than cron job

2013-03-12 Thread dlgandalf
ve been wondering myself why that happened and doesn't occur on my
debian box, why is ubuntu on this relatively old auctex package?

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

Title:
  Run update-auctex-elisp via trigger rather than cron job

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

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


[Bug 1065168] [NEW] network-manager-gnome package differs on i386 AMD64

2012-10-10 Thread dlgandalf
Public bug reported:

Scenario:
transitioned to awesome window manager on both desktop and laptop
Nm-applet still worked on desktop-i386, but, does not properly save and 
autofill passwords on my laptop AMD64.

dbus interfaces are not the same on my machines. Non-existent file on
i386: /etc/dbus-1/system.d/nm-applet.

There should not be a discrepancy

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION=Ubuntu 12.04.1 LTS

** Affects: network-manager-applet (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Scenario:
  transitioned to awesome window manager on both desktop and laptop
  Nm-applet still worked on desktop-i386, but, does not properly save and 
autofill passwords on my laptop AMD64.
  
  dbus interfaces are not the same on my machines. Non-existent file on
  i386: /etc/dbus-1/system.d/nm-applet.
  
  There should not be a discrepancy
+ 
+ DISTRIB_ID=Ubuntu
+ DISTRIB_RELEASE=12.04
+ DISTRIB_CODENAME=precise
+ DISTRIB_DESCRIPTION=Ubuntu 12.04.1 LTS

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

Title:
  network-manager-gnome package differs on i386  AMD64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1065168/+subscriptions

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


[Bug 1065168] Re: network-manager-gnome package differs on i386 AMD64

2012-10-10 Thread dlgandalf
Can't change to other package, is this broken?

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

Title:
  network-manager-gnome package differs on i386  AMD64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1065168/+subscriptions

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


[Bug 868833] [NEW] freezes with certain mouseover pop-ups in gtk apps e.g. Firefox

2011-10-05 Thread dlgandalf
Public bug reported:

Every gtk-based app I use shows severe lags (1-2s) when having mouse-over 
pop-ups. For example in firefox, holding the mouse on a tab, waiting for the 
pop-up showing the complete tab name, severe lag is endured.
I know this is rather vague and please let me know howto debug this furter, but 
so far:
1) Only in GTK apps.
2) Disabling kwin compositing does not matter

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: kubuntu-desktop 1.239
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu2
Architecture: amd64
Date: Thu Oct  6 03:22:43 2011
ProcEnviron:
 LANGUAGE=
 PATH=(custom, user)
 LANG=en_US.ISO-8859-1
 SHELL=/bin/bash
SourcePackage: kubuntu-meta
UpgradeStatus: Upgraded to oneiric on 2011-10-03 (2 days ago)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric

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

Title:
  freezes with certain mouseover pop-ups in gtk apps e.g. Firefox

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

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


[Bug 868833] Re: freezes with certain mouseover pop-ups in gtk apps e.g. Firefox

2011-10-05 Thread dlgandalf
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868833

Title:
  freezes with certain mouseover pop-ups in gtk apps e.g. Firefox

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

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


[Bug 501715] Re: ureadahead doesn't reduce tracing buffer after profile

2010-04-07 Thread dlgandalf
Would like to hear a little feedback on this from the devs, why is this
still in Lucid, with an impending release. Just spend half a day
debugging my machine which was down to a crawl thanks to this, luckily
someone on the forums heard about this bug.

-- 
ureadahead doesn't reduce tracing buffer after profile
https://bugs.launchpad.net/bugs/501715
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 403135] Re: Notification area icon wrongly rendered/has a black background (multiple apps)

2010-03-31 Thread dlgandalf
can't reproduce this, my htpc is suffering from a gray networkmanager
icon, yet on laptop and desktop it's fine, all running lucid up-to-date

-- 
Notification area icon wrongly rendered/has a black background (multiple apps)
https://bugs.launchpad.net/bugs/403135
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 365474] Re: During suspend LCD should be turned off

2010-03-30 Thread dlgandalf
why isn't this implemented as default in lucid, the being triaged and
all.

-- 
During suspend LCD should be turned off
https://bugs.launchpad.net/bugs/365474
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 507646] Re: [Lucid] Need to switch to VT to let X continue on boot

2010-03-10 Thread dlgandalf
newest updates solved issues. Can now successfully boot.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Fix Released

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 258559] Re: Changing volume with function keys hangs the system when Rhythmbox is in focus

2010-02-23 Thread dlgandalf
It only happens when I'm pushing  cntrl+ alt + Fn-volumeUp, 
in conjunction with easystroke (nifty little program) this happens a lot.

-- 
Changing volume with function keys hangs the system when Rhythmbox is in focus
https://bugs.launchpad.net/bugs/258559
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 507646] Re: [Lucid] Need to switch to VT to let X continue on boot

2010-02-22 Thread dlgandalf
still am not able to send a apport due to a known bug.
But I'll add my xorg.log anyway, because it's showing massive amount of 
warnings, which doesn't happen in when loaded with kernel 2.6.33

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] Re: [Lucid] Need to switch to VT to let X continue on boot

2010-02-22 Thread dlgandalf

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/39561249/Xorg.0.log

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] Re: [Lucid] Need to switch to VT to let X continue on boot

2010-02-07 Thread dlgandalf
** Tags removed: apport-collected

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] Re: [Lucid] Need to switch to VT to let X continue on boot

2010-02-07 Thread dlgandalf
** Tags added: apport-collected

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] Re: [Lucid] Need to switch to VT to let X continue on boot

2010-02-07 Thread dlgandalf
the apport-collect command gives me a python runtime error.
http error 412: precondition failed
Would probably need another bug-report?

In the meanwhile I can no longer reproduce with ppa kernels of the 2.6.33 
family. (tested with rc7)
But this bug remains valid because Lucid will use 2.6.32 right?

** Tags added: apport-collected

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] Re: [Lucid] Need to switch to VT to let X continue on boot

2010-02-05 Thread dlgandalf
would it be better to start a new bug, as this one is filled with wrong
attachments which I can't remove.

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 398870] Re: Reading Database takes too long

2010-01-24 Thread dlgandalf
we should get a button to mark a comment as a viable solution.

Just like graham, the first copy took ages, but the reading now takes place 
within 2 seconds, where it used to be 30s.
Thanks! Philipp Weissenbacher, this is some HUGE performance gain, I always 
suspected fragmentation was an issue on my small 40GB partition.

-- 
Reading Database takes too long
https://bugs.launchpad.net/bugs/398870
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 507646] Re: [Lucid] Need to switch to VT to let X continue on boot

2010-01-16 Thread dlgandalf
... you're absolutely right. When I got Philips post on running `apport-collect 
507646` I ran this on my desktop instead of my intel notebook. That's a rather 
stupid mistake.
I'll try to update this in the morning.

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] apport-collect data

2010-01-15 Thread dlgandalf
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gandalf   12511 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf95f8000 irq 22'
   Mixer name   : 'Realtek ALC889A'
   Components   : 'HDA:10ec0885,18490890,00100101'
   Controls  : 38
   Simple ctrls  : 22
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=112121144a232
LiveMediaBuild: Ubuntu GNU/Linux 9.10 Karmic - Build i386 LIVE/INSTALL Binary 
20091226-12:37
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
NonfreeKernelModules: nvidia
Package: linux (not installed)
ProcCmdLine: root=/dev/mapper/my_volume_group-all2 ro noresume quiet splash
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
RfKill:
 3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Uname: Linux 2.6.32-02063203-generic i686
UserGroups: adm admin audio cdrom dialout dip floppy fuse kqemu lpadmin mythtv 
netdev plugdev powerdev sambashare scanner shadow uml-net video
WpaSupplicantLog:
 
dmi.bios.date: 03/11/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.40
dmi.board.name: 4Core1600P35-WiFi
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.40:bd03/11/2009:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rn4Core1600P35-WiFi:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] AlsaDevices.txt

2010-01-15 Thread dlgandalf

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/37920332/AlsaDevices.txt

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] AplayDevices.txt

2010-01-15 Thread dlgandalf

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/37920333/AplayDevices.txt

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] ArecordDevices.txt

2010-01-15 Thread dlgandalf

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/37920334/ArecordDevices.txt

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] BootDmesg.txt

2010-01-15 Thread dlgandalf

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/37920336/BootDmesg.txt

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] CRDA.txt

2010-01-15 Thread dlgandalf

** Attachment added: CRDA.txt
   http://launchpadlibrarian.net/37920338/CRDA.txt

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] Card0.Amixer.values.txt

2010-01-15 Thread dlgandalf

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/37920339/Card0.Amixer.values.txt

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] Card0.Codecs.codec.0.txt

2010-01-15 Thread dlgandalf

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/37920340/Card0.Codecs.codec.0.txt

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] CurrentDmesg.txt

2010-01-15 Thread dlgandalf

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/37920341/CurrentDmesg.txt

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] IwConfig.txt

2010-01-15 Thread dlgandalf

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/37920342/IwConfig.txt

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] Lsusb.txt

2010-01-15 Thread dlgandalf

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/37920344/Lsusb.txt

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] Lspci.txt

2010-01-15 Thread dlgandalf

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/37920343/Lspci.txt

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] PciMultimedia.txt

2010-01-15 Thread dlgandalf

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/37920345/PciMultimedia.txt

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] ProcCpuinfo.txt

2010-01-15 Thread dlgandalf

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/37920346/ProcCpuinfo.txt

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] ProcInterrupts.txt

2010-01-15 Thread dlgandalf

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/37920347/ProcInterrupts.txt

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] ProcModules.txt

2010-01-15 Thread dlgandalf

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/37920348/ProcModules.txt

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] UdevDb.txt

2010-01-15 Thread dlgandalf

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/37920349/UdevDb.txt

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] UdevLog.txt

2010-01-15 Thread dlgandalf

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/37920350/UdevLog.txt

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] WifiSyslog.txt

2010-01-15 Thread dlgandalf

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/37920352/WifiSyslog.txt

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] XsessionErrors.txt

2010-01-15 Thread dlgandalf

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/37920362/XsessionErrors.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete = New

** Tags added: apport-collected

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507646] [NEW] [Lucid] Need to switch to VT to let X continue on boot

2010-01-14 Thread dlgandalf
Public bug reported:

Subject says enough.
High probability that the new intel driver is the culprit or a kms framework 
bug.

If I can give any valuable information, please ask.

I also have this bug in karmic when using a 2.6.32 kernel from the ppa-kernel.
I also believe an other side effect is the whole-screen flickering which occurs 
when some advanced video features are being used, like starting video. This 
flickering which look like slow redraws of gtk areas also happen when the gnome 
session is just started on boot.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Description changed:

  Subject says enough.
  High probability that the new intel driver is the culprit or a kms framework 
bug.
  
  If I can give any valuable information, please ask.
  
- I also have this bug in karmic when using a 2.6.32 kernel from the ppa-
- kernel.
+ I also have this bug in karmic when using a 2.6.32 kernel from the ppa-kernel.
+ I also believe an other side effect is the whole-screen flickering which 
occurs when some advanced video features are being used, like starting video. 
This flickering which look like slow redraws of gtk areas also happen when the 
gnome session is just started on boot.

-- 
[Lucid] Need to switch to VT to let X continue on boot
https://bugs.launchpad.net/bugs/507646
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 507016] [NEW] sharing connection with networkmanager makes NM go into buggy state

2010-01-13 Thread dlgandalf
Public bug reported:

Binary package hint: network-manager

Use case:
Laptop's X/GUI was broken due to alpha release of lucid
wanted to connect my laptop with desktop's extra NIC
Wanted to share desktop's upstream connection (eth0) with eth1, which on its 
part is connected with the laptop.

Opened network settings through nm-applet, edit Auto eth1, set ipv4
settings to shared to other computers.

notify-osd now goes haywire, reporting wired connection established and
wired connection disconnected in a endless loop.

Looking at ifconfig output, repeated many times on the command line,
does, sometimes for short periods 1 second or so, show that eth1 has a
10.x.x.x ip address, which is good I think because this would be
necessary for the NAT workings.

Disabling network connection with nm-applet does not stop notify-osd
from looping the same message over and over.

ProblemType: Bug
Architecture: i386
Date: Wed Jan 13 16:04:56 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/sbin/NetworkManager
Gconf:

IpRoute:
 192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 1
 169.254.0.0/16 dev eth0  scope link  metric 1000
 default via 192.168.1.1 dev eth0  proto static
NonfreeKernelModules: nvidia
Package: network-manager 0.8~a~git.20091013t193206.679d548-0ubuntu1
ProcEnviron: PATH=(custom, no user)
RfKill:
 0: phy0: Wireless LAN
  Soft blocked: no
  Hard blocked: no
SourcePackage: network-manager
Uname: Linux 2.6.32-02063203-generic i686
WpaSupplicantLog:

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
sharing connection with networkmanager makes NM go into buggy state
https://bugs.launchpad.net/bugs/507016
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 507016] Re: sharing connection with networkmanager makes NM go into buggy state

2010-01-13 Thread dlgandalf

** Attachment added: CRDA.txt
   http://launchpadlibrarian.net/37852902/CRDA.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/37852904/Dependencies.txt

** Attachment added: IfupdownConfig.txt
   http://launchpadlibrarian.net/37852906/IfupdownConfig.txt

** Attachment added: IpAddr.txt
   http://launchpadlibrarian.net/37852907/IpAddr.txt

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/37852908/IwConfig.txt

** Attachment added: NetDevice.eth0.txt
   http://launchpadlibrarian.net/37852910/NetDevice.eth0.txt

** Attachment added: NetDevice.eth1.txt
   http://launchpadlibrarian.net/37852911/NetDevice.eth1.txt

** Attachment added: NetDevice.lo.txt
   http://launchpadlibrarian.net/37852912/NetDevice.lo.txt

** Attachment added: NetDevice.vboxnet0.txt
   http://launchpadlibrarian.net/37852913/NetDevice.vboxnet0.txt

** Attachment added: NetDevice.wlan0.txt
   http://launchpadlibrarian.net/37852914/NetDevice.wlan0.txt

** Attachment added: PciNetwork.txt
   http://launchpadlibrarian.net/37852915/PciNetwork.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/37852916/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/37852917/ProcStatus.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/37852918/WifiSyslog.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/37852919/XsessionErrors.txt

** Attachment added: nm-system-settings.conf.txt
   http://launchpadlibrarian.net/37852920/nm-system-settings.conf.txt

** Description changed:

  Binary package hint: network-manager
  
  Use case:
  Laptop's X/GUI was broken due to alpha release of lucid
  wanted to connect my laptop with desktop's extra NIC
- Wanted to share desktop's upstream connection (eth0) with eth1, which on it's 
part is connected with the laptop.
+ Wanted to share desktop's upstream connection (eth0) with eth1, which on its 
part is connected with the laptop.
  
  Opened network settings through nm-applet, edit Auto eth1, set ipv4
  settings to shared to other computers.
  
  notify-osd now goes haywire, reporting wired connection established and
  wired connection disconnected in a endless loop.
  
  Looking at ifconfig output, repeated many times on the command line,
  does, sometimes for short periods 1 second or so, show that eth1 has a
  10.x.x.x ip address, which is good I think because this would be
  necessary for the NAT workings.
  
  Disabling network connection with nm-applet does not stop notify-osd
  from looping the same message over and over.
  
  ProblemType: Bug
  Architecture: i386
  Date: Wed Jan 13 16:04:56 2010
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/sbin/NetworkManager
  Gconf:
-  
+ 
  IpRoute:
-  192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 
1 
-  169.254.0.0/16 dev eth0  scope link  metric 1000 
-  default via 192.168.1.1 dev eth0  proto static
+  192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 
1
+  169.254.0.0/16 dev eth0  scope link  metric 1000
+  default via 192.168.1.1 dev eth0  proto static
  NonfreeKernelModules: nvidia
  Package: network-manager 0.8~a~git.20091013t193206.679d548-0ubuntu1
  ProcEnviron: PATH=(custom, no user)
  RfKill:
-  0: phy0: Wireless LAN
-   Soft blocked: no
-   Hard blocked: no
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
  SourcePackage: network-manager
  Uname: Linux 2.6.32-02063203-generic i686
  WpaSupplicantLog:

-- 
sharing connection with networkmanager makes NM go into buggy state
https://bugs.launchpad.net/bugs/507016
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 506951] Re: x locks when starting

2010-01-13 Thread dlgandalf
#5 Fix works . (for me that is)

-- 
x locks when starting
https://bugs.launchpad.net/bugs/506951
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 506677] Re: Lucid fails to start freezes at/just before GDM

2010-01-13 Thread dlgandalf
*** This bug is a duplicate of bug 506951 ***
https://bugs.launchpad.net/bugs/506951

 bug #506951 has a fix for this, likely to be upstream as reported in email 
containing fix instructions.
Status can be updated to Fix committed

concise instruction for fix:
reinstall xorg-xserver-xorg-core

-- 
Lucid fails to start freezes at/just before GDM 
https://bugs.launchpad.net/bugs/506677
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 206952] Re: suspend only works once

2010-01-12 Thread dlgandalf
what hardware khaless? in particular hdd and graphics card?

-- 
suspend only works once
https://bugs.launchpad.net/bugs/206952
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 506677] [NEW] Lucid fails to start freezes at/just before GDM

2010-01-12 Thread dlgandalf
Public bug reported:

booting goes ok till X comes up, there is the ubuntu equivalent of the
hourglass and then freezes. You can hear the gdm ready sound, but the
screen apart from the hourglass stays black. Switching to VT's is not
working, the machine is frozen after that.

personally I think this are intel graphics troubles (using intel
gma4500mhd) which have given me flaky support in ubuntu since using
kernel 2.6.32 although starting lucid with a 2.6.31 (which I used up
until this point) also results in a freeze.

Starting in safe mode works as long as gdm is not started.

As you might understand, I'm having difficulty assigning this bug to a
particular package, however this is a major bug.

Some side information: starting the live alpha 2 results in a flickering
X.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Description changed:

  booting goes ok till X comes up, there is the ubuntu equivalent of the
  hourglass and then freezes. You can hear the gdm ready sound, but the
  screen apart from the hourglass stays black. Switching to VT's is not
  working, the machine is frozen after that.
  
  personally I think this are intel graphics troubles (using intel
  gma4500mhd) which have given me flaky support in ubuntu since using
  kernel 2.6.32 although starting lucid with a 2.6.31 (which I used up
  until this point) also results in a freeze.
  
  Starting in safe mode works as long as gdm is not started.
  
  As you might understand, I'm having difficulty assigning this bug to a
- particular package, however this is a major bug.  Starting the live
- alpha 2 results in a flickering X.
+ particular package, however this is a major bug.
+ 
+ Some side information: starting the live alpha 2 results in a flickering
+ X.

-- 
Lucid fails to start freezes at/just before GDM 
https://bugs.launchpad.net/bugs/506677
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 354633] Re: [ASUS M3N78-VM with onboard GeForce 8200] suspend/resume failure [non-free: nvidia]

2009-12-29 Thread dlgandalf
did some of you experience a successful  suspend once after boot, and
unsuccessful suspends afterwards, I have pretty much the same hardware
as you guys, M3N78-EM. My screen does come back, and the pc is perfectly
usable, it just immediately wakes up from suspend.

-- 
[ASUS M3N78-VM with onboard GeForce 8200] suspend/resume failure [non-free: 
nvidia]
https://bugs.launchpad.net/bugs/354633
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 131094] Re: Heavy Disk I/O harms desktop responsiveness

2009-12-14 Thread dlgandalf
I've noticed something very weird, when running tiobench, When run on
the root filesystem I'm experiencing same as everyone else, When the
exact same test is run/written from/to something else than the root fs,
io wait is much lower, responsiveness is excellent and data rate is
excellent too.

I can't seem to find any paramaters which are different across
filesystems, ruled out lvm, and it's on the same disk.

-- 
Heavy Disk I/O harms desktop responsiveness
https://bugs.launchpad.net/bugs/131094
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 188628] Re: Tracker doesn't seem to index mails from Evolution in Hardy

2009-12-07 Thread dlgandalf
@calvin, the current version of tracker simply hasn't got the email
indexing function implemented. You'll have to wait for tracker 0.7

-- 
Tracker doesn't seem to index mails from Evolution in Hardy
https://bugs.launchpad.net/bugs/188628
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 189620] Re: policykit integration missing

2009-11-26 Thread dlgandalf
really?
I've yet to see a policykit authentication window when I'm using update-manager 
in fact, running software-properties-gtk from the terminal exits with a warning 
that I'm not root.
C'mon it's 2009, and we have a beautiful authentication method, why root?

-- 
policykit integration missing
https://bugs.launchpad.net/bugs/189620
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 481675] [NEW] gvfsd-metadata does not honor laptop-mode

2009-11-12 Thread dlgandalf
Public bug reported:

Binary package hint: gvfs

My laptop harddrive constantly wakes up, every 10~70 seconds, due to a
gvfsd-metadata process performing a write operation, while laptopmode is
enabled. I've read that this can only occur when a process invokes a
fsync operation. In my opinion  this should not be done in normal user
space programs without good reasons. My laptop harddrive is getting a
pretty good beating having to put it's heads back in place every 10s
(worst case), besides that, it's using more battery. I've used iotop and
lm-profiler to test it, laptop-mode works fine with the only exception
of gvfsd-metadata. What is the function/reason that gvfsd-metdata is
always started in the first place?

using karmic
gvfs: 1.4.1-0ubuntu1

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

** Description changed:

  Binary package hint: gvfs
  
  My laptop harddrive constantly wakes up, every 10~70 seconds, due to a
- gvfsd-metadata process performing a write operration, while laptopmode
- is enabled. I've read that this can only occur when a process invokes a
+ gvfsd-metadata process performing a write operation, while laptopmode is
+ enabled. I've read that this can only occur when a process invokes a
  fsync operation. In my opinion  this should not be done in normal user
  space programs without good reasons. My laptop harddrive is getting a
  pretty good beating having to put it's heads back in place every 10s
  (worst case), besides that, it's using more battery. I've used iotop and
  lm-profiler to test it, laptop-mode works fine with the only exception
  of gvfsd-metadata. What is the function/reason that gvfsd-metdata is
- always started?
+ always started in the first place?
  
  using karmic
  gvfs: 1.4.1-0ubuntu1

-- 
gvfsd-metadata does not honor laptop-mode
https://bugs.launchpad.net/bugs/481675
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 401971] Re: Unable to install grub2 onto vfat partition

2009-10-29 Thread dlgandalf
I can't seem to get it done,
I issue grub-installl --modules=fat --rootdirectory=/media/00/  /dev/sdb

Now when I boot from it, it halts in rescue mode (grub rescue),
stating that it is a invalid partition

-- 
Unable to install grub2 onto vfat partition
https://bugs.launchpad.net/bugs/401971
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 401971] Re: Unable to install grub2 onto vfat partition

2009-10-29 Thread dlgandalf
false alarm, although I don't understand what really happened. check on
the fat partition with gparted made it magically work

-- 
Unable to install grub2 onto vfat partition
https://bugs.launchpad.net/bugs/401971
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 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2009-10-26 Thread dlgandalf
yeah I know, but this is one big ass regression which shouldn't be too
hard fix considering they do know the fix right?

-- 
Firefox keeps forcing disk to spin up when browsing because its sqlite storage 
calls fsync() for every recorded entry
https://bugs.launchpad.net/bugs/221009
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 406554] Re: slow video playback, high cpu load

2009-10-25 Thread dlgandalf
also experiencing this since karmic alpha 2, my su3500 cpu could play
720p content flawlessly with around 40-50 cpu usage, but it's unworkable
now, sound gets heavily out of sync too.

-- 
slow video playback, high cpu load
https://bugs.launchpad.net/bugs/406554
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 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2009-10-21 Thread dlgandalf
there is a fix committed on 2009-08-28, but this is for firefox-3.0,
what is the status on the issue icw firefox-3.5 ?

-- 
Firefox keeps forcing disk to spin up when browsing because its sqlite storage 
calls fsync() for every recorded entry
https://bugs.launchpad.net/bugs/221009
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 387057] Re: laptop-mode doesn't sense power state changes

2009-10-08 Thread dlgandalf
They really weren't there, purge and reinstall of acpi-support fixed it.
But the /usr/share/acpi-support/policy-funcs file still causes the power.sh 
script to skip pm-powersave, 
trace:
power.sh
  uses checkpolicy bash-function originating from 
/usr/share/acpi-support/policy-funcs to check whether there is a power  manager 
of some-kind running, like gnome-power-manager, it doesn't not check upon LMT
  at this point power.sh exits, because it sees that gnome-power-manager is 
running, skipping pm-powersave, which calls LMT, at least in my config, so.. 
where is LMT ought to be called?

-- 
laptop-mode doesn't sense power state changes
https://bugs.launchpad.net/bugs/387057
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 387057] Re: laptop-mode doesn't sense power state changes

2009-10-07 Thread dlgandalf
So I've looked into this, if I'm correct, when the power is plugged in, acpi 
gets an event, named 
/etc/acpi/events/ac
which triggers:
/etc/acpi/power.sh
which tests for /usr/share/acpi-support/key-constants or exists
But I don't have a key-constants file, thus no ac-handling.

-- 
laptop-mode doesn't sense power state changes
https://bugs.launchpad.net/bugs/387057
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 387057] Re: laptop-mode doesn't sense power state changes

2009-10-07 Thread dlgandalf
exists=exits


OT
cant you modify comments on launchpad?

-- 
laptop-mode doesn't sense power state changes
https://bugs.launchpad.net/bugs/387057
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 436425] Re: nm-connection-editor crashed with SIGSEGV in gtk_container_remove()

2009-10-01 Thread dlgandalf
happened when trying to set ip4 dhcp to manual

-- 
nm-connection-editor crashed with SIGSEGV in gtk_container_remove()
https://bugs.launchpad.net/bugs/436425
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 387057] Re: laptop-mode doesn't sense power state changes

2009-09-29 Thread dlgandalf
so, what's the solution?
it still isn't working in karmic. To be honest ubuntu is a real mess in this 
area, pm-tools, acpi, laptop-mode tools, hal and bit of devkit-power-daemon, 
which is doing what, in regard of power-management?

-- 
laptop-mode doesn't sense power state changes
https://bugs.launchpad.net/bugs/387057
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 437167] Re: [karmic] libdeskbar-tracker does not install the module at the right place

2009-09-28 Thread dlgandalf
maybe deskbar is in the wrong here, since it installed everything under:
/usr/lib/deskbar-applet/deskbar-applet
which seems a little redundant

** Package changed: tracker (Ubuntu) = deskbar-applet (Ubuntu)

-- 
[karmic] libdeskbar-tracker does not install the module at the right place
https://bugs.launchpad.net/bugs/437167
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 405158] Re: Intel WiFi Link 5100 (iwlagn) power management regression in 2.6.31

2009-09-20 Thread dlgandalf
the backport solution is not a viable one, I get a very unreliable
connection of 1mbit/s, so I can forget about wifi-N all together. When I
disable the backports I get a nice transferrate of 6-8MByte/s, but of
course not the power management.

Is there a better solution?

-- 
Intel WiFi Link 5100 (iwlagn) power management regression in 2.6.31
https://bugs.launchpad.net/bugs/405158
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 429938] [NEW] laptop-mode verbose is not working

2009-09-15 Thread dlgandalf
Public bug reported:

Binary package hint: laptop-mode-tools

using karmic
using version  1.47 of laptop-mode-tools
I changed the /etc/laptop-mode/laptop-mode.conf to boolean VERBOSE=1
the commented text above it said this wouldgive me detailed info during 
startup, yet I can't see anything but the usual 
starting laptop..  [ ok ]

I altered a modules script(/usr/share/laptop-mode/modules) to echo it's OUTPUT 
variable, but it's says /dev/stdout, which is correct.
one thing I do find odd is that also in a modules script the variable 
LM_VERBOSE has the value [ 1 = 1 ] which is a string, although it's being 
used as a boolean guard in the form of:
$LM_VERBOSE  echo useful stuff  $OUTPUT

** Affects: laptop-mode-tools (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Binary package hint: laptop-mode-tools
  
  using karmic
  using version  1.47 of laptop-mode-tools
  I changed the /etc/laptop-mode/laptop-mode.conf to boolean VERBOSE=1
  the commented text above it said this wouldgive me detailed info during 
startup, yet I can't see anything but the usual 
  starting laptop..  [ ok ]
  
- I altered a modules script(/usr/share/laptop-mode/modules) to echo it's 
output variable, but it's says /dev/stdout, which is correct.
- one thing I do find odd is that also in a modules script the variable 
LM_VERBOSE has the value [ 1 = 1 ] which is a string.
+ I altered a modules script(/usr/share/laptop-mode/modules) to echo it's 
OUTPUT variable, but it's says /dev/stdout, which is correct.
+ one thing I do find odd is that also in a modules script the variable 
LM_VERBOSE has the value [ 1 = 1 ] which is a string, although it's being 
used as a boolean guard in the form of:
+ $LM_VERBOSE  echo useful stuff  $OUTPUT

-- 
laptop-mode verbose is not working
https://bugs.launchpad.net/bugs/429938
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 429938] Re: laptop-mode verbose is not working

2009-09-15 Thread dlgandalf
the modules scripts in /usr/share/laptop-mode-tools/modules use
LM_VERBOSE, which is somewhere derived from VERBOSE in /etc/laptop-mode
/laptop-mode.conf and mapped to LM_VERBOSE in /usr/sbin/laptop_mode

** Description changed:

  Binary package hint: laptop-mode-tools
  
  using karmic
  using version  1.47 of laptop-mode-tools
  I changed the /etc/laptop-mode/laptop-mode.conf to boolean VERBOSE=1
  the commented text above it said this wouldgive me detailed info during 
startup, yet I can't see anything but the usual 
  starting laptop..  [ ok ]
  
  I altered a modules script(/usr/share/laptop-mode/modules) to echo it's 
OUTPUT variable, but it's says /dev/stdout, which is correct.
- one thing I do find odd is that also in a modules script the variable 
LM_VERBOSE has the value [ 1 = 1 ] which is a string, although it's being 
used as a boolean guard in the form of:
+ one thing I do find odd is that also in the modules scripts the variable 
LM_VERBOSE has the value [ 1 = 1 ] which is a string, although it's being 
used as a boolean guard in the form of:
  $LM_VERBOSE  echo useful stuff  $OUTPUT

-- 
laptop-mode verbose is not working
https://bugs.launchpad.net/bugs/429938
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 429938] Re: laptop-mode verbose is not working

2009-09-15 Thread dlgandalf
** Description changed:

  Binary package hint: laptop-mode-tools
  
  using karmic
  using version  1.47 of laptop-mode-tools
- I changed the /etc/laptop-mode/laptop-mode.conf to boolean VERBOSE=1
+ I changed the /etc/laptop-mode/laptop-mode.conf to boolean VERBOSE_OUTPUT=1
  the commented text above it said this wouldgive me detailed info during 
startup, yet I can't see anything but the usual 
  starting laptop..  [ ok ]
  
  I altered a modules script(/usr/share/laptop-mode/modules) to echo it's 
OUTPUT variable, but it's says /dev/stdout, which is correct.
  one thing I do find odd is that also in the modules scripts the variable 
LM_VERBOSE has the value [ 1 = 1 ] which is a string, although it's being 
used as a boolean guard in the form of:
  $LM_VERBOSE  echo useful stuff  $OUTPUT

-- 
laptop-mode verbose is not working
https://bugs.launchpad.net/bugs/429938
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 429938] Re: laptop-mode verbose is not working

2009-09-15 Thread dlgandalf
you were right about post #3, and I DO now see verbose output when run
with laptop_mode directly

Is it also known that the iwlagn driver does not work with current
script, as it has no power_level device file in
/sys/class/net/$IF/device/?

-- 
laptop-mode verbose is not working
https://bugs.launchpad.net/bugs/429938
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 429003] Re: [karmic] Xorg (and anything GLX) crashes on startup

2009-09-14 Thread dlgandalf
I've been pulling hairs the whole day of frustation. Even installed the vanilla 
nvidia driver from their website. Well that didn't work.
Thank god I found this bugreport. 
many kudo's for well explained downgrade/workaround

-- 
[karmic] Xorg (and anything GLX) crashes on startup
https://bugs.launchpad.net/bugs/429003
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 356453] Re: logitech illuminated does not work after suspend

2009-09-07 Thread dlgandalf
works now in karmic, probably thanks to kernel update.

at least it works with: kernel 2.6.31.9.20
I don't know if this exact version introduced the fix.

-- 
logitech illuminated does not work after suspend
https://bugs.launchpad.net/bugs/356453
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 424283] [NEW] totem loses sound when seeking in mkv which has embedded mp3 layer

2009-09-04 Thread dlgandalf
Public bug reported:

Binary package hint: totem-gstreamer

using:
Description:Ubuntu karmic (development branch)
Release:9.10

with packages up-to-date:
2.27.2-0ubuntu4

What I expected to happen was totem to continue to play correctly after
seeking through the mkv file, even if the audio being played happens to
be a mp3 (mpeg1 layer 3 for correctness )

What happened was no sound after seeking had been done.

ps
I don't know if this is only in conjunction with h264 video, because I don't 
have any mkv's with divx/(or other) encoded video which have mp3 audio

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

-- 
totem loses sound when seeking in mkv which has embedded mp3 layer
https://bugs.launchpad.net/bugs/424283
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 424283] Re: totem loses sound when seeking in mkv which has embedded mp3 layer

2009-09-04 Thread dlgandalf
Well I can't attach copyrighted material here.

and I don't have creative commons sample.

Besides my desktop, I can reproduce this with my latop on a 2 day-old
installation of karmic.

steps are fairly easy to reproduce.

1 Get a mkv(matroska container) file with embedded mp3 audio 
2 play it with totem.
3 seek through the file by using arrow buttons or use the mouse on the timeline 
widget.
4 after 1 or just 2 tries of seeking, especially backwards seeking, the sound 
disappears.

-- 
totem loses sound when seeking in mkv which has embedded mp3 layer
https://bugs.launchpad.net/bugs/424283
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 420308] Re: [regression] Cannot enable Compiz from gnome-appearance-properties

2009-09-03 Thread dlgandalf
side effect which I see is that when you try it with the gnome-
appearance-settings-preferences, it fails, and after that a process
gconfd-2 suddenly is wasting cpu cycles. Hope this helps

-- 
[regression] Cannot enable Compiz from gnome-appearance-properties
https://bugs.launchpad.net/bugs/420308
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 345683] Re: no gdm sound

2009-08-10 Thread dlgandalf
It was kindof invalid, a global /etc/pa.conf file was the culprit, which
worked multiple distribution upgrades, instructed by the pulseaudio
creators, until intrepid.

happy to say, every other program works nowadays without a manual
pa.conf file, but you probably knew that already :D

** Changed in: linux (Ubuntu)
   Status: Incomplete = Invalid

-- 
no gdm sound
https://bugs.launchpad.net/bugs/345683
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 410065] [NEW] policykit authorization dialog show qt4/kde version.

2009-08-06 Thread dlgandalf
Public bug reported:

In a gnome session I'm expecting the gtk/gnome version of the policykit 
authorization dialog when trying to change whatever policykit manages (, 
although I have indeed got kde installed.)
The problem, I think, lies in
/usr/share/dbus-1/services/kde-org.freedesktop.PolicyKit.AuthenticationAgent.service
If you change this file to point to the gnome variant of the policykit manager, 
all goes well. But then it breaks when you're in KDE.

Why does a kde-org.freedeskto[] file influence settings when you're
in a gnome-session?

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
policykit authorization dialog show qt4/kde version.
https://bugs.launchpad.net/bugs/410065
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 410065] Re: policykit authorization dialog show qt4 version.

2009-08-06 Thread dlgandalf

** Attachment added: screenshot5.png
   http://launchpadlibrarian.net/29978777/screenshot5.png

** Summary changed:

- policykit authorization dialog show qt4 version.
+ policykit authorization dialog show qt4/kde version.

** Description changed:

- In a gnome session I'm expecting the gtk version of the policykit 
authorization dialog, although I have indeed got kde installed.
+ In a gnome session I'm expecting the gtk/gnome version of the policykit 
authorization dialog when trying to change whatever policykit manages (, 
although I have indeed got kde installed.)
  The problem, I think, lies in
  
/usr/share/dbus-1/services/kde-org.freedesktop.PolicyKit.AuthenticationAgent.service
  If you change this file to point to the gnome variant of the policykit 
manager, all goes well. But then it breaks when you're in KDE.
  
  Why does a kde-org.freedeskto[] file influence settings when you're
  in a gnome-session?

-- 
policykit authorization dialog show qt4/kde version.
https://bugs.launchpad.net/bugs/410065
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 356453] Re: logitech illuminated does not work after suspend

2009-07-09 Thread dlgandalf
same in the karmic K
I think this is more serious than some people realise, the usb subsystem is in 
a weird state. because some mouse events are not properly reported to the OS, I 
noticed this with the program easystroke, which is unable to register mouse 
movement when coming out of suspend, and after reattaching the logitech 
illum... keyboard

-- 
logitech illuminated does not work after suspend
https://bugs.launchpad.net/bugs/356453
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 189288] Re: Couldn't open display computer:/// Places Computer

2009-06-11 Thread dlgandalf
I'd like to reopen, same bug in the K. Koala !

-- 
Couldn't open display computer:/// Places Computer
https://bugs.launchpad.net/bugs/189288
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 356453] Re: logitech illuminated does not work after suspend

2009-06-09 Thread dlgandalf
some kind of feedback would be nice?

-- 
logitech illuminated does not work after suspend
https://bugs.launchpad.net/bugs/356453
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 356453] Re: logitech illuminated does not work after suspend

2009-04-25 Thread dlgandalf
Is the uhci_hcd module built-in to the kernel in 9.04?

-- 
logitech illuminated does not work after suspend
https://bugs.launchpad.net/bugs/356453
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 356453] Re: logitech illuminated does not work after suspend

2009-04-07 Thread dlgandalf
** Tags added: standby suspend

-- 
logitech illuminated does not work after suspend
https://bugs.launchpad.net/bugs/356453
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 356453] [NEW] logitech illuminated does not work after suspend

2009-04-06 Thread dlgandalf
Public bug reported:

using jaunty up to date amap.


when coming out of standby the logitech illuminated keyboard starts to blink 
it's background illumination
dmesg shows many:
[ 3217.952017] usb 7-1: reset full speed USB device using uhci_hcd and address 2

remedy, replug the keyboard and
remedy in intrepid was assigning the uhci_hcd module in 
/etc/pm/config.d/00sleep_module to be unloaded at suspend.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
logitech illuminated does not work after suspend
https://bugs.launchpad.net/bugs/356453
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 345683] [NEW] no gdm sound

2009-03-19 Thread dlgandalf
Public bug reported:

pretty self explanatory

If I manually start pulseaudio as root in a virtual console, the sound
does play. However none of my other systems need this tweak.

/etc/default/pulseaudio warns not to start pulseaudio as a system-wide daemon. 
Handled by the var:
PULSEAUDIO_SYSTEM_START

why do my other systems have that pleasant drum when gdm comes up?

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
no gdm sound
https://bugs.launchpad.net/bugs/345683
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 211016] Re: Gstreamer with Pulseaudio on Network : no Sound

2009-03-05 Thread dlgandalf
on intrepid but isn't fixed for me.

-- 
Gstreamer with Pulseaudio on Network : no Sound
https://bugs.launchpad.net/bugs/211016
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 301480] Re: can't connect to PAN NAP

2009-01-28 Thread dlgandalf
idd, no services tab in the bluetooth-applet

-- 
can't connect to PAN NAP
https://bugs.launchpad.net/bugs/301480
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 149693] Re: Wireless keyboard doesn't work after suspend

2009-01-15 Thread dlgandalf
I had the same problem with the logitech illuminated. Always thought the
jumper was the culprit, however when I set the jumper in the correct
state, my keyboard would just flash(being a illuminated keyboard
right?).

My keyboard doesn't work in- and post boot. Does someone have an idea
what this can be.

The suspend-resume issue is solved by setting the module uhci_hcd
explicitly in /etc/pm/config.d/00sleep_module

-
SUSPEND_MODULES=$SUSPEND_MODULES uhci_hcd

But does someone have an idea why my usb keyboard doesn't work in early
boot, I have set usb legacy and the works. Other usb keyboards do work.

-- 
Wireless keyboard doesn't work after suspend
https://bugs.launchpad.net/bugs/149693
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 284322] Re: Keyboard does not work when resuming from suspend

2009-01-15 Thread dlgandalf
A me too here.

I solved it by editing my /etc/pm/config.d/00sleep_module
and changed to:
SUSPEND_MODULES=$SUSPEND_MODULES uhci_hcd

-- 
Keyboard does not work when resuming from suspend
https://bugs.launchpad.net/bugs/284322
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 310781] Re: UBUNTU:INTREPID: USB mouse/keyboard do no respond after resume from suspend-to-RAM

2009-01-15 Thread dlgandalf
@rebegin, mine fails too
Besides that my keyboard also doesn't work in bios (although I have all the 
necessary option enabled.) and post bios (like grub and alike)
Do you experience this too?
If so, what make of keyboard and motherboard have you got.

-- 
UBUNTU:INTREPID: USB mouse/keyboard do no respond after resume from 
suspend-to-RAM
https://bugs.launchpad.net/bugs/310781
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 149693] Re: Wireless keyboard doesn't work after suspend

2008-12-02 Thread dlgandalf
timbba does your usb keyboard work in bios and post bios(in grub for
example?) ?

Mine doesn't and I have a hunch it's gotta do with that jumper

-- 
Wireless keyboard doesn't work after suspend
https://bugs.launchpad.net/bugs/149693
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 294327] Re: tracker hangs on indexing 0/0 inboxes

2008-11-07 Thread dlgandalf
my fault, log stated that there wasn't enough free disk space, solved that, but 
still doesn't index all my email
made new bug report.

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

-- 
tracker hangs on indexing 0/0 inboxes
https://bugs.launchpad.net/bugs/294327
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 188628] Re: Tracker doesn't seem to index mails from Evolution in Hardy

2008-11-07 Thread dlgandalf
another confirm for intrepid, tracker only indexes a tenth of my mails,
which probably even more weird than no emails at all. should I create
another bug report?

Emails are being saved locally, because I can read them while in offline
mode.

-- 
Tracker doesn't seem to index mails from Evolution in Hardy
https://bugs.launchpad.net/bugs/188628
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 294317] [NEW] freezes during suspend

2008-11-05 Thread dlgandalf
Public bug reported:

1) intrepid
2)
3) my computer shutsdown into suspend mode. including shutdown of fans and 
monitor, wakes up properly
4) what actually happens, compiz/gnome fades out, harddisk spins down, the rest 
of computer parts stay powered, a standard-output cursor/underscore keeps 
blinking. 

Alt+right-key still changes console views, but can't login because
normal keys aren't being registered. Only remedy is a hard-reset.

using nvidia-glx-177.80

Which logs will be of value?

/var/log/messages doesn't show anything besides networkmanager releasing
ip's

Sorry for the rather long snippet
19:53:44 is the time on which I pressed the suspend option in gnome. 19:55 is 
the reboot sequence.
[snippet]
Nov  5 19:53:44 gandalfpc NetworkManager: info  Sleeping... 
Nov  5 19:53:44 gandalfpc NetworkManager: info  (eth1): now unmanaged 
Nov  5 19:53:44 gandalfpc NetworkManager: info  (eth1): device state change: 
8 - 1 
Nov  5 19:53:44 gandalfpc NetworkManager: info  (eth1): deactivating device 
(reason: 37). 
Nov  5 19:53:44 gandalfpc NetworkManager: info  eth1: canceled DHCP 
transaction, dhcp client pid 9312 
Nov  5 19:53:44 gandalfpc NetworkManager: WARN  check_one_route(): (eth1) 
error -34 returned from rtnl_route_del(): Sucess  
Nov  5 19:53:44 gandalfpc avahi-daemon[6656]: Withdrawing address record for 
192.168.2.103 on eth1.
Nov  5 19:53:44 gandalfpc avahi-daemon[6656]: Leaving mDNS multicast group on 
interface eth1.IPv4 with address 192.168.2.103.
Nov  5 19:53:44 gandalfpc avahi-daemon[6656]: Interface eth1.IPv4 no longer 
relevant for mDNS.
Nov  5 19:53:44 gandalfpc NetworkManager: info  (eth1): cleaning up... 
Nov  5 19:53:44 gandalfpc NetworkManager: info  (eth1): taking down device. 
Nov  5 19:53:44 gandalfpc NetworkManager: info  Policy set 'Auto bblinksys' 
(wlan0) as default for routing and DNS. 
Nov  5 19:53:44 gandalfpc NetworkManager: info  (eth0): now unmanaged 
Nov  5 19:53:44 gandalfpc NetworkManager: info  (eth0): device state change: 
2 - 1 
Nov  5 19:53:44 gandalfpc NetworkManager: info  (eth0): cleaning up... 
Nov  5 19:53:44 gandalfpc NetworkManager: info  (eth0): taking down device. 
Nov  5 19:53:44 gandalfpc NetworkManager: info  (wlan0): now unmanaged 
Nov  5 19:53:44 gandalfpc NetworkManager: info  (wlan0): device state change: 
8 - 1 
Nov  5 19:53:44 gandalfpc NetworkManager: info  (wlan0): deactivating device 
(reason: 37). 
Nov  5 19:53:45 gandalfpc NetworkManager: info  wlan0: canceled DHCP 
transaction, dhcp client pid 10055 
Nov  5 19:53:45 gandalfpc kernel: [ 1012.193510] wlan0: disassociating by local 
choice (reason=3)
Nov  5 19:53:45 gandalfpc NetworkManager: WARN  check_one_route(): (wlan0) 
error -34 returned from rtnl_route_del(): Sucess  
Nov  5 19:53:45 gandalfpc avahi-daemon[6656]: Withdrawing address record for 
192.168.2.101 on wlan0.
Nov  5 19:53:45 gandalfpc avahi-daemon[6656]: Leaving mDNS multicast group on 
interface wlan0.IPv4 with address 192.168.2.101.
Nov  5 19:53:45 gandalfpc avahi-daemon[6656]: Interface wlan0.IPv4 no longer 
relevant for mDNS.
Nov  5 19:53:45 gandalfpc NetworkManager: info  (wlan0): cleaning up... 
Nov  5 19:53:45 gandalfpc NetworkManager: info  (wlan0): taking down device. 
Nov  5 19:53:45 gandalfpc NetworkManager: info  (eth1): carrier now OFF 
(device state 1) 
Nov  5 19:55:22 gandalfpc syslogd 1.5.0#2ubuntu6: restart.
Nov  5 19:55:22 gandalfpc kernel: Inspecting /boot/System.map-2.6.27-7-generic
Nov  5 19:55:22 gandalfpc kernel: Cannot find map file.
Nov  5 19:55:22 gandalfpc kernel: Loaded 68302 symbols from 96 modules.
Nov  5 19:55:22 gandalfpc kernel: [0.00] Initializing cgroup subsys 
cpuset
.
.
[/snippet]

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Description changed:

  1) intrepid
  2)
  3) my computer shutsdown into suspend mode. including shutdown of fans and 
monitor, wakes up properly
  4) what actually happens, compiz/gnome fades out, harddisk spins down, the 
rest of computer parts stay powered, a standard-output cursor/underscore keeps 
blinking. 
  
  Alt+right-key still changes console views, but can't login because
  normal keys aren't being registered. Only remedy is a hard-reset.
+ 
+ using nvidia-glx-177.80
  
  Which logs will be of value?
  
  /var/log/messages doesn't show anything besides networkmanager releasing
  ip's
  
  Sorry for the rather long snippet
  19:53:44 is the time on which I pressed the suspend option in gnome. 19:55 is 
the reboot sequence.
  [snippet]
  Nov  5 19:53:44 gandalfpc NetworkManager: info  Sleeping... 
  Nov  5 19:53:44 gandalfpc NetworkManager: info  (eth1): now unmanaged 
  Nov  5 19:53:44 gandalfpc NetworkManager: info  (eth1): device state 
change: 8 - 1 
  Nov  5 19:53:44 gandalfpc NetworkManager: info  (eth1): deactivating device 
(reason: 37). 
  Nov  5 19:53:44 gandalfpc NetworkManager: info  eth1: canceled DHCP 
transaction, dhcp client pid 9312 
  Nov  5 19:53:44 gandalfpc NetworkManager: WARN  

[Bug 294327] [NEW] tracker hangs on indexing 0/0 inboxes

2008-11-05 Thread dlgandalf
Public bug reported:

Binary package hint: tracker-utils

1) intrepid uptodate on time of writing
2) 
3) tracker indexes my mail properly, all 7000 of them
4) tracker only indexes ~700
  on the forums I was told to delete all the cache folders etc. and I did, and 
then told tracker to reindex, but then it freezes on indexing 0/0 mailboxes
removed the checkbox to index evolution email. and again reindex 
tracker still displays: indexing 0/0 mailboxes.

any ideas on howto debug?

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

-- 
tracker hangs on indexing 0/0 inboxes
https://bugs.launchpad.net/bugs/294327
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 273083] Re: compiz renders slow, but normal with active benchmark plugin

2008-10-27 Thread dlgandalf
not encountered since nvidia 177.80

** Changed in: compiz (Ubuntu)
   Status: New = Fix Released

-- 
compiz renders slow, but normal with active benchmark plugin 
https://bugs.launchpad.net/bugs/273083
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 288808] Re: evdev driver not used when X is restarted

2008-10-27 Thread dlgandalf
** Changed in: xserver-xorg-input-evdev (Ubuntu)
Sourcepackagename: None = xserver-xorg-input-evdev

** Description changed:

  using up-to-date intrepid
  What I expected: evdev driver stays active, or reinstantiated when restarting 
X with ctrl-alt-bspace
  what happened (I think):  evdev driver makes an error when loaded twice, or X 
doesn't handle this correctly, X then uses the mouse type driver, which gives 
irritating functions like back buttons horizontal scrolling, all buttons which 
I gave other special functions through Xbind 
  
  The reason why I think this happend as I described is because of the
  attached log
+ 
+ //update
+ also happens when usb cable is reinserted

-- 
evdev driver not used when X is restarted
https://bugs.launchpad.net/bugs/288808
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


  1   2   >