Re: FreeBSD - Linux / Unix ?

2004-03-25 Thread Han Hwei Woo

- Original Message - 
From: Beheer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, March 25, 2004 8:33 AM
Subject: Re: FreeBSD - Linux / Unix ?


 Gil Binder wrote:
  Hey there,
  I am a FreeBSD user, I have a debate with someone about FreeBSD.
  And I would like you to answer our little debate, FreeBSD is:
  A.  Linux
It is definitely not A. Linux is a kernel, and FreeBSD has its own kernel.
There is absolutely no Linux code in FreeBSD. However, Linux being a kernel
only is usually packaged with software from GNU for its userland. Much of
FreeBSD's userland is its own code, but it does use some GNU software.
FreeBSD is also under the BSD license, which is significantly different than
Linux's GPL license, although both are open source.

  B.  Unix
Depends on what you mean by Unix. There is code in it that derives from the
original ATT UNIX. It is also posix compliant. However, the Open Group
which currently owns the UNIX trademark does not consider it Unix. Also,
people will often use the term Unix to refer to the proprietary operating
systems from the big vendors (SunOS/Solaris, Tru64, HP-UX, IRIX, AIX), which
are branched from the original UNIX and has code licensed from it (note SCO
who now owns the code). Although you can loosely call FreeBSD Unix, it is
more aptly referred to as a unix derivative or unix variant.

  C.  Something else ( Tell us what ;P )
I'd go with this answer. If I had to classify it in any group, I'd classify
it as a BSD. 1) Because it's branched directly from BSD 2) It's under the
BSD license. 3) It is most similar to other BSD derivates such as OpenBSD
and NetBSD, with which it shares a lot of common code, and is significantly
more different from any other operating system.

 
  Thanks and have a great week / day / whatever ;],
  Gil.
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
[EMAIL PROTECTED]
 
 

 see:  http://www.schellong.de/div/fbsd_cmp.pdf

 Richard.

  __
 / __ \ _/ /_/  _   ___
/ /_/ / __ `/ __  / _ \/ ___/ __ \/ __ `__ \
   / _, _/ /_/ / /_/ /  __/ /__/ /_/ / / / / / /
 /_/ |_|\__,_/\__,_/\___/\___/\/_/ /_/ /_/

 www.radecom.nl






 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: intel etherexpress pro/10 not probed

2003-07-15 Thread Han Hwei Woo
Try setting the pnpos option in your bios to no.

My laptop's intel NIC doesn't get detected otherwise.

Cheers,
Han
http://www.argosy.ca/~hhw

- Original Message - 
From: michal novacek [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, July 06, 2003 1:31 PM
Subject: intel etherexpress pro/10 not probed



 hi,

 i got intel etherexpress pro/10 combo card, which i got from old server,
 but i can't get it probed in my home computer. i guess it's not the hw
 prblem of the card because the link light switches on when i plug tp cable
 in it.

 during boot, i got the following:
 ...
 atapci0: Intel PIIX3 ATA controller port 0xffa0-0xffaf at device 7.1 on
 pci0
 ata0: at 0x1f0 irq 14 on atapci0
 ata1: at 0x170 irq 15 on atapci0
 pci0: serial bus, USB at device 7.2 (no driver attached)
 pci0: display, VGA at device 10.0 (no driver attached)
 pci0: multimedia, audio at device 11.0 (no driver attached)
 pci0: input device at device 11.1 (no driver attached)
 pci0: network, ethernet at device 12.0 (no driver attached)
 # ^^this is it
 ahc0: Adaptec 2940 Ultra SCSI adapter port 0xec00-0xecff mem 0xffafb000-
 0xffafbfff irq 10 at device 13.0 on pci0
 aic7880: Ultra Wide Channel A, SCSI Id=7, 16/253 SCBs
 rl0: RealTek 8139 10/100BaseTX port 0xe800-0xe8ff mem 0xffafaf00-
 0xffafafff irq 11 at device 14.0 on pci0
 rl0: Realtek 8139B detected. Warning, this may be unstable in autoselect
 mode
 rl0: Ethernet address: 00:08:a1:24:80:60
 miibus0: MII bus on rl0
 rlphy0: RealTek internal media interface on miibus0
 rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 ...
 [EMAIL PROTECTED] boot]# pciconf -vl
 ...
 [EMAIL PROTECTED]:12:0:class=0x02 card=0x chip=0x12268086
 rev=0x03 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82596 EtherExpress PRO/10'
 class= network
 subclass = ethernet
 ...

 it seems to me, that everything is ok, bot i can't figure out how to make
 the system load the appropriate driver. from hardware notes, i suppose
that
 the driver (module)should be ex -- even man 4 ex lists this card, but i do
 not have this module in /boot/kernel/ and compiling it into kernel doesn't
 change anything (it's still not detected :-{) i'm using freebsd 5.0-
 release.

 thanx for any opinions.

 --m

 -- 
 [ [EMAIL PROTECTED] ] [ [EMAIL PROTECTED] ] [ [EMAIL PROTECTED] ]
   Unix is user friendly. It's just selective about who its friend are.

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 5.1 on ASUS P4C800 (onboard NIC problems, 3Com 3C940)

2003-07-04 Thread Han Hwei Woo
I don't believe the 3C940 is currently supported in FreeBSD (nothing about
it in hardware notes for 5.1 i386). So, you can try googling to see if
anyone's working on a driver for it. Chances are however that you'll have to
use another NIC.

