[Bug 1923670] Re: CIFS DFS entries not accessible with 5.4.0-71.74-generic

2021-04-27 Thread Kjell Braden
Will this be fixed for non-OEM kernels in focal? It's listed as Fix
Released, but I don't see a fixed version.

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

Title:
  CIFS DFS entries not accessible with 5.4.0-71.74-generic

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

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

[Bug 1924759] [NEW] accessing cifs DFS mount fails after updating to 5.4.0-71-generic

2021-04-16 Thread Kjell Braden
Public bug reported:

On focal, after updating to 5.4.0-71-generic kernel and modules, I
cannot access a CIFS DFS share anymore.

# mount -t cifs -o iocharset=utf8,user=username,dom=domain 
'\\winfs.redacted.corp\WINFS' /mnt
# ls -l /mnt/dir/DFS_SHARE/subdir
ls: cannot access '/mnt/dir/DFS_SHARE/subdir': No such file or directory

The same process reliably works on 5.4.0-70-generic.

** Affects: linux-signed (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/1924759

Title:
  accessing cifs DFS mount fails after updating to 5.4.0-71-generic

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

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

[Bug 1091169] Re: deep-mounting below symlinked directory in cifs drive causes oops

2013-01-30 Thread Kjell Braden
** Bug watch added: Linux Kernel Bug Tracker #53221
   http://bugzilla.kernel.org/show_bug.cgi?id=53221

** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=53221
   Importance: Unknown
   Status: Unknown

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

Title:
  deep-mounting below symlinked directory in cifs drive causes oops

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

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


[Bug 1091169] Re: deep-mounting below symlinked directory in cifs drive causes oops

2013-01-24 Thread Kjell Braden
You got to be kidding me.




No, it doesn't change anything - I replicated every single test on 10
different machines and a virtualbox.

** Tags removed: bios-outdated

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

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

Title:
  deep-mounting below symlinked directory in cifs drive causes oops

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

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


[Bug 1091169] Re: deep-mounting below symlinked directory in cifs drive causes oops

2013-01-24 Thread Kjell Braden
Would you please take five minutes to run the testcase I provided
yourself, so realize it's not my hardware and you stop asking me for
every rc release if it magically fixed itself?

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

Title:
  deep-mounting below symlinked directory in cifs drive causes oops

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

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


[Bug 1091169] Re: deep-mounting below symlinked directory in cifs drive causes oops

2013-01-23 Thread Kjell Braden
** Summary changed:

- deep-mounting cifs drive causes oops
+ deep-mounting below symlinked directory in cifs drive causes oops

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

Title:
  deep-mounting below symlinked directory in cifs drive causes oops

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

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


[Bug 1091169] Re: deep-mounting below symlinked directory in cifs drive causes oops

2013-01-23 Thread Kjell Braden
Does not appear in lucid's 2.6.32-38-generic.
Does not appear in natty's 2.6.38-8-generic.
Does not appear in oneiric's 3.0.0-12-generic.

Does appear in precise's 3.2.0-34-generic and every newer version
tested, both mainline and ubuntu's.

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

Title:
  deep-mounting below symlinked directory in cifs drive causes oops

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

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


[Bug 1091169] Re: deep-mounting below symlinked directory in cifs drive causes oops

2013-01-23 Thread Kjell Braden
** Tags removed: kernel-bug-exists-upstream-v3.8-rc2 needs-upstream-testing
** Tags added: kernel-bug-exists-upstream-v3.8-rc4 regression-release

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

** Description changed:

+ == Regression details ==
+ Discovered in version: 3.2.0
+ Last known good version: 3.0.0
+ 
  this works:
    # mount.cifs //smbsrv/mount/ /mnt/ -o user=me,dom=mydomain
    Password:
    # umount /mnt
  
  this causes oops:
    # mount.cifs //smbsrv/mount/deep/path/ /mnt/ -o user=me,dom=mydomain
    Password:
    Killed
  
  A example of the oops may be found in
  https://launchpadlibrarian.net/125982530/CurrentDmesg.txt .
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-34-generic 3.2.0-34.53
  ProcVersionSignature: Ubuntu 3.2.0-34.53-generic 3.2.33
  Uname: Linux 3.2.0-34-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu15
  Architecture: amd64
  ArecordDevices:  List of CAPTURE Hardware Devices 
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D1', '/dev/snd/hwC0D2', 
'/dev/snd/hwC0D3', '/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D7p', 
'/dev/snd/pcmC0D8p', '/dev/snd/pcmC0D9p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xfbdfc000 irq 58'
     Mixer name : 'Nvidia GPU 10 HDMI/DP'
     Components : 'HDA:10de0010,10de0101,00100100'
     Controls  : 24
     Simple ctrls  : 4
  Date: Mon Dec 17 11:41:21 2012
  HibernationDevice: RESUME=UUID=b4ff9451-106e-4de4-9ef3-cbb27784222b
  IwConfig:
   lono wireless extensions.
  
   eth0  no wireless extensions.
  MachineType: Dell Inc. Precision WorkStation T7400
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=screen
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
  
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-34-generic 
root=UUID=73221f0f-80e8-40ff-bcae-ec4f29a697fd ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-34-generic N/A
   linux-backports-modules-3.2.0-34-generic  N/A
   linux-firmware1.79.1
  RfKill:
  
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/31/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A01
  dmi.board.name: 0RW199
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 7
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd01/31/2008:svnDellInc.:pnPrecisionWorkStationT7400:pvr:rvnDellInc.:rn0RW199:rvr:cvnDellInc.:ct7:cvr:
  dmi.product.name: Precision WorkStation T7400
  dmi.sys.vendor: Dell Inc.

** Description changed:

  == Regression details ==
  Discovered in version: 3.2.0
  Last known good version: 3.0.0
  
+ Mounting a cifs path which is below a symlink on the server causes oops.
+ Consider the following tree:
+ 
+  /srv/symtest
+  /srv/symtest/dir
+  /srv/symtest/dir/subdir
+  /srv/symtest/link - dir
+ 
  this works:
-   # mount.cifs //smbsrv/mount/ /mnt/ -o user=me,dom=mydomain
-   Password:
-   # umount /mnt
+   # mount.cifs //smbsrv/symtest/dir/subdir/ /mnt/
  
  this causes oops:
-   # mount.cifs //smbsrv/mount/deep/path/ /mnt/ -o user=me,dom=mydomain
-   Password:
-   Killed
+   # mount.cifs //smbsrv/symtest/link/subdir/ /mnt/
  
  A example of the oops may be found in
  https://launchpadlibrarian.net/125982530/CurrentDmesg.txt .
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-34-generic 3.2.0-34.53
  ProcVersionSignature: Ubuntu 3.2.0-34.53-generic 3.2.33
  Uname: Linux 3.2.0-34-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu15
  Architecture: amd64
  ArecordDevices:  List of CAPTURE Hardware Devices 
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D1', '/dev/snd/hwC0D2', 
'/dev/snd/hwC0D3', '/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D7p', 
'/dev/snd/pcmC0D8p', '/dev/snd/pcmC0D9p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xfbdfc000 irq 58'
     Mixer name : 'Nvidia GPU 10 HDMI/DP'
     Components : 'HDA:10de0010,10de0101,00100100'
     Controls  : 24
     Simple ctrls  : 4
  Date: Mon Dec 17 11:41:21 2012
  HibernationDevice: RESUME=UUID=b4ff9451-106e-4de4-9ef3-cbb27784222b
  IwConfig:
   lono wireless extensions.
  
   eth0  no wireless extensions.
  MachineType: Dell 

[Bug 1091169] Re: deep-mounting cifs drive causes oops

2013-01-08 Thread Kjell Braden
Please refer to comment #9.

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

Title:
  deep-mounting cifs drive causes oops

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

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


[Bug 1091169] Re: deep-mounting cifs drive causes oops

2013-01-08 Thread Kjell Braden
It took me some hours to set up a vm and working around a few bugs (eg.
bug 935585), but finally I got the mainline kernel working.

[ 1096.823058] BUG: unable to handle kernel NULL pointer dereference at 
  (null)
[ 1096.823064] IP: [  (null)]   (null)
[ 1096.823067] PGD 17c37067 PUD 929e067 PMD 0 
[ 1096.823069] Oops: 0010 [#1] SMP 
[ 1096.823072] Modules linked in: arc4 md4 nls_utf8 cifs fscache 
nf_conntrack_ipv6 nf_defrag_ipv6 xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 
xt_state nf_conntrack vboxvideo(OF) drm ip6table_filter ip6_tables 
iptable_filter ip_tables x_tables bnep rfcomm bluetooth lp snd_intel8x0 
snd_ac97_codec ac97_bus snd_pcm snd_page_alloc snd_seq_midi snd_seq_midi_event 
snd_rawmidi snd_seq snd_seq_device joydev snd_timer hid_generic psmouse usbhid 
snd ppdev hid serio_raw soundcore parport_pc i2c_piix4 parport microcode 
mac_hid e1000
[ 1096.823092] CPU 0 
[ 1096.823096] Pid: 7375, comm: mount.cifs Tainted: GF  O 
3.8.0-030800rc2-generic #201301022235 innotek GmbH VirtualBox/VirtualBox
[ 1096.823098] RIP: 0010:[]  [  (null)]   
(null)
[ 1096.823100] RSP: 0018:88000929dc70  EFLAGS: 00010246
[ 1096.823101] RAX: a02a56c0 RBX: 88000d559e40 RCX: 
[ 1096.823102] RDX:  RSI: 88000d559e40 RDI: 880007142350
[ 1096.823103] RBP: 88000929dc98 R08: 88001fc17380 R09: c900
[ 1096.823104] R10: a02818b5 R11: 07e44712 R12: 88000d5599c0
[ 1096.823105] R13: 88001b6c2651 R14: 88001b6c2640 R15: 8800071423f8
[ 1096.823109] FS:  7fd220cfe740() GS:88001fc0() 
knlGS:
[ 1096.823110] CS:  0010 DS:  ES:  CR0: 8005003b
[ 1096.823111] CR2:  CR3: 03d19000 CR4: 06f0
[ 1096.823114] DR0:  DR1:  DR2: 
[ 1096.823120] DR3:  DR6: 0ff0 DR7: 0400
[ 1096.823122] Process mount.cifs (pid: 7375, threadinfo 88000929c000, task 
88ff2e40)
[ 1096.823122] Stack:
[ 1096.823157]  811a266d 88000d5599c0 88001b6c2651 
88001b6c2640
[ 1096.823160]   88000929dcc8 811a2ad8 
88001b6c2651
[ 1096.823162]  01ff88000d5599c0 88001b6c2651 88000d5599c0 
88000929dd08
[ 1096.823164] Call Trace:
[ 1096.823169]  [811a266d] ? lookup_real+0x1d/0x60
[ 1096.823171]  [811a2ad8] __lookup_hash+0x38/0x50
[ 1096.823174]  [811a6b7e] lookup_one_len+0xce/0x120
[ 1096.823181]  [a026d7e1] cifs_get_root+0x111/0x190 [cifs]
[ 1096.823186]  [a026d9e2] cifs_do_mount+0x182/0x270 [cifs]
[ 1096.823189]  [8119c623] mount_fs+0x43/0x1b0
[ 1096.823191]  [811b73d6] vfs_kern_mount+0x76/0x120
[ 1096.823193]  [811b8851] do_new_mount+0xb1/0x1e0
[ 1096.823195]  [811ba066] do_mount+0x1b6/0x1f0
[ 1096.823197]  [811ba130] sys_mount+0x90/0xe0
[ 1096.823200]  [816f14dd] system_call_fastpath+0x1a/0x1f
[ 1096.823201] Code:  Bad RIP value.
[ 1096.823205] RIP  [  (null)]   (null)
[ 1096.823206]  RSP 88000929dc70
[ 1096.823207] CR2: 
[ 1096.823210] ---[ end trace 44c55e75aa8302d1 ]---


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

** Tags removed: apport-bug
** Tags added: apport-kernel-bug-exists-upstream kernel-bug-exists-upstream-v3.8

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

Title:
  deep-mounting cifs drive causes oops

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

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


[Bug 1091169] Re: deep-mounting cifs drive causes oops

2013-01-08 Thread Kjell Braden
Some more information:  this seems to be related to the mount path being
below a symlink.

On smbsrv, /mount/deep is a symlink to /mount/other


this works:
  # mount.cifs //smbsrv/mount/other/path/ /mnt/ -o user=me,dom=mydomain
  Password:
  # umount /mnt

this causes oops:
  # mount.cifs //smbsrv/mount/deep/path/ /mnt/ -o user=me,dom=mydomain
  Password:
  Killed

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

Title:
  deep-mounting cifs drive causes oops

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

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


[Bug 1091169] Re: deep-mounting cifs drive causes oops

2013-01-08 Thread Kjell Braden
My company uses Ubuntu in this configuration since 12.04 so I can't say.
I assume it worked fine with an earlier version of OpenSUSE but I'm not
certain about this.


I've constructed a test case though:


# apt-get install samba
# cat /etc/samba/smb.conf DONTCOPYTHIS
[symtest]
  path = /srv/symtest
  guest ok = yes
DONTCOPYTHIS
# mkdir -p /srv/symtest/dir/subdir
# ln -s dir /srv/symtest/link
# reload smbd

Now these mounts (obviously) work:
# mount -t cifs //localhost/symtest /mnt -o guest
# mount -t cifs //localhost/symtest/dir /mnt -o guest
# mount -t cifs //localhost/symtest/dir/subdir /mnt -o guest

This one errors (which is acceptable in my opinion):
# mount -t cifs //localhost/symtest/link/ /mnt -o guest
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

And this one oopses:
# mount -t cifs //localhost/symtest/link/subdir /mnt -o guest

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

Title:
  deep-mounting cifs drive causes oops

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

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


[Bug 1091169] Re: deep-mounting cifs drive causes oops

2013-01-07 Thread Kjell Braden
Tried both kernels on my machines, on 3.6.11 my network and keyboard were dead, 
3.5.7.2 didn't boot at all (kernel panic in initramfs).

I've downloaded kubuntu raring alpha 1 with linux-image-3.7.0-4-generic
(3.7.0-4.12) and the problem persists, though with a slightly different
call trace:


[  253.542823] BUG: unable to handle kernel NULL pointer dereference at 
  (null)
[  253.542846] IP: [  (null)]   (null)
[  253.542854] PGD 231c40067 PUD 225df9067 PMD 0 
[  253.542863] Oops: 0010 [#1] SMP 
[  253.542870] Modules linked in: des_generic(F) md4(F) nls_utf8 cifs(F) 
fscache(F) dm_crypt(F) snd_hda_codec_analog snd_hda_intel snd_hda_codec 
snd_hwdep(F) snd_pcm(F) coretemp snd_page_alloc(F) snd_seq_midi(F) 
snd_seq_midi_event(F) gpio_ich kvm snd_rawmidi(F) dm_multipath(F) scsi_dh 
lpc_ich snd_seq(F) dcdbas snd_seq_device(F) snd_timer(F) i5400_edac mac_hid 
edac_core serio_raw(F) parport_pc(F) bnep snd(F) rfcomm microcode(F) i5k_amb 
ppdev(F) shpchp soundcore(F) bluetooth lp(F) parport(F) squashfs(F) 
overlayfs(F) nls_iso8859_1(F) dm_mirror(F) dm_region_hash(F) dm_log(F) 
hid_generic usbhid hid usb_storage(F) uas nouveau mxm_wmi wmi video(F) 
i2c_algo_bit firewire_ohci ttm firewire_core drm_kms_helper crc_itu_t(F) drm 
mptsas(F) mptscsih(F) mptbase(F) scsi_transport_sas(F) tg3
[  253.542995] CPU 3 
[  253.542999] Pid: 5407, comm: mount.cifs Tainted: GF
3.7.0-4-generic #12-Ubuntu Dell Inc. Precision WorkStation T7400  /0RW199
[  253.543008] RIP: 0010:[]  [  (null)]   
(null)
[  253.543015] RSP: 0018:88022edd3cf8  EFLAGS: 00010246
[  253.543019] RAX: a04ce6c0 RBX: 8801dcfe7780 RCX: 0004
[  253.543024] RDX:  RSI: 8801dcfe7780 RDI: 8801dcfa0340
[  253.543029] RBP: 88022edd3d10 R08: 000172e0 R09: 88023fcd6ba0
[  253.543034] R10: ea0008c66a40 R11: a04a9738 R12: 8801dcfe70c0
[  253.543040] R13: 8801dcfe70c0 R14: 880231920831 R15: 88023192082a
[  253.543045] FS:  7f6cc16c2740() GS:88023fcc() 
knlGS:
[  253.543051] CS:  0010 DS:  ES:  CR0: 8005003b
[  253.543056] CR2:  CR3: 00022f45 CR4: 07e0
[  253.543061] DR0:  DR1:  DR2: 
[  253.543066] DR3:  DR6: 0ff0 DR7: 0400
[  253.543072] Process mount.cifs (pid: 5407, threadinfo 88022edd2000, task 
880231ecdc00)
[  253.543077] Stack:
[  253.543080]  81195fdd 880231920831  
88022edd3d38
[  253.543089]  811961e8 01ff8801dcfe70c0 880231920831 
0006
[  253.543097]  88022edd3d70 81197046 000775c6ded2 
88023192082a
[  253.543105] Call Trace:
[  253.543113]  [81195fdd] ? lookup_real+0x1d/0x60
[  253.543120]  [811961e8] __lookup_hash+0x38/0x50
[  253.543125]  [81197046] lookup_one_len+0xd6/0x110
[  253.543138]  [a049600c] cifs_do_mount+0x28c/0x4c0 [cifs]
[  253.543146]  [811902d3] mount_fs+0x43/0x1b0
[  253.543152]  [811aa7f4] vfs_kern_mount+0x74/0x110
[  253.543158]  [811ab204] do_kern_mount+0x54/0x110
[  253.543164]  [811acd35] do_mount+0x315/0x8e0
[  253.543171]  [811300de] ? __get_free_pages+0xe/0x50
[  253.543177]  [811ac8a6] ? copy_mount_options+0x36/0x170
[  253.543183]  [811ad38e] sys_mount+0x8e/0xe0
[  253.543190]  [816b16dd] system_call_fastpath+0x1a/0x1f
[  253.543195] Code:  Bad RIP value.
[  253.543201] RIP  [  (null)]   (null)
[  253.543207]  RSP 88022edd3cf8
[  253.543210] CR2: 
[  253.562605] ---[ end trace c3a88c1ab07dcc49 ]---


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

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

Title:
  deep-mounting cifs drive causes oops

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

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


[Bug 1091169] Re: deep-mounting cifs drive causes oops

2013-01-07 Thread Kjell Braden
(I know this wasn't a mainline kernel, but I can't run a clean install
here and I don't think I can test them on a live cd)

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

Title:
  deep-mounting cifs drive causes oops

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

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


[Bug 1018852] Re: cifs causes kernel oops on mount

2012-12-17 Thread Kjell Braden
subscribed as per bug 1018852

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

Title:
  cifs causes kernel oops on mount

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

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


[Bug 1091169] [NEW] deep-mounting cifs drive causes oops

2012-12-17 Thread Kjell Braden
Public bug reported:

this works:
  # mount.cifs //smbsrv/mount/ /mnt/ -o user=me,dom=mydomain
  Password:
  # umount /mnt

this causes oops:
  # mount.cifs //smbsrv/mount/deep/path/ /mnt/ -o user=me,dom=mydomain
  Password: 
  Killed

let me know if you need anything else.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-34-generic 3.2.0-34.53
ProcVersionSignature: Ubuntu 3.2.0-34.53-generic 3.2.33
Uname: Linux 3.2.0-34-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu15
Architecture: amd64
ArecordDevices:  List of CAPTURE Hardware Devices 
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D1', '/dev/snd/hwC0D2', 
'/dev/snd/hwC0D3', '/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D7p', 
'/dev/snd/pcmC0D8p', '/dev/snd/pcmC0D9p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xfbdfc000 irq 58'
   Mixer name   : 'Nvidia GPU 10 HDMI/DP'
   Components   : 'HDA:10de0010,10de0101,00100100'
   Controls  : 24
   Simple ctrls  : 4
Date: Mon Dec 17 11:41:21 2012
HibernationDevice: RESUME=UUID=b4ff9451-106e-4de4-9ef3-cbb27784222b
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
MachineType: Dell Inc. Precision WorkStation T7400
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=screen
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-34-generic 
root=UUID=73221f0f-80e8-40ff-bcae-ec4f29a697fd ro quiet splash
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-34-generic N/A
 linux-backports-modules-3.2.0-34-generic  N/A
 linux-firmware1.79.1
RfKill:
 
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/31/2008
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A01
dmi.board.name: 0RW199
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 7
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd01/31/2008:svnDellInc.:pnPrecisionWorkStationT7400:pvr:rvnDellInc.:rn0RW199:rvr:cvnDellInc.:ct7:cvr:
dmi.product.name: Precision WorkStation T7400
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug precise

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

Title:
  deep-mounting cifs drive causes oops

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

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


[Bug 1091169] Re: deep-mounting cifs drive causes oops

2012-12-17 Thread Kjell Braden
subscribed as per bug 1018852

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

Title:
  deep-mounting cifs drive causes oops

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

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


[Bug 1091169] Re: deep-mounting cifs drive causes oops

2012-12-17 Thread Kjell Braden
Hi Christopher,

did the following:


1. tested the newest kernel with -precise suffix (v.3.4-precise)
= same oops trace
2. realized there was a newer kernel in precise-security (3.5.0-19-generic), 
tested it
= same oops trace
3. tried v3.7-raring
= did not bring up network, keyboard input not working either, could not 
test failing mount


Let me know if I should try anything else, I won't be able to provide further 
feedback until Jan 14, 2013 though.

** Tags added: kernel-bug-exists-upstream kernel-bug-exists-
upstream-v3.4 kernel-unable-to-test-upstream kernel-unable-to-test-
upstream-v3.7

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

Title:
  deep-mounting cifs drive causes oops

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

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


[Bug 1091169] Re: deep-mounting cifs drive causes oops

2012-12-17 Thread Kjell Braden
Will do when I get back on site - January.
Thanks for your help.

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

Title:
  deep-mounting cifs drive causes oops

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

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


[Bug 1018852] Re: cifs causes kernel oops on mount

2012-12-13 Thread Kjell Braden
I experience the same issues since Ubuntu 12.04:


[255028.416026] BUG: unable to handle kernel NULL pointer dereference at
   (null)
[255028.416034] IP: [  (null)]   (null)
[255028.416038] PGD 22f97a067 PUD 228e26067 PMD 0 
[255028.416043] Oops: 0010 [#3] SMP 
[255028.416046] CPU 1 
[255028.416048] Modules linked in: des_generic md4 nls_utf8 cifs pci_stub 
vboxpci(O) vboxnetadp(O) vboxnetflt(O) vboxdrv(O) autofs4 bnep rfcomm bluetooth 
vesafb nfsd nfs lockd fscache binfmt_misc auth_rpcgss nfs_acl nvidia(P) sunrpc 
snd_hda_codec_hdmi snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq_midi 
coretemp snd_rawmidi snd_seq_midi_event rds_rdma snd_seq rdma_cm ib_cm iw_cm 
snd_timer ib_sa snd_seq_device i5400_edac ib_mad ib_core ib_addr rds snd 
psmouse edac_core sctp ppdev i5k_amb mac_hid soundcore dcdbas serio_raw 
snd_page_alloc shpchp libcrc32c parport_pc lp parport usbhid hid uas 
usb_storage firewire_ohci firewire_core crc_itu_t mptsas mptscsih mptbase tg3 
scsi_transport_sas
[255028.416119] 
[255028.416121] Pid: 3210, comm: mount.cifs Tainted: P  DO 
3.2.0-34-generic #53-Ubuntu Dell Inc. Precision WorkStation T7400  /0RW199
[255028.416126] RIP: 0010:[]  [  (null)]   
(null)
[255028.416128] RSP: 0018:88022918fc60  EFLAGS: 00010286
[255028.416130] RAX: a064d6c0 RBX: 8801d1e2b9c0 RCX: 

[255028.416132] RDX:  RSI: 8801d1e2b9c0 RDI: 
880114445030
[255028.416134] RBP: 88022918fc98 R08: 88023fc56e90 R09: 
c9002000
[255028.416136] R10: 8802317bbbe0 R11: c9002000 R12: 
880114445030
[255028.416138] R13:  R14:  R15: 
8801144450d0
[255028.416140] FS:  7f51347e2700() GS:88023fc4() 
knlGS:
[255028.416142] CS:  0010 DS:  ES:  CR0: 8005003b
[255028.416144] CR2:  CR3: 000225add000 CR4: 
06e0
[255028.416146] DR0:  DR1:  DR2: 

[255028.416148] DR3:  DR6: 0ff0 DR7: 
0400
[255028.416150] Process mount.cifs (pid: 3210, threadinfo 88022918e000, 
task 880225c81700)
[255028.416152] Stack:
[255028.416153]  81182f85 88022918fc98 811906f5 
0020
[255028.416157]   8801d1e2bb40 88022918fcf8 
88022918fcd8
[255028.416161]  81183adf 88022918fcd8 81183d0a 
8801d1e2bb40
[255028.416165] Call Trace:
[255028.416172]  [81182f85] ? d_alloc_and_lookup+0x45/0x90
[255028.416176]  [811906f5] ? d_lookup+0x35/0x60
[255028.416179]  [81183adf] __lookup_hash.part.28+0xbf/0xe0
[255028.416182]  [81183d0a] ? inode_permission+0x4a/0x110
[255028.416184]  [81183fde] lookup_one_len+0xee/0x120
[255028.416192]  [a0621851] cifs_get_root+0x111/0x190 [cifs]
[255028.416196]  [a0621a6c] cifs_do_mount+0x19c/0x280 [cifs]
[255028.416200]  [8117bd43] mount_fs+0x43/0x1b0
[255028.416203]  [8119662a] vfs_kern_mount+0x6a/0xc0
[255028.416206]  [81197b34] do_kern_mount+0x54/0x110
[255028.416209]  [81199694] do_mount+0x1a4/0x260
[255028.416212]  [81199b70] sys_mount+0x90/0xe0
[255028.416216]  [816643c2] system_call_fastpath+0x16/0x1b
[255028.416218] Code:  Bad RIP value.
[255028.416222] RIP  [  (null)]   (null)
[255028.416224]  RSP 88022918fc60
[255028.416225] CR2: 
[255028.416228] ---[ end trace c0cf2d4ec9477b4e ]---


I haven't used any prior versions of ubuntu in this context. Do you need
further information?

** Changed in: linux (Ubuntu)
   Status: Expired = Confirmed

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

Title:
  cifs causes kernel oops on mount

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

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


[Bug 794112] Re: Kerberos + LDAP + NFSv4 - Unable to recover unattended client

2012-10-12 Thread Kjell Braden
The fix works perfectly.

One small issue though: there is no way to add the -e switch except
manually in /etc/init/gssd.conf. This is fine for me, because I run
cfengine at my site to keep this fix. For other users an option in
/etc/default/nfs-common could make sense.

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

Title:
  Kerberos + LDAP + NFSv4 - Unable to recover unattended client

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

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


[Bug 794112] Re: Kerberos + LDAP + NFSv4 - Unable to recover unattended client

2012-10-06 Thread Kjell Braden
Hi Adam,

it's has been uploaded to -proposed, but is pending build approval (ie.
step 5 from https://wiki.ubuntu.com/StableReleaseUpdates#Procedure):
https://bugs.launchpad.net/ubuntu/precise/+queue?queue_state=1queue_text=

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

Title:
  Kerberos + LDAP + NFSv4 - Unable to recover unattended client

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

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


[Bug 794112] Re: Kerberos + LDAP + NFSv4 - Unable to recover unattended client

2012-10-04 Thread Kjell Braden
I've built 1.2.5-3ubuntu3.1 locally on my precise machine and it fixes
the issue. Please approve for -proposed.

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

Title:
  Kerberos + LDAP + NFSv4 - Unable to recover unattended client

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

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


[Bug 859102] [NEW] pam_unix should not always complain about failed authentication

2011-09-25 Thread Kjell Braden
Public bug reported:

I run a server with ubuntu lucid, pam et al 1.1.1-2ubuntu5.3.
I used pam-auth-update to enable unix-style and ldap style authentication.
For accounts that exist in my LDAP only, i get on every (successful!) 
authentication attempt the following message in auth.log:

dovecot-auth: pam_unix(dovecot:auth): authentication failure; logname=
uid=0 euid=0 tty=dovecot ruser=xyz rhost=127.0.0.1  user=xyz

This appears to happen because of any of the following problems:
1. the unix module has a higher priority than the ldap module
2. the unix module itself logs errors even if its control settings (ie. the 
second field in common-auth) ask it to ignore such a problem
3. the unix module is not supposed to be configured at the same time as the 
ldap module.

** Affects: pam (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/859102

Title:
  pam_unix should not always complain about failed authentication

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

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


[Bug 594840] Re: Many connection_read(): no connection! warnings from OpenLDAP server when using ldapi:/// and a bind DN (no external authentication)

2011-01-27 Thread Kjell Braden
I can reproduce this behavior by running ldapsearch -H ldapi:/// -Y
EXTERNAL, too.

This symptom can be shut off with the rsyslog rule, should be at the top
of /etc/rsyslog.d/50-default.conf:

--snip--
:msg, contains, : no connection ~
--snip--

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.
https://bugs.launchpad.net/bugs/594840

Title:
  Many connection_read(): no connection! warnings from OpenLDAP server
  when using ldapi:/// and a bind DN (no external authentication)

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 594840] Re: Many connection_read(): no connection! warnings from OpenLDAP server when using ldapi:/// and a bind DN (no external authentication)

2011-01-27 Thread Kjell Braden
I can reproduce this behavior by running ldapsearch -H ldapi:/// -Y
EXTERNAL, too.

This symptom can be shut off with the rsyslog rule, should be at the top
of /etc/rsyslog.d/50-default.conf:

--snip--
:msg, contains, : no connection ~
--snip--

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

Title:
  Many connection_read(): no connection! warnings from OpenLDAP server
  when using ldapi:/// and a bind DN (no external authentication)

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


[Bug 661757] Re: evolution express mode preferences dialog: certificates icon gives calendar preferences

2010-10-20 Thread Kjell Braden
** Changed in: evolution (Ubuntu)
   Status: New = Incomplete

** Changed in: evolution (Ubuntu)
   Status: Incomplete = Confirmed

-- 
evolution express mode preferences dialog: certificates icon gives calendar 
preferences
https://bugs.launchpad.net/bugs/661757
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 437862] Re: device key_bitmask has changed

2009-11-05 Thread Kjell Braden
Had the same symptoms immediately after VT switching:

(EE) AT Translated Set 2 keyboard: device key_bitmask has changed
(EE) AT Translated Set 2 keyboard: Device has changed - disabling.

Looks similar to bug 327175 though that one has been closed after they
added a more descriptive error message (the key_bitmask one).

-- 
device key_bitmask has changed
https://bugs.launchpad.net/bugs/437862
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 272509] Re: APTonCD crashes

2009-06-01 Thread Kjell Braden
Please don't abuse the launchpad bug tracker as a support forum. Use
Launchpad Answers or the ubuntuforums instead.

The reason why you can't install the 0.1.98 version is that it was built for 
python 2.5 and it conflicts with python 2.6. It is not an official release, but 
it is newer than the 0.1 version which you get from sourceforge.
Using the old version 0.1 is just a workaround.

Thanks for your understanding.

** Changed in: aptoncd
   Status: Fix Released = In Progress

** Changed in: aptoncd
 Assignee: (unassigned) = Laudeci Oliveira (laudeci)

-- 
APTonCD crashes
https://bugs.launchpad.net/bugs/272509
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 371649] Re: Creating the backup image is halted suddenly

2009-05-05 Thread Kjell Braden
*** This bug is a duplicate of bug 272509 ***
https://bugs.launchpad.net/bugs/272509

** This bug has been marked a duplicate of bug 272509
   APTonCD crashes

-- 
Creating the backup image is halted suddenly
https://bugs.launchpad.net/bugs/371649
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 366535] Re: Kubuntu registers itself in /boot/grub/menu.lst as Ubuntu

2009-04-25 Thread Kjell Braden
Thanks for your time to report this bug. I'll change the affected
package to grub, as grub-choose-default only is a piece of software
which changes the current default setting (ie. the entry that gets
bootet next time) in grub's menu.lst. Feel free to report any further
bugs you may find.

** Package changed: grub-choose-default (Ubuntu) = grub (Ubuntu)

** Changed in: grub (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Kubuntu registers itself in /boot/grub/menu.lst as Ubuntu
https://bugs.launchpad.net/bugs/366535
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 298563] Re: aptoncd crashed with TabError

2009-04-15 Thread Kjell Braden
Thanks for taking your time to report this bug.

It looks like the problem does not come from aptoncd, but rather from a
corrupted file on your system. Does this issue still occur to you? If
so, try reinstalling the package python-gobject using the following
command:

 sudo aptitude reinstall python-gobject

Thanks and feel free to report any further bugs you may find.

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

-- 
aptoncd crashed with TabError
https://bugs.launchpad.net/bugs/298563
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 339044] Re: Hotspot ignores y-coordinates.

2009-04-14 Thread Kjell Braden
resubscribed u-u-s, the source package hasn't changed since hardy.

-- 
Hotspot ignores y-coordinates.
https://bugs.launchpad.net/bugs/339044
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 173693] Re: Pidgin with jabber plugin doesn 't handle special-signs like § in the password.

2009-04-11 Thread Kjell Braden
Seems to work for me now.

** Changed in: pidgin (Ubuntu)
   Status: Triaged = Invalid

-- 
Pidgin with jabber plugin doesn't handle special-signs like § in the password.
https://bugs.launchpad.net/bugs/173693
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 173693] Re: Pidgin with jabber plugin doesn 't handle special-signs like § in the password.

2009-04-11 Thread Kjell Braden
Sorry: In jaunty, pidgin version 1:2.5.5-1ubuntu5, that is.

-- 
Pidgin with jabber plugin doesn't handle special-signs like § in the password.
https://bugs.launchpad.net/bugs/173693
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 353632] Re: AptonCD - FATAL - Failed to fork. Jaunty BETA amd64

2009-04-02 Thread Kjell Braden
*** This bug is a duplicate of bug 272509 ***
https://bugs.launchpad.net/bugs/272509

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 272509, so it is being marked as such. Any further
discussion regarding the bug should occur in the other report.  Please
continue to report any other bugs you may find.

