cmd to run after installing a new FreeBSD package

2003-06-18 Thread Paul Hamilton
command (ie. lynx). It saves you having to logout and relog back in. I have used it once, but it was some time ago and have forgotten it :-( Any Hints... Cheers, Paul Hamilton ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

RE: cmd to run after installing a new FreeBSD package

2003-06-18 Thread Paul Hamilton
Thanks Dirk-Willem and Markie, That was the command I was after. Thanks for that! Cheers, Paul Hamilton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dirk-Willem van Gulik Sent: Wednesday, 18 June 2003 11:23 PM To: Fox Cc: Paul Hamilton; Freebsd

RE: Converting Linux passwd to FreeBSD

2003-06-10 Thread Paul Hamilton
Hamilton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Benjamin Mayer Sent: Tuesday, 10 June 2003 5:41 AM To: [EMAIL PROTECTED] Subject: Re: Converting Linux passwd to FreeBSD On Tue, 10 Jun 2003 08:25:27 +0700 (ICT) Olivier Nicole [EMAIL PROTECTED] wrote

RE: Disk copy -- WAS: Re: Can you copy FreeBSD from one of mypresent machine and load itto a new

2003-06-07 Thread Paul Hamilton
Ghost 7.5 works for me. It doesn't like auto-resizing a partition, so the HD should be the same size or larger! Cheers, Paul Hamilton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of John Sent: Saturday, 7 June 2003 2:45 PM To: [EMAIL PROTECTED] Cc: Jez

FW: Dummynet/Traffic Shaping problem

2003-05-28 Thread Paul Hamilton
I would use trafshow (in ports/packages). It has a command line ncurser display, and will show each connection, and the speed. Run this in one window, and in the other you can play with the pipes. Cheers, Paul Hamilton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

FW: simple way to mount a ramdisk?

2003-05-28 Thread Paul Hamilton
Well done Malcolm, and well written! Cheers, Paul Hamilton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Malcolm Kay Sent: Sunday, 25 May 2003 12:00 PM To: Neo; [EMAIL PROTECTED] Subject: Re: simple way to mount a ramdisk? On Sat, 24 May 2003 13:32

RE: 'top' showing high interrupt rate

2003-05-28 Thread Paul Hamilton
is the size and res. Anyone know of problems with natd? The server was acting ok, just reporting that the interrupt usage was running at 60%. I will keep an eye on this over the next few days. Cheers, Paul Hamilton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf

Problems patching kdevelop port

2003-05-28 Thread Paul Hamilton
Hi All, I am trying to build kdevelop via ports on FreeBSD 4.8 When I try and run 'make', it asks for 'File to patch' I have tried typing in kdevelop-2.1.5, kdevelop, patch-af (see below). I thought this was meant to be automatic? The same happens when I try and build 'gimp' (in that it asks for

Re: Problems running wget on FreeBSD 4.7

2003-03-26 Thread Paul Hamilton
Just out of interest to anyone trawling the archives, I have found a work-around. Instead of using: ftp://ftp.nai.com/pub/antivirus/superdat/intel/sdat4???.exe; Use this instead: ftp://ftp.nai.com/pub/antivirus/superdat/intel/sdat4*.exe; Test ok on Wget 1.8.2_1! Cheers, Paul Hamilton

Problems running wget on FreeBSD 4.7

2003-03-24 Thread Paul Hamilton
. - Which is ok, as I already have downloaded it. My question is (eventually), has the globing function changed between the different versions, or is the globing function broken? Or am I missing something deeper? Cheers, Paul Hamilton To Unsubscribe: send mail to [EMAIL PROTECTED

script runs ok, however cron job stalls with wget

2003-02-27 Thread Paul Hamilton
that includes the /usr/local/bin and the /root/bin directories, however, that didn't help. Any ideas? Cheers, Paul Hamilton To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Belkin UPS installation confusion

2003-02-27 Thread Jon Hamilton
that would allow FreeBSD to } shut down properly if the power went away. Silly me. I've been using nut (ports/sysutils/nut) with my Belkin F6C525-SER for some time with good success. I'd recommend giving that a try. -- Jon Hamilton [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL

using Dummynet to rate limit ftp

2003-02-14 Thread Paul Hamilton
be different every time, even in passive mode. Am I missing something? Cheers, Paul Hamilton To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Configuring FreeBSD 4.7 for IPFW2

2003-01-16 Thread Paul Hamilton
alias's compiled, so I don't have to go around running buildworld. Cheers, Paul Hamilton To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

How do I monitor the serial CTS line via C programmatically?

2003-01-15 Thread Paul Hamilton
Hamilton To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

RE: How do I monitor the serial CTS line via C programmatically?

2003-01-15 Thread Paul Hamilton
) { last = bits TIOCM_CTS; printf(CTS %s.\n, last ? on : off); } usleep(10); } return (0); } Brilliant!! :-) Thanks for that! Cheers, Paul Hamilton -Original Message- From: [EMAIL

How can data be inserted into a MySQL DB using C code?

2003-01-15 Thread Paul Hamilton
contents into the MySQL DB. However, that means I wouldn't get any live data. I know there is the MySQL++ project, but I had problems trying to get that to function, and my C++ knowledge is negligible. Any help, or tips would be grateful. Cheers, Paul Hamilton To Unsubscribe: send mail

<    1   2