Re: Jails: An rc.d script

2004-05-22 Thread William M. Grim
quot; in start) start_jails ;; restart) stop_jails sleep 1 start_jails ;; stop) stop_jails ;; esac Thanks again, and sorry for the confusion. William M. Grim wrote: Hi! I've written an rc.d script that can start/stop/

Jails: An rc.d script

2004-05-22 Thread William M. Grim
Hi! I've written an rc.d script that can start/stop/restart jails, if they follow a certain pattern of setup. I'm strongly considering the placement of this in ports or base (ports seems most appropriate). Basically, if you have jails in /usr/local/var/jail/, my script can start it up automati

Re: IP frag need

2004-05-19 Thread William M. Grim
Dmitry A. Bondareff wrote: Hello hackers! I have two office in the Internet. And now I trying to make VPN between it. I using mpd for it. Client ---> (mtu=1500) FreeBSD (mtu=1024) == VPN over Internet ==> (mtu=1024)FreeBSD (mtu=1500)---> WindowsNT Client trying to use mounted disk from

Re: Remote Debugging using GDB on Linux

2004-04-20 Thread William M. Grim
Marcel Moolenaar wrote: On Tue, Apr 20, 2004 at 03:17:56AM -0500, William M. Grim wrote: Hi! Is it possible to do remote debugging of the FreeBSD kernel over a serial connection using Linux? FreeBSD has a special "-k" switch that Linux does not for GDB; so, I'm not even sur

Remote Debugging using GDB on Linux

2004-04-20 Thread William M. Grim
Hi! Is it possible to do remote debugging of the FreeBSD kernel over a serial connection using Linux? FreeBSD has a special "-k" switch that Linux does not for GDB; so, I'm not even sure it's possible without a lot of work. Thanks in advance for your replies. -- William Michael Grim Student,

Re: machine/atmoic.h

2004-02-14 Thread William M. Grim
Atomic functions often serve purposes in mutexes and SMP. You want to be able to lock a mutex in one cycle (at least few enough cycles guaranteed to be executed before another process is scheduled). If you try to lock a mutex without using atomic functions, then two processes might try to loc

Re: cons25 and xterm

2004-01-29 Thread William M. Grim
Erik Trulsson wrote: On Thu, Jan 29, 2004 at 03:16:37PM -0800, zera holladay wrote: Hello, when I ssh to my school Unix account (unfortunately solaris) from my local host's command line and when I attempt to clear the screen, I get an error message from the remote host: `cons25`: unknown termin

Re: symlink: /home -> /usr/home vs. /home -> usr/home in default installation

2004-01-24 Thread William M. Grim
Dmitry Morozovsky wrote: On Fri, 23 Jan 2004, Andriy Tkachuk wrote: AT> The idea is this: if you mount your / to another AT> place (for example /mnt on another computer), your AT> /mnt/home will point to correct place (/mnt/usr/home) AT> instead of /usr/home. AT> AT> What do you, falks, think abo

Re: symlink: /home -> /usr/home vs. /home -> usr/home in default installation

2004-01-23 Thread William M. Grim
Andriy Tkachuk wrote: The idea is this: if you mount your / to another place (for example /mnt on another computer), your /mnt/home will point to correct place (/mnt/usr/home) instead of /usr/home. What do you, falks, think about this? Thanks. ___ [EM

FreeBSD 5.1 Automount - amd.map help?

2003-12-10 Thread William M. Grim
Hey again! Thanks for the previous help trying to update from 5.1 to 5.2. Now, I'm trying to setup amd and have setup and amd.conf to go along with it (I have attached amd.conf). In rc.conf, I have also cleared the amd_flags so that it loads amd.conf. However, I was curious how the /etc/amd.map

FBSD 5-CURRENT: Kernel Makefile.inc1 Error

2003-12-06 Thread William M. Grim
Hey there! I'm having a slight problem performing a build on my FreeBSD 5.1 machine. I downloaded the 5-CURRENT source code and only added the line, "device pcm" to the GENERIC kernel, renaming it to ZEUS. Then, I went into /usr/src and typed "make buildkernel KERNCONF=ZEUS", and it immediately

CMD Tech. PCI-0680 Driver

2002-10-05 Thread William M. Grim
Hey there! I'm very new to this list and couldn't find a better one to post too (please let me know if I should post elsewhere). Anyway, I'm looking to update the ATA driver so that my new ATA/133 card with a Silicon Images' PCI-0680 chipset works. I bought the card from CMD Technologies. Appa