[Bug 1743592] Re: NGINX fails to start/install/upgrade if IPv6 is completely disabled.

2020-04-06 Thread Wilco Baan Hofman
It is one thing to ipv6/conf/all/disabled=1, that is still supported. But ipv6.disable=1 should not be supported in any way. It is in direct conflict with modern software and proper deployments which should default to IPv6, in accordance with IETF BCP177. -- You received this bug notification

[Bug 1743592] Re: NGINX fails to start/install/upgrade if IPv6 is completely disabled.

2020-02-19 Thread Wilco Baan Hofman
So from now on my IPv6-only installs will not work? That's just great, let's go back to 1992, when IPv6 did not exist yet. I should create a bug for this.. If you disable IPv6, expect your system not to work. This is the 21st century. My systems don't even have 127.0.0.1 anymore, only ::1 and

Re: [Bug 81242] Re: postfix-ldap is linked against gnuTLS

2009-02-12 Thread Wilco Baan Hofman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neil Hoggarth schreef: Should the postfix package not be updated to mknod suitable devices in /var/spool/postfix/dev on installation? That was the original point I made, yes. -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux)

Re: [Bug 81242] Re: postfix-ldap is linked against gnuTLS

2009-02-12 Thread Wilco Baan Hofman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neil Hoggarth schreef: Should the postfix package not be updated to mknod suitable devices in /var/spool/postfix/dev on installation? That was the original point I made, yes. -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux)

Re: [Bug 81242] Re: postfix-ldap is linked against gnuTLS

2008-06-18 Thread Wilco Baan Hofman
Well, for one you could work around the issue using: mkdir /var/spool/postfix/dev cp -a /dev/random /dev/urandom /var/spool/postfix/dev This should solve the exit_group(2) errors, as it did for me. Of course the proper (read: permanent) fix would be to include this in the init scripts, but this

Re: [Bug 81242] Re: postfix-ldap is linked against gnuTLS

2008-06-18 Thread Wilco Baan Hofman
Well, for one you could work around the issue using: mkdir /var/spool/postfix/dev cp -a /dev/random /dev/urandom /var/spool/postfix/dev This should solve the exit_group(2) errors, as it did for me. Of course the proper (read: permanent) fix would be to include this in the init scripts, but this

[Bug 81242] Re: postfix-ldap is linked against gnuTLS

2008-06-16 Thread Wilco Baan Hofman
Marking as 'incomplete' and unmilestoning. We still need the stderr output of a process that's failing in this way to diagnose whether it's a postfix or gnutls bug. IMHO it is a bug in both. - GnuTLS is a library and therefore should not do fprintf(stderr,..) + exit, because printing to

[Bug 81242] Re: postfix-ldap is linked against gnuTLS

2008-06-16 Thread Wilco Baan Hofman
** Changed in: postfix (Ubuntu) Status: Incomplete = Confirmed -- postfix-ldap is linked against gnuTLS https://bugs.launchpad.net/bugs/81242 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to postfix in ubuntu. --

[Bug 81242] Re: postfix-ldap is linked against gnuTLS

2008-06-16 Thread Wilco Baan Hofman
Marking as 'incomplete' and unmilestoning. We still need the stderr output of a process that's failing in this way to diagnose whether it's a postfix or gnutls bug. IMHO it is a bug in both. - GnuTLS is a library and therefore should not do fprintf(stderr,..) + exit, because printing to

[Bug 81242] Re: postfix-ldap is linked against gnuTLS

2008-06-16 Thread Wilco Baan Hofman
** Changed in: postfix (Ubuntu) Status: Incomplete = Confirmed -- postfix-ldap is linked against gnuTLS https://bugs.launchpad.net/bugs/81242 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 81242] Re: postfix-ldap is linked against gnuTLS

