Re: [Bug 176125] Re: Ubuntu should activate the IPv6 privacy extension by default (echo 2 /proc/sys/net/ipv6/conf/all/use_tempaddr)

2011-01-18 Thread tonfa
On Jan 18, 2011 9:46 PM, Erik B. Andersen erik.b.ander...@gmail.com
wrote:

 At many higher education institutions, we have policies that we need to
know who is using any given IP address at any point in time.

If you *need* to know, and computer are self-managed, then the fact that
privacy addresses are disabled by default doesn't really help. You need to
log data from the switches as well.

 Privacy addresses make this much, much harder. Yes, we can disable them
on managed machines, but not all machines on our network are managed. For
example, student laptops on wireless networks. So, the default setting
matters. Microsoft enables privacy addresses by default on Vista and 7, and
it is already creating problems for us.

And windows isn't going away.

 Frankly, privacy addresses do very little to enhance privacy and create
significant headaches for network administrators.
 I just don't see how changing the default will do anything when the user
could just change it back if they wanted to.

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

Title:
  Ubuntu should activate the IPv6 privacy extension by default (echo 2
  /proc/sys/net/ipv6/conf/all/use_tempaddr)

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


[Bug 522099] Re: symlinks on ecryptfs cause spurious modifications

2010-03-17 Thread tonfa
*** This bug is a duplicate of bug 524919 ***
https://bugs.launchpad.net/bugs/524919

Bug was closed upstream, http://mercurial.selenic.com/bts/issue2042
Best would be if ecryptfs was fixed.

** Bug watch added: Mercurial Bug Tracker #2042
   http://mercurial.selenic.com/bts/issue2042

** This bug has been marked a duplicate of bug 524919
   ecryptfs breaks lstat/readlink size assumption

-- 
symlinks on ecryptfs cause spurious modifications
https://bugs.launchpad.net/bugs/522099
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 522099] Re: symlinks on ecryptfs cause spurious modifications

2010-02-15 Thread tonfa
I guess we could skip the size check if it's a symlink. Could you open a
bug in upstream's bugtracker ? (mercurial.selenic.com/bts)

-- 
symlinks on ecryptfs cause spurious modifications
https://bugs.launchpad.net/bugs/522099
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 476736] Re: crash when completing a single-quoted word which ends with a backslash

2009-12-16 Thread tonfa
full backtrace:

to...@pirzuine:/tmp$ \
malloc: unknown:0: assertion botched
free: start and end chunk sizes differ
last command: gdb bash
Aborting...
Program received signal SIGABRT, Aborted.
0x00daa422 in __kernel_vsyscall ()
(gdb) bt
#0  0x00daa422 in __kernel_vsyscall ()
#1  0x00c234d1 in *__GI_raise (sig=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:64
#2  0x00c26932 in *__GI_abort () at abort.c:92
#3  0x080810ec in programming_error (format=0x8106de0 free: start and end 
chunk sizes differ) at ../bash/error.c:175
#4  0x080ebe8b in xbotch (mem=value optimized out, e=value optimized out, 
s=0x7909 Address 0x7909 out of bounds, file=0x81026f9 unknown, line=0)
at ../../../bash/lib/malloc/malloc.c:319
#5  0x080ebfe9 in internal_free (mem=0x8402788, file=value optimized out, 
line=value optimized out, flags=0) at ../../../bash/lib/malloc/malloc.c:902
#6  0x080d1208 in rl_filename_completion_function (text=0x8432848 
/home/tonfa/local/bin/\\, state=0) at 
../../../bash/lib/readline/complete.c:2137
#7  0x080a59bb in command_word_completion_function (hint_text=0x8123248 \\, 
state=0) at ../bash/bashline.c:1765
#8  0x080d23a5 in rl_completion_matches (text=0x8123248 \\, 
entry_function=0x80a5400 command_word_completion_function)
at ../../../bash/lib/readline/complete.c:1887
#9  0x080a6168 in bash_default_completion (text=0x8123248 \\, start=0, end=2, 
qc=34, compflags=value optimized out) at ../bash/bashline.c:1414
#10 0x080a759e in attempt_shell_completion (text=0x8123248 \\, start=1, 
end=2) at ../bash/bashline.c:1363
#11 0x080d244a in gen_completion_matches (text=0x8123248 \\, start=6, 
end=30985, our_func=0x80d10b0 rl_filename_completion_function, found_quote=6, 
quote_char=34) at ../../../bash/lib/readline/complete.c:1023
#12 0x080d37c3 in rl_complete_internal (what_to_do=9) at 
../../../bash/lib/readline/complete.c:1746
#13 0x080cbd21 in _rl_dispatch_subseq (key=9, map=0x810a760, got_subseq=0) at 
../../../bash/lib/readline/readline.c:769
#14 0x080cc0a5 in _rl_dispatch (key=9, map=0x810a760) at 
../../../bash/lib/readline/readline.c:719
#15 0x080cc43c in readline_internal_char () at 
../../../bash/lib/readline/readline.c:548
#16 0x080cc845 in readline_internal_charloop (prompt=0x8432408 
to...@pirzuine:/tmp$ ) at ../../../bash/lib/readline/readline.c:575
#17 readline_internal (prompt=0x8432408 to...@pirzuine:/tmp$ ) at 
../../../bash/lib/readline/readline.c:589
#18 readline (prompt=0x8432408 to...@pirzuine:/tmp$ ) at 
../../../bash/lib/readline/readline.c:338
#19 0x08065e17 in yy_readline_get () at ../bash/parse.y:1314
#20 0x08067216 in yy_getc (remove_quoted_newline=value optimized out) at 
../bash/parse.y:1247
#21 shell_getc (remove_quoted_newline=value optimized out) at 
../bash/parse.y:2096
#22 0x08069cd2 in read_token (command=value optimized out) at 
../bash/parse.y:2730
#23 0x0806c97b in yylex () at ../bash/parse.y:2362
#24 yyparse () at y.tab.c:2010
#25 0x08064820 in parse_command () at ../bash/eval.c:228
#26 0x080648ef in read_command () at ../bash/eval.c:272
#27 0x08064b35 in reader_loop () at ../bash/eval.c:137
#28 0x080640c9 in main (argc=1, argv=0xb4d4, env=0xb4dc) at 
../bash/shell.c:741

-- 
crash when completing a single-quoted word which ends with a backslash
https://bugs.launchpad.net/bugs/476736
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 476736] Re: crash when completing a single-quoted word which ends with a backslash

2009-12-16 Thread tonfa
If the string was ending with '\', there was a write after the allocated
area, which would overwrite some malloc information, hence the error.

The following fixes it for me:

--- bash/bashline.c 2009-12-17 02:13:36.0 +0100
+++ /tmp/bashline.c 2009-12-17 02:12:10.0 +0100
@@ -3223,9 +3223,10 @@
  else if (quoted == ''  ((sh_syntaxtab[p[1]]  CBSDQUOTE) == 0))
*r++ = *p;
 
- *r++ = *++p;
- if (*p == '\0')
+ if (*++p == '\0')
break;
+
+ *r++ = *p;
  continue;
}
   /* Close quote. */


Cheers,

Benoit

** Also affects: gnubash
   Importance: Undecided
   Status: New

-- 
crash when completing a single-quoted word which ends with a backslash
https://bugs.launchpad.net/bugs/476736
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 476817] Re: [i855] [karmic] X freezes with intel 855GM videocard

2009-11-19 Thread tonfa
Using ppa-purge (that's found in xorg-edgers ppa), it's rather easy to
rollback to the non-ppa version.

-- 
[i855] [karmic] X freezes with intel 855GM videocard
https://bugs.launchpad.net/bugs/476817
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 338334] Re: hg crashed with IOError in write_err()

2009-06-01 Thread tonfa
hg was killed, and no longer able to write to sys.stderr, weird.

-- 
hg crashed with IOError in write_err()
https://bugs.launchpad.net/bugs/338334
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 345710] Re: modprobe -r iwl3945 causes total system freeze

2009-05-26 Thread tonfa
Same problem here:

0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG
[Golan] Network Connection (rev 02)

the error is: Oops: Unable to handle kernel paging request (sorry I
don't have a camera so I can't take a picture)

linux-backport-modules seems to fix it.

-- 
modprobe -r iwl3945 causes total system freeze
https://bugs.launchpad.net/bugs/345710
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


Re: [Bug 176125] Re: Ubuntu should activate the IPv6 privacy extension by default (echo 2 /proc/sys/net/ipv6/conf/all/use_tempaddr)

2009-04-10 Thread tonfa
On Fri, Apr 10, 2009 at 03:00:28PM -, Derek Morr wrote:
 RFC 4941, Section 3.6, says that temporary addresses should be disabled
 by default.

ACK, does Vista still does it by default ?
 
 Speaking from an enterprise network perspective, I very much do *not*
 want to see privacy addresses enabled by default, as they can make
 complying with our network security policies much more difficult.

If you manage an enterprise network, you can alway change the policies,
you shouldn't care about the default (and your users shouldn't be able to
override this).

/b

-- 
:wq

-- 
Ubuntu should activate the IPv6 privacy extension by default (echo 2 
/proc/sys/net/ipv6/conf/all/use_tempaddr)
https://bugs.launchpad.net/bugs/176125
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 309792] Re: Excessive font spacing

