[Bug 1905064] Re: "+" suffix in 3.9.0+ breaks pip

2021-03-20 Thread Gert van Dijk
It seems this version string was introduced in a upstream Debian patch indeed, when it was based on a prerelease version of Python 3.9. The patch (git-updates.diff) was dropped later. Introduced (erroneously):

[Bug 1793309] Re: Backport netplan.io 0.40 to bionic

2018-11-08 Thread Gert van Dijk
This change seems to be reverted somehow!? Briefly saw 0.40.x, installed the update, now the latest in repositories is 0.36.3: $ apt policy netplan.io netplan.io: Installed: 0.40.1~18.04.2 Candidate: 0.40.1~18.04.2 Version table: *** 0.40.1~18.04.2 100 100

[Bug 1772858] [NEW] Please backport Postfix 3.3.1 bugfix release to bionic (for Docker/container deployments)

2018-05-23 Thread Gert van Dijk
Public bug reported: Postfix 3.3.0 [1] is available in bionic at the time of writing and added support for running in containers by having the master process running in the foreground. 3.3.1 bugfix release [2] became available May 20 with a fix for using this feature: > Postfix did not support

[Bug 1515791] Re: USB passthrough - virt-aa-helper must grant /run/udev/data/ r

2016-12-07 Thread Gert van Dijk
@Francesco Ongaro: That appears to be another issue, unrelated to the bug in the description. Also supported by the amount of people that have reported success on this with the workaround. I suspect it is related to the hardware you're using. Please open a new bug report instead, I'd say. --

[Bug 1451002] Re: Configuration files are backwards incompatible since 1.0.1+git20150119-1

2015-05-03 Thread Gert van Dijk
I discovered that apt-dater is completely broken in the current state. Even with a valid XML host configuration file as generated, e.g. hosts group name=Localnet host name=localhost comment=Edit ~/.config/apt-dater/hosts.xml!/ /group /hosts It will not be able to use that host: ssh:

[Bug 1451002] Re: Configuration files are backwards incompatible since 1.0.1+git20150119-1

2015-05-03 Thread Gert van Dijk
** Description changed: The author of apt-dater decided to switch from plain text configuration files to XML [1] in 1.0.2 [2]. However, this package incorporates 1.0.1 with some commits that inadvertently introduced this backwards incompatible change as well to 1.0.1. After upgrading

[Bug 1451002] [NEW] Configuration files are backwards incompatible since 1.0.1+git20150119-1

2015-05-02 Thread Gert van Dijk
Public bug reported: The author of apt-dater decided to switch from plain text configuration files to XML [1] in 1.0.2 [2]. However, this package incorporates 1.0.1 with some commits that inadvertently introduced this backwards incompatible change as well to 1.0.1. After upgrading Ubuntu to

[Bug 1333396] Re: JSON module: reading arbitrary process memory

2014-06-24 Thread Gert van Dijk
** Description changed: As reported upstream, the JSON module of Python is vulnerable for reading arbitrary process memory. Please apply the patch as included in the upstream bug report: http://bugs.python.org/issue21529 - I'm not aware of any CVE assigned to this bug. + CVE-2014-4616 is

[Bug 1333396] [NEW] JSON module: reading arbitrary process memory

2014-06-23 Thread Gert van Dijk
*** This bug is a security vulnerability *** Public security bug reported: As reported upstream, the JSON module of Python is vulnerable for reading arbitrary process memory. Please apply the patch as included in the upstream bug report: http://bugs.python.org/issue21529 I'm not aware of any

[Bug 1312462] Re: SmartCard-HSM card fails when generating ECC keypair

2014-06-14 Thread Gert van Dijk
Yes, I think I've seen similar results when doing some testing around the time of this bug report with OpenSC upstream, OpenSC-CardContact upstream and Ubuntu's 0.13.0 version. I did not manage to find a set of patches to get it working properly with EC keys, even with CardContact's OpenSC.

[Bug 1071741] Re: Regression: rdesktop taking constantly 15% cpu when connected to w2k3

2014-06-12 Thread Gert van Dijk
I *think* I'm bumping into the same issue. However, I was noticing this from the network side of resource usage. While connected to a certain Windows Terminal Server, looking at a Windows lock screen my network bandwidth usage is around 10Mbit with 10k (!) ethernet frames per second. Could you

[Bug 1312462] [NEW] SmartCard-HSM card fails when generating ECC keypair

2014-04-24 Thread Gert van Dijk
Public bug reported: Generating an ECC keypair on-card will result in a private key on the card, but it does not list the public key (pkcs15-tool -D, pkcs11-tool --list-objects). Possibly related to #1311921. Steps to reproduce: 1. Generate an ECC keypair will produce a warning: $ pkcs11-tool

[Bug 1311921] [NEW] SmartCard-HSM card does not list RSA 2048 public keys

2014-04-23 Thread Gert van Dijk
Public bug reported: OpenSC 0.13.0 does not list RSA public keys which are of 2048 bits in size on a SmartCard-HSM smart card. Although the keys are listed after on-card key generation, only the private key is listed later. This issue does not appear for keys of 1024 bits in size on the same

[Bug 1311921] Re: SmartCard-HSM card does not list RSA 2048 public keys

2014-04-23 Thread Gert van Dijk
Attaching debdiff of proposed fix in bug description. ** Patch added: opensc_0.13.0-3ubuntu4_0.13.0-3ubuntu4ppa1~trusty.debdiff https://bugs.launchpad.net/ubuntu/+source/opensc/+bug/1311921/+attachment/4094845/+files/opensc_0.13.0-3ubuntu4_0.13.0-3ubuntu4ppa1%7Etrusty.debdiff -- You

[Bug 1176305] Re: Support for Feitian ePass2003

2014-03-10 Thread Gert van Dijk
@Sebastien Hmm, you're right. It looks like I've taken the commit hashes after cherry-picking them. I'll upload a new debdiff with the correct hashes when I find the opportunity. Thanks for noticing! In the meantime, here are the correct ones: 4c1cafe epass2003: key generation allows stricter

[Bug 1176305] Re: Support for Feitian ePass2003

2014-03-10 Thread Gert van Dijk
Here's the promised debdiff with appropriate changelog. ** Patch added: opensc_0.13.0-3ubuntu3ppa1~trusty.debdiff https://bugs.launchpad.net/ubuntu/+source/opensc/+bug/1176305/+attachment/4017111/+files/opensc_0.13.0-3ubuntu3ppa1%7Etrusty.debdiff -- You received this bug notification

[Bug 1176305] Re: Support for Feitian ePass2003

2014-03-03 Thread Gert van Dijk
Applying some upstream commits in master not in 0.13.0 fixed the issue for me. Attached you'll find a debdiff and packages are available on my PPA. https://launchpad.net/~gertvdijk/+archive/epass2003 Please incorporate it in Ubuntu for 14.04. Thanks for those commented in the Fedora bug tracker

[Bug 1042649] Re: [FFe] [UIFe] Manual Partitioning Crypt

2013-05-04 Thread Gert van Dijk
How does this implement Manual Partitioning LVM? As far as I can see this only support logical partitions, not Logical Volumes in terms of LVM. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042649

[Bug 898136] Re: Colord suddenly takes 100% of CPU

2013-02-04 Thread Gert van Dijk
Initially marked myself as affected, but I haven't seen this for at least half a year (maybe even more) on 12.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/898136 Title: Colord suddenly takes

[Bug 575428] Re: policykit authorization in KDE Lucid systemsettings is absent

2013-02-01 Thread Gert van Dijk
This is still affecting fully updated 12.04 and 12.10 Kubuntu versions. I would be very grateful if this is going to be addressed some time. Upstream documentation of KDE refers to it being present in the very base of KDE workspace since 4.3, but it seems to be moved to a separate project:

[Bug 833058] Re: Muon-updater doesn't ask for password

2013-01-31 Thread Gert van Dijk
From comment 21 by Tim Edwards (tkedwards): if you see this problem even though polkit-kde-1 is installed I reckon you've hit a new issue and need to open a new bug. -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to qapt in Ubuntu.

[Bug 893735] Re: [needs-packaging] openssh-x509 - native support for X.509 v3 certificates in openssh

2013-01-28 Thread Gert van Dijk
*** This bug is a duplicate of bug 719260 *** https://bugs.launchpad.net/bugs/719260 ** This bug has been marked a duplicate of bug 719260 X509 support for openssh -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1101647] Re: VFS491 Validity Sensor on HP Probook 4540s

