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

2009-03-01 Thread Joerg Bornschein

I *have* read both, and the arguments from RFC 3041 Considered Harmful-draft 
have been 
dealt with in RFC4941, Section 7. So there does not seem to be a reason for 
disabling the privacy extension.

In fact, the arguments form the Considered Harmful-draft are, in some
sense, not valid -- the current situation Ipv4+NAT is in no way better
than IPv6+Privacy-Extension. Given a DOS attack,  in both cases you
have to block a complete subnet (it's NAT gateway) if somebody within
the subnet rapidly changes his IP addrss.

-- 
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 278764] Re: [intrepid] No output in ipython because because of wrong default backend

2008-10-12 Thread Joerg Bornschein

Since python-matplotlib pulls python-tk as dependency, I do not understand why 
TkAgg can't be the default. 
Its much better than the current situation, where it just feels broken.

-- 
[intrepid] No output in ipython because because of wrong default backend
https://bugs.launchpad.net/bugs/278764
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 278764] Re: [intrepid] No output in ipython because because of wrong default backend

2008-10-06 Thread Joerg Bornschein

Ok, I understand. 

But ipython -pylab should just work, or at least state prominently
that you have to change the backend. A (not so linux adept) co-worker of
mine dropped intrepid and installed hardy because of this. It took me
15 min to understand what's going on -- it did not feel ubuntu when I
had to change a config file before I could work with the package.

matplotlib seems to pull Tk as dependency -- could TkAgg be a decent
default?

-- 
[intrepid] No output in ipython because because of wrong default backend
https://bugs.launchpad.net/bugs/278764
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 278764] [NEW] [intrepid] No output in ipython because because of wrong default backend

2008-10-05 Thread Joerg Bornschein
Public bug reported:

In /etc/matplotlibrc the default backend is set to Agg, which does not
output anything in an ipython session.

Setting the backend manually  either to GTKAgg (default in hardy),
TkAgg or GTKCairo solves this issue. Why was this changed?

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

-- 
[intrepid] No output in ipython because because of wrong default backend
https://bugs.launchpad.net/bugs/278764
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 191220] [NEW] Nautilus shows garbadged background image

2008-02-12 Thread Joerg Bornschein
Public bug reported:

Binary package hint: nautilus


 * Open Nautilus in browser mode
 * choose icon-view
 * Choose a background image 
 * switch from icon-view to list-view
 * swicth back to icon-vie

This bug was not present using Ubuntu 7.10, but at least is visible in
Hardy on 12.2.2008.

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

-- 
Nautilus shows garbadged background image
https://bugs.launchpad.net/bugs/191220
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 191219] [NEW] Nautilus shows garbadged background image

2008-02-12 Thread Joerg Bornschein
Public bug reported:

Binary package hint: nautilus


 * Open Nautilus in browser mode
 * choose icon-view
 * Choose a background image 
 * switch from icon-view to list-view
 * swicth back to icon-vie

This bug was not present using 7.10, but at least is visible in Hardy on
12.2.2008.

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

-- 
Nautilus shows garbadged background image
https://bugs.launchpad.net/bugs/191219
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 119828] Re: Intel Wireless 4965 A/G/N Card Drivers

2007-07-28 Thread Joerg Bornschein
I managed to get my 4965 working on Gutsy -- but I had to compile my own
kernel package.

*Not* using a custom kernel, but using the ubuntu kernel package 2.6.22-8.18 
the system crashes
as soon as i connect to a network.

I can't see the komplete kernel-ooop message, since it panics inside the
interrupt handler and i don't knwo how to scroll or cut'n-paste that
panic message. Here's what I wrote down:(onto paper)

 snipp 
Call trace:

   ieee80211_tx_rate_ctrl
   ieee80211_master_start_xmit
   vt_console_print
   dev_hard_start_xmit
   wme_qdiscop_xmit
   __qdisc_run
   dev_queue_xmit
   ieee80211_sta_work
   __switch_to
   schudule
   ieee80211_sta_work
   run_workqueue
   [..]

paniced in interrupt handler:

  Code:  [..]
  EIP:   rs_get_lowest_rate+0x8/0x40
---

After patching the ubuntu-kernel with mac80211-9.0.2 from
http://www.intellinuxwireless.org, rebuilding my own kernel image and
building iwlwiki-0.1.5 agains that kernel everything works nice.


So, in respect to 4965, it seems time to update the kernel mac80211 subsystem...

-- 
Intel Wireless 4965 A/G/N Card Drivers
https://bugs.launchpad.net/bugs/119828
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 122560] Re: no sound with 82801H (ICH8 Family) HD Audio Controller

2007-07-25 Thread Joerg Bornschein
I have a similar problem on my x61 running gutsy.

Currently using the script attached to get sound working on line-out and
internal speakers


** Attachment added: Activating pcspeaker to hear sound
   http://launchpadlibrarian.net/8566906/audio_hack.py

-- 
no sound with 82801H (ICH8 Family) HD Audio Controller
https://bugs.launchpad.net/bugs/122560
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