2009-04-03 Thread tonfa
Using pixelsize=12 worked for me

-- 
Excessive font spacing
https://bugs.launchpad.net/bugs/309792
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 288948] Re: upload extremely slow with iwl3945 (regression intrepid)

2008-12-19 Thread tonfa
Coldboot and suspend, restarting does not help.

-- 
upload extremely slow with iwl3945 (regression intrepid)
https://bugs.launchpad.net/bugs/288948
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 176125] Re: Ubuntu should activate the IPv6 privacy extension by default (echo 2 /proc/sys/net/ipv6/conf/all/use_tempaddr)

2008-11-25 Thread tonfa
@MMlosh

To workaround this, I added ipv6 to /etc/modules

-- 
Ubuntu should activate the IPv6 privacy extension by default (echo 2 
/proc/sys/net/ipv6/conf/all/use_tempaddr)
https://bugs.launchpad.net/bugs/176125
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 176125] Re: Ubuntu should activate the IPv6 privacy extension by default (echo 2 /proc/sys/net/ipv6/conf/all/use_tempaddr)

2008-11-25 Thread tonfa
The way I got it to right (didn't reboot since some time so I'm not sure
it's still ok):

net.ipv6.conf.wlan0.use_tempaddr = 2
net.ipv6.conf.eth0.use_tempaddr = 2
net.ipv6.conf.all.use_tempaddr = 2
net.ipv6.conf.default.use_tempaddr = 2

in /etc/sysctl.conf

and ipv6

in /etc/modules

After that, I get two dynamic addresses in ip addr, the secondary is the
random one.

-- 
Ubuntu should activate the IPv6 privacy extension by default (echo 2 
/proc/sys/net/ipv6/conf/all/use_tempaddr)
https://bugs.launchpad.net/bugs/176125
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


Re: [Bug 176125] Re: Ubuntu should activate the IPv6 privacy extension by default (echo 2 /proc/sys/net/ipv6/conf/all/use_tempaddr)

2008-11-25 Thread tonfa
On Tue, Nov 25, 2008 at 06:15:02PM -, MMlosh wrote:
 I was missing that line with eth0, thanks  This behavior does not
 look like intended (all should IMHO set this variable for all
 interfaces and default should do that for new interfaces...)

I agree, but it doesn't seem to work and I didn't have time to debug it.

-- 
:wq

-- 
Ubuntu should activate the IPv6 privacy extension by default (echo 2 
/proc/sys/net/ipv6/conf/all/use_tempaddr)
https://bugs.launchpad.net/bugs/176125
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 176125] Re: Ubuntu should activate the IPv6 privacy extension by default (echo 2 /proc/sys/net/ipv6/conf/all/use_tempaddr)

2008-11-24 Thread tonfa
I think we want it to be executed after ipv6 is loaded and before any
interface is up.

-- 
Ubuntu should activate the IPv6 privacy extension by default (echo 2 
/proc/sys/net/ipv6/conf/all/use_tempaddr)
https://bugs.launchpad.net/bugs/176125
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 289781] Re: Intrepid: Xmodmap needs to be run again after resume from hibernate/suspend

2008-11-19 Thread tonfa
Btw, I've talked with Xorg developpers. From what I understood the bug
is likely to get fixed if you configured your keyboard via gnome.
Currently there's no plan to fix it for people using xmodmap (you can
re-run xmodmap when going out of suspend anyway).

The change is due to the switch to evdev, after the suspend/resume the
keyboard is viewed as a new keyboard.

** Changed in: xserver-xorg-input-evdev (Ubuntu)
Sourcepackagename: None = xserver-xorg-input-evdev

** Also affects: gnome-settings-daemon (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Intrepid: Xmodmap needs to be run again after resume from hibernate/suspend
https://bugs.launchpad.net/bugs/289781
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 298111] Re: mercurial commit fails with large files

2008-11-14 Thread tonfa
It is really bad if the inotify extension is enabled globally. Did you
do that or was it enabled by ubuntu ?

-- 
mercurial commit fails with large files
https://bugs.launchpad.net/bugs/298111
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


Re: [Bug 298111] Re: mercurial commit fails with large files

2008-11-14 Thread tonfa
On Fri, Nov 14, 2008 at 06:26:21PM -, Andrew wrote:
 It was enabled by default (globally) on ubuntu install.
 
 I would suggest as a temporary fix for this bug that ubuntu should
 ship it disabled

All extensions should be disabled by default, that's what the recent
debian package is doing (I thought it propagated to ubuntu).

-- 
:wq

-- 
mercurial commit fails with large files
https://bugs.launchpad.net/bugs/298111
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 295597] Re: iwl3945 module crashes on startup

2008-11-11 Thread tonfa
*** This bug is a duplicate of bug 294667 ***
https://bugs.launchpad.net/bugs/294667

** This bug has been marked a duplicate of bug 294667
   Unkown symbol while loading iwl3945

-- 
iwl3945 module crashes on startup
https://bugs.launchpad.net/bugs/295597
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 294667] Re: Unkown symbol while loading iwl3945

2008-11-11 Thread tonfa
Still happens with 2.6.27-8.7

** This bug is no longer a duplicate of bug 295597
   iwl3945 module crashes on startup

-- 
Unkown symbol while loading iwl3945
https://bugs.launchpad.net/bugs/294667
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 295028] Re: error inserting iwl3945

2008-11-11 Thread tonfa
*** This bug is a duplicate of bug 294667 ***
https://bugs.launchpad.net/bugs/294667

** This bug is no longer a duplicate of bug 295597
   iwl3945 module crashes on startup

** This bug has been marked a duplicate of bug 294667
   Unkown symbol while loading iwl3945

-- 
error inserting iwl3945 
https://bugs.launchpad.net/bugs/295028
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


Re: [Bug 294667] Re: Unkown symbol while loading iwl3945

2008-11-07 Thread tonfa
On Fri, Nov 07, 2008 at 07:27:01PM -, J Wood wrote:
 Add another log to the fire -- my iwl3945 has gone out as well.
 
 Has anyone removed backports and tried again?  I may, and will report
 back if it helps.  IF it helps.

It should help. Personally I downgraded backports to the last working
deb and put it on hold until an update is pushed.


-- 
:wq

-- 
Unkown symbol while loading iwl3945
https://bugs.launchpad.net/bugs/294667
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 294667] [NEW] Unkown symbol while loading iwl3945

2008-11-06 Thread tonfa
Public bug reported:

with linux-backports-modules 2.6.27-7.6, I can't load iwl3945 anymore (unknown 
symbol on loading).
[68005.582958] iwl3945: disagrees about version of symbol 
lbm_cw___ieee80211_get_assoc_led_name
[68005.582984] iwl3945: Unknown symbol lbm_cw___ieee80211_get_assoc_led_name
[68005.583584] iwl3945: Unknown symbol lbm_cw_print_ssid

** Affects: linux-backports-modules-2.6.27 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Unkown symbol while loading iwl3945
https://bugs.launchpad.net/bugs/294667
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 294667] Re: Unkown symbol while loading iwl3945

2008-11-06 Thread tonfa

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

-- 
Unkown symbol while loading iwl3945
https://bugs.launchpad.net/bugs/294667
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 294667] Re: Unkown symbol while loading iwl3945

2008-11-06 Thread tonfa

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

-- 
Unkown symbol while loading iwl3945
https://bugs.launchpad.net/bugs/294667
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 294667] Re: Unkown symbol while loading iwl3945

2008-11-06 Thread tonfa

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

-- 
Unkown symbol while loading iwl3945
https://bugs.launchpad.net/bugs/294667
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 294667] Re: Unkown symbol while loading iwl3945

2008-11-06 Thread tonfa

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

-- 
Unkown symbol while loading iwl3945
https://bugs.launchpad.net/bugs/294667
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 290644] Re: Second keyboard layout can't be selected after suspend

2008-11-04 Thread tonfa
I think it's the same bug as #289781 (since the switch to evdev, the
keyboard settings are lost on suspend/resume).

-- 
Second keyboard layout can't be selected after suspend
https://bugs.launchpad.net/bugs/290644
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 289781] Re: Intrepid: Xmodmap needs to be run again after resume from hibernate/suspend

2008-11-04 Thread tonfa
I second that. This also affect people who changed the default (system) 
configuration via the gnome-keyboard-properties.
If I do a suspend/resume, the configuration is lost (but only for the 
external keyboard of my laptop, plugged via usb).

Workaround: change the system settings with `dpkg-reconfigure console-
setup`, and update the default setup accordingly.

I don't know where it should be fixed ? xserver ? gnome-settings-daemon
? hal ? udev ?

-- 
Intrepid: Xmodmap needs to be run again after resume from hibernate/suspend
https://bugs.launchpad.net/bugs/289781
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 260492] Re: opening a directory using an application change associations incorrectly

2008-10-29 Thread tonfa
By the way I don't understand why this isn't a bug in gnome-panel:

- with the same (buggy ?) configuration in .local/share/applications, 
gnome-panel had no problems in hardy, while it doesn't work in intrepid.
- nautilus in intrepid no problem with the configuration in 
.local/share/applications, iirc the places sidebar was still working fine.