2013-01-27 Thread Gert van Dijk
I have the same 138a:003d Validity Sensors, Inc. on my HP Elitebook 8570w. Running Linux 3.7.4 still does not support this device it seems. Here's some more hardware information. 'usb-devices' output: T: Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=ff(vend.)

[Bug 471457] Re: Shutdown does not have priority over suspend/hibernation

2013-01-17 Thread Gert van Dijk
Just to clarify a bit more, this was asked on Ask Ubuntu (http://askubuntu.com/q/244323/88802) and it seems an issue still valid for current Ubuntu releases. Steps to reproduce: - Start a regular desktop environment. - Configure the laptop closing lid action to suspend the machine. - Shut the

[Bug 1002736] Re: [xorg-edgers] Synaptics driver crashes KDE touchpad control module

2012-11-27 Thread Gert van Dijk
Bernd: Yes, you're still on 0.8.1-1ubuntu2. The fix is in 0.8.1-1ubuntu3. If you're on Precise or Quantal, just install this package from Raring available here: http://packages.ubuntu.com/raring/kde-config-touchpad - that works for me. -- You received this bug notification because you are a

[Bug 990997] Re: Slow typing in Firefox

2012-06-14 Thread Gert van Dijk
Had the same issue here. Solved it by disabling all addons except the Ubuntu default addons. Might figure out later which add on was the cause. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/990997

[Bug 900384] Re: usbipd requires usbip_common_mod.ko and usbip.ko kernel modules, which are not available in any package

2012-03-31 Thread Gert van Dijk
@luizluca: No, it's not dead. I think development has moved from sourceforge.net to the mainline kernel (staging), as development there continues. https://github.com/mirrors/linux/tree/master/drivers/staging/usbip (last commit less than a month ago at time of writing) And yes, very

[Bug 833058] Re: Muon-updater doesn't ask for password

2012-03-28 Thread Gert van Dijk
As axel points out in comment 10: this bug is about the need to install some package manually after Kubuntu installation (on standard Ubuntu install) in order to do system updates. I think more people would agree with me that installing packages manually before being able to install updates or

[Bug 833058] Re: Muon-updater doesn't ask for password

2012-03-28 Thread Gert van Dijk
Tim, your explanation in comment 13 is unfortunately jumping to conclusions; it isn't *that* simple as you suggest, assuming you mean a dependency on Muon. A hard dependency on muon for polkit-kde-1 will pull in a lot of KDE-stuff (e.g. depends: kde-runtime) - if one not running KDE wants to

[Bug 900224] Re: Missing usbip kernel modules on Oneiric

2012-01-21 Thread Gert van Dijk
*** This bug is a duplicate of bug 900384 *** https://bugs.launchpad.net/bugs/900384 ** This bug has been marked a duplicate of bug 900384 usbipd requires usbip_common_mod.ko and usbip.ko kernel modules, which are not available in any package -- You received this bug notification

[Bug 743186] Re: synaptikscfg crashed with XInputVersionError in assert_xinput_version(): XI Version Error: Expected {0.expected_version}, got {0.actual_version}

2012-01-07 Thread Gert van Dijk
Got here when using a remote session using Nomachine NX server (and client) and using report problem in Ubuntu 12.04. Happens every time when logging in remotely. In the KDE tray I see that the network manager applet is out of order too (no network interfaces). -- You received this bug

[Bug 833058] Re: Muon-updater doesn't ask for password

2011-12-11 Thread Gert van Dijk
This issue is marked as 'Fix released', but I don't agree about that. As Murz describes in comment 7, one will still need to install polkit-kde-1 manually after installing KDE on an existing regular ubuntu installation. Creating this 'or' dependency on polkit-kde-1 for qapt is not sufficient,

[Bug 879153] [NEW] KDE power applet shows incorrect remaining battery percentage

2011-10-20 Thread Gert van Dijk
Public bug reported: Sometimes, the KDE Power applet indicates an incorrect remaining battery percentage for my laptop. The information in /proc/acpi/battery are correct and also my platform-specific (Thinkpad) kernel module shows the correct info. Also running 'upower -d' (output partly shown in

[Bug 879153] Re: KDE power applet shows incorrect remaining battery percentage

2011-10-20 Thread Gert van Dijk
** Attachment added: upower output with applet information together https://bugs.launchpad.net/bugs/879153/+attachment/2563676/+files/screenshot-battery-hangs.png -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kde-workspace in Ubuntu.

[Bug 867737] [NEW] Kubuntu desktop missing dependency on polkit-kde-1

2011-10-04 Thread Gert van Dijk
Public bug reported: After installing KDE on regular Ubuntu using apt-get install kubuntu- desktop, I am not able to change any of the system settings requiring administrative privileges due to the lack of the installation of polkit-kde-1. It will fail with an error as described here below with

[Bug 867737] Re: Kubuntu desktop missing dependency on polkit-kde-1

2011-10-04 Thread Gert van Dijk
-- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kubuntu-meta in Ubuntu. https://bugs.launchpad.net/bugs/867737 Title: Kubuntu desktop missing dependency on polkit-kde-1 To manage notifications about this bug go to:

[Bug 751689] Re: Thinkpads overheat due to slow fans when on 'auto'

2011-10-01 Thread Gert van Dijk
From the Debian bug report: I've just put thinkfan 0.7.3 on sf.net, which (I hope) will eliminate all problems with using 127 or -2147483648 as a fan level. Is it possible to upload 0.7.3 for oneiric or backport the fix upstream to 0.7.1? -- You received this bug notification because you are a

[Bug 751689] Re: Thinkpads overheat due to slow fans when on 'auto'

2011-10-01 Thread Gert van Dijk
While this is considered a critical issue, the workaround (thinkfan) is affected by another bug and it still isn't fixed after almost six months... I have put a how-to online on how to patchbuildconfigure thinkfan for affected users not comfortable in building packages.

[Bug 794311] [NEW] No sound on IEC958 (S/PDIF) output after switching user

2011-06-07 Thread Gert van Dijk
Public bug reported: I have found a (sometimes) reproducible path to render the digital output of my soundcard useless, until reboot. 1. Log in as user A 2. Select Digital Stereo (IEC958) Output + Analogue Stereo Input in the Sound Preferences for the sound card. 3. Play some audio, this works

[Bug 794311] Re: No sound on IEC958 (S/PDIF) output after switching user

2011-06-07 Thread Gert van Dijk
** Attachment added: Pulseaudio verbose logging output https://bugs.launchpad.net/bugs/794311/+attachment/2160036/+files/pulseverbose.log-broken -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 773443] Re: [natty] pulseaudio stopped working on ThinkPad T61

2011-06-02 Thread Gert van Dijk
I think I am suffering from the same problem on my Thinkpad T61p. Pulseaudio is complaining with the same messages, but I have some additional problems, maybe related: 1. S/PDIF (iec958) output has little (but annoying) clipping sound after each boot. solved by muting and unmuting in

[Bug 154494] Re: twisted.protocols.telnet is deprecated.

2011-05-27 Thread Gert van Dijk
Debian has removed the package from unstable due to this bug and alternatives are available. This package is not available in Ubuntu releases after Lucid. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576821 ** Bug watch added: Debian Bug tracker #576821

[Bug 751689] Re: Thinkpad x201* overheats due to slow fans when on 'auto'

2011-05-26 Thread Gert van Dijk
Since yesterday I started to use thinkfan with the patch applied from the Debian bug report. This does the trick for now, but I really would like to see a fix for level auto in thinkpad-acpi. @Mikhail: It seems common that level 7 (seems the highest) is indeed only halfway the full speed of the

[Bug 751689] Re: Thinkpad x201* overheats due to slow fans when on 'auto'

2011-05-25 Thread Gert van Dijk
This issue is occuring for me since a very long time; using Windows the fans have a much higher speed setting compared to using Linux and the thinkpad-acpi driver. However, since the use of Maverick I experience a lot more automatic shutdowns, triggered by thinkpad-acpi, due to overheating.

[Bug 584048] Re: kvm images losing connectivity w/bridged network

2011-05-01 Thread Gert van Dijk
I've installed the libvirt package in lucid-proposed and this issue hasn't reoccurred for me! Very happy user here. :) Right after installation it did happen again though, but I forgot to do 'service libvirt-bin restart'. After that I've started/stopped VMs more than 20 times, all running smooth.

[Bug 584048] Re: kvm images losing connectivity w/bridged network

2011-05-01 Thread Gert van Dijk
I've installed the libvirt package in lucid-proposed and this issue hasn't reoccurred for me! Very happy user here. :) Right after installation it did happen again though, but I forgot to do 'service libvirt-bin restart'. After that I've started/stopped VMs more than 20 times, all running smooth.

