Hi > how can i run emerge -vD world, when i only have the possibility to access > the > machine via ssh for a short time? [..] > but that seems to stop before even the first ebuild is compiled. Then i tried > putting the emerge command into a bash script, and running
when you log out the shell and all subprocesses will be terminated (and of course emerge). You can use nohup to make sure it will survive your logout (nohup emerge -vD world &). Bernhard -- [email protected] mailing list