-- 
opening a directory using an application change associations incorrectly
https://bugs.launchpad.net/bugs/260492
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


Re: [Bug 260492] Re: opening a directory using an application change associations incorrectly

2008-10-29 Thread tonfa
On Wed, Oct 29, 2008 at 04:24:47PM -, Sebastien Bacher wrote:
 the gnome-panel version in hardy didn't respect the setting, you want to
 get the bug fixed there so hardy user will get the weird behaviour too?

In intrepid:
$ cat .local/share/applications/mimeapps.list
[Added Associations]
inode/directory=something.desktop;nautilus-folder-handler.desktop;

$ cat .local/share/applications/something.desktop
[Desktop Entry]
Exec=vlc
Terminal=false
Type=Application

The gnome-panel will launch vlc, while nautilus open places correctly
in itself (when clicking in the sidebar). Actually, even if I remove
nautilus-folder-handler.desktop from the list, it still works in
nautilus.

So why does nautilus have a different behaviour than gnome-panel ?
Should it follow mimeapps.list ?

Then I think there's a second bug, if there are more than one entry in
mimeapps.list, and the first entry fails to launch, shouldn't it retry
with the second entry, etc. ?

For me the first entry was trying to launch wxvlc, which doesn't exist
anymore in intrepid, shouldn't it try to launch nautilus instead of
throwing an error message ?

regards,

Benoit
-- 
:wq

-- 
opening a directory using an application change associations incorrectly
https://bugs.launchpad.net/bugs/260492
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 260492] Re: opening a directory using an application change associations incorrectly

2008-10-27 Thread tonfa
I don't know if intrepid *creates* the buggy configuration (because I
didn't look in .local/share/applications before upgrading), but I am
sure that I didn't have any problem opening a directory in hardy, while
trying to open a directory with intrepid (from the places menu) didn't
work and tried to open it with wxvlc.

So please reopen the bug.

I upgraded to Intrepid during the rc phase to catch this kind of bug, it
would be nice if other people do not encounter this bug.

-- 
opening a directory using an application change associations incorrectly
https://bugs.launchpad.net/bugs/260492
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 260492] Re: opening a directory using an application change associations incorrectly

2008-10-27 Thread tonfa
Please not that while gnome-panel wasn't able to open any directory, the
places in the sidebar in nautilus was working for me.

In hardy I did a open with ... once with a directory, but I never
explicitely said to open *every* directory with vlc.

-- 
opening a directory using an application change associations incorrectly
https://bugs.launchpad.net/bugs/260492
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 272407] Re: iwl3945 cannot find or connect to EU channels

2008-10-24 Thread tonfa
*** This bug is a duplicate of bug 288401 ***
https://bugs.launchpad.net/bugs/288401

** This bug has been marked a duplicate of bug 288401
   iwl3945 driver doesn't see !US wireless channels on UK laptop [intrepid 
regression]

-- 
iwl3945 cannot find or connect to EU channels
https://bugs.launchpad.net/bugs/272407
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 284040] Re: 2.6.27-7-generic: iwl3945: Could not read microcode

2008-10-24 Thread tonfa
You should probably describe precisely what is not working. What you
tried, etc.

-- 
2.6.27-7-generic: iwl3945: Could not read microcode 
https://bugs.launchpad.net/bugs/284040
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 288948] [NEW] upload extremely slow with iwl3945 (regression intrepid)

2008-10-24 Thread tonfa
Public bug reported:

I just upgraded to intrepid.

While connect with wifi, using the iwl3945 driver, I get almost no
upload (between 2kB/s and 20kB/s while uploading to a computer in the
LAN).

This is a regression from intrepid compared to hardy.

relevant bits from dmesg:
[11458.520600] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection 
driver for Linux, 1.2.26ks
[11458.520618] iwl3945: Copyright(c) 2003-2008 Intel Corporation
[11458.520733] iwl3945 :0c:00.0: PCI INT A - GSI 17 (level, low) - IRQ 17
[11458.520758] iwl3945 :0c:00.0: setting latency timer to 64
[11458.520796] iwl3945: Detected Intel Wireless WiFi Link 3945ABG
[11458.562622] iwl3945: Tunable channels: 13 802.11bg, 23 802.11a channels
[11458.565898] phy1: Selected rate control algorithm 'iwl-3945-rs'
[11462.620908] iwl3945 :0c:00.0: PCI INT A - GSI 17 (level, low) - IRQ 17
[11462.623659] firmware: requesting iwlwifi-3945-1.ucode


lspci -vv:
0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] 
Network Connection (rev 02)
Subsystem: Intel Corporation Device 1021
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 219
Region 0: Memory at efdff000 (32-bit, non-prefetchable) [size=4K]
Capabilities: access denied
Kernel driver in use: iwl3945
Kernel modules: iwl3945

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

-- 
upload extremely slow with iwl3945 (regression intrepid)
https://bugs.launchpad.net/bugs/288948
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 260492] Re: opening a directory using an application change associations incorrectly

2008-10-24 Thread tonfa
This is not fixed for me, I just had this bug, upgrading to intrepid
today.

[EMAIL PROTECTED]:~$ aptitude show nautilus
Package: nautilus
State: installed
Automatically installed: no
Version: 1:2.24.1-0ubuntu1

$ cat .local/share/applications/mimeapps.list

[Added Associations]
inode/directory=vlc-usercustom.desktop;nautilus-folder-handler.desktop;
application/x-extension-img=userapp-vlc-WEXVHU.desktop;

And I have some entries about vlc in .local/share/applications.
I remember having already read a folder (containing some .TS from a dvd) by 
right-clicking and choosing vlc.
If that's the reason the fix isn't working for me, fine (then it shouldn't 
affect many people). But it still shouldn't behave like that during the upgrade.

-- 
opening a directory using an application change associations incorrectly
https://bugs.launchpad.net/bugs/260492
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 234919] Re: hg crashed with ValueError in unbundle()

2008-10-18 Thread tonfa
I think mercurial  1.0 is now in the backport (and will be in
intrepid).

-- 
hg crashed with ValueError in unbundle()
https://bugs.launchpad.net/bugs/234919
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 263543] Re: ubuntu 8.10 beta boot failure - patch attached

2008-10-11 Thread tonfa
@Felix:

Can you ask Alan if he could send it to the stable kernel serie ?
Since it seems trivial and it fixes a regression, it looks to be the best thing 
to do (and that way it will automatically propagate to all the distros that use 
2.6.27)

thanks.

-- 
ubuntu 8.10 beta boot failure - patch attached
https://bugs.launchpad.net/bugs/263543
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 157722] Re: Banshee does not write song metadata

2008-10-01 Thread tonfa
I'm still experiencing this problem with ogg files. Should this be
reopened ?

-- 
Banshee does not write song metadata
https://bugs.launchpad.net/bugs/157722
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 157722] Re: Banshee does not write song metadata

2008-10-01 Thread tonfa
Sorry I was wrong, I forgot to check a box in the preferences.

regards,

Benoit

-- 
Banshee does not write song metadata
https://bugs.launchpad.net/bugs/157722
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 199326] Re: gtkpod and rhythmbox crash when ipod is mounted

2008-09-29 Thread tonfa
register + update did work for me.

-- 
gtkpod and rhythmbox crash when ipod is mounted
https://bugs.launchpad.net/bugs/199326
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 190818] Re: rhythmbox adding songs to ipod no sound

2008-09-29 Thread tonfa
Alternatively, just edit the preferred format for aac and change faac
to faac profile=2 that way it will generate files actually readable by
the ipod.

-- 
rhythmbox adding songs to ipod no sound
https://bugs.launchpad.net/bugs/190818
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 274433] Re: hg churn doesn't work with -a though the usage suggests it

2008-09-25 Thread tonfa
This is fixed upstream:

hg churn [-r REVISIONS] [--aliases FILE] [--progress]

graphs the number of lines changed

The map file format used to specify aliases is fairly simple:

alias email actual email

options:

 -r --rev   limit statistics to the specified revisions
--aliases   file with email aliases
--progress  show progress

use hg -v help churn to show global options

-- 
hg churn doesn't work with -a though the usage suggests it
https://bugs.launchpad.net/bugs/274433
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


Re: [Bug 149791] Re: Black White Video Output (Gutsy)

2008-09-03 Thread tonfa
On Wed, Sep 03, 2008 at 02:58:46PM -, Sebastien Bacher wrote:
 could somebody try if that's still an issue using totem-gstreamer
 2.23.91 in intrepid?

Sadly it wasn't easily reproducible (I haven't encountered it since
some months).

-- 
:wq

-- 
Black  White Video Output (Gutsy)
https://bugs.launchpad.net/bugs/149791
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 249340] Re: Gutsy-Hardy upgrade hangs in localedef

2008-08-24 Thread tonfa
@John

You can dpkg -i the .deb from http://people.ubuntu.com/~smb/bug249340/

-- 
Gutsy-Hardy upgrade hangs in localedef
https://bugs.launchpad.net/bugs/249340
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


Re: [Bug 249340] Re: Gutsy-Hardy upgrade hangs in localedef

2008-08-08 Thread tonfa
On Fri, Aug 08, 2008 at 10:39:24AM +0200, Benoit Boissinot wrote:
 The only related diff between the kernel versions is below,
 notice how the 'if (unlikely(status))' differs from the upstream patch:
 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=64649a58919e66ec21792dbb6c48cb3da22cbd7f
 
 it doesn't seem to take into account partial writes (status  0).

Ok, after the commit_write, they seems identical. But still that's
probably the only related patch (if the bug is from the kernel).

-- 
:wq

-- 
Gutsy-Hardy upgrade hangs in localedef
https://bugs.launchpad.net/bugs/249340
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 249340] Re: Gutsy-Hardy upgrade hangs in localedef

2008-08-08 Thread tonfa
If you look at the history for this file:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=history;f=mm/filemap.c;h=54e9686508550b198b4779df048bbfe46b2ddb08;hb=HEAD

You'll see that
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=64649a58919e66ec21792dbb6c48cb3da22cbd7f
was backported.

I think the backport is wrong. Let me explain why:
The first filemap_set_next_iovec() finds a {NULL, 0} iovec
Then if !segment_eq(get_fs(), KERNEL_DS) (write is from userspace), the 
variable bytes will be equal to 0 (because cur_iov-iov_len - iov_base == 0).
Then it will goto zero_length_segment
And here the patch changed the behaviour, before the test was = 0 so it 
included the case where the iovec was empty, and then it finished by calling 
filemap_set_next_iovec() which would advance from at least one iovec before 
continuing.
Now it test for  0 so nothing will happen before the continue instruction. 
Hence the infinite loop.

-- 
Gutsy-Hardy upgrade hangs in localedef
https://bugs.launchpad.net/bugs/249340
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 249340] Re: Gutsy-Hardy upgrade hangs in localedef

2008-08-08 Thread tonfa
If I'm right this is a kernel bug, so please change the bug description
accordingly, I don't know how (or don't have the permissions) to do
that.

-- 
Gutsy-Hardy upgrade hangs in localedef
https://bugs.launchpad.net/bugs/249340
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 249340] Re: Gutsy-Hardy upgrade hangs in localedef

2008-08-08 Thread tonfa
I hope this is the right way to do it, change to confirmed + change
package

** Changed in: linux-source-2.6.22 (Ubuntu)
Sourcepackagename: langpack-locales = linux-source-2.6.22
   Status: Incomplete = Confirmed

-- 
Gutsy-Hardy upgrade hangs in localedef
https://bugs.launchpad.net/bugs/249340
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


Re: [Bug 249340] Re: Gutsy-Hardy upgrade hangs in localedef

2008-08-08 Thread tonfa
On Fri, Aug 08, 2008 at 06:06:53PM -, Leann Ogasawara wrote:
 Thanks Tonfa,
 
 I'll try and get the kernel team to examine the patch you've referenced.
 
 I'm also just curious if this issue still manifests itself if you try to
 upgrade from Hardy to the ucoming Intrepid.

I personnaly don't have the ressources to test, but looking at the kernel
history, the backported patches is a couple of months older than 2.6.24
(the kernel shipped in hardy). So there shouldn't be any backport
screw-up related to mm/filemap.c in it.

regards,

Benoit

-- 
:wq

-- 
Gutsy-Hardy upgrade hangs in localedef
https://bugs.launchpad.net/bugs/249340
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 249340] Re: Gutsy-Hardy upgrade hangs in localedef

2008-08-07 Thread tonfa
What is incomplete with this bug report ? Logfiles were provided in the
duplicates bugs, there's a way to reproduce it.

To me it should be a higher priority, it seems to affect almost everybody 
trying the upgrade hardy-gutsy (people who didn't do it in april, or all the 
people who get a laptop with ubuntu preloaded).
For example a french journalist (from one of the biggest daily newspaper: 
Liberation) who was trying ubuntu reported it while trying to upgrade from a 
laptop preloaded with hardy 
(http://www.ecrans.fr/Linux-Le-journal-d-un-novice-2,4679.html in french). This 
gives a not so nice picture of the upgrade path for a Linux beginner.

-- 
Gutsy-Hardy upgrade hangs in localedef
https://bugs.launchpad.net/bugs/249340
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 244804] [NEW] mercurial: insufficient input validation allowing file renames out of repository

2008-07-02 Thread tonfa
*** This bug is a security vulnerability ***

Public security bug reported:

Binary package hint: mercurial

Copying from the red hat bug report:
Common Vulnerabilities and Exposures assigned an identifier CVE-2008-2942 to 
the following vulnerability:

Directory traversal vulnerability in patch.py in Mercurial 1.0.1
allows user-assisted attackers to modify arbitrary files via .. (dot
dot) sequences in a patch file.

Upstream patch (+ test case):
http://www.selenic.com/hg/rev/87c704ac92d4

References:
http://www.openwall.com/lists/oss-security/2008/06/30/1

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

** Affects: mercurial (Fedora)
 Importance: Unknown
 Status: Confirmed

** Visibility changed to: Public

** Bug watch added: Red Hat Bugzilla #453550
   https://bugzilla.redhat.com/show_bug.cgi?id=453550

** Also affects: mercurial (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=453550
   Importance: Unknown
   Status: Unknown

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2008-2942

** Summary changed:

- mercurial: insufficient input validationn allowing file renames out of 
repository 
+ mercurial: insufficient input validation allowing file renames out of 
repository

-- 
mercurial: insufficient input validation allowing file renames out of 
repository 
https://bugs.launchpad.net/bugs/244804
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 223789] Re: Please backport mercurial 1.0.1-1 from Intrepid to Hardy

2008-07-02 Thread tonfa
You might as well make sure
https://bugzilla.redhat.com/show_bug.cgi?id=453550 is added to the
package (fix for CVE-2008-2942).

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2008-2942

-- 
Please backport mercurial 1.0.1-1 from Intrepid to Hardy
https://bugs.launchpad.net/bugs/223789
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 223789] Re: Please backport mercurial 1.0.1-1 from Intrepid to Hardy

2008-07-02 Thread tonfa
Due to the CVE, you should at least backport 1.0.1-2 instead.

-- 
Please backport mercurial 1.0.1-1 from Intrepid to Hardy
https://bugs.launchpad.net/bugs/223789
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 228032] Re: firefox-3 doesn't provide a symlink libnspr4.so and libnss3.so

2008-06-09 Thread tonfa
There's nothing from debian. libjsec.so is downloaded by the java applet.
I do not work at the French IRS so I don't know how they built it.

I think (but I may be wrong) that their primary test target is Mandriva. But it 
works fine with an older version of ubuntu and with debian (you may
have to downgrade to java5 but it's a separate issue).

I still think that having the symlinks disappear in FF3 is a regression.
Is there something wrong with that ?

Anyway the deadline for the declaration is close, so I think most people
have either used a different OS or a livecd to workaround the issue.

-- 
firefox-3 doesn't provide a symlink libnspr4.so and libnss3.so
https://bugs.launchpad.net/bugs/228032
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 228032] Re: firefox-3 doesn't provide a symlink libnspr4.so and libnss3.so

2008-06-09 Thread tonfa
Sadly, I don't think you can reproduce it, unless you work in France/are
a french citizen.

You need to go to impots.gouv.fr, and have already created a ssl certificate to 
identify yourself.
Then go to https://cfspart.impots.gouv.fr/tdir-03/accueil.html
It will check the dependencies to the process (browser, OS, java vm).
For Hardy, it will warn because FF3 isn't in the list of supported browser 
(firefox-2 is), but you can still continue (that's just a warning).
Then you proceed filling up some forms, and at the end you have to sign your 
declaration.
Since there are no cross-plateform API to use the certificate stored in the 
browser, the developpers at impots.gouv.fr have
built a binary (probably a different one under each OS/browser) to access the 
certificate store and sign the declaration.
So the java applet download a .so for the signature(the libjsec.so), but sadly 
this dynamic library can't be used because of the linkerror.

As you can see from this search (sorry, in french) there's quite a lot of 
people who had some problem with this:
http://www.google.com/search?hl=frq=ubuntu+impots.gouv.fr+signaturebtnG=Rechercherlr=

Note: using firefox-2 isn't a suitable workaround, since the java
installation is (was?) quite broken when I tried.

-- 
firefox-3 doesn't provide a symlink libnspr4.so and libnss3.so
https://bugs.launchpad.net/bugs/228032
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 228032] Re: firefox-3 doesn't provide a symlink libnspr4.so and libnss3.so

2008-06-09 Thread tonfa
This debian change is related:
http://lists.debian.org/debian-devel-changes/2008/06/msg00547.html

(it adds the symlink to the libnss3 package)

-- 
firefox-3 doesn't provide a symlink libnspr4.so and libnss3.so
https://bugs.launchpad.net/bugs/228032
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 237309] Re: the touchpad configuration interface is hackish

2008-06-06 Thread tonfa
Furthermore, this hunk of the patch looks some debug that was forgotten:
+ErrorF(Atom %d, CARD32 %d, unsigned long %d\n, sizeof(Atom), 
sizeof(CARD32), sizeof(unsigned long));
+

-- 
the touchpad configuration interface is hackish
https://bugs.launchpad.net/bugs/237309
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 150345] Re: gutsy: synaptics touchpad config is not compatible with default xorg settings

2008-06-04 Thread tonfa
maybe a dup from #155937 ?

-- 
gutsy: synaptics touchpad config is not compatible with default xorg settings
https://bugs.launchpad.net/bugs/150345
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 237309] [NEW] the touchpad configuration interface is hackish

2008-06-04 Thread tonfa
Public bug reported:

Binary package hint: xserver-xorg-input-synaptics

The touchpad configuration system (in debian/patches/101_ubuntu.diff) looks 
hackish.
You can only configure very few settings (only scrolling, no two-finger right 
click), and from
the comment in the patch it doesn't look like it would be accepted upstream.

I think ideally there should be an upstream solution for this, that why
I'm opening this bug :)

This also affects gnome-settings-daemon, and may affect gnome-control-
center.

related bugs:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/155937
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/140602

** Affects: xserver-xorg-input-synaptics (Ubuntu)
 Importance: Undecided
 Status: New

-- 
the touchpad configuration interface is hackish
https://bugs.launchpad.net/bugs/237309
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 210742] Re: ipv6 temporary address creation fails

2008-06-04 Thread tonfa
I sadly can't test this easily anymore, since the renumbering is finished and 
the deprecated prefix isn't advertized anymore.
I can only confirm that the patch from the ppa was working 
(linux-2.6.24-17.32ckingppa4), as well as 2.6.25.

-- 
ipv6 temporary address creation fails
https://bugs.launchpad.net/bugs/210742
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 228032] Re: firefox-3 doesn't provide a symlink libnspr4.so and libnss3.so

2008-05-22 Thread tonfa
That was using 3.0~b5+nobinonly-0ubuntu3, using sun-java5-jre version 
1.5.0-15-0ubuntu1 (java6 fails differently).
There's no addon involved, since I tried with a new firefox account.
That's for the http://impots.gouv.fr website 
(https://cfspart.impots.gouv.fr/tdir-06/accueil.html I don't know if this will 
work for you).

If you search the forums you'll find a lot of people having problems with the 
last part of the process. At the end you need to sign your declaration, and 
most people under ubuntu end up seeing two blank rectangle with nothing to 
click.
I debugged it by launching the java console and it showed me the error I 
posted, that's because the website sends a .so (libjsec.so) and it can't find 
some libs.
Since firefox-2 provides the symlink, I see no reason why firefox-3 shouldn't. 
As a workaround, people can aptitude install libnspr4-dev and libnsss3-dev, 
which will provide those symlinks too (but globally in /usr/lib, not just for 
firefox).

And no I can't show you the steps to reproduce, unless you are a french
taxpayer (I can't redo it too, since it worked for me).

And sadly, it should work ff2, but since java is broken with ff2+hardy
there's no way it can easily work for people (I've seen people advising
to add this symlinks by hand in /usr/lib).

-- 
firefox-3 doesn't provide a symlink libnspr4.so and libnss3.so
https://bugs.launchpad.net/bugs/228032
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 7091] Re: IPv6 module is not loaded early enough

2008-05-22 Thread tonfa
I think this should be reopened (or another bug opened, I don't know). I can't 
put an ipv6 settings in /etc/sysctl.conf (eg. net/ipv6/conf/all/use_tempaddr = 
2 and net/ipv6/conf/default/use_tempaddr = 2) because ipv6 isn't loaded early 
enough.
My workaround is to put ipv6 in /etc/modules.

(this also affects people who want to for example deactivate
autoconfiguration via RA globally)

-- 
IPv6 module is not loaded early enough
https://bugs.launchpad.net/bugs/7091
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 228032] Re: firefox-3 doesn't provide a symlink libnspr4.so and libnss3.so

2008-05-20 Thread tonfa
** Changed in: firefox (Ubuntu)
   Status: New = Confirmed

-- 
firefox-3 doesn't provide a symlink libnspr4.so and libnss3.so
https://bugs.launchpad.net/bugs/228032
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


Re: [Bug 210742] Re: ipv6 temporary address creation fails

2008-05-13 Thread tonfa
On Tue, May 13, 2008 at 01:02:50PM -, Colin King wrote:
 I've put up some kernel packages (linux-2.6.24-17.32ckingppa1 with a
 linux-image that contains the ipv6 fixes) in my PPA at
 https://launchpad.net/~colin-king/+archive
 
 Please try this kernel and report any success/regressions. If this fixed
 the problem I can add the fix to Hardy 8.04.1. Thanks.

It solves the ipv6 problem for me. No regression so far.

thanks

-- 
:wq

-- 
ipv6 temporary address creation fails
https://bugs.launchpad.net/bugs/210742
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 228032] [NEW] firefox-3 doesn't provide a symlink libnspr4.so and libnss3.so

2008-05-07 Thread tonfa
Public bug reported:

Binary package hint: firefox

ff2 used to provide some symlinks like libnspr4.so and libnss3.so. ff3 doesn't 
provide them anymore, but debian still does that:
$ dpkg -c 
/org/ftp.root/debian/pool/main/i/iceweasel/iceweasel_3.0~b5-3_i386.deb |grep 
nspr
-rw-r--r-- root/root197904 2008-04-26 18:52 ./usr/lib/iceweasel/libnspr4.so

Not having them makes some java applet crash (I was unable to fill my tax 
report until I created the symlinks):
java.lang.UnsatisfiedLinkError: /home/tonfa/local/bin/.TaoUSign/libjsec.so: 
libnspr4.so: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
at java.lang.Runtime.load0(Runtime.java:769)
at java.lang.System.load(System.java:968)
at com.dictao.plfm.a.b(Unknown Source)
at signview.b(Unknown Source)
at signview.start(Unknown Source)
at sun.applet.AppletPanel.run(AppletPanel.java:420)
at java.lang.Thread.run(Thread.java:595)
$ ldd /home/tonfa/local/bin/.TaoUSign/libjsec.so
linux-gate.so.1 =  (0xb7f96000)
libnspr4.so = not found
libpthread.so.0 = /lib/tls/i686/cmov/libpthread.so.0 (0xb7f64000)
libnss3.so = not found
libdl.so.2 = /lib/tls/i686/cmov/libdl.so.2 (0xb7f5f000)
libm.so.6 = /lib/tls/i686/cmov/libm.so.6 (0xb7f3a000)
libc.so.6 = /lib/tls/i686/cmov/libc.so.6 (0xb7deb000)
/lib/ld-linux.so.2 (0xb7f97000)

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

-- 
firefox-3 doesn't provide a symlink libnspr4.so and libnss3.so
https://bugs.launchpad.net/bugs/228032
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


Re: [Bug 210742] Re: ipv6 temporary address creation fails

2008-05-06 Thread tonfa
On Tue, May 06, 2008 at 10:49:39PM -, Leann Ogasawara wrote:
 Hi tonfa,
 
 
 You should then be able to install the linux-image-2.6.25 kernel
 package. Please let us know your results. Thanks.

I couldn't test because my wireless card isn't activated:
# CONFIG_IWL3945 is not set

Moreover I have the same issue as when I was testing 2.6.25-rc from
kernel.org with gutsy, my screen is powered off when X starts unless I
remove splash from grub's command line (with Intel Corporation Mobile
945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3).

I should probably try to get some logs from via ssh and report a bug
since I can reproduce it with the kernel from intrepid.

-- 
:wq

-- 
ipv6 temporary address creation fails
https://bugs.launchpad.net/bugs/210742
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 52529] Re: Please backport mercurial 0.9

2008-04-21 Thread tonfa
I don't have any problem running 0.7 with python2.5, or python2.4 from
Hardy. I don't believe the problem is with mercurial, it might be a
packaging problem or something else.

(anyway 0.7 is really really old for something like mercurial which was
started in 2005, it is only 6 months after the initial release!)

-- 
Please backport mercurial 0.9
https://bugs.launchpad.net/bugs/52529
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 23497] Re: i8042 unbind required for keyboard/mouse to be useable following suspend/resume hibernate/resume cycle

2008-04-18 Thread tonfa
Same problem with Dell D430 on Hardy, it happens much much more
frequently than in Hardy (where it was seldom for me)

$ dmesg |grep i8
[   11.406688] serio: i8042 KBD port at 0x60,0x64 irq 1
[   11.406696] serio: i8042 AUX port at 0x60,0x64 irq 12

-- 
i8042 unbind required for keyboard/mouse to be useable following suspend/resume 
 hibernate/resume cycle
https://bugs.launchpad.net/bugs/23497
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 210742] Re: ipv6 temporary address creation fails

2008-04-11 Thread tonfa
It is now in the released 2.6.25-rc9, can you please consider a backport
?

-- 
ipv6 temporary address creation fails
https://bugs.launchpad.net/bugs/210742
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 176125] Re: Ubuntu should activate the IPv6 privacy extension by default (echo 2 /proc/sys/net/ipv6/conf/all/use_tempaddr)

2008-04-09 Thread tonfa
Anyway for this sysctl change to work, ipv6 has to be loaded (in /etc/modules) 
before the sysctl change and it is too late to change that for hardy.
(unless you know how to have some sysctl affect a not yet loaded module, for 
example with some udev magic ?)

-- 
Ubuntu should activate the IPv6 privacy extension by default (echo 2 
/proc/sys/net/ipv6/conf/all/use_tempaddr)
https://bugs.launchpad.net/bugs/176125
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 130028] Re: mercurial scm package web interface doesn't generate tar.bz2 and tar.gz files

2008-04-07 Thread tonfa
3f1b0c0fb4fd was before 0.9.5, so it should be work for hardy.

-- 
mercurial scm package web interface doesn't generate tar.bz2 and tar.gz files
https://bugs.launchpad.net/bugs/130028
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 210742] [NEW] ipv6 temporary address creation fails

2008-04-02 Thread tonfa
Public bug reported:

Binary package hint: linux-source-2.6.24

If two prefixes are advertized on a link, one with a preferred_lifetime of 0 
(usually the case after a renumbering), then ipv6 temporary addresses won't 
work.
The reason is that when router advertisement is processed, they update all the 
temporary addresses and not just the relevant one.
Furthermore, no temporary addresses should be created with a preferred lifetime 
of 0.

patches are available here:
http://git.kernel.org/?p=linux/kernel/git/davem/net-2.6.git;a=commit;h=c6fbfac2e61c9a8617f64b93e8c990b8d864bce5
http://git.kernel.org/?p=linux/kernel/git/davem/net-2.6.git;a=commit;h=eac55bf97094f6b64116426864cf4666ef7587bc

please backport it, this configuration affects the second biggest french
ISP (more than 1M subscribers) and without it temporary address is
useless.

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

-- 
ipv6 temporary address creation fails
https://bugs.launchpad.net/bugs/210742
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 41134] Re: Does not store WPA-Enterprise password in keyring

2008-03-06 Thread tonfa
Since 0.6.6 is freshly released, do you think it is possible to provide
a release a backport for gutsy ?

thanks

-- 
Does not store WPA-Enterprise password in keyring
https://bugs.launchpad.net/bugs/41134
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


Re: [Bug 41134] Re: Does not store WPA-Enterprise password in keyring

2008-03-03 Thread tonfa
On Mon, Mar 03, 2008 at 08:20:47PM -, Mika Fischer wrote:
 
 I'll try to have a look at the network-manager code to see if I can do
 anyhting, but don't hold your breath...

it is already fixed for 0.6.x in the upstream SVN (see
http://bugzilla.gnome.org/show_bug.cgi?id=359541).
alternatively 0.7.x solves this too.


-- 
:wq

-- 
Does not store WPA-Enterprise password in keyring
https://bugs.launchpad.net/bugs/41134
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 106228] Re: hard lock during updates

2008-02-15 Thread tonfa
same oops with 2.6.22-14-generic:

[80692.172000] BUG: unable to handle kernel NULL pointer dereference at virtual 
address 
[80692.172000]  printing eip:
[80692.172000] 
[80692.172000] *pde = 
[80692.172000] Oops:  [#1]
[80692.172000] SMP
[80692.172000] Modules linked in: battery ac thermal fan button ipw3945 
ieee80211 tg3 sr_mod cdrom usb_storage ide_core usbhid hid libusual ipt_TOS 
xt_tcpudp iptable_mangle ip_tables x_tables ipv6 michael_mic arc4 ecb blkcipher 
ieee80211_crypt_tkip aes ieee80211_crypt_ccmp af_packet i915 drm binfmt_misc 
rfcomm l2cap ppdev sbs video container dock acpi_cpufreq cpufreq_powersave 
cpufreq_userspace cpufreq_conservative cpufreq_ondemand cpufreq_stats 
freq_table sbp2 parport_pc lp parport snd_hda_intel joydev snd_pcm_oss 
snd_mixer_oss pcmcia snd_pcm snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidi 
yenta_socket snd_seq_midi_event rsrc_nonstatic sdhci serio_raw pcmcia_core 
hci_usb bluetooth ieee80211_crypt mmc_core snd_seq snd_timer iTCO_wdt 
iTCO_vendor_support pcspkr psmouse snd_seq_device snd soundcore snd_page_alloc 
shpchp pci_hotplug intel_agp agpgart evdev ext3 jbd mbcache sg sd_mod 
ata_generic ohci1394 ieee1394 ehci_hcd ata_piix libata scsi_mod uhci_hcd 
usbcore processor fuse appa
mor commoncap
[80692.172000] CPU:0
[80692.172000] EIP:0060:[]Not tainted VLI
[80692.172000] EFLAGS: 00010286   (2.6.22-14-generic #1)
[80692.172000] EIP is at 0x0
[80692.172000] eax: df83cd98   ebx: e90dfbb8   ecx:    edx: 0080
[80692.172000] esi: da2778d0   edi: c021ae96   ebp: df88c184   esp: df8cbf74
[80692.172000] ds: 007b   es: 007b   fs: 00d8  gs:   ss: 0068
[80692.172000] Process kacpi_notify (pid: 34, ti=df8ca000 task=df8bb4c0 
task.ti=df8ca000)
[80692.172000] Stack: c0220636 dff66980 dff66988 c021aeb8 dfed0868 df88c180 
c0138331 
[80692.172000]00ff 0246 c013bf80 df88c18c df88c180 c0138d30 
 c0138dd0
[80692.172000] df8bb4c0 c013bdd0 df8cbfc0 df8cbfc0 fffc 
df88c180 c0138d30
[80692.172000] Call Trace:
[80692.172000]  [acpi_ev_notify_dispatch+76/85] 
acpi_ev_notify_dispatch+0x4c/0x55
[80692.172000]  [acpi_os_execute_notify+34/43] acpi_os_execute_notify+0x22/0x2b
[80692.172000]  [run_workqueue+129/272] run_workqueue+0x81/0x110
[80692.172000]  [prepare_to_wait+32/112] prepare_to_wait+0x20/0x70
[80692.172000]  [worker_thread+0/256] worker_thread+0x0/0x100
[80692.172000]  [worker_thread+160/256] worker_thread+0xa0/0x100
[80692.172000]  [autoremove_wake_function+0/80] 
autoremove_wake_function+0x0/0x50
[80692.172000]  [worker_thread+0/256] worker_thread+0x0/0x100
[80692.172000]  [kthread+66/112] kthread+0x42/0x70
[80692.172000]  [kthread+0/112] kthread+0x0/0x70
[80692.172000]  [kernel_thread_helper+7/16] kernel_thread_helper+0x7/0x10
[80692.172000]  ===
[80692.172000] Code:  Bad EIP value.
[80692.172000] EIP: [] 0x0 SS:ESP 0068:df8cbf74


** Also affects: linux-source-2.6.22 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
hard lock during updates
https://bugs.launchpad.net/bugs/106228
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 191208] Re: [linux-source] missing access checks, possible local root exploit

2008-02-15 Thread tonfa
*** This bug is a duplicate of bug 190587 ***
https://bugs.launchpad.net/bugs/190587

There are two bugs described here, CVE-2008-0163 isn't referenced
elsewhere in launchpad.

-- 
[linux-source] missing access checks, possible local root exploit
https://bugs.launchpad.net/bugs/191208
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 190587] Re: Local root exploit in kernel 2.6.17 - 2.6.24 (vmsplice)

2008-02-11 Thread tonfa
On Tue, Feb 12, 2008 at 03:18:36AM -, Yuri wrote:
 Contrary to what I've been reading, I can confirm this on feisty, at
 least with AMD processor:

of course feisty is exploitable it works for 2.6.17-2.6.24.1 (and see
the summary of the bug, 2.6.20 is mentionned).

-- 
:wq

-- 
Local root exploit in kernel 2.6.17 - 2.6.24 (vmsplice)
https://bugs.launchpad.net/bugs/190587
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 190587] Re: Local root exploit in kernel 2.6.17 - 2.6.24

2008-02-10 Thread tonfa
actually the bug exploitable from 2.6.17-2.6.24 is CVE-2008-0600. 
CVE-2008-0009/10 only affect 
.23 and .24 (so only hardy is affected)

see http://lkml.org/lkml/2008/2/10/177 for details

(btw this bug is pretty scary, it works almost anywhere you can have a
shell...)

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2008-0600

-- 
Local root exploit in kernel 2.6.17 - 2.6.24
https://bugs.launchpad.net/bugs/190587
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 190587] Re: Local root exploit in kernel 2.6.17 - 2.6.24

2008-02-10 Thread tonfa
** Changed in: linux-source-2.6.22 (Ubuntu)
Sourcepackagename: None = linux-source-2.6.22

** Also affects: linux-source-2.6.24 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Local root exploit in kernel 2.6.17 - 2.6.24
https://bugs.launchpad.net/bugs/190587
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 149791] Re: Black White Video Output (Gutsy)

2008-02-03 Thread tonfa
On Sun, Feb 03, 2008 at 09:15:45AM -, Bryce Harrington wrote:
 The upstream for -intel has determined it's not a driver bug.
 Reassigning to totem.

Well to me sounds -intel may be at fault. Even if totem does crazy
things, is the output supposed to stay bw across reboots ?

-- 
:wq

-- 
Black  White Video Output (Gutsy)
https://bugs.launchpad.net/bugs/149791
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162710] Re: Cannot access wireless networks keys when user change is session password.

2008-01-13 Thread tonfa
** Also affects: pam (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- Cannot access wireless networks keys when user change is session password.
+ Cannot access wireless networks keys when user change his session password.

-- 
Cannot access wireless networks keys when user change his session password.
https://bugs.launchpad.net/bugs/162710
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 180460] [sync] update hellanzb to 0.13-3 from unstable

2008-01-04 Thread tonfa
Public bug reported:

Binary package hint: hellanzb

The new version from debian solves an important bug for me 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452079
please sync.

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

-- 
[sync] update hellanzb to 0.13-3 from unstable
https://bugs.launchpad.net/bugs/180460
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 176125] Re: Ubuntu should activate the IPv6 privacy extension by default (echo 2 /proc/sys/net/ipv6/conf/all/use_tempaddr)

2007-12-13 Thread tonfa
If that helps, windows uses those temporary addresses by default when
using ipv6.

-- 
Ubuntu should activate the IPv6 privacy extension by default (echo 2 
/proc/sys/net/ipv6/conf/all/use_tempaddr)
https://bugs.launchpad.net/bugs/176125
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 176125] Ubuntu should activate the IPv6 privacy extension by default (echo 2 /proc/sys/net/ipv6/conf/all/use_tempaddr)

2007-12-13 Thread tonfa
Public bug reported:

Binary package hint: procps

Some background information:
recently Free ADSL, one of the biggest ISP in France, added IPv6 support 
possibly exposing 2.5 millions of users to IPv6

The address are configured automatically and by default linux will build it 
using the MAC address. However this presents a risk of privacy loss:
- there is an unique identifier which can be used by website to track the 
location of a laptop or pda
- some information about the model of the network card (other information can 
be probably derived if you know the serial number of the card) is leaked

The following rfc (http://tools.ietf.org/html/draft-ietf-ipngwg-temp-
addresses-v2-00) mitigitates this problems by introducing temporary
addresses to be used by outgoing connection (in addition to the static
address which can be used for incoming connection and have a dns name
associated with it).

To activate it under linux you just need to activate the following in sysctl:
echo 2 /proc/sys/net/ipv6/conf/all/use_tempaddr
or add net.ipv6.conf.all.use_tempaddr=2

thanks for protecting the privacy of the clueless users by default :)

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

-- 
Ubuntu should activate the IPv6 privacy extension by default (echo 2 
/proc/sys/net/ipv6/conf/all/use_tempaddr)
https://bugs.launchpad.net/bugs/176125
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 149791] Re: Black White Video Output (Gutsy)

2007-12-12 Thread tonfa
On Wed, Dec 12, 2007 at 10:50:09AM -, John wrote:
 Should the  :-
 
 rm -r ~/.gconf/apps/totem
 
 -: be needed just once, or is it necessary to run it again every day one
 wants to watch videos in colour?

Do you logout right after that ?
I only needed it once or twice, so if you can reproduce it easily it's
worth investigating (I can't reproduce at will)
 
 Do we know when an update to Ubuntu will fix this properly?

I think nobody figured out how the settings changed to bw

-- 
:wq

-- 
Black  White Video Output (Gutsy)
https://bugs.launchpad.net/bugs/149791
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 149791] Re: Black White Video Output (Gutsy)

2007-11-29 Thread tonfa
On Thu, Nov 29, 2007 at 08:48:35PM -, bytesmythe wrote:
 I noticed this bug and checked the Totem preferences. On the video
 tab, the saturation slider was all the way to the left.
 I never changed this myself, so I'm not sure how it got modified.
 Does anyone else with this bug have the same setting?

iirc it was the same for me.

-- 
:wq

-- 
Black  White Video Output (Gutsy)
https://bugs.launchpad.net/bugs/149791
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 23497] Re: i8042 unbind required for keyboard/mouse to be useable following suspend/resume hibernate/resume cycle

2007-10-28 Thread tonfa
I've seen this bug on a Dell Inspiron 6400 (preloaded with feisty, and upgraded 
to gutsy), no keyboard + touchpad on resume. Plugging a usb device works.
It's not my laptop so I don't know if I'll be able to test patches.

-- 
i8042 unbind required for keyboard/mouse to be useable following suspend/resume 
 hibernate/resume cycle
https://bugs.launchpad.net/bugs/23497
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 155831] Re: 0.9.5 is released

2007-10-22 Thread tonfa
** Summary changed:

- 0.95 is released
+ 0.9.5 is released

** Description changed:

  Binary package hint: mercurial
  
- Version 0.95 was released upstream, and should be packaged.
+ Version 0.9.5 was released upstream, and should be packaged.

-- 
0.9.5 is released
https://bugs.launchpad.net/bugs/155831
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 149791] Re: Black White Video Output (Gutsy)

2007-10-20 Thread tonfa
On Sat, Oct 20, 2007 at 09:11:00PM -, unggnu wrote:
 It is easy to fix. Close Totem and remove ~/.gconf/apps/totem/ with
 rm -r ~/.gconf/apps/totem and then logout and login again. After
 that it should work.
 Of course all Totem settings are gone.

works for me, thanks.

-- 
:wq

-- 
Black  White Video Output (Gutsy)
https://bugs.launchpad.net/bugs/149791
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 149791] Re: Black White Video Output (Gutsy)

2007-10-18 Thread tonfa
On Thu, Oct 18, 2007 at 07:00:24PM -, Mike Fedyk wrote:
 
 I don't think it's kernel related.  I can reproduce with totem-gstreamer
 or totem-xine, but not with vlc, kaffeine (uses xine and gstreamer) or
 pitivi (uses gstreamer).

here is a part of my dpkg.log the faulty package is probably in one of
them.

2007-10-10 09:34:50 upgrade foomatic-db 20070919-0ubuntu2 20070919-0ubuntu3
2007-10-10 09:34:54 upgrade foomatic-db-engine 3.0.2-20070719-0ubuntu3 
3.0.2-20070719-0ubuntu4
2007-10-10 09:34:55 upgrade x11-common 1:7.2-5ubuntu12 1:7.2-5ubuntu13
2007-10-10 09:35:01 upgrade xserver-xorg-video-all 1:7.2-5ubuntu12 
1:7.2-5ubuntu13
2007-10-10 09:35:01 upgrade xserver-xorg-input-all 1:7.2-5ubuntu12 
1:7.2-5ubuntu13
2007-10-10 09:35:02 upgrade xutils 1:7.2-5ubuntu12 1:7.2-5ubuntu13
2007-10-10 09:35:02 upgrade xbase-clients 1:7.2-5ubuntu12 1:7.2-5ubuntu13
2007-10-10 09:35:35 upgrade xserver-xorg 1:7.2-5ubuntu12 1:7.2-5ubuntu13
2007-10-10 09:35:40 upgrade libgs8 8.61.dfsg.1~svn8187-0ubuntu2 
8.61.dfsg.1~svn8187-0ubuntu3
2007-10-10 09:35:41 upgrade ghostscript 8.61.dfsg.1~svn8187-0ubuntu2 
8.61.dfsg.1~svn8187-0ubuntu3
2007-10-10 09:35:45 upgrade ghostscript-x 8.61.dfsg.1~svn8187-0ubuntu2 
8.61.dfsg.1~svn8187-0ubuntu3
2007-10-10 09:35:45 upgrade openprinting-ppds 20070919-0ubuntu2 
20070919-0ubuntu3
2007-10-10 09:35:48 upgrade xorg 1:7.2-5ubuntu12 1:7.2-5ubuntu13
2007-10-11 09:24:05 upgrade linux-image-2.6.22-14-generic 2.6.22-14.41 
2.6.22-14.43
2007-10-11 09:24:29 upgrade linux-headers-2.6.22-14 2.6.22-14.41 2.6.22-14.43
2007-10-11 09:24:52 upgrade linux-headers-2.6.22-14-generic 2.6.22-14.41 
2.6.22-14.43
2007-10-11 09:24:57 upgrade linux-libc-dev 2.6.22-14.41 2.6.22-14.43
2007-10-11 09:25:00 upgrade xdg-user-dirs 0.9-0ubuntu1 0.9-0ubuntu2
2007-10-12 18:23:48 upgrade hplip-data 2.7.7.dfsg.1-0ubuntu4 
2.7.7.dfsg.1-0ubuntu5
2007-10-12 18:23:53 upgrade hplip 2.7.7.dfsg.1-0ubuntu4 2.7.7.dfsg.1-0ubuntu5
2007-10-12 18:23:57 upgrade libdecoration0 1:0.6.0+git20071006-0ubuntu2 
1:0.6.0+git20071008-0ubuntu1
2007-10-12 18:23:59 upgrade compiz-gnome 1:0.6.0+git20071006-0ubuntu2 
1:0.6.0+git20071008-0ubuntu1
2007-10-12 18:24:44 upgrade compiz-plugins 1:0.6.0+git20071006-0ubuntu2 
1:0.6.0+git20071008-0ubuntu1
2007-10-12 18:24:46 upgrade libcompizconfig-backend-gconf 
0.5.2+git20071005-0ubuntu2 0.5.2+git20071010-0ubuntu1
2007-10-12 18:24:48 upgrade compiz-core 1:0.6.0+git20071006-0ubuntu2 
1:0.6.0+git20071008-0ubuntu1
2007-10-12 18:24:49 upgrade compiz 1:0.6.0+git20071006-0ubuntu2 
1:0.6.0+git20071008-0ubuntu1
2007-10-12 18:24:52 upgrade flashplugin-nonfree 9.0.48.0.0ubuntu11 
9.0.48.0.2+really0ubuntu12
2007-10-12 18:24:54 upgrade hpijs 2.7.7+2.7.7.dfsg.1-0ubuntu4 
2.7.7+2.7.7.dfsg.1-0ubuntu5
2007-10-12 18:24:55 upgrade xresprobe 0.4.24ubuntu5 0.4.24ubuntu6
2007-10-12 18:24:56 upgrade xserver-xorg-video-intel 2:2.1.1-0ubuntu6 
2:2.1.1-0ubuntu8
2007-10-13 09:42:57 upgrade linux-ubuntu-modules-2.6.22-14-generic 2.6.22-14.35 
2.6.22-14.36
2007-10-13 09:43:03 upgrade python-apt 0.7.3.1ubuntu2 0.7.3.1ubuntu3
2007-10-13 09:43:06 upgrade update-manager 1:0.80 1:0.81
2007-10-13 09:43:31 upgrade update-manager-core 1:0.80 1:0.81
2007-10-13 09:43:31 upgrade guidance-backends 0.8.0svn20070928-0ubuntu5 
0.8.0svn20070928-0ubuntu6
2007-10-13 09:43:33 upgrade displayconfig-gtk 0.3.3 0.3.7
2007-10-13 09:43:34 upgrade feisty-gdm-themes 0.21 0.22
2007-10-13 09:43:35 upgrade gdm 2.20.0-0ubuntu3 2.20.0-0ubuntu4
2007-10-13 09:43:37 upgrade gnome-power-manager 2.20.0-0ubuntu3 2.20.0-0ubuntu5
2007-10-13 09:43:59 upgrade human-theme 0.8 0.9
2007-10-13 09:44:00 upgrade libartsc0 1.5.7-1ubuntu3 1.5.8-0ubuntu1
2007-10-13 09:44:00 upgrade libgl1-mesa-dri 7.0.1-1ubuntu2 7.0.1-1ubuntu3
2007-10-13 09:44:09 upgrade libgl1-mesa-glx 7.0.1-1ubuntu2 7.0.1-1ubuntu3
2007-10-13 09:44:09 upgrade pidgin-data 1:2.2.1-1ubuntu3 1:2.2.1-1ubuntu4
2007-10-13 09:44:12 upgrade libpurple0 1:2.2.1-1ubuntu3 1:2.2.1-1ubuntu4
2007-10-13 09:44:13 upgrade libpurple-bin 1:2.2.1-1ubuntu3 1:2.2.1-1ubuntu4
2007-10-13 09:44:13 upgrade myspell-en-za 20070206-1 20070206-2
2007-10-13 09:44:16 upgrade pidgin 1:2.2.1-1ubuntu3 1:2.2.1-1ubuntu4
2007-10-13 09:44:42 upgrade readahead 1:0.20050517.0220-0ubuntu10 
1:0.20050517.0220-0ubuntu11
2007-10-13 09:44:42 upgrade tk8.4 8.4.15-1build1 8.4.15-1ubuntu1
2007-10-13 09:44:44 upgrade ttf-dejavu-core 2.19-1ubuntu2 2.19-1ubuntu3
2007-10-13 09:44:44 upgrade ttf-dejavu-extra 2.19-1ubuntu2 2.19-1ubuntu3
2007-10-13 09:44:46 upgrade ttf-dejavu 2.19-1ubuntu2 2.19-1ubuntu3
2007-10-13 09:44:46 upgrade xserver-xorg-input-synaptics 0.14.6-0ubuntu9 
0.14.6-0ubuntu10
2007-10-13 09:44:47 upgrade libglu1-mesa 7.0.1-1ubuntu2 7.0.1-1ubuntu3
2007-10-13 09:44:47 upgrade mesa-utils 7.0.1-1ubuntu2 7.0.1-1ubuntu3
2007-10-14 11:48:15 upgrade linux-ubuntu-modules-2.6.22-14-generic 2.6.22-14.36 
2.6.22-14.37
2007-10-14 11:48:20 upgrade liblircclient0 0.8.2-0ubuntu7 0.8.2-0ubuntu8
2007-10-15 15:14:49 upgrade cups-pdf 2.4.6-3ubuntu9 2.4.6-3ubuntu10
2007-10-15 15:14:50 

Re: [Bug 41134] Re: Does not store WPA-Enterprise password in keyring

2007-10-16 Thread tonfa
On Tue, Oct 16, 2007 at 11:02:16AM -, Nils wrote:
 Wow I just saw that this bug is from Feisty! And it still exists in
 Gutsy, now it really doesn't surprise me anymore that Linux/Ubuntu has a
 market share of 1 on the desktop.

Did I miss your patch ?

-- 
:wq

-- 
Does not store WPA-Enterprise password in keyring
https://bugs.launchpad.net/bugs/41134
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 41134] Re: Does not store WPA-Enterprise password in keyring

2007-10-16 Thread tonfa
@andrew

I tested network-manager-gnome 0.6.5-0ubuntu11~andrewjorgensen0, it
doesn't connect to the network (the bubble says waiting for wireless
key), with the vanilla deb it works (but stores it in plaintext.

-- 
Does not store WPA-Enterprise password in keyring
https://bugs.launchpad.net/bugs/41134
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 146394] Re: xorg crashing( sig11) / gutsy / vesa w/ Backtrace

2007-10-16 Thread tonfa
By the way I get a server abort only when dri is disabled (I unvoluntary
was using a virtual screen too big for the intel driver).

-- 
xorg crashing( sig11) / gutsy / vesa w/ Backtrace
https://bugs.launchpad.net/bugs/146394
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 149791] Re: Black White Video Output (Gutsy)

2007-10-16 Thread tonfa
Same bug here with intel video card, I had to downgrade to make it work again 
(downgrading the intel driver wasn't enough, the kernel was probably to blame):
 7487  sudo dpkg -i 
/var/cache/apt/archives/linux-image-generic_2.6.22.14.20_i386.deb 
 7488  sudo dpkg -i 
/var/cache/apt/archives/linux-image-2.6.22-14-generic_2.6.22-14.43_i386.deb 
 7489  sudo dpkg -i 
/var/cache/apt/archives/linux-ubuntu-modules-2.6.22-14-generic_2.6.22-14.36_i386.deb
 
 7490  sudo dpkg -i 
/var/cache/apt/archives/xserver-xorg-video-intel_2%3a2.1.1-0ubuntu8_i386.de


** Changed in: xserver-xorg-video-intel (Ubuntu)
Sourcepackagename: None = xserver-xorg-video-intel

-- 
Black  White Video Output (Gutsy)
https://bugs.launchpad.net/bugs/149791
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 149791] Re: Black White Video Output (Gutsy)

2007-10-16 Thread tonfa
Actually I was wrong, the bug is still there, vlc works fine until I
launch totem, then vlc is black and white too. Using the x11 backend
instead of xv makes it works in color.

-- 
Black  White Video Output (Gutsy)
https://bugs.launchpad.net/bugs/149791
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 146394] Re: xorg crashing( sig11) / gutsy / vesa w/ Backtrace

2007-10-08 Thread tonfa
On Mon, Oct 08, 2007 at 03:52:46PM -, Andrew Morsillo wrote:
 The same thing happens to me. Up to date gutsy with nvidia driver. It happens 
 at random intervals for apparently no reason, the only feedback I have is:
 Backtrace:

the backtrace doesn't match ours, so you should search/open another
issue.

 0: /usr/bin/X(xf86SigHandler+0x81) [0x80c9581]
 1: [0xe420]
 2: /usr/bin/X(DoGetImage+0x667) [0x808d147]
 3: /usr/bin/X(ProcGetImage+0x76) [0x808d1d6]

regards,

Benoit

-- 
:wq

-- 
xorg crashing( sig11) / gutsy / vesa w/ Backtrace
https://bugs.launchpad.net/bugs/146394
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 146394] Re: xorg crashing( sig11) / gutsy / vesa w/ Backtrace

2007-10-08 Thread tonfa
On Mon, Oct 08, 2007 at 04:06:54PM -, elsigh wrote:
 I've found that the latest gutsy xorg (1:7.2-5ubuntu12), without the
 xscreensaver and gnome-screensaver processes running, fixes the issue. So
 far so good since Saturday anyways.. Can anyone else confirm? Incidentally,
 I can find no way in xubuntu to disable the starting of the screensaver
 processes automagically.. I waiteth for fluxbuntu!

I didn't disabled the screensaver, just used the blank screen
screensaver.

-- 
:wq

-- 
xorg crashing( sig11) / gutsy / vesa w/ Backtrace
https://bugs.launchpad.net/bugs/146394
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146394] Re: xorg crashing( sig11) / gutsy / vesa w/ Backtrace

2007-10-04 Thread tonfa
Exactly the same crash here, X crashes as soon as my screensaver (which
uses opengl) starts.

With the following card: Intel Corporation 82852/855GM Integrated Graphics 
Device using the intel driver.
It seems related to the mesa update from last night.

-- 
xorg crashing( sig11) / gutsy / vesa w/ Backtrace
https://bugs.launchpad.net/bugs/146394
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


  1   2   >