2008-06-08 Thread Wilco Baan Hofman
Thu GNU TLS library does exit_group(2) when no /dev/random (or /dev/urandom) is available (in the chroot, there isn't, so the TLS code for LDAP is broken). Wietse Venema wrote the explanation Steve Langasek quoted, because Wietse does not really like a library calling exit_group(2). I'm not aware

[Bug 81242] Re: postfix-ldap is linked against gnuTLS

2008-06-08 Thread Wilco Baan Hofman
Thu GNU TLS library does exit_group(2) when no /dev/random (or /dev/urandom) is available (in the chroot, there isn't, so the TLS code for LDAP is broken). Wietse Venema wrote the explanation Steve Langasek quoted, because Wietse does not really like a library calling exit_group(2). I'm not aware

[Bug 209520] Re: SMB error: Unable to mount location

2008-04-25 Thread Wilco Baan Hofman
- when you share an user directory, did you use smbpasswd to set a password for the corresponding user? I have a setup with LDAP, but same thing really. security = user. restrict anonymous = 1, share only visible and accessible for authenticated users. - can you access to the '/' directory on

[Bug 209520] Re: SMB error: Unable to mount location

2008-04-25 Thread Wilco Baan Hofman
gvfs-mount smb://server/homes doesn't work. likely because valid users = %S is active, which means that this is as it was intended. gvfs-mount smb://server/username works for me. Also, I might add that it boils down to at least three (very much related) issues: - Authenticated browsing,

[Bug 209520] Re: SMB error: Unable to mount location

2008-04-04 Thread Wilco Baan Hofman
I can confirm this problem on hardy. It may be caused by me not getting a username/password dialog when connecting to smb://server. When not using kerberos I see no shares (could be because I only allow users to view shares *after* authentication) and samba server-side has restrict anonymous set

[Bug 209520] Re: SMB error: Unable to mount location

2008-04-04 Thread Wilco Baan Hofman
Just seen that this problem occurs because of the switch to gvfs in nautilus. gvfs-ls smb://server shows absolutely nothing. Even after mounting smb://server or smb://[EMAIL PROTECTED] Same for gvfs-ls smb://[EMAIL PROTECTED] Browsing doesn't work in nautilus at all. Even when using kerberos

[Bug 209520] Re: SMB error: Unable to mount location

2008-04-04 Thread Wilco Baan Hofman
** Also affects: gvfs (Ubuntu) Importance: Undecided Status: New -- SMB error: Unable to mount location https://bugs.launchpad.net/bugs/209520 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 68440] Re: X does not work in Xen, causes crash

2008-03-20 Thread Wilco Baan Hofman
Confirming problem with Intel driver on X.org running on linux- image-2.6.24-12-xen on Hardy. -- X does not work in Xen, causes crash https://bugs.launchpad.net/bugs/68440 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 68440] Re: X does not work in Xen, causes crash

2008-03-20 Thread Wilco Baan Hofman
Works for me if I explicitly tell Xorg to use the vesa driver. I'm on an HP Business notebook NC6400, with intel 945 + ICH7 integrated chipset and a Core 2 Duo T5600 CPU. Using the vesa driver is of course not a real option, but I imagine there's some incompatibility between the intel Xorg

[Bug 203623] [NEW] Thunderbird can't access network files

2008-03-18 Thread Wilco Baan Hofman
Public bug reported: Binary package hint: thunderbird The gnome attach file dialog doesn't allow attaching of network files. ** Affects: thunderbird (Ubuntu) Importance: Undecided Status: New -- Thunderbird can't access network files https://bugs.launchpad.net/bugs/203623 You

[Bug 203623] Re: Thunderbird can't access network files

2008-03-18 Thread Wilco Baan Hofman
To clarify: I meant files on the network. Like on smb:// and others. -- Thunderbird can't access network files https://bugs.launchpad.net/bugs/203623 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

Re: [Bug 79289] Re: dragdrop moving of message does not work

2008-02-04 Thread Wilco Baan Hofman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Seth wrote: I'm on Ubuntu Gutsy (7.10), kubuntu flavor, thunderbird 2.0.0.6 (20071022) and still have this bug!!! Has it been regressed? Has it still not been solved? The problem has long been resolved here. Maybe you could describe your exact

[Bug 81667] Re: Suspend to ram only working once, oops on second time

2007-05-04 Thread Wilco Baan Hofman
For me this bug no longer occurs in 2.6.22 from ubuntu gutsy. I'm now explicitly unbinding/binding the i8042 driver on suspend and using newer x.org intel video drivers. -- Suspend to ram only working once, oops on second time https://bugs.launchpad.net/bugs/81667 You received this bug

[Bug 112087] ipw3945 not supported

2007-05-03 Thread Wilco Baan Hofman
Public bug reported: Binary package hint: linux-image-2.6.22-1-generic The ipw3945 module is not available in this package. 2.6.20-15-generic does have it. % dpkg -S ipw3945.ko linux-image-2.6.20-15-generic: /lib/modules/2.6.20-15-generic/kernel/ubuntu/wireless/ipw3945/ipw3945.ko ** Affects:

[Bug 112087] Re: ipw3945 not supported

2007-05-03 Thread Wilco Baan Hofman
Ah ok, thank you. However, that package is unavailable for amd64. -- ipw3945 not supported https://bugs.launchpad.net/bugs/112087 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 81667] Suspend to ram only working once, oops on second time

2007-01-26 Thread Wilco Baan Hofman
Public bug reported: Binary package hint: linux-source-2.6.20 Suspending works only once on this NC6400 notebook. By default the first time doesn't work either, given that the i8042 driver must be compiled as a module, not in kernel, otherwise the keyboard won't work on resume (without echo -n

[Bug 81667] Re: Suspend to ram only working once, oops on second time

2007-01-26 Thread Wilco Baan Hofman
Some more info about my system. It's an NC6400 RM100ET#ABH. Attached is dmidecode and lspci -vv and lspci -vvn output. ** Attachment added: Some more info about my system http://librarian.launchpad.net/5897676/info.txt -- Suspend to ram only working once, oops on second time

[Bug 79289] Re: dragdrop moving of message does not work

2007-01-19 Thread Wilco Baan Hofman
Same here, however strangely: Dragging/dropping multiple messages to different mailboxes works fine. Only when dragging a single message to a mailbox fails when it's held over the mailbox, in the mailbox pane (drag icon disappears). -- dragdrop moving of message does not work

[Bug 79196] Re: xserver-xorg-core_1.1.1-0ubuntu13_i386 breaks compiz/beryl (white screen)

2007-01-16 Thread Wilco Baan Hofman
Daniel, I can confirm that downgrading to ubuntu12 (on amd64) fixes the problem as well. What, in your opinion, causes the ubuntu12 package to work and the ubuntu13 to fail then? -- xserver-xorg-core_1.1.1-0ubuntu13_i386 breaks compiz/beryl (white screen) https://launchpad.net/bugs/79196 --

[Bug 79532] python-wxgtk2.6 won't install

2007-01-16 Thread Wilco Baan Hofman
Public bug reported: Binary package hint: python-wxgtk2.6 Python-wxgtk2.6 won't install, can't get past configure state. Setting up python-wxgtk2.6 (2.6.3.2.1.5ubuntu3) ... Compiling /usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/py/introspect.py ... File

[Bug 79532] Re: python-wxgtk2.6 won't install

2007-01-16 Thread Wilco Baan Hofman
Really? When? Because this is on feisty, with the updates from this morning. -- python-wxgtk2.6 won't install https://launchpad.net/bugs/79532 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 79532] Re: python-wxgtk2.6 won't install

2007-01-16 Thread Wilco Baan Hofman
Ah, sorry, It seems I have a problem reading. It was yesterday, and it was fixed in one version up :) Thanks :) -- python-wxgtk2.6 won't install https://launchpad.net/bugs/79532 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 78259] Re: Evolution randomly crashes, sometimes refuses to send mail until restart

2007-01-15 Thread Wilco Baan Hofman
Ok, now, I deleted my profile, recreated a new one.. now when I click e-mail I get the following output: CalDAV Eplugin starting up ... (evolution-2.8:16461): evolution-mail-WARNING **: ignored this junk plugin: not enabled or we have already loaded one (evolution-2.8:16461): e-utils-WARNING

[Bug 79403] Screen turns white when using beryl or desktop effects

2007-01-15 Thread Wilco Baan Hofman
Public bug reported: Binary package hint: xserver-xorg-core The windows turn white (not xroot, except when using a background, maybe nautilus, tried with just xinit and windows turn white) when using beryl or Desktop effects. This happens since the last update (xserver-xorg-1.1.1-0ubuntu13

[Bug 78259] Re: Evolution randomly crashes, sometimes refuses to send mail until restart

2007-01-15 Thread Wilco Baan Hofman
The core file of the crash ** Attachment added: Core crash file from starting mail component http://librarian.launchpad.net/5754550/core.15445 -- Evolution randomly crashes, sometimes refuses to send mail until restart https://launchpad.net/bugs/78259 -- ubuntu-bugs mailing list

[Bug 79403] Re: Screen turns white when using beryl or desktop effects

2007-01-15 Thread Wilco Baan Hofman
*** This bug is a duplicate of bug 79196 *** ** This bug has been marked a duplicate of bug 79196 xserver-xorg-core_1.1.1-0ubuntu12_i386 brakes compiz (white screen) -- Screen turns white when using beryl or desktop effects https://launchpad.net/bugs/79403 -- ubuntu-bugs mailing list

[Bug 79403] Re: Screen turns white when using beryl or desktop effects

2007-01-15 Thread Wilco Baan Hofman
*** This bug is a duplicate of bug 79196 *** Indeed it is, hope to have provided more details. -- Screen turns white when using beryl or desktop effects https://launchpad.net/bugs/79403 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 79196] Re: xserver-xorg-core_1.1.1-0ubuntu12_i386 brakes compiz (white screen)

2007-01-15 Thread Wilco Baan Hofman
I also confirm this bug using intel graphics, see Bug #79403. -- xserver-xorg-core_1.1.1-0ubuntu12_i386 brakes compiz (white screen) https://launchpad.net/bugs/79196 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 66860] Re: evolution-alarm-notify crashes on startup

2007-01-15 Thread Wilco Baan Hofman
Same here, crash in g_hash_table_lookup ** Attachment added: Crash report http://librarian.launchpad.net/5764818/_usr_lib_evolution_2.8_evolution-alarm-notify.1000.crash -- evolution-alarm-notify crashes on startup https://launchpad.net/bugs/66860 -- ubuntu-bugs mailing list

[Bug 78259] Re: Evolution randomly crashes, sometimes refuses to send mail until restart

2007-01-14 Thread Wilco Baan Hofman
Confirming bugs still exist with newer versions. In fact, now CalDAV is broken (won't show appointments). Refuses to quit when pressing the 'X' button (everything greys out, but hangs). Sometimes won't send mail until evolution is restarted (and been killed by xkill). ** Attachment added:

[Bug 78259] Re: Evolution randomly crashes, sometimes refuses to send mail until restart

2007-01-14 Thread Wilco Baan Hofman
I'll install the debugging symbols in case it crashes again.. hangs are more frequent than the crashes so we'll see. Regards, Wilco -- Evolution randomly crashes, sometimes refuses to send mail until restart https://launchpad.net/bugs/78259 -- ubuntu-bugs mailing list

[Bug 79149] Re: Update-manager crashes at connect to Dbus

2007-01-14 Thread Wilco Baan Hofman
Confirming this problem on Feisty Fawn 7.04, python 2.5 and 0.51build1. Experiencing similar crash, see attachment. ** Attachment added: Update manager crash report http://librarian.launchpad.net/5739866/_usr_bin_update-manager.1000.crash -- Update-manager crashes at connect to Dbus

[Bug 78804] Re: Modules load/unload system doesn't suffice

2007-01-13 Thread Wilco Baan Hofman
and reloaded upon resume. Regards, Wilco Baan Hofman -- Modules load/unload system doesn't suffice https://launchpad.net/bugs/78804 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 78804] Modules load/unload system doesn't suffice

2007-01-11 Thread Wilco Baan Hofman
, a list of loaded modules should be processed. If there are loaded modules which are known to cause problems if they are not unloaded (such as ipw3945 and psmouse) it should be automatically unloaded and reloaded on resume. Regards, Wilco Baan Hofman ** Affects: acpi-support (Ubuntu) Importance

[Bug 67604] Crash when closing window, raising another

2007-01-11 Thread Wilco Baan Hofman
Crash in gtk2 widget .so file. -- Firefox crashes when closing the window https://launchpad.net/bugs/67604 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 67604] Re: Firefox crashes when closing the window

2007-01-11 Thread Wilco Baan Hofman
Sorry, apparently launchpad didn't like the 32MB upload of the stack, I don't have the smaller one available. -- Firefox crashes when closing the window https://launchpad.net/bugs/67604 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 78259] Evolution randomly crashes, sometimes refuses to send mail until restart

2007-01-06 Thread Wilco Baan Hofman \(SYNNACK\)
Public bug reported: Binary package hint: evolution I'm not sure whether someone else has already reported the crashes I'm experiencing, I'm running this on Ubuntu Feisty. Please investigate the crash trace. ** Affects: evolution (Ubuntu) Importance: Undecided Status:

[Bug 78259] Re: Evolution randomly crashes, sometimes refuses to send mail until restart

2007-01-06 Thread Wilco Baan Hofman \(SYNNACK\)
Note, I'm using 1 CalDAV calendar, 3 Courier IMAP accounts without TLS, SMTP with PLAIN authentication and TLS on this configuration. -- Evolution randomly crashes, sometimes refuses to send mail until restart https://launchpad.net/bugs/78259 -- ubuntu-bugs mailing list

[Bug 78259] Re: Evolution randomly crashes, sometimes refuses to send mail until restart

2007-01-06 Thread Wilco Baan Hofman \(SYNNACK\)
** Attachment added: Crash dump/backtrace etc http://librarian.launchpad.net/5621063/_usr_bin_evolution.1000.crash -- Evolution randomly crashes, sometimes refuses to send mail until restart https://launchpad.net/bugs/78259 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com