buildworld breaks at xinstall (9.2)

2013-08-20 Thread Rudy
When I svnup and make buildworld, I get a failure at xinstall. THings Any chance that FreeBSD will be fixed to allow upgrading in place from 9.1? http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/181344 ___ freebsd-questions@freebsd.org mailing list

cron pile up! libnss-mysql and cron (Rehash)

2012-06-22 Thread Rudy
(cron) Interestingly, if I do a truss and hit ^C, the process disappears... see below: # truss -p 68684 ^C # truss -p 68684 truss: can not attach to target process: No such process # grep 68684 /var/log/cron Jun 22 16:25:00 mail /usr/sbin/cron[68684]: (root) CMD (/usr/libexec/atrun) Rudy

cron pile up! Lot's of cron: running job (cron)

2012-06-22 Thread Rudy
http://lists.freebsd.org/pipermail/freebsd-questions/2007-December/164174.html ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Question about forcing fsck at boottime

2009-03-31 Thread Rudy
servers. Oh, and if you use ZFS, there is no such thing as 'fsck'. That file system never needs fsck. :) If you want less fsck headaches on a big disk system, make the large partion (/home ?) ZFS. http://en.wikipedia.org/wiki/Zfs http://wiki.freebsd.org/ZFSQuickStartGuide Rudy

How do I see disk IO for specific ZFS file systems?

2009-02-16 Thread Rudy
point me in the right direction, and thanks if you read this far! Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: Apache 2 in 6.0 jails: Connection refused: connect to listener on0.0.0.0:80

2008-07-13 Thread Rudy
Philippe, Ha, I had the same problem in 7.0 jails. :) So, here is a response to your email from 2 years ago: I made this change in httpd.conf and the problem seems gone: -Listen 80 +Listen 208.69.40.119:80 Rudy Your message from 2 years ago: Hi, Every now and then, Apache 2.2.2

Re: Fatal trap 12 --- can lack of APIC on SMP cause crashes?

2008-06-28 Thread Rudy
Rudy wrote: My kernel panics! Here are a two things I did which seem to stop the Fatal trap 12's with FreeBSD-7.0-RELEASE (saw it on three different boxes): cvsup to FreeBSD-7.0-STABLE (Don't forget to change SCHED_4BSD -- SCHED_ULE as that is now the default on STABLE) disabled CARP

Re: can't access cdrom as regular user

2008-06-28 Thread Rudy
the boot-up of devfs: /etc/rc.d/devfs restart (easier than rebooting) - Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: first pre-emptive raid

2008-06-28 Thread Rudy
the algorithm to 'round robin' reads are done from both disks if you access a 2MB file, 1MB is read from disk0 and the other MB from disk1. Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: gmirror metadata: end of slice or end of disk?

2008-06-27 Thread Rudy
... not sure. Oh, there is the secret sysctl kern.geom.debugflags=16 command as well. Explained in the reference I always use when using gmirror: http://www.onlamp.com/pub/a/bsd/2005/11/10/FreeBSD_Basics.html Rudy ___ freebsd-questions@freebsd.org

Re: Default path.

2008-06-25 Thread Rudy
then type 'rehash'. (if you don't really want to delete it, you can do 'chmod 000 /usr/bin/openssl') (and type 'rehash') or, change the order of your PATH variable (in your .tcshrc file) or, make an alias of 'openssl' to '/usr/local/bin/openssl'. Rudy

buildworld fails on FreeBSD 7 - fresh cvsup - libreadline.so complaints

2008-06-03 Thread Rudy
Problem: Fresh cvsup of FreeBSD-7 and make buildworld failed... Workaround: If I go directly into /usr/src/gnu/usr.bin and type 'make' things are built... (still building, so I don't know if this will hose the system :) Error: (note gnu/usr.bin/bc also failed with the similar errors

Re: FreeBSD MySQL Performance Tunning suggestions???

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

Re: buildworld fails on FreeBSD 7 - fresh cvsup - libreadline.so complaints

2008-06-03 Thread Rudy
Rudy wrote: Workaround: If I go directly into /usr/src/gnu/usr.bin and type 'make' things are built... (still building, so I don't know if this will hose the system :) This came up about 5 more times (usr.sbin , bin, ...) so I finally gave up. Rudy

Fatal trap 12 --- can lack of APIC on SMP cause crashes?

2008-06-03 Thread Rudy
My kernel panics! I reinstlled i386 and scrapped my amd64 install, however, I forgot the APIC line... would that cause crashes under load or high network activity? device apic# I/O apic - Rudy # uname FreeBSD example.monkeybrains.net 7.0-STABLE FreeBSD 7.0-STABLE #0

Why does portupgrade sometime fail?

2008-04-22 Thread Rudy
-0.3.12 liboil-0.3.14 Thanks, Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

patch for kern_clock.c

2008-04-09 Thread Rudy
I have a machine with 6.3-STABLE in /usr/src. The system is a 5.5 kernel (not sure if this matters). Any how, buildkernel fails. Ther error: /usr/src/sys/kern/kern_clock.c: In function `sysctl_kern_cp_times': /usr/src/sys/kern/kern_clock.c:123: warning: unused variable `i' The patch for

Re: limit Xorg to one ip address

2008-03-19 Thread Rudy
/netchild/2007/04/07/a-desktop-environment-in-a-jail/ Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: limit Xorg to one ip address

2008-03-19 Thread Rudy
info on jails! Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: confusion configuring NAT

2008-03-19 Thread Rudy
to read the new 7.x man pages! ignore my previous email saying natd was userland :p Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

OpenSource interface for ZFS like webcvs?

2008-03-19 Thread Rudy
Before I reinvent the wheel, is there an opensource zfs browser? Something that shows snapshots, usage, quotas, etc. and allows snapshot cloning, cloning, snapshot deleting, etc? I am loving ZFS and the CLI, but want to let some CLI challenged people manage snapshots. Thanks, Rudy

Re: confusion configuring NAT

2008-03-19 Thread Rudy
to do with the fact that ipnat is kernel based while DIVERT uses the userland natd program. (I use ipnat as a synonym for pf) More info: http://lists.freebsd.org/pipermail/freebsd-ipfw/2004-December/001583.html Rudy ___ freebsd-questions@freebsd.org

Re: Which installation iso disc to download?

2008-02-28 Thread Rudy
Zeeshan Ahmad wrote: Hello! I want to know which installation iso image i need to download? Download this one: File: 7.0-RELEASE-amd64-disc1.iso Best of luck! Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: If I set up gmirror for a SLICE, how do I set up the MBRs to both be bootable?

2008-02-05 Thread Rudy
/gm0s1 COMPLETE ad0s1 ad8s1 Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

If I set up gmirror for a SLICE, how do I set up the MBRs to both be bootable?

2008-02-04 Thread Rudy Rucker
tankONLINE 0 0 0 mirrorONLINE 0 0 0 ad0s2 ONLINE 0 0 0 ad8s2 ONLINE 0 0 0 - Rudy ___ freebsd-questions@freebsd.org mailing list http

Can I run ntpd in a jail?

2008-01-31 Thread Rudy
driftfile /etc/ntp.drift - Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Future development of Jail

2008-01-31 Thread Rudy
for jails, or you could do it yourself. As for CPU, I 'auto nice' pids with high CPU usage: #!/usr/local/bin/perl # This is BEERWARE [b] Rudy # auto-nice-jails.pl - set this up in cron to run every 5 minutes #use strict; open PS, /bin/ps -axo time,pid,nice,state,command | /usr/bin/sort -nr

Multi IPs in a JAIL?

2008-01-29 Thread Rudy
192.168.1.105,10.1.0.21 /sbin/ifconfig and see the output with two IP addresses... Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: What version of Freebsd to run

2008-01-25 Thread Rudy
Darryl Hoar [EMAIL PROTECTED]: Greetings, Just received my Dell PowerEdge SC 1435. Going to be a webserver for me. I say, go with FreeBSD-7.0 amd64 kernel. :) 7 is solid on the boxes I have it on. Someone mentioned an unsolicited Apache version. I recommend Version 0.52 of Netris. Rudy

Re: HOW-TO get Flash7 working!

2008-01-14 Thread Rudy
recommended before: echo compat.linux.osrelease=2.6.16 /etc/sysctl.conf I say, push forward and get 2.6.16 stable and forget 2.4.2 on the FreeBSD 7 branch! People want old linux emulation? Use FreeBSD 6! Time to restart X, Rudy ___ freebsd-questions

Re: HOW-TO get Flash7 working!

2008-01-10 Thread Rudy
-in-the-middled, or whatever was there? I've never used makesum... I will RTFM. :) Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Finally, Flash seems to be working for Me :)

2008-01-05 Thread Rudy
users -- just need to be able to access Flash content -- youtube and other sites -- to get work done quickly and efficiently. The less time I spend on the 'puter, the better. Speaking of, time to go bake some apple tarts, I'm outta here. :) Happy New Year, RUdy

HOW-TO get Flash7 working!

2008-01-05 Thread Rudy
. Why does the linux emulation pick 2.4.2 as the kernel version number to report (by default) and not 2.6.11 (their kernel version shipped with Fedora 4)? Seems like the ports should and linux module should be updated... Rudy ___ freebsd-questions

[HOW-TO] cvsup for ports -- Re: compact portsnap db

2008-01-05 Thread Rudy
/examples/cvsup/ports-supfile Preferring cvsup to portsnap is kinda like preferring vim over emacs... It's a holy war and the vi/cvsup side uses less disk space. - Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: HOW-TO get Flash7 working!

2008-01-05 Thread Rudy
is working -- or completely broken :) Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Finally, Flash seems to be working for Me :)

2008-01-03 Thread Rudy
for plugins in /usr/local/lib/npapi/linux-flashplugin Install plugin /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so into /home/rudy/.mozilla/plugins/npwrapper.libflashplayer.so What do other people use for linux.osrelease? What linux package do people use? Seems like Fedora core 4

Re: Finally, Flash seems to be working for Me :)

2008-01-03 Thread Rudy
I forgot to mention, my post is for FreeBSD 7... here is my uname: FreeBSD 7.0-PRERELEASE #2: Thu Jan 3 15:59:14 PST 2008 Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: Finally, Flash seems to be working for Me :)

2008-01-03 Thread Rudy
, but people send me links and I'm always bummed if I have to reboot into Ubuntu just to see a stupid video :) Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: How do I use my USB microphone and motherboard audio out?

2007-12-14 Thread Rudy
Watanabe Kazuhiro wrote: At Thu, 13 Dec 2007 12:16:45 -0800, Rudy wrote: Watanabe Kazuhiro wrote: Hi. At Tue, 11 Dec 2007 22:16:58 -0800, Rudy wrote: After reading some more man pages, I am still stumped but can better phrase my question: how do I set dsp0.0 as the default OUPUT and dsp1.1

Re: Suggestions please for what POP or IMAP servers to use

2007-12-13 Thread Support (Rudy)
rc.d files are kinda silly. I've been using it on a mail machine to serve 200 domains and about 2,500 email addresses -- never seems to crash, never requires restarts. Oh, and I use sendmail as the MTA (with clamav/milter-regex/sid-milter/milter-greylist). - Rudy

Re: em driver for FreeBSD 6.0

2007-12-13 Thread Support (Rudy)
Using 3rd party drivers is usually a DRAG. Just update your OS! Looks like the 6-STABLE (aka 6.3-RC1) has a newer driver. char em_driver_version[] = Version - 6.7.3; Rudy Jay Aikat wrote: Hi, I am trying to install the em-6.6 driver (downloaded from the Intel site) into my FreeBSD

Re: How do I use my USB microphone and motherboard audio out?

2007-12-13 Thread Rudy
Watanabe Kazuhiro wrote: Hi. At Tue, 11 Dec 2007 22:16:58 -0800, Rudy wrote: After reading some more man pages, I am still stumped but can better phrase my question: how do I set dsp0.0 as the default OUPUT and dsp1.1 as the default INPUT? ... Audacity will be able to specify a different

Re: cron pile up! Lot's of cron: running job (cron)

2007-12-13 Thread Rudy
Dan Nelson wrote: In the last episode (Dec 03), Support (Rudy) said: Below is part of the cron... Seems like any random cronjob can get clogged up... load varies from 0.2 to 1.0 on this dual-core box. I rebooted the box -- cron's continue to slowly pile up. One of the cronjobs that is 'stuck

Re: (postfix) SPAM filter?

2007-12-12 Thread Rudy
to. Another super helpful bocker is to block all inbound connections from IPs without reverse DNS. Don't forget to virus check your email while you are at it -- there are several packages (clamav is one). And finally, a couple of RBLs added into the mix are helpful. Rudy

Re: How do I use my USB microphone and motherboard audio out?

2007-12-11 Thread Rudy
Rudy wrote: After reading some more man pages, I am still stumped but can better phrase my question: how do I set dsp0.0 as the default OUPUT and dsp1.1 as the default INPUT? Rudy here is the output of /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) Installed devices

How do I use my USB microphone and motherboard audio out?

2007-12-08 Thread Rudy
your Logitech USB microphone (from the Playstation). - RUdy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: How to find out when a package is installed?

2007-12-08 Thread Rudy
I have used this: ls -l /var/db/pkg/PORT_NAME/+DESC replace PORT_NAME with the correct directory name... RUdy Simon Gao wrote: Hi, Is there a command that can help find out when a package is installed/compiled? Or what options should I give to pkg_info to find out installation date? Simon

Re: How do I use my USB microphone and motherboard audio out?

2007-12-08 Thread Rudy
After reading some more man pages, I am still stumped but can better phrase my question: how do I set dsp0.0 as the default OUPUT and dsp1.1 as the default INPUT? Rudy here is the output of /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) Installed devices: pcm0: NVidia

cron pile up! Lot's of cron: running job (cron)

2007-12-03 Thread Rudy
on? Is my libnss_mysql acting up? Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: cron pile up! Lot's of cron: running job (cron)

2007-12-03 Thread Support (Rudy)
: http://www.monkeybrains.net/~rudy/example/raid_status.html Forgot to mention, I am running: 6.2-STABLE FreeBSD 6.2-STABLE #3: Thu May 31 01:18:15 PDT 2007 OH, ps shows this: 58383 ?? D 0:00.00 cron: running job (cron) 58384 ?? IVs0:00.00 cron: running job (cron) /var/log/cron has

Re: New gthumb port

2007-07-19 Thread Rudy Rucker
... AFAIK, every image on my disk only has one hard link. My /home is an 'ext2fs' partition. Is that causing the breakage? Wanted to try out Ubuntu, but Linux can't read/write UFS while FreeBSD can do ext2fs a-ok. RUdy Ah-ha! I just confirmed! If I open gthumb to a UFS mount, it works fine. So

gThumb 2.10.4- no thumbnails for me :(

2007-07-16 Thread Support (Rudy)
window (instead of from the menu) I get this error: ** (gthumb:22031): WARNING **: Too many links (actually, if I click on a folder with 12 images, I will get that message 12 times in my terminal window. ANy recommendations on getting gthumb to show thumbnails? Rudy SYSTEM INFO: 6.2

gdk-pixbuf is stat stat stat stating my files

2007-06-29 Thread Rudy Rucker
My desktop is REAL slow. Here is an example that something is awry.. if I run # truss -o /tmp/truss xfce4-tips and click CLOSE immediately when the window is launched (it takes about 60 seconds) the truss file is large (76MB): # ls -s /tmp/truss 76128 /tmp/truss # grep -c

Re: gdk-pixbuf is stat stat stat stating my files

2007-06-29 Thread Rudy Rucker
Thanks! That fixed up the desktop! Rudy See gtk-update-icon-cache(1) manpage and try running it as root with -f flag. Permissions on icon-theme.cache files is the reason I can think of. HTH, Yuri ___ freebsd-questions@freebsd.org mailing list

Re: How can I manually turn off the HDD?

2007-02-14 Thread Daniel Rudy
want to look at. It programs the HDD to spin down after a specified timeout. -- Daniel Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Newbie--new install on Core 2 Duo?

2007-02-14 Thread Daniel Rudy
acpi off though otherwise I get dead lock up problems. -- Daniel Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

FreeBSD + Asus V2-AH2 + SamSung SyncMaster 204bw

2006-11-27 Thread Rudy Rucker
This page (and any updates) http://www.monkeybrains.net/~rudy/example/asus_V2-AH2.html - Rudy monkeybrains.net ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: kernel: calcru: negative runtime of -604787 usec for pid 16 (yarrow) messages..

2006-10-11 Thread Rudy
' and installed the i386 SMP kernel. From: sys/kern/kern_resource.c if ((int64_t)tu 0) { printf(calcru: negative runtime of %jd usec for pid %d (%s)\n, (intmax_t)tu, p-p_pid, p-p_comm); tu = ptu; } Thanks for any info, Rudy

Re: That Drive Geometry Bug

2005-12-27 Thread Daniel Rudy
. Just use FreeBSD's best guess and it will work fine. If you set the BIOS to LBA mode, you will find that matches FreeBSD's best guess. -- Daniel Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: How do I know if my internal PCI modem works on FreeBSD?

2005-12-06 Thread Daniel Rudy
known as Rockwell). It seems that most of the hardware modems that I have come across use Conextent chipsets, but that can be hit and miss. Every Lucent one that I have seen is a Winmodem. 90 pecent of the time, if it's a PCI modem, then it's a Winmodem. -- Daniel Rudy

Re: schedule a script at system startup

2005-12-04 Thread Daniel Rudy
/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED] @reboot username command The @reboot is a BSD extension. -- Daniel Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: How do I know if my internal PCI modem works on FreeBSD?

2005-12-04 Thread Daniel Rudy
. Or talk to Zoom directly at http://www.zoom.com. -- Daniel Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: How do I know if my internal PCI modem works on FreeBSD?

2005-12-03 Thread Daniel Rudy
and see what it is. If it says it's only compatible with Windows, then more than likely it's a software modem. -- Daniel Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Spash screen will not come up

2005-10-18 Thread Daniel Rudy
# Set swap device for crash dumps -- Daniel Rudy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Spash screen will not come up

2005-10-18 Thread Daniel Rudy
--- David Kirchner [EMAIL PROTECTED] wrote: On 10/18/05, Daniel Rudy [EMAIL PROTECTED] wrote: Hello, I'm running FreeBSD 5.4-RELEASE. The problem that I have is that the splash screen will not come up. I have made sure that the bmp is 256 colors. I have tried uncompressed

Re: Controlling init on shutdown/reboot

2003-12-05 Thread Daniel Rudy
of the problem. Because this is called from ppp and not rc.shutdown, init is killing it before it finishes because init thinks that it is not part of the system shutdown sequence. -- Daniel Rudy ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Controlling init on shutdown/reboot

2003-12-01 Thread Daniel Rudy
Hello, How does one allocate more time for /etc/rc.shutdown? It seems that some of my scripts are not being executed when the system shuts down or reboots. -- Daniel Rudy ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: Controlling init on shutdown/reboot

2003-12-01 Thread Daniel Rudy
using the approperiate parameters that ppp would send it. It seems that init is killing the script before the script can finish, which is the problem. BTW, that oid, kern.shutdown_timeout does not exist. I'm running 4.9-RELEASE. - Original Message - From: Daniel Rudy [EMAIL PROTECTED

PPP modem init string

2003-09-24 Thread Daniel Rudy
Hello, How do I get PPP to send an init string to my modem? I'm using different PPP profiles in /etc/ppp/ppp.conf, and each one has a different requirement for the configuration of the modem such as outbound ISP and incoming. Thanks. -- Daniel Rudy

Re: PPP modem init string

2003-09-24 Thread Daniel Rudy
and there are detailed instructions on how to setup you modem and PPP to do this. Search for key works 'PPP dial in' or 'FBSD answering modem' or 'inbound calls' -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Daniel Rudy Sent: Wednesday, September 24

Re: Finding your dynamic external IP

2003-08-03 Thread Daniel Rudy
in daemon mode so that anytime the IP address changes on interface it will update the DDNS provider's servers. -- Daniel Rudy ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail