Comments on: Optimizing Gentoo https://linux-blogger.com/2005/02/04/optimizing-gentoo/ Daily tips, tricks, and news about Linux and Linux-related software. Sun, 22 Oct 2006 23:33:40 +0000 http://wordpress.org/?v=1.5.1.3 by: Freek Sanders https://linux-blogger.com/2005/02/04/optimizing-gentoo/#comment-8174 Mon, 18 Jul 2005 08:54:31 +0000 https://linux-blogger.com/2005/02/04/optimizing-gentoo/#comment-8174 The portage speedup change should be marginally different. Since the whole code is python, it should be indented: #Revision try: import psyco psyco.full() except ImportError: pass #End revision PS: use tabs instead of spaces The portage speedup change should be marginally different.

Since the whole code is python, it should be indented:

#Revision
try:
import psyco
psyco.full()
except ImportError:
pass
#End revision

PS: use tabs instead of spaces

]]>
by: Vivek https://linux-blogger.com/2005/02/04/optimizing-gentoo/#comment-4390 Sun, 01 May 2005 15:17:18 +0000 https://linux-blogger.com/2005/02/04/optimizing-gentoo/#comment-4390 Good one for gentoo buffs :) Good one for gentoo buffs :)

]]>
by: Peter Herndon https://linux-blogger.com/2005/02/04/optimizing-gentoo/#comment-636 Thu, 03 Mar 2005 20:58:58 +0000 https://linux-blogger.com/2005/02/04/optimizing-gentoo/#comment-636 stahlsau, you are either a relative newbie to Gentoo, you are tracking stable only, or you've been *REALLY* lucky. I've had updates seriously break my 'puter about four times in two years of running Gentoo. Admittedly, I've always tracked unstable, so I am happy to take responsibility for it, but it has happened. I've never done the updates as a cronjob, though, I'm always sitting there doing something else while it updates in the background. stahlsau, you are either a relative newbie to Gentoo, you are tracking stable only, or you’ve been *REALLY* lucky. I’ve had updates seriously break my ‘puter about four times in two years of running Gentoo. Admittedly, I’ve always tracked unstable, so I am happy to take responsibility for it, but it has happened. I’ve never done the updates as a cronjob, though, I’m always sitting there doing something else while it updates in the background.

]]>
by: Clete R. Blackwell 2 https://linux-blogger.com/2005/02/04/optimizing-gentoo/#comment-624 Thu, 03 Mar 2005 15:05:25 +0000 https://linux-blogger.com/2005/02/04/optimizing-gentoo/#comment-624 stahlsau -- what does dispatch-conf do? stahlsau — what does dispatch-conf do?

]]>
by: stahlsau https://linux-blogger.com/2005/02/04/optimizing-gentoo/#comment-623 Thu, 03 Mar 2005 15:03:38 +0000 https://linux-blogger.com/2005/02/04/optimizing-gentoo/#comment-623 I don´t think it´s dangerous to update full-automated during the night. I do it for some time and never had problems. The most updates in portage are bugfixes and downgrades cause of securityholes, both things you´ll want to get done as fast as you can if you want a secure system. I run dispatch-conf every morning, mostly there´s nothing to do and if there is something, it´s done in a few minutes, so one really doesn´t spend more time fixing the configs than using the system ;) Also, i´ve never broken things through upgrading, if i broke s/t it was because i refused to downgrade or s/t like that. I don´t think it´s dangerous to update full-automated during the night. I do it for some time and never had problems. The most updates in portage are bugfixes and downgrades cause of securityholes, both things you´ll want to get done as fast as you can if you want a secure system.
I run dispatch-conf every morning, mostly there´s nothing to do and if there is something, it´s done in a few minutes, so one really doesn´t spend more time fixing the configs than using the system ;)
Also, i´ve never broken things through upgrading, if i broke s/t it was because i refused to downgrade or s/t like that.

]]>
by: JAT https://linux-blogger.com/2005/02/04/optimizing-gentoo/#comment-620 Thu, 03 Mar 2005 14:05:46 +0000 https://linux-blogger.com/2005/02/04/optimizing-gentoo/#comment-620 I agree that automatically emerging world every night is a bad practice. I update my system frequently, but always run emerge -uDp before so I can see what is going to be done. Care needs to be taken when updating config files as well (etc-update) as this can be a big source of headaches if done carelessly. I agree that automatically emerging world every night is a bad practice. I update my system frequently, but always run emerge -uDp before so I can see what is going to be done. Care needs to be taken when updating config files as well (etc-update) as this can be a big source of headaches if done carelessly.

]]>
by: Dale Pontius https://linux-blogger.com/2005/02/04/optimizing-gentoo/#comment-619 Thu, 03 Mar 2005 13:20:48 +0000 https://linux-blogger.com/2005/02/04/optimizing-gentoo/#comment-619 However I do run "emerge sync" and "emerge -uDp world" every night, and the next day I can see what needs to be done. One of these days I plan to incorporate an "emerge -f" into that, so things will be there and ready for me. However I do run “emerge sync” and “emerge -uDp world” every night, and the next day I can see what needs to be done. One of these days I plan to incorporate an “emerge -f” into that, so things will be there and ready for me.

]]>
by: JRB https://linux-blogger.com/2005/02/04/optimizing-gentoo/#comment-614 Thu, 03 Mar 2005 12:38:22 +0000 https://linux-blogger.com/2005/02/04/optimizing-gentoo/#comment-614 emerge -uD nightly! Not a good idea. This is the kind of things that leads users of other distros to say Gentoo is unstable, and to criticize Gentoo users. Updating nightly, especially automatically, is an incredibly bad idea. In most cases you will be breaking things and spend more time updating configuration files than you will using your system. It's certainly not a good idea in terms of security, because you are constantly changing your system without even knowing what is being done. I always laugh when I hear people say..."I can't believe I was hacked, I emerge world every night." emerge -uD nightly! Not a good idea. This is the kind of things that leads users of other distros to say Gentoo is unstable, and to criticize Gentoo users. Updating nightly, especially automatically, is an incredibly bad idea. In most cases you will be breaking things and spend more time updating configuration files than you will using your system. It’s certainly not a good idea in terms of security, because you are constantly changing your system without even knowing what is being done. I always laugh when I hear people say…”I can’t believe I was hacked, I emerge world every night.”

]]>