[Mono-dev] starting process in Linux environment

Tom Spink tspink at gmail.com
Wed Feb 22 07:50:15 UTC 2012


Okay, in that case can you post the stack trace and error message?

Thanks,
Spink.
On Feb 21, 2012 10:28 PM, "? ?" <bmwfreak007 at hotmail.com> wrote:

>  hi
>
> yes true, i forgot that, but i dont think thats the problem. because
> without that processstartinfo,  streamwriter  writes it in the homefolder
> and gives no error.
> ------------------------------
> Date: Tue, 21 Feb 2012 14:01:47 +0000
> Subject: Re: [Mono-dev] starting process in Linux environment
> From: tspink at gmail.com
> To: bmwfreak007 at hotmail.com
>
> Are you on Linux or Windows? You're running a Linux program, but have a
> Windows path in your StreamWriter!
> There's your problem!
> Spink.
> On Feb 21, 2012 1:59 PM, "pattex007" <bmwfreak007 at hotmail.com> wrote:
>
> thank you for your answer
>
> á Process procNetAdapters = new Process();
>
> á á á á á á á áProcessStartInfo startInfo = new
> ProcessStartInfo("/bin/bash");
> á á á á á á á ástartInfo.Arguments = "-c 'ifconfig | grep \\'inet
> addr:\\''";
> á á á á á á á ástartInfo.UseShellExecute = false;
> á á á á á á á ástartInfo.RedirectStandardOutput = true;
> á á á á á á á ástartInfo.CreateNoWindow = true;
>
> á á á á á á á áprocNetAdapters.StartInfo = startInfo;
> á á á á á á á áprocNetAdapters.Start();
> á á á á á á á áfile = new System.IO.StreamWriter(@"c:\" + setLogName +
> ".log", true);
>
> á á á á á áusing (StreamReader r = procNetAdapters.StandardOutput)
> á á á á á á á á{
> á á á á á á á á á ástring line;
> á á á á á á á á á // string removedLine;
> á á á á á á á á á áwhile ((line = r.ReadLine()) != null)
> á á á á á á á á á á{
> á á á á á á á á á á á áfile.WriteLine(line);
>
> á á á á á á á á á á}
>
> á á á á á á á á}
>
> á á á á á áfile.Close();
> á á á á á áprocNetAdapters.Close();
>
> if i run this i get an error with stacktrace
>
> --
> View this message in context:
> http://mono.1490590.n4.nabble.com/starting-process-in-Linux-environment-tp4406870p4407088.html
> Sent from the Mono - Dev mailing list archive at Nabble.com.
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120222/331a13c0/attachment.html>


More information about the Mono-devel-list mailing list