[Mono-list] mcs-0.29 on Linux PPC

2003-12-03 Thread Mathieu Leduc-Hamel
Mono compile successfuly on my gentoo linux 1.4 ppc but i have a small
problem with mcs.

When I try to compile it, it tell me:
** (/opt/mono//bin/mcs.exe:1709): WARNING **: Using non-atomic functions!
System.Security.Cryptography/HMACSHA1.cs(110) error CS0246: Cannot find
type `HMAC'
Compilation failed: 1 error(s), 0 warnings
make[2]: *** [../../class/lib/mscorlib.dll] Erreur 1
make[2]: Leaving directory
`/home/arrakis/Projects/mono/mcs-0.29/class/corlib'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/home/arrakis/Projects/mono/mcs-0.29/class'
make: *** [all-recursive] Erreur 1

Should I report the bug on bugzilla or it's my os?

Mathieu 

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Some make clean little bugs

2003-12-03 Thread Asier Llano Palacios
Hello:

When you do a make clean in the released mcs-0.29 it has the following
little bugs:

The following files, that are generated, during compilation are not
removed:
class/Npgsql/Npgsql/Design/ConnectionStringEditorForm.resources
class/Npgsql/Npgsql/NpgsqlState.resources
class/Npgsql/Npgsql/NpgsqlClosedState.resources
class/Npgsql/Npgsql/NpgsqlParameterCollection.resources
class/Npgsql/Npgsql/NpgsqlCommand.resources
class/Npgsql/Npgsql/NpgsqlConnectedState.resources
class/Npgsql/Npgsql/NpgsqlParameter.resources
class/Npgsql/Npgsql/NpgsqlConnection.resources
class/Npgsql/Npgsql/NpgsqlReadyState.resources
class/Npgsql/Npgsql/NpgsqlTransaction.resources
class/Npgsql/Npgsql/NpgsqlEventLog.resources
class/Npgsql/Npgsql/NpgsqlException.resources
class/Npgsql/Npgsql/PGUtil.resources
class/Npgsql/NpgsqlTypes/NpgsqlTypesHelper.resources

The following files, that are included in the realeased source are
automatically deleted:
tests/casts.cs
tests/csc-casts.out

I recomend you to test the following steps to know if the cleaning is
done properly:
- Descompress the released source
- Build the whole mcs-0.29
- make clean
- Compare the result with the original source

Asier
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] xsp not able to run temperature.aspx from it's testsuite ?

2003-12-03 Thread Gonzalo Paniagua Javier
El mié, 03-12-2003 a las 12:02, George Kodinov escribió:
 Hi,
 
 I've been trying the mono 0.29.
 Mono throws NullReferenceException in running temperature.aspx under 
 xsp.exe.
 
 I've updated all of it from the CVS, but the problem remains.
 
 Does somebody have simular problems w/ temperature.aspx ? Is it a bug in 
 the runtime or is it a bug in the aspx file itself (it used to work fine 
 until recently).

It's fixed in CVS now.
I've uploaded this, just in case you don't want to build from CVS:
http://primates.ximian.com/~gonzalo/tmp/System.Web.dll.gz

Thanks.

-Gonzalo


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] MCS on OS X

2003-12-03 Thread Elfred Pagan
Hi,
I solved my previous issues compiling mono, now when I try to 
build/install the mcs package I get the following error

/bin/sh ../mkinstalldirs /usr/local/bin
/usr/bin/install -m 755 mcs.exe /usr/local/bin
../../build/deps/corlib.dll.makefrag:996: *** missing separator.  Stop.
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
Elfred Pagán

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Error building mcs-0.29 from source (on Linux)