Please also note that the linked package contains third party software
not tested or supported by Ubuntu.

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

** This bug has been marked a duplicate of bug 272509
   APTonCD crashes

-- 
AptonCD - FATAL - Failed to fork. Jaunty BETA amd64
https://bugs.launchpad.net/bugs/353632
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 290535] Re: Autorun fails with Error Message

2009-03-31 Thread Kjell Braden
Inserting a Windows CD in jaunty still offers autorunning it but fails.
src/nautilus-autorun-software.c does not implement it yet. The user only
sees something like could not autorun, which should be more
descriptive or autorunning should not be offered at all.

-- 
Autorun fails with Error Message
https://bugs.launchpad.net/bugs/290535
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 349809] Re: when installing from https://launchpad.net/~gilir/+archive/ppa the package screenlets, a collision occurred

2009-03-27 Thread Kjell Braden
Thanks for your report.

Can you please provide the output of the following command?

sudo pycentral -v pkginstall screenlets

Thanks in advance

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

-- 
when installing from https://launchpad.net/~gilir/+archive/ppa the package 
screenlets, a collision occurred
https://bugs.launchpad.net/bugs/349809
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 349809] Re: when installing from https://launchpad.net/~gilir/+archive/ppa the package screenlets, a collision occurred

2009-03-27 Thread Kjell Braden
I can't see any indication of the problem and, as you said, an old,
manually installed package is likely to be the cause. I'll close the
bug, thanks for your investigation. Feel free to report any further bugs
you may find.

