IPFW equivalent of iptables --state ESTABLISHED, RELATED

2005-10-22 Thread John Do
Hi guys I'm having trouble with IPFW I need to allow user initiated traffic IN but I can't Basically in iptables for Linux I would have used something like -A INPUT -p tcp -m tcp --state ESTABLISHED,RELATED -j ACCEPT Can someone help me discover what the equivalent syntax in IPFW would be? I h

5.2.1-RELEASE FTP site error suddenly

2005-09-08 Thread John Do
Here is what happens: pkg_add -r apache+mod_ssl Error: FTP Unable to get ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/5.2.1-RELEASE/packages/Latest/apache+mod_ssl.tbz: Protocol error pkg_add: unable to fetch 'ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i38

Re: 5.2.1-RELEASE FTP site error suddenly

2005-09-08 Thread John Do
time ftp://ftp3.de.freebsd.org/pub/FreeBSD/releases/i386/5.2.1-RELEASE/5.2.1-RELEASE/packages/Latest/ --- Kris Kennaway <[EMAIL PROTECTED]> wrote: > On Thu, Sep 08, 2005 at 12:41:31PM -0400, John Do > wrote: > > Here is what happens: > > > > pkg_add -r apache+m

Can't boot

2005-09-08 Thread John Do
MBR installed on ad0 FreeBSD installed on ad2 slice 2 When I try to boot using: boot0cfg -s 2 ad2 I get an error like incompatible mode or type. Anyone know how to fix this? fdisk does show that slice as being FreeBSD type and I did install it there. Thanks!

MYSQLD mysql-server for 5.2.1

2005-09-09 Thread John Do
I installed mysql-server and mysql-clients but can't find the mysqld executable to start the mysql server. What is it that I'm missing? Thanks guys __ Find your next car at http://autos.yahoo.ca __

Re: MYSQLD mysql-server for 5.2.1

2005-09-09 Thread John Do
It didn't find mysqld and I have searched before as well --- Miguel Cárdenas <[EMAIL PROTECTED]> wrote: > Try to find mysql* using find command, maybe the > location is not included into > the PATH variable, so you should do it in ~/.profile > or something like > > regards > > > I installed my

Re: MYSQLD mysql-server for 5.2.1

2005-09-09 Thread John Do
Thanks Dan! That is the answer I am looking for! I'll try it and report back later on today. --- Dan Nelson <[EMAIL PROTECTED]> wrote: > In the last episode (Sep 09), John Do said: > > It didn't find mysqld and I have searched before > as well > > mysqld

Re: MYSQLD mysql-server for 5.2.1

2005-09-09 Thread John Do
adds an entry. I wouldn't have known what to add to rc.conf if you didn't mention it. Did I do do something wrong or is there a way to make FreeBSD packages like this do more configuration such as automatic server/start enabling etc... Thanks! --- John Do <[EMAIL PROTECTED]>

Stand-alone GRUB HELP

2005-09-11 Thread John Do
Hi guys I have been reading documentation and I'm still confused. I have Windows on ad0 and FreeBSD on ad2 I installed the BSD bootloader but it is only booting Windows. There is some limitation or problem and no matter what I try in the emergency shell I cannot configure boot0cfg to work prope

Re: Stand-alone GRUB HELP

2005-09-11 Thread John Do
Hi Glen, Thanks for the reply I tried the following and there was no change to the boot menu: boot0cfg -B -s 5 ad0 boot0cfg -B -s 2 ad2 --- Glenn Dawson <[EMAIL PROTECTED]> wrote: > At 09:18 PM 9/11/2005, John Do wrote: > >Hi guys > > > >I have been reading

Boot Loader Problem

2005-09-18 Thread John Do
Hi guys I still can't boot BSD :( I have tried everything I can and bla bla read etc etc :( Here is the setup (I boot off ad0) ad0 - boot loader and Windows XP ad2 slice 2 - FreeBSD Install Exactly from the emergency shell do I need to type to configure the bootloader so it gives the option of

Re: Boot Loader Problem

2005-09-18 Thread John Do
Hi Gary and Glen, I have the output. It was sure tiring to write out and then type back though :) bsdlabel /dev/ad2s1: No Valid Label bsdlabel /dev/ad2s2: 8 partitions # size offset fstype [fsizebsize bps/cpg] a: 8191983 0 4.2BSD 2048 16384 28552 b:

Install GRUB for FreeBSD

2005-09-18 Thread John Do
Anyone know how to install GRUB for FreeBSD when you can't boot to it? I am totally lost now guys with the booting. FreeBSD bootloader has me so frustrated Linux GRUB is simple and intuitive to use and BSD loader has me lost after weeks :( I even installed GRUB into MBR and the BSD bootloader w

Re: Boot Loader Problem

2005-09-18 Thread John Do
is really is my only gripe about FreeBSD I think it should include GRUB or they need to create a better native loader. Thanks Gary and I'll let you know what happens with the boot0cfg --- "Gary W. Swearingen" <[EMAIL PROTECTED]> wrote: > John Do <[EMAIL PROTECTED]> wri

FreeBSD 5.4 NTFS Mount Bug?

2005-09-18 Thread John Do
Hi guys I mounted an NTFS drive and in one directory I noticed about 50% of the NTFS directories that existed were being shown. Does anyone know if this is an actual bug or is there a work around for it? In Linux I have never seen an issue like this with mounting NTFS (not to bash but just to co

Skipping/Stuttering Sound in XMMS

2005-09-18 Thread John Do
Does anyone know why the sound skips and often stutters in XMMS? I don't seem to have this problem in other random media players in FreeBSD. I'm also wondering why it won't show MIDI support even though it is detected for PCM sound. I have an old Soundblaster Live Card Thanks for your help guys

Re: FreeBSD 5.4 NTFS Mount Bug?

2005-09-18 Thread John Do
]> wrote: > On Sep 18, 2005, at 5:12 PM, John Do wrote: > > > Hi guys > > > > I mounted an NTFS drive and in one directory I > noticed > > about 50% of the NTFS directories that existed > were > > being shown. > > > > Does anyone know if this is

Re: Skipping/Stuttering Sound in XMMS

2005-09-18 Thread John Do
The plugin makes sense.I think it is the MP123 plugin that I'm using and the other players that don't skip must be using some other plugin I'll try to install and use libMAD like you recommend Thanks --- Garrett Cooper <[EMAIL PROTECTED]> wrote: > > On Sep 18

Re: Skipping/Stuttering Sound in XMMS

2005-09-18 Thread John Do
Does anyone know how to load and configure another MP3 player instead of lib123.so in XMMS? I have libmad and others installed but I have no other options for MP3 playing other than lib123 I still can't figure out how to enable MIDI sounds for my soundcard --- John Do <[EMAIL P

Re: Skipping/Stuttering Sound in XMMS

2005-09-18 Thread John Do
I even copied libmad.so into /usr/X11R6/lib/xmms/Input where all the other XMMS Input modules are and with a restart it still doesn't show :( --- John Do <[EMAIL PROTECTED]> wrote: > Does anyone know how to load and configure another > MP3 > player instead of lib123.so

Re: Skipping/Stuttering Sound in XMMS

2005-09-19 Thread John Do
So does anyone have any ideas about how to enable my soundcard to play MIDI sounds and fix the XMMS stuttering issue? Your help is welcomed and appreciated don't be shythanks :) --- John Do <[EMAIL PROTECTED]> wrote: > I even copied libmad.so into > /usr/X11R6/lib/xmms/Inp

My CD Writers are detected as CD-ROM

2005-09-19 Thread John Do
Anyone know how to fix this? Thanks! __ Find your next car at http://autos.yahoo.ca ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mai

Re: Skipping/Stuttering Sound in XMMS

2005-09-19 Thread John Do
h but I'll make a new e-mail about that to avoid confusion As a side note libmad does have a little bit of stuttering and it seems the buffer was the issue with libmpg123 --- John Do <[EMAIL PROTECTED]> wrote: > So does anyone have any ideas about how to enable my > soundcard t

SSH Port Forwarding Specific IP

2005-10-12 Thread John Do
If you have a FreeBSD computer with multiple IP addresses and you want an outside client to tunnel how can you force the tunnel to use a certain IP? Thanks! __ Find your next car at http://autos.yahoo.ca