IPFW

2003-11-08 Thread Shawn Guillemette
I have installed ipfw and each time the machien is rebooted I lose the rules I added. any thoughts? There is no place like 127.0.0.1 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send a

Re: IPFW

2003-11-09 Thread Shawn Guillemette
ROTECTED]> To: "Malcolm Kay" <[EMAIL PROTECTED]> Cc: "Shawn Guillemette" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, November 09, 2003 7:30 AM Subject: Re: IPFW > On Sun, Nov 09, 2003 at 03:51:13PM +1030, Malcolm Kay wrote: > > On Sun, 9 Nov 2

Installing form /stand/sysinstall

2003-11-09 Thread Shawn Guillemette
I normaly install from ports but wanted to over come this issue any how.. I cant install from /sys/standinstall it says that my vertion could not be found on the ftp server.. ?? im looking for the conf file that handles that.. There is no place like 127.0.0.1 _

Re: Installing form /stand/sysinstall

2003-11-09 Thread Shawn Guillemette
worked thanks - Original Message - From: "Lee Harr" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 09, 2003 12:50 PM Subject: Re: Installing form /stand/sysinstall > >I normaly install from ports but wanted to over come this issue anyhow.. > >I cant install from /sys/

ipfw question

2003-11-10 Thread Shawn Guillemette
Looking at ipfw show 630000 0 deny log logamount 100 udp from any to any 119 via sis0 63000 24 1152 deny log logamount 100 tcp from any to any 135 via sis0 630000 0 deny log logamount 100 udp from any to any 135 via sis0 63000 is the rule number correct? IM wonderi

Re: ipfw question

2003-11-11 Thread Shawn Guillemette
thank you.. Im realy only blocking 135 due to the MSBlaster and others... no Samba yet - Original Message - From: "Simon Gray" <[EMAIL PROTECTED]> To: "Shawn Guillemette" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, November 11, 2

chroot users

2003-11-13 Thread Shawn Guillemette
I want to chroot users to there home directories so that I can allow them to use FTP and not worry about someone going lower then there home dir.. looking for a howto or links that might help out. Shawn ___ [EMAIL PROTECTED] mailing list http:/

/usr/ports/www/p5-Apache-MP3

2006-04-13 Thread Shawn Guillemette
Hello all, I installed p5-Apache-MP3 after reading about it and wanting to try it out and seem to have run in to a snag.. I installed the port with out any issues and now that it is installed Im looking for a read me or a link of some sort that might point in the direction of the next

Mrtg question

2005-01-11 Thread Shawn Guillemette
Im using net-snmp-5.2.1 with mrtg on a Alpha CPU. I want to monitor my memorry usage. However when I add the following to the mrtg.cfg file I find that SNMPD shuts down and I get these errors in the logs. I add this to mrtg.cfg LoadMIBs: /usr/local/share/snmp/mibs/UCD-SNMP-MIB.txt ### Memmory T

sendmail

2004-01-02 Thread Shawn Guillemette
I got some issues with sendmail and was hoping if I showed someone the logging that they might be able to point me in the right direction.. FreeBSD 4.8-RC1 sendamil 8.12.7_2 Thank you Shawn This is from /var/mail/maillog Jan 2 06:50:20 skywalker sendmail[28956]: i02BoKXY028956: from=<

RCS

2004-01-05 Thread Shawn Guillemette
Once apon a time I worked for a company that had used somthing called "RCS" to protect files from being writen to by more then one user at the same time. Im now in a situation where that would become helpful. I have read the man pages on RCS and looked for documantation on the web including t

port redirect

2004-01-19 Thread Shawn Guillemette
I have a freebsd machine set in place to do NAT for my local network. I am now currently forwarding one port. I would like to forward another port as well to the same address. This is what im using in rc.conf to forward a single port to a single address. /sbin/natd -redirect_port tcp 192.16

RC.conf

2003-09-17 Thread Shawn Guillemette
I'm looking for an example of /etc/rc.conf that's from a machine that is running nat.. I had this running at one time a nd now need to reinstall and want to rebuild,., I just cant remember what I added to rc.conf ___ [EMAIL PROTECTED] mailing list http

Re: RC.conf

2003-09-17 Thread Shawn Guillemette
natd is what I was looking for.. Thank you - Original Message - From: "Danny Horne" <[EMAIL PROTECTED]> To: "Josh Paetzel" <[EMAIL PROTECTED]>; "Shawn Guillemette" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wedn

mysql error and phpmyadmin how-to

2003-09-18 Thread Shawn Guillemette
get the following error when trying to log in to mysql as root like so .. # mysql -u root -p Enter password: ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) I'm issuing this command as root. Also as root I have attempted to change the passwd.. # mysqladmin -u

Re: mysql error and phpmyadmin how-to

2003-09-18 Thread Shawn Guillemette
AIL PROTECTED]> To: "Shawn Guillemette" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, September 18, 2003 6:41 PM Subject: Re: mysql error and phpmyadmin how-to > On Thursday, Sep 18, 2003, at 23:57 US/Eastern, Shawn Guillemette wrote: > > > get the

Re: mysql error and phpmyadmin how-to

2003-09-18 Thread Shawn Guillemette
55 Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> - Original Message - From: "Barry Hawkins" <[EMAIL PROTECTED]> To: "Shawn Guillemette" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, S

error with mysql when doing mysql -u root

