Re: Here we go - more nonesence out changein things (was: Reminder about the X Aperture)

2006-03-15 Thread unixadmin99
On 15/03/06, Roger Neth Jr [EMAIL PROTECTED] wrote:
 On 3/15/06, Andrew Ng [EMAIL PROTECTED] wrote:
  Hi Chris,
 
  cool it. I think you meant nimrod. I said I believe Theo and others
  snip

 Can anyone guess who nimrod was in history? : )

 rogern

 John 3:16


RTFM.
Gen. 10:8-10
http://www.htmlbible.com/kjv30/B01C010.htm#N8
Gosh. even you should know :)
*smiles*

--
~michael



Re: OT: OpenBSD on IBM/lenovo T42 or T43, Z series?

2006-02-14 Thread unixadmin99
On 14/02/06, Subcommander l0r3zz [EMAIL PROTECTED] wrote:
 If anyone out there is running OpenBSD 3.8 or current with X-windows on any
 of the above
 could you let me know? I've searched the archives and the laptop pages and
 don't see any mention
 of these particular models. I'd like to make sure I can run OpenBSD before I
 buy.


OpenBSD 3.8 and current (12Feb Snapshot) both work fine on my Thinkpad T42P.
You shouldn't have any problems.

--
~michael



Re: Clustering using OpenBSD

2006-01-31 Thread unixadmin99
 They're all firewalls; Theo gets hit with a lot of malicious traffic.


s/gets hit with/attracts

*ducks*

--
~michael



Re: 10 years T-shirt

2005-10-17 Thread unixadmin99
On 10/16/05, Ed Wandasiewicz [EMAIL PROTECTED] wrote:
 How about a hooded sweatshirt with a puffy logo on the back to celebrate
 10 years?

 Ed.

You can get a hooded top from Wim: https://kd85.com/notforsale.html
Though you could be branded anti-social in some parts of the UK for
wearing your hoodie:
http://news.bbc.co.uk/1/hi/england/kent/4534903.stm

--
~michael



Re: OpenBSD 3.8 song

2005-09-27 Thread unixadmin99
On 9/27/05, Magne J. Andreassen [EMAIL PROTECTED] wrote:
 On Tue, 2005-09-27 at 12:48 -0700, John Brahy wrote:
  I totally love the idea but it's not a song. The skit was great but I was
  really hoping to blast some music everything I got a error from my raid
  array because of this problem. It should be a good punk rock song! How about

Turn the lights down low AND close your eyes and instantly find
yourself in a movie theater watching the screening of the latest
blockbuster film trailer to come out of...
Honestly, It really does work when you immerse yourself in it.

--
~michael

PS: There are much worse songs with enormous budgets gliding up and
down the charts.



Re: how to migrate freebsd 4.9 users and group to Openbsd

2005-08-12 Thread unixadmin99
On 8/12/05, Roberto Pereyra [EMAIL PROTECTED] wrote:
 Hi
 
 That's is my question ?
 
 I would like to migrate from freebsd to openbsd.
 
 How to migrate freeBSD 4.9 users and group to OpenBSD ?
 
 Thanks in advance.
 
 roberto
 
 
Personally i'd start with:
http://www.freebsd.org/cgi/man.cgi
http://www.openbsd.org/cgi-bin/man.cgi
Read up passwd(1),passwd(5),group and associated files.

-- 
~michael



sleep patterns...

2005-07-04 Thread unixadmin99
Oops!
Accidently emptied half the contents of src.tar.gz into /usr/bin while
undergoing an install under the intoxication of sleep.
What's the most efficient way of rectifying this?

-- 
~michael



Re: sleep patterns...

2005-07-04 Thread unixadmin99
On 7/4/05, John Wright [EMAIL PROTECTED] wrote:
 On Mon, Jul 04, 2005 at 09:00:18AM +0100, unixadmin99 wrote:
  Oops!
  Accidently emptied half the contents of src.tar.gz into /usr/bin while
  undergoing an install under the intoxication of sleep.
  What's the most efficient way of rectifying this?
 
 src.tar.gz is mostly directories and /usr/bin shouldn't have any.
 
 cd /usr/bin
 for d in *; do
   if [ -d $d ]; then
  echo $d
   fi
 done
 echo Makefile
 
 Should list what needs deleting.
 
Thanks guys,
Indeed /usr/bin should not contain directories.
Followed John's advice and compared against a known good.

Thanks again.

-- 
~michael