2003-12-03 Thread Randy J. Ray
make[2]: Entering directory `/usr/local/src/Mono/mcs-0.29/class/ByteFX.Data'
MONO_PATH=../../class/lib:$MONO_PATH mono  ../../mcs/mcs.exe   -d:NET_1_1 -g 
/
noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /
r:ICSharpCode.SharpZipLib.dll /r:System.Design.dll /r:System.Drawing.dll /r:
System.Windows.Forms.dll /res:mysqlclient/Designers/command.bmp /res:
mysqlclient/Designers/connection.bmp /res:mysqlclient/Designers/dataadapter.
bmp /target:library /out:../../class/lib/ByteFX.Data.dll @ByteFX.Data.dll.
sources
 Unhandled Exception: System.IO.FileNotFoundException: Could not find file ..
\..\bytefx.snk
in 0x002fa System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.
FileAccess,System.IO.FileShare,int,bool)
in 0x00086 System.IO.FileStream:.ctor (string,System.IO.FileMode)
in 0x00065 (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor 
(string,System.IO.FileMode)
in 0x00214 System.Reflection.Emit.AssemblyBuilder:SetCustomAttribute 
(System.Reflection.Emit.CustomAttributeBuilder)
in 0x00df9 Mono.CSharp.Attribute:ApplyAttributes (Mono.CSharp.EmitContext,
object,object,Mono.CSharp.Attributes)
in 0x001f9 Mono.CSharp.RootContext:EmitCode ()
in 0x0081f Mono.CSharp.Driver:MainDriver (string[])
in 0x0001b Mono.CSharp.Driver:Main (string[])
 make[2]: *** [../../class/lib/ByteFX.Data.dll] Error 1
make[2]: Leaving directory `/usr/local/src/Mono/mcs-0.29/class/ByteFX.Data'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/Mono/mcs-0.29/class'
make: *** [all-recursive] Error 1

My first concern was that the path to bytefx.snk used \ rather than / for a 
separator. But assuming that mcs handles this in a platform-independant 
fashion, there is no bytefx.snk in the dist area, either as part of the tar-
file or generated during the build process.

Randy
--

Randy J. RayCampbell, CAhttp://www.rjray.org   [EMAIL PROTECTED]
Silicon Valley Scale Modelers: http://www.svsm.org
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Error building mcs-0.29 from source (on Linux)

2003-12-03 Thread George Kodinov
Hi,

this is fixed in the current Mono CVS.

Best Regards,
George Kodinov
Randy J. Ray wrote:

make[2]: Entering directory 
`/usr/local/src/Mono/mcs-0.29/class/ByteFX.Data'
MONO_PATH=../../class/lib:$MONO_PATH mono  ../../mcs/mcs.exe   
-d:NET_1_1 -g /
noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll 
/r:System.Data.dll /
r:ICSharpCode.SharpZipLib.dll /r:System.Design.dll 
/r:System.Drawing.dll /r:
System.Windows.Forms.dll /res:mysqlclient/Designers/command.bmp /res:
mysqlclient/Designers/connection.bmp 
/res:mysqlclient/Designers/dataadapter.
bmp /target:library /out:../../class/lib/ByteFX.Data.dll 
@ByteFX.Data.dll.
sources
 Unhandled Exception: System.IO.FileNotFoundException: Could not find 
file ..
\..\bytefx.snk
in 0x002fa System.IO.FileStream:.ctor 
(string,System.IO.FileMode,System.IO.
FileAccess,System.IO.FileShare,int,bool)
in 0x00086 System.IO.FileStream:.ctor (string,System.IO.FileMode)
in 0x00065 (wrapper remoting-invoke-with-check) 
System.IO.FileStream:.ctor (string,System.IO.FileMode)
in 0x00214 System.Reflection.Emit.AssemblyBuilder:SetCustomAttribute 
(System.Reflection.Emit.CustomAttributeBuilder)
in 0x00df9 Mono.CSharp.Attribute:ApplyAttributes 
(Mono.CSharp.EmitContext,
object,object,Mono.CSharp.Attributes)
in 0x001f9 Mono.CSharp.RootContext:EmitCode ()
in 0x0081f Mono.CSharp.Driver:MainDriver (string[])
in 0x0001b Mono.CSharp.Driver:Main (string[])
 make[2]: *** [../../class/lib/ByteFX.Data.dll] Error 1
make[2]: Leaving directory 
`/usr/local/src/Mono/mcs-0.29/class/ByteFX.Data'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/Mono/mcs-0.29/class'
make: *** [all-recursive] Error 1

My first concern was that the path to bytefx.snk used \ rather than / 
for a separator. But assuming that mcs handles this in a 
platform-independant fashion, there is no bytefx.snk in the dist area, 
either as part of the tar-
file or generated during the build process.

Randy


--
George Kodinov   Email : [EMAIL PROTECTED]
DeveloperWeb   : http://www.openlinksw.com
OpenLink SoftwarePhone : +359 32 637 475
XML  E-Business Infrastructure Technology Providers
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] missing bytefx.snk on mcs-0.29

