Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
newbie portage usage question
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
aknox2
n00b
n00b


Joined: 07 Feb 2003
Posts: 12

PostPosted: Thu Feb 13, 2003 10:36 am    Post subject: newbie portage usage question Reply with quote

Is it okay to run portage under kde in a window, or will it not be able to update files in use?

(I want to install kde 3.1, but don't want my computer out of action for 26 hours).

If it was to encounter files in use, and not be able to update them, would the emerge fail? Would I have to start again without kde running?

Thanks for you help
Back to top
View user's profile Send private message
Carlos
Guru
Guru


Joined: 07 Aug 2002
Posts: 458
Location: Providence, RI

PostPosted: Thu Feb 13, 2003 10:42 am    Post subject: Re: newbie portage usage question Reply with quote

aknox2 wrote:
Is it okay to run portage under kde in a window, or will it not be able to update files in use?
It's quite all right, for two reasons. First of all, different KDE builds in Portage are designed to be able to coexist without overwriting each other. Secondly, it's almost never dangerous to install a newer version of a program while an old version is running, since the program and the libraries it uses are loaded into memory when you launch the program, and configuration files are usually read at the beginning. Case in point: not too long ago my C libraries got b0rked, and I couldn't launch most of my applications, but the ones that were already running (and there were quite a few: several terminal windows, a browser, an IM client, an IRC client, and more) had no problems at all.

The one thing you'll want to do is to nice the emerge process so that your system stays responsive; e.g.
Code:
nice -n 19 emerge -u kde
This will give emerge a low priority for CPU time, so that it'll 'get out of the way' when you try to do something else that's CPU intensive.
_________________
Man must shape his tools lest they shape him.
Back to top
View user's profile Send private message
sepp2k
Tux's lil' helper
Tux's lil' helper


Joined: 06 Feb 2003
Posts: 78

PostPosted: Thu Feb 13, 2003 10:44 am    Post subject: Reply with quote

KDE-3.1 will be installed in another director than kde-3.0 so you can, run kde3.0 while installung kde-3.1 (but you should unmerge kde-3.0 after installing kde-3.1).
Edit: Carlos was faster
Back to top
View user's profile Send private message
aknox2
n00b
n00b


Joined: 07 Feb 2003
Posts: 12

PostPosted: Thu Feb 13, 2003 10:57 am    Post subject: Reply with quote

thanks for your prompt replies!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum