Where to download latest FreeBSD snapshots

2011-03-26 Thread dave jones
Hello, It seems that www.allbsd.org is down and ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/201102 is old. Anyone knows where I can get the FreeBSD snapshots? Thank you. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/list

Question about regular expressions

2011-07-20 Thread dave jones
Hi, I have a config file below: $user= 'root'; // This is the username if $user is found, I want to display root. Anyone knows how to programming in C or some other language? thank you. Regards, Dave. ___ freebsd-questions@freebsd.

How to get ip address automatically from different dhcp server

2011-07-26 Thread dave jones
Hi, I cat get an IP address from dhcp server by adding the line in /etc/rc.conf: ifconfig_em0="DHCP" If I move my laptop to another place, I have to manually run "dhclient em0" to get an IP. Otherwise, it won't get an IP automatically. My question is it's possible to get ip address automaticall

Re: How to get ip address automatically from different dhcp server

2011-08-11 Thread dave jones
le. Do you know how to solve this issue? Thank you. Regards, Dave. On Thu, Jul 28, 2011 at 4:30 AM, Christopher J. Ruwe wrote: > On Wed, 27 Jul 2011 10:49:42 +0800 > dave jones wrote: > >> Hi, >> >> I cat get an IP address from dhcp server by adding the line >> in

Re: How to get ip address automatically from different dhcp server

2011-08-14 Thread dave jones
On Sat, Aug 13, 2011 at 2:32 AM, Christopher J. Ruwe wrote: > On Fri, 12 Aug 2011 11:46:34 +0800 > dave jones wrote: > > I rearrange your mail and post bottom to enable others to have a look. > >>On Thu, Jul 28, 2011 at 4:30 AM, Christopher J. Ruwe  wrote: >>> On W

[no subject]

2003-10-17 Thread dave jones
thanks god for uncle bill u guys r assholes your website sucks! cant find shit _ Cheer a special someone with a fun Halloween eCard from American Greetings! Go to http://www.msn.americangreetings

Questions about udp socket(AF_UNSPEC)

2010-10-05 Thread dave jones
Hi, When disconnect a UDP socket, Linux kernel set local port to zero if the port number comes from a implicit bind, but on FreeBSD, it doesn't set local port to zero. Here's my test program: #include #include #include #include #include #include #include #include #include #include #de

Question about multicast forwarding

2010-12-16 Thread dave jones
Hi, I have the following networks: --- | | | | iptv device (172.16.113.2) FreeBSD (re0:172.16.113.8) | (re1:172.16.112.2)

ACPI questions about press power button

2010-09-05 Thread dave jones
Hello, I'm running FreeBSD 8 on my desktop. I want to write a file or do something when I or someone presses power button. In devd.conf, I added the following lines for testing: notify 10 { match "system" "ACPI"; match "subsystem" "Button"; matc

Questions about setting bridge

2010-09-09 Thread dave jones
Hello, I want to setup a bridge in a ring topology since a break at any point along the ring would still leave all stations connected. My machine has two nics. In /etc/rc.conf, I have: ifconfig_em0="inet 192.168.1.0 netmask 255.255.255.0" cloned_interfaces="bridge0" ifconfig_em0="up" ifconfig_em

Re: Questions about setting bridge

2010-09-10 Thread dave jones
On Fri, Sep 10, 2010 at 2:51 PM, Adam Vande More wrote: >> I want to setup a bridge in a ring topology since a break at any point >> along the ring would >> still leave all stations connected. My machine has two nics. In >> /etc/rc.conf, I have: >> >> ifconfig_em0="inet 192.168.1.0  netmask 255.25