[Bug 62341] Re: ndiswrapper crashes when laptop is unplugged

2006-09-25 Thread Kevin Kubasik
attaching .inf file, should I include the .sys as well?

** Attachment added: "bcmwl5.inf"
   http://librarian.launchpad.net/4440896/bcmwl5.inf

-- 
ndiswrapper crashes when laptop is unplugged
https://launchpad.net/bugs/62341

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


[Bug 51776] Re: Installer crash

2006-09-25 Thread Witold Krakowski
Hi Colin,
I tried with Kubuntu 6.06.1 and install is successful. After few tries, I-m 
unable to reproduce the issue.
I still can provide logs if You need them, though.

-- 
Installer crash 
https://launchpad.net/bugs/51776

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


[Bug 62341] Re: ndiswrapper crashes when laptop is unplugged

2006-09-25 Thread Kevin Kubasik
I thought I should clarify, ndiswrapper has actually been doing this
since dapper with every version of the kernel module from 1.16 to the
current SVN. And every kernel. It does not happen immediatly when I
unplug the laptop, rather, it only crashes when the laptop is on battery
power.

-- 
ndiswrapper crashes when laptop is unplugged
https://launchpad.net/bugs/62341

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


[Bug 55436] Re: Missing View-Mode toolbar button

2006-09-25 Thread Anthony Mercatante
yes, it'll be in edgy

-- 
Missing View-Mode toolbar button
https://launchpad.net/bugs/55436

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


[Bug 62230] Re: [edgy] Corrupt graphics on boot

2006-09-25 Thread xtknight
I've gotten one report of the same thing happening on the GeForce
6600GT.  http://www.ubuntuforums.org/showthread.php?t=264557

-- 
[edgy] Corrupt graphics on boot
https://launchpad.net/bugs/62230

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


[Bug 62341] Re: ndiswrapper crashes when laptop is unplugged

2006-09-25 Thread Kevin Kubasik
attaching /var/log/kern.log

** Attachment added: "Kernel Log"
   http://librarian.launchpad.net/4440895/kern.log

-- 
ndiswrapper crashes when laptop is unplugged
https://launchpad.net/bugs/62341

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


[Bug 62374] this package should not depend on "x11-common"

2006-09-25 Thread Andi
Public bug reported:

this package should not depend on "x11-common"

If You install ejabberd on ubuntu server 6.06 it should not install X11
packages, as ejabberd is a commandline only service!

** Affects: ejabberd (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
this package should not depend on "x11-common"
https://launchpad.net/bugs/62374

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


[Bug 55809] Re: HAL changes wireless interface (net.80211) to wired (net.80203) in info.category after suspend

2006-09-25 Thread Soren Hansen
*** This bug is a duplicate of bug 59981 ***

Marked as duplicate of 59981. In the comments for 59981 there are links
to packages for testing a patch which is basically identical to the one
attached to this bug report. :-)

** This bug has been marked a duplicate of bug 59981
   suspend makes network-manager say eth1 is a wired device

-- 
HAL changes wireless interface (net.80211) to wired (net.80203) in 
info.category after suspend
https://launchpad.net/bugs/55809

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


[Bug 59981] Re: suspend makes network-manager say eth1 is a wired device

2006-09-25 Thread Soren Hansen
Just FYI: It indeed WAS a race condition. On suspend, most network
drivers are unloaded, and are then reloaded on resume. When loading the
module, hal is notified of the presence of a new device and quickly add
it to it's database. If it's a network interface, it checks
/proc/net/wireless to see if the interface in question is mentioned
there, and if so, it's marked as being a wifi interface. Apparantly, hal
manages to check the file before the device is added to it, and hence
it's detected as a non-wifi interface.  This new detection code checks
for the presence of /sys/class/net//wireless directory, which
seems to be a more robust mechanism for detecting this.

Enjoy

** Changed in: network-manager (Ubuntu)
Sourcepackagename: network-manager => hal

** Bug 55809 has been marked a duplicate of this bug

-- 
suspend makes network-manager say eth1 is a wired device
https://launchpad.net/bugs/59981

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


[Bug 62122] Re: s2disk device settings doesn't work with lvm

2006-09-25 Thread Scott James Remnant
This is not something that can be true for edgy

-- 
s2disk device settings doesn't work with lvm
https://launchpad.net/bugs/62122

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


[Bug 60752] Re: Does not resume from suspend

2006-09-25 Thread Matthew Garrett
aiglx works fine with suspend/resume - the references on the forums
relate to a fixed bug.

-- 
Does not resume from suspend
https://launchpad.net/bugs/60752

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


[Bug 61763] Re: Hard disk stops and restarts on shut down

2006-09-25 Thread Scott James Remnant
Ok, interesting; so it's the --hard-disk-standby code that causes  your
disk to get restarted ... this means the following is likely:

 - drive is downed by /sbin/reboot
 - drive comes back up for some reason
 - drive is downed by kernel

Can you do the following for me:

 - switch to a console (alt-f1 or ctrl-alt-f1 within X)
 - run (as root) "telinit 1"

That should (after a few seconds, you'll need to wait) give you a root,
single-user shell.

 - run "echo 8 > /proc/sys/kernel/printk"
 - run "echo 1 > /proc/sys/vm/block_dump"

You'll now start getting messages whenever the kernel needs the disk.
(Test that with "touch /foo" or something if you like).

 - run "halt --debug --force --hard-disk-standby"

Note where your disk spins down, and up, and see if you see can see what
is causing the disk to be brought up again.

You should see something like:

  PROCESS(PID): WRITE block NNN on YYY

or maybe

  PROCESS(PID): dirtied inote NNN (FILENAME) on YYY

If you could copy those, that'd be useful (don't worry about the
timestamps)

-- 
Hard disk stops and restarts on shut down
https://launchpad.net/bugs/61763

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


[Bug 62229] Re: Incorrect path to playground in man page

2006-09-25 Thread Boris Bukh
I apologize for slightly incorrect bug report. The playground is not in
/var/games/nethack as it seemed to me (me, who does not know how the
"playground" is supposed to look like), but you correctly point out at

/usr/lib/games/nethack

However, the documentation (man page I refered to in my bug report)
asserts that it is in

/usr/games/lib/nethackdir

The document is wrong.

I'd reopen the bug if I knew how.

-- 
Incorrect path to playground in man page
https://launchpad.net/bugs/62229

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


[Bug 38263] Re: [Bug 38263] Re: freeze at startup

2006-09-25 Thread Matthew Garrett
That message on its own isn't necessarily a problem. Can you boot in 
rescue mode and see if there's any other relevant looking output?

-- 
Matthew Garrett | [EMAIL PROTECTED]

-- 
freeze at startup
https://launchpad.net/bugs/38263

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


[Bug 59981] Re: suspend makes network-manager say eth1 is a wired device

2006-09-25 Thread Soren Hansen

** Attachment added: "debdiff from -0ubuntu13 adding new wifi detection code 
(identical to HAL current git)"
   http://librarian.launchpad.net/4440890/fix_wifi_detection.diff

-- 
suspend makes network-manager say eth1 is a wired device
https://launchpad.net/bugs/59981

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


[Bug 62122] Re: s2disk device settings doesn't work with lvm

2006-09-25 Thread Matthew Garrett
/etc/acpi/hibernate.sh - it makes that assumption because it's something 
that ought to be true, and I'd prefer it if we fixed things so that it 
/was/.

-- 
Matthew Garrett | [EMAIL PROTECTED]

** Changed in: acpi-support (Ubuntu)
Sourcepackagename: acpi-support => linux-source-2.6.17

-- 
s2disk device settings doesn't work with lvm
https://launchpad.net/bugs/62122

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


[Bug 62235] Re: [Bug 62235] Re: New upstream release supports later iPod models

2006-09-25 Thread Nico
Sebastien Bacher wrote:
> Thanks for your bug. edgy is already version frozen and the new library
> version has a bunch of non-trivial changes, it's likely the update will
> wait next cycle


That is really a shame, as it involves limited functionality with the 
latest series of iPods, but I understand.

Nico

-- 
New upstream release supports later iPod models
https://launchpad.net/bugs/62235

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


[Bug 62373] Please sync firebird2 (universe) from unstable (main)

2006-09-25 Thread Lukas Fittl
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects distros/ubuntu/firebird2
 status confirmed
 subscribe ubuntu-archive

