Re: [gentoo-user] hdparm -Tt says: Hmm.. suspicious results

2003-06-07 Thread Ing. Bernardo Lopez O.
Thats nothing... check mine!! [EMAIL PROTECTED] user # hdparm -Tt /dev/hda /dev/hda: Timing buffer-cache reads: 128 MB in 1.15 seconds =111.30 MB/sec Timing buffered disk reads: 64 MB in 21.18 seconds = 3.02 MB/sec This fu* disk sucks... i compile any stuff seven times slow

Re: [gentoo-user] Which java-sdk?

2003-06-06 Thread Ing. Bernardo Lopez O.
Its a kind of chat server (not ircd... but kind of) its for a server whit 1.4ghz 256ram On Thursday 05 June 2003 15:35, Gwendolyn van der Linden wrote: > > Which java sdk should i use? > > What do you want to use it for? > > Gwendolyn. > > -- > [EMAIL PROTECTED] mailing list -- [EMAIL PROTECTED

[gentoo-user] Which java-sdk?

2003-06-05 Thread Ing. Bernardo Lopez O.
Which java sdk should i use? blackdown, sun or ibm? Also I want the best performance and the less memory usage (for the jre) also version 1.2 1.3 1.4? Which is the most compatible today 1.3 or 1.4?? Could i use one jdk and a different jre? (like sun - ibm?) Thanks in advance!! -- [EMAIL PR

Re: [gentoo-user] Way to prevent Apache under Gentoo writing logs totwo different directories?

2003-04-04 Thread Ing. Bernardo Lopez
I guess is a symlink... lrwxrwxrwx1 root root 21 Feb 18 15:11 logs -> ../../var/log/apache2 Have a nice day. My Apache running under Gentoo logs errors and access to log files in both /etc/apache/logs AND /var/log/apache directories. The files are identical. It may be a b

Re: [gentoo-user] April fools?

2003-04-01 Thread Ing. Bernardo Lopez
There are some ebuilds using the rpm tools (Realone... etc), maybe they get confused by this fact. Ted Ozolins wrote: On Tue, 2003-04-01 at 08:30, Graham, Steve wrote: Just as a follow up to all this, yes, it's a joke. Yes, we hooked an amazine number of people and yes, I enjoyed every minu

Re: [gentoo-user] Evolution freeze problem

2003-03-25 Thread Ing. Bernardo Lopez
Unless you really need to use evolution, bether delete that crap, i have tried it on multiple sistems/distros, and always is buggy, Kmail is bether, kmail never crashes but it have not html rendering... so... the choise is the email client that comes whit mozilla. I use it... and is more stable

Re: [gentoo-user] nano -w

2003-03-10 Thread Ing. Bernardo Lopez
Please share your .nanorc whit ous, i didnt knew than nano has colors :( i really wish to give an eye to your rc. Thanks On Tuesday 11 March 2003 05:26, C. Brewer wrote: > On Mon, 10 Mar 2003 22:24:10 + > > MAL <[EMAIL PROTECTED]> wrote: > > Hey ppl, > > > > The excellent nano has a configur

Re: [gentoo-user] grub help (hda1=winxp, hda3=linux)

2003-03-06 Thread Ing. Bernardo Lopez
If you like to try a nice (dangerous? i dont know, to me works fine with w98) from dos's fdisk: fdisk /mbr This clear the mbr and then you go to grub and try again. Good luck On Thursday 06 March 2003 18:04, Ajay Sharma wrote: > hey everyone, > > I just finished rebuilding my machine and I rep

[gentoo-user] Some portage suggestions:

2003-02-17 Thread Ing. Bernardo Lopez
Hi all, i want to suggest a new feature to the portage,a new flag in this ([S] = security update): Calculating dependencies ...done! [ebuild R ] dev-php/mod_php-4.3.0-r2 changed by Calculating dependencies ...done! [ebuild SR ] dev-php/mod_php-4.3.0-r2 So we can know when we *MUST* update an

[gentoo-user] Some portage suggestions:

2003-02-17 Thread Ing. Bernardo Lopez
Hi all, i want to suggest a new feature to the portage,a new flag in this ([S] = security update): Calculating dependencies ...done! [ebuild R ] dev-php/mod_php-4.3.0-r2 changed by Calculating dependencies ...done! [ebuild SR ] dev-php/mod_php-4.3.0-r2 So we can know when we *MUST* update an

Re: [gentoo-user] Constant sendmail error?

2003-02-16 Thread Ing. Bernardo Lopez
If you are not setup'ing a server try postfix instead of sendmail.. this is setup by default and works as a charm. On Sun, 2003-02-16 at 09:30, Andrey Goder wrote: > I keep getting this error message printed to my console, constantly at regular > intervals: > /usr/sbin/sendmail: can't open the

Re: [gentoo-user] Apache, PHP and HTTPS issue

2003-02-13 Thread Ing. Bernardo Lopez
-D PHP check if you have https port open whit netstat -l Have a nice day On Thu, 2003-02-13 at 21:17, Balaji Srinivasan wrote: > Hi Everyone > i have installed apache, mod_ssl and php. I have set APACHE_OPTS in > /etc/conf.d/apache to include -D SSL and -D PHP4 > Now when i run apache i cannot d

Re: [gentoo-user] Where Are COMPLETE stages?!

2003-02-13 Thread Ing. Bernardo Lopez
This will sound agresive but... RTFM! Looks like you did a wrong procedure in the Gentoo's install. In http://gentoo.org you can find a very huge documentation about install,stages,GRP, etc... Well, good luck. On Thu, 2003-02-13 at 19:04, Matthew Tedder wrote: > On Thursday 13 February 2003 0

Re: [gentoo-user] Problem with PHP

2003-02-12 Thread Ing. Bernardo Lopez
edit /etc/conf.d/apache and add -D PHP to the options line. On Wed, 2003-02-12 at 21:10, [EMAIL PROTECTED] wrote: > Hello List, > > I've got the following packages installed: > > * dev-php/mod_php > Latest version available: 4.3.0-r2 > Latest version installed: 4.3.0-r2 >

Re: [gentoo-user] Admin horror stories

2003-02-06 Thread Ing. Bernardo Lopez
here is one mine!!: cd /home/myuser/ rm -fr / (instead of *) hehehe i trashed my /bin before the rm comand stoped by himself... i was in lucky day... i had a copy of /bin... but... well rm -fr / sucks!!! On Thu, 2003-02-06 at 23:20, Alan wrote: > On Thu, Feb 06, 2003 at 03:16:19PM -0800, Fre

Re: [gentoo-user] iptables + invalid argument?

2003-02-05 Thread Ing. Bernardo Lopez
if you only want nat: echo 1 > /proc/sys/net/ipv4/ip_forward iptables -F iptables -t nat -F iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -d 0.0.0.0/0 -o ppp0 -j MASQUERADE Whit that you get nat... PS: 192.168.0.0/24 is the local network under eth0... change it if you have other settings On

Re: [gentoo-user] Apache 2 and PHP

2003-02-04 Thread Ing. Bernardo Lopez
It sounds dumb but... did you uncomment the line where -D PHP must be? (i has having the same stuff than magnus... when i revised the /etc/conf.d/apache2 i saw my error... and the simptoms where the same than magnus descrieve) Good look. PS: as i see you need to add apache2 to use,export ACCEPT_K

Re: [gentoo-user] cdrtools, xcdroast, gtoaster dont get along well

2003-01-31 Thread Ing. Bernardo Lopez
cdrx this is very thin and fast cd burner... try it ;) On Sat, 2003-02-01 at 01:06, Spundun Bhatt wrote: > Hi > I had cdrtools and gtoaster installed on the system and yester day I > installed xcdroast. It dragged my cdrtools to another (I think older one > 1.11.33) and since then my system is se

Re: [gentoo-user] About XFS

2003-01-31 Thread Ing. Bernardo Lopez
Looks like XFS works fine, i changed to ext3 and i still whit the same problem (sshd works almost normal now... but mysql and other stuff still slow, also my network stills at 30% of normal average) i better will rebuild all... Thanks for the coments :) On Thu, 2003-01-30 at 20:05, Nicholas Ho

Re: [gentoo-user] About XFS

2003-01-31 Thread Ing. Bernardo Lopez
... i didnt know why... because before that gets crappy the network was working fine.. but ... well this machine is very sick :( On Thu, 2003-01-30 at 23:20, Bruce J.A. Nourish wrote: > On Thursday 30 January 2003 04:14 am, Ing. Bernardo Lopez wrote: > > I have a problem whit XFS but i dont k

Re: [gentoo-user] About XFS

2003-01-31 Thread Ing. Bernardo Lopez
every partition with some as big as > 75Gig. XFS can handle big partitions. What else changed? > > On 30 Jan 2003 11:14:43 + > "Ing. Bernardo Lopez" <[EMAIL PROTECTED]> wrote: > >Hi all. > > > >I have a problem whit XFS but i dont know if it is