Re: Questions about CPU related sysctls

2004-02-26 Thread Philip Reynolds
> kern.ccpu: > hw.acpi.cpu.cx_history: > machdep.hlt_cpus: This has come up before, feel free to submit something! -- Philip Reynolds | RFC Networks Ltd. [EMAIL PROTECTED] | +353 (0)1 8832063 http://people.rfc-networks.ie/~phil/ | www.rfc-networks.ie pgp0.pgp Description: PGP signature

Re: ELF branding / magic numbers

2004-02-05 Thread Philip Reynolds
Ruslan Ermilov <[EMAIL PROTECTED]> 35 lines of wisdom included: > On Thu, Feb 05, 2004 at 08:39:45AM +0000, Philip Reynolds wrote: > [...] > > Does the magic number not then support multiple ABI's per system > > architecture, or is there some part of the puzzle I

ELF branding / magic numbers

2004-02-05 Thread Philip Reynolds
e curious about, as reading the PT_NOTE section (e.g. from file(1)) is certainly more convaluted than looking at the mgaic number. There's obviously a good reason for that. -- Philip Reynolds | RFC Networks Ltd. [EMAIL PROTECTED] | +

Re: Networking problem

2003-06-20 Thread Philip Reynolds
he appropiate addresses. Have a google for some information. Ref: natd(8), ipfw(8) -- Philip Reynolds | RFC Networks Ltd. [EMAIL PROTECTED] | +353 (0)1 8832063 http://people.rfc-networks.ie/~phil | www.rfc-networks.ie ___ [EM

Re: struct ipc_perm

2003-06-19 Thread Philip Reynolds
ications using it, should work. They'll pick up the sizeof() the modified struct. -- Philip Reynolds | RFC Networks Ltd. [EMAIL PROTECTED] | +353 (0)1 8832063 http://people.rfc-networks.ie/~phil | www.rfc-networks.ie ___

Re: kqueue alternative?

2003-06-15 Thread Philip Reynolds
ww.monkey.org/~provos/libevent/ Yes, it's recently been stuck into NetBSD. http://tardis.redbrick.dcu.ie/1301/groups.google.com Phil. -- Philip Reynolds | RFC Networks Ltd. [EMAIL PROTECTED] | +353 (0)1 8832063 http://people.rfc-networks.ie/~p

Re: pw(8): $ (dollar sign) in username

2002-12-28 Thread Philip Reynolds
(8)'' to add the dollar. Simple as that. This is a known issue, however, some people like to ignore it :) -- Philip Reynolds | RFC Networks Ltd. [EMAIL PROTECTED] | +353 (0)1 8832063 http://people.rfc-networks.ie/~phil | www.rfc-networks.ie msg38878/pgp0.pgp Description: PGP signature

Re: How to keep java code running after logout

2002-07-30 Thread Philip Reynolds
familiar with Java debugging utilities for UNIX, especially FreeBSD. However your problem seems to be the method for spawning your program in the background, which I think you need to rethink. -- Philip Reynolds | Technical Director [EMAIL PROTECTED] | RFC Networks Ltd. http://www.rfc-networks.ie | +353 (0)1 8832063 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: High Avaliability Processes

2002-07-22 Thread Philip Reynolds
I want to ask a rather simple question. Does > FreeBSD contain a program (preferably a kernel process) that can see if > another process (user defined) terminates and then restart this process? > Or will I have to use an "external" program for this? > > Grateful for a

Re: tip problem

2002-07-15 Thread Philip Reynolds
"Dmitry A. Bondareff" <[EMAIL PROTECTED]> 47 lines of wisdom included: > So. > > When I connect with tip to port on which modem connected - server do not > halt. > But on empty port - HALT! > > -- > #tip -v com2 > connected > > ---

Re: tip problem

2002-07-15 Thread Philip Reynolds
"Dmitry A. Bondareff" <[EMAIL PROTECTED]> 57 lines of wisdom included: > Hello, hackers! > > I have servers with FreeBSD 4.6-RELEASE-p2. > > And only for one of them I have problem with tip command. > > # tip com1 > after this command server halting and only "reset" button may help. What's con