Re: [Mono-devel-list] Using the internal profiler

2005-07-27 Thread Miguel de Icaza
Hello,

 Does anyone knows how can I activate/deactivate the profiler for
 certain areas in program execution (like full Classes)? Or for a
 certain timespan? The problem is that I've got an application that
 loads a lot of data to memory (400Mb) and parses it at boostrap (about
 30s of initialization time). Profiling this section takes literally
 *hours*, and I'm really not interested in it now, so I want to
 activate the profiler ONLY after this bootstrap. Another way of seeing
 things is that I want to start profiling ONLY when the application
 enters a certain method.

Mono allows third-party profilers to be hooked up.  You could modify the
default profiler to do exactly what you described (copy the code, make
the changes, invoke the new profiler code).

There is some information on the SVN man page for Mono, but we could
certainly use a tutorial on the Wiki with more details.

 
 Other thing: does anyone find the System.Drawing as much as 6x slower
 when running in Linux or is it just me? Would directly using Cairo
 improve this performance? My application, now running under Mono and
 Linux, is performing as much as 6x slower than the native
 Microsoft.Net version.
 
 Thanks in advance,
 
 Hugo Jose Ferreira
 
-- 
Miguel de Icaza [EMAIL PROTECTED]
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-devel-list] Building mono-tools

2005-07-27 Thread Miguel de Icaza
Hello Ben,

   Am somewhat confused as to why people are even able to get past the
   configure stage, seeing as we have:
   
   PKG_CHECK_MODULES(GECKO_SHARP, gecko-sharp = 0.6)
 
 One thing that might be an issue is that I wasn't able to find a tarball
 of gecko-sharp 0.6 anywhere on the Mono sites, and it's not even tagged
 in SVN. I had to end up getting a 0.6 tarball from the Debian archives.
 It would be good to store the tarball and link to it from somewhere so
 long as it's being used by other packages.

Ben, where would this tarball be?
 
 Peter
 
-- 
Miguel de Icaza [EMAIL PROTECTED]
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-devel-list] gtk-sharp failed to compile

2005-07-27 Thread Emil Emilov

Hi Anton,
As I understand (I saw a discussion on the mono-list mailing list earlier), 
there is a problem trying to compile mono (and maybe gtk# for the same reason) 
under fedora core 4 as it uses gcc 4.0.
I don't know why this is, try searching the messages from this list.

Anton Andreev wrote:

checking size of void *... 8
checking for pkg-config... /usr/bin/pkg-config
checking for mono = 0.96... Package mono was not found in the pkg-config
search path.
Perhaps you should add the directory containing `mono.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mono' found
checking for csc.exe... no
configure: error: You need to install either mono or .Net

I have PKG_CONFIG_PATH=/usr/lib/pkgconfig/ where my mono.pc is and still
nothing???
fedora core 4


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list



--
Emil R. Emilov
---
mailto:[EMAIL PROTECTED]
http://www.emilov.de
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-devel-list] SQLsharpgtk Makefile Bug

2005-07-27 Thread Matthias Felgner








Hi, 



Just got and built SQLsharpgtk from SVN.



The Makefile in subdir sqlsharpgtk defines SQLSHARP_GTK_LIBS
with the needed references in order to build sqlsharpgtk, Assembly
Mono.Data.SqlSharp.DatabaseBrowser.dll is referenced from the dir ../browser/
But reference is done using backslashes.Result: Build fails on my Unix
machineDoes this need to be adjusted??



I also needed to copy 



Mono.Data.SqlSharp.DatabaseBrowser.dll to directory ../browser/
as make was looking for it there





Thanks for your thoughts..



Mit
freundlichen Grüßen 

Matthias
Felgner

*
E-Mailvon **


 
  
  Völcker Informatik
  AG 
  Gertrud-Caspari-Straße 13
  01109Dresden
  
  
 
 
  
  Telefon 0351 /892099409
  
  
  
  Telefax 0351/892089477
  
 
 
  
  http://www.voelcker.com
  
  
  [EMAIL PROTECTED]
  
 











___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-devel-list] Building mono-tools

2005-07-27 Thread Mario Sopena
Hello,

On 7/27/05, Miguel de Icaza [EMAIL PROTECTED] wrote:
 Hello Ben,
 
Am somewhat confused as to why people are even able to get past the
configure stage, seeing as we have:
   
PKG_CHECK_MODULES(GECKO_SHARP, gecko-sharp = 0.6)
 
  One thing that might be an issue is that I wasn't able to find a tarball
  of gecko-sharp 0.6 anywhere on the Mono sites, and it's not even tagged
  in SVN. I had to end up getting a 0.6 tarball from the Debian archives.
  It would be good to store the tarball and link to it from somewhere so
  long as it's being used by other packages.
 
 Ben, where would this tarball be?
 
I'm not Ben but there is a tarball here:
http://www.go-mono.com/packagers/gecko-sharp/gecko-sharp-0.6.tar.gz

The only problem I found there is that gecko-sharp.dll.config was
lacking a map to libgtkmozembed, something like:
dllmap dll=gtkembedmoz target=/usr/lib/mozilla-firefox/libgtkembedmoz.so/
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-devel-list] gtk-sharp failed to compile

2005-07-27 Thread Anton Andreev

 I removed the check for mono in the configure script and it compiled.
 Is it OK this way?

 Hi Anton,
 As I understand (I saw a discussion on the mono-list mailing list
 earlier), there is a problem trying to compile mono (and maybe gtk# for
 the same reason) under fedora core 4 as it uses gcc 4.0.
 I don't know why this is, try searching the messages from this list.

 Anton Andreev wrote:
 checking size of void *... 8
 checking for pkg-config... /usr/bin/pkg-config
 checking for mono = 0.96... Package mono was not found in the
 pkg-config
 search path.
 Perhaps you should add the directory containing `mono.pc'
 to the PKG_CONFIG_PATH environment variable
 No package 'mono' found
 checking for csc.exe... no
 configure: error: You

 need to install either mono or .Net

 I have PKG_CONFIG_PATH=/usr/lib/pkgconfig/ where my mono.pc is and still
 nothing???
 fedora core 4


 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list


 --
 Emil R. Emilov
 ---
 mailto:[EMAIL PROTECTED]
 http://www.emilov.de





___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-devel-list] Profile 2.0 assembly versions

2005-07-27 Thread Kornél Pál

I filed http://bugzilla.ximian.com/show_bug.cgi?id=75646.

I don't try to propose a patch file because I'm sure it would be rejected.

Kornél

- Original Message -
From: Michal Moskal [EMAIL PROTECTED]
To: mono-devel-list@lists.ximian.com
Sent: Wednesday, July 27, 2005 11:09 AM
Subject: Re: [Mono-devel-list] Profile 2.0 assembly versions


On 7/6/05, Kornél Pál [EMAIL PROTECTED] wrote:

Hi,

.NET Framework 2.0 Beta 2 assemblies have the version 2.0.0.0 while Mono's
ones have 2.0.3600.0.

Is there any reason to do this?


Any plans to fix it? I'm getting PEVerify errors because of this.

--
  Michal Moskal,
  http://nemerle.org/~malekith/
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-devel-list] gtk-sharp failed to compile

2005-07-27 Thread Emil Emilov

If it compiled, its ok I suppose. Install it now and you should be set.

Anton Andreev wrote:

 I removed the check for mono in the configure script and it compiled.
 Is it OK this way?



Hi Anton,
As I understand (I saw a discussion on the mono-list mailing list
earlier), there is a problem trying to compile mono (and maybe gtk# for
the same reason) under fedora core 4 as it uses gcc 4.0.
I don't know why this is, try searching the messages from this list.

Anton Andreev wrote:


checking size of void *... 8
checking for pkg-config... /usr/bin/pkg-config
checking for mono = 0.96... Package mono was not found in the
pkg-config
search path.
Perhaps you should add the directory containing `mono.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mono' found
checking for csc.exe... no
configure: error: You



 need to install either mono or .Net


I have PKG_CONFIG_PATH=/usr/lib/pkgconfig/ where my mono.pc is and still
nothing???
fedora core 4


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list



--
Emil R. Emilov
---
mailto:[EMAIL PROTECTED]
http://www.emilov.de







___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list



--
Emil R. Emilov
---
mailto:[EMAIL PROTECTED]
http://www.emilov.de
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-devel-list] SQLsharpgtk Makefile Bug

2005-07-27 Thread Emil Emilov

Yeah I also noticed that. I fixed the same way.
I'll try and make a patch in the evening, when I get home from work.
If you can do it earlier, please do.

Matthias Felgner wrote:

Hi,

 


Just got and built SQLsharpgtk from SVN.

 

The Makefile in subdir sqlsharpgtk defines “SQLSHARP_GTK_LIBS” with the 
needed references in order to build sqlsharpgtk, Assembly 
Mono.Data.SqlSharp.DatabaseBrowser.dll is referenced from the dir 
“../browser/” But reference is done using backslashes….Result: Build 
fails on my Unix machine…Does this need to be adjusted??


 


I also needed to copy

 

Mono.Data.SqlSharp.DatabaseBrowser.dll to directory “../browser/” as 
make was looking for it there…


 

 


Thanks for your thoughts..

 


Mit freundlichen Grüßen

Matthias Felgner

* E-Mail von **

**Völcker Informatik AG**

Gertrud-Caspari-Straße 13

01109 Dresden

 


Telefon 0351 / 892099409

 




Telefax 0351/ 892089477 

http://www.voelcker.com http://www.voelcker.com/  




[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]



 





___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


--
Emil R. Emilov
---
mailto:[EMAIL PROTECTED]
http://www.emilov.de
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-devel-list] authentication mode Windows

2005-07-27 Thread Kolanowski, Jawan
Hi,

I try to migrate a web application (asp.net) from iis to mod_mono 1.0.6
with apache 2.0.53. The web application uses 'Context.User.Identity'.
The authentication was performed by the iis (ntlm) against a active
directory. On the apache i've configured digest authentication with
ldap.

apache configuration extract:
  ...
  Location /WebApplication
SetHandler mono

AuthType Basic
AuthName WebApplication
AuthLDAPURL
ldap://dc.somewhere.org:389/OU=User,DC=somewhere,DC=org?sAMAccountName?s
ub?
AuthLDAPBindDN [EMAIL PROTECTED]
AuthLDAPBindPassword 
require valid-user
  /Location
  ...

web.config extract:
  ...
  authentication mode=Windows /
  identity impersonate=false /
  ...

The authentication with the apache works fine but the web application
gets no authenticated 'Identity' object ('Identity.IsAuthenticated ==
false  Identity.Name == '). At least I need the name of the
authenticated account ('Identity.Name'). What's wrong?

Thanks


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-devel-list] COM Interop

2005-07-27 Thread Paolo Molaro
On 07/25/05 Jonathan S. Chambers wrote:
   Thanks for the response Rafael. I have a large amount of C++/COM
 code and migrating it all is not an option (due to shear size and
 performance reasons). I can port this code to *nix but have no way to
 call it.

Just make sure that all the code you have can be recompiled on *nix and
that it doesn't depend on any other binary component.

   And just an FYI, I don't want all the COM/COM Interop
 functionality. I wanted the runtime to be able to call into the vtable I
 define through a corresponding managed interface, and the ability to
 handle casting by calling QI (if trying to cast an unmanaged component
 to a different interface, a cast can succeed if the QI succeeds even if
 the managed wrapper does not inherit from that interface). Any insight
 on this would be appreciated.

I wrote a post to the list a few months or years ago with ideas on the
implementation. Mono already supports some of the things you need
to implement remoting (like, call a method when an interface cast fails).
Calling a C++ vtable method is just a matter of generating the proper IL
code (at runtime or compile-time) to use the calli IL instruction.
Implementing the support is doable, just make sure that you can
effectively port or implement all the code C/C++ you need (ie also the 
com runtime parts).

lupus

-- 
-
[EMAIL PROTECTED] debian/rules
[EMAIL PROTECTED] Monkeys do it better
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-devel-list] Is there a way to Mono show accent characters?

2005-07-27 Thread Marco Aurélio Castro

Hi,

   If an ASPX accented text file has really accented characters, for 
example, áéí, instead of atilde; etc, is showed an ? instead of the 
actual character. Is there a way to fix it? I'm using Mono 1.6 in Fedora 
environment.
  
   Thanks,


   Marco Castro
   McSoft
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-devel-list] XSLT test patch

2005-07-27 Thread Andrew Skiba
Hello.

The attached patch solves the old problem with xslt testsuite, which did
not report actual and expected results because I did not make escapement
for results. Now it should be fixed.

If no one objects, I will commit.

Thank you.
Andrew.


xslttest.patch
Description: xslttest.patch
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-devel-list] Is there a way to Mono show accent characters?

2005-07-27 Thread Simon Bain
Hi.

I had a simillar problem and in my case it was definately the browser. In
some cases different builds of IE would show some characters differently.

I had to change all of the documents special characters to the entity
equivalent and this cured the problem completely.

As the users of this particular app use Word to create the files, and then
they get placed onto a Fedora server running mono I have created a small
app to run nightly to change all of the MS nasty nasty characters.

Have fun

Simon
quote who=Martin Hinks
 Are you sure it is not just your browser interpreting the encoding
 incorrectly?

 On 7/27/05, Marco Aurélio Castro [EMAIL PROTECTED] wrote:
 Hi,

If an ASPX accented text file has really accented characters, for
 example, áéí, instead of atilde; etc, is showed an ? instead of the
 actual character. Is there a way to fix it? I'm using Mono 1.6 in Fedora
 environment.

Thanks,

Marco Castro
McSoft
 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list



 --
 Martin Hinks
 http://www.m-s-d.net
 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list



-- 
Simon Bain
TENdotZERO
0845 056 3377
44 1234 359090
44 (0) 7793 769 846
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-devel-list] unsigned package mono-jscript-1.1.8.2-0.novell.i586.rpm

2005-07-27 Thread Fawad Halim
If that's the case, then shouldn't the sample mono.repo on the website 
(http://www.go-mono.com/download/fedora-3-i386/mono.repo) be modified to 
have


gpgcheck=0

in each of the repository sections?

-fawad

Ben Maurer wrote:

On Wed, 2005-07-27 at 00:12 +0300, Anton Andreev wrote:


yum install mono-complete

ends with: unsigned package mono-jscript-1.1.8.2-0.novell.i586.rpm

What should I do?

fedora core 4, installing mono 1.1.8.1



We don't sign our packages. You need to tell yum to disable its
signature check.

-- Ben

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-devel-list] Building mono-tools

2005-07-27 Thread Joe Shaw
Hi,

On Wed, 2005-07-27 at 10:42 +0200, Mario Sopena wrote:
 I'm not Ben but there is a tarball here:
 http://www.go-mono.com/packagers/gecko-sharp/gecko-sharp-0.6.tar.gz

Yeah, this is where we've been pointing people who build Beagle as well.

 The only problem I found there is that gecko-sharp.dll.config was
 lacking a map to libgtkmozembed, something like:
 dllmap dll=gtkembedmoz 
 target=/usr/lib/mozilla-firefox/libgtkembedmoz.so/

I think we're hacking LD_LIBRARY_PATH in our config file, so that people
can have one of mozilla, firefox, or thunderbird installed and have it
work, without needing gecko-sharp to depend on one explicitly.  But I
definitely wouldn't object to this being moved into gecko-sharp proper.

Joe

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-devel-list] Mono 1.1.8.3 released.

2005-07-27 Thread Miguel de Icaza
Hello,

Mono 1.1.8.3 has been released, this contains an important security
fix for ASP.NET applications as well as fixing the --debug deadlock
problem on SMP systems.  

   Users that use ASP.NET Forms authentication are encouraged to upgrade
to this version.

   The software is available from:

http://www.mono-project.com/Downloads

Miguel.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-devel-list] Looking for people to do Mono/autopackage integration

2005-07-27 Thread Ben Maurer
On Wed, 2005-07-27 at 15:22 +0100, Mike Hearn wrote:
 
 * Autopackage supports dependency resolution. Some users on some distros
don't have any easily accessible packages for the Mono runtime, or if
they do they may not know where to get them. By packaging not only
applications but also the runtime and the various Foo# bindings, this
problem can be mitigated: distros that ship Mono out of the box don't
change and the packages will use whatever is already installed. For
users on distros that don't ship it, autopackage can depsolve the
runtime onto the users system.

We already have a for all distros installer (that uses bitrock). But
it'd be really cool to see this use autopackage.

I think the best way to start would be from the top down. It'd be nice
to do a package of MonoDevelop and then see what can be made easier to
do with helpers in autopackage, etc.

-- Ben

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-devel-list] SQLsharpgtk Makefile Bug

2005-07-27 Thread Emil Emilov

Is there any way to modify the following line to work with both windows/linux?
(i.e. under linux it would be slashes and win does backslashes)

SQLSHARP_GTK_LIBS = $(GTK_SHARP_LIBS) /r:System.Data.dll /r:Mono.Data.dll 
/r:..\browser\Mono.Data.SqlSharp.DatabaseBrowser.dll

would that work under win (it works under linux i.e. escaping the slash)
SQLSHARP_GTK_LIBS = $(GTK_SHARP_LIBS) /r:System.Data.dll /r:Mono.Data.dll 
/r:..\/browser\/Mono.Data.SqlSharp.DatabaseBrowser.dll

Emil Emilov wrote:

Yeah I also noticed that. I fixed the same way.
I'll try and make a patch in the evening, when I get home from work.
If you can do it earlier, please do.

Matthias Felgner wrote:


Hi,

 


Just got and built SQLsharpgtk from SVN.

 

The Makefile in subdir sqlsharpgtk defines “SQLSHARP_GTK_LIBS” with 
the needed references in order to build sqlsharpgtk, Assembly 
Mono.Data.SqlSharp.DatabaseBrowser.dll is referenced from the dir 
“../browser/” But reference is done using backslashes….Result: Build 
fails on my Unix machine…Does this need to be adjusted??


 


I also needed to copy

 

Mono.Data.SqlSharp.DatabaseBrowser.dll to directory “../browser/” as 
make was looking for it there…


 

 


Thanks for your thoughts..

 


Mit freundlichen Grüßen

Matthias Felgner

* E-Mail von **

**Völcker Informatik AG**

Gertrud-Caspari-Straße 13

01109 Dresden

 


Telefon 0351 / 892099409

 




Telefax 0351/ 892089477
http://www.voelcker.com http://www.voelcker.com/ 



[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]



 





___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list





--
Emil R. Emilov
---
mailto:[EMAIL PROTECTED]
http://www.emilov.de
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-devel-list] ImageButton inside Repeater doesn't raise ItemCommand event

2005-07-27 Thread Rafael Teixeira
See the first answer in this forum thread:

http://forums.asp.net/941132/ShowPost.aspx

From it, looks like you missed the CommandName attribute in the
asp:ImageButton tag. Without it there nothing to link your button to
some command (you can have many of them in the same template) and so
the event isn't raised.

:)

On 7/26/05, Sébastien Macke [EMAIL PROTECTED] wrote:
 Hi,
 
 I've just noticed that when using an ImageButton inside a Repeater,
 clicking it won't get me into MyRepeaterCommand() function (see the code
 below).
 
 I'm using mono-1.1.8.20050725 nightly.
 
 Is it gonna be a bug?
 
 Source:
 %@ Page Language=C#%
 %@ import Namespace=System.Data %
 script runat=server
 
 public void Page_Load(object sender, EventArgs e)
 {
 InitMyRepeater();
 }
 
 void InitMyRepeater()
 {
 DataTable dt = new DataTable();
 
 dt.Columns.Add(ItemNumber, typeof(string));
 
 for(int i=0; i10; i++)
 {
 dt.Rows.Add( new object[]{Item n° + i.ToString() } );
 }
 
 MyRepeater.DataSource = dt;
 MyRepeater.DataBind();
 }
 
 void MyRepeaterCommand(Object pSender, RepeaterCommandEventArgs pEvent)
 {
 Console.WriteLine(Test);
 }
 
 /script
 
 html
 body
 form runat=server
 asp:Repeater id=MyRepeater OnItemCommand=MyRepeaterCommand
 runat=server
 ItemTemplate
 %# DataBinder.Eval(Container.DataItem, ItemNumber) %
 asp:ImageButton Text=Click Me runat=server/
 /br
 /ItemTemplate
 /asp:Repeater
 /form
 /body
 /html
 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list
 


-- 
Rafael Monoman Teixeira
---
I'm trying to become a Rosh Gadol before my own eyes. 
See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.
It hurts!
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-devel-list] unsigned package mono-jscript-1.1.8.2-0.novell.i586.rpm

2005-07-27 Thread Fawad Halim

Hi,
	You're absolutely right. Per the yum.conf man page 
(http://devel.linux.duke.edu/cgi-bin/viewcvs.cgi/yum/docs/yum.conf.5?rev=1.33view=auto), 
the setting for gpgcheck in [main] defines the default. At least RHEL 4 
and FC 4 ship with gpgcheck=1 in [main].


Regards
-fawad

Rafael Teixeira wrote:

Hi Fawad,

Maybe yum changed the default for this setting on recent versions, or
the global yum.conf has been changed by the user (Anton) to turn it on
by default.

This gpgcheck setting is omitted in my copy of mono.repo (as the one
you linked) and yum 2.2.1 (FC3) never presented me such message as
told by Anton: unsigned package
mono-jscript-1.1.8.2-0.novell.i586.rpm.

Anyway, I do think mono.repo should be configured as you suggest to
make things 'explicitly' work as intended.

:)

On 7/27/05, Fawad Halim [EMAIL PROTECTED] wrote:


If that's the case, then shouldn't the sample mono.repo on the website
(http://www.go-mono.com/download/fedora-3-i386/mono.repo) be modified to
have

gpgcheck=0

in each of the repository sections?

-fawad

Ben Maurer wrote:


On Wed, 2005-07-27 at 00:12 +0300, Anton Andreev wrote:



yum install mono-complete

ends with: unsigned package mono-jscript-1.1.8.2-0.novell.i586.rpm

What should I do?

fedora core 4, installing mono 1.1.8.1



We don't sign our packages. You need to tell yum to disable its
signature check.

-- Ben


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list






___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-devel-list] unsigned package mono-jscript-1.1.8.2-0.novell.i586.rpm

2005-07-27 Thread Anton Andreev

 yes, you were right. thanks.

 Hi,
   You're absolutely right. Per the yum.conf man page
 (http://devel.linux.duke.edu/cgi-bin/viewcvs.cgi/yum/docs/yum.conf.5?rev=1.33view=auto),
 the setting for gpgcheck in [main] defines the default. At least RHEL 4
 and FC 4 ship with gpgcheck=1 in [main].

 Regards
 -fawad

 Rafael Teixeira wrote:
 Hi Fawad,

 Maybe yum changed the default for this setting on recent versions, or
 the global yum.conf has been changed by the user (Anton) to turn it on
 by default.

 This gpgcheck setting is omitted in my copy of mono.repo (as the one
 you linked) and yum 2.2.1 (FC3) never presented me such message as
 told by Anton: unsigned package
 mono-jscript-1.1.8.2-0.novell.i586.rpm.

 Anyway, I do think mono.repo should be configured as you suggest to
 make things 'explicitly' work as intended.

 :)

 On 7/27/05, Fawad Halim [EMAIL PROTECTED] wrote:

If that's the case, then shouldn't the sample mono.repo on the website
(http://www.go-mono.com/download/fedora-3-i386/mono.repo) be modified to
have

gpgcheck=0

in each of the repository sections?

-fawad

Ben Maurer wrote:

On Wed, 2005-07-27 at 00:12 +0300, Anton Andreev wrote:


yum install mono-complete

ends with: unsigned package mono-jscript-1.1.8.2-0.novell.i586.rpm

What should I do?

fedora core 4, installing mono 1.1.8.1


We don't sign our packages. You need to tell yum to disable its
signature check.

-- Ben

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list




 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list





___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list