Re: How to stop SPAMMER??!

2002-11-10 Thread Jack L. Stone
At 10:47 PM 11.10.2002 +0700, budsz wrote: >On Sun, Nov 10, 2002 at 08:32:35AM -0600, Jack L. Stone wrote: >>Sorry again only one sip of coffee yet. The ${oif} and ${fwcmd} are >>both my own defined variables at the beginning of my FW script. Just >>replace these variab

Re: Recovering /etc/passwd (was: REASON #7919 NOT to do things as root!)

2002-11-10 Thread Jack L. Stone
liases.bak2group.bak2 master.passwd.bak2 > >One would almost wish that things like the /etc/rc.conf, named and *mc >files where there too :-) > >Dw Just do your own script to run the backups you want. that's all the other one(s) do Best regards, J

Re: Network Card question

2002-11-13 Thread Jack L. Stone
t fast results. or, maybe someone knows this NIC and has your answer. If not, and it's not supported, I'd be heading for the store. Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: unexpected && in sh scripts after upg to 4.7

2002-11-13 Thread Jack L. Stone
t;> --- > >Upgrade your mysql-port. The & && construct is illegal; the newer port >fixes this. >-- >Jonathan Chen <[EMAIL PROTECTED]> >-- ...or, more simply: just r

Re: Internet blocked out?

2002-11-14 Thread Jack L. Stone
our cable from the LAN or nearest port on the router to your hub or switch which is then hooked up to your network. Thus, you don't need but one NIC. You then use the browser to load up the setup on the router by typing in 192.168.1.1 usually. Then you can route the Internet to each of the

Re: Internet blocked out?

2002-11-14 Thread Jack L. Stone
e >192.168.* address just fine if it is in there. How can I get it so that >the "default" NIC is the 66.92 one, not the 192.168 one? I tried >switching the order of the lines in rc.conf but that doesn't help. > It's my understand that if you have the router, you s

Re: restore question

2002-11-14 Thread Jack L. Stone
you will lose any part of the 2nd HD that is larger than HD #1 (I think Ghost does that too -- or used to). dd can be limited to imaging only a slice however. This questions comes up monthly and the archives has numerous postings over the past several months that will fill more details. Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: restore question

2002-11-15 Thread Jack L. Stone
At 05:25 AM 11.15.2002 +0100, Mark wrote: >- Original Message - >From: "Jack L. Stone" <[EMAIL PROTECTED]> >To: "Mark" <[EMAIL PROTECTED]>; "Matthew Emmerton" ><[EMAIL PROTECTED]>; "R. Zoontjens" <[EMAIL PROTECTED]

RE: restore question

2002-11-15 Thread Jack L. Stone
At 10:10 AM 11.15.2002 +0100, R. Zoontjens wrote: > >Jack L. Stone wrote: > >> There IS a program similar to Ghost with respect to making an image. It's >> called "dd" and it's already installed on your FBSD system. Run "man 1 dd" >> for

RE: restore question

2002-11-15 Thread Jack L. Stone
over for standby on an emergency server just in case. All I have to do is restore on the slave backup machine... then take the HD to the backup server... plug in the cable and voila! ...up and running with very little loss of time or data. Best regards, Jack L. Stone, Administrator SageOne Net http:

Re: restore question

2002-11-15 Thread Jack L. Stone
At 05:25 AM 11.15.2002 +0100, Mark wrote: >- Original Message - >From: "Jack L. Stone" <[EMAIL PROTECTED]> >To: "Mark" <[EMAIL PROTECTED]>; "Matthew Emmerton" ><[EMAIL PROTECTED]>; "R. Zoontjens" <[EMAIL PROTECTED]

RE: restore question

2002-11-15 Thread Jack L. Stone
At 04:32 PM 11.15.2002 +0100, R. Zoontjens wrote: > >Jack L. Stone wrote, > >> Hard disks, at least IDEs are really inexpensive. Why not just keep a >> second or third HD on your machine(s) to do backups.?? > >Environmental hazard... like fire e.g. or the server mo

Re: Virtual host aliases and ip forwarding

2002-11-15 Thread Jack L. Stone
in g.html Also, look at the Security/Firewall section. Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: restore question

2002-11-18 Thread Jack L. Stone
At 01:04 PM 11.16.2002 +, Jan Grant wrote: >On Fri, 15 Nov 2002, Jack L. Stone wrote: > >> I missed this earlier. You say: >> >> "That is why the only clean way of doing this, would be to make a >> disk-image, like Ghost does." >> >>

Re: restore question

2002-11-18 Thread Jack L. Stone
At 08:25 AM 11.18.2002 -0600, Jack L. Stone wrote: >At 01:04 PM 11.16.2002 +, Jan Grant wrote: >>On Fri, 15 Nov 2002, Jack L. Stone wrote: >> >>> I missed this earlier. You say: >>> >>> "That is why the only clean way of doing this, wou

Re: Sendmail access.db config

2002-11-20 Thread Jack L. Stone
can use specific IPs if they will be so or include whole groups by cutting off the octets: 200.101.107.111 <== specific 200.101.107.<== broaden group 200.101. <== broaden even more After you have the Ips loaded, restart sendmail Best regards, Jack L. Stone, Administrator S

Re: Portsupgrade -uU

2002-11-21 Thread Jack L. Stone
wfully >> tired of 'can't find **: dependency list incomplete". > >How about: > ># portsdb -uU 2>&1 | grep -v "dependency list incomplete" > >(not tested). > >-tim > or maybe, portsdb -uU > /dev/null (to vaporville) Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: RAID Recomendation

2002-11-21 Thread Jack L. Stone
ou can boot easily; it supports RAID 0 and RAID 1, and is a high >quality motherboard altogether; and the whole thing will only set you back >around $120,--. > >- Mark The $120.00 works IF he can move the CPU, memory, etc. over to the ASUS. I agree with the hardware RAID approach

Re: upgrading sendmail to 8.12.6

2002-11-22 Thread Jack L. Stone
in the new different directory for the make start/stop stuff. you should be able to do a ps -auxw | grep sendmail to see from where the program comes. Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] w

Re: Booting an alternate kernel

2002-11-23 Thread Jack L. Stone
the kernel again)? Ideally I'd like to rename kernel.old to >something like kernel.k6, but would I have to rename the /modules.old >dir too? > >Thanks in advance, > >Jez > You can just copy the kernel to kernel.k6. You don't need to delete the kernel.old. Be

Re: Booting an alternate kernel

2002-11-23 Thread Jack L. Stone
At 04:09 PM 11.23.2002 +, Jez Hancock wrote: >On Sat, Nov 23, 2002 at 09:35:35AM -0600, Jack L. Stone wrote: >> At 03:05 PM 11.23.2002 +, Jez Hancock wrote: >> >Hi, >> > >> >I have fbsd 4.7 installed on a hdd in a dev machine which I want to tran

Re: Adding users in FreeBSD 4.7

2002-11-24 Thread Jack L. Stone
IL PROTECTED] > The system will first ask you to set the regexpressions and all you should do is press enter to each one if you agree with its offering to set up. Then, onec that is done, it will ask for the user to set up. I suspect you are trying to enter the user too soon in the process... that is th

Linksys 10/100/1000 32-bit NIC

2002-11-25 Thread Jack L. Stone
appreciated thanks! Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: changing directory listing type

2002-11-26 Thread Jack L. Stone
At 03:54 PM 11.26.2002 +0200, Ismail YENIGUL wrote: >hi > >try "ls -G" or > install gnuls from ports /usr/ports/misc/gnuls and and run ls --color >regard > Easier yet, just add the following line in /etc/profile: # alias ls='ls -G' Best regards, Jack L.

Re: FreeBSD detecting less than total memory

