[Bug 1933714] Re: webfrontend does not render correctly due to wrong paths

2021-06-26 Thread darthvader
** Attachment added: "web developer screenshot showing the resources failing to 
load"
   
https://bugs.launchpad.net/ubuntu/+source/prometheus-pushgateway/+bug/1933714/+attachment/5507189/+files/Bildschirmfoto%20vom%202021-06-26%2010-29-47.png

** Description changed:

  This refers to prometheus-pushgateway 1.4.0+ds-1 and seems to be an
  issue specifically with dpkg package and not an upstream issue.
  
- After installation accession http://localhost:9091 renders a garbled
+ After installation accessing http://localhost:9091 renders a garbled
  page. Using web developer it's obvious that some resources don't exist
  in `/usr/share/prometheus/pushgateway/static`, see screenshot attached.
  
  Specifically 2 things are wrong:
  
  1) `/usr/share/prometheus/pushgateway/static/bootstrap4` is there, but
  it's referred as `bootstrap-4` (note the dash). I've worked around this
  by:
  
  ```
  cd /usr/share/prometheus/pushgateway/static
  ln -s ../../../javascript/bootstrap4 bootstrap-4
  ```
  
  2) `/usr/share/prometheus/pushgateway/static/jquery.min.js` is missing.
  Workaround:
  
  ```
  cd /usr/share/prometheus/pushgateway/static
  ln -s jquery/jquery.min.js jquery.min.js
  ```

** Description changed:

  This refers to prometheus-pushgateway 1.4.0+ds-1 and seems to be an
  issue specifically with dpkg package and not an upstream issue.
  
  After installation accessing http://localhost:9091 renders a garbled
  page. Using web developer it's obvious that some resources don't exist
  in `/usr/share/prometheus/pushgateway/static`, see screenshot attached.
  
  Specifically 2 things are wrong:
  
  1) `/usr/share/prometheus/pushgateway/static/bootstrap4` is there, but
  it's referred as `bootstrap-4` (note the dash). I've worked around this
  by:
  
  ```
  cd /usr/share/prometheus/pushgateway/static
  ln -s ../../../javascript/bootstrap4 bootstrap-4
  ```
  
  2) `/usr/share/prometheus/pushgateway/static/jquery.min.js` is missing.
  Workaround:
  
  ```
  cd /usr/share/prometheus/pushgateway/static
  ln -s jquery/jquery.min.js jquery.min.js
  ```
+ 
+ With these changes everything works fine. Maybe the better approach
+ would be to change the references in
+ `/usr/share/prometheus/pushgateway/template.html` to the existing
+ locations.

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

Title:
  webfrontend does not render correctly due to wrong paths

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/prometheus-pushgateway/+bug/1933714/+subscriptions

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

[Bug 1933714] [NEW] webfrontend does not render correctly due to wrong paths

2021-06-26 Thread darthvader
Public bug reported:

This refers to prometheus-pushgateway 1.4.0+ds-1 and seems to be an
issue specifically with dpkg package and not an upstream issue.

After installation accessing http://localhost:9091 renders a garbled
page. Using web developer it's obvious that some resources don't exist
in `/usr/share/prometheus/pushgateway/static`, see screenshot attached.

Specifically 2 things are wrong:

1) `/usr/share/prometheus/pushgateway/static/bootstrap4` is there, but
it's referred as `bootstrap-4` (note the dash). I've worked around this
by:

```
cd /usr/share/prometheus/pushgateway/static
ln -s ../../../javascript/bootstrap4 bootstrap-4
```

2) `/usr/share/prometheus/pushgateway/static/jquery.min.js` is missing.
Workaround:

```
cd /usr/share/prometheus/pushgateway/static
ln -s jquery/jquery.min.js jquery.min.js
```

With these changes everything works fine. Maybe the better approach
would be to change the references in
`/usr/share/prometheus/pushgateway/template.html` to the existing
locations.

