[Mono-list] Troubles installing mono using yum

2005-04-11 Thread Matthew Reeve
I'm returning to mono, having been forced onto other work for just over 6 months. I am trying to install mono onto our test rig which mimics our live server. This is running FC2 (not FC3) and will be for the forseeable future due to other restrictions. It is fully up to date using yum update. I ha

Re: [Mono-list] Troubles installing mono using yum

2005-04-11 Thread Duncan Mak
On Mon, 2005-04-11 at 08:44 +0100, Matthew Reeve wrote: > I have added the following to my yum.conf :- > > [mono] > name=Mono > baseurl=http://www.go-mono.com/archive/1.1.2/fedora-2-i386 > Try using: http://www.go-mono.com/archive/yum-repository/1.0 We don't have 1.1 packages for Fedora 2. --

[Mono-list] ADO.NET in Mono & Active Directory

2005-04-11 Thread Denis Schnepf
Hello, I'm currently working on a project aimed at managing Active Directory users from a linux server. Active Directory servers can be accessed using ADO (apparently, with the OLE DB Provider), so my question is : has anyone tried to use ADO.NET with Active Directory and does it work? Cheers,

RE: [Mono-list] Troubles installing mono using yum

2005-04-11 Thread Matthew Reeve
> > I have added the following to my yum.conf :- > > [mono] > > name=Mono > > baseurl=http://www.go-mono.com/archive/1.1.2/fedora-2-i386 > Try using: > http://www.go-mono.com/archive/yum-repository/1.0 > We don't have 1.1 packages for Fedora 2. > Duncan Mak <[EMAIL PROTECTED]> Thanks for the swift

Re: RE: [Mono-list] Cannot find Assembly ASP

2005-04-11 Thread Gilles FAVIER
Hi, I am going to make a new post about that problem below, thanks for you advice Rafael, but the weird thing is that i can perfectly send my query with an exe file but not in aspx... ( to be clear : if i take the SAME C# code that i have in my web page and i put it in a test.cs file and the

[Mono-list] Detecting Thread Finish

2005-04-11 Thread Aaron Bockover
Hello, I was wondering if there is a way to detect when a thread is finished/no longer exists, apart from some kind of timeout or idle callback that checks the thread instance itself. I have a multi-threaded app in which there are a few threads, spawned by certain user interaction. These threads

[Mono-list] Mono Issue

2005-04-11 Thread Garikai Tachiwona (DSL AK)
Hi,   The background to our problem is that we are deploying a large website on mono for a customer, and have the server 'freeze' about 1-2  times a day. At the freeze points mono takes up between 15-55% of  memory on the web server, typically consumes around 3% of CPU, and the  website b

Re: [Mono-list] ADO.NET in Mono & Active Directory

2005-04-11 Thread A Rafael D Teixeira
Hi Dennis, see comments inline: On Mon, 2005-04-11 at 11:15 +0200, Denis Schnepf wrote: > Hello, > > I'm currently working on a project aimed at managing Active Directory > users from a linux server. :( > Active Directory servers can be accessed using ADO (apparently, with the > OLE DB Provid

Re: [Mono-list] Troubles installing mono using yum

2005-04-11 Thread Raul Romero
http://www.go-mono.com/archive/yum-repository/1.1/fedora-3-i386/ This link works in my Fedora Core 3 :) My mono.repo: [mono] name =Mono 1.0.6 Release: Fedora Core Linux 3, i386 baseurl=http://www.go-mono.com/archive/yum-repository/1.1/fedora-3-i386/ gpgcheck=0 enabled=1 Look: Performing the f

Re: [Mono-list] Mono Issue

2005-04-11 Thread Miguel de Icaza
Hello, > The background to our problem is that we are deploying a large website > on mono for a customer, and have the server 'freeze' about 1-2 times > a day. At the freeze points mono takes up between 15-55% of memory on > the web server, typically consumes around 3% of CPU, and the website >

Re: [Mono-list] ADO.NET in Mono & Active Directory

2005-04-11 Thread Daniel Morgan
You could look at jCIFS too. http://jcifs.samba.org/ Java client for CIFS/SMB A Rafael D Teixeira wrote: Hi Dennis, see comments inline: On Mon, 2005-04-11 at 11:15 +0200, Denis Schnepf wrote: Hello, I'm currently working on a project aimed at managing Active Directory users from a linux server

Re: [Mono-list] ADO.NET in Mono & Active Directory

2005-04-11 Thread Zac Bowling
The layer for active directory and ADO is just a fake wrapper for what its really doing below, which is LDAP. It was written for old ASP and old VB. In Mono you can use Novell's ldap libraries to access ActiveDirectory (do a search on google for ldap and ActiveDirectory). ActiveDirectory on 2003

Re: [Mono-list] apache, mod_mono, httpHandlers & 404 problem.

2005-04-11 Thread simon
Gonzalo Paniagua Javier wrote: On Mon, 2005-04-11 at 09:16 +1000, simon wrote: [...] If i use the following in my apache config i get page not found errors when i request the url for an httpHander AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx The probl

Re: [Mono-list] ADO.NET in Mono & Active Directory

2005-04-11 Thread Jerry Haltom
That Active Directory uses a proprietary protocol isn't exactly true. Client access and management access happens over LDAP. There is an API on Windows called ADSI, which is essentially just a simpler LDAP API, geared towards the specific schema AD uses. >From the Microsoft glossary: L Lightweigh

RE: [Mono-list] Mono Issue

2005-04-11 Thread Garikai Tachiwona (DSL AK)
Hi Miguel This is what we have: Slackware Linux v10, with a 2.6.10 kernel Mod_mono = 1.0.5 Xsp = 1.0.5 Process tree: init-+-6*[agetty] |-crond |-events/0-+-aio/0 | |-kblockd/0 | |-khelper | |-2*[pdflush] | `-reiserfs/0 |-htt

RE: [Mono-list] Mono Issue

2005-04-11 Thread Miguel de Icaza
Hello, > Slackware Linux v10, with a 2.6.10 kernel > Mod_mono = 1.0.5 > Xsp = 1.0.5 The only suspect I have here is Slackware, we have not had anyone on the team test that distribution. Could you possibly try this on a different OS? Miguel ___ Mono-

RE: [Mono-list] Mono Issue

2005-04-11 Thread Dilton McGowan II
Before 1.1.5 we had our bounce script recycle XSP every 30 minutes. Now we only have to do it once a day. It consumes only about 10% a day now, hitting it with two clients every 10 seconds. That's on SuSE 9.1 Professional. --- Miguel de Icaza <[EMAIL PROTECTED]> wrote: > Hello, > > > Slackware

Re: [Mono-list] XSP test fails

2005-04-11 Thread brian betts
Thanks Gonzalo for replying. I can run mcs --help from the same dir I am running XSP, so mcs works. The path is picking up the mcs symbolic link thats in my /usr/bin. The real mcs is in /Library/frameworks//bin, put there by mono install. --- Gonzalo Paniagua Javier <[EMAIL PROTECTED]> wr

RE: [Mono-list] Mono Issue

2005-04-11 Thread Garikai Tachiwona (DSL AK)
This sound more or less like our scenario - except that ours runs through a cron (every minute) and is conditional to the [mono-powered] website no being accessible. -Original Message- From: Dilton McGowan II [mailto:[EMAIL PROTECTED] Sent: Tuesday, 12 April 2005 12:52 p.m. To: Miguel

RE: [Mono-list] Mono Issue

2005-04-11 Thread Miguel de Icaza
Hello, > Slackware Linux v10, with a 2.6.10 kernel > Mod_mono = 1.0.5 > Xsp = 1.0.5 Dilton's post made me think of something: what version of *Mono* are you running? Miguel ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/m

RE: [Mono-list] Mono Issue

2005-04-11 Thread Miguel de Icaza
Hello, > Before 1.1.5 we had our bounce script recycle XSP > every 30 minutes. Now we only have to do it once a > day. It consumes only about 10% a day now, hitting it > with two clients every 10 seconds. > > That's on SuSE 9.1 Professional. The latest mod_mono has various recycling features (re

RE: [Mono-list] Mono Issue

2005-04-11 Thread Garikai Tachiwona (DSL AK)
Mono 1.0.5 -Original Message- From: Miguel de Icaza [mailto:[EMAIL PROTECTED] Sent: Tuesday, 12 April 2005 1:33 p.m. To: Garikai Tachiwona (DSL AK) Cc: mono-list@lists.ximian.com; Paolo Molaro; Mark Prins (DSL AK); Wayne Opai (DSL AK) Subject: RE: [Mono-list] Mono Issue Hello, > Slackwa

Re: [Mono-list] apache, mod_mono, httpHandlers & 404 problem.

2005-04-11 Thread Gonzalo Paniagua Javier
On Tue, 2005-04-12 at 09:56 +1000, simon wrote: > Here is an example of the problem using nGallery which makes use of > httpHandlers > > in my apache conf file > > Alias /nGallery "/var/mono-apps/nGallery" > MonoApplications "/nGallery:/var/mono-apps/nGallery" > > in my sites-enabled (using th

RE: [Mono-list] Mono Issue

2005-04-11 Thread Dilton McGowan II
How about the XSP version? There were some packaging issues around 1.1.5. --- "Garikai Tachiwona (DSL AK)" <[EMAIL PROTECTED]> wrote: > Mono 1.0.5 > > -Original Message- > From: Miguel de Icaza [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 12 April 2005 1:33 p.m. > To: Garikai Tachiwona (DS

Re: [Mono-list] XSP test fails

2005-04-11 Thread Gonzalo Paniagua Javier
On Mon, 2005-04-11 at 17:56 -0700, brian betts wrote: > Thanks Gonzalo for replying. I can run mcs --help > from > the same dir I am running XSP, so mcs works. The path > is picking up the mcs symbolic link thats in my > /usr/bin. > The real mcs is in /Library/frameworks//bin, put > there >

RE: [Mono-list] Mono Issue

2005-04-11 Thread Gonzalo Paniagua Javier
On Tue, 2005-04-12 at 13:33 +1200, Garikai Tachiwona (DSL AK) wrote: > Mono 1.0.5 Btw, you should really be using 1.1.x. Memory usage has improved a lot and speed too. -Gonzalo ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.

RE: [Mono-list] Mono Issue

2005-04-11 Thread Garikai Tachiwona (DSL AK)
XSP version = 1.0.5 -Original Message- From: Dilton McGowan II [mailto:[EMAIL PROTECTED] Sent: Tuesday, 12 April 2005 2:19 p.m. To: Garikai Tachiwona (DSL AK); Miguel de Icaza Cc: mono-list@lists.ximian.com; Paolo Molaro; Mark Prins (DSL AK); Wayne Opai (DSL AK) Subject: RE: [Mono-list] M

RE: [Mono-list] Mono Issue

2005-04-11 Thread Dilton McGowan II
Oops I see. --- "Garikai Tachiwona (DSL AK)" <[EMAIL PROTECTED]> wrote: > XSP version = 1.0.5 > > -Original Message- > From: Dilton McGowan II [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 12 April 2005 2:19 p.m. > To: Garikai Tachiwona (DSL AK); Miguel de Icaza > Cc: mono-list@lists.ximian

[Mono-list] Forums

2005-04-11 Thread Dilton McGowan II
After trying to work and follow today's threads (and not doing very good at the latter); isn't there a free set of forums that we can use and ditch this antiquated email list? Snitz (ASP based) and yuk! PHP Forums (or similar sounding) comes to mind. For that matter, can Novell afford to toss a fe

RE: [Mono-list] Mono Issue

2005-04-11 Thread Miguel de Icaza
Hello, > Mono 1.0.5 We are recommending strongly to people to move to Mono 1.1.6, as it is a lot more stable, is faster and has a revamped setup for the GC that will make it leak less. Miguel. ___ Mono-list maillist - Mono-list@lists.ximian.com http:

RE: [Mono-list] Mono Issue

2005-04-11 Thread Garikai Tachiwona (DSL AK)
Why did you have to restart XSP every 30 mins? -Original Message- From: Dilton McGowan II [mailto:[EMAIL PROTECTED] Sent: Tuesday, 12 April 2005 12:52 p.m. To: Miguel de Icaza; Garikai Tachiwona (DSL AK) Cc: mono-list@lists.ximian.com; Paolo Molaro; Mark Prins (DSL AK); Wayne Opai (DSL AK

RE: [Mono-list] Forums

2005-04-11 Thread Dan Maltes
Amen Duncan. -Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dilton McGowan II Sent: Monday, April 11, 2005 10:31 PM To: Mono List Subject: [Mono-list] Forums After trying to work and follow today's threads (and not doing very good at the latter);

RE: [Mono-list] Mono Issue

2005-04-11 Thread Dilton McGowan II
Hi, Because as Miguel, Gonzalo and others far more knowledgable than I have pointed out...Mono and XSP versions prior to 1.1.5 were much less efficient in CPU and Memory usage. HTH, Dilton --- "Garikai Tachiwona (DSL AK)" <[EMAIL PROTECTED]> wrote: > Why did you have to restart XSP every 30 mins

RE: [Mono-list] Forums

2005-04-11 Thread Dan Maltes
Oops, Dilton, sorry buddy. -Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Maltes Sent: Monday, April 11, 2005 11:57 PM To: 'Dilton McGowan II'; 'Mono List' Subject: RE: [Mono-list] Forums Amen Duncan. -Dan -Original Message- From: [

RE: [Mono-list] Forums

2005-04-11 Thread Dilton McGowan II
np. If only the rest of my middle-aged body could get as much excercise as my mouse finger trying to keep up with these emails. ;-) --- Dan Maltes <[EMAIL PROTECTED]> wrote: > Oops, Dilton, sorry buddy. > > -Dan > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED

Re: [Mono-list] Mono Issue

2005-04-11 Thread Sergey Moiseev
Dilton McGowan II wrote: >Hi, > >Because as Miguel, Gonzalo and others far more >knowledgable than I have pointed out...Mono and XSP >versions prior to 1.1.5 were much less efficient in >CPU and Memory usage. > > Right now there is no xsp versions after 1.0.6 :) >HTH, >Dilton > >--- "Garikai Ta

Re: [Mono-list] Mono Issue

2005-04-11 Thread Dilton McGowan II
I'm currently showing and we are testing with xsp identifying itself as 1.0.7. --- Sergey Moiseev <[EMAIL PROTECTED]> wrote: > Dilton McGowan II wrote: > > >Hi, > > > >Because as Miguel, Gonzalo and others far more > >knowledgable than I have pointed out...Mono and XSP > >versions prior to 1.1.5

[Mono-list] OSX XSP - thankyou

2005-04-11 Thread Nik Derewianka
Hi, Didnt see it in the release notes - but a big thankyou to whoever made the changes that allowed XSP (1.0.6) to run on OSX with mono 1.1.6, nant is also working and nunit seems to be working from first appearances. Quite a few happy developers overe here :) Cheers, Nik ___