2002-11-26 Thread Jack L. Stone
all else fails, try pulling the strip(s) and switching the slots. Then, if you have more than one strip, drop to 1 and add 1 back at a time. If one or more isn't seen, then the strip has probably gone bad. Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [E

Re: changing directory listing type

2002-11-26 Thread Jack L. Stone
dded alias ls='ls -G' my /etc/profile but I couldn't get it to work >with 4.5. Do I have to activate this? > Next time you boot, it will take effect. >- Original Message - >From: "Jack L. Stone" <[EMAIL PROTECTED]> >To: "Ismail Y

Re: changing directory listing type

2002-11-26 Thread Jack L. Stone
profile method without a reboot. The .cshrc is limited to each user's shell while the /etc/profile is "global" to all of the shells except the root. It's been a long time since I set it up, I just know it works and I prefer it for my needs. Best regards, Jack L. Stone, Administ

Re: changing directory listing type

2002-11-26 Thread Jack L. Stone
on't you mean just "hash" rehash is not in an sh shell.... Guess this is well-covered though by now... Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: 4.7 changes to /bin/sh?

2002-11-27 Thread Jack L. Stone
weeks ago). > >I don't know about thttpd_wrapper, but with my scripts (mysql_server.sh >and pwcheck.sh) I could just remove the single & and the scripts >started to work OK. >-- h I removed the "&&" and left the single "&" and tha

Re: port to install

2002-11-27 Thread Jack L. Stone
for you. If you don't have it installed, goto: # /usr/ports/sysutils/portupgrade Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: port to install

2002-11-27 Thread Jack L. Stone
At 04:33 PM 11.27.2002 -0600, Jack L. Stone wrote: >At 06:23 AM 11.28.2002 +0800, adrian kok wrote: >>Hi all >> >>I am checking the php in ports is ver 3.23 >>how can I install ver 3.22 >> >>thank you >> > >A couple of ways: > >1) pkg_delet

Re: port to install

2002-11-27 Thread Jack L. Stone
ion that you have any version of php installed. Your should be able to install the version wanted by pkg_add -r -r Use the remote fetching feature. This will determine the appro- priate objformat and release and then fetch and install the pack- age. Best r

Re: php.ini

2002-11-28 Thread Jack L. Stone
At 11:12 PM 11.28.2002 +0800, adrian kok wrote: >Hi all > >I installed mod_php4 by port > >But where is a file php.ini? > >Thank you for your help > Should be in /usr/local/etc Your will have to rename it php.ini and edit any lines needed.... Best regards, Jack L. Stone

Re: rsync of /usr/ports on local lan?

2002-11-30 Thread Jack L. Stone
ke this: yourportsserver:/usr/ports/usr/ports nfs rw 0 0 ...then you only have the one machine to cvsup and the other machines *think* it's just another directory. Of course you need to configure NFS, but it's easy to do and designed for this kind of thing. Best

Re: location for supfiles

2002-12-02 Thread Jack L. Stone
n > Usually in "/usr/src" Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: location for supfiles

2002-12-02 Thread Jack L. Stone
At 10:00 PM 12.2.2002 -0500, Jud wrote: >On Mon, 02 Dec 2002 17:42:03 -0600 >"Jack L. Stone" <[EMAIL PROTECTED]> wrote: > >> At 05:18 PM 12.2.2002 -0600, Brian Henning wrote: >> >Hello, >> >I have been using cvsup for a while now. I typically pu

Re: More then 4 IDE devices in one FreeBSD server.

2002-12-04 Thread Jack L. Stone
bled on the MB, then it wants ad4 as first device and up as far as FBSD is concerned. Using the ATA enable only (and not the RAID) then it is not activated... at least on my MB with a Promise ATA100/RAID. The MB uses jumpers for each of these. Best regards, Jack L. Stone, Administrator SageOn

Re: rc.firewall/ipfw/nat

2002-12-08 Thread Jack L. Stone
each time: # onet=`ifconfig dc0 | awk '/inet / {print $4}'` # omask=`ifconfig dc0 | awk '/netmask / {print $6}'` # oip=`ifconfig dc0 | awk '/inet / {print $2}'` For your inside interface, this will work: # inet="192.168.10.0" # imask="255.255.255.0&q

RE: Ethernet card problem

2002-12-09 Thread Jack L. Stone
le with this line and recompile: device miibus # MII bus support Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Apache + mod_ssl + mod_frontpage no longer working

2002-12-10 Thread Jack L. Stone
> -ug > >Which comes back with a friendly message about the installation being >successful. Too bad it doesn't work.. Again, Frontpage 2002 just hangs. > >Thoughts, Ideas, Some cheese to go with my whine =) anything would be >appreciated: > >John Straiton >[E

Re: mount problems

2002-12-11 Thread Jack L. Stone
uot; error? >I'm using FreeBSD 4.6. Samsung 40x (SF-140) cdrom. >thanx. > Do a "df" command to see if you already have something else mounted on "/mnt". Perhaps the CD-ROM itself??? Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-o

Re: Cron script problem....

2002-12-11 Thread Jack L. Stone
d_backup_scp.pl > > >It works fine from cron on Solaris and Linux... anyone have any ideas? > >TIA >Eric > Eric: I'm no script expert, but perhaps if you added the full path to perl in the cron line. That's usually a problem Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Cron script problem....

2002-12-11 Thread Jack L. Stone
At 08:49 PM 12.11.2002 +0100, Norbert Koch wrote: >"Jack L. Stone" <[EMAIL PROTECTED]> writes: > >Hi! > >> Eric: I'm no script expert, but perhaps if you added the full path to perl >> in the cron line. That's usually a problem > >Shoul

RE: Apache + mod_ssl + mod_frontpage no longer working

2002-12-12 Thread Jack L. Stone
t; >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED]] On Behalf Of >> Jack L. Stone >> Sent: Tuesday, December 10, 2002 11:21 PM >> To: John Straiton; [EMAIL PROTECTED] >> Subject: Re: Apache + mod_ssl + mod_frontpage no

Re: no internal access to webpage

2002-12-13 Thread Jack L. Stone
.168.0.4 or http://my_internal_mach_name Add the machine's host name to /etc/hosts Again, I didn't follow Stacey's answer so maybe I missed the point otherwise, hope this helps. Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: NMBCLUSTERS over 4096 dangerous in any way ?

2002-12-14 Thread Jack L. Stone
r message from the system just complained about the clusters and did not say anything more than recommend bumping. In my own research, I found 8192 commonly used, but the research was skimpy at that. Coincidentially, a message was just posted that says he is using 32768 Best regards, Jack L. Stone,

Re: NMBCLUSTERS over 4096 dangerous in any way ?

2002-12-14 Thread Jack L. Stone
386 port with most 100Mbps ethernet interfaces (no matter how many the machine has) is 8192. option NMBCLUSTERS=8192 Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Clone FreeBSD Partition

2002-12-15 Thread Jack L. Stone
HD. Makes bootable backups and is the one I trust the most with my data and files system backups. "dd" is good for "Ghost-like" image. makes a bootable as well although you may have to run fsck to boot up Best regards, Jack L. Stone, Administrator SageOne Net http://www.

Re: Using the OpenSSH Port

2002-12-16 Thread Jack L. Stone
this? > >Thanks, > >Jason > Jason: I believe you should use this: # OPENSSH_OVERWRITE_BASE= true # Use to make it update from the ports Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] wi

Re: Using the OpenSSH Port

2002-12-16 Thread Jack L. Stone
At 11:18 PM 12.16.2002 -0500, Jason Morgan wrote: >On Mon, Dec 16, 2002 at 09:36:43PM -0600, Jack L. Stone wrote: >> Jason: >> I believe you should use this: >> # OPENSSH_OVERWRITE_BASE= true # Use to make it update from the ports > >Where is that in the docs? I couldn&

Re: a Cisco Question

2002-12-18 Thread Jack L. Stone
protocal is recognized. Again, sounds like they should take a closer look to eliminate any missing steps on their side. Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-q

RE: Installing apache+ssl / frontpage / php

2002-12-19 Thread Jack L. Stone
t doesn't use the old patch method. > >Hope this helps, >John Straiton Hello, John -- glad you got it going. Sounds like the procedure I suggested, except perhaps php4, which I usually install last. Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL P

RE: Installing apache+ssl / frontpage / php

2002-12-19 Thread Jack L. Stone
gt;first available engineer might help you > > >> -Original Message- >> From: Jack L. Stone [mailto:[EMAIL PROTECTED]] >> Sent: Thursday, December 19, 2002 9:46 AM >> To: John Straiton; 'Andrew Nelson' >> Cc: [EMAIL PROTECTED] >> Subject: R

Re: Problem with my startup script?

2002-12-19 Thread Jack L. Stone
ix: > > # chmod 0750 /usr/local/etc/rc.d/smbfsstartup.sh > >- Giorgos > Pardon moir for chiming in here, but I have noticed 3 different posts about the proper chmod for the executable on this thread: 744, 755 and now 750 .I've typically used 755, but if there is some

Re: Problem with my startup script?

2002-12-19 Thread Jack L. Stone
At 11:59 PM 12.19.2002 +0200, Giorgos Keramidas wrote: >On 2002-12-19 15:45, "Jack L. Stone" <[EMAIL PROTECTED]> wrote: >> At 07:25 PM 12.19.2002 +0200, Giorgos Keramidas wrote: >> >> Local Package Initialization : (skipping smbfsstartup.sh, not

Re: FIXED: fdisk and HD's larger than 2GB

2002-12-20 Thread Jack L. Stone
uot; to a less-important machine to do test routine duties -- peeling potatoes and shelling peas! Never again Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: FIXED: fdisk and HD's larger than 2GB

2002-12-20 Thread Jack L. Stone
e >> replacing them one-by-one as they failed. > >FYI, I have had problems with fireballs and bigfoots. Check this page out, >we are not alone... >http://www.driveservice.com/bestwrst.htm > Well, I be darn! I have since standardized with Seagates and glad to see t

Re: need some sendmail help

2003-02-14 Thread Jack L. Stone
"-L sm-mta -bd -q30m -ODaemonPortOptions=Addr=localhost" # Flags for localhost-only MTA sendmail_outbound_enable="YES" # Dequeue stuck mail (YES/NO). sendmail_outbound_flags="-L sm-queue -q30m" # Flags to sendmail (outbound only) sendmail_ms

Setting proper From host in Sendmail

2003-02-16 Thread Jack L. Stone
proper "From" field of the sender...??? Appreiate any help on this as I need the proper "From" so that the auto-responder can send out automatic replies to the customer. Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscri

Re: Setting proper From host in Sendmail

2003-02-16 Thread Jack L. Stone
At 10:14 AM 2.16.2003 -0500, Chuck Swiger wrote: >Jack L. Stone wrote: >> Pardon me if this is OT, but it is probably an easy question for many on >> this list. >> >> The problem: >> Host on my Internal network sends out formmail replies as FROM >> "ww

Re: APC UPS

2003-02-25 Thread Jack L. Stone
eeBSD? And with >> apcupsd? (or other daemon). If so, I would much appreciate you telling me. >> :) >> > >FWIW, and I realize that's not a lot, the APC 1400RM2 does work with >apcupsd. > That is a good brand and works well with apcupsd. Mine are APC Smart-U

Re: 4.7 Upgrade issue - Daniel Bye

2003-02-26 Thread Jack L. Stone
rld" HOWEVER, it is recommended that you do boot the new kernel before proceding just to test it. If there is a problem with the new kernel, you can still revert back to the old and start over. Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To

Re: open relay server

2003-02-27 Thread Jack L. Stone
o stop it. > >any help will be most appreciated. > >thanks > >Walt > Have you tried upgrading? Both FBSD-4.0 and espicially sendmail-8.9.3 are pretty old. Sendmail-8.12.x has many new features/tools for this sort of thing... relays denied is only one. Best regards

Re: Bison

2003-02-28 Thread Jack L. Stone
to errors; use >> --force to preserve. >> *** Error code 2 > >Bison-1.75 needs a texinfo that is only available on FreeBSD-4.7 or >later. You either have to upgrade your texinfo to what is on 4.7 or >upgrade to 4.7 to use bison-1.75. > >Kent > I know this was dis

Re: Upgrade to 4.7 possible?

2003-02-28 Thread Jack L. Stone
ster (especially for updating /etc/rc, /etc/defaults/rc.conf, and /etc/mail) and read /etc/mail/README for more details. ====== Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED]

Hooking 2 Networks

2003-03-01 Thread Jack L. Stone
her and if there is any problems. Guess I could just hook up and try it, but rather double-check with some one who has a similar setup -- or point me to a URL (I've googled, visited the networking and router sites - none talk about directly hooking 2 NWs). Appreciate any replies. thanks!

RE: Hooking 2 Networks

2003-03-01 Thread Jack L. Stone
>> and try it, but rather double-check with some one >> who has a similar setup -- or point me to a URL >> (I've googled, visited the networking and router sites >> - none talk about directly hooking 2 NWs). >> >> Appreciate any replies. thanks! >

RE: Hooking 2 Networks

2003-03-01 Thread Jack L. Stone
bound (TX & RX) >to incomming (RX & TX). > >> Just have those two questions above inline. thanks again. >Well, I seem to have answered at least one, whats the >other question? > > No, this answers my questions. The need for the 3rd NIC was what I really wanted to co

Re: Email Auto-responders with Vacation

2003-03-14 Thread Jack L. Stone
gt;Regards, > >Ben Craig. Didi you "initiate" so that the databse will be built...?? Also, while doing this you must be logged in as that user. Further, unless you reset the default, it will ignore any email address repeats within a certain time span to prevent loops... forgotten h

mod_php4 port installs for Apache2

2003-03-26 Thread Jack L. Stone
ave been searching for a solution ever since the first install more than a day ago without luck. Would appreciate any and all help on how to fix this on a busy server that really needs the php4 to work again with MySQL thanks in advance. Best regards, Jack L. Stone, Administrator SageOne

Annoying RedAlert.com activity

2003-03-29 Thread Jack L. Stone
ot; "RedAlert.com" 65.194.51.165 - - [29/Mar/2003:00:34:52 -0600] "HEAD / HTTP/1.0" 200 0 "-" "RedAlert.com" Question: At the "redalert.com" web site, they claim to be a server monitoring service, but I've

Re: Annoying RedAlert.com activity

2003-03-29 Thread Jack L. Stone
At 12:07 PM 3.29.2003 -0500, you wrote: >On 03/29/03 08:25 AM, Jack L. Stone sat at the `puter and typed: >> This is semi-OT, but is a FBSD firewall question. >> >> Every day, I see this in the logs: >> 65.194.51.136 - - [29/Mar/2003:00:26:47 -0600] "HEAD / HTTP

Named Daemon Troubles

2002-07-14 Thread Jack L. Stone
) etc, etc.. Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Named Daemon Troubles

2002-07-14 Thread Jack L. Stone
At 09:21 PM 7.14.2002 +0100, Matthew Seaman wrote: >On Sun, Jul 14, 2002 at 02:13:39PM -0500, Jack L. Stone wrote: > >> Every time there is a mailing to one of the larger majordomo mail >> lists, its seems that the named daemon breaks. It only happens when >> this list

Re: IPFW Syntax Question

2002-07-17 Thread Jack L. Stone
``ipfw'' > >What am I missing? > >Thanks, > >Drew > I believe that's: #/bin/sh /etc/rc.yourfw Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Boot -s doesn't work any other ideas

2002-07-21 Thread Jack L. Stone
and you should then see "ok" at the prompt... now do "boot -s" Just guessing what you have tried Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Administrators - GUI's or Command lines

2002-07-21 Thread Jack L. Stone
At 05:08 PM 7.21.2002 -0600, Grant Cooper wrote: >quick question for the admins, do you guys perfer to work out of a GUI such >as KDE or just from freeBSD CLI(command line interface)? > ...strictly CLI for me Best regards, Jack L. Stone, Administrator SageOne Net http://www.sag

Re: NFS

2002-07-22 Thread Jack L. Stone
t;> 192.168.1.4 >> >> any help whould be appreciated. > >Remove "-alldirs" > >-- >Jeremy Faulknerhttp://www.gldis.ca ...also, you don't need to reboot if loading exports is your only reason: # kill -HUP `cat /var/run/mount

Re: Cloning FreeBSD

2002-07-23 Thread Jack L. Stone
DD(1) to copy an exact image to another HD. Be aware that HD #2 (copy to) needs to be equal to or larger than HD #1 (copy from). Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

MySQL Library upgrade issue

2008-01-17 Thread Jack L. Stone
manner of jumping the versions of MySQL...?? How do I get it to recognize the proper library version? Thanks for any help. (^_^) Happy trails, Jack L. Stone System Admin Sage-american ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.o

Re: Question about restore

2008-02-02 Thread Jack L. Stone
modify the partition sizes in the script if you want to make some or all of them larger in a bigger new HD for example. If interested in my script and my method, I'll send it to you as an attachment file. (^_^) Happy trails, Jack L. Stone System Admin Sage-american _

Re: dd

2003-03-31 Thread Jack L. Stone
but I believe it has to do with I/O ability & you can check it first. Here is my I/O test check for an IDE: #iostat ad0 1 tty ad0 cpu tin tout KB/t tps MB/s us ni sy in id 03 5.19 7 0.03 11 0 4 1 84 0 126 127.36 183 22.74 0 0

Interface collisions

2003-03-31 Thread Jack L. Stone
Ipkts IerrsOpkts Oerrs Coll rl1 1500 00:40:33:5b:bb:5f 6816063 0 7494432 0 66977 Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.f

Re: Interface collisions

2003-03-31 Thread Jack L. Stone
At 09:57 AM 3.31.2003 -0600, David Kelly wrote: >On Mon, Mar 31, 2003 at 08:38:04AM -0600, Josh Paetzel wrote: >> On Mon, Mar 31, 2003 at 08:20:34AM -0600, Jack L. Stone wrote: >> > For the first time within the past few days, I've noticed collisions being >> > re

Re: PHPmySQL

2003-03-31 Thread Jack L. Stone
gt;> use the proper username/password to connect to MySQL? > >Actually I haven't set a username/password for both of them. I can connect >normally to MySQL on the console without giving any password or such. > >Thank you! > Silly question maybe, but is that the path where

Re: PHPmySQL

2003-04-01 Thread Jack L. Stone
At 04:35 PM 4.1.2003 -0300, Konrad Scorciapino wrote: >Oh, I see... I've Fixed the problem now... > >Thanks, everyone! > For the benefit of the list, what was the fix?? Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net

RE: DNS and natd

2003-06-03 Thread Jack L. Stone
depending on the requesting ip. >For bind, I think the search term is "views". There was a good >description of why this is so a while back, but I have >long since deleted it. I don't think it will be too hard to set up, but >I haven't tried myself yet. Hope this helps.

Re: max open files reached

2003-06-05 Thread Jack L. Stone
the max files. A setting of "0" is good for later versions of FBSD. Don't remember what version changed this & you didn't mention your version. Otherwise, you'll need to set the max files in your /boot/loader.conf so they stay up at the 4096, or whatever workable level is

Re: Mount additional hard drive (ufs)

2003-06-08 Thread Jack L. Stone
ne. What do I forget? > >-- > >Regards > >Martin Schweizer Put the mount point in /etc/fstab Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://list

Make -- Illegal instruction - core dumpedI've been trying to

2003-06-13 Thread Jack L. Stone
ciated Thanks! Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Make -- Illegal instruction - core dumpedI've been trying to

2003-06-13 Thread Jack L. Stone
At 06:34 PM 6.13.2003 -0400, Bill Moran wrote: >Jack L. Stone wrote: >> I've been trying to update, via sources, an older server (586 CPU) that's >> running a real sparse 4.5-RELEASE, but each time I use: >> # make 'target' I get the following er

Re: Make -- Illegal instruction - core dumpedI've been trying to

2003-06-13 Thread Jack L. Stone
At 04:24 PM 6.13.2003 -0700, Joshua Oreman wrote: >On Fri, Jun 13, 2003 at 05:52:42PM -0500 or thereabouts, Jack L. Stone seemed to write: >> At 06:34 PM 6.13.2003 -0400, Bill Moran wrote: >> >Jack L. Stone wrote: >> >> I've been trying to update, via source

Running a rand or random script

2003-06-16 Thread Jack L. Stone
I need to run a script, perhaps using FBSD's 'rand' or 'random' command (or any other) that will generate one single 5-digit number 'at random' between 1-9 Anyone have thoughts on how to do this?? Many thanks for any suggestions. Best regards, Ja

Re: Running a rand or random script

2003-06-16 Thread Jack L. Stone
At 05:32 PM 6.16.2003 +0100, Matthew Seaman wrote: >On Mon, Jun 16, 2003 at 11:15:17AM -0500, Jack L. Stone wrote: >> I need to run a script, perhaps using FBSD's 'rand' or 'random' command (or >> any other) that will generate one single 5-digit n

Re: cron executes entries twice

2003-07-02 Thread Jack L. Stone
f they have a >crontab that is similar to the /etc/crontab > >Just a thought.. > >Andrew > Or do this: # ls -l /var/cron/tabs and that will show the crontabs running. open them to see the contents. That will be faster if you have a

Replacing string in multiple files

2003-07-10 Thread Jack L. Stone
in all ~users by same name "~users/myfile" - replace this ${string} with this ${string} in the above files - report list of above files modified successfully That's it. Script help appreciated (csh shells) Thanks in advance for any suggestions! Best regards, Jack L. Stone

Re: Replacing string in multiple files

2003-07-10 Thread Jack L. Stone
At 01:26 PM 7.10.2003 -0500, Dan Nelson wrote: >In the last episode (Jul 10), Jack L. Stone said: >> Am running FBSD.4.8-R >> >> At times, I need to replace an existing string in a file that has the same >> name in all ~user accounts and know there must be a short scrip

Upgrade error for fbsd-7.2 or 7.3

2010-04-17 Thread Jack L. Stone
rks although it was updated properly. Anyone with a similar problem or ideas? All the best, Jack (^_^) Happy trails, Jack L. Stone System Admin Sage-american ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

Re: Upgrade error for fbsd-7.2 or 7.3

2010-04-17 Thread Jack L. Stone
At 08:06 AM 4.17.2010 -0500, Jack L. Stone wrote: >I hope someone can help me with this one. I've searched and nothing found yet. > >I 've been running fbsd-7.0p3 for quite a while just fine with 4 SATA >drives always recognized as: >ad8, ad10, ad12 and ad14 >The boot

Panic - Locking Against Myself

2003-07-16 Thread Jack L. Stone
It's not hardware. Have changed everything, including the server itself -- bit, not the system contents though which remained on a new hard drive replacement. If anyone knows what causes this and what the fix may be, I could sure use the help. This has been going on for several mont

<    1   2   3   4   >