** Affects: prometheus-pushgateway (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/1933714

Title:
  webfrontend does not render correctly due to wrong paths

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/prometheus-pushgateway/+bug/1933714/+subscriptions

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

[Bug 1857775] Re: dmesg/syslog flooded with: iwlwifi 0000:00:14.3: Unhandled alg: 0x707

2020-11-29 Thread darthvader
I'm also suffering from this. As a workaround adding `options iwlwifi
11n_disable=1` to `/etc/modprobe.d/iwlwifi.conf` helped for me.

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

Title:
  dmesg/syslog flooded with: iwlwifi :00:14.3: Unhandled alg: 0x707

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

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

[Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-10-17 Thread darthvader
I was able to recover from this situation by doing a `rm -rf
~/.config/duplicity/duply_`

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

Title:
  AssertionError in manifest.py: assert filecount ==
  len(self.files_changed)

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

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

[Bug 1626371] Re: cdc_ether fills kernel log

2016-10-27 Thread darthvader
The problem persists in mainline kernel 4.9-rc2

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

Title:
  cdc_ether fills kernel log

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

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


[Bug 1608047] [NEW] provide builds for upsteam 1.6 release

2016-07-30 Thread darthvader
Public bug reported:

Modemmanager 1.6 has recently been released, see
https://lists.freedesktop.org/archives/modemmanager-
devel/2016-July/003211.html. The list of changes there mentions e.g.
support for couple of Sierra cards which are shipping with recent Lenovo
Thinkpads, e.g. X260, X1 Yoga, T460 and many more.

Due to this I'd really appreciate to have 1.6 based Ubuntu packages.

** Affects: modemmanager (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/1608047

Title:
  provide builds for upsteam 1.6 release

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

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


[Bug 1234299] Re: BUG: requesting unregistered parameter XX

2014-01-11 Thread darthvader
Confirmed, @ash-summers's commet above solves the issue.

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

Title:
  BUG: requesting unregistered parameter XX

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

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


[Bug 1054920] Re: bluetooth-wizard crashed with SIGSEGV in g_markup_parse_context_parse()

2012-12-16 Thread darthvader
*** This bug is a duplicate of bug 1053881 ***
https://bugs.launchpad.net/bugs/1053881

the linked bug #1053881 (https://bugs.launchpad.net/bugs/1053881) shows
HTTP 404.

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

Title:
  bluetooth-wizard crashed with SIGSEGV in
  g_markup_parse_context_parse()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/1054920/+subscriptions

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


[Bug 1065400] Re: Support for loading Broadcom bluetooth firmware

2012-11-02 Thread darthvader
0a5c:21e6 is also affected, see http://askubuntu.com/questions/180437
/bluetooth-headset-a2dp-works-hsp-hfp-not-no-sound-no-mic. Is there a
way to manally load the firmware?

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

Title:
  Support for loading Broadcom bluetooth firmware

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

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


[Bug 962082] Re: Profiles that require duplex audio like Head Set (HSP) and Hands Free (HFP) do not work on machines with Broadcom BCM20702A0 Bluetooth chips

2012-09-08 Thread darthvader
New Thinkpads are suffering from this bug (e.g. X230), see also
http://askubuntu.com/questions/180437/bluetooth-headset-a2dp-works-hsp-
hfp-not-no-sound-no-mic/185398.

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

Title:
  Profiles that require duplex audio like Head Set (HSP) and Hands Free
  (HFP) do not work on machines with Broadcom BCM20702A0 Bluetooth chips

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

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


[Bug 1026953] Re: Docking station audio I/O support for Thinkpad X230 tablet

2012-08-03 Thread darthvader
Audio currentl y does not work on a Thinkpad X230 (not the tablet!) via
docking station. I've installed the mainline kernel from
http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/2012-08-01-quantal/
and there is no sound on the docking station. Is your patch contained in
this kernel. (sorry for the potentially dumb question, I'm by far not
well informed about the kernel deployment process here).

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

Title:
  Docking station audio I/O support for Thinkpad X230 tablet

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

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


[Bug 908542] Re: Switching outputdevice awfully slow and sometimes leads to unusable displays

2012-01-11 Thread darthvader
Side note: when using Mint 12 (no Unity there) on my W510 it works, so
it's a IMHO strictly Unity related.

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

Title:
  Switching outputdevice awfully slow and sometimes leads to unusable
  displays

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

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


[Bug 908542] Re: Switching outputdevice awfully slow and sometimes leads to unusable displays

2012-01-03 Thread darthvader
Same here on Thinkpad W510 (Nvidia Quadro FX 880M) with Nvidia drivers
290.10 installed.

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

Title:
  Switching outputdevice awfully slow and sometimes leads to unusable
  displays

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

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


[Bug 908542] Re: Switching outputdevice awfully slow and sometimes leads to unusable displays

2012-01-03 Thread darthvader
Forget to mention: same slowness if e.g. mplayer is started or when
unlocking the screen.

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

Title:
  Switching outputdevice awfully slow and sometimes leads to unusable
  displays

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

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


[Bug 529156] Re: Gobi 2000 fails at AT+CMEE=1

2011-04-10 Thread darthvader
Works in Maverick.

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

Title:
  Gobi 2000 fails at AT+CMEE=1

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


[Bug 529156] Re: Gobi 2000 fails at AT+CMEE=1

2010-05-31 Thread darthvader
This bug still exists in Lucid.

-- 
Gobi 2000 fails at AT+CMEE=1
https://bugs.launchpad.net/bugs/529156
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 532374] Re: Lenovo Thinkpads with Core i5 and i7 suspend/resume (with kernel oops) once then fail horribly on next suspend

2010-04-19 Thread darthvader
sci_force_enable does not work for me, W510, Bios 1.15,
2.6.31-20-generic

-- 
Lenovo Thinkpads with Core i5 and i7 suspend/resume (with kernel oops) once 
then fail horribly on next suspend
https://bugs.launchpad.net/bugs/532374
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 529156] [NEW] Gobi 2000 fails at AT+CMEE=1

2010-02-27 Thread darthvader
Public bug reported:

Binary package hint: modemmanager

Description:Ubuntu 9.10
Release:9.10
modemmanager:  0.3-0ubuntu1~nmt1~karmic

Hardware: Lenovo W510 with Gobi 2000 device 
usb-id: Bus 002 Device 004: ID 05c6:9205 Qualcomm, Inc.

When trying to establish a broadband connection I get in syslog:
Your CDMA modem does not support +CMEE command

This also happens with the ppa-trunk version.

Attach is the output as described on
https://wiki.ubuntu.com/DebuggingModemmanager.

NB: this might be related to
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/472305 but
it's different hardware here, so I opened a seperate bug for this.

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

-- 
Gobi 2000 fails at AT+CMEE=1
https://bugs.launchpad.net/bugs/529156
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 529156] Re: Gobi 2000 fails at AT+CMEE=1

2010-02-27 Thread darthvader

** Attachment added: Debug output of modem-manager
   http://launchpadlibrarian.net/39862136/modem.log.txt

-- 
Gobi 2000 fails at AT+CMEE=1
https://bugs.launchpad.net/bugs/529156
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 529156] Re: Gobi 2000 fails at AT+CMEE=1

2010-02-27 Thread darthvader

** Attachment added: debug output of network-manager
   http://launchpadlibrarian.net/39862146/nm.log.txt

-- 
Gobi 2000 fails at AT+CMEE=1
https://bugs.launchpad.net/bugs/529156
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 529156] Re: Gobi 2000 fails at AT+CMEE=1

2010-02-27 Thread darthvader

** Attachment added: output of mm-test.py
   http://launchpadlibrarian.net/39862158/mm-test.log

-- 
Gobi 2000 fails at AT+CMEE=1
https://bugs.launchpad.net/bugs/529156
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 417732] Re: connecting gigaset USB device causes null pointer error

2009-09-01 Thread darthvader
Just installed
https://launchpad.net/ubuntu/+source/linux/2.6.28-15.51/+build/1198055/+files
/linux-image-2.6.28-15-generic_2.6.28-15.51_amd64.deb. Works fine with
the Gigaset ISDN USB device. Thanks.

-- 
connecting gigaset USB device causes null pointer error
https://bugs.launchpad.net/bugs/417732
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 417732] Re: connecting gigaset USB device causes null pointer error

2009-08-25 Thread darthvader
With the patched kernel provided in comment #3, the issue is resolved.
Pluging and unplugging the gigaset works fine, as well as lsusb, as well
as hibernate/supsend. Thank you very much for your ultrafast helpful
feedback.

-- 
connecting gigaset USB device causes null pointer error
https://bugs.launchpad.net/bugs/417732
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 417732] Re: connecting gigaset USB device causes null pointer error

2009-08-23 Thread darthvader
Exactly, with 2.6.28-14 it works like a charm.

-- 
connecting gigaset USB device causes null pointer error
https://bugs.launchpad.net/bugs/417732
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 417732] [NEW] connecting gigaset USB device causes null pointer error

2009-08-23 Thread darthvader
Public bug reported:

Binary package hint: linux-image-2.6.28-15-generic

Ubuntu: 9.04 64bit

Since upgrading to the regular 2.6.28-15 kernel, there's an error when 
connecting a gigaset ISDN phone via USB:
snippet from /var/log/kern.log:

Aug 23 01:12:33 sith kernel: [10943.104011] usb 7-2: new full speed USB device 
using uhci_hcd and address 2
Aug 23 01:12:33 sith kernel: [10943.309106] usb 7-2: configuration #1 chosen 
from 1 choice
Aug 23 01:12:33 sith kernel: [10943.382989] ISDN subsystem Rev: 
1.1.2.3/1.1.2.3/1.1.2.2/1.1.2.3/1.1.2.2/1.1.2.2 loaded
Aug 23 01:12:33 sith kernel: [10943.393660] gigaset: Hansjoerg Lipp 
hjl...@web.de, Tilman Schmidt til...@imap.cc, Stefan Eilers
Aug 23 01:12:33 sith kernel: [10943.393663] gigaset: Driver for Gigaset 307x
Aug 23 01:12:33 sith kernel: [10943.406219] BUG: unable to handle kernel NULL 
pointer dereference at 0158
Aug 23 01:12:33 sith kernel: [10943.406223] IP: [a0c83d1b] 
gigaset_probe+0x6b/0x4d0 [bas_gigaset]
Aug 23 01:12:33 sith kernel: [10943.406229] PGD 15dc6f067 PUD 16c840067 PMD 0 
Aug 23 01:12:33 sith kernel: [10943.406233] Oops: 0002 [#1] SMP 
Aug 23 01:12:33 sith kernel: [10943.406235] last sysfs file: 
/sys/devices/pci:00/:00:1d.1/usb7/7-2/usb_endpoint/usbdev7.2_ep00/dev
Aug 23 01:12:33 sith kernel: [10943.406239] Dumping ftrace buffer:
Aug 23 01:12:33 sith kernel: [10943.406241](ftrace buffer empty)
Aug 23 01:12:33 sith kernel: [10943.406243] CPU 1 
Aug 23 01:12:33 sith kernel: [10943.406244] Modules linked in: bas_gigaset(+) 
gigaset isdn crc_ccitt bridge stp bnep binfmt_misc vmnet ppdev parport_pc 
vmblock vmci vmmon video output input_polldev deflate zlib_deflate ctr twofish 
twofish_common camellia serpent blowfish des_generic cbc aes_x86_64 aes_generic 
xcbc rmd160 sha256_generic sha1_generic crypto_null af_key dm_crypt coretemp lp 
parport tuner_simple snd_hda_intel tuner_types snd_pcm_oss snd_mixer_oss tuner 
tvaudio snd_bt87x msp3400 snd_pcm snd_seq_dummy bttv snd_seq_oss snd_seq_midi 
snd_rawmidi snd_seq_midi_event ir_common snd_seq compat_ioctl32 videodev 
v4l1_compat snd_timer snd_seq_device i2c_algo_bit psmouse v4l2_common snd 
videobuf_dma_sg videobuf_core btcx_risc soundcore serio_raw snd_page_alloc 
tveeprom intel_agp iTCO_wdt iTCO_vendor_support nvidia(P) pcspkr joydev usbhid 
r8169 mii floppy raid10 raid456 async_xor async_memcpy async_tx xor raid1 raid0 
multipath linear fbcon tileblit font bitblit softcursor
Aug 23 01:12:33 sith kernel: [10943.406303] Pid: 11815, comm: modprobe Tainted: 
P   2.6.28-15-generic #49-Ubuntu
Aug 23 01:12:33 sith kernel: [10943.406305] RIP: 0010:[a0c83d1b]  
[a0c83d1b] gigaset_probe+0x6b/0x4d0 [bas_gigaset]
Aug 23 01:12:33 sith kernel: [10943.406310] RSP: 0018:880194de3ba8  EFLAGS: 
00010282
Aug 23 01:12:33 sith kernel: [10943.406312] RAX: 8801acc13880 RBX: 
8801818b1430 RCX: 0002
Aug 23 01:12:33 sith kernel: [10943.406314] RDX: 88002804efe0 RSI: 
00d0 RDI: 0282
Aug 23 01:12:33 sith kernel: [10943.406315] RBP: 880194de3bf8 R08: 
0001 R09: 880194de3908
Aug 23 01:12:33 sith kernel: [10943.406317] R10: 0001 R11: 
880194de3ac8 R12: 8801a3c9d088
Aug 23 01:12:33 sith kernel: [10943.406319] R13: 880196856398 R14: 
8801a3c9d000 R15: 8801818b1400
Aug 23 01:12:33 sith kernel: [10943.406321] FS:  7f1ff45376f0() 
GS:8801af802b80() knlGS:
Aug 23 01:12:33 sith kernel: [10943.406323] CS:  0010 DS:  ES:  CR0: 
8005003b
Aug 23 01:12:33 sith kernel: [10943.406325] CR2: 0158 CR3: 
00017b0a CR4: 06a0
Aug 23 01:12:33 sith kernel: [10943.406327] DR0:  DR1: 
 DR2: 
Aug 23 01:12:33 sith kernel: [10943.406329] DR3:  DR6: 
0ff0 DR7: 0400
Aug 23 01:12:33 sith kernel: [10943.406331] Process modprobe (pid: 11815, 
threadinfo 880194de2000, task 8801845bc320)
Aug 23 01:12:33 sith kernel: [10943.406333] Stack:
Aug 23 01:12:33 sith kernel: [10943.406334]  80532438 8801a3c9d000 
880194de3be8 80532b80
Aug 23 01:12:33 sith kernel: [10943.406337]  8801818b1430 8801818b1430 
 8801818b1400
Aug 23 01:12:33 sith kernel: [10943.406341]  a0c89ac8 a0c8d628 
880194de3c48 80533293
Aug 23 01:12:33 sith kernel: [10943.406345] Call Trace:
Aug 23 01:12:33 sith kernel: [10943.406346]  [80532438] ? 
usb_match_one_id+0x38/0xd0
Aug 23 01:12:33 sith kernel: [10943.406352]  [80532b80] ? 
usb_autopm_do_device+0xc0/0x110
Aug 23 01:12:33 sith kernel: [10943.406357]  [80533293] 
usb_probe_interface+0xc3/0x180
Aug 23 01:12:33 sith kernel: [10943.406363]  [804ba67d] 
really_probe+0x6d/0x1a0
Aug 23 01:12:33 sith kernel: [10943.406368]  [804ba7fb] 
driver_probe_device+0x4b/0x60
Aug 23 01:12:33 sith kernel: 

Re: [Bug 268502] Re: Bluetooth doesn't work (hci_cmd_task: hci0 command tx timeout)

2009-03-15 Thread darthvader
Hi Sami,

did you really intend to send this to me? I'm on this bug's watch list, but I 
have not ever written a comment on this. And I do not use the AMD64 platform. 
In the meantime I purchased a different bluetooth dongle that just works fine.

Regards,
Stefan

Am Sonntag, 15. März 2009 schrieb Sami Mäkinen:
 Stefan, any chance of getting a 2.6.28-9-generic AMD64 patched test
 kernel?

 Just installed Jaunty alpha6, and just about everything works perfectly
 right out of the box, except for Bluetooth (DBT-122) which has the same
 problem as in Intrepid.

-- 
Bluetooth doesn't work (hci_cmd_task: hci0 command tx timeout)
https://bugs.launchpad.net/bugs/268502
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 274006] [NEW] init script of tftpd-hpa is not LSB compliant

2008-09-24 Thread darthvader
Public bug reported:

Binary package hint: tftpd-hpa

When running tftpd-hpa in a ha-cluster it fails because of non-compliance of 
the init script to LSB standards.
See http://www.linux-ha.org/LSBResourceAgent for requirements to the init 
scripts.

Based on /etc/init.d/skeleton I wrote a initscript that suffices the
requirements.

Using Ubuntu 8.04.1 and tftpd-hpa version 0.48-1ubuntu1.

** Affects: tftp-hpa (Ubuntu)
 Importance: Undecided
 Status: New

-- 
init script of tftpd-hpa is not LSB compliant
https://bugs.launchpad.net/bugs/274006
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 274006] Re: init script of tftpd-hpa is not LSB compliant

2008-09-24 Thread darthvader

** Attachment added: fixed init script
   http://launchpadlibrarian.net/17922346/tftpd-hpa

-- 
init script of tftpd-hpa is not LSB compliant
https://bugs.launchpad.net/bugs/274006
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 121653] Re: [gutsy] fglrx breaks over suspend/resume

2007-10-16 Thread darthvader
maybe we should vote for the bug on ATI's bugzilla:
http://ati.cchtml.com/show_bug.cgi?id=739

-- 
[gutsy] fglrx breaks over suspend/resume
https://bugs.launchpad.net/bugs/121653
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 83025] Re: initramfs-tools script doesn't wait for device initialization, preventing mdadm to assemble md arrays

2007-04-05 Thread darthvader
I can confirm this bug. It should be considered as a blocker for the
Feisty release.

-- 
initramfs-tools script doesn't wait for device initialization, preventing mdadm 
to assemble md arrays
https://bugs.launchpad.net/bugs/83025
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103044] feisty, amd64: kernel oops during boot on a nfs root diskless system

2007-04-04 Thread darthvader
Public bug reported:

Binary package hint: linux-image-2.6.20-13-generic

The diskless box uses multiple nfs shares stacked with unionfs as root
file system (see http://www.evolware.org/chri/hopeless.html).  After
upgrading to Feisty I got this kernel dump below. When booting the same
system with linux-image-2.6.17-11 (Edgy) ist just comes up fine. The
oops happens shortly after finishing initramfs, during regular system
init phase.

[   62.149865] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   62.227384] iTCO_vendor_support: vendor-support=0
[   62.268982] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.01 (11-Nov-2006)
[   62.309766] iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2, 
TCOBASE=0x1060)
[   62.369157] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   62.477414] parport: PnPBIOS parport detected.
[   62.504174] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 
[PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[   62.570071] input: PC Speaker as /class/input/input2
[   62.608493] intel_rng: FWH not detected
[   63.093293] Unable to handle kernel NULL pointer dereference at 
0008 RIP:
[   63.126035]  [8819bc97] :nfs:nfs_lookup+0x147/0x2d0
[   63.174974] PGD 7ecae067 PUD 25c8067 PMD 0
[   63.200064] Oops:  [1] SMP
[   63.218884] CPU 0
[   63.230910] Modules linked in: pcspkr parport_pc psmouse parport iTCO_wdt 
iTCO_vendor_support shpchp pci_hotplug evdev tsdev af_packet nfs lockd sunrpc 
sg sr_mod cdrom generic ata_generic floppy ehci_hcd ata_piix libata uhci_hcd 
scsi_mod e1000 usbcore thermal processor fan fbcon tileblit font bitblit 
softcursor vesafb cfbcopyarea cfbimgblt cfbfillrect capability commoncap 
bonding unionfs
[   63.438017] Pid: 3319, comm: mount Not tainted 2.6.20-13-generic #2
[   63.475395] RIP: 0010:[8819bc97]  [8819bc97] 
:nfs:nfs_lookup+0x147/0x2d0
[   63.525784] RSP: 0018:81007f4eba48  EFLAGS: 00010246
[   63.557459] RAX: 81007da66000 RBX: 81007e900be0 RCX: fd02
[   63.600021] RDX: 81007f64e250 RSI:  RDI: 81007f64e1e0
[   63.642581] RBP:  R08:  R09: 
[   63.685144] R10: 81007d82e250 R11: 0128 R12: 
[   63.727707] R13: 81007f64e1e0 R14: 81007f4ebc28 R15: 81007f4ebb18
[   63.770268] FS:  2b45b46676f0() GS:8054d000() 
knlGS:
[   63.818532] CS:  0010 DS:  ES:  CR0: 8005003b
[   63.852798] CR2: 0008 CR3: 025e6000 CR4: 06e0
[   63.895361] Process mount (pid: 3319, threadinfo 81007f4ea000, task 
81007e47c100)
[   63.944142] Stack:  0006 81007f4ebd48 81007e93c980 
81007f4ebc58
[   63.992147]  fffeef6b 8819bdc3 81ed0001 
0001
[   64.036472]     

[   64.079707] Call Trace:
[   64.095376]  [8819bdc3] :nfs:nfs_lookup+0x273/0x2d0
[   64.129700]  [8819c83d] :nfs:nfs_permission+0x1dd/0x200
[   64.166085]  [8819c544] :nfs:nfs_access_get_cached+0x24/0x140
[   64.205589]  [8023861c] __lookup_hash+0x11c/0x160
[   64.238866]  [802dc2e8] lookup_one_len_nd+0x78/0x90
[   64.273134]  [8800bdee] :unionfs:unionfs_lookup_backend+0x2ce/0x930
[   64.315703]  [8819c83d] :nfs:nfs_permission+0x1dd/0x200
[   64.352090]  [880031f3] :unionfs:unionfs_lookup+0x53/0x70
[   64.389464]  [802123d8] __fput+0x168/0x1d0
[   64.419063]  [8022e0e4] mntput_no_expire+0x24/0xb0
[   64.452813]  [8023861c] __lookup_hash+0x11c/0x160
[   64.486044]  [8025a8ef] lookup_create+0x4f/0xa0
[   64.518236]  [80256d75] sys_linkat+0xd5/0x180
[   64.549392]  [8020ceaf] dput+0x2f/0x170
[   64.577442]  [802123d8] __fput+0x168/0x1d0
[   64.607040]  [8022e0e4] mntput_no_expire+0x24/0xb0
[   64.640788]  [81007f4eba48
[   64.821659] CR2: 0008

** Affects: linux-source-2.6.20 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
feisty, amd64: kernel oops during boot on a nfs root diskless system
https://bugs.launchpad.net/bugs/103044
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 60690] flickr export does not work

2006-09-16 Thread darthvader
Public bug reported:

digikam0.8.2~rc1-0ubuntu3 
kipi-plugins   0.1+rc1-1ubuntu2

When trying to upload images to flickr from digikam, an errorbox pops up 
containing Error Occured: Missing signature. We can not proceed further. Some 
time ago, upload worked fine.
The cause for this is a change in the Flickr API. The upstream code seems 
already being fixed, see
http://bugs.kde.org/show_bug.cgi?id=132659.

** Affects: kipi-plugins (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
flickr export does not work
https://launchpad.net/bugs/60690

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