Re: [Mono-list] UDP and ICMP

2004-02-05 Thread P Oscar Boykin
See, that's the problem. I really don't care about getting the ICMP message, or sending it. I just want my NON-ROOT user to know that the host he is sending a UDP packet to is responding with destination unreachable packets. There has to be (or rather should be) a way for a non-root user to

[Mono-list] mono fedora download: please add SRPMs

2004-02-05 Thread Marius Andreiana
Hi Please add SRPMs to fedora download, it's very useful for people who'd like to change the sources and install it from RPM instead of 'make install'. Thanks, -- Marius Andreiana Galuna - Solutii Linux in Romania http://www.galuna.ro ___ Mono-list

Re: [Mono-list] mono fedora download: please add SRPMs

2004-02-05 Thread Duncan Mak
Hello Marius, On Thu, 2004-02-05 at 04:02, Marius Andreiana wrote: Please add SRPMs to fedora download, I saw another message from someone else asking for the same thing, I'll try my best to do it tomorrow. I'm a bit busy with school this whole week, but my aim is for doing it before the end

Re: [Mono-list] XSP and ~/ resolution

2004-02-05 Thread Gonzalo Paniagua Javier
El mié, 04-02-2004 a las 18:40, Stuart Ballard escribió: I'm using the debian packages of the January 14th mono snapshot. Using XSP directly because current libapache-mod-mono is not yet packaged. There appears to be a problem with resolution of application relative URLS - ie, urls that

[Mono-list] Mono on debian

2004-02-05 Thread Jose Ramon Palanco
I have just download mono for fedora, and with alien I build all .deb's without problems. I have installed all packages in my SID debian box and have just to set up mod_mono on apache2. It works fine, but I would like to know if anyone have an init-script for the XSP server, because when I try

[Mono-list] Mcs vs Mono package

2004-02-05 Thread Nuno Afonso
Hi, I would like to know why there is a mono package and a mcs package if they create equal files: snip usr/bin/al.exe usr/bin/chktrust.exe usr/bin/cilc.exe usr/bin/disco.exe usr/bin/genxs.exe usr/bin/ilasm.exe usr/bin/mbas.exe usr/bin/mcs.exe usr/bin/monoresgen.exe usr/bin/secutil.exe

Re: [Mono-list] UDP and ICMP

2004-02-05 Thread Marco Canini
On Thu, 2004-02-05 at 05:41, P Oscar Boykin wrote: Hello All. I am using using mono to send udp packets between two hosts. At some point, one host may go offline. If I watch the network (using ethereal) I see the UDP packet go from A-B, and host B responds with a ICMP destination

[Mono-list] Problem in implementing XML-RPC server using .NET Remoting ??

2004-02-05 Thread Manish Gupta
Hi, I was trying to create a XML-RPC server using Remoting framework on Mono. But it seems that the following method is still not supported in mono: RemotingConfiguration.Configure(config file name) If I am correct, please tell when is this planned? And is there a way to create the same without

Re: [Mono-list] Windows Installers for Mono 0.30 and GTK# 0.15

2004-02-05 Thread Zonnet
Hi, sorry, but it looks like we lost that nice chance to see SQL# work on Windows. (The combo installer is no longer there) Could you please point us to the right place? wkr, Zonnet Daniel Morgan wrote: If you want only Mono, you can get the Mono 0.30 Windows Installer here:

Re: [Mono-list] mono-0.30 release for fedora core 1

2004-02-05 Thread Greg Cole
On Wed, 2004-02-04 at 16:18, Duncan Mak wrote: Sorry for this mishap. The package was made available on Red Carpet, but I forgot to upload it to the website. It is now available: http://go-mono.com/archive/0.30/fedora-1-i386/libicu26-2.6.1-1.ximian.7.3.i386.rpm No problems here. I

Re: [Mono-devel-list] Re: [Mono-list] Obfuscation packages that run under mono

2004-02-05 Thread Paolo Molaro
On 02/04/04 Miguel de Icaza wrote: I'm trying, without much success I might add, to find any IL obfuscation packages that will run under mono (on linux). Does anyone know of any? Dont know of one, but there are a few things someone could do: * Use the bundle functionality in

[Mono-list] Support for calling C# code from Python code ?