-- 
when installing from https://launchpad.net/~gilir/+archive/ppa the package 
screenlets, a collision occurred
https://bugs.launchpad.net/bugs/349809
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 105394] Re: Upstart needs some key pressed to show Enter Passphrase on boot / cryptsetup problem

2009-03-24 Thread Kjell Braden
Thanks for the update, I'll close the bug as it works as designed.

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

-- 
Upstart needs some key pressed to show Enter Passphrase on boot /  cryptsetup 
problem
https://bugs.launchpad.net/bugs/105394
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 105394] Re: Upstart needs some key pressed to show Enter Passphrase on boot / cryptsetup problem

2009-03-21 Thread Kjell Braden
Are you using /dev/random as the keyfile?

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

-- 
Upstart needs some key pressed to show Enter Passphrase on boot /  cryptsetup 
problem
https://bugs.launchpad.net/bugs/105394
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 340655] Re: nvidia driver unsupported on kernel 2.6.27-13 intel dual core

2009-03-18 Thread Kjell Braden
This bug report is being closed due to your last comment regarding this
being fixed with an update. For future reference you can manage the
status of your own bugs by clicking on the current status in the yellow
line and then choosing a new status in the revealed drop down box. You
can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: ubuntu
   Status: Incomplete = Invalid

-- 
nvidia driver unsupported on kernel  2.6.27-13 intel dual core
https://bugs.launchpad.net/bugs/340655
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 67673] Re: Driver snd_es18xx not loaded for supported ISAPNP device in edgy

