Re: Bug in egrep?

2006-09-07 Thread Oliver J. Morais
* Otto Moerbeek [EMAIL PROTECTED] [060907 17:44]: If anybody has access to a Solaris machine, I like to know what the test does there. SunOS XX 5.9 Generic_118558-17 sun4u sparc SUNW,Sun-Fire-V240 # echo some text here | egrep -x ; echo $? egrep: illegal option -- x usage: egrep [

Re: Know CPU usage

2006-08-28 Thread Oliver J. Morais
* Abel Talaversn Estevez [EMAIL PROTECTED] [060828 11:45]: Does anybody know any other command? Quick'n'dirty: ps -ax -opcpu | awk '!/%CPU/{sum += $1} END {print sum}'

Re: Crash after halt -p (i386, current of feb. 5th)

2006-02-18 Thread Oliver J. Morais
For the archives: Tried again with sysctl machdep.apmhalt=1, same game :-/ # halt -p /etc/rc.shutdown in progress... /etc/rc.shutdown complete. syncing disks... done Attempting to power down... apm0: APM set power state: unrecognized device ID (9) uvm_fault(0xd6930298, 0x8000, 0, 1) - e kernel:

ping: sendto: No buffer space available

2006-02-15 Thread Oliver J. Morais
i386, OpenBSD 3.9-beta (GENERIC) #597: Sun Feb 5 21:14:35 MST 2006 Just played around pinging to see the following: Pinging from box A (10.0.0.13) to box B (10.0.0.5) with sudo ping -f -s 1024 10.0.0.5 Everything fine. Fire up another xterm, fire up the same ping a second time - wow. [...]

Crash after halt -p (i386, current of feb. 5th)

2006-02-14 Thread Oliver J. Morais
Little @home-server, Mainboard is a Gigabyte GA-5AX F3, Bios is AWARD Version 4.51PG (Everything set to default.) Perfect box until you try to do a halt -p ;-) Below see ps and trace from ddb and dmesg. # halt -p /etc/rc.shutdown in progress... /etc/rc.shutdown complete. syncing disks... done

Re: Output of top - CPU% weirdness?

2005-07-03 Thread Oliver J. Morais
* Arnaud Bergeron [EMAIL PROTECTED] [050703 03:09]: All it takes to find that out is a little bit of observation and deduction. From the second output you provided you should see md5's CPU usage go up rapidly. No. md5's CPU doesn't go up. If I try john -t it slowly goes up. Let's stick with

Re: German Umlauts

2005-07-02 Thread Oliver J. Morais
* Hugo Villeneuve [EMAIL PROTECTED] [050702 00:15]: What you want is: set +o emacs-usemeta Perfect :-) Thank you. I couldn't find your others -meta options in ksh(1) Some BASHisms I tried (Found them while googling.), I removed them now.

Output of top - CPU% weirdness?

2005-07-02 Thread Oliver J. Morais
OpenBSD 3.7-current (GENERIC) #212: Mon Jun 27 21:48:43 MDT 2005 on i386 Compiling xpdf I see the following top-output (top -S -ocpu 10) load averages: 1.97, 1.55, 0.97 16:16:04 65 processes: 2 running, 62 idle, 1 on processor CPU states: 88.5% user, 0.0%

German Umlauts

2005-07-01 Thread Oliver J. Morais
Hi all! OpenBSD 3.7-current (GENERIC) #212: Mon Jun 27 21:48:43 MDT 2005 I want to use german umlauts in xterm, which works fine using csh and ksh -o vi but NOT using ksh -o emacs :-( (Umlauts work fine in other applications like vim, xchat, firefox...) My ~./profile (Slightly stripped to the

Re: Burn Testing

2005-05-26 Thread Oliver J. Morais
* Gaby vanhegan [EMAIL PROTECTED] [050526 17:31]: Ouch ;-) for x in `jot 24 1` is better I think ;-) I tried to use seq, but it wasn't there. Quick to write the numbers than search the man page... /usr/ports/misc/sh-utils if you want (g)seq, but jot is fine.