[Bug 486375] Re: Unable to select text in Lyx when glipper is running

2010-01-17 Thread Philipp Baer
Observed exactly the same behaviour here (Karmic x86_64, LyX 1.6.4-1ubuntu1, glipper 1.0-1.1ubuntu1) -- Unable to select text in Lyx when glipper is running https://bugs.launchpad.net/bugs/486375 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 174116] Re: Mono IPv6 issues

2008-09-19 Thread Philipp Baer
Yes, it seems that these bugs have been fixed in mono 1.9. Thanks for this hint! -- Mono IPv6 issues https://bugs.launchpad.net/bugs/174116 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.ub

[Bug 136643] Re: Mono: System.Net.Sockets.SocketOptionName 0xe is not supported at IPv6 level

2008-02-05 Thread Philipp Baer
Bugs #136641 and #136643 are closed with mono 1.2.6 and thus not relevant for hardy anymore. They are both, however, still relevant for gutsy. -- Mono: System.Net.Sockets.SocketOptionName 0xe is not supported at IPv6 level https://bugs.launchpad.net/bugs/136643 You received this bug notification

[Bug 174116] Mono IPv6 issues

2007-12-05 Thread Philipp Baer
Public bug reported: Binary package hint: mono This bug report covers the two former bug reports #136641 and #136643. To date, the provided patch was not integrated into the Ubuntu mono package and mono thus refuses to work with IPv6 multicast addresses. I'd be very glad if you could have a look

[Bug 136643] Re: Mono: System.Net.Sockets.SocketOptionName 0xe is not supported at IPv6 level

2007-10-15 Thread Philipp Baer
Gutsy will be released in about five days and I don't think mono 1.2.5 is considered for integration anymore. Now I wanted to ask if it is possible to apply the patches for the two bugs (#136641, #136643). They are confirmed and do not change any critical parts. Even more important, without the

Re: [Bug 136643] Re: Mono: System.Net.Sockets.SocketOptionName 0xe is not supported at IPv6 level

2007-09-06 Thread Philipp Baer
Sebastian Dröge wrote: > This will be fixed once we have mono 1.2.5: See bug #137701 Kommt mono 1.2.5 noch in gutsy? Das wäre natürlich schön. phb -- Philipp Baer <[EMAIL PROTECTED]> [http://www.npw.net/] --- contact information --- mobile |+49-179-488 26 63|

[Bug 136643] Re: Mono: System.Net.Sockets.SocketOptionName 0xe is not supported at IPv6 level

2007-09-03 Thread Philipp Baer
The patch fixes all reported issues. Thanks! -- Mono: System.Net.Sockets.SocketOptionName 0xe is not supported at IPv6 level https://bugs.launchpad.net/bugs/136643 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mai

[Bug 136641] Re: Mono: Exception attempting to join IPv6 multicast group

2007-09-02 Thread Philipp Baer
Yes, it is supposed to block as it waits for incoming data. The patch seems to work just as expected. You may try it as well: 1. Start the testcase. It will bind on [::]:12345 and listen to the multicast group [FF01::1]:12345 2. Start netcat with the arguments shown below and type something. The

[Bug 136643] Re: Mono: System.Net.Sockets.SocketOptionName 0xe is not supported at IPv6 level

2007-09-02 Thread Philipp Baer
You have to enable IPv6 for mono (.NET 1.0 and/or 2.0) here: /etc/mono/1.0/machine.config /etc/mono/2.0/machine.config [...] [...] The (I suppose) you have to have available some IPv6 interface (at least the local IPv6 addresses which are automatically assigne

[Bug 136641] Mono: Exception attempting to join IPv6 multicast group

2007-09-01 Thread Philipp Baer
Public bug reported: Binary package hint: mono When attempting to join an IPv6 multicast group the following exception is thrown: Unhandled Exception: System.Net.Sockets.SocketException: Invalid arguments at System.Net.Sockets.Socket.SetSocketOption (SocketOptionLevel level, SocketOptionName n

[Bug 136643] Mono: System.Net.Sockets.SocketOptionName 0xe is not supported at IPv6 level

2007-09-01 Thread Philipp Baer
Public bug reported: Binary package hint: mono When ipv6 is enabled in mono the following warning is shown during program startup: ** (...): WARNING **: System.Net.Sockets.SocketOptionName 0xe is not supported at IPv6 level This message is shown because the DontFragment option is set in Socket.

[Bug 61670] Re: gmcs keeps crashing

2007-01-16 Thread Philipp Baer
Yes, it seems so. I've installed Mono 1.2.2 from self-built packages and it worked for me. I'm really looking forward to the release of feisty :) It is a very nasty bug. I've had some ... discussions on this bug and other Mono-related things with two developers some months ago. You may probably wa

[Bug 61670] Re: gmcs keeps crashing

2007-01-15 Thread Philipp Baer
A fix should have been released with Mono 1.2.1. The problem was that I added an empty path to the MONO_PATH environment variable, which was handled incorrectly by the Mono utilities (something like MONOPATH=:/path/to/something) AFAIK f-spot also uses the MONO_PATH variable in its start script (/u

[Bug 61670] Re: gmcs keeps crashing

2006-10-16 Thread Philipp Baer
I've reopened the bug at http://bugzilla.ximian.com/show_bug.cgi?id=79462. It's at least a similar one. -- gmcs keeps crashing https://launchpad.net/bugs/61670 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 61670] Re: gmcs keeps crashing

2006-09-21 Thread Philipp Baer
Ok, I confirm that it works with 1.1.17.1-1ubuntu5. I've updated this morning, so ... well, my report was a bit late it seems :) ... and the linux installer from http://www.mono-project.com/Downloads is slightly outdated :( -- gmcs keeps crashing https://launchpad.net/bugs/61670 -- ubuntu-bug

[Bug 61670] Re: gmcs keeps crashing

2006-09-21 Thread Philipp Baer
Added bug report on ximian bugzilla: http://bugzilla.ximian.com/show_bug.cgi?id=79462 ** Description changed: Starting with mono 1.1.17 in edgy, gmcs won't compile anymore. On three - different system I get the following errors: + different systems I get the following errors: Unhandled Exc

[Bug 61670] Re: gmcs keeps crashing

2006-09-21 Thread Philipp Baer
Ok, I've had a look at the problem again. It seems that this is the problem: Compile a piece of code (Hello World, for example) with a library reference, i.e. # gmcs -r:MDTTools.dll test.cs If the referenced library is not in the GAC but in the MONO_PATH, gmcs dies with the error message mention

[Bug 61670] gmcs keeps crashing

2006-09-21 Thread Philipp Baer
Public bug reported: Starting with mono 1.1.17 in edgy, gmcs won't compile anymore. On three different system I get the following errors: Unhandled Exception: Mono.CSharp.InternalErrorException: RLActionHandler.cs(37,35): CarpeNoctem.RLActionHandler.GetNextState(ActionFrame, int) ---> System.Exec