2003-12-03 Thread Alejandro Mery
make[2]: Entering directory `/R.src/mcs-0.29/class/ByteFX.Data'
Creating ../../build/deps/ByteFX.Data.dll.makefrag ...
make[2]: Leaving directory `/R.src/mcs-0.29/class/ByteFX.Data'
make[2]: Entering directory `/R.src/mcs-0.29/class/ByteFX.Data'
touch ../../build/deps/ByteFX.Data.dll.stamp
MONO_PATH=../../class/lib:$MONO_PATH mono  ../../mcs/mcs.exe  
-d:NET_1_1 -g /noconfig /r:mscorlib.dll /r:System.dll /r:Sys
tem.Xml.dll /r:System.Data.dll /r:ICSharpCode.SharpZipLib.dll
/r:System.Design.dll /r:System.Drawing.dll /r:System.Windows.Fo
rms.dll /res:mysqlclient/Designers/command.bmp
/res:mysqlclient/Designers/connection.bmp
/res:mysqlclient/Designers/dataadapt
er.bmp /target:library /out:../../class/lib/ByteFX.Data.dll
@ByteFX.Data.dll.sources

Unhandled Exception: System.IO.FileNotFoundException: Could not find
file ..\..\bytefx.snk
in 0x002fa System.IO.FileStream:.ctor
(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,bool)
in 0x00086 System.IO.FileStream:.ctor (string,System.IO.FileMode)
in 0x00065 (wrapper remoting-invoke-with-check)
System.IO.FileStream:.ctor (string,System.IO.FileMode)
in 0x00214 System.Reflection.Emit.AssemblyBuilder:SetCustomAttribute
(System.Reflection.Emit.CustomAttributeBuilder)
in 0x00df9 Mono.CSharp.Attribute:ApplyAttributes
(Mono.CSharp.EmitContext,object,object,Mono.CSharp.Attributes)
in 0x001f9 Mono.CSharp.RootContext:EmitCode ()
in 0x0081f Mono.CSharp.Driver:MainDriver (string[])
in 0x0001b Mono.CSharp.Driver:Main (string[])

make[2]: *** [../../class/lib/ByteFX.Data.dll] Error 1
make[2]: Leaving directory `/R.src/mcs-0.29/class/ByteFX.Data'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/R.src/mcs-0.29/class'
make: *** [all-recursive] Error 1

Best regards,
Alejandro Mery


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] missing bytefx.snk on mcs-0.29

2003-12-03 Thread rykr
This has been fixed in the current cvs.  I apologize for the trouble.

-reggie

 
 From: Alejandro Mery [EMAIL PROTECTED]
 Date: 2003/12/03 Wed AM 11:14:55 EST
 To: [EMAIL PROTECTED]
 Subject: [Mono-list] missing bytefx.snk on mcs-0.29
 
 make[2]: Entering directory `/R.src/mcs-0.29/class/ByteFX.Data'
 Creating ../../build/deps/ByteFX.Data.dll.makefrag ...
 make[2]: Leaving directory `/R.src/mcs-0.29/class/ByteFX.Data'
 make[2]: Entering directory `/R.src/mcs-0.29/class/ByteFX.Data'
 touch ../../build/deps/ByteFX.Data.dll.stamp
 MONO_PATH=../../class/lib:$MONO_PATH mono  ../../mcs/mcs.exe  
 -d:NET_1_1 -g /noconfig /r:mscorlib.dll /r:System.dll /r:Sys
 tem.Xml.dll /r:System.Data.dll /r:ICSharpCode.SharpZipLib.dll
 /r:System.Design.dll /r:System.Drawing.dll /r:System.Windows.Fo
 rms.dll /res:mysqlclient/Designers/command.bmp
 /res:mysqlclient/Designers/connection.bmp
 /res:mysqlclient/Designers/dataadapt
 er.bmp /target:library /out:../../class/lib/ByteFX.Data.dll
 @ByteFX.Data.dll.sources
 
 Unhandled Exception: System.IO.FileNotFoundException: Could not find
 file ..\..\bytefx.snk
 in 0x002fa System.IO.FileStream:.ctor
 (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,bool)
 in 0x00086 System.IO.FileStream:.ctor (string,System.IO.FileMode)
 in 0x00065 (wrapper remoting-invoke-with-check)
 System.IO.FileStream:.ctor (string,System.IO.FileMode)
 in 0x00214 System.Reflection.Emit.AssemblyBuilder:SetCustomAttribute
 (System.Reflection.Emit.CustomAttributeBuilder)
 in 0x00df9 Mono.CSharp.Attribute:ApplyAttributes
 (Mono.CSharp.EmitContext,object,object,Mono.CSharp.Attributes)
 in 0x001f9 Mono.CSharp.RootContext:EmitCode ()
 in 0x0081f Mono.CSharp.Driver:MainDriver (string[])
 in 0x0001b Mono.CSharp.Driver:Main (string[])
 
 make[2]: *** [../../class/lib/ByteFX.Data.dll] Error 1
 make[2]: Leaving directory `/R.src/mcs-0.29/class/ByteFX.Data'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/R.src/mcs-0.29/class'
 make: *** [all-recursive] Error 1
 
 Best regards,
 Alejandro Mery
 
 
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list
 

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] xsp not able to run temperature.aspx from it's testsuite ?

2003-12-03 Thread Gonzalo Paniagua Javier
El mié, 03-12-2003 a las 17:19, George Kodinov escribió:
 Gonzalo,
 
 I've done some analysis myself.
 
 I think this uncovers the more fundamental problem w/ the recent mono 
 runtimes.
 I started getting that problem approximately a week ago (I update my 
 Mono CVS daily).

I got an InvalidCastException with your test and that's what I fixed.
Doesn't it work for you with current CVS?

-Gonzalo


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] InvalidCastException - mono 0.28

2003-12-03 Thread ashu
Hi all,

mono-0.28 and mono-0.29 generates an InvalidCastException during certain
upcasts. The particular case where I get a problem has the following
class hierarchy: 

---
 namespace1.SomeotherApplication 
derives from:namespace1.InternalApplication 
derives from:namespace1.Application

And the cast I am getting problems with is:
function(Application app) { /* here app is of course an instance of 
SomeotherApplication */
... ;
((SomeotherApplication) app).someMethod();
}
---

The code runs perfectly fine on a Windows machine. 
I also tried compiling the code on Windows and using mcs-0.28 -- I get
this error in both situations.

Is this a known problem or anything is not properly set up with my
system?

Thanks for your help!
Ashwin
-- 
 _  _   Graduate Student, CS Department, CMU
|_|(_`|_||  |||\ | +1-412-268-7555 [O] 
| |._)| ||/\||| \|  http://www.cs.cmu.edu/~ashu
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


RE: [Mono-list] Re: [Mono-devel-list] Released: Mono, Monodoc and XSP.

2003-12-03 Thread Reggie Burnett
I think this has been fixed.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:mono-list-
 [EMAIL PROTECTED] On Behalf Of Asier Llano Palacios
 Sent: Wednesday, December 03, 2003 2:35 AM
 To: [EMAIL PROTECTED]
 Subject: [Mono-list] Re: [Mono-devel-list] Released: Mono, Monodoc and
 XSP.
 
 Hello,
 
 I have one problem building the 0.29 mcs. If it is a not known problem,
 if you want I can fill a bug report.
 The problem is that the compilation process cannot find bytefx.snk, but
 in the released source there is not any file with that name.
 I send you the last lines of the compilation process.
 If you need more information, please let me know.
 
 Asier
 
 
 ..
 make[3]: Entering directory
 `/home/asier/software/mono/debian/packages/mcs-0.29/class/ByteFX.Data'
 touch ../../build/deps/ByteFX.Data.dll.stamp
 MONO_PATH=../../class/lib:$MONO_PATH mono  ../../mcs/mcs.exe
 -d:NET_1_1 -g /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll
 /r:System.Data.dll /r:ICSharpCode.SharpZipLib.dll /r:System.Design.dll
 /r:System.Drawing.dll /r:System.Windows.Forms.dll
 /res:mysqlclient/Designers/command.bmp
 /res:mysqlclient/Designers/connection.bmp
 /res:mysqlclient/Designers/dataadapter.bmp /target:library
 /out:../../class/lib/ByteFX.Data.dll @ByteFX.Data.dll.sources
 
 Unhandled Exception: System.IO.FileNotFoundException: Could not find
 file ..\..\bytefx.snk
 in 0x002fa System.IO.FileStream:.ctor
 (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,bo
 ol)
 in 0x00086 System.IO.FileStream:.ctor (string,System.IO.FileMode)
 in 0x00065 (wrapper remoting-invoke-with-check)
 System.IO.FileStream:.ctor (string,System.IO.FileMode)
 in 0x00214 System.Reflection.Emit.AssemblyBuilder:SetCustomAttribute
 (System.Reflection.Emit.CustomAttributeBuilder)
 in 0x00df9 Mono.CSharp.Attribute:ApplyAttributes
 (Mono.CSharp.EmitContext,object,object,Mono.CSharp.Attributes)
 in 0x001f9 Mono.CSharp.RootContext:EmitCode ()
 in 0x0081f Mono.CSharp.Driver:MainDriver (string[])
 in 0x0001b Mono.CSharp.Driver:Main (string[])
 
 make[3]: *** [../../class/lib/ByteFX.Data.dll] Error 1
 make[3]: Leaving directory
 `/home/asier/software/mono/debian/packages/mcs-0.29/class/ByteFX.Data'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory
 `/home/asier/software/mono/debian/packages/mcs-0.29/class'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory
 `/home/asier/software/mono/debian/packages/mcs-0.29'
 make: *** [build-stamp] Error 2
 
 
 
 El mié, 03-12-2003 a las 02:05, Miguel de Icaza escribió:
  Hello,
 
  New Mono, New Monodoc, New Apache Module support are out,
  information with screenshots is available here:
 
  http://www.go-mono.com/archive/mono-0.29.html
 
  Miguel.
  ___
  Mono-devel-list mailing list
  [EMAIL PROTECTED]
  http://lists.ximian.com/mailman/listinfo/mono-devel-list
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] xsp's asp_state.config missing

2003-12-03 Thread Jackson Harper

Hello,

The config file is needed. Try using anoncvs.go-mono.org. I also
uploaded the file here:
http://primates.ximian.com/~jackson/asp_state.exe.config

Jackson



On Wed, 2003-12-03 at 11:38, Alejandro Mery wrote:
 there is anything usefull in the missing asp_state.exe.config, or can i
 fix it's ausence with a 'touch'?
 
 can't connection to anoncvs to check :-(
 Error connecting to host anoncvs.go-mono.com: No such host is known.
 cvs [checkout aborted]: Connection to server failed
 
 Best regards,
 Alejandro Mery
 
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] MCS on OS X

2003-12-03 Thread Varga Zoltan

Hi,

   This is tracked in:

http://bugzilla.ximian.com/show_bug.cgi?id=51666

 Zoltan


Elfred Pagan [EMAIL PROTECTED] rta:

 Hi,
 I solved my previous issues compiling mono, now when I try to 
 build/install the mcs package I get the following error
 
 /bin/sh ../mkinstalldirs /usr/local/bin
 /usr/bin/install -m 755 mcs.exe /usr/local/bin
 ../../build/deps/corlib.dll.makefrag:996: *** missing
separator.  Stop.
 make[1]: *** [install-recursive] Error 1
 make: *** [install-recursive] Error 1
 
 
 Elfred Pagn
 
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list
 
 
 




___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Deserialize with an index

2003-12-03 Thread Pablo Fischer
Hi!

I'm looking to deserialize a 'xml serializable' file.. but with an
index, let me explain:

I have a file called accounts, in this file I have this xml structure:
mblogg
  mbloggyaccounts
account
  usernamejoe/username
  passwordfoobar/password
  identifierfoobar website/identifier
  urlfoobar.com/xmlrpc.php/url
/account
  /mbloggyaccounts
/mbloggy

Today I can deserialize it into an ArrayList, however Im looking to
'generate' and index, so I can access/update/delete data very easy, for
example:

accounts.updateAccounts(1, account_info_array);

So I'll update the information (account_info_arrray) of the Account
number 1. 

More clear? I'm looking to access the information more easier with an
index (an autoincrement).

Also.. I DONT want to save that index in the file, I just need the index
in the memory to access more faster.

Another note: I can have information 'repeated', for example I can have
the same username (if the user has many sites but with the same
username) or the same site with different usernames  passwords.

Thanks anyway!
Pablo
-- 
Pablo Fischer Sandoval (pablo [arroba/at] pablo.com.mx)
http://www.pablo.com.mx
http://www.debianmexico.org
GPG FingerTip: 3D49 4CB8 8951 F2CA 8131 AF7C D1B9 1FB9 6B11 810C
Firma URL: http://www.pablo.com.mx/firmagpg.txt

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Automatically Start Apache and Mod_Mono/XSP

2003-12-03 Thread amerigo5 amerigo5
Hi,

I would like to start Apache and Mod_mono on startup/boot. Can anybody give 
me some pointers on how to do it?

Thanks,

George

_
Cell phone ‘switch’ rules are taking effect — find out more here. 
http://special.msn.com/msnbc/consumeradvocate.armx

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Automatically Start Apache and Mod_Mono/XSP

2003-12-03 Thread Pablo Fischer
Which distro?..
El mié, 03-12-2003 a las 22:39, amerigo5 amerigo5 escribió:
 Hi,
 
 I would like to start Apache and Mod_mono on startup/boot. Can anybody give 
 me some pointers on how to do it?
 
 Thanks,
 
 George
 
 _
 Cell phone switch rules are taking effect  find out more here. 
 http://special.msn.com/msnbc/consumeradvocate.armx
 
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list
-- 
Pablo Fischer Sandoval (pablo [arroba/at] pablo.com.mx)
http://www.pablo.com.mx
http://www.debianmexico.org
GPG FingerTip: 3D49 4CB8 8951 F2CA 8131 AF7C D1B9 1FB9 6B11 810C
Firma URL: http://www.pablo.com.mx/firmagpg.txt

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Automatically Start Apache and Mod_Mono/XSP

2003-12-03 Thread amerigo5 amerigo5
I installed Apache 2.0.48 (from source) on SuSe 9.0.

Thanks,

George

Original Message Follows
From: Pablo Fischer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Mono-list] Automatically Start Apache and Mod_Mono/XSP
Which distro?..
El mié, 03-12-2003 a las 22:39, amerigo5 amerigo5 escribió:
 Hi,

 I would like to start Apache and Mod_mono on startup/boot. Can anybody 
give
 me some pointers on how to do it?

 Thanks,

 George

 _
 Cell phone switch rules are taking effect  find out more here.
 http://special.msn.com/msnbc/consumeradvocate.armx

 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list
--
Pablo Fischer Sandoval (pablo [arroba/at] pablo.com.mx)
http://www.pablo.com.mx
http://www.debianmexico.org
GPG FingerTip: 3D49 4CB8 8951 F2CA 8131 AF7C D1B9 1FB9 6B11 810C
Firma URL: http://www.pablo.com.mx/firmagpg.txt

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
_
Wonder if the latest virus has gotten to your computer? Find out. Run the 
FREE McAfee online computer scan! 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Automatically Start Apache and Mod_Mono/XSP

2003-12-03 Thread Pablo Fischer
Uhm..

I think, create a simple bash script that executes it and save it in
/usr/sbin/, then Creates a new init.d and configure it with 345 (levels
3,4 and 5) and with 'id' 99 (So it will be the last service to execute).

Sorry for not helping to much but I dont remember very good how to do
this in Suse or RH.

See ya!
El mié, 03-12-2003 a las 22:56, amerigo5 amerigo5 escribió:
 I installed Apache 2.0.48 (from source) on SuSe 9.0.
 
 Thanks,
 
 George
 
 
 Original Message Follows
 From: Pablo Fischer [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [Mono-list] Automatically Start Apache and Mod_Mono/XSP
 
 Which distro?..
 El mié, 03-12-2003 a las 22:39, amerigo5 amerigo5 escribió:
   Hi,
  
   I would like to start Apache and Mod_mono on startup/boot. Can anybody 
 give
   me some pointers on how to do it?
  
   Thanks,
  
   George
  
   _
   Cell phone switch rules are taking effect  find out more here.
   http://special.msn.com/msnbc/consumeradvocate.armx
  
   ___
   Mono-list maillist  -  [EMAIL PROTECTED]
   http://lists.ximian.com/mailman/listinfo/mono-list
 --
 Pablo Fischer Sandoval (pablo [arroba/at] pablo.com.mx)
 http://www.pablo.com.mx
 http://www.debianmexico.org
 GPG FingerTip: 3D49 4CB8 8951 F2CA 8131 AF7C D1B9 1FB9 6B11 810C
 Firma URL: http://www.pablo.com.mx/firmagpg.txt
 
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list
 
 _
 Wonder if the latest virus has gotten to your computer? Find out. Run the 
 FREE McAfee online computer scan! 
 http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
 
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list
-- 
Pablo Fischer Sandoval (pablo [arroba/at] pablo.com.mx)
http://www.pablo.com.mx
http://www.debianmexico.org
GPG FingerTip: 3D49 4CB8 8951 F2CA 8131 AF7C D1B9 1FB9 6B11 810C
Firma URL: http://www.pablo.com.mx/firmagpg.txt

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list