- Original Message - 
From: Gab [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, July 01, 2003 8:31 AM
Subject: FreeBSD 5.1 on ASUS P4C800 (onboard NIC problems, 3Com 3C940)


 Hello,

 I successfully installed FreeBSD 5.1 on my ASUS P4C800 motherboard. The
 only remaining problem is that sysinstall did not find any ethernet
 device during the installation. The onboard NIC is a 3Com 3C940.

 What should I exactly do in order to make the system detect this 3Com
 3C940 ethernet device and make it work properly?

 Many thanks for your help.

 Gab

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 2 NIC's (one dhcp) and default route issue

2003-07-03 Thread Han Hwei Woo
The correct syntax is:
supersede routers 0.0.0.0;
Did you forget the semicolon in the config also? /etc/dhclient.conf is the
way to do this, so make sure everything in the file is correct.

Han Hwei Woo
http://www.argosy.ca/~hhw

- Original Message - 
From: stan [EMAIL PROTECTED]
To: Free BSD Questions list [EMAIL PROTECTED]
Sent: Thursday, July 03, 2003 11:00 AM
Subject: FW: 2 NIC's (one dhcp) and default route issue



 I'm building a machine with 2 nic's. They will be on seperate subnets, and
 in the long run both will have fixed addresses.

 However at the moment I've set one of these up for dhcp. The fixed addres
 NIC should be the one thta has the default route associated with it, and I
 have a defaultrouter= statement in /etc/rc.conf. However, when i boot the
 machine netstat shows that teh dhcp interface has aquired the default
 route.

 How can I correct this?

 I tried adding supersede routersxxx.xxx.xxx.xx in /etc/dhclient.conf,
but
 this does not seem to work.

 The machine is 4STABLE, if thta matters.

 Thanks.

 -- 
 They that would give up essential liberty for temporary safety deserve
 neither liberty nor safety.
 -- Benjamin Franklin

 - End forwarded message -

 -- 
 They that would give up essential liberty for temporary safety deserve
 neither liberty nor safety.
 -- Benjamin Franklin
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re:

2003-06-30 Thread Han Hwei Woo
From the sounds of it, you haven't configured X yet. The handbook will walk
you through it if you've never done this before.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11.html

In the event that you already have, or do it and still have problems,
include the error messages in your next E-mail so we have something to work
with.

Han Hwei Woo
http://www.argosy.ca/~hhw


- Original Message - 
From: kc copling [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, June 29, 2003 11:09 PM


 hello i just installed freebsd and i installed all the packages and
everything but when i hit startx in the terminal it wont log me into the
graphical interface what could be wrong and how can i fix it
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 11 Hour Installs on KDE?

2003-06-28 Thread Han Hwei Woo
RedHat installs KDE as binary packages, wheres FreeBSD ports compiles
everything from source. If you want to install the binary package for
FreeBSD, either use /stand/sysinstall or pkg_add(1). More information is
also in the handbook.

Han Hwei Woo
http://www.argosy.ca/~hhw

- Original Message - 
From: Joe Pokupec [EMAIL PROTECTED]
To: Free BSD List [EMAIL PROTECTED]
Sent: Saturday, June 28, 2003 5:59 PM
Subject: Re: 11 Hour Installs on KDE?


 Hey Guys,

 Thanks for your input and explanations. Here's the part I don't understand
 (very simplistic view). Both machines previously had Red Hat 9 installed
on
 them. I decided that I didn't want to pay Red Hat for their up2date
feature
 on each machine and decided to go back to BSD with a GUI so I could go
back
 to the trusty, and free ports feature(s)...

 RH9 took less than 15 minutes to install and boot for each machine. It has
 the Blue Wave GUI and I would imagine is pretty bloated as well. So, from
 this point of view, how can one OS take 15 minutes, while the other take
15
 hours (and counting)?

 The machines are Pentium II, 333Mhz and 400 Mhz units (both are Dells).
Each
 machine has 256 Megs of RAM, and one of the machines has a 60 gig drive...

 Thanks

 Joe


  Joe Pokupec wrote:
  Hi All,
 
  I installed 5.1 on 2 separate machines yesterday. After the general
install
  (which included all the Ports), I went to /usr/ports/x11/kde3 and did
a:
 
  What are these machines?  Processor?  RAM?
 
  make install clean after reading tfm.
 
  The install has been going for over 11 hours now. It's not hung up, the
text
  is scrolling by... On both machines...
 
  Is there something I should know?
 
  Yes, KDE is big ... Huge ... Like ... try to imagine more code than you
  could ever imagine, and KDE might actually be bigger than that.  See ...
  if you took the empire state building and put the statue of liberty on
top
  of it and put them both underneath the New River Gorge Bridge, the space
  left over wouldn't be as big as KDE.  If you took all the code in KDE
and
  laid it end to end it would reach all the way to the sun, catch on fire
and
  burn your house down (although it would take 8 minutes for the fire to
get
  from the sun to your house, so you'd probably be able to get out in
time)
 
  The upshot is that KDE could easily take several days to compile if
you're
  dealing with less than hefty hardware.  Let us know the details of the
  hardware and we'll make some guesses on how long it should take to
compile.
 
  I can re-install 5.1, 5.0, or any version on these machines if
necessary,
  but I'm somewhat curious about this huge length of install time...
 
  I doubt the version of FreeBSD is the cause.  Use ALT+F2 to switch to
  another console on one of the machines and run top to get an idea of
  what's causing the problem.  If the build process is causing a lot of
  swapping, it's probably going to take 6 or 7 years for KDE to build.
 
  disclaimer
  I am not an insurance salesman, if your house burns down due to anything
  you've read in this email, I make no guarantees that your homeowner's
  policy will cover it.
  I'm also not responsible for personal injury or damage to the statue of
  liberty caused by trying to balance it on top of the empire state
building.
  (I still say that damn thing sways when the wind blows!)
  Do not try this at home.  Offer void where prohibited.
  /disclaimer
 
  -- 
  Bill Moran
  Potential Technologies
  http://www.potentialtech.com
 
 

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: A routing/IP/NIC query Expert required

2003-06-28 Thread Han Hwei Woo
Sorry, some of the things you said were kind of confusing.

1) Do your xxx.xxx.xxx.* IP's = 10.0.0.*? If not, why bother with the
10.0.0.* IP's?
2) I think you are just setting up a typical NAT configuration, but correct
me if I'm wrong.
3) What do you mean by 2 ip live servers inside the firewall exactly? If
you mean you have, for example, a webserver and an ftp server on
non-routable IP's on your internal network, you can simply setup ipnat rules
to direct them to the right place based on the port. For example:

map fxp0 xxx.xxx.xxx.0/24 - 0/32
rdr fxp0 yyy.yyy.yyy.yyy/32 port 80 - xxx.xxx.xxx.www
rdr fxp0 yyy.yyy.yyy.yyy/32 port 21 - xxx.xxx.xxx.ftp

In any event, additional internal IP aliases on your internal interface will
not help you to uniquely identify incoming connections for more than 1
server.




- Original Message - 
From: Keith Spencer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, June 28, 2003 7:25 PM
Subject: A routing/IP/NIC query  Expert required


 Hi all,
 I have a new adsl isp allocating my fbsd 4.7 box a
 routable IP (end user ip)
 I have 32 (read that as 30) ips of my own to use and
 route for my domain.
 I have 2 NICs in the gateway/router
 How should I setup the IPs and aliases etc. I
 figure...
 (yyy.yyy.yyy.yyy = ISP end user ip they gave me)
 (xxx.xxx.xxx.xx1 = 1st usable ip in my 32 ip range)
 (xxx.xxx.xxx.xx2 = 2nd usable ip in my 32 ip range)

  GATEWAY MACHINE

 ADSL MODEM
|
  |-||
  |  yyy.yyy.yyy.yyy |
  |  xxx.xxx.xxx.xx1 |
  | ||
  |   fxp0 NIC   |
  |  |
  |  |
  |   dc0 NIC|
  | ||
  |   10.0.0.1   |
  |  |
  |__|

 Or do I also need an xxx.xxx.xxx.xx3 alias on the dc0
  because I have 2 ip live servers inside the firewall.
 I think I do! Am I right or am I right?
 I have ipfilter on this machine with ipnat setup tonat
 the 10.0.0.0 addresses.
 Also, I suppose I could setup ipnat to do mapping of
 xxx.xxx.xxx.xxn addresses into 10.0.0.n private
 address.
 what say you?
 Thanks
 Keith











 http://mobile.yahoo.com.au - Yahoo! Mobile
 - Check  compose your email via SMS on your Telstra or Vodafone mobile.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NAT Dropping Internal Connection

2003-06-27 Thread Han Hwei Woo
Is there any reason you are running both ipfw + ipfilter? Although they
probably should play nice together, it might be best not to tempt fate,
especially when you're experiencing problems. Also, are you using ipnat or
natd to perform NAT?

- Original Message - 
From: Jeremy Bingham [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 25, 2003 4:16 PM
Subject: Re: NAT Dropping Internal Connection

On 25/06/03 14:39 -0400, FBSD_User wrote:
 Sounds like hardware problem with the switch or hub on your LAN.

Rebooting the machine makes the NAT stuff work again. Could the hub
still be a problem in that case?

-j


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Jeremy
 Bingham
 Sent: Wednesday, June 25, 2003 2:25 PM
 To: [EMAIL PROTECTED]
 Subject: NAT Dropping Internal Connection

 I have a P-200 running 4.8-STABLE running as a NAT box at home. It
 runs
 well, except that periodically it will drop it's connection on the
 internal side of the network. The external interface still works,
 but the
 internal machines can't ping the NAT box at all and the NAT box
 can't
 ping the internal machines.

 I've looked through the mailing lists and google for hints why this
 might be happening, but I can't find anything. /var/log/messages
 also
 reveals nothing. Here are the relevant kernel options:

 options IPFIREWALL
 options IPFIREWALL_FORWARD
 options IPFIREWALL_DEFAULT_TO_ACCEPT
 options IPDIVERT
 options IPFILTER
 options IPSTEALTH
 options RANDOM_IP_ID
 options TCP_DROP_SYNFIN

 Would any of those cause the problem, or is there a kernel option
 that
 I'm accidentally leaving off?

 Thanks,

 -Jeremy Bingham


 --
 /* You are not expected to understand this. */

 Captain_Tenille
 http://www.satanosphere.com/
 [EMAIL PROTECTED]


-- 

--
/* You are not expected to understand this. */

Captain_Tenille
http://www.satanosphere.com/
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ifconfig

2003-06-27 Thread Han Hwei Woo
Are you including the alias as part of the directive, or as one of the
parameters of the directive? i.e. are you doing:
ifconfig_if0_alias0=inet ip netmask 0x
or
ifconfig_if0=inet ip netmask 0x alias?
If you're using the second method, try using the first. If you're already
using the first method though, I don't know what to tell you.

Hope this helps.

Han Hwei Woo
http://www.argosy.ca

- Original Message - 
From: Grant Peel [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 25, 2003 7:52 PM
Subject: ifconfig


 Is there any reason ifconfig will re-order the names of aliases IPs?

 Example, in my rc.conf. I have all IPs grouped by network, sorted by IP.
 WHen I add them using ifconfig, they wind up in a different order
(jumbled).
 Everything still works fine, its just screwing my scripts up.

 -Grant

 Grant W. Peel
 Server Admin
 [EMAIL PROTECTED]
 http://thenetnow.com

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Difference between ipf/ipfw and ipnat/natd

2003-06-27 Thread Han Hwei Woo


- Original Message - 
From: Andreas Dahlén [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, June 26, 2003 6:03 AM
Subject: Difference between ipf/ipfw and ipnat/natd


 Hello!

 I'm going to install FreeBSD 4.8 as a firewall/gateway for my homenetwork.

 I've seen that there are two implementations of firewalls in FreeBSD;
 ipf and ipfw and fot NAT ipnat/natd.

 As I understand ipf and ipnat works together and ipfw and natd. Is that
 correct?
Yes, that is correct.


 Which one of them should I use?
 Is there some major differences between them?
ipfw is a part of FreeBSD, whereas ipfilter is written by Darren Reed and
runs not only on FreeBSD, but also on OpenBSD, NetBSD, Solaris (and perhaps
others?) if I recall correctly. If you plan to take advantage of the builtin
rc scripts to run a predefined set of firewall rules, you'll probably want
to stick with ipfw/natd.

Also, just fyi ipfw is fairly conventional: the first firewall rule that
matches will apply whereas with ipfilter, the last matching rule will apply
unless you specify quick.


 /Andreas

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Web Server not allowing external visitors

2003-06-27 Thread Han Hwei Woo
This is because natd is being run before ppp is. Just disable natd in
rc.conf, and run it from rc.local instead:

/sbin/natd -n interface

- Original Message - 
From: Gav... [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, June 26, 2003 8:04 AM
Subject: Re: Web Server not allowing external visitors



 | First of all you have two different nats running. The ppp_nat=YES
 | option says use nat function of pppd  and natd_enable=YES says to
 | use NATD function of firewall. So you have nated your private lan ip
 | address 2 times which is a user config error. You need option
 | gateway_enable=YES to pass packets to lan.  I would comment out to
 | disable the firewall options until you have thinks working and them
 | add firewall. To many things happening and you do not know who is at
 | fault so limit testing to one thing at time. With apache server on
 | gateway box you do not need port 80 forwarding.
 |
 |
 | in /etc/rc.conf.
 |
 | ppp_nat=YES
 | gateway_enable=YES
 | defaultrouter=NO
 |
 | #firewall_enable=YES
 | #firewall_type=OPEN  //  (Yes I know but whilst testing!)
 | #natd_enable=YES
 | #natd_interface=tun0
 | #natd_flags=-f /etc/natd.conf
 |
 |

 Ok, I did all this and lost all access to the internet from the other LAN
 computers. - even with firewall disabled, ipfw is not letting anything
 through.
 It seems maybe that ppp_nat is not working or not fully configured, what
are
 all the files and options I need
 to change for this to work properly?

 When I boot the computer, the ADSL Modem automatically dials my ISP and
 connects fine, but then to gain access to the internet properly I have to
do
 this:

 killall natd
 killall ppp
 ppp -background adsl
 natd -dynamic -n tun0

 I can then access the internet fine  - without the natd line I can not
 access the internet, I tried without this line.

 So maybe a bit more firewall and natd config is required I dont know.?

 As the Web Server at the moment then is on my FreeBSD machine I do not
need
 any kind of port forwarding, but maybe I still need to more IPFW rules?

 At the moment one tester has reported that he is getting the following:-

  'Gateway Timeout ' error
 A gateway timeout error has occured.The Server is unreachable, please
retry
 the request.
 (GATEWAY_TIMEOUT)
 Please contact the Administrator.

 Any ideas, thanks for all the help so far.

 Gav...

 (Original message left intact for now for those that missed it first time)

 | -Original Message-
 | From: [EMAIL PROTECTED]
 | [mailto:[EMAIL PROTECTED] Behalf Of Gav
 | Sent: Tuesday, June 24, 2003 9:59 AM
 | To: [EMAIL PROTECTED]
 | Subject: Web Server not allowing external visitors
 |
 | Hi,
 |
 | Subject says it all really, what good is a website if only I can
 | view it?
 |
 | Ok, brief history of problem and setup details, I'm sure I'll leave
 | something out you need.
 |
 | I had 3 computers all run MS and Apache2 Web Server was on the main
 | one
 | connecting to the net via ADSL and using dyndns.org client to update
 | the
 | dynamic IP address. No probs.
 |
 | I then decide to change my setup and add a FreeBSD Router/Firewall
 | .and. a
 | separate (NT)  Web Server.
 | I installed my dns update client onto the new web server , enabled
 | NATd (am
 | connected via PPPoA/E) , enabled port_forward tcp rules on port 80
 | to point
 | to this Web Server machine. I also tried IPFW rules etc etc and
 | could not
 | get the outside world to connect. I thought I would instead put the
 | Web
 | Server (until I know better) onto the FreeBSD router machine.
 |
 | Still no go, All my internal machines can - by typing in the
 | registered
 | domain names, access the web server ok, the Apache Test page comes
 | up ok. So
 | by typing in www:mysite:com I get the sites ok. This I don't really
 | understand. Surely my other computers must be going to the external
 | www ,
 | getting the domain name resolved, getting the dynamic IP address
 | allocated
 | to me , and then coming back to my FreeBSD router where it gets
 | served the
 | web site. So why can't anyone else now access it.??
 |
 | I'd love to give you a url to test it but this is a public forum and
 | my
 | router is still not very secure at the moment, however I do have
 | trusted
 | people testing it for me regularly.
 |
 | Now , settings I think of relevance (having tried all sorts of
 | setups using
 | different techniques , I may have mixed up some settings and
 | probably have a
 | cocktail of settings) are (syntax copied exactly) :-
 |
 | in /etc/rc.conf.
 |
 | ppp_nat=YES
 | defaultrouter=NO
 | firewall_enable=YES
 | firewall_type=OPEN  //  (Yes I know but whilst testing!)
 | natd_enable=YES
 | natd_interface=tun0
 | natd_flags=-f /etc/natd.conf
 | #hostname=mydomain  // I left this commented out for now ?
 |
 | There are other settings in this file of course but felt only the
 | above
 | relevant to this post.
 |
 | in /etc/natd.conf.
 |
 | interface tun0
 | dynamic yes

Re: Mask IP:port with Domain Name

2003-06-27 Thread Han Hwei Woo
I believe the ServerName directive in Apache is what you're looking for;
it's what people's browser address field will show once they connect to your
site. As far as your security concerns go, you can not run a website without
exposing the IP address of the webserver machine, with or without masking.
If a client machine didn't know your IP address, it would not know where to
retrieve your web pages from.

Han Hwei Woo
http://www.argosy.ca

- Original Message - 
From: John DeStefano [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, June 26, 2003 3:50 PM
Subject: Mask IP:port with Domain Name


 In order to solve some IP/port resolution issues, I registered a domain at
godaddy.com on the advice of a few people on this list.  Seems like a nice
interface, decent service, and a great price.
 My question is on what I assume to be IP masking.  When someone punches in
my domain name to reach the web site running on FBSD, their browser's
address field (well, actually it's the DNS doing it) instantly translates
the domain name into my actual IP address and port number.  This is alarming
for security reasons, as well as relatives who know nothing about technology
asking inane questions about the disappearing web site name.
 I have searched the handbook, archives, even apache docs, but I can't find
any information regarding how to get this to happen on my FBSD (assuming I'm
searching on the correct terms?).  Of course, godaddy.com offers a masking
service for an additional fee, but then what was once a bargain wouldn't be
much of a bargain any longer.
 Thanks,
 John


 -
 Do you Yahoo!?
 SBC Yahoo! DSL - Now only $29.95 per month!
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Wireless nic

2003-06-27 Thread Han Hwei Woo
Check the hardware notes for the version of FreeBSD you plan to install.
Most common wireless nic's out there should work.

- Original Message - 
From: Josh Richesin [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, June 26, 2003 4:27 PM
Subject: Wireless nic


 I am going to buy a wireless nic for my laptop.  Are there any models that
will automaticaly work when I put it in?  What are the best ones?

 I found that the dlink-650+ is just not going to work.

 Thanks,
 Josh
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mask IP:port with Domain Name

2003-06-27 Thread Han Hwei Woo
Sorry, I missed the original reply to this. What you can do is setup an
extra redirect to the URL. i.e. have your redirection service point to a
different URL (vhost) that still points to your machine. Since it seems you
do not have a lot of flexibility with DNS, it would probably be easiest to
run this vhost on a different port. Then, on your vhost, setup your own http
redirect http://httpd.apache.org/docs/mod/mod_alias.html#redirect to your
actual site with the URL you want your clients to see, and the client's
browser should then show this URL. The port will still show up using this
method, but this is the only way to go if you want your own domain to show
up without paying for any additional services.

The masking method dyndns uses, is to essentially serve up a frameset, and
redirect to your URL through a frame, thus the original URL is what will
show in the client's address bar. Dyndns charges for this service however,
and you will not be able to use it with your own domain name unless you buy
their custom dns service.

Hope this answers your questions.

- Original Message - 
From: John DeStefano [EMAIL PROTECTED]
To: Han Hwei Woo [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Friday, June 27, 2003 12:01 PM
Subject: Re: Mask IP:port with Domain Name




 Han Hwei Woo [EMAIL PROTECTED] wrote:
 I believe the ServerName directive in Apache is what you're looking for;
 it's what people's browser address field will show once they connect to
your
 site.
 Thanks, but as I mentioned when Chuck brought this up yesterday, my
 ServerName directive is set properly in the format:
   ServerName www.mydomain.com
 in httpd.conf.  This does not seem to make any difference at all.

 As far as your security concerns go, you can not run a website without
 exposing the IP address of the webserver machine, with or without
masking.
 If a client machine didn't know your IP address, it would not know where
to
 retrieve your web pages from.
 Agreed (though not entirely true; you can use a web redirect service to
 successfully cloak a true IP address; I've done this successfully), but
that's not
 really what I'm after.
 I just don't want my IP address and port number combination glaring in a
web
 browser's address bar when a user visits my web site.  I realize that if
someone
 really wanted to resolve my IP, they could, but I'm also thinking of
people who
 don't know what an IP address is, and are asking me questions like What
 happened to the web site?  I typed in the words you told me to, and it
turned
 into a bunch of numbers!


 -
 Do you Yahoo!?
 SBC Yahoo! DSL - Now only $29.95 per month!
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Kernel building

2003-06-23 Thread Han Hwei Woo
Try:
# cd /usr/src
# make buildkernel KERNCONF=YOURKERNEL
# make installkernel KERNCONF=YOURKERNEL

- Original Message - 
From: Paul  [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, June 22, 2003 8:31 PM
Subject: Kernel building


 I'm trying to build a custom kernel that I can eventually include a device
 for a (built in the mother board) sound controller.

 I tried several time and added back some devices which I think I don't
need
 just to see if the kernel will make, however, it doesn't.

 I followed the directions in the handbook
 # /usr/sbin/config MYKERNEL
 # cd ../../compile/MYKERNEL
 # make depend
 # make  (fails here with Error code 1)

 I'm running FreeBSD 4.8-RELEASE

 I'm attaching MYKERNEL with hopes someone can help.

 Thanks
 Paul Calabrese






 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: changing setup

2003-06-23 Thread Han Hwei Woo
man em for Intel Gigabit adapters:
The em driver provides support for PCI gigabit Ethernet adapters based on
the Intel 82540, 82542, 82543, 82544 and 82546 Ethernet controller chips.
I believe there is Serial ATA support for some chipsets in 5.1. No idea on
the Fasttrack 378.

Problems are likely to occur when your kernel doesn't  match your userland.
I'm guessing your initial install was 4.5, and you updated directly to 4.8?
I would recommend that you try to boot with a 4.8 GENERIC kernel, off a 4.8
CD or floppy. Then try mounting your partitions manually from single user
mode, and editing /etc/fstab to match your drive configuration.

Han Hwei Woo
http://www.argosy.ca/~hhw

- Original Message - 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 23, 2003 11:39 AM
Subject: changing setup


 I have just changed my motherboard and consequently drive assignments and
 peripherals as well. The old board or processor crashed. :((
 So the new board is an MSI 875-FISR - top of the line with a 3ghz pentium
 IV and Intel Gigabit lan card and kGEforce FX5200 video card.
 The previous system was a dual pentium II with 450mhz processors.
 The problem is the following: how do I boot and reconfigure the system?
 What is installed is FBSD 4.8 stable.
 When I boot up using the kernel.GENERIC, I get version 4.5 with limited
 functions... so, I don't really know what todo with it.
 Whe I boot up with the 4.8 SMP kernel, kit freezes just after the network
 card is not recognized.
 I am hoping I don't have to reinstall everything as that tends to be a
PITA.
 Also, I don't know if FBSD supports the built-in Intel Gigabit network
 adapter; the hardware.txt does not show it.
 And what about serial ATA and Promise Fasttrack 378?
 Any help would be appreciated...
 Thanks in advance,
 Pippo


 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports

2003-06-22 Thread Han Hwei Woo
Do you mean open as in having services running on those ports? In that case,
# netstat -af inet
How you open or close them is dependent on the service; some of them are
initiated by inetd, in which case, edit the file /etc/inetd.conf, comment
out services you don't want running, and 'killall -HUP inetd' to restart
inetd. Other services you will have to look up individually.



- Original Message - 
From: Ian Todd [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, June 22, 2003 10:13 AM
Subject: ports


 How do u check what ports r open on my freebsd box? how do i close and
 open them?

 regards
 ___
 LOOK GOOD, FEEL GOOD - WWW.HEALTHIEST.CO.ZA

 Cool Connection, Cool Price, Internet Access for R59 monthly @ WebMail
 http://www.webmail.co.za/dialup/
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to view and open file.db file.mdb?

2003-06-21 Thread Han Hwei Woo
The world of Unix and Unix variants doesn't depend on filename extensions
for file types. Which program you would use would depend on the individual
file.

Han Hwei Woo
http://www.argosy.ca/~hhw

- Original Message - 
From: Marlon Corleone [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, June 21, 2003 3:01 AM
Subject: how to view and open file.db  file.mdb?


 hi, im running 4.8 do do i open this type of file
 extension, file.db and file.mdb is there in ports
 collection that can manage to view and open this type
 of file?

 thanks

 __
 Do you Yahoo!?
 The New Yahoo! Search - Faster. Easier. Bingo.
 http://search.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: is this a FBSD printf bug?

2003-06-21 Thread Han Hwei Woo
Hrrm... your question and the code seem to contradict each other.

Firstly, you are assigning hex values to the characters in your array.
Secondly, you are printing the values stored in the array as hex values by
specifying %02x.

I think you meant to ask why you are getting the preceding trail of
...'s. If that's the case, it's because you are assigning values to
signed character variables and printing them as unsigned hex values. Thus,
when you assign values greater than 127 (starting with 88), you are
overriding the sign of the character. To get the output you would expect,
simply declare a as an unsigned character array.

e.g. unsigned char a[LEN_ARRAY+1];

- Original Message - 
From: [EMAIL PROTECTED]
To: freebsd-questions [EMAIL PROTECTED]
Sent: Saturday, June 21, 2003 7:14 AM
Subject: is this a FBSD printf bug?


 FBSD 4.8

 i hope this isn't a question based on extreme
 ignorance - i haven't programmed in C in a
 long time, and i don't have another machine
 to test this on.  i can't understand why
 the output of the following code produces
 ints when given variables of type char,
 so it looks like a bug to me ...

 #include stdio.h


///
 int main(int argc, char *argv[]) {

 #define LEN_ARRAY 16
 char a[LEN_ARRAY+1];
 int i;

 a[0]=0x00;
 a[1]=0x11;
 a[2]=0x22;
 a[3]=0x33;
 a[4]=0x44;
 a[5]=0x55;
 a[6]=0x66;
 a[7]=0x77;
 a[8]=0x88;
 a[9]=0x99;
 a[10]=0xaa;
 a[11]=0xbb;
 a[12]=0xcc;
 a[13]=0xdd;
 a[14]=0xee;
 a[15]=0xff;

 for ( i = 0; i  LEN_ARRAY; ++i ) printf([%02i]%02x\n, i, a[i]);
 }


///
 //
 // OUTPUT:
 //
 // [00]00
 // [01]11
 // [02]22
 // [03]33
 // [04]44
 // [05]55
 // [06]66
 // [07]77
 // [08]ff88 ???
 // [09]ff99 ???
 // [10]ffaa ???
 // [11]ffbb ???
 // [12]ffcc ???
 // [13]ffdd ???
 // [14]ffee ???
 // [15] ???
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: packages

2003-06-21 Thread Han Hwei Woo
Just pkg_add the tarballs, like in Slackware.

Han Hwei Woo
http://www.argosy.ca/~hhw

- Original Message - 
From: Ian Todd [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, June 21, 2003 2:56 PM
Subject: packages


 Hi

 I am a newbie to freebsd. I am having trouble on installing packages.
 i know about the pkg_add. I downloaded BichX and its
 BitchX-1.0c19-FreeBSD4+Tcl1.5.tar.gz. How will i install that packages
 seeing that its an tar.gz file. ive use tar to extract it then i get
 stuck. Im just using this file for an example.I would like to know
 whats the right way on installing packages.Help please.

 regards
 ian
 ___
 LOOK GOOD, FEEL GOOD - WWW.HEALTHIEST.CO.ZA

 Cool Connection, Cool Price, Internet Access for R59 monthly @ WebMail
 http://www.webmail.co.za/dialup/
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Packages

2003-06-21 Thread Han Hwei Woo
Where did you download the package from? Judging from the name of the file,
it's not an official one. Try:
# pkg_add -r BitchX
And it will automatically fetch the package for you. Or better yet, install
it from ports to compile it from source.
# cd /usr/ports/irc/bitchx; make install clean

- Original Message - 
From: Ian Todd [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, June 21, 2003 3:38 PM
Subject: Packages


 Ive done what u told me and im still not getting it right. The
  following is what it says:

 FREEBSD# pkg_add BitchX-1.0c19-FreeBSD4.tar.gz
  tar: +CONTENTS: Not found in archive
  tar: Error exit delayed from previous errors
  pkg_add: tar extract of /tmp/b/BitchX-1.0c19-FreeBSD4.tar.gz failed!
  pkg_add: unable to extract table of contents file from
  '/tmp/b/BitchX-1.0c19-FreeBSD4.tar.gz' - not a package?
  FREEBSD# gunzip BitchX-1.0c19-FreeBSD4.tar.gz
  FREEBSD# ls -a
  .   BitchX-1.0c19-FreeBSD4.tar
  ..  scr-bx
  BitchX  wserv
  FREEBSD# pkg_add BitchX-1.0c19-FreeBSD4.tar
  tar: +CONTENTS: Not found in archive
  tar: Error exit delayed from previous errors
  pkg_add: tar extract of /tmp/b/BitchX-1.0c19-FreeBSD4.tar failed!
  pkg_add: unable to extract table of contents file from
  '/tmp/b/BitchX-1.0c19-FreeBSD4.tar' - not a package?

 when i try to use ./configure the following is what i get:

 FREEBSD# ./configure
  ./configure: Command not found.

 please help.

 Regards
  ian

 On Sat, 21 Jun 2003 15:26:44 -0300 Han Hwei Woo ([EMAIL PROTECTED])
  wrote:

 Just pkg_add the tarballs, like in Slackware.
  
  Han Hwei Woo
  http://www.argosy.ca/~hhw
  
  - Original Message -
  From: Ian Todd [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Saturday, June 21, 2003 2:56 PM
  Subject: packages
  
  
   Hi
  
   I am a newbie to freebsd. I am having trouble on installing
  packages.
   i know about the pkg_add. I downloaded BichX and its
   BitchX-1.0c19-FreeBSD4+Tcl1.5.tar.gz. How will i install that
  packages
   seeing that its an tar.gz file. ive use tar to extract it then i
  get
   stuck. Im just using this file for an example.I would like to know
   whats the right way on installing packages.Help please.
  
   regards
   ian
  
 ___
 LOOK GOOD, FEEL GOOD - WWW.HEALTHIEST.CO.ZA

 Cool Connection, Cool Price, Internet Access for R59 monthly @ WebMail
 http://www.webmail.co.za/dialup/
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: what does /dev/ad0s use for ?

2003-06-20 Thread Han Hwei Woo
That, and many other device files are generated by default, regardless of
whether or not you have that hardware on your system. You may not need it on
your setup, but someone else might on theirs.

Han Hwei Woo
http://www.argosy.ca/~hhw

- Original Message - 
From: Supote Leelasupphakorn [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, June 20, 2003 3:34 AM
Subject: what does /dev/ad0s use for ?


 Hi, all

   In addtion to files named /dev/ad0sX (where x is
 slice number) in /dev
 those I can mount it usually, there is /dev/ad0s1
 (has no partition label).

   My question is when and what this device file is use
 for?

 Thanks for any explaination.


 
 Want to chat instantly with your online friends?  Get the FREE Yahoo!
 Messenger http://uk.messenger.yahoo.com/
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fsck'ing UFS partitons under linux?

2003-06-20 Thread Han Hwei Woo
I believe UFS support is still experimental on Linux. Last time I tried it,
I managed to mount my UFS partitions read write, but it ended up completely
destroying them, so I'd approach this with extreme caution.

Han Hwei Woo
http://www.argosy.ca/~hhw

- Original Message - 
From: derrich [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, June 20, 2003 2:48 AM
Subject: fsck'ing UFS partitons under linux?



 I'm trying to fsck a UFS (created under FreeBSD 4.8) partition from within
 a Linux system, and I'm having a whole lot of trouble. I know UFS support
 is enabled in the kernel, because I'm able to mount the drive read-only. I
 believe I've been unable to mount it read-write because the drive needs to
 be fsck'ed, but I can't figure out how to do this under linux.

 I've tried running 'fsck -t ufs /dev/hda2', but I get an error about
 /sbin/fsck.ufs not existing ... and googling 'fsck.ufs' turns up very
 little, and what little it turns up isn't all in English, which doesn't
 really help me.

 If anyone has any suggestions, it'd be appreciated.

 Derrich
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: good browser and java combo?

2003-06-20 Thread Han Hwei Woo
For someone on a BSD mailing list, you sure sound like a Linuz zealot.

1) Sun  IBM have made major contributions to the development of Linux. What
do you think SCO is accusing IBM of?
2) The GPL already does prevent all works and derivate works to be sold for
profit, and is quite restrictive in that sense. It's the BSD license that
allows for commercial use.
3) Solaris has many advanced technologies that are still in their infancy on
Linux.

Han Hwei Woo
http://www.argosy.ca/~hhw

- Original Message - 
From: sweetleaf [EMAIL PROTECTED]
To: Jud [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, June 20, 2003 3:33 PM
Subject: Re: good browser and java combo?


 Thats sad, i cant believe Microshit is able to exploit others technology.
I guess in this world it will always come down to politics and money. As Mr.
Franklin said there are always two things in life you can count on, death
and taxes. I am all for opensrc code, however i think the GPL and opensrc
community should change their license to disallow government and large
companies from taking the technology and using it for their own profit and
or against us. Look at Sun and IBM, they all have their own brand of linux
and several are using linux and bsd servers / computers to support their
business. They take, take and take but give nothing in return.  I say change
the license and make them shell out millions on inferior proprietary
operating systems such as slowaris.

 On Fri, 20 Jun 2003 06:14:22 -0400
 Jud [EMAIL PROTECTED] wrote:

  On Fri, 20 Jun 2003 04:01:03 -0500, sweetleaf [EMAIL PROTECTED]
  wrote:
 
   I was wondering what browsers and java seem to work the best. I need
to
   do online banking and would like to use java applets such as the
   chat.yahoo.com. I have tried both mozilla and netscap with suns
current
   java-runtime and have found them to be extermetly unreliable. I wanted
to
   switch from windows to unix for about 2 yrs but could never find a
   solution to java, and that remains the case after 3 yrs. Why is good
java
   support in browsers so difficult in unnix, seeing  how java started
its
   life in the unix community. I cat believe windows and internet
explorer
   is actually better at java then unix.
  
   Any good lightweight browsers other than netscape, mozilla or opera
that
   work with java?
  
   Thanks in ./adv
 
  Sorry that I haven't used Java enough in FreeBSD to answer your question
  about browsers (my rural area limited to 28.8K dialup and satellite;
  latter's too expensive, so installing Java is the work of days).  I can
at
  least tell you, though, that the unreliability you see is simply due to
  MS's 'hijacking' of Java by use of a non-standard VM.  Because of IE's
  market share, the sites you want to use all are tested and work with
IE's
  non-standard Java, but that's not the case for Sun's or IBM's standard
  versions.  Hmm, so maybe I've answered your question anyway - any non-IE
  browser will have difficulty on many Java Web sites because it's not
  using IE's virtual machine.
 
  Jud
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
[EMAIL PROTECTED]
 


 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mount msdos partition with user id?

2003-06-19 Thread Han Hwei Woo
It's been a while since I've done this, but if I remember correctly, you'll
want to use -u rather than -o. Try 'man mount_msdos' and playing around with
some of the options.

- Original Message - 
From: Zhang Le [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, June 19, 2003 4:31 AM
Subject: mount msdos partition with user id?


 Hello,
   I just move from linux to bsd and have a question on mounting  partition
with a specific user id. The following command does not work:
   root@:/home/zl/etc# mount -t msdos -o uid zl /dev/ad0s1 /d
   msdos: -o uid : option not supported

   but mount -t msdos /dev/ad0s1 /d works.

   I have to su root each time I want to write something to /d. This is of
course very boring.

   Could you help me out?

 -- 
  Sincerely yours,
 Zhang Le



 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATI Radeon 8500

2003-06-19 Thread Han Hwei Woo
ATI hasn't come out with its own BSD drivers; as far as I know; you'll have
to stick with the default drivers in XFree86. You could always look at
commercial implementations of X like Accelerated-X if you're willing to
shell out the cash.

- Original Message - 
From: Ed So [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, June 19, 2003 12:28 PM
Subject: Re: ATI Radeon 8500


 Hi BSD team,
   could you tell me where I could download ATI Radeon 8500 graphics
 card driver, thanks.
 Ed

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]