[Bug 741391] Re: coretemp driver doesn't support Intel Clarkdale and Arrandale CPUs (i3/i5/Pentium G6950)

2011-04-04 Thread Gert van Dijk
Would be really nice if the fix upstream could be merged into Lucid's kernel. Looking at the patch this should be quite straightforward. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/741391 Title:

[Bug 633140] Re: 100% CPU usage

2010-11-20 Thread Gert van Dijk
For me the refresh interval is set to 15 minutes, the default - I didn't touch it. -- 100% CPU usage https://bugs.launchpad.net/bugs/633140 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 633140] Re: 100% CPU usage

2010-11-04 Thread Gert van Dijk
Also affected by this bug. Particularly irritating when resume from suspend, which I do a few times a day generally. Most of the times the network is unreachable for a number of seconds, so I guess that's the cause for it. -- 100% CPU usage https://bugs.launchpad.net/bugs/633140 You received

[Bug 271542] Re: [intrepid] nameserver is not set (using wifi)

2009-04-20 Thread Gert van Dijk
Good news. I'm not experiencing this bug anymore in Jaunty RC, so it seems to be fixed. -- [intrepid] nameserver is not set (using wifi) https://bugs.launchpad.net/bugs/271542 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 267268] Re: rhythmbox, dead-lock between songs

