beginner: How to debug run_erl pipe problems?
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 |
From: Bengt Kleberg <bengt.kleb...@ericsson.com>
Date: Wed, 10 Oct 2012 14:41:40 +0200
Local: Wed, Oct 10 2012 8:41 am
Subject: [erlang-questions] beginner: How to debug run_erl pipe problems?
Greetings,
I can start Erlang with run_erl, but there are no pipes in /tmp/. How do
I find out what goes wrong?
Computer: Linux sekic1152 2.6.27.42-0.1-default #1 SMP 2010-01-06
16:07:25 +0100 x86_64 x86_64 x86_64 GNU/Linux
Erlang: (SMP,ASYNC_THREADS,HIPE) (BEAM) emulator version 5.9.1.2
bengt
_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: Gianfranco Alongi <gianfranco.alo...@gmail.com>
Date: Wed, 10 Oct 2012 14:46:43 +0200
Local: Wed, Oct 10 2012 8:46 am
Subject: Re: [erlang-questions] beginner: How to debug run_erl pipe problems?
Do you see nothing in the logs directory?
Also, how do you issue the command?
On Wed, Oct 10, 2012 at 2:41 PM, Bengt Kleberg
<bengt.kleb ...@ericsson.com> wrote:
> Greetings,
> I can start Erlang with run_erl, but there are no pipes in /tmp/. How do
> I find out what goes wrong?
> Computer: Linux sekic1152 2.6.27.42-0.1-default #1 SMP 2010-01-06
> 16:07:25 +0100 x86_64 x86_64 x86_64 GNU/Linux
> Erlang: (SMP,ASYNC_THREADS,HIPE) (BEAM) emulator version 5.9.1.2
> bengt
> _______________________________________________
> erlang-questions mailing list
> erlang-questi...@erlang.org
> http://erlang.org/mailman/listinfo/erlang-questions
_______________________________________________
erlang-questions mailing list
erlang-questi ...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: Bengt Kleberg <bengt.kleb...@ericsson.com>
Date: Wed, 10 Oct 2012 14:50:10 +0200
Local: Wed, Oct 10 2012 8:50 am
Subject: Re: [erlang-questions] beginner: How to debug run_erl pipe problems?
The command:
run_erl -daemon /tmp/ /var/tmp/ "exec erl -detached"
The log dir:
-rw-rw-r-- 1 eleberg avall 246 Oct 10 14:34 run_erl.log
-rw-rw-r-- 1 eleberg avall 130 Oct 10 14:34 erlang.log.1
No information about errors or pipes in the files.
bengt
On Wed, 2012-10-10 at 14:46 +0200, Gianfranco Alongi wrote:
> Do you see nothing in the logs directory?
> Also, how do you issue the command?
> On Wed, Oct 10, 2012 at 2:41 PM, Bengt Kleberg
> <bengt.kleb...@ericsson.com> wrote:
> > Greetings,
> > I can start Erlang with run_erl, but there are no pipes in /tmp/. How do
> > I find out what goes wrong?
> > Computer: Linux sekic1152 2.6.27.42-0.1-default #1 SMP 2010-01-06
> > 16:07:25 +0100 x86_64 x86_64 x86_64 GNU/Linux
> > Erlang: (SMP,ASYNC_THREADS,HIPE) (BEAM) emulator version 5.9.1.2
> > bengt
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questi...@erlang.org
> > http://erlang.org/mailman/listinfo/erlang-questions
_______________________________________________
erlang-questions mailing list
erlang-questi ...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: Gianfranco Alongi <gianfranco.alo...@gmail.com>
Date: Wed, 10 Oct 2012 15:01:07 +0200
Local: Wed, Oct 10 2012 9:01 am
Subject: Re: [erlang-questions] beginner: How to debug run_erl pipe problems?
Try without detached.
On Wed, Oct 10, 2012 at 2:50 PM, Bengt Kleberg
<bengt.kleb ...@ericsson.com> wrote:
> The command:
> run_erl -daemon /tmp/ /var/tmp/ "exec erl -detached"
> The log dir:
> -rw-rw-r-- 1 eleberg avall 246 Oct 10 14:34 run_erl.log
> -rw-rw-r-- 1 eleberg avall 130 Oct 10 14:34 erlang.log.1
> No information about errors or pipes in the files.
> bengt
> On Wed, 2012-10-10 at 14:46 +0200, Gianfranco Alongi wrote:
>> Do you see nothing in the logs directory?
>> Also, how do you issue the command?
>> On Wed, Oct 10, 2012 at 2:41 PM, Bengt Kleberg
>> <bengt.kleb...@ericsson.com> wrote:
>> > Greetings,
>> > I can start Erlang with run_erl, but there are no pipes in /tmp/. How do
>> > I find out what goes wrong?
>> > Computer: Linux sekic1152 2.6.27.42-0.1-default #1 SMP 2010-01-06
>> > 16:07:25 +0100 x86_64 x86_64 x86_64 GNU/Linux
>> > Erlang: (SMP,ASYNC_THREADS,HIPE) (BEAM) emulator version 5.9.1.2
>> > bengt
>> > _______________________________________________
>> > erlang-questions mailing list
>> > erlang-questi...@erlang.org
>> > http://erlang.org/mailman/listinfo/erlang-questions
> _______________________________________________
> erlang-questions mailing list
> erlang-questi...@erlang.org
> http://erlang.org/mailman/listinfo/erlang-questions
_______________________________________________
erlang-questions mailing list
erlang-questi ...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: Bengt Kleberg <bengt.kleb...@ericsson.com>
Date: Wed, 10 Oct 2012 15:20:44 +0200
Local: Wed, Oct 10 2012 9:20 am
Subject: Re: [erlang-questions] beginner: How to debug run_erl pipe problems?
That works. Thank you.
bengt
On Wed, 2012-10-10 at 15:01 +0200, Gianfranco Alongi wrote:
> Try without detached.
> On Wed, Oct 10, 2012 at 2:50 PM, Bengt Kleberg
> <bengt.kleb...@ericsson.com> wrote:
> > The command:
> > run_erl -daemon /tmp/ /var/tmp/ "exec erl -detached"
> > The log dir:
> > -rw-rw-r-- 1 eleberg avall 246 Oct 10 14:34 run_erl.log
> > -rw-rw-r-- 1 eleberg avall 130 Oct 10 14:34 erlang.log.1
> > No information about errors or pipes in the files.
> > bengt
> > On Wed, 2012-10-10 at 14:46 +0200, Gianfranco Alongi wrote:
> >> Do you see nothing in the logs directory?
> >> Also, how do you issue the command?
> >> On Wed, Oct 10, 2012 at 2:41 PM, Bengt Kleberg
> >> <bengt.kleb...@ericsson.com> wrote:
> >> > Greetings,
> >> > I can start Erlang with run_erl, but there are no pipes in /tmp/. How do
> >> > I find out what goes wrong?
> >> > Computer: Linux sekic1152 2.6.27.42-0.1-default #1 SMP 2010-01-06
> >> > 16:07:25 +0100 x86_64 x86_64 x86_64 GNU/Linux
> >> > Erlang: (SMP,ASYNC_THREADS,HIPE) (BEAM) emulator version 5.9.1.2
> >> > bengt
> >> > _______________________________________________
> >> > erlang-questions mailing list
> >> > erlang-questi...@erlang.org
> >> > http://erlang.org/mailman/listinfo/erlang-questions
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questi...@erlang.org
> > http://erlang.org/mailman/listinfo/erlang-questions
_______________________________________________
erlang-questions mailing list
erlang-questi ...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions
You must Sign in before you can post messages.
You do not have the permission required to post.
|
|
|