Re: [Mono-dev] UnixUserInfo issues in OpenBSD

2010-10-17 Thread Robert Nagy
I am going to have a look at this. On (2010-10-13 12:56), Jonathan Pryor wrote: > On Wed, 2010-10-13 at 16:38 +0200, pablosantosl...@terra.es wrote: > > This is what I get: > > > > $ ./a.out tester > > # checking return value 1; errno=13 > > That's...horribly wrong. > > First, what's errno=13?

Re: [Mono-dev] UnixUserInfo issues in OpenBSD

2010-10-17 Thread Robert Nagy
You get errno 13 (EACCES) because you are not running it as root and getpwnam_r will try to give you struct passwd which inludes the encrypted password of the user so errno will be set to EACCES, but the other fields will be set. According to the comment in mph.h getpnam_r only returns ERANGE on l

Re: [Mono-dev] UnixUserInfo issues in OpenBSD

2010-10-17 Thread Robert Nagy
Ignore that diff i just sent, it's stupid, i did not read the code correctly. Working on something that fixes the problem correctly. On (2010-10-18 00:22), Robert Nagy wrote: > You get errno 13 (EACCES) because you are not running it as root > and getpwnam_r will try to give you struct passwd whic

[Mono-dev] Machine certificate store not working in Ubunut10.10/Mono 2.6.7

2010-10-17 Thread Brad Robinson
I've been trying to get SSL working on Mono 2.6.7 under Ubuntu 10.10... Using a simple test program to request https://www.google.com (note the https), I found this: * Clean mono install, request failed due to no root certificates installed. Fair enough. * Ran 'yes yes|sudo mozroots --import

[Mono-dev] mono/mini/objects.cs compile error

2010-10-17 Thread KISHIMOTO, Makoto
Hello In my FreeBSD box, Mono trunk gmake check failed with compile error. $ gmake check ...(snip) Making check in eglib gmake[1]: Entering directory `/export/home/ksmakoto/Mono/BUILD/eglib' Making check in src gmake[2]: Entering directory `/export/home/ksmakoto/Mono/BUILD/eglib/src' gmake[2]: No