Re: [gentoo-user] Re: emerge hints log?

2006-11-16 Thread jakommo

ok thanks, I check that out later.
is it working together with elog now?
because there´s an hint in the handbook that it doesn´t work with portage
2.0.*
I´m using 2.1.1 so I think its fixed now.

thanks

jakommo

On 11/16/06, Stefan Wimmer [EMAIL PROTECTED] wrote:


May I mention another tool which is IMHO better then the ELOG-feature?

Check out enotice - http://www.fmp.com/enotice/

I use the ELOG-feature as well but I get not the information like with
enotice ... for sure it's my fault ;-)

Greetz
Stefan

--
gentoo-user@gentoo.org mailing list




[gentoo-user] Resize /

2006-11-16 Thread jakommo

Hi Listmembers,

I have a problem the / Partition on my system is to smal, is there a save
way to resize it?
I know mounting other partitions to e.g. /usr will help but the / is only
4,6G so it will help only temporarily.

thanks

jakommo


Re: [gentoo-user] Resize /

2006-11-16 Thread jakommo

On 11/16/06, geistteufel [EMAIL PROTECTED] wrote:


Hello

What the size of your / ?
Mine is 1 Go, and I use only 300 mo, just conf and lib sbin bin

If you have opt in your / I suggest to move it and doing a symlink

like cd /; mv opt usr; ln -s usr/opt .

so ...



jakommo a écrit :
 Hi Listmembers,

 I have a problem the / Partition on my system is to smal, is there a
 save way to resize it?
 I know mounting other partitions to e.g. /usr will help but the / is
 only 4,6G so it will help only temporarily.

 thanks

 jakommo







___
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions
!
Profitez des connaissances, des opinions et des expériences des
internautes sur Yahoo! Questions/Réponses
http://fr.answers.yahoo.com

--
gentoo-user@gentoo.org mailing list



thanks for your replys.
everything but boot is ext3 and its a RAID5.
For now I think maybe its better to make some new partitions and copy the
stuff to them by using a live cd and then adjust fstab and/or make symlinks.
the problem is the maschine is a server and I dont want it to be down for a
long time, its only used for cups at the moment, but I think its more secure
to quit the idea of resizing and do it the mount and symlink way. another
benefit of this way is I can prepare everything so I only need to reboot
with a live cd to copy the files and thats it.

thanks again for your solutions

jakommo


Re: [gentoo-user] Resize /

2006-11-16 Thread jakommo

On 11/16/06, Alex Schuster [EMAIL PROTECTED] wrote:


jakommo writes:

 On 11/16/06, geistteufel [EMAIL PROTECTED] wrote:

  If you have opt in your / I suggest to move it and doing a symlink
 
  like cd /; mv opt usr; ln -s usr/opt .
 For now I think maybe its better to make some new partitions and copy
the
 stuff to them by using a live cd and then adjust fstab and/or make
 symlinks. the problem is the maschine is a server and I dont want it to
 be down for a long time, its only used for cups at the moment, but I
 think its more secure to quit the idea of resizing and do it the mount
 and symlink way. another benefit of this way is I can prepare everything
 so I only need to reboot with a live cd to copy the files and thats it.

I don't think there is a neeed to boot from CD for that. Just copy /usr
(or
whatever directory you like) to its new destination, rename /usr and
create
the symlink instantly after that:

cp -pr /usr /newdrive/
mv /usr /usr.old  /usr.old/bin/ln -s /newdrive/usr /

This makes /usr unavailable for a fraction of seconds only. Programs
currently using files in /usr should not be affected, when the files are
still open it should not matter if they are renamed as long as they stay
on
the same partition.

Alex
--
gentoo-user@gentoo.org mailing list



thanks Alex,

I think I try that, but I wait for a moment where it doesn't metter if
something goes wrong.

jakommo


[gentoo-user] emerge hints log?

2006-11-15 Thread jakommo
Hi all,I was wondering if there is a way or a tool wich logs the hints emerge gives you sometimes after merging a program.The hints were usefull for me more than once but I dont want to watch emerge all the time when I ' m merging several packages.
best regardsjakommo


Re: [gentoo-user] emerge hints log?

2006-11-15 Thread jakommo

thanks everyone

greez

jakommo

On 11/15/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote:


On Wednesday 15 November 2006 15:44, jakommo wrote:
 I was wondering if there is a way or a tool wich logs the hints emerge
 gives you sometimes after merging a program.
 The hints were usefull for me more than once but I dont want to watch
 emerge all the time when I ' m merging several packages.

The portage elog system has recently been added to the handbook:


http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3chap=1#doc_chap4

--
Bo Andresen