2003-09-20 Thread Shawn Guillemette
After setting the mysql root user passwd I get this when trying to log in. # mysql -u root ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: NO) Just after the install of mysql I had created a database as a test successfully.. _

Re: error with mysql when doing mysql -u root

2003-09-20 Thread Shawn Guillemette
Shawn - Original Message - From: "Kevin Kinsey" <[EMAIL PROTECTED]> To: "Shawn Guillemette" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, September 20, 2003 6:42 AM Subject: Re: error with mysql when doing mysql -u root > On Sat, Se

Re: error with mysql when doing mysql -u root

2003-09-20 Thread Shawn Guillemette
# mysql -u root -p test Enter password: ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) thasts what i got when I tried that - Original Message - From: "Kevin Kinsey" <[EMAIL PROTECTED]> To: "Shawn Guillemette" <[

Re: error with mysql when doing mysql -u root

2003-09-20 Thread Shawn Guillemette
is there a way to reset the mysql root user passwd? I'm starting to wonder if I finger mumbled the passwd or something.. shawn - Original Message - From: "Jan van Stekelenburg" <[EMAIL PROTECTED]> To: "Shawn Guillemette" <[EMAIL PROTECTED]> C

WebMail

2004-04-08 Thread Shawn Guillemette
I'm looking into options for webmail.. was looking for ideas... Looking for something with a good how to .. ;-) Shawn Guillemette ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

WEB BASED EMAIL TRACKING

2004-05-20 Thread Shawn Guillemette
it goes to the department not the employees mailbox. Also allowing the next employee to review what was asked and the response that the previous co worker gave. Any thoughts or ideas? Thanks, -- Shawn Guillemette ___ [EMAIL PROTECTED] mailing

installed perl 5.8. from the ports ??

2004-05-20 Thread Shawn Guillemette
I get the same message: rt3-3.0.9 This program only support perl 5.6.1 or above. Unfortunately I dont know what version I has using before. I was wondering if there was somthign I needed to do to stop using the older version and start using the new one? -- Shawn Guillemette

perl troubles.

2004-10-25 Thread Shawn Guillemette
Attempting to install perl 5.8 on a newly install FreeBSD 4.10 Machine. I have done the following.. Compiled Kernel with IPFW support Install cvsup and updated the ports tree then cd /usr/ports/databases/mysql40-server make install and cd /usr/ports/www/apache13-modssl make install I

Kernel Panic when using mpd VPN Tunnel

2006-05-04 Thread Shawn Guillemette
Hello all, I have a Digital AlphaPC 164LX 533 MHz, running FreeBSD 4.11-RELEASE I have installed /usr/ports/net/mpd and attempted to make a vpn connection and after authenticating it seems to bring the machine to a panic with the following info in the messages file. May

Content filtering

2006-06-19 Thread Shawn Guillemette
Hello, I have recently been thinking about adding content filtering to my FreeBSD fire wall at home as the kids are starting to use the internet more and they are getting older too ;-) I'm running FreeBSD 4.11 RELEASE using IPFW as my firewall. The system its running on is

ZIP DRIVE

2004-03-22 Thread Shawn Guillemette
disk though. Id like to have the script release the tape for me so I know when it has completed. Also wondering if there is another way to remove the files from the destination media.. I know with tapes you can use erase, rewind, so on .. are there similar commands for the zip drive? Thanks,

ZIP DRIVE

2004-03-22 Thread Shawn Guillemette
disk though. Id like to have the script release the tape for me so I know when it has completed. Also wondering if there is another way to remove the files from the destination media.. I know with tapes you can use erase, rewind, so on .. are there similar commands for the zip drive? Thanks,

Sorry I sent 2

2004-03-22 Thread Shawn Guillemette
DUH!!! Shawn Guillemette There is no place like 127.0.0.1 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Wanted to ask the questions again during the day

2004-03-23 Thread Shawn Guillemette
disk though. Id like to have the script release the tape for me so I know when it has completed. Also wondering if there is another way to remove the files from the destination media.. I know with tapes you can use erase, rewind, so on .. are there similar commands for the zip drive? Thanks,

FreeBSD and Internal IDE 100M ZIP drive

2004-03-24 Thread Shawn Guillemette
Looking to eject my 100M iomega ZIP deive from with in my shell script. URL's, Pasted examples, anything.. Im searching the net too... not much luck yet... Shawn There is no place like 127.0.0.1 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.

error during install from ports

2004-04-02 Thread Shawn Guillemette
installing ImageMagick cd to /usr/ports/graphics/ImageMagick ran make ran make install and get this ... /usr/ports/graphics/ImageMagick# make install ===> Patching for ImageMagick-5.5.7.16 ===> Applying FreeBSD patches for ImageMagick-5.5.7.16 Ignoring previously applied (or reversed) patch.

troubles when installing port

2004-04-02 Thread Shawn Guillemette
installing ImageMagick cd to /usr/ports/graphics/ImageMagick ran make ran make install and get this ... /usr/ports/graphics/ImageMagick# make install ===> Patching for ImageMagick-5.5.7.16 ===> Applying FreeBSD patches for ImageMagick-5.5.7.16 Ignoring previously applied (or reversed) patch.

RE: Content filtering

2006-06-20 Thread Shawn Guillemette
nks Shawn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Loren M. Lang Sent: Tuesday, June 20, 2006 2:09 AM To: Shawn Guillemette Cc: freebsd-questions@freebsd.org Subject: Re: Content filtering Shawn Guillemette wrote: > Hello, > > >