2008-12-16 Thread Gert van Dijk
It was present for me in Hardy in particular and I kept having this problem a few weeks in Intrepid. It was about 30 songs (random/shuffle from library) it would last for the first freeze to occur. Now, with intrepid-updates, -proposed and -backports enabled I haven't had this problem in weeks.

[Bug 292567] Re: X on T61p crashes when closing lid

2008-11-21 Thread Gert van Dijk
My lspci -vvnn is exactly the same as Soenke's, but I cannot reproduce the problem. Never had problems after closing the lid. (you should run lspci as root, with sudo) -- X on T61p crashes when closing lid https://bugs.launchpad.net/bugs/292567 You received this bug notification because you are

[Bug 297213] Re: Intrepid: Missing hdaps_ec kernel module

2008-11-12 Thread Gert van Dijk
** Changed in: linux (Ubuntu) Status: New = Confirmed -- Intrepid: Missing hdaps_ec kernel module https://bugs.launchpad.net/bugs/297213 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 258357] Re: [G86GL] Latest NVIDIA drivers: X hangs with blank screen after logout.

2008-11-11 Thread Gert van Dijk
JeppeM and SiLeNcE: could you check if you're only having problems when there are EDID warnings in the X log? It might be related. -- [G86GL] Latest NVIDIA drivers: X hangs with blank screen after logout. https://bugs.launchpad.net/bugs/258357 You received this bug notification because you are a

[Bug 274510] Re: hdaps module doesn't load on some ThinkPad models

2008-11-08 Thread Gert van Dijk
You should modprobe hdaps_ec, not hdaps. But, after last kernel upgrade for Intrepid I get this error loading hdaps_ec: FATAL: Module hdaps_ec not found. Why is that? Somebody forgot to compile hdaps_ec in the kernel modules package? linux-restricted-modules-2.6.27-7-generic Version: 2.6.27-7.12

[Bug 258357] Re: [G86GL] Latest NVIDIA drivers: X hangs with blank screen after logout.

2008-11-04 Thread Gert van Dijk
I can also confirm it has not been fixed in the latest packages. (same hardware as Tommi Mikkola) I'm using joenix' workaround (thanks joenix!), because I like the faster resume from suspend for the 177 driver and I don't log out or switch user much. -- [G86GL] Latest NVIDIA drivers: X hangs

[Bug 260314] Re: gnome-power-manager frequently crashes with SIGSEGV in IA__g_closure_invoke() or g_closure_invoke()

2008-11-03 Thread Gert van Dijk
I've got the exact same problems on my Thinkpad T61p as Craig. It's fairly reproducible for me. Every time I plug or unplug the power cord I get the following message in syslog: acpid: client has disconnected and gnome-power-manager becomes unresponsive. This also results in not being able to

