Re: [Mono-aspnet-list] How to run MVC5 app on apache2+mod_mono

2016-03-01 Thread Gonzalo Paniagua Javier
Add .cshtml to the list of extensions handled (AddHandler). -Gonzalo On Mon, Feb 29, 2016 at 2:04 PM, Shrimpy WU wrote: > Hi Everyone, > > I have a mvc5 application (NOT asp.net 5), runs fine on XSP (cd into > directory and run "xsp" with admin permission) > However

Re: [Mono-list] Issues with concurrent HttpWebRequests

2015-08-22 Thread Gonzalo Paniagua Javier
If the requests are going to the same host, you need to raise the limits in system.net/connectionManagement ( https://msdn.microsoft.com/en-us/library/fb6y0fyc.aspx). -Gonzalo On Fri, Aug 21, 2015 at 11:07 AM, EStar e.h.c...@outlook.com wrote: I'm trying to run several HttpWebRequests in

Re: [Mono-list] System.Web.Security.Membership causes an exception on mono platform

2015-01-17 Thread Gonzalo Paniagua Javier
Hi Olli, Your MonoApplications line is: MonoApplications boacommander /boacommander:/var/www/html/boacommander So there is no ASP.NET application configured for /, which is the error you are seeing. A possible fix is to change that to read: MonoApplications boacommander

Re: [Mono-dev] TCP Async

2012-08-16 Thread Gonzalo Paniagua Javier
On Thu, Aug 9, 2012 at 11:57 AM, Greg Young gregoryyou...@gmail.com wrote: This would be a good one to get into trunk https://github.com/ysw/mono-socket-problem/blob/master/Patches/cb_fix.patch Rodrigo, I did the patch above and it seems to make things better for Greg. I can't push it right

Re: [Mono-dev] ConcurrentStack with value type in 2.10

2012-07-22 Thread Gonzalo Paniagua Javier
I have added bug #6229 with this information: https://bugzilla.xamarin.com/show_bug.cgi?id=6229 -Gonzalo On Sun, Jul 22, 2012 at 4:10 AM, Yuriy Solodkyy yu...@couldbedone.com wrote: Hi, It looks like the ConcurrentStack does not work with big enough structures anymore. 12 bytes struct is

Re: [Mono-dev] TCP Async

2012-07-21 Thread Gonzalo Paniagua Javier
On Tue, Jul 17, 2012 at 7:49 AM, Greg Young gregoryyou...@gmail.com wrote: Hey all. As this is a big issue for us and I feel a huge problem for mono in general at this point as it means sockets basically dont work which is a strong point of unix environments, I would like to propose something

Re: [Mono-list] mod-mono-server and connections timeout

2012-07-16 Thread Gonzalo Paniagua Javier
On Sat, Jul 14, 2012 at 11:35 PM, Maxim mak...@yandex.ru wrote: Hello Gonzalo! I've upgraded mono of one of the servers to the latest version 2.10.9. What does 'ulimit -n' report? I am guessing it is 1024... -Gonzalo ___ Mono-list maillist -

Re: [Mono-dev] TCP Async

2012-06-28 Thread Gonzalo Paniagua Javier
On Wed, Jun 27, 2012 at 9:23 AM, Greg Young gregoryyou...@gmail.com wrote: Trying to get it into a testcase has been very difficult unfortunately we only really see it at saturation levels and not commonly. Seems like some kind of internal race condtion. Are the begin/end calls more stable

Re: [Mono-aspnet-list] Integration program failed while deployed on mono server

2012-06-26 Thread Gonzalo Paniagua Javier
You are using a library, ole32.dll, which is not available in linux. -Gonzalo On Thu, Jun 21, 2012 at 11:22 AM, kumaran kuma...@zoniac.com wrote: i have worked with IIS server, during the development phase of integeration program with quick books and the programs works fine. No issues arised.

Re: [Mono-aspnet-list] Mono slow on initial request

2012-06-20 Thread Gonzalo Paniagua Javier
On Wed, Jun 20, 2012 at 3:43 AM, Martijn van Egdom martijnvaneg...@gmail.com wrote: Option 1 - Didn't changed a thing.. it's still slow Option 2 - Application Start has an empty body and does not do a thing. The website was running smooth until the last Update. In the last update a couple of

Re: [Mono-list] MySql pooling, correct way of doing it

2012-06-13 Thread Gonzalo Paniagua Javier
On Wed, Jun 13, 2012 at 8:28 PM, Amorphiell philippe.grohr...@googlemail.com wrote: Hello, I'm currently writing an application that needs regular, but not steady connection to a database. I can't provide final numbers, but I think my first versions will have an access of around 1 query per

Re: [Mono-list] mod-mono-server and connections timeout

2012-06-13 Thread Gonzalo Paniagua Javier
On Wed, Jun 13, 2012 at 6:36 PM, Maxim mak...@yandex.ru wrote: Hello! I'm using Apache mod_mono for hosting asp.net websites on Linux. I've got some issues with a lot of unclosed incoming connections to websites. ... Hi Maxim. Before doing anything else, you should upgrade your mono

Re: [Mono-list] Memory limit

2012-05-22 Thread Gonzalo Paniagua Javier
On Tue, May 22, 2012 at 7:47 AM, goodd21 good...@gmail.com wrote: Is there a way to limit the max memory usage of mono ? In other languages, like java or php, there are options like -Xmx for Java or -memory_limit for Php. Is there an equivalent mechanism for mono? If you are running on linux,

Re: [Mono-list] Is mono.ximian.com down?

2012-05-03 Thread Gonzalo Paniagua Javier
On Thu, May 3, 2012 at 2:03 PM, Ivan Lopez prelude2...@yahoo.com wrote: I've been able to work around getting mono built from source but the mono.ximian.com site is still unavailable. Is this the correct site to get monolite from? If not, then maybe the readme should be updated? Check out the

Re: [Mono-list] Is mono-2.10.9 stable?

2012-05-02 Thread Gonzalo Paniagua Javier
On Wed, May 2, 2012 at 1:00 PM, Pacho Ramos pa...@gentoo.org wrote: Looks like it fixes some crashes: http://www.mono-project.com/Release_Notes_Mono_2.10.9 But webpage still shows 2.10.8 as latest stable: http://www.go-mono.com/mono-downloads/download.html 2.10.9 is a Mac-only release. If

Re: [Mono-dev] Potential security problem on EndPointManager.cs

2012-03-24 Thread Gonzalo Paniagua Javier
On Sat, Mar 24, 2012 at 9:38 AM, 정연운(Jung, Yeonwoon) flo...@gmail.com wrote: [...] As you might know, this could be a potential vulnerability in term of network security. If someone opens port on their machine with multiple network interfaces combined with public/private IPs, even the person

Re: [Mono-aspnet-list] How to backup PostgreSql database from browser in MVC2 application on Mono in Linux

2012-03-23 Thread Gonzalo Paniagua Javier
2012/3/23 Andrus kobrule...@hot.ee: I created Mono MVC2 application to backup database from browser. pg_dump runs but looks like it is aborted. apache error_log contains its output ending in middle of line. After some time of work exception Thread was being aborted occurs (whole error

Re: [Mono-list] HttpWebRequest differently compared to HttpWebRequest on .Net.

2012-03-14 Thread Gonzalo Paniagua Javier
On Tue, Mar 13, 2012 at 12:21 PM, marten.ekb...@relevo.se marten.ekb...@relevo.se wrote: I run on 2-10-8. What version do I need? There is no released version with this fix yet. If you want packages you will have to wait for the next 2.10.x Mono (or the next one if they already tagged it).

Re: [Mono-list] HttpWebRequest differently compared to HttpWebRequest on .Net.

2012-03-13 Thread Gonzalo Paniagua Javier
On Fri, Mar 9, 2012 at 4:37 AM, marten.ekb...@relevo.se marten.ekb...@relevo.se wrote: I have created a client app that communicates with a web service that uses the Comet way of sending events to a client. To do that I start a “long-living” HttpWebRequest to the server. The server communicates

Re: [Mono-list] HttpWebRequest.Date missing from Mono .Net 4?

2012-03-04 Thread Gonzalo Paniagua Javier
On Sat, Mar 3, 2012 at 9:11 PM, darkevil darke...@orcon.net.nz wrote: Hi, I am trying to set the Date Member of System.Net.HttpWebRequest as allowed in .Net 4. in my Mono project My project is definitely .Net 4 and I have the version 4 reference in my project but this Member seems to be

Re: [Mono-dev] Performance counters are not working under linux mono platform

2012-02-10 Thread Gonzalo Paniagua Javier
On Fri, Feb 10, 2012 at 2:55 AM, Gonzalo Paniagua Javier gonzalo.m...@gmail.com wrote: On Fri, Feb 10, 2012 at 12:43 AM, balaji bala...@amiindia.co.in wrote: Hi, Does anyone know why Performance counters return zero value in the code below when executing under linux mono platform

Re: [Mono-dev] Performance counters are not working under linux mono platform

2012-02-10 Thread Gonzalo Paniagua Javier
On Fri, Feb 10, 2012 at 5:55 AM, balaji bala...@amiindia.co.in wrote: HI Gonzalo ,   Thanks for the info.. Can you clarify the following Is there any possibility to get performance counter values for non-mono specific processes of a linux machine through C# program.  i have tried to

Re: [Mono-list] Hang on Environment.Exit if there is any socket_io

2012-02-03 Thread Gonzalo Paniagua Javier
On Fri, Feb 3, 2012 at 3:40 PM, David Evans dev...@pacificbiosciences.com wrote: [...] Anyone seen this before and have an easier workaround? Bug already filed that you know of? I searched bugzilla on xamarin and didn’t see anything, if no one responds as a known issue I’ll file a bug. Mono

Re: [Mono-list] System.Net.HttpWebRequest using a System.IO.MemoryStream as a buffer

2012-01-27 Thread Gonzalo Paniagua Javier
On Fri, Jan 27, 2012 at 10:45 AM, Robert Jordan robe...@gmx.net wrote: On 27.01.2012 02:33, Maurício Linhares wrote: And here is the code I'm using -  https://gist.github.com/1676771 Since you're use KeepAlive = true, HttpWebRequest must be able to compute the Content-Length header value.

Re: [Mono-list] Apache+mod_mono: Auto generated encryption keys not saved error

2012-01-24 Thread Gonzalo Paniagua Javier
On Tue, Jan 24, 2012 at 3:20 PM, James Wright james.wri...@jigsawdezign.com wrote: Hello,  I'm running Mono 2.10.2 with Apache 2 + mod_mono on an Amazon Linux server and keep getting the following error in the apache error log: (info) Auto generated encryption keys not saved:

Re: [Mono-list] Apache+mod_mono: Auto generated encryption keys not saved error

2012-01-24 Thread Gonzalo Paniagua Javier
On Wed, Jan 25, 2012 at 3:39 AM, James Wright james.wri...@jigsawdezign.com wrote: Thanks for your reply Gonzalo, however I couldn't find the registry directory anywhere on the file system. There is no /etc/mono but there is a /etc/opt/novell/mono/ directory which contains 2.0 and 4.0

Re: [Mono-list] Mono Apache2 and cshtml files

2012-01-18 Thread Gonzalo Paniagua Javier
On Wed, Jan 18, 2012 at 7:33 PM, Martin J. Thwaites mar...@my2cents.co.uk wrote: Hi all, I've got a slight problem that I'm hoping that someone can point me in the direction of a solution for... I'm trying to get blogengine.net up and running on a server, and it works for the most part, but

Re: [Mono-list] Mono-tools download

2012-01-17 Thread Gonzalo Paniagua Javier
On Tue, Jan 17, 2012 at 7:45 PM, Theodore Morichau-Beauchant t.beauch...@gmail.com wrote: Hey guys, I've been trying to download the mono tools for Visual Studio for the past few days, but the website (www.mono-tools.com) appears to be down. Is this only temporary or is there something more

Re: [Mono-list] mono 2.10.8 sources

2012-01-14 Thread Gonzalo Paniagua Javier
ftp.novell.com is no longer the authoritative repository for Mono sources. They are now at: http://download.mono-project.com/sources/mono/ -Gonzalo On Sat, Jan 14, 2012 at 4:30 AM, pjsmith pjsm...@mtgsy.net wrote: Hi, The latest sources I can find on the web site are 2.10.2.  (looking at

[Mono-dev] Test

2012-01-13 Thread Gonzalo Paniagua Javier
This is a test. -Gonzalo ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Test

2012-01-13 Thread Gonzalo Paniagua Javier
Ignore. -Gonzalo ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-list] Testing

2012-01-13 Thread Gonzalo Paniagua Javier
Charlie, it worked. On Sat, Jan 14, 2012 at 2:44 AM, Charlie Poole char...@nunit.com wrote: ___ Mono-list maillist  -  Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list ___

Re: [Mono-list] Mono download page: access denied

2011-08-17 Thread Gonzalo Paniagua Javier
On Tue, Aug 16, 2011 at 10:41 PM, Doug Blank doug.bl...@gmail.com wrote: http://www.go-mono.com/mono-downloads/download.html ERROR The requested URL could not be retrieved [...] There was a problem with the DNS and www.go-mono.com had the wrong IP for a couple of hours. It has been fixed a

Re: [Mono-list] HttpWebRequest.GetResponse() can trigger an uncatchable exception

2011-07-09 Thread Gonzalo Paniagua Javier
On Fri, Jul 8, 2011 at 10:47 AM, Christopher David Howie m...@chrishowie.com wrote: On 07/08/2011 10:43 AM, Gonzalo Paniagua Javier wrote: Do you have a small test case that reproduces the problem? No, unfortunately.  This happens in maybe one out of a few thousand requests.  The only test

Re: [Mono-list] HttpWebRequest.GetResponse() can trigger an uncatchable exception

2011-07-08 Thread Gonzalo Paniagua Javier
On Fri, Jul 8, 2011 at 10:36 AM, Christopher David Howie m...@chrishowie.com wrote: Hello Gonzalo/List: For reference, see this SO post: http://stackoverflow.com/questions/5301539/mono-2-8-2-system-buffer-blockcopy-error. This bug has existed since at least 2.8 and continues to exist in

Re: [Mono-dev] StackOverflow on System.Delegate.Equals

2011-04-04 Thread Gonzalo Paniagua Javier
On Mon, 2011-04-04 at 20:48 +0100, Alan wrote: Aren't event handler methods emitted with a [synchronized] attribute by default which would prevent this issue? You can check by disassembling the IL and seeing if its there. They are synchronized as long as you don't replace the default

Re: [Mono-aspnet-list] The classes in the module cannot be loaded.

2011-03-30 Thread Gonzalo Paniagua Javier
On Wed, 2011-03-30 at 20:45 +0300, Andrus Moor wrote: Typing http://mysite.com/MYService.asmx returns exception The classes in the module cannot be loaded with stack trace below. How to fix or debug this ? Verify that the .dll files in your 'bin' directory and verify that they are valid

Re: [Mono-dev] [PATCH] System.Windows.Forms.Mime: Use freedesktop.org only on Unix platforms.

2011-03-29 Thread Gonzalo Paniagua Javier
On Tue, 2011-03-29 at 14:02 -0500, Vincent Povirk wrote: This shouldn't be used in an environment like Wine, where the FDO mime files of a real Windows system can be accessed. Applied to mono-2-10 and master. Thanks! -Gonzalo ___ Mono-devel-list

Re: [Mono-list] Mono and IO Performance

2011-03-28 Thread Gonzalo Paniagua Javier
On Mon, 2011-03-28 at 09:54 -0700, Julien wrote: I’m comparing.Net and mono runtimes for server applications that are socket bound. The performance penalty for mono is significant and I would like some advice from more experienced users. My scenario is the following : I’m trying to dequeue

Re: [Mono-dev] threadpool win32 breakage, getting worse

2011-03-18 Thread Gonzalo Paniagua Javier
On Tue, 2011-03-15 at 19:15 +0900, Atsushi Eno wrote: Gonzalo, Can you please fix Windows threadpool issue first before it becomes worse than the previous state that we could only revert it to 32b3b31? Now we cannot even revert it to that revision: threadpool.c:2025: error: too few

Re: [Mono-dev] [PATCH] Replace ENABLE_COREE with a runtime switch.

2011-03-17 Thread Gonzalo Paniagua Javier
On Mon, 2011-03-07 at 14:11 -0600, Vincent Povirk wrote: This patch mostly reverts 666d37829304e85f72969c44e92bc11ca167a272, which put Mono's mixed-mode support in #ifdef ENABLE_COREE, disabling it by default on Windows. It was disabled because it broke the verifier, and it still does.

Re: [Mono-dev] [PATCHES] Improve process exit/wait handling

2011-03-16 Thread Gonzalo Paniagua Javier
Awesome patches. Comments below. On Thu, 2011-03-17 at 00:26 +0100, Rolf Bjarne Kvinge wrote: [...] 4) Improve waiting on processes a lot Here are all the juicy bits: I changed process waiting to use a SIGCHLD handler and automatically wait on all processes. This fixes #668867. I