Please sync firebird2 (universe) from Debian unstable (main).

Changelog since current edgy version 1.5.3.4870-8:

firebird2 (1.5.3.4870-10) unstable; urgency=medium

  * Urgency medium, since the previous upload fixes serious bug
Making delay calculations this upload would enter testing at least 10 days
after -9, so changes in -9 still get enough exposure time.

  * Moved firebird account creation from firebird2-{super,classic}-server to
firebird2-common's preinst.
Closes: #379768 firebird2-common: user firebird is not created, logrotate
fails
  * Moved log files purging from firebird2-server-common to firebird2-common's
postrm

 -- Damyan Ivanov <[EMAIL PROTECTED]>  Thu, 27 Jul 2006 08:47:18 +0300

firebird2 (1.5.3.4870-9) unstable; urgency=low

  * Added gcc4.1.dpatch, elliminating duplicate extern "C" declarations
Closes: #378300 - FTBFS: conflicts with new declaration with 'C' linkage
Closes: #377173 - FTBFS with GCC 4.2: C/C++ linkage declarations conflict

  * Add firebid2-examples.postinst to remove /var/lib/firebird, which is left
from the package in sarge. Closes: #351203. Thanks to Lars Wirzenius.
  * Spin-off firebird2-common, containing files needed by both client and
server and make both client and server depend on it.
Closes: #310609 - libfirebird2-super: firebird.msg is missing

  * Silence getent when checking for firebird user existence in preinst
  * Since security.fdb is no longer a conffile, drop relevant lintian override
  * Move symlinks in .links debhelper files
  * debian/control[.in]
+ Wrapped long lines
+ Noted in long description that this is 1.5 branch of Firebird
+ Swapped general description and flavour-explaination paragraphs
  * Small tidy-up of long description of -server-common
  * Put NODELAY in xinetd configutation
  * firebird2-common.preinst: new: move logrotate file to its new location
  * 

 -- Damyan Ivanov <[EMAIL PROTECTED]>  Tue, 18 Jul 2006 16:45:54 +0300


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iQCVAwUBRRhXYmiPNZf565vgAQKECgP/ZIFkgwQ/8MvFdYQ0WH5An6mdpvO8CVzJ
FdHt4N17F819Gpgqu5ay/aDcz3ubT3ZSUUfJ4aj5cpyIqCHZHVJEQiC8rUF2+O9C
BkLfbKPxlCAId8QyhSdAnPMoadutMUGhAvrut25ffZDqAe7upOvjBlQcAgc2/MmI
/7wsqutKrRU=
=nS+6
-END PGP SIGNATURE-

** Affects: firebird2 (Ubuntu)
 Importance: Untriaged
 Status: Confirmed

-- 
Please sync firebird2 (universe) from unstable (main)
https://launchpad.net/bugs/62373

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


[Bug 62368] Please sync lua5.1 (universe) from unstable (main)

2006-09-25 Thread Lukas Fittl
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects distros/ubuntu/lua5.1
 status confirmed
 subscribe ubuntu-archive

Please sync lua5.1 (universe) from Debian unstable (main).

Changelog since current edgy version 5.1.1-1:

lua5.1 (5.1.1-2) unstable; urgency=low

  * Added a proper watch file.
  * Fixed URL in copyright.

 -- Enrico Tassi <[EMAIL PROTECTED]>  Sun, 10 Sep 2006 14:24:26
+0200


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iQCVAwUBRRhWG2iPNZf565vgAQICkgP+LKAwZgMiw2K2G37bWCwtEc7zUo7hqP0n
QQ2KjTR8DdmPtZoQ/ARWqZ8oGOTB+DeO30/w/9fm3823NL+vOh65AStqgf034ltr
Uu3BvT/xgmndPzpL+jv7Ovod4Iv1ghzgT2cLER8KwsmP3QwxlyAMyWJtlp93Dif7
AAB04k6qF28=
=AiJj
-END PGP SIGNATURE-

** Affects: lua5.1 (Ubuntu)
 Importance: Untriaged
 Status: Confirmed

-- 
Please sync lua5.1 (universe) from unstable (main)
https://launchpad.net/bugs/62368

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


[Bug 59981] Re: [Bug 59981] Re: suspend makes network-manager say eth1 is a wired device

2006-09-25 Thread Soren Hansen
On Mon, Sep 25, 2006 at 02:41:04PM -, Jacob Emcken wrote:
> Just let me know if you need anything tested :)

Actually, it'd be nice if people could test a patch for me:

For i386:
http://www.linux2go.dk/ubuntu/pool/main/h/hal/hal_0.5.7.1-0ubuntu13linux2go1_i386.deb

For amd64:
http://www.linux2go.dk/ubuntu/pool/main/h/hal/hal_0.5.7.1-0ubuntu13linux2go1_amd64.deb


Alternatively, add this to your sources.list:
deb http://www.linux2go.dk/ubuntu edgy main

I'll attach a debdiff between ubuntu13 and this package in a moment so
that it's ready if it works as good for you as it does for me.

-- 
suspend makes network-manager say eth1 is a wired device
https://launchpad.net/bugs/59981

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


[Bug 62369] Please sync amaya (universe) from unstable (main)

2006-09-25 Thread Lukas Fittl
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects distros/ubuntu/amaya
 status confirmed
 subscribe ubuntu-archive

Please sync amaya (universe) from Debian unstable (main).

Changelog since current edgy version 9.51-2:

amaya (9.51-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix FTBFS on 64 bit arches due to lost precision (Closes: #375105)

 -- Robert S. Edmonds <[EMAIL PROTECTED]>  Fri, 21 Jul 2006 20:23:41
-0400


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iQCVAwUBRRhWUGiPNZf565vgAQI3EwP/f78O9F4biZLU0QsXbp2z5vopaVBJrhrI
Ud1xLrN1SUJUjH8H+uiqQrEjwqOJZ80Lqp0nSv2pGNwGVubZqgx5+S3d/QkhTqGr
3IzWGaQxUqkpT12MG1meBspl7Cac3SKGNTvAy2UYK9GD2c5AI4EDbOXM+A0zPcDO
gaE4NdJsD1A=
=KpzB
-END PGP SIGNATURE-

** Affects: amaya (Ubuntu)
 Importance: Untriaged
 Status: Confirmed

-- 
Please sync amaya (universe) from unstable (main)
https://launchpad.net/bugs/62369

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


[Bug 62371] Please sync ogle-gui (universe) from unstable (main)

2006-09-25 Thread Lukas Fittl
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects distros/ubuntu/ogle-gui
 status confirmed
 subscribe ubuntu-archive

Please sync ogle-gui (universe) from Debian unstable (main).

Changelog since current edgy version 0.9.2-3:

ogle-gui (0.9.2-4) unstable; urgency=low

  * Adopted package (Closes: #361298)
  * New standards version 3.7.2
  * Builds against gtk2 now (Closes: #375792)
  * Using debhelper 5 now
  * Fixed fsf address in copyright file

 -- Alan Woodland <[EMAIL PROTECTED]>  Thu, 20 Jul 2006 00:58:32
+0100


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iQCVAwUBRRhWjWiPNZf565vgAQLEMgP/XvdaibZa3VBWut2X+ngK8yxqZK/dGE7V
tbwqskw2HOIb/r/Vbo2qfnynwovocnTnLh0swl+y0AVuHE6Q0LyFd60g79VrHdMg
4HhznNVgnOy8FgEyCJytPl12NnJt5q53tlKTbyZHtd/Rn7tlA2FBapgc0SeBDdiv
HnqmTZBlzLs=
=iQmt
-END PGP SIGNATURE-

** Affects: ogle-gui (Ubuntu)
 Importance: Untriaged
 Status: Confirmed

-- 
Please sync ogle-gui (universe) from unstable (main)
https://launchpad.net/bugs/62371

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


[Bug 62370] Please sync ogle (universe) from unstable (main)

2006-09-25 Thread Lukas Fittl
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects distros/ubuntu/ogle
 status confirmed
 subscribe ubuntu-archive

Please sync ogle (universe) from Debian unstable (main).

Changelog since current edgy version 0.9.2-3:

ogle (0.9.2-5) unstable; urgency=low

  * Now using dpatch to manage patches
  * Fixed color keying problems (Closes: #345292)
  * Fixed ifo_dump usage info (Closes: #228605)

 -- Alan Woodland <[EMAIL PROTECTED]>  Tue, 15 Aug 2006 11:17:14
+0100

ogle (0.9.2-4) unstable; urgency=low

  * Adopted package (Closes: #361297)
  * New standards version 3.7.2
  * Applied patch by A Costa <[EMAIL PROTECTED]> to fix typos in manpage 
(Closes: #300338)
  * Building ogle-mmx on amd64 now (Closes: #254426)
  * Using debhelper version 5 now.
  * Corrected fsf address in debian/copyright
  * Fixed the shlibs hack to work when ogle is last on the list
  * Updated lintian overrides to reflect new libdvdcontrol.so.9.2.0
  * fixed warnings with debian/*.menu

 -- Alan Woodland <[EMAIL PROTECTED]>  Thu, 20 Jul 2006 00:01:58
+0100


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iQCVAwUBRRhWfGiPNZf565vgAQIJrAP+N0hPncXABqte5ajFlzYAABCCthRRr8Ft
k/6aoz7Twm6U5wiysD0C+s7BmQEoT5/6XpCorW5bpTmOQhjmYsPPugtCK4Xh0vE8
EdFgwyABGvBgPg1k62sjq5paRpKc7UWJLAdojFUzxa0nGa5Azgo5lwd2Nbh/fkAY
WYS+ZZHtIz4=
=pDKH
-END PGP SIGNATURE-

** Affects: ogle (Ubuntu)
 Importance: Untriaged
 Status: Confirmed

-- 
Please sync ogle (universe) from unstable (main)
https://launchpad.net/bugs/62370

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


[Bug 61381] Re: gnome-settings-daemon crashes at login

2006-09-25 Thread Sebastien Bacher
Thanks for your bug. Could you get a backtrace with gnome-control-
center-dbg installed?

** Changed in: daemon (Ubuntu)
Sourcepackagename: daemon => control-center
 Assignee: (unassigned) => Ubuntu Desktop Bugs
   Status: Unconfirmed => Needs Info

-- 
gnome-settings-daemon crashes at login
https://launchpad.net/bugs/61381

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


[Bug 52848] Re: https://help.ubuntu.com/6.06 does not display in Safari

2006-09-25 Thread Christophe Sauthier
I have exactly the same configuration and everything works fine Is
it still true ?

** Changed in: ubuntu-docs (Ubuntu)
   Status: Unconfirmed => Needs Info

-- 
https://help.ubuntu.com/6.06 does not display in Safari
https://launchpad.net/bugs/52848

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


[Bug 62365] Please sync ppracer (universe) from unstable (main)

2006-09-25 Thread Lukas Fittl
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects distros/ubuntu/ppracer
 status confirmed
 subscribe ubuntu-archive

Please sync ppracer (universe) from Debian unstable (main).

Changelog since current edgy version 0.3.1-7:

ppracer (0.3.1-8) unstable; urgency=low

  [ Alexander Schmehl ]
  * fixed watch file
  * Adding missing Conflicts to planetpenguin-racer-data (<= 0.3.1-6)
(this should really fix #362870)
  * debian/control:  replacing ${Source-version} with binNMU safe
${Source:Version}
- addings build-depends on dpkg-dev (>= 1.13.19)
  * adding linda overrides for the font (which is not installed, but still
present in the tarball)

  [ Eddy Petrişor ]
  * added a RO translation

 -- Alexander Schmehl <[EMAIL PROTECTED]>  Tue, 22 Aug 2006 21:52:18
+0200


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iQCVAwUBRRhVEmiPNZf565vgAQKP4AP8CVZWwzOW6Bn7P2jNzfwFR9fsoDeJq7ef
Kt8NYYbgUoeYiPIDuh/bc83/ORBDUPlrCbMoC/Mangl1acVzHB32u1gORWsUeAIs
hYso2uF3Wf+vIWQuWO5AFMeXNzJp/HMmonII3Z3xTp2emLnT5LJK2dnL6jt4pAyX
6lYpCOtNeJ4=
=Htvu
-END PGP SIGNATURE-

** Affects: ppracer (Ubuntu)
 Importance: Untriaged
 Status: Confirmed

-- 
Please sync ppracer (universe) from unstable (main)
https://launchpad.net/bugs/62365

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

[Bug 62341] Re: ndiswrapper crashes when laptop is unplugged

2006-09-25 Thread Simon Law
Please attach your /var/log/kern.log and the actual INF file using this
bug's web page.

Thanks!

-- 
ndiswrapper crashes when laptop is unplugged
https://launchpad.net/bugs/62341

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


[Bug 62366] Please sync radiusclient (universe) from unstable (main)

2006-09-25 Thread Lukas Fittl
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects distros/ubuntu/radiusclient
 status confirmed
 subscribe ubuntu-archive

Please sync radiusclient (universe) from Debian unstable (main).

Changelog since current edgy version 0.3.2-9:

radiusclient (0.3.2-9.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Don't give -m to dh_makeshlibs; fixes shlibs generation, patch from
David Schmitt. (Closes: #378986)

 -- Steinar H. Gunderson <[EMAIL PROTECTED]>  Fri, 15 Sep 2006 13:16:37
+0200


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iQCVAwUBRRhVvWiPNZf565vgAQINxgQAj9Z3M9eQrBfnFNwZwJsLg911MYqUwyTT
BK0mrSK3U+8P/ihngyiuErKx3thXBpQFJJabkMbMP8LgnlJ6NrDZEVSvBa09mcDs
m0Zj3Czhaqfjd1kS3U73PDulc5fCC4mXXWHzmXyjHsiiNbzYaZsowLWiTX+mD3t3
Y8YDko9JYXE=
=3I83
-END PGP SIGNATURE-

** Affects: radiusclient (Ubuntu)
 Importance: Untriaged
 Status: Confirmed

-- 
Please sync radiusclient (universe) from unstable (main)
https://launchpad.net/bugs/62366

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


[Bug 62367] Please sync freeciv (universe) from unstable (main)

2006-09-25 Thread Lukas Fittl
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects distros/ubuntu/freeciv
 status confirmed
 subscribe ubuntu-archive

Please sync freeciv (universe) from Debian unstable (main).

Changelog since current edgy version 2.0.8-2:

freeciv (2.0.8-3) unstable; urgency=high

  * Ack vorlon's NMU. Thanks! Closes: #381378.
  * Add common/packets.c bits to CVE-2006-3913 from freeciv's SVN
repository.

 -- Jordi Mallach <[EMAIL PROTECTED]>  Fri, 18 Aug 2006 11:55:47 +0200

freeciv (2.0.8-2.1) unstable; urgency=high

  * Non-maintainer upload.
  * High-urgency upload for RC bugfix.
  * Fix CVE-2006-3913, possible remote arbitrary code execution bug; 
thanks to Joey Schulze for the patch.  Closes: #381378.

 -- Steve Langasek <[EMAIL PROTECTED]>  Wed, 16 Aug 2006 19:22:26 -0700


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iQCVAwUBRRhV5miPNZf565vgAQJybgP/ZmnD5u/K9IZO+KigF1yktSdZOUkfK/gt
f89354rg7QycBxOJAovuM972qmM/+PryGtUxACC6dQSkkhbSUdk4r54sgLqh92T6
YuXEqv141R3Jwf6x37o36qQrLOrLUlnLTV7R54UfEnnd38H4oL7BnCP1xRle03/E
MKOUK2jBjcg=
=VPIC
-END PGP SIGNATURE-

** Affects: freeciv (Ubuntu)
 Importance: Untriaged
 Status: Confirmed

-- 
Please sync freeciv (universe) from unstable (main)
https://launchpad.net/bugs/62367

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


[Bug 54396] Re: Eclipse installation has broken dependencies, wants mozilla-browser

2006-09-25 Thread Bastian Grupe
I recently tried setting up eclipse from scratch in edgy (apt-get
purging et al) but still no success.

I cannot even switch the java version to use for eclipse, it always
loads gcj (which seems the one guilty of eclipse not working), update-
alternatives and editing /etc/jvm both couldn't convince eclipse to use
sun java.

Building eclipse from source failed, too, since the build-deps cannot be
satisfied (bails at a wrong libjsch-java version).

I'd really appreciate feedback in order to get this beast working.

-- 
Eclipse installation has broken dependencies, wants mozilla-browser
https://launchpad.net/bugs/54396

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


[Bug 55436] Re: Missing View-Mode toolbar button

2006-09-25 Thread Shriramana Sharma
Does this mean this will get into Edgy final or not?

-- 
Missing View-Mode toolbar button
https://launchpad.net/bugs/55436

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


[Bug 62362] Please sync phpmyadmin (universe) from unstable (main)

2006-09-25 Thread Lukas Fittl
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects distros/ubuntu/phpmyadmin
 status confirmed
 subscribe ubuntu-archive

Please sync phpmyadmin (universe) from Debian unstable (main).

Changelog since current edgy version 4:2.8.1-1:

phpmyadmin (4:2.8.2-0.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix issue with /var/www pointing to /usr/share/phpmyadmin.
(Closes: #385889)
* Make sure we install /var/www as a directory, since we make a symlink into
  it and we can't rely on it being there.
* Explicitly link to /var/www/phpmyadmin instead of /var/www, to make sure
  we don't make a new /var/www even if it should be removed for some
  reason.

 -- Steinar H. Gunderson <[EMAIL PROTECTED]>  Mon, 11 Sep 2006 00:14:54
+0200

phpmyadmin (4:2.8.2-0.1) unstable; urgency=high

  * Non-maintainer upload.
  * New upstream release.
* Fixes cross-site-scripting issues. [CVE-2006-3388] (Closes: #377748)

 -- Steinar H. Gunderson <[EMAIL PROTECTED]>  Tue, 18 Jul 2006 12:52:19
+0200


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iQCVAwUBRRhT4WiPNZf565vgAQLARwP9FLmPmhgAvDnVuQDvKozD4Ql4IvrC9q2w
RLLdjAlk6Xo3PziJqtJXEbE0o5C1jOmyzyqfYrTh5947rneBUyaZIkPd4A/nHNe7
5Bv587c8KWCoI93RcE6JKwij/YH26s1tcHpIC1beZieUL/6ElP7zgBva9YYbRShJ
e2kpJ0/vZKo=
=MvOl
-END PGP SIGNATURE-

** Affects: phpmyadmin (Ubuntu)
 Importance: Untriaged
 Status: Confirmed

-- 
Please sync phpmyadmin (universe) from unstable (main)
https://launchpad.net/bugs/62362

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


[Bug 62364] Please sync dvdauthor (universe) from unstable (main)

2006-09-25 Thread Lukas Fittl
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects distros/ubuntu/dvdauthor
 status confirmed
 subscribe ubuntu-archive

Please sync dvdauthor (universe) from Debian unstable (main).

Changelog since current edgy version 0.6.11-3:

dvdauthor (0.6.11-3.1) unstable; urgency=low

  * Non-maintainer upload
  * Fix button position range check (closes: #345943)

 -- Ben Hutchings <[EMAIL PROTECTED]>  Sun,  9 Jul 2006 18:58:19 +0100


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iQCVAwUBRRhUxWiPNZf565vgAQIzqAP9HpNOG6vFzkV6787a3Sl4IqHWy4LVO4J+
LBi9vSYtS/Voki6sV6cVFrASrxHpbE/M4efz+5xZpa+J+TvH0ISX6wfpd7M3vGZB
HUquHTHIXSJHYt6B3UMyAEerJQNaZ8j4vm29Xg4AfTyZXufnBQgowEgCpxrhzDgU
VChCRXG7Y8Q=
=FyRX
-END PGP SIGNATURE-

** Affects: dvdauthor (Ubuntu)
 Importance: Untriaged
 Status: Confirmed

-- 
Please sync dvdauthor (universe) from unstable (main)
https://launchpad.net/bugs/62364

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


[Bug 62363] Please sync cdtool (universe) from unstable (main)

2006-09-25 Thread Lukas Fittl
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects distros/ubuntu/cdtool
 status confirmed
 subscribe ubuntu-archive

Please sync cdtool (universe) from Debian unstable (main).

Changelog since current edgy version 2.1.8-pre4-1:

cdtool (2.1.8-release-1) unstable; urgency=low

  * New upstream version
  * Update to standards version 3.7.2 (no changes)

 -- Max Vozeler <[EMAIL PROTECTED]>  Wed,  9 Aug 2006 10:33:58 +0200


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iQCVAwUBRRhUMGiPNZf565vgAQK5ggP/UEoSN7BAWIIqbc4o3Gge/EPHHZ3VjiDu
cBoqa+nQOkpagseqwTxm+jyHDGuk519lUxc2IyzMrhSpEcEZtsq2i9BnsHmWdgEL
ZB4luxkwtVcfA76pXAVeQz6vlkHjvaP0r1qDfEeaoD2IMOGCAF7A0VmrJOeWS5bW
VUN/nMDUDoc=
=kinz
-END PGP SIGNATURE-

** Affects: cdtool (Ubuntu)
 Importance: Untriaged
 Status: Confirmed

-- 
Please sync cdtool (universe) from unstable (main)
https://launchpad.net/bugs/62363

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


[Bug 56249] Re: kernel 2.6.17-6 does boot slowly on Thinkpad T43p

2006-09-25 Thread Scott James Remnant
It's added automatically by the installer (which is the only thing that
writes entries to that file).

It wasn't added for a brief period during a development cycle (dapper, I
think)

** Changed in: udev (Ubuntu)
   Status: Needs Info => Fix Released

-- 
kernel 2.6.17-6 does boot slowly on Thinkpad T43p
https://launchpad.net/bugs/56249

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


[Bug 58945] RE: [Bug 58945] Re: Installer crashed

2006-09-25 Thread KEVIN
Colin,
Thanks for the info.  I received the latest version of Ubuntu and had a go 
at installing that on the same hard drive. All went fine.
Thanks for your time.
Regards
kev Sellens


>From: Colin Watson <[EMAIL PROTECTED]>
>Reply-To: Bug 58945 <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: [Bug 58945] Re: Installer crashed
>Date: Wed, 13 Sep 2006 16:22:00 -
>
>OSError: [Errno 2] No such file or directory: '/target/usr/share/locale-
>langpack/en/LC_MESSAGES'
>
>This directory was just created earlier on in the installation, so the
>fact that it doesn't exist now probably indicates a problem with your
>hard disk. If the disk is getting old, it might be worth looking into a
>replacement.
>
>** Changed in: ubiquity (Ubuntu)
>Status: Unconfirmed => Rejected
>
>--
>Installer crashed
>https://launchpad.net/bugs/58945

-- 
Installer crashed
https://launchpad.net/bugs/58945

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


[Bug 62153] Re: After removing Evolution completely, nautilus-sendto crashes...

2006-09-25 Thread Sebastien Bacher
The edgy package Depends on evolution, marking as fixed

** Changed in: nautilus-sendto (Ubuntu)
   Importance: Untriaged => Medium
   Status: Unconfirmed => Fix Released

-- 
After removing Evolution completely, nautilus-sendto crashes...
https://launchpad.net/bugs/62153

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


[Bug 62352] Re: Kernel Update removes Intel Pro Wireless 3945

2006-09-25 Thread Larakin
Yes, I believe I have it installed.

Here is the output of the command you requested:=
$ apt-cache showpkg linux-restricted-modules-common
Package: linux-restricted-modules-common
Versions: 
2.6.17.5-4 
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_edgy_restricted_binary-i386_Packages)
 (/var/lib/dpkg/status)
 Description Language: 
 File: 
/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_edgy_restricted_binary-i386_Packages
  MD5: 0ef707f08fb33a2a4ef86977c49a5e06


Reverse Depends: 
  linux-restricted-modules-2.6.17-7-generic,linux-restricted-modules-common 
2.6.17
  linux-restricted-modules-2.6.17-9-generic,linux-restricted-modules-common 
2.6.17
  linux-restricted-modules-2.6.17-9-386,linux-restricted-modules-common 2.6.17
  linux-restricted-modules-2.6.17-8-generic,linux-restricted-modules-common 
2.6.17
  linux-restricted-modules-2.6.17-8-386,linux-restricted-modules-common 2.6.17
Dependencies: 
2.6.17.5-4 - binutils-static (0 (null)) 
Provides: 
2.6.17.5-4 - 
Reverse Provides: 

Thanks.

-- 
Kernel Update removes Intel Pro Wireless 3945
https://launchpad.net/bugs/62352

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


[Bug 61763] Re: [Bug 61763] Re: Hard disk stops and restarts on shut down

2006-09-25 Thread Hervé Fache
On 9/25/06, Scott James Remnant <[EMAIL PROTECTED]> wrote:
> It's rejected because this is not considered a bug (there's no attempt
> made to prevent this behaviour, and no known method of doing so).
And I thought a bug was just when things were not working as expected...

> I suspect this may be occurring in the kernel somewhere.
Okay.

> Could you compare the results of running the following for me:
Yes!

>   "halt --debug --force"
Syncing
Halting
hard disk stops
System halted
strange noise after 4s, but does not restart
>
>   "halt --debug --force --interface-down"
Syncing
Bringing interfaces down
Halting
hard disk stops
System halted
strange noise after 4s, but does not restart
>
>   "halt --debug --force --hard-disk-standby"
Syncing
Putting disks into standby
Halting
hard disk stops
hard disk restarts!
System halted, hard disk stops
strange noise after 4s, but does not restart again
>
>   "halt --debug --force --hard-disk-standby --interface-down"
Syncing
Bringing interfaces down2
Putting disks into standby
Halting
hard disk stops
hard disk restarts!
System halted, hard disk stops
strange noise after 4s, but does not restart again
>
>
> Also please provide more information about your drives - how are they 
> connected to your system? (IDE, SATA, SCSI, USB?)
PATA, Maxtor 6B250R0

-- 
Hard disk stops and restarts on shut down
https://launchpad.net/bugs/61763

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


[Bug 62361] Edgy doesn't detect instantly like Dapper

2006-09-25 Thread Pascal
Public bug reported:

Binary package hint: xorg-driver-synaptics

I have a Synaptics touchpad and when I boot edgy up it takes 2-3 seconds
before I'm able to use the mouse after first touching it (KDE is fully
loaded).

In dapper I can use it instantly.

** Affects: xorg-driver-synaptics (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Edgy doesn't detect instantly like Dapper
https://launchpad.net/bugs/62361

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


[Bug 50723] Re: Tools->Create Web Album default "clean" theme does not exist.

2006-09-25 Thread Christophe Sauthier
Can you explain a little more what yo mean by "incorrect HTML code and
unsuable web album" ?

The code seems to be correct, just that the thumbs generated are not
links...

-- 
Tools->Create Web Album default "clean" theme does not exist.
https://launchpad.net/bugs/50723

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


[Bug 53588] Re: gtkpod segfaults

2006-09-25 Thread Sebastien Bacher
Thanks for your bug. What is the gtkpod path according to "which gtkpod"? Could 
you get a backtrace with gdb?
- gdb gtkpod
(gdb) run
... crash
(gdb) thread apply all bt

and copy that to a comment

** Changed in: gtkpod (Ubuntu)
   Status: Unconfirmed => Needs Info

-- 
gtkpod segfaults
https://launchpad.net/bugs/53588

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


[Bug 61848] Re: [edgy] kernel panic after last update

2006-09-25 Thread Brownie
I get the same thing when i start up with the 2.6.17-9-generic kernel, but with 
the -7. I do not have the -8 kernel to test whether it works or not.
My processor is an AMD Athlon 64 3400+

-- 
[edgy] kernel panic after last update
https://launchpad.net/bugs/61848

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


[Bug 60613] Re: Motorola SLVR/ROKR support

2006-09-25 Thread Sebastien Bacher
*** This bug is a duplicate of bug 62295 ***

Thanks for your bug. Marking as duplicated of bug #62295 which is a
request for a new version. Will likely happens next cycle since edgy is
already version frozen and the new libgpod has a bunch of changes which
are non-trivial

** This bug has been marked a duplicate of bug 62295
   Update to 0.99.8

-- 
Motorola SLVR/ROKR support
https://launchpad.net/bugs/60613

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


[Bug 62235] Re: New upstream release supports later iPod models

2006-09-25 Thread Sebastien Bacher
Thanks for your bug. edgy is already version frozen and the new library
version has a bunch of non-trivial changes, it's likely the update will
wait next cycle

** Changed in: libgpod (Ubuntu)
   Importance: Untriaged => Wishlist
   Status: Unconfirmed => Confirmed

-- 
New upstream release supports later iPod models
https://launchpad.net/bugs/62235

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


[Bug 62295] Re: Update to 0.99.8

2006-09-25 Thread Sebastien Bacher
** Bug 60613 has been marked a duplicate of this bug

-- 
Update to 0.99.8
https://launchpad.net/bugs/62295

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


[Bug 47502] Re: Userconfig: When changing the primary group of an user, the group is not changed in the users home directory

2006-09-25 Thread Rocco Stanzione
** Changed in: kde-guidance (Ubuntu)
   Importance: Medium => Wishlist
   Status: Unconfirmed => Confirmed

-- 
Userconfig: When changing the primary group of an user, the group is not 
changed in the users home directory
https://launchpad.net/bugs/47502

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


[Bug 56276] Re: New user's secondary groups empty by default

2006-09-25 Thread Rocco Stanzione
** Changed in: kde-guidance (Ubuntu)
   Importance: Untriaged => Wishlist
   Status: Needs Info => Confirmed

-- 
New user's secondary groups empty by default
https://launchpad.net/bugs/56276

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


[Bug 58605] Re: Upstream reports security flaw: clients will relay traffic

2006-09-25 Thread William Grant
This affects Hoary, Breezy and Dapper. Current Edgy will be fixed with
the sync of 0.1.1.23-1 from Debian Sid in the next couple of days.

** Changed in: tor (Ubuntu)
   Status: Unconfirmed => Confirmed

-- 
Upstream reports security flaw: clients will relay traffic
https://launchpad.net/bugs/58605

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


[Bug 62295] Re: Update to 0.99.8

2006-09-25 Thread Sebastien Bacher
Thanks for your bug

** Changed in: gtkpod (Ubuntu)
   Importance: Untriaged => Wishlist
   Status: Unconfirmed => Confirmed

-- 
Update to 0.99.8
https://launchpad.net/bugs/62295

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


[Bug 61848] Re: [edgy] kernel panic after last update

2006-09-25 Thread Quim Calpe
Well I just found something... I have to dualboot Windows XP sometimes,
and with this workaround (setting the interrupt mode changed to PIC),
Windows XP doesn't boot anymore...

Still not sure if it's good or bad ;-)

-- 
[edgy] kernel panic after last update
https://launchpad.net/bugs/61848

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


[Bug 62354] Re: Please sync tor 0.1.1.23-1 (universe) from Debian Sid (main)

2006-09-25 Thread Lukas Fittl
*** This bug is a duplicate of bug 62360 ***

** This bug has been marked a duplicate of bug 62360
   Please sync tor (universe) from unstable (main)

-- 
Please sync tor 0.1.1.23-1 (universe) from Debian Sid (main)
https://launchpad.net/bugs/62354

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


[Bug 62359] Re: Some more typos

2006-09-25 Thread Yan

** Attachment added: "Screen shot of "Checking installed and available 
applications" dialog"
   http://librarian.launchpad.net/4440838/Screenshot.png

-- 
Some more typos
https://launchpad.net/bugs/62359

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


[Bug 62359] Some more typos

2006-09-25 Thread Yan
Public bug reported:

When gnome-app-install runs it displays a dialog with the title
"Checking installed and available applications".  I suspect a severe
grammar failure has occurred during the construction of the sentence
"Choose from a large variety of applications which is brought to by
Ubuntu or third party providers."  A screenshot is attached.

I suggest a replacement sentence construction along the lines of "This
application allows you to add or remove a large variety of applications.
Application packages are provided by Ubuntu or third parties."   The
phrase "...brought to you by..." sounds a little too much like Sesame
Street.

** Affects: gnome-app-install (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Some more typos
https://launchpad.net/bugs/62359

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


[Bug 62360] Please sync tor (universe) from unstable (main)

2006-09-25 Thread Lukas Fittl
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects distros/ubuntu/tor
 status confirmed
 subscribe ubuntu-archive

Please sync tor (universe) from Debian unstable (main).

Changelog since current edgy version 0.1.1.22-1:

tor (0.1.1.23-1) unstable; urgency=medium

  * New upstream version.

 -- Peter Palfrader <[EMAIL PROTECTED]>  Thu,  3 Aug 2006 03:13:24 +0200


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iQCVAwUBRRhPaWiPNZf565vgAQKQHgP/d+PpOPszLoDDoKaB9MPwGftbWc6W273q
VyOeyqycVVe5rlzIJFnXb7iouXAyUVbVVp2IzQqgFN7aGMwZsZS1tsQ726B9N8cH
FCfR30PanXTvCN8sKxpW7ohxZTY9fh3R30JtXHwMTlY/3Bm4rBsBB+k8yImP24Oh
GP5kE86pEtg=
=w3mY
-END PGP SIGNATURE-

** Affects: tor (Ubuntu)
 Importance: Untriaged
 Status: Confirmed

** Bug 62354 has been marked a duplicate of this bug

-- 
Please sync tor (universe) from unstable (main)
https://launchpad.net/bugs/62360

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


[Bug 62332] Re: (edgy) rhythmbox freeze on audio-cd creation

2006-09-25 Thread Sebastien Bacher
Thanks for your bug. When does it freeze? When converting the files?
When recording the CD? Does it unfreeze after some time? Do you have any
error on the command line? Could you get a backtrace when it freeze with
"gdb -p $(pidof rhythmbox)" and "(gdb) thread apply all bt" with
rhythmbox-dbg installed?

** Changed in: rhythmbox (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs
   Status: Unconfirmed => Needs Info

-- 
(edgy) rhythmbox freeze on audio-cd creation
https://launchpad.net/bugs/62332

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


[Bug 62345] Re: evolution fails to complain about wrong imap protocol

2006-09-25 Thread Sebastien Bacher
Thanks for your bug. How does it fail? What version of Ubuntu do you
use? What happens, do you get any message?

** Changed in: evolution (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs
   Status: Unconfirmed => Needs Info

-- 
evolution fails to complain about wrong imap protocol
https://launchpad.net/bugs/62345

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


[Bug 29622] Re: Firefox does not print the headers and footers.

2006-09-25 Thread Matija Polajnar
I believe the "problem" is with the printer: firefox, by default, prints
headers and footers very close to the edge of the paper and many
consumer printers do not support printing on the edges.

Anyhow, printing in Firefox in Linux should be improved (setting edges is 
unreliable, you cannot set any useful printer options, ...), if not by the 
Firefox team, maybe Ubuntu developers could take the job?
I don't know about xprint, but AFAIK Ubuntu build has xprint disabled. Does it 
feature a more complete printer-options interface?

-- 
Firefox does not print the headers and footers.
https://launchpad.net/bugs/29622

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


[Bug 62351] Re: Channel List window leads to a crash with premature window closing

2006-09-25 Thread Sebastien Bacher
Thanks for your bug. What version of Ubuntu do you use? Could you get a
backtrace of the crash from the bug-buddy dialog opened after the crash
or from the apport tool if you use edgy?

** Changed in: xchat-gnome (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs
   Status: Unconfirmed => Needs Info

-- 
Channel List window leads to a crash with premature window closing
https://launchpad.net/bugs/62351

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


[Bug 62352] Re: Kernel Update removes Intel Pro Wireless 3945

2006-09-25 Thread Simon Law
Hello,

Do you happen to have linux-restricted-modules-common installed?

As well, what is the output from the following command:
  $ apt-cache showpkg linux-restricted-modules-common

Thanks.

** Changed in: linux-source-2.6.17 (Ubuntu)
 Assignee: (unassigned) => Simon Law
   Status: Unconfirmed => Needs Info

** Changed in: linux-source-2.6.17 (Ubuntu)
Sourcepackagename: linux-source-2.6.17 => linux-restricted-modules-2.6.17

-- 
Kernel Update removes Intel Pro Wireless 3945
https://launchpad.net/bugs/62352

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


[Bug 62356] Re: gdm segfaults on ia64 with in ve_locale_from_utf8: address out of bounds

2006-09-25 Thread Simon Law
** Summary changed:

- gdm segfaults on ia64
+ gdm segfaults on ia64 with in ve_locale_from_utf8: address out of bounds

-- 
gdm segfaults on ia64 with in ve_locale_from_utf8: address out of bounds
https://launchpad.net/bugs/62356

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


[Bug 56249] Re: kernel 2.6.17-6 does boot slowly on Thinkpad T43p

2006-09-25 Thread hunger
Yes, that was missing. Adding it fixes the problem.

When/how should "arp 1" have been added?

Thanks for your help, it is greatly appreciated!

-- 
kernel 2.6.17-6 does boot slowly on Thinkpad T43p
https://launchpad.net/bugs/56249

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


[Bug 60752] Re: Does not resume from suspend

2006-09-25 Thread Pascal
I'm opening again since I've supplied the requested info

** Changed in: linux-source-2.6.17 (Ubuntu)
   Status: Needs Info => Unconfirmed

-- 
Does not resume from suspend
https://launchpad.net/bugs/60752

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


[Bug 60752] Re: Does not resume from suspend

2006-09-25 Thread Pascal
I've tested with kernel 2.6.17-9 and it doesn't work.

** Description changed:

  Binary package hint: acpi
  
- When I try to resume from suspend in Edgy knot 3 (installed and updated)
- it shows some sort of "nothern lights" (I believe it is the AIGLX?) and
- doesnt resume the session. It fades to black screen and I have to shut
- it off manually.
+ When I try to resume from suspend in Edgy knot 3 (installed and updated) it 
shows some sort of "nothern lights" (might just be my display) and doesnt 
resume the session. It fades to black screen and I have to shut it off manually.
+ I get same behaviour in Dapper Drake.
  
  This are my specs (please note they are in danish, but I will translate if 
you cant read them):
  
http://nordic.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/jsp/productPage.do?LNG=19&service=ND&PRODUCT_ID=117168&toshibaShop=false

-- 
Does not resume from suspend
https://launchpad.net/bugs/60752

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


[Bug 62338] Re: Bad translation of translator-credits

2006-09-25 Thread Sebastien Bacher
** Changed in: language-pack-fr (Ubuntu)
   Status: Confirmed => Needs Info

-- 
Bad translation of translator-credits
https://launchpad.net/bugs/62338

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


[Bug 60752] Re: Does not resume from suspend

2006-09-25 Thread Pascal
I'm afraid I might have mislead some of you. 
I've just tried with the kubuntu dapper live desktopcd and it doesn't work 
there either. But it does the same sort of "nothern lights.." as I was refering 
to before therefore it cannot be the Aiglx. 
I think it might just be my display that doesn't know what to show.

-- 
Does not resume from suspend
https://launchpad.net/bugs/60752

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


[Bug 62341] Re: ndiswrapper crashes when laptop is unplugged

2006-09-25 Thread Kevin Kubasik
[17179591.488000] ndiswrapper: driver bcmwl5 (Broadcom,11/02/2005,
4.10.40.0) loaded

is the load line, I can attach the actual .inf file if needed.

Heres what lspci shows
0c:00.0 Network controller: Broadcom Corporation BCM4310 UART (rev 01)

-- 
ndiswrapper crashes when laptop is unplugged
https://launchpad.net/bugs/62341

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


[Bug 62354] Re: Package outdated

2006-09-25 Thread William Grant
Please sync tor 0.1.1.23-1 (universe) from Debian Sid (main). There were
no Ubuntu changes. The package builds fine in a clean Edgy pbuilder.
Changelog entries follow:

tor (0.1.1.23-1) unstable; urgency=medium

  * New upstream version.

 -- Peter Palfrader <[EMAIL PROTECTED]>  Thu,  3 Aug 2006 03:13:24 +0200

** Summary changed:

- Package outdated
+ Please sync tor 0.1.1.23-1 (universe) from Debian Sid (main)

-- 
Please sync tor 0.1.1.23-1 (universe) from Debian Sid (main)
https://launchpad.net/bugs/62354

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


[Bug 60047] Re: Folders with new messages are prefixed 'folder-display|'

2006-09-25 Thread Sebastien Bacher
** Bug 62353 has been marked a duplicate of this bug

-- 
Folders with new messages are prefixed 'folder-display|'
https://launchpad.net/bugs/60047

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


[Bug 62353] Re: Folders with unread mail are displayed incorrectly: folder-display|(<#unread mails)

2006-09-25 Thread Sebastien Bacher
*** This bug is a duplicate of bug 60047 ***

Thanks for the bug report. This particular bug has already been reported
into our bug tracking system, but please feel free to report any further
bugs you find.

** Changed in: evolution (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs
   Status: Unconfirmed => Rejected

** This bug has been marked a duplicate of bug 60047
   Folders with new messages are prefixed 'folder-display|'

-- 
Folders with unread mail are displayed incorrectly: folder-display|(<#unread mails)
https://launchpad.net/bugs/62353

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


[Bug 30038] Re: SmartBattery load level not shown

2006-09-25 Thread Sebastien Bacher
thank you for the comment update

-- 
SmartBattery load level not shown
https://launchpad.net/bugs/30038

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


[Bug 62065] Re: Version/dependancy issues for libglitz1-dev package

2006-09-25 Thread Sebastien Bacher
Thank you for the update and closing the bug

-- 
Version/dependancy issues for libglitz1-dev package
https://launchpad.net/bugs/62065

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


[Bug 62334] Re: Upgrade caused dual-boot grub to destroy Win2K disk

2006-09-25 Thread Martin-Éric Racine
The only explanation that comes to mind for what you describe above
would be a GRUB upgrade that made wrong assumptions about which OS
resides on what drive.

In any case, I cannot see how upgrade-system would have caused this,
since it's only an APT front-end.

-- 
Upgrade caused dual-boot grub to destroy Win2K disk
https://launchpad.net/bugs/62334

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


[Bug 50256] Re: Quit/Shutdown Panel Applet Should Be Moved to lower right corner

2006-09-25 Thread Sebastien Bacher
Thanks for your bug. The bug tracker is the wrong place to debate about
such choice because few people read bugs on a package. You should better
mail the ubuntu-desktop mailing list about that. The lower right corner
is already used by the trash applet. The action is placed to a desktop
edge because they are easy places to reach with the mouse

** Changed in: gnome-panel (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs
   Status: Unconfirmed => Rejected

-- 
Quit/Shutdown Panel Applet Should Be Moved to lower right corner
https://launchpad.net/bugs/50256

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


[Bug 61848] Re: [edgy] kernel panic after last update

2006-09-25 Thread Quim Calpe
@koolatron: The crash you describe is closer to the crash people is
reporting in bug https://launchpad.net/bugs/61877 and seems related to
AMD64 machines.

@NoWhereMan: The workaround didn't work for me, but one thing did: I
changed in BIOS the interrupt mode from APIC to PIC, the crash was the
same, but the change allowed me to boot without the acpi=off flag, and
without it, the system booted up flawlesly!

So yes, it's seems rather ACPI related...

-- 
[edgy] kernel panic after last update
https://launchpad.net/bugs/61848

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


[Bug 62356] Re: gdm segfaults on ia64

2006-09-25 Thread Andy Wettstein

** Attachment added: "backtrace"
   http://librarian.launchpad.net/4440729/gdb-gdmgreeter.txt

-- 
gdm segfaults on ia64
https://launchpad.net/bugs/62356

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


[Bug 62356] gdm segfaults on ia64

2006-09-25 Thread Andy Wettstein
Public bug reported:

Binary package hint: gdm

I'll attach a backtrace

** Affects: gdm (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
gdm segfaults on ia64
https://launchpad.net/bugs/62356

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


[Bug 38865] Re: [Bug 38865] Re: sky2 driver freezing system after ifdown and ifup

2006-09-25 Thread fab
I just want to advertise with actual kernel sky2 driver is still not
working (stops transfering data under high load, even if I disable
autonegociation). But, sk98lin driver loads and works like a charm
(unlike before).

BTW, Thanks for your work.
Fabien Devaux.

-- 
sky2 driver freezing system after ifdown and ifup
https://launchpad.net/bugs/38865

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


[Bug 60810] Re: Importing MP3s tries to create messed up filename, crashes

2006-09-25 Thread Sebastien Bacher
Thank you for the comment. I'm marking the bug as fixed, feel free to
reopen it if you get the issue again

** Changed in: sound-juicer (Ubuntu)
   Status: Needs Info => Fix Released

-- 
Importing MP3s tries to create messed up filename, crashes
https://launchpad.net/bugs/60810

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


[Bug 62338] Re: Bad translation of translator-credits

2006-09-25 Thread Sebastien Bacher
what version of Ubuntu do you use and where do you have those mistakes
listed?

-- 
Bad translation of translator-credits
https://launchpad.net/bugs/62338

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


[Bug 62338] Re: Bad translation of translator-credits

2006-09-25 Thread Sebastien Bacher
Claude, that's rather a Rosetta issue than a package one, you should
better contact rosetta people about it

-- 
Bad translation of translator-credits
https://launchpad.net/bugs/62338

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


[Bug 54396] Re: Eclipse installation has broken dependencies, wants mozilla-browser

2006-09-25 Thread Luca Falavigna
It is not clear if this matter has been solved or not.
I tried to launch Eclipse 3.1.2-3ubuntu1 in Edgy and it loaded succesfully, 
even if it told me mozila-browser is required in order to load eclipse. My 
first try with version 3.1.2-2ubuntu1 ended with a "currently only works with 
the mozilla browser, Eclipse cannot be started" message.
Anyway, this does not mean Mozilla is no longer required, even if Debian 
changelog states "Ignore the fact, that the package doesn't work with Mozilla; 
everything but the help should work".

I had a look on Debian bugtracker and I found three bugs related to ours:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=364368
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=356497
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=342341

-- 
Eclipse installation has broken dependencies, wants mozilla-browser
https://launchpad.net/bugs/54396

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


[Bug 61936] Re: crash after drag and drop of songs to the rhythmbox window in edgy

2006-09-25 Thread Sebastien Bacher
Does it happen without it?

-- 
crash after drag and drop of songs to the rhythmbox window in edgy
https://launchpad.net/bugs/61936

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


[Bug 62354] Package outdated

2006-09-25 Thread Toni Heinonen
Public bug reported:

There's a new upstream version available.

Because the software is experimental, upgrading to new upstream versions
is important, not just nice. Upon boot-up, my tor says:

Sep 26 00:09:18.065 [warn] routers_update_all_from_networkstatus():
Please upgrade! This version of Tor (0.1.1.22) is not recommended,
according to 3/3 network statuses. Versions recommended by at least 1
authority are: 0.1.0.18, 0.1.1.23, 0.1.2.1-alpha

** Affects: tor (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Package outdated
https://launchpad.net/bugs/62354

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


[Bug 62139] Re: gdm hangs altogether after timeout on the gdm socket

2006-09-25 Thread Sebastien Bacher
Comment from upstream:

"Typically the problem when the GDM daemon becomes so unresponsive is because it
has crashed.  Note that GDM works like this;

1. The main GDM daemon starts.  This is the process that has the pid listed in
   /var/run/gdm.pid.  Note that most programs try to connect to this process
   when they want to communicate.  For example gdmflexiserver looks up the 
   daemon process Pid in this file.

2. For each display, a forked daemon (aka the slave daemon) is started.

3. The forked daemon starts the GUI program (gdmlogin/gdmgreeter).

Note it can look like daemon's are still running even when the main daemon has
crashed since the forked slave daemons (#2 above) may still be running.

If the main daemon is crashing, has it left a core file somewhere.  Look for
GDM related core files in the /, /var/lib/gdm, /var/lib/log/gdm, or the GDM
user's $HOME directory (if any).

I suspect all of the above won't help you since it sounds like the main daemon
isn't crashing.  I just mention this so you can double check, since this is
typically the problem for this sort of symptom.

GDM uses a couple of different mechanisms to communicate between the main
daemon and other processes.  There is the GDM_SUP* messages that are used by
various programs to query the daemon about different hings.  What happens when
you
run this command.  It tests the GDM_SUP* messages.  Does it work?

   gdmflexiserver --command=VERSION

The other kind of messages are GDM_SOP_* messages.  For these messages, the 
forked slave process sends the main daemon a SIGUSR1 signal and then uses a 
fifo protocol for passing the messages.  Note the function create_connections 
in daemon/gdm.c and note gdm_slave_send in daemon/slave.c.  In your syslog, it
seems like messages like GDM_SOP_LOGGED_IN (aka LOGGED_IN) is failing.  So
this is probably where it is breaking.  I'm wondering if this is the *only*
kind of message that is breaking or if just GDM_SOP messages are broken for
you.

If I were to guess what the problem might be, it could be that GDM may be
executing some code in the SIGUSR1 signal handler that is not signal handler \
safe.  Since it works most of the time, but fails in weird situations where
many users log out at once, this might be triggering a normally rare event that
makes the signal handler mad.

Note in slave.c, the gdm_slave_usr2_handler function.  Might be worth looking
into this function more closely.

At this point, I'm just giving you some pointers to hopefully narrow down what
the problem may be.  Perhaps you could investigate, and if possible add some
more gdm_debug messages so we can have a better understanding of where the
failure may be happening?"

-- 
gdm hangs altogether after timeout on the gdm socket
https://launchpad.net/bugs/62139

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


[Bug 62285] Re: cannot disable preview of postscript files

2006-09-25 Thread Anthony Mercatante
Thanks Andreas for the detailled explanation.
I'm rejecting this, since it is intended upstream.

** Changed in: kdebase (Ubuntu)
   Status: Unconfirmed => Rejected

-- 
cannot disable preview of postscript files
https://launchpad.net/bugs/62285

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


[Bug 62309] Re: abuse segfaults if SIGINT is raised

2006-09-25 Thread Kees Cook
Reproducable with:

$ abuse -list << EOM
(defun corrupt (name first last)
 (if (> first last) 
  nil 
  (corrupt name (+ 1 first) last)))
(corrupt "anytype" 1 23)
(quit)
EOM
Abuse-SDL 0.7.0
...
Lisp> *** glibc detected *** corrupted double-linked list: 0x005b5550 
***
Aborted

Looks like the lisp processor blows up during the load of "abuse.lisp",
which makes recursive calls to the user-defined function "seq" while
loading "ant.lsp".  The above demonstrates a minimal corruption
condition.

The "name" and "last" arguments must exist, and the "last" value must be
23 or above to trigger it.  Larger numbers can result in SIGILL during
SDL cleanup.

-- 
abuse segfaults if SIGINT is raised
https://launchpad.net/bugs/62309

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


[Bug 62349] Re: GmailFS won't mount

2006-09-25 Thread fredrichl
** Changed in: gmailfs (Ubuntu)
   Status: Unconfirmed => Confirmed

** Changed in: gmailfs (Ubuntu)
   Status: Confirmed => Unconfirmed

-- 
GmailFS won't mount
https://launchpad.net/bugs/62349

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


[Bug 36304] Re: Crash/display corruption when clicking stroke style tab

2006-09-25 Thread Rocco Stanzione
** Bug 62348 has been marked a duplicate of this bug

-- 
Crash/display corruption when clicking stroke style tab
https://launchpad.net/bugs/36304

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


[Bug 60752] Re: Does not resume from suspend

2006-09-25 Thread Andrea Gamba
I think that the importance of the problem should be considered high.

Aiglx is an important innovation with respect to Dapper, it brings
Ubuntu in direct competition with the GUIs of Mac OS or Vista.

However, nobody is going to use Aiglx on the laptop if it impairs useful
features such as hibernate or suspend.

The problem with Aiglx and suspend has been discussed in several places, here 
for instance:
http://www.ubuntuforums.org/showthread.php?t=145068&page=103

but is still not solved. However, it should be solvable in principle.

-- 
Does not resume from suspend
https://launchpad.net/bugs/60752

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


[Bug 62074] Re: Duplicated word in keyboard accessibility monitor doc

2006-09-25 Thread Sebastien Bacher
fixed upstream

** Changed in: gnome-applets (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
Duplicated word in keyboard accessibility monitor doc
https://launchpad.net/bugs/62074

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


[Bug 62352] Re: Kernel Update removes Intel Pro Wireless 3945

2006-09-25 Thread Larakin
I am attaching the kern.log that includes booting into 2.6.17-7 and
2.6.17-9  If more information is needed I will be happy to provide.

Thanks!

** Attachment added: "My kern.log"
   http://librarian.launchpad.net/4440605/kern.log

-- 
Kernel Update removes Intel Pro Wireless 3945
https://launchpad.net/bugs/62352

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


[Bug 62353] Folders with unread mail are displayed incorrectly: folder-display|(<#unread mails)

2006-09-25 Thread mvandeg
Public bug reported:

The names in the tree of folders with unread mail are displayed
incorrectly in evolution 2.8.0-0ubuntu3. I will attach a screenshot.

** Affects: evolution (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Folders with unread mail are displayed incorrectly: folder-display|(<#unread mails)
https://launchpad.net/bugs/62353

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


[Bug 62348] Re: fatal crash with BadAlloc

2006-09-25 Thread Rocco Stanzione
*** This bug is a duplicate of bug 36304 ***

** This bug has been marked a duplicate of bug 36304
   Crash/display corruption when clicking stroke style tab

-- 
fatal crash with BadAlloc
https://launchpad.net/bugs/62348

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


[Bug 62353] Re: Folders with unread mail are displayed incorrectly: folder-display|(<#unread mails)

2006-09-25 Thread mvandeg

** Attachment added: "Wrongly displayed folder name"
   http://librarian.launchpad.net/4440598/Screenshot.png

-- 
Folders with unread mail are displayed incorrectly: folder-display|(<#unread mails)
https://launchpad.net/bugs/62353

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


[Bug 49831] Re: Installer crashed

2006-09-25 Thread Simon Law
The user claims that this bug no longer occurs.

** Changed in: ubiquity (Ubuntu)
   Status: Unconfirmed => Rejected

-- 
Installer crashed
https://launchpad.net/bugs/49831

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


[Bug 58588] Re: Gmailfs crashes when attempting to mount

2006-09-25 Thread Ken Clark
Same result here:
gmailfs Version: 0.7.1-6

Traceback (most recent call last):
  File "/usr/bin/mount.gmailfs", line 164, in ?
main(mountpoint, namedOptions, useEncfs)
  File "/usr/bin/mount.gmailfs", line 90, in main
gmailfs.main(mountpoint, namedOptions)
  File "/usr/share/gmailfs/gmailfs.py", line 1130, in main
server = Gmailfs(mountpoint, **namedOptions)
  File "/usr/share/gmailfs/gmailfs.py", line 602, in __init__
self.ga.login()
  File "/usr/lib/python2.4/site-packages/libgmail.py", line 318, in login
pageData = self._retrievePage(redirectURL)
  File "/usr/lib/python2.4/site-packages/libgmail.py", line 331, in 
_retrievePage
resp = urllib2.urlopen(req)
  File "/usr/lib/python2.4/urllib2.py", line 130, in urlopen
return _opener.open(url, data)
  File "/usr/lib/python2.4/urllib2.py", line 356, in open
req = meth(req)
  File "/usr/lib/python2.4/urllib2.py", line 943, in do_request_
raise URLError('no host given')
urllib2.URLError: 

-- 
Gmailfs crashes when attempting to mount
https://launchpad.net/bugs/58588

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


[Bug 62351] Channel List window leads to a crash with premature window closing

2006-09-25 Thread Ulaş Şahin
Public bug reported:

Binary package hint: xchat-gnome

Launch xchat-gnome
login to a server
channel list pops up
dont wait it to fill up close the window immediately.
channel list fills up to server message window
and voila...

** Affects: xchat-gnome (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Channel List window leads to a crash with premature window closing
https://launchpad.net/bugs/62351

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


[Bug 43949] Re: Konqueror View Mode Toolbar Icons

2006-09-25 Thread Anthony Mercatante
The point is we wanted to patch kdebase to get only 1 button instead of 3, 
since there is no reason in 3 buttons for the same functionnality.
I just finished the patch for this, and kubuntu-default-settings has been 
updated to fit this too.
I'll upload once beta freeze ends.

** Changed in: kdebase (Ubuntu)
   Status: Needs Info => Fix Released

-- 
Konqueror View Mode Toolbar Icons
https://launchpad.net/bugs/43949

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


[Bug 55436] Re: Missing View-Mode toolbar button

2006-09-25 Thread Anthony Mercatante
The goal was to have one button only instead of three.
There is no reason in adding 3 buttons for one functionnality.
I've been testing for a few days before getting this done, since this part of 
code is a bit complex.
Finally I've relased a patch for kdebase that get that done.
Il will upload the package once beta feeze ends.

** Changed in: kdebase (Ubuntu)
   Status: Confirmed => Fix Released

-- 
Missing View-Mode toolbar button
https://launchpad.net/bugs/55436

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


<    1   2   3   4   5   6   7   8   9   10   >