[Bug 289286] Re: [Intrepid] Radio killswitch off-event isn't recognized on Thinkpad T61p

2008-10-28 Thread Gert van Dijk
*** This bug is a duplicate of bug 288294 *** https://bugs.launchpad.net/bugs/288294 You're right Mario. Here's the story: I noticed the bug since the beta release and I couldn't think of where I had to look for resolving this issue, since there are many changes in HAL and the kernel since

[Bug 289286] Re: [Intrepid] Radio killswitch off-event isn't recognized on Thinkpad T61p

2008-10-28 Thread Gert van Dijk
*** This bug is a duplicate of bug 288294 *** https://bugs.launchpad.net/bugs/288294 I did some more extensive tests and here are the results: Intrepid (updated) - after fresh reboot: soft-killswitch works flawlessly, hard-killswitch can only bring WLAN down, not up. After

[Bug 289286] Re: [Intrepid] Radio killswitch off-event isn't recognized on Thinkpad T61p

2008-10-28 Thread Gert van Dijk
I think it might be a duplicate of bug #193970, of which is a known issue in the release notes of Intrepid. Weird thing is that I haven't had any problems with it in Hardy. -- [Intrepid] Radio killswitch off-event isn't recognized on Thinkpad T61p https://bugs.launchpad.net/bugs/289286 You

[Bug 289286] Re: [Intrepid] Radio killswitch off-event isn't recognized on Thinkpad T61p

2008-10-27 Thread Gert van Dijk
*** This bug is a duplicate of bug 288294 *** https://bugs.launchpad.net/bugs/288294 Apparantly this has been solved in hal 0.5.11-4ubuntu4, also for Thinkpads. ** Changed in: ubuntu Status: New = Fix Released ** This bug has been marked a duplicate of bug 288294 Dell HAL

[Bug 267268] Re: rhythmbox, dead-lock between songs

2008-10-25 Thread Gert van Dijk
Last night I got this same issue. In Hardy it was more often though and only when enabling crossfading between songs, now also when doing a fast forward in a song. -- rhythmbox, dead-lock between songs https://bugs.launchpad.net/bugs/267268 You received this bug notification because you are a

[Bug 289286] [NEW] [Intrepid] Radio killswitch off-event isn't recognized on Thinkpad T61p

2008-10-25 Thread Gert van Dijk
Public bug reported: On my laptop, a Lenovo T61p I have two radio killswitches. One at the front, to be considered as a hardware switch and a soft-key (Fn+F5). The one at the front will disable all radio devices (BT, WLAN and WWAN if available) and the soft-key will toggle between the different

[Bug 271542] Re: [intrepid] nameserver is not set (using wifi)

2008-10-23 Thread Gert van Dijk
Same problem here, with updated packages as of 2008-10-23. This seems the problem only for local networks. When connecting to my 802.1x university's network I get an external IP (130.x) and resolv.conf is updated fine. When connecting to local networks it will not and my resolv.conf is empty,

[Bug 271542] Re: [intrepid] nameserver is not set (using wifi)

2008-10-23 Thread Gert van Dijk
I think I might have found the issue here. As with Michael Flaig (the bug reporter) it's a local network without a gateway (it is set as 0.0.0.0 so it won't give you internet access obviously). When I set a fake gateway the resolv.conf file is updated! Question arises: Is it by design that

[Bug 271542] Re: [intrepid] nameserver is not set (using wifi)

2008-10-23 Thread Gert van Dijk
This is definately a bug. You can have DNS service in a network without a gateway. ** Changed in: network-manager (Ubuntu) Status: New = Confirmed -- [intrepid] nameserver is not set (using wifi) https://bugs.launchpad.net/bugs/271542 You received this bug notification because you are a

[Bug 263059] Re: [regression] 2.6.27-7 sometimes fails to boot (iwl3945 issue?)

2008-10-15 Thread Gert van Dijk
Encountered this today while running a daily-live CD on my Thinkpad T61p. Not only got a hang, but also (very) loud beeps during boot very soon after the kernel was loaded. Couldn't reproduce immediately so I wondered what it could be (now found this bugreport). Anyway, my lspci -nn is