2004-02-05 Thread Manish Gupta
Hi, I am into my early phase of understanding Mono environment. On Mono home page I was able to find the way to call C# code from C code. But could not locate a way to call C# code from Python. Did I miss out something? If not, is there any plan to support this? regards Manish

Re: [Mono-list] Installing Mono on apache

2004-02-05 Thread Jim Erwin
Nuno, Some more specific information, such as which version of mono and mod_mono you've compiled, how you've got it configured, what distro you're using, was apache installed by your distro or did you compile from source, how you specifically configured apache for mod_mono, your command line when

[Mono-list] Kudos to the Mono team on 0.30 release

2004-02-05 Thread Jim Erwin
I just wanted to extend my gratitude to the entire Mono team for the 0.30 release. Things went extremely smooth for me in regards to upgrading from .29 to .30. I'm looking forward to seeing if some of the bugs specific to issues I've had in the past are resolved, and expect that some of them will

RE: [Mono-list] Kudos to the Mono team on 0.30 release

2004-02-05 Thread Carl Olsen
I'd like to add my thanks. The Mono .30 release solved a problem I was having with Mono .29 and GTK# on Red Hat 9. All of my windows applications are working perfectly now. Carl Olsen, MCSE -Original Message- From: [EMAIL PROTECTED] [mailto:mono-list- [EMAIL PROTECTED] On Behalf Of

[Mono-list] Re: I need help with mod_mono

2004-02-05 Thread Gustavo
Hello, I change the line LoadModule mod_mono modules/mod_mono.so with LoadModule mono_module modules/mod_mono.so and then apache starts ok. Then I start mod-mono-server.exe: cd /usr/share/doc/xsp/test mono /usr/bin/mod-mono-server.exe --root . --applications /mono:. --nonstop chmod 666

Re: [Mono-list] UDP and ICMP

2004-02-05 Thread P Oscar Boykin
On Thu, Feb 05, 2004 at 11:21:15AM +0100, Marco Canini wrote: On Thu, 2004-02-05 at 05:41, P Oscar Boykin wrote: Hello All. I am using using mono to send udp packets between two hosts. At some point, one host may go offline. If I watch the network (using ethereal) I see the UDP

Re: [Mono-list] Installing Mono on apache

2004-02-05 Thread Nuno Afonso
Hi, I've solved the problem. While searching the net I found someone who had the same problem, it was because the previous version of some mono components where not properly updated. So I uninstalled everything and installed it again, and it works fine. Thanks for your time, Nuno Afonso On Thu,

RE: [Mono-list] OpenOffice.org

2004-02-05 Thread amerigo5 amerigo5
Where can I get more info about Report.Net - Report.Net library to be exact? Thanks. George Original Message Follows From: Tracy Barlow` [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Mono-list] OpenOffice.org Date: Thu, 05 Feb 2004 09:15:35 +1000 Thanks richard, that is exactly what

Re: [Mono-list] UDP and ICMP

2004-02-05 Thread P Oscar Boykin
Sorry for replying to myself... On Thu, Feb 05, 2004 at 10:45:16AM -0800, P Oscar Boykin wrote: There are APIs that throw errors when the ICMP message comes in. For instance, in Java there is the PortUnreachableException:

[Mono-list] OpenOffice.org

2004-02-05 Thread Tracy Barlow
I went to sourceforge and typed report.net into the search box and got to the following page http://sourceforge.net/projects/report/ on the Download page you will find a documentation file for downloading. -- Regards Tracy Barlow Phone: 07 4124 5092 Mobile: 0146 00 38 61 mail: [EMAIL

RE: [Mono-list] Windows Installers for Mono 0.30 and GTK# 0.15

2004-02-05 Thread Daniel Morgan
The link still works. Notice how the email had the link wrapped to the next line. Type the link manually in your web browser. If you want both Mono and gtk#, you can get the Mono 0.30 and gtk# 0.15 (gtk+ 2.2) Windows Installer here:

[Mono-list] libwinnt.dll.so not found error

2004-02-05 Thread saravanan kailasam
Hi, I am new to linux and started setting up my m/c recently for .NET. I installed the latest 0.30 release from mono and installed mono-wine rpm also. When i try to run the program, it gave me an error as following System.DllNotFoundException: libwinnt.dll.so. But i have that file in /usr/lib