Am Sonntag 28 Januar 2007 schrieb Dieter Ries: > Hi, > > how can i run emerge -vD world, when i only have the possibility to access > the machine via ssh for a short time? > > i have tried emerge -vD world & > > 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 > > emergeworld.sh& > > but that had the same effect. > > There has to be a possibility... > > cu > Dieter
As already mentioned, screen is a good way to solve this. By the way. The compiling stops because you are starting emerge within the shell as child process of this shell. An if you terminate the father process (in this case the shell) by logging out, all child processes will be terminated too. rgds Bernhard -- [email protected] mailing list