2009-03-18 Thread Kjell Braden
Hi, can you please provide the following information?

1. The output of the command uname -a
  It should be one, long line of text which includes the exact kernel version 
you're running, as well as the CPU architecture.
2. Run the command dmesg  dmesg.log after a fresh boot and attach the 
resulting file dmesg.log to this bug report.
3. Run the command sudo lspci -vvnn  lspci-vvnn.log and attach the resulting 
file lspci-vvnn.log to this bug report.

Thanks in advance.

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

-- 
Driver snd_es18xx not loaded for supported ISAPNP device in edgy
https://bugs.launchpad.net/bugs/67673
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 340655] Re: nvidia driver unsupported on kernel 2.6.27-13 intel dual core

2009-03-11 Thread Kjell Braden
Thanks. Can you please provide the output of the following commands
(with a fixed X, ie. non-accelerated):

dkms status -m nvidia
lsmod | grep nvidia
modprobe nvidia
lsmod | grep nvidia


and attach /var/log/syslog to this report.

-- 
nvidia driver unsupported on kernel  2.6.27-13 intel dual core
https://bugs.launchpad.net/bugs/340655
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 340655] Re: nvidia driver unsupported on kernel 2.6.27-13 intel dual core

2009-03-11 Thread Kjell Braden
And your /etc/X11/xorg.conf please.

-- 
nvidia driver unsupported on kernel  2.6.27-13 intel dual core
https://bugs.launchpad.net/bugs/340655
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 340655] Re: nvidia driver unsupported on kernel 2.6.27-13 intel dual core

2009-03-11 Thread Kjell Braden
So the nvidia module builds and loads fine. Can please attach a
/var/log/Xorg.0.log for the failing xserver config?

-- 
nvidia driver unsupported on kernel  2.6.27-13 intel dual core
https://bugs.launchpad.net/bugs/340655
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 230749] Re: gnome-screensaver uses too much CPU

2009-03-10 Thread Kjell Braden
This was fixed in version 2.25.1. In intrepid (8.10, and in 9.04 too,
btw!) we have version 2.24.0, so no, this will probably not get fixed,
unless you propose a backport.

-- 
gnome-screensaver uses too much CPU
https://bugs.launchpad.net/bugs/230749
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 276758] Re: kvm crashed with SIGSEGV in qemu_system_powerdown()

2009-03-10 Thread Kjell Braden
I'm currently unable to reproduce this. I'll reopen in case I see it
again.

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

-- 
kvm crashed with SIGSEGV in qemu_system_powerdown()
https://bugs.launchpad.net/bugs/276758
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 340655] Re: nvidia driver unsupported on kernel 2.6.27-13 intel dual core

2009-03-10 Thread Kjell Braden
How did you install the nvidia drivers? What version of ubuntu are you
using?

** Changed in: ubuntu
   Status: New = Incomplete

-- 
nvidia driver unsupported on kernel  2.6.27-13 intel dual core
https://bugs.launchpad.net/bugs/340655
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 287334] Re: trying to access deprecated property portable_audio_player.type - does not start with player plugged in

2009-03-02 Thread Kjell Braden
** Bug watch added: Debian Bug tracker #517812
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517812

** Also affects: quodlibet (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517812
   Importance: Unknown
   Status: Unknown

-- 
trying to access deprecated property portable_audio_player.type - does not 
start with player plugged in
https://bugs.launchpad.net/bugs/287334
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 237909] Re: unable to start when using pulseaudio

2009-02-26 Thread Kjell Braden
Indeed, it works for me.

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

-- 
unable to start when using pulseaudio
https://bugs.launchpad.net/bugs/237909
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 315462] Re: update-manager-core-dbgsym uninstallable from 8.10 live-cd

2009-02-17 Thread Kjell Braden
The package was uninstallable because the update-manager-core-dbgsym
package for intrepid-proposed was not yet build. This should have been
fixed by now and is not a bug in ubuntu. Thanks for your report.

** Changed in: update-manager (Ubuntu)
   Status: New = Invalid

-- 
update-manager-core-dbgsym uninstallable from 8.10 live-cd
https://bugs.launchpad.net/bugs/315462
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 312364] Re: update-manager crashed with SIGSEGV in PyErr_SetFromErrnoWithFilenameObject()

2009-02-17 Thread Kjell Braden
Please don't confirm your own bugs.
Please explain how this crash happened and, if possible, how to reproduce. 
Thanks.

** Changed in: update-manager (Ubuntu)
   Status: Confirmed = Incomplete

-- 
update-manager crashed with SIGSEGV in PyErr_SetFromErrnoWithFilenameObject()
https://bugs.launchpad.net/bugs/312364
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 282426] Re: update-manager crashed with SIGSEGV

2009-02-17 Thread Kjell Braden
The GDB files you are attaching are no crashes. Please refer from
confirming your own bugs. For support, please go to the ubuntuforums or
launchpad answers.

** Changed in: update-manager (Ubuntu)
   Status: Confirmed = Invalid

-- 
update-manager crashed with SIGSEGV
https://bugs.launchpad.net/bugs/282426
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 308410] Re: Latest Xorg removes nvidia driver ... conflicting xserver-xorg-video-4

2009-02-12 Thread Kjell Braden
Please use Launchpad Answers [1], a user mailing list [2] or a forum [3]
for this discussion.

[1] https://answers.launchpad.net/ubuntu
[2] one of  the lists listed for Community Support on 
https://lists.ubuntu.com/
[3] http://www.ubuntu.com/support/community/webforums

-- 
Latest Xorg removes nvidia driver ... conflicting xserver-xorg-video-4
https://bugs.launchpad.net/bugs/308410
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 157082] Re: manpage suggesting wrong arguments

2009-02-06 Thread Kjell Braden
Isn't this already fixed in ubuntu? man pastebinit shows -j [jabberid]
(ONLY FOR 1t2.us) in current jaunty (pastebinit 0.11-1)

** Changed in: pastebinit (Ubuntu)
 Assignee: David Paleino (dpaleino) = (unassigned)
   Status: New = Incomplete

-- 
manpage suggesting wrong arguments
https://bugs.launchpad.net/bugs/157082
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 317297] Re: [jaunty] cryptsetup for root on encrypted lvm not called in initramfs.

2009-02-02 Thread Kjell Braden
Can you please try to add the following line after the first line of
/usr/share/initramfs-tools/hooks/cryptroot?

# -- snip --
set -x
# -- snip --

And attach the output of update-initramfs -u.

** Changed in: cryptsetup (Ubuntu)
   Status: Confirmed = Incomplete

-- 
[jaunty] cryptsetup for root on encrypted lvm not called in initramfs.
https://bugs.launchpad.net/bugs/317297
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 323169] [NEW] doesgnomeapplet.Applet.get_popup_component not return useful object

2009-01-30 Thread Kjell Braden
Public bug reported:

gnomeapplet.Applet.get_popup_component does not return a useful object - none
of the BonoboUIComponent methods are available.

Can be reproduced by:
--
import gnomeapplet
dir(gnomeapplet.Applet.get_popup_component())
-- 
dir() should show the attributes bonobo.ui.Component has, but only shows the 
gobject attributes.

** Affects: gnome-python-desktop
 Importance: Unknown
 Status: Unknown

** Affects: gnome-python-desktop (Ubuntu)
 Importance: Low
 Status: Triaged

** Changed in: gnome-python-desktop (Ubuntu)
   Importance: Undecided = Low
   Status: New = Triaged

** Bug watch added: GNOME Bug Tracker #569823
   http://bugzilla.gnome.org/show_bug.cgi?id=569823

** Also affects: gnome-python-desktop via
   http://bugzilla.gnome.org/show_bug.cgi?id=569823
   Importance: Unknown
   Status: Unknown

-- 
 doesgnomeapplet.Applet.get_popup_component not return useful object
https://bugs.launchpad.net/bugs/323169
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 317297] Re: [jaunty] cryptsetup for root on encrypted lvm not called in initramfs.

2009-01-30 Thread Kjell Braden
Debugging with the reporter on IRC showed that the initramfs hook
(/usr/share/initramfs-tools/hooks/cryptroot) does not seem to create the
config file in the initramfs.

-- 
[jaunty] cryptsetup for root on encrypted lvm not called in initramfs.
https://bugs.launchpad.net/bugs/317297
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-29 Thread Kjell Braden
** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=12363
   Importance: Unknown
   Status: Unknown

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 315356] Re: No ffmpeg2theora binary in jaunty package

2009-01-27 Thread Kjell Braden

** Attachment added: debdiff against 0.23-0ubuntu1 - second try with 
mandir=PREFIX/share/man
   http://launchpadlibrarian.net/21685111/fix_315356.debdiff

-- 
No ffmpeg2theora binary in jaunty package
https://bugs.launchpad.net/bugs/315356
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 315356] Re: No ffmpeg2theora binary in jaunty package

2009-01-24 Thread Kjell Braden
** Changed in: ffmpeg2theora (Ubuntu)
 Assignee: (unassigned) = Kjell Braden (afflux)
   Status: Confirmed = In Progress

-- 
No ffmpeg2theora binary in jaunty package
https://bugs.launchpad.net/bugs/315356
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 315356] Re: No ffmpeg2theora binary in jaunty package

2009-01-24 Thread Kjell Braden
This debdiff adds a clean rule to clean up some leftovers scons creates
(for some reason they are even created in the clean rule, thus
preventing to debuild -S) and adds a rule to use scons for installing,
because the Makefile is broken (it doesn't support passing DESTDIR
and/or PREFIX).

** Attachment added: debdiff against 0.23-0ubuntu1
   http://launchpadlibrarian.net/21602571/fix_315356.debdiff

** Changed in: ffmpeg2theora (Ubuntu)
   Importance: Undecided = Medium
 Assignee: Kjell Braden (afflux) = (unassigned)
   Status: In Progress = Triaged

-- 
No ffmpeg2theora binary in jaunty package
https://bugs.launchpad.net/bugs/315356
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 309880] Re: [needs-packaging] qtcreator

2009-01-24 Thread Kjell Braden
** Bug watch added: Debian Bug tracker #509213
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509213

** Also affects: debian via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509213
   Importance: Unknown
   Status: Unknown

-- 
[needs-packaging] qtcreator
https://bugs.launchpad.net/bugs/309880
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 312797] Re: install through synaptic fails

2009-01-20 Thread Kjell Braden
Closing this bug as invalid then.

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

-- 
install through synaptic fails
https://bugs.launchpad.net/bugs/312797
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 278997] Re: WallpaperClockScreenlet.py crashed with OSError in install()

2009-01-20 Thread Kjell Braden
Patrick, the problem was not the double slash but rather that it tried
to create the directory with the basename (ie. the filename) and in
/usr/share instead of $HOME. However, this has been fixed for debian and
Ubuntu since version 0.1.2-3.

** Changed in: screenlets (Ubuntu)
   Status: Triaged = Fix Released

-- 
WallpaperClockScreenlet.py crashed with OSError in install()
https://bugs.launchpad.net/bugs/278997
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-20 Thread Kjell Braden
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314212] Re: Apport unable to report crash - urlopen error timed out

2009-01-20 Thread Kjell Braden
Removed unrelated logfiles with sensitive content.

** Attachment removed: apport.log

   http://launchpadlibrarian.net/21476649/apport.log

** Attachment removed: apport.log.1

   http://launchpadlibrarian.net/21476656/apport.log.1

** Attachment removed: _usr_bin_compiz.real.1000.crash

http://launchpadlibrarian.net/21476942/_usr_bin_compiz.real.1000.crash

-- 
Apport unable to report crash -  urlopen error timed out
https://bugs.launchpad.net/bugs/314212
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 214055] Re: URL detection error

2009-01-20 Thread Kjell Braden
This should be fixed in jaunty and maybe earlier versions of Ubuntu.

** Changed in: gajim (Ubuntu)
   Status: Triaged = Fix Released

-- 
URL detection error
https://bugs.launchpad.net/bugs/214055
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 202705] Re: deluge crashed with TypeError in get_torrent_state_list()

2009-01-20 Thread Kjell Braden
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You reported this bug a while ago and there hasn't been
any activity in it recently. We were wondering if this is still an issue
for you. Can you try with the latest Ubuntu release? Thanks in advance.

** Changed in: deluge-torrent (Ubuntu)
   Status: Triaged = Incomplete

-- 
deluge crashed with TypeError in get_torrent_state_list()
https://bugs.launchpad.net/bugs/202705
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 318499] Re: The Splash logo mistake!!

2009-01-19 Thread Kjell Braden
** Changed in: usplash-theme-ubuntu (Ubuntu)
Sourcepackagename: None = usplash-theme-ubuntu
   Importance: Undecided = Low
   Status: Incomplete = Confirmed

-- 
The Splash logo mistake!!
https://bugs.launchpad.net/bugs/318499
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-19 Thread Kjell Braden
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately we can't fix it without more information.

Please include the following additional information, if you have not already 
done so (pay attention to lspci's additional options), as required by the 
Ubuntu Kernel Team:
1. Please include the output of the command uname -a in your next response. 
It should be one, long line of text which includes the exact kernel version 
you're running, as well as the CPU architecture.
2. Please run the command dmesg  dmesg.log after a fresh boot and attach the 
resulting file dmesg.log to this bug report.
3. Please run the command sudo lspci -vvnn  lspci-vvnn.log and attach the 
resulting file lspci-vvnn.log to this bug report.

For your reference, the full description of procedures for kernel-
related bug reports is available at
https://wiki.ubuntu.com/KernelTeamBugPolicies Thanks in advance!

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

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 197181] Re: firefox 3 fails to properly render http://acid3.acidtests.org/

2009-01-19 Thread Kjell Braden
** Changed in: firefox-3.0 (Ubuntu)
   Importance: Undecided = Low
   Status: Confirmed = Triaged

-- 
firefox 3 fails to properly render http://acid3.acidtests.org/
https://bugs.launchpad.net/bugs/197181
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 318499] Re: The Splash logo mistake!!

2009-01-18 Thread Kjell Braden
Thanks for taking your time to report this issue. Can you please explain
what the actual problem with the splash logo is?

** Changed in: ubuntu
   Status: New = Incomplete

-- 
The Splash logo mistake!!
https://bugs.launchpad.net/bugs/318499
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 316038] Re: ubuntu-bug -p xserver-xorg-video-intel doesnt work

2009-01-18 Thread Kjell Braden
*** This bug is a duplicate of bug 314212 ***
https://bugs.launchpad.net/bugs/314212

Thanks for taking your time to report this bug. It was already reported
and being marked as such. Any further diskussion should take place at
the main bug. Feel free to report any further bugs you may find.

** This bug has been marked a duplicate of bug 314212
   Apport unable to report crash -  urlopen error timed out

-- 
ubuntu-bug -p xserver-xorg-video-intel doesnt work
https://bugs.launchpad.net/bugs/316038
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 314212] Re: Apport unable to report crash - urlopen error timed out

2009-01-18 Thread Kjell Braden
It's definetly independent of the crash file size, since simple python
tracebacks don't seem to get uploaded either.

-- 
Apport unable to report crash -  urlopen error timed out
https://bugs.launchpad.net/bugs/314212
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 317050] Re: No Updates

2009-01-14 Thread Kjell Braden
Thank you for taking the time to report this issue and helping to make
Ubuntu better. Examining the information you have given us, this does
not appear to be a bug report so we are closing it and converting it to
a question in the support tracker. We appreciate the difficulties you
are facing, but it would make more sense to raise problems you are
having in the support tracker at https://answers.launchpad.net/ubuntu if
you are uncertain if they are bugs. For help on reporting bugs, see
https://help.ubuntu.com/community/ReportingBugs .

** Changed in: firefox-3.0 (Ubuntu)
   Status: New = Invalid

** bug changed to question:
   https://answers.edge.launchpad.net/ubuntu/+source/firefox-3.0/+question/57412

-- 
No Updates
https://bugs.launchpad.net/bugs/317050
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 317075] Re: cannot download Ubuntu 7.10 from repository

2009-01-14 Thread Kjell Braden
Ubuntu 7.04 is not supported anymore, therefore the package index files
moved to another place. Please read
https://help.ubuntu.com/community/GutsyUpgrades before you try to
upgrade to Ubuntu 7.10 (and keep
https://help.ubuntu.com/community/UpgradeNotes at hand, too).

** Changed in: ubuntu
   Status: New = Invalid

-- 
cannot download Ubuntu 7.10 from repository
https://bugs.launchpad.net/bugs/317075
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 295719] Re: python-matplotlib: Exception when drawing image on 64-bit system

2009-01-14 Thread Kjell Braden
Thanks, this testcase seems to work. I'll try some debugging.

** Changed in: matplotlib (Ubuntu)
   Status: Incomplete = Confirmed

-- 
python-matplotlib: Exception when drawing image on 64-bit system
https://bugs.launchpad.net/bugs/295719
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 295719] Re: python-matplotlib: Exception when drawing image on 64-bit system

2009-01-14 Thread Kjell Braden
** Changed in: python-numpy (Ubuntu)
Sourcepackagename: matplotlib = python-numpy
 Assignee: (unassigned) = Kjell Braden (afflux)
   Status: Confirmed = In Progress

-- 
python-matplotlib: Exception when drawing image on 64-bit system
https://bugs.launchpad.net/bugs/295719
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 317208] [NEW] Please sync python-setupdocs 1.0.1-1 (universe) from Debian unstable (main).

2009-01-14 Thread Kjell Braden
Public bug reported:

Please sync python-setupdocs 1.0.1-1 (universe) from Debian unstable
(main).

Changelog since current jaunty version 0:

python-setupdocs (1.0.1-1) unstable; urgency=low

  * Initial release (Closes: #508612)

 -- Varun Hiremath va...@debian.org  Fri, 12 Dec 2008 20:18:33 -0500

It's neccessary for building python-traits and python-enthoughtbase,
which we have to sync for matplotlib to build again.

** Affects: ubuntu
 Importance: Wishlist
 Status: New

** Changed in: ubuntu
   Importance: Undecided = Wishlist

-- 
Please sync python-setupdocs 1.0.1-1 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/317208
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 295719] Re: python-matplotlib: Exception when drawing image on 64-bit system

2009-01-14 Thread Kjell Braden
John, in svn HEAD r6036 fixed this problem, which seems to need a newer
numpy version, (PyArray_SimpleNewFromData does not use the same
conversion code for the dimensions as PyArray_FromDimsAndData uses)

The attached patch fixes this issue for me. Can someone confirm that
this does not affect i386?

We have to wait for bug 317208 and two more sync requests to be done
before we can upload this change, as matpotlib currently FTBFS.

** Attachment added: fix_backendgdb_pointers.patch
   http://launchpadlibrarian.net/21217636/fix_backendgdb_pointers.patch

-- 
python-matplotlib: Exception when drawing image on 64-bit system
https://bugs.launchpad.net/bugs/295719
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 295719] Re: python-matplotlib: Exception when drawing image on 64-bit system

2009-01-14 Thread Kjell Braden
Woops, accidentally changed the affected source package.

** Changed in: matplotlib (Ubuntu)
Sourcepackagename: python-numpy = matplotlib

-- 
python-matplotlib: Exception when drawing image on 64-bit system
https://bugs.launchpad.net/bugs/295719
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 317215] Re: matpotlib FTBFS in jaunty

2009-01-14 Thread Kjell Braden
python-setupdocs sync request is bug 317208.

-- 
matpotlib FTBFS in jaunty
https://bugs.launchpad.net/bugs/317215
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 317215] [NEW] matpotlib FTBFS in jaunty

2009-01-14 Thread Kjell Braden
Public bug reported:

matplotlib (0.98.3-4ubuntu1) FTBFS in jaunty:
Depends: python-enthought-traits (= 2.0) which is a virtual package.

The source package enthought-traits was removed because it was
renamed(?) to python-traits in debian.

Syncing python-traits and python-enthoughtbase should fix this. However,
they both need python-setupdocs, so this has to be synced too.

** Affects: matplotlib (Ubuntu)
 Importance: Medium
 Assignee: Kjell Braden (afflux)
 Status: In Progress

** Changed in: matplotlib (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = Kjell Braden (afflux)
   Status: New = In Progress

-- 
matpotlib FTBFS in jaunty
https://bugs.launchpad.net/bugs/317215
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 317208] Re: Please sync python-setupdocs 1.0.1-1 (universe) from Debian unstable (main).

2009-01-14 Thread Kjell Braden
Neccessary to fix bug 317215.

-- 
Please sync python-setupdocs 1.0.1-1 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/317208
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 295719] Re: python-matplotlib: Exception when drawing image on 64-bit system

2009-01-14 Thread Kjell Braden
** Changed in: matplotlib (Ubuntu)
   Importance: Undecided = Medium
   Status: In Progress = Triaged

** Changed in: matplotlib (Ubuntu)
 Assignee: Kjell Braden (afflux) = (unassigned)

-- 
python-matplotlib: Exception when drawing image on 64-bit system
https://bugs.launchpad.net/bugs/295719
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 226527] Re: ClearCalendarScreenlet.py crashed with ValueError in parseDate()

2009-01-13 Thread Kjell Braden
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

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

-- 
ClearCalendarScreenlet.py crashed with ValueError in parseDate()
https://bugs.launchpad.net/bugs/226527
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 306574] Re: package linux-image-2.6.27-9-generic 2.6.27-9.19 failed to install/upgrade: subprocess post-installation script returned error exit status 3

2009-01-13 Thread Kjell Braden
** Changed in: ucf (Ubuntu)
   Status: Incomplete = Invalid

-- 
package linux-image-2.6.27-9-generic 2.6.27-9.19 failed to install/upgrade: 
subprocess post-installation script returned error exit status 3
https://bugs.launchpad.net/bugs/306574
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 188702] Re: hardy: multimedia keys no longer work

2009-01-13 Thread Kjell Braden
** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Incomplete = Invalid

-- 
hardy: multimedia keys no longer work
https://bugs.launchpad.net/bugs/188702
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 295719] Re: python-matplotlib: Exception when drawing image on 64-bit system

2009-01-13 Thread Kjell Braden
We are closing this bug report because it lacks the information we need to 
investigate the problem. If this still happens to you, please provide a test 
case.
Thanks for your understanding.

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

-- 
python-matplotlib: Exception when drawing image on 64-bit system
https://bugs.launchpad.net/bugs/295719
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 316762] Re: strace crashed with SIGABRT in malloc()

2009-01-13 Thread Kjell Braden

** Attachment added: gdb-strace.log
   http://launchpadlibrarian.net/21162968/gdb-strace.log

-- 
strace crashed with SIGABRT in malloc()
https://bugs.launchpad.net/bugs/316762
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 316762] [NEW] strace crashed with SIGABRT in malloc()

2009-01-13 Thread Kjell Braden
Public bug reported:

Binary package hint: strace

Everytime I strace quanta, it crashes with:
*** glibc detected *** /usr/bin/strace: malloc(): memory corruption (fast): 
0x00f11a30 ***

I attached a full gdb backtrace.


$ LC_ALL=C apt-cache policy strace quanta libc6
strace:
  Installed: 4.5.17+cvs080723-2ubuntu1
  Candidate: 4.5.17+cvs080723-2ubuntu1
  Version table:
 *** 4.5.17+cvs080723-2ubuntu1 0
500 http://archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status
quanta:
  Installed: 4:3.5.10-0ubuntu1
  Candidate: 4:3.5.10-0ubuntu1
  Version table:
 *** 4:3.5.10-0ubuntu1 0
500 http://archive.ubuntu.com jaunty/universe Packages
100 /var/lib/dpkg/status
libc6:
  Installed: 2.9-0ubuntu7
  Candidate: 2.9-0ubuntu7
  Version table:
 *** 2.9-0ubuntu7 0
500 http://archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

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

-- 
strace crashed with SIGABRT in malloc()
https://bugs.launchpad.net/bugs/316762
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 316549] Re: Pidgin Won't install

2009-01-12 Thread Kjell Braden
You're using getdeb.org pidgin packages (in this case, the conflicting
package is pidgin-data). These are not supported from Ubuntu.

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

-- 
Pidgin Won't install
https://bugs.launchpad.net/bugs/316549
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 315637] Re: please package PowerMan

2009-01-10 Thread Kjell Braden
needs-packaging bugs should not be reported to brainstorm.

** Changed in: ubuntu
   Importance: Undecided = Wishlist
   Status: New = Confirmed

** Summary changed:

- please package PowerMan
+ [needs-packaging] PowerMan

** Description changed:

  Centralized Power Distribution Unit (PDU) management
  The feature provided by this software is part of the Improved Power 
Management blueprint:
  https://blueprints.edge.launchpad.net/ubuntu/+spec/improved-power-management
  
  A Debian ITP has been logged: http://bugs.debian.org/506903
+ 
+ URL: http://powerman.sourceforge.net/
+ License: GPL 2+

** Tags added: needs-packaging

-- 
[needs-packaging] PowerMan
https://bugs.launchpad.net/bugs/315637
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 205364] Re: Repositories tab missing in emerald-theme-manager

2009-01-10 Thread Kjell Braden
Thanks for your report. I've forwarded it to the upstream bug tracker.

** Bug watch added: Compiz Plugins / Config Bugs #1105
   http://bugs.opencompositing.org/show_bug.cgi?id=1105

** Also affects: emerald via
   http://bugs.opencompositing.org/show_bug.cgi?id=1105
   Importance: Unknown
   Status: Unknown

** Changed in: emerald (Ubuntu)
   Importance: Undecided = Medium
   Status: Confirmed = Triaged

-- 
Repositories tab missing in emerald-theme-manager
https://bugs.launchpad.net/bugs/205364
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 313380] Re: radio screenlet drives pythion to 100%

2009-01-05 Thread Kjell Braden
Closing as requested. Feel free to reopen (set the Status to new) any
time this reoccurs to you.

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

-- 
radio screenlet drives pythion to 100%
https://bugs.launchpad.net/bugs/313380
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 313753] [NEW] Fails to register to more than one account from the same provider

2009-01-04 Thread Kjell Braden
Public bug reported:

Binary package hint: ekiga

I have multiple accounts at my SIP-provider freenet.de, and I can
register only one of them at the same time. I fired up my network
sniffer and watched the login-process, and noticed that ekiga seems to
mix up with the username part of the digest authentication.

Say, I have account a...@freenet.de, b...@freenet.de and c...@freenet.de, and I
register a, it works. When I now register b and c they both still use
a in the username field of their digest authentication.

I first noticed this with ekiga 3, and it worked without issues in ekiga
2.

Using 3.0.1-1ubuntu1.

** Affects: ekiga
 Importance: Unknown
 Status: Unknown

** Affects: ekiga (Ubuntu)
 Importance: Low
 Status: New

** Bug watch added: GNOME Bug Tracker #566520
   http://bugzilla.gnome.org/show_bug.cgi?id=566520

** Also affects: ekiga via
   http://bugzilla.gnome.org/show_bug.cgi?id=566520
   Importance: Unknown
   Status: Unknown

** Changed in: ekiga (Ubuntu)
   Importance: Undecided = Low

-- 
Fails to register to more than one account from the same provider
https://bugs.launchpad.net/bugs/313753
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 267431] Re: Ekiga SMS service is unreliable

2009-01-04 Thread Kjell Braden
I'm closing this bug as we haven't received any more information from
the submitter.

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

-- 
Ekiga SMS service is unreliable
https://bugs.launchpad.net/bugs/267431
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 289773] Re: mumble-server install

2009-01-02 Thread Kjell Braden
I'm closing this bug as it's related to an version of mumble which is
not included in Ubuntu. Feel free to report any other ubuntu bugs you
may find.

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

-- 
mumble-server install
https://bugs.launchpad.net/bugs/289773
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   3   4   5   6   7   8   9   10   >