Re: [Mono-aspnet-list] ASP.Net starts crashing after a number of days...

2011-03-08 Thread Gonzalo Paniagua Javier
On Tue, 2011-03-08 at 17:56 -0500, Tim Nelson wrote: I've got a (lightly used) ASP.Net service that is deployed under Mono that runs fine. All of a sudden though beta testers report errors and when I hit the service from a browser, I get the error (below). Can someone get me some debugging

Re: [Mono-list] Problem connecting to a secure site via a NTLM authenticating proxy

2011-02-15 Thread Gonzalo Paniagua Javier
On Mon, 2011-02-14 at 06:12 -0800, Andrew Bryson wrote: [...] The same binary executed on Windows works. I realy hope that somebody is able to help me out in either fixing the problem, or confirming that it's a known issue in the current Mono framework. Here's the test application:

Re: [Mono-dev] FileSystemWatcher on Windows (compared to .NET4)

2011-02-09 Thread Gonzalo Paniagua Javier
On Mon, 2011-02-07 at 14:28 -0800, kpfaulkner wrote: Hi I've noticed that the results for renamed and delete events on mono (2.8.2) and native .NET 4 are different. If I rename a directory for example I get: - mono I get a bunch of delete and create's... which is fairly useful. -

Re: [Mono-list] Asynchronous socket callbacks do not work in Mono/Linux

2011-02-09 Thread Gonzalo Paniagua Javier
On Wed, 2011-02-09 at 03:24 -0800, Stifu wrote: Hi, It would probably help to file a bug report on this. alexk wrote: Hello, I'm exploring porting a .NET C# application from Windows to Linux using Mono. The problem I'm stuck with is that asynchronous TCP socket calls do not

Re: [Mono-aspnet-list] Bug With Default Index Files (MonoServerDefaultIndexFiles) and Pre-compiled Sites with Xsp2

2011-02-04 Thread Gonzalo Paniagua Javier
On Fri, 2011-02-04 at 18:22 -0800, Dave Glick wrote: For future reference, I tracked the problem down and opened a bug here: https://bugzilla.novell.com/show_bug.cgi?id=669757 After examining the code, I think the problem is in XSPWorkerRequest.TryDirectory(). If I understand what's going on

Re: [Mono-list] mmap(...PROT_NONE...) failed

2011-01-27 Thread Gonzalo Paniagua Javier
On Mon, 2011-01-24 at 16:37 +0300, Yury Serdyuk wrote: Hi ! I have some multithreaded program in which the threads are created and destroyed dynamically. I run my program on multi-core machine and it constantly failed with mmap(...PROT_NONE...) failed [...] You're running out of

Re: [Mono-dev] Finalizers in CriticalHandle

2011-01-21 Thread Gonzalo Paniagua Javier
On Thu, 2011-01-20 at 16:15 +, Dick Porter wrote: On 17 Jan 2011, at 6:00PM, Rodrigo Kumpera wrote: I'm not sure what the defined behavior is on this case, MSDN is not always accurate and we need to be as compatible with MS as possible. Could you please write a test case, and if

Re: [Mono-dev] Bug in System.Web.Caching.Get() / Timer.Change() ?

2010-11-23 Thread Gonzalo Paniagua Javier
On Mon, 2010-11-22 at 15:05 +0100, jriepsh...@ujam.com wrote: Dear all, on running Stress Test on our program, we encountered following exception: System.ArgumentException: Key 'System.Threading.Timer' already exists in list. at System.Collections.SortedList.PutImpl (System.Object key,

Re: [Mono-dev] Problem building mono-2.8.1

2010-11-23 Thread Gonzalo Paniagua Javier
On Tue, 2010-11-23 at 13:31 +, Paul F. Johnson wrote: Hi, Just working through the latest tarballs and have found I can't build due to the following /home/paul/rpmbuild/BUILD/mono-2.8.1/mcs/class/lib/moonlight_raw/System.dll (Location of the symbol related to previous warning)

Re: [Mono-list] ASP.Net Problem in 2.8.1

2010-11-23 Thread Gonzalo Paniagua Javier
On Tue, 2010-11-23 at 07:42 -0500, Abe Gillespie wrote: Would you mind pointing me to the source (a link to the file in git), please, so I can patch my local source and get running again? This is pretty significant for me. master:

Re: [Mono-list] ASP.Net Problem in 2.8.1

2010-11-22 Thread Gonzalo Paniagua Javier
On Mon, 2010-11-22 at 09:20 -0500, Abe Gillespie wrote: I'm getting this now: No access to the given key Description: HTTP 500. Error processing request. Stack Trace: System.Security.SecurityException: No access to the given key at Microsoft.Win32.KeyHandler..ctor

Re: [Mono-aspnet-list] WSDL generates UTF-16 whereas .Net does UTF-8

2010-11-19 Thread Gonzalo Paniagua Javier
On Fri, 2010-11-19 at 08:41 -0800, LiteWait wrote: Not sure what to tweak here. My ASP.Net deployment of my web service WSDL page generates: ?xml version=1.0 encoding=utf-8? But the same page pushed to a server running Mono/Xsp/mod_mono generates: ?xml version=1.0 encoding=utf-16?

Re: [Mono-aspnet-list] Socket.Exception running xsp, mod-mono-server on Debian Lenny

2010-11-17 Thread Gonzalo Paniagua Javier
On Wed, 2010-11-17 at 02:26 +0200, Sergey Lobko-Lobanovsky wrote: I figured it out it is the issue with the HEAD build of xsp. Where should i post this as a bug? See http://mono-project.com/Bugs TIA. -Gonzalo ___ Mono-aspnet-list mailing list

Re: [Mono-aspnet-list] Mono 2.8 preview 5 : running some ext.net (coolite ) samples with mono 2.8 ...

2010-11-17 Thread Gonzalo Paniagua Javier
On Mon, 2010-11-08 at 07:49 -0800, angel colmenares wrote: hi, I downloaded source code of ext.net 1 from http://www.ext.net and tried to compile it using mono 2.8 but got some errors: You should report this to mono-devel or mono-list or see http://mono-project.com/Bugs on how to enter a

Re: [Mono-dev] [PATCH] XSP: FastCGI Backend should handle unmanaged socket error 10038 on close

2010-11-04 Thread Gonzalo Paniagua Javier
On Sat, 2010-02-20 at 15:30 -0600, Tiaan Geldenhuys wrote: [Reposting -- should have done it earlier. The mailing-list servers were weird over new-year's weekend, since it told me I was sending emails from the future; now actually being in the future, I hope that resending emails from the past

Re: [Mono-dev] High Traffic Site (for Harry Potter 7) is crashing!

2010-10-26 Thread Gonzalo Paniagua Javier
On Tue, 2010-10-26 at 13:59 -0700, Matthew Urbano wrote: I've created a site for the new Harry Potter movie which is expected to get a high volume of traffic, and on launch day we are now crashing. We are getting the following errors on the webservers due to traffic: Maximum number of

Re: [Mono-dev] High Traffic Site (for Harry Potter 7) is crashing!

2010-10-26 Thread Gonzalo Paniagua Javier
Oh, forgot another small detail. What does 'ulimit -n' report in that server? -Gonzalo ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-aspnet-list] Thread Abort Exception on application update

2010-10-19 Thread Gonzalo Paniagua Javier
On Tue, 2010-10-19 at 15:30 +0200, APS wrote: Hi, I'm testing the new Mono 2.8 release using the provided VMWare machine. Every time I replace an assembly or I change web.config at the first loading I obtain the following error, if after the error I press refresh on browser it works.

Re: [Mono-dev] [Patch] Fix bug where HttpWebRequest.BeginResponse never completes

2010-10-04 Thread Gonzalo Paniagua Javier
On Thu, 2010-09-30 at 20:16 -0400, Bassam Tabbara wrote: We are seeing a case where HttpWebRequest.BeginResponse never completes even through there is a response outstanding on the connection. We see this with mono 2.6.7. I’ve traces this down to the HttpWebRequest.SetResponseData method.

Re: [Mono-list] Command Line Options on Windows and Linux

2010-10-04 Thread Gonzalo Paniagua Javier
On Mon, 2010-10-04 at 19:47 -0700, Charlie Poole wrote: Hi All, I'm using Mono.Options for nunit-console 3.0 and I'm running into a bit of a conflict of philosophy about chars that start options. NUnit has historically NOT recognized args starting with '/' as options on Linux, although it

Re: [Mono-list] Create a file with execute permission?

2010-09-26 Thread Gonzalo Paniagua Javier
On Sun, 2010-09-26 at 05:29 -0700, kevink wrote: Not able to get this working. Using File.SetAttribute with 0x800 on Mono (OpenSuse). Execute permission does not get set. You sure 0x800 is the correct value? Typo. You need one more zero. -Gonzalo

Re: [Mono-list] Create a file with execute permission?

2010-09-24 Thread Gonzalo Paniagua Javier
On Thu, 2010-09-23 at 03:36 -0700, kevink wrote: I create a .sh file and try to execute it with Process.Start() in my app. This is failing as the file is created without the Execute permission. Is there a way to specify this in C# on mono? Once you have created the file, you can set the

Re: [Mono-list] Mono 2.6 on sheeva plug (ARM) problems (running on ubuntu 9.04)

2010-09-11 Thread Gonzalo Paniagua Javier
On Fri, 2010-09-10 at 10:30 -0700, Juan Hawa wrote: [...] I tried running mod-mono-server2 directly, and when trying to access the page i get the following error: mod_mono and xsp have different versions. Expected '9', got 71 mod_mono and xsp

Re: [Mono-list] Mono 2.6 on sheeva plug (ARM) problems (running on ubuntu 9.04)

2010-09-10 Thread Gonzalo Paniagua Javier
On Fri, 2010-09-10 at 06:42 -0700, juanhawa wrote: Hi there, I'm trying to install apache2, mono 2.6 and all its friends (xsp, mod_mono, etc) from the sources. Though i succeeded in compiling everything, at run time i get the following error (as seen on the error_log of apache): The

Re: [Mono-dev] HttpListener https bug?

2010-09-09 Thread Gonzalo Paniagua Javier
On Wed, 2010-09-08 at 18:10 -0700, salar2k wrote: Guess it doesn't needed because the issue occurs even with your peace of program. And yes i'm working on kind of proxy software. (is that important?) Yes. The way the browser tries to set up a https connection through the proxy is by using

Re: [Mono-dev] HttpListener https bug?

2010-09-08 Thread Gonzalo Paniagua Javier
On Tue, 2010-09-07 at 22:56 -0700, salar2k wrote: Thanks for the reply. I've done the way you did and it works. But that was not my issue. Try to set browser's proxy to localhost:9667 and browse https://mail.google.com/mail/ . You will see it doesn't work and connection resets. This

Re: [Mono-dev] HttpListener https bug?

2010-09-07 Thread Gonzalo Paniagua Javier
I've followed the steps in http://www.mono-project.com/UsingClientCertificatesWithXSP to create a root certificate and a client certificate (instead of generating a .p12, I created a .pvk and a .cer) and then used the client certificate as my server's. Then I created a small program (attached

Re: [Mono-aspnet-list] SetEndOfSendNotification not being called

2010-08-27 Thread Gonzalo Paniagua Javier
FYI, I entered a bug for this issue https://bugzilla.novell.com/show_bug.cgi?id=635253 and fixed it. -Gonzalo ___ Mono-aspnet-list mailing list Mono-aspnet-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-aspnet-list

Re: [Mono-aspnet-list] SetEndOfSendNotification not being called

2010-08-25 Thread Gonzalo Paniagua Javier
On Tue, 2010-08-24 at 13:51 -0700, rjhdakota wrote: We are porting an MS .NET application to MONO and it is almost working. We host ASPX pages in our app as we have our own web server. When we process the ASPX page we need to send the page an object which is in our main application. This

Re: [Mono-dev] Cannot get UrlRewriter.net to work with Mono 2.6.7

2010-08-25 Thread Gonzalo Paniagua Javier
On Mon, 2010-08-23 at 19:02 -0700, Matthew Urbano wrote: I'm trying to rewrite some URLs using Intelligencia.UrlRewriter.dll from UrlRewriter.net. I have added the reference to the dll, placed the dll in the site's bin folder, and added the following lines to my web.config [...] Am I

Re: [Mono-list] Where did mod-mono-server2 go?

2010-08-24 Thread Gonzalo Paniagua Javier
On Tue, 2010-08-24 at 12:45 -0400, Abe Gillespie wrote: It was a couple of weeks ago when I did a compile but making-installing XSP under the 2.6.7 release (xsp-2.6.5 apparently) did not install a mod-mono-server2 (just mod-mono-server and mod-mono-server1). I don't remember any build

Re: [Mono-aspnet-list] Problem authenticating at ssl atom feed

2010-08-20 Thread Gonzalo Paniagua Javier
Take a look at http://www.mono-project.com/FAQ:_Security and http://www.mono-project.com/UsingTrustedRootsRespectfully -Gonzalo On Sun, 2010-08-15 at 11:34 -0700, alexware69 wrote: Hi, I am trying to connect to google's gmail atom feed in order to get unread(new) emails. I have no problems

Re: [Mono-list] Opening a file and directory in the system's default viewer

2010-08-20 Thread Gonzalo Paniagua Javier
On Sat, 2010-08-14 at 00:27 -0700, Indrid Cold wrote: I'm sure this question has been asked before, however I can't seem to find it by searching. I think I don't know the correct terms. What I'm trying to do is make it possible for a program written in C# to make the OS open a file or show a

Re: [Mono-aspnet-list] Mono recompiles after Apache reload

2010-08-10 Thread Gonzalo Paniagua Javier
On Mon, 2010-08-02 at 13:06 -0700, stuart_cbtnuggets wrote: Is Mono supposed to be recompiling the aspx pages every time Apache is reloaded? On our system, when the Apache server is reloaded or restarted I am seeing those files recompiled. It seems the recompile should only happen if changes

Re: [Mono-dev] [patch] exception while loading configuration

2010-08-05 Thread Gonzalo Paniagua Javier
On Thu, 2010-08-05 at 16:50 +0200, Jb Evain wrote: Hey, While investigating an issue and running with MONO_ENV_OPTIONS=--trace=E:all I noticed that when we're loading the current configuration, we throw and immediately swallow an exception when there's no .config file for the current

[Mono-dev] Migration to GitHub completed!

2010-07-22 Thread Gonzalo Paniagua Javier
Hello, Our migration to GitHub is now completed. See http://mono-project.com/GitFAQ for more details. svn+ssh://mono-cvs.ximian.com/source will be kept alive in read-only mode. Happy hacking! -Gonzalo ___ Mono-devel-list mailing list

Re: [Mono-aspnet-list] DLL not found

2010-07-19 Thread Gonzalo Paniagua Javier
On Mon, 2010-07-19 at 04:22 -0700, stellaga wrote: Hi everybody, I've a problem to execute a program with Mono in ASP.NET: (S.O. Centos 5, mono ver. 2.6.4, Apache) Server Error in '/' Application libclntsh.so Description: HTTP 500. Error processing request. Stack Trace:

[Mono-dev] [IMPORTANT] Save the date: Migration to git on Thursday July 22nd

2010-07-19 Thread Gonzalo Paniagua Javier
We are moving our source code repository to GitHub. On July 22nd ~9am EDT (1300 GMT) the subversion repository at svn +ssh://mono-cvs.ximian.com/source will be set to read-only mode and kept that way forever. We estimate that the process of migrating all the projects and moving them to GitHub

[Mono-dev] Migration to git: testing

2010-07-16 Thread Gonzalo Paniagua Javier
Hello, We are testing the svn to git migration of all (or most of) the projects in Mono's subversion repository. GitHub is kindly providing their servers to host the new git repositories. By now, there are three projects uploaded that can be cloned from the following URLs:

Re: [Mono-dev] [PATCH] Implement System.Net.WebClient.set_CachePolicy.

2010-07-16 Thread Gonzalo Paniagua Javier
On Tue, 2010-07-06 at 14:50 -0500, Vincent Povirk wrote: The value is currently ignored, but that is a problem for WebRequest. This is now in svn. Thanks! -Gonzalo ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-list] Network Buffering Behavior on Linux

2010-07-01 Thread Gonzalo Paniagua Javier
On Wed, 2010-06-30 at 17:23 -0400, Andrew J. Barr wrote: [...] Any clues, or should I file a bug? Thanks. File a bug report, please. And add as many details about the server as you can (ideally, the pages/handlers that get the requests). Thanks. -Gonzalo

Re: [Mono-dev] Test Suite Failures, Revision 2

2010-04-05 Thread Gonzalo Paniagua Javier
On Mon, 2010-04-05 at 14:28 +0900, Atsushi Eno wrote: -- test-System_ServiceModel -- 6 sporadic timeouts started in r154243 (Gonzalo) http://build.mono-project.com/GetFile.aspx?id=2257888 Gonzalo, tell me if you got some fixes. I'll stick to r154237 so far (after updating my repo it

Re: [Mono-list] Thread Pool issues

2010-04-03 Thread Gonzalo Paniagua Javier
On Sat, 2010-04-03 at 05:31 -0800, aldus wrote: Gonzalo Paniagua Javier-3 [via Mono] has written: MonoMaxActiveRequests docubox 0 MonoMaxWaitingRequests docubox 0 And I would remove that MONO_THREADS_PER_CPU setting. It is too high. -Gonzalo Thank you Gonzalo. I have

Re: [Mono-dev] UdpClient.Receive returns invalid IPv6 address.

2010-04-02 Thread Gonzalo Paniagua Javier
On Fri, 2010-04-02 at 17:13 +0400, lost wrote: Hello. I'm using Debian 5 with Mono 2.4.2.3 from backports.org I have simple reply application written in F#: Can you enter this information in bugzila.novell.com (see mono-project.com/Bugs)? -Gonzalo

Re: [Mono-list] mono svn availability

2010-04-02 Thread Gonzalo Paniagua Javier
On Thu, 2010-04-01 at 12:42 +0200, David Makovský (Yakeen) wrote: Hi, I cannot reach mono-cvs.ximian.com (130.57.21.45) for few days now from any location. Is there something wrong or moved? Looks like anon svn is synchronized well. mono-cvs, as any other host that has the ssh port open, is

Re: [Mono-list] Thread Pool issues

2010-04-02 Thread Gonzalo Paniagua Javier
On Fri, 2010-04-02 at 05:35 -0800, aldus wrote: Hi all I have installed Mono 2.6.3 and Apache 2.2.15 and put in the httpd.conf the following lines: MonoMaxActiveRequests 0 MonoMaxWaitingRequests 0 MonoSetEnv MONO_THREADS_PER_CPU=2000 but I'm still exepriencing the maximum concurrent issue

Re: [Mono-list] Mono 2.6 breaks Chiron (Silverlight dev tool) on Mac OS X

2010-03-25 Thread Gonzalo Paniagua Javier
On Thu, 2010-03-25 at 14:00 +, Michael Foord wrote: Hello guys, Mono 2.6.3 broke Chiron again - it is producing invalid .xap (zip) files. Do you have a small test case that reproduces the problem? Did you enter a bug report in bugzilla? -Gonzalo

Re: [Mono-list] xsp2 crashes with missing method exception

2010-03-24 Thread Gonzalo Paniagua Javier
On Wed, 2010-03-24 at 20:40 +0200, Andrus wrote: You also need to copy Mono.WebServer2.dll and Mono.Security.dll Thank you. This allows xsp2.exe to start. If browser window is closed in middle of load, xsp2 crashes with screenshot below. How to allow xsp2 to continue servicing ?

Re: [Mono-list] xsp2 crashes with missing method exception

2010-03-23 Thread Gonzalo Paniagua Javier
On Tue, 2010-03-23 at 23:44 +0200, Andrus wrote: You seem to be calling your own xsp version that probably doesn't match the version installed in the GAC. I copied xsp2.exe from directory created by mono setup: C:\Program Files\Mono-2.6.1\lib\mono\2.0\winhack to my appl directory. So

Re: [Mono-list] Upgrading Mono from source release: protocol

2010-03-23 Thread Gonzalo Paniagua Javier
On Tue, 2010-03-23 at 18:06 -0400, Abe Gillespie wrote: [...] A couple of questions: 1. Is there an easy way to install multiple versions in parallel and then switch back and forth by a simple config? - if you recall, I had an issue a couple of weeks back that took my storefront down when I

Re: [Mono-dev] [PATCH] Improve System.Net.WebClient's CreateUri(Uri address) query string handling

2010-03-21 Thread Gonzalo Paniagua Javier
with a string or Uri. Is it safe to assume that the patch won't get committed until this issue is resolved? Jon --- On Sat, 3/20/10, Gonzalo Paniagua Javier gonzalo.m...@gmail.com wrote: From: Gonzalo Paniagua Javier gonzalo.m...@gmail.com Subject: Re: [Mono-dev] [PATCH] Improve

Re: [Mono-dev] [Mono-patches] r153961 - trunk/mono/mono/metadata

2010-03-21 Thread Gonzalo Paniagua Javier
Andreas, I would just #ifdef out the entire case statement so if that protocol is used by any program and is not supported, the program will get the appropriate exception. -Gonzalo On Sun, 2010-03-21 at 14:55 -0400, Andreas Färber (andreas.faer...@web.de) wrote: Author: afaerber Date:

Re: [Mono-dev] [Mono-patches] r153961 - trunk/mono/mono/metadata

2010-03-21 Thread Gonzalo Paniagua Javier
On Sun, 2010-03-21 at 23:54 +0100, Andreas Färber wrote: Hi Gonzalo, Am 21.03.2010 um 23:30 schrieb Gonzalo Paniagua Javier: I would just #ifdef out the entire case statement so if that protocol is used by any program and is not supported, the program will get the appropriate

Re: [Mono-dev] [PATCH] Improve System.Net.WebClient's CreateUri(Uri address) query string handling

2010-03-21 Thread Gonzalo Paniagua Javier
On Sun, 2010-03-21 at 21:34 -0700, Jon Herron wrote: Thanks for the commit, there still seems to be an issue when WebClient's QueryString property is set - it appears to be ignoring it if the address has a query string as well, instead of appending it to address' query string. I've included a

Re: [Mono-dev] [PATCH] Improve System.Net.WebClient's CreateUri(Uri address) query string handling

2010-03-19 Thread Gonzalo Paniagua Javier
On Fri, 2010-03-19 at 21:08 -0700, Jon Herron wrote: This patch fixes an issue I ran into when passing a Uri to WebClient's DownloadString method that contains a query string - CreateUri would re-append the query string to the end of the uri. This makes CreateUri work similar to MakeUri. I

Re: [Mono-list] SOAP response parsing problem - Google Adwords API - Mono 2.4.2.3 2.6.1

2010-03-17 Thread Gonzalo Paniagua Javier
On Wed, 2010-03-17 at 11:17 -0800, NielsW wrote: I'm using the TargetingIdeaService of the Google Adwords API (v2009). I have created a loop that does the same 50 requests until the program is stopped and mono fails about 1 out of 10 times. Not on the same request but rather random. The

[Mono-dev] Heads up: building System in trunka and mono-2-6

2010-03-10 Thread Gonzalo Paniagua Javier
If you see any error when compiling System in trunk or 2-6 related to a type mismatch or similar (System.Net), it means that you need to either 'make clean' or 'make make install' in Mono.Security before building System. -Gonzalo ___ Mono-devel-list

Re: [Mono-dev] Here's a patch for /dev/shm/mono.pid's piling up on Linux

2010-03-03 Thread Gonzalo Paniagua Javier
On Wed, 2010-03-03 at 05:54 -0800, cpMon wrote: Here's a patch you should consider for mono-2.6.1. Specifically, I noticed that /dev/shm/mono.pid files were piling up and not being cleaned up as they should have been. mono-mmap.c tries to get rid of stale ones with a kill but they don't check

  1   2   3   4   5   6   7   8   9   10   >