Re: chmod 670

2007-11-14 Thread Gabor Gombas
On Tue, Nov 13, 2007 at 01:25:35PM -0300, Patricio Rojo wrote: > - If you try 'ls', then its contents are shown Yes, because you have read permission. > - If you try 'cd' to it, you get permission denied. Yes, because you do not have search ("x") permission. > - If you try 'ls -l', you get

Re: SOLVED: Software-RAID1 on sarge (AMD64)

2006-05-30 Thread Gabor Gombas
On Mon, May 29, 2006 at 04:32:17AM +0200, Goswin von Brederlow wrote: > If raid is buildin into the kernel and all the disk drivers for the > raid too then the type 0xFD causes the kernel to already detect and > start the raid. So you need no initrd and no mdadm to boot. So in your > case you DO n

Re: Compiling packages for the standard distribution with -Os instead of -O2

2006-05-05 Thread Gabor Gombas
On Thu, May 04, 2006 at 11:54:44PM -0400, Anthony DeRobertis wrote: > If gcc generally generates faster code with -Os than -O2, then isn't > that a gcc bug, in that the optimizations enabled by -O2 are incorrectly > picked? The problem is, "faster" is not a well-defined term. Faster when? I can w