Re: [Fink-users] Re: Quickest way to execute Fink commands?

2005-03-31 Thread Chris Mear
On 27 Mar 2005, at 4:28 pm, Robert T Wyatt wrote: Anyhow, do y'all know of a Web site or discussion list or a primer somewhere? (I did not find one in the man page, only the e-mail address of the developer.) I learned about screen from this article:

Re: [Fink-users] Re: Quickest way to execute Fink commands?

2005-03-29 Thread Juan Courcoul
On Mar 27, 2005, at 9:57 AM, Clemence Magnien wrote: On Sun, Mar 27, 2005 at 09:28:59AM -0600, Robert T Wyatt wrote: This is neat-hadn't heard of it before. The man page is huge and I'd like to get more familiar with setting screen to run fink compilations routing the log to a file (I understand

Re: [Fink-users] Re: Quickest way to execute Fink commands?

2005-03-29 Thread Clemence Magnien
On Tue, Mar 29, 2005 at 02:32:50AM -0600, Juan Courcoul wrote: On Mar 27, 2005, at 9:57 AM, Clemence Magnien wrote: I don't know anything about screen, but maybe this tip can help you: the nohup command allows you to run a process in the background, and prevent this process to be killed

[Fink-users] Re: Quickest way to execute Fink commands?

2005-03-27 Thread Kevin Horton
At 22:15 -0600 26/3/05, Robert T Wyatt wrote: Understood everything but this (and thanks for the comments): Chris Zubrzycki wrote: Use screen I use screen quite a bit, as it puts the fink install stuff in the background, rather than having it continually update a Terminal window. I can also

[Fink-users] Re: Quickest way to execute Fink commands?

2005-03-27 Thread Robert T Wyatt
... and also 'renice' for changing the niceness of running processes. Robert T Wyatt wrote: Still, there is nice (note the second sentence, from 'man nice'): --- SF email is sponsored by - The IT Product Guide Read honest candid reviews on

[Fink-users] Re: Quickest way to execute Fink commands?

2005-03-27 Thread Robert T Wyatt
This is neat-hadn't heard of it before. The man page is huge and I'd like to get more familiar with setting screen to run fink compilations routing the log to a file (I understand this saves overhead on the display or buffer). There have been oblique references to detaching the session from

Re: [Fink-users] Re: Quickest way to execute Fink commands?

2005-03-27 Thread Clemence Magnien
On Sun, Mar 27, 2005 at 09:28:59AM -0600, Robert T Wyatt wrote: This is neat-hadn't heard of it before. The man page is huge and I'd like to get more familiar with setting screen to run fink compilations routing the log to a file (I understand this saves overhead on the display or buffer).

Re: [Fink-users] Re: Quickest way to execute Fink commands?

2005-03-27 Thread Matthew Sachs
On Mar 27, 2005, at 10:28, Robert T Wyatt wrote: Anyhow, do y'all know of a Web site or discussion list or a primer somewhere? (I did not find one in the man page, only the e-mail address of the developer.) Basic usage is to run 'screen' to get a new shell inside a screen session. Inside

Re: [Fink-users] Re: Quickest way to execute Fink commands?

2005-03-27 Thread Chris Zubrzycki
On Mar 27, 2005, at 11:02 AM, Matthew Sachs wrote: On Mar 27, 2005, at 10:28, Robert T Wyatt wrote: Anyhow, do y'all know of a Web site or discussion list or a primer somewhere? (I did not find one in the man page, only the e-mail address of the developer.) Basic usage is to run 'screen' to

[Fink-users] Re: Quickest way to execute Fink commands?

2005-03-27 Thread Robert T Wyatt
Clemence Magnien wrote: So if you run : $ nohup some_command output_file this will run 'some_command', store its standard and error output in 'output_file', and it runs in the background, so you can do whatever you like with your term, like doing something else, closing it. You can also shut

[Fink-users] Re: Quickest way to execute Fink commands?

2005-03-27 Thread Robert T Wyatt
Matthew Sachs wrote: On Mar 27, 2005, at 10:28, Robert T Wyatt wrote: Anyhow, do y'all know of a Web site or discussion list or a primer somewhere? (I did not find one in the man page, only the e-mail address of the developer.) Basic usage is to run 'screen' to get a new shell inside a screen

Re: [Fink-users] Re: Quickest way to execute Fink commands?

2005-03-27 Thread Matthew Sachs
On Mar 27, 2005, at 11:30, Robert T Wyatt wrote: SNIP: screen So this will also survive a loss of the (parent) SSH connection. Sounds too good to be true! It will survive. (At first I was afraid, I was petrified / I thought that I could never live without a PTY...)

Re: [Fink-users] Re: Quickest way to execute Fink commands?

2005-03-27 Thread Clemence Magnien
On Sun, Mar 27, 2005 at 10:27:58AM -0600, Robert T Wyatt wrote: Clemence Magnien wrote: So if you run : $ nohup some_command output_file this will run 'some_command', store its standard and error output in 'output_file', and it runs in the background, so you can do whatever you like with

[Fink-users] Re: Quickest way to execute Fink commands?

2005-03-27 Thread Kevin Horton
At 9:28 -0600 27/3/05, Robert T Wyatt wrote: This is neat-hadn't heard of it before. The man page is huge and I'd like to get more familiar with setting screen to run fink compilations routing the log to a file (I understand this saves overhead on the display or buffer). There have been oblique

Re: [Fink-users] Re: Quickest way to execute Fink commands?

2005-03-27 Thread Aaron Davies
On Mar 27, 2005, at 11:27 AM, Robert T Wyatt wrote: Clemence Magnien wrote: So if you run : $ nohup some_command output_file this will run 'some_command', store its standard and error output in 'output_file', and it runs in the background, so you can do whatever you like with your term, like

[Fink-users] Re: Quickest way to execute Fink commands?

2005-03-26 Thread Robert T Wyatt
Kyle, Since my home computer is shared with my significant other, we frequently need to use the computer while fink is compiling the sometimes hundreds of packages during the hours/days that it takes to do this. I have found that prefixing the commands with 'nice' (see 'man nice') is

[Fink-users] Re: Quickest way to execute Fink commands?

2005-03-26 Thread Kyle Skrinak
Robert T Wyatt robert.wyatt at austin.utexas.edu writes: [snip] I have found that prefixing the commands with 'nice' (see 'man nice') is satisfactory for our general purposes. [snip] Thanks for the suggestion to try nice-ing my fink priority down. I greatly appreciate your help! I've done

[Fink-users] Re: Quickest way to execute Fink commands?

2005-03-26 Thread Robert T Wyatt
Still, there is nice (note the second sentence, from 'man nice'): nice runs utility at an altered scheduling priority. If an increment is given, it is used; otherwise an increment of 10 is assumed. The super- user can run utilities with priorities higher than normal by using a neg-

Re: [Fink-users] Re: Quickest way to execute Fink commands?

2005-03-26 Thread Aaron Davies
On Mar 26, 2005, at 4:50 PM, Kyle Skrinak wrote: Robert T Wyatt robert.wyatt at austin.utexas.edu writes: [snip] I have found that prefixing the commands with 'nice' (see 'man nice') is satisfactory for our general purposes. [snip] Thanks for the suggestion to try nice-ing my fink priority down.

Re: [Fink-users] Re: Quickest way to execute Fink commands?

2005-03-26 Thread Chris Zubrzycki
On Mar 26, 2005, at 8:43 PM, Aaron Davies wrote: On Mar 26, 2005, at 4:50 PM, Kyle Skrinak wrote: Robert T Wyatt robert.wyatt at austin.utexas.edu writes: [snip] I have found that prefixing the commands with 'nice' (see 'man nice') is satisfactory for our general purposes. [snip] Thanks for

[Fink-users] Re: Quickest way to execute Fink commands?

2005-03-26 Thread Robert T Wyatt
Understood everything but this (and thanks for the comments): Chris Zubrzycki wrote: Use screen --- SF email is sponsored by - The IT Product Guide Read honest candid reviews on hundreds of IT Products from real users. Discover which products