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: 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: 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: 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
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: 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: 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: 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
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: 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
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.

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: 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

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: 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: 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: 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: 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: 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: 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: 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: 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-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: 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
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 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
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-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: 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: 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: 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: 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: 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: How to stop SPAMMER??!

2002-11-10 Thread Jack L. Stone
At 12:16 AM 11.10.2002 -0600, W. D. wrote: >At 21:17 11/9/2002, Jack L. Stone wrote: >>At 03:04 AM 11.10.2002 +0100, Gustaf Sjoberg wrote: >>>On Sat, 09 Nov 2002 15:13:09 -0600 >>>"W. D." <[EMAIL PROTECTED]> wrote: >>> >>>either block

Re: How to stop SPAMMER??!

2002-11-10 Thread Jack L. Stone
At 12:16 AM 11.10.2002 -0600, W. D. wrote: >At 21:17 11/9/2002, Jack L. Stone wrote: >>At 03:04 AM 11.10.2002 +0100, Gustaf Sjoberg wrote: >>>On Sat, 09 Nov 2002 15:13:09 -0600 >>>"W. D." <[EMAIL PROTECTED]> wrote: >>> >>>either block

Re: How to stop SPAMMER??!

2002-11-09 Thread Jack L. Stone
entry would I add to ipfw? >> >>Does anyone know what vulnerability this might be? How to stop >>permanently? >> Get the IP of the spammer if possible. I've had to use a total block like this: # DENY INTRUDER through external interface #${fwcmd} add deny all

Re: denied access

2002-11-06 Thread Jack L. Stone
arious mail servers are blocking any domains which they think may be a source of spam, or attempted relays. Doesn't even mean YOU were the one doing it -- could be your email address or domain has been hijacked, a fairly common thing these days. Has nothing to do with BSD or any other OS thoug

Re: [Fwd: Cleaning up /]

2002-11-05 Thread Jack L. Stone
are the largest and need to be addressed? > >Thanks in advance, >REM > Just cd to / and issue the simple command: du -h or more complicated output with kb sizes du -s * | sort -n 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: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Jack L. Stone
but what I had to edit/enter >was >> given to me by the mod_php4 build output. >> >> - Mike >> >An SSL-aware Apache? > >KDK > Yes, the server is running SSL may be the diff... 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: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Jack L. Stone
/usr/local/etc...??? On >>> install, it is named "php.ini-dist". you need to edit that file >>> for your paths. >>> Just copy php.ini-dist to php.ini Then edit the lines to suit your system setup this may or may not solve your problem, but I needed it. 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: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Jack L. Stone
clean > >but php4 doesnt work ...is ther some flags or options that need to be put >in ?? >Thanx >Brent > Did you activate the php.ini usually found in /usr/local/etc...??? On install, it is named "php.ini-dist". you need to edit that file for your paths. Bes

Re: Mount floopy disk

2002-11-05 Thread Jack L. Stone
/sh # Floppy drive /sbin/umount /mnt/floppy /sbin/mount -t msdos /dev/fd0 /mnt/floppy cd /mnt/floppy ls Don't forget to umount /mnt/floppy. I also made a similar script for the cdrom mount. "mountcd" 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: ``root''?

2002-11-04 Thread Jack L. Stone
tree. Root of all users. Root of the machine. >> >> Tradition. > >Maybe I was reading into it just a bit too deep then... ;) > >> I always related it to "running as root" which has "root" access to the "root" of the system, or the "

Re: Domains

2002-11-03 Thread Jack L. Stone
amount of > > content in MB's or whatever that I can use? Thanks in advance > > How big a hard disk can you afford? :-) > > Kevin Kinsey > DaleCo, S.P. > If the domain hosting is important, "cheapest" is not the top of priority for making the choice. 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: NFS from win to fbsd

2002-10-27 Thread Jack L. Stone
At 10:50 AM 10.27.2002 -0500, Michael Sharp wrote: > >Anyone know of a decent, free NFS client for win32 that can access exports >from my fbsd nfsd? > >-- >GnuPG Key - http://probsd.org/michael.asc > > Don't know about "NFS", but me know Samba i

Re: UDMA limited to 33 - resolution

2002-10-25 Thread Jack L. Stone
ives for "Master with >non-ATA compatible sleave" mean in regard to the above speed limits...??? > Ooops! That should be "...slave NOT sleave..."" 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: UDMA limited to 33 - resolution

2002-10-25 Thread Jack L. Stone
unning at ATA/33, just without DMA). > >-- > >Linh Pham [EMAIL PROTECTED] Well, then what does the jumper settings on modern drives for "Master with non-ATA compatible sleave" mean in regard to the above speed limits...??? Best regards, Jack L. Stone, Admini

Re: Returned message

2002-10-25 Thread Jack L. Stone
e) and it's the largest Italian provider, I hope you have not >blacklisted it! > >Regards > >Paolo > That ISP is on my blacklist talk to them or change ISPs Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Un

Re: housecleaning and portupgrade question

2002-10-25 Thread Jack L. Stone
s left behind from installs over installs. I don't have the luxuary of the time to write a script or look for those many dependancies. The script has already been written in portupgrade and its tools. But, I understand reluctance to try something new -- that was me and my decision. 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: make clean of /usr/ports

2002-10-24 Thread Jack L. Stone
e cc this address as I am not subscribed to the list. >> >> > >make NOCLEANDEPENDS=YES distclean > >Regards, >-- >Don Read [EMAIL PROTECTED] Have you yet tried the utility portupgrade? If so, it has the tool: #portsclean -DD

Re: what's up with /var/empty?

2002-10-24 Thread Jack L. Stone
; >Hope that helps > >Marc > It's also "locked schg" and you will have to chflags noschg before removing: dr-xr-xr-x 2 rootwheel schg 512 Oct 9 07:42 empty/ 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: trying to get a fresh install

2002-10-23 Thread Jack L. Stone
How do I get newfs "for real"? This is an ugly mess. >> >> >> -r >> Just go back into /stand/sysinstall and "D" delete the whole slice. "W" to write, then exit out back to the console. Reload /stand/sysinstall and then "A" for all

Re: UDMA limited to 33 - resolution

2002-10-23 Thread Jack L. Stone
;> - Added a UDMA66 HD in place of the CD and the bus was limited to UDMA33 >> >> - Swapped the placement of the UDMA100 Master and the UDMA66 Slave on the >> bus and all items were recognized correctly. Master is now last on the >> chain. >> >> >> hth

Re: Oops! rc.conf mistake

2002-10-23 Thread Jack L. Stone
At 11:09 AM 10.23.2002 -0400, Jim Durham wrote: >Jack L. Stone wrote: >> At 09:28 AM 10.23.2002 +0200, Roger 'Rocky' Vetterberg wrote: >> >>>Steve Warwick wrote: >>> >>>>Hey all, >>>> >>>>I wonder if anyone can te

Re: Setup: UDMA133 - recognized?

2002-10-23 Thread Jack L. Stone
ve on the same cable that is fooling the system, that will do it. From a machine's dmesg: ad0: 38166MB [77545/16/63] at ata0-master UDMA100 ad1: 12971MB [26354/16/63] at ata0-slave UDMA66 ata1-master: DMA limited to UDMA33, non-ATA66 compliant cable The cable IS compliant, but if I change th

Re: Oops! rc.conf mistake

2002-10-23 Thread Jack L. Stone
gt; I have noticed that some CD-ROM drives will make the system think it is on a non-compliant cable or UDMA33. For instance, this from dmesg on one machine with an older CD_ROM drive. "ata1-master: DMA limited to UDMA33, non-ATA66 compliant cable" If I change to a newer CD player, it

Re: quick help-new install complains about the hard drive geometry

2002-10-22 Thread Jack L. Stone
l claims the numbers are incorrect. What do I >do now? > >-- >Chip > Have you tried ignoring the complaint and finishing the FDISKing and Labeling? That will probably work okay. Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] T

Re: Choosing UPS for FreeBSD

2002-10-22 Thread Jack L. Stone
At 04:59 PM 10.22.2002 -0500, DaleCo, S.P.---'the solutions people' wrote: >From: "Jack L. Stone" <[EMAIL PROTECTED]> >To: "Marko Cuk" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> >Sent: Tuesday, October 22, 2002 11:07 AM >Subject: Re:

Re: mailing list software

2002-10-22 Thread Jack L. Stone
for prime time yet. I use majordomo which does the job well... (of course I will tout what I use!) it's easy to operate and has a solid performance record. Plus, it's free too if the is part of the criteria. Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [

Re: Unwanted XFree86 stuff in 4.7

2002-10-22 Thread Jack L. Stone
Well, maybe a "newbie" will benefit or someone late at night & tired. 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: Choosing UPS for FreeBSD

2002-10-22 Thread Jack L. Stone
rks for me on all FBSD and Windows boxen. Others swear by NUT. It's a matter of preference I guess. Both are similar in function I believe. Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with &qu

Re: Unwanted XFree86 stuff in 4.7

2002-10-22 Thread Jack L. Stone
At 10:06 AM 10.22.2002 -0500, Drew Raines wrote: >Jack L. Stone wrote: >> >> What did I do wrong that started this alavanche of XFree >> installs...?? > >Did you choose a distribution set starting with X-? (X-Kern-, >X-User-, etc.) > >-Drew > Drew:

Re: Unwanted XFree86 stuff in 4.7

2002-10-22 Thread Jack L. Stone
At 10:06 AM 10.22.2002 -0500, Drew Raines wrote: >Jack L. Stone wrote: >> >> What did I do wrong that started this alavanche of XFree >> installs...?? > >Did you choose a distribution set starting with X-? (X-Kern-, >X-User-, etc.) > >-Drew > No, I start

Re: Unwanted XFree86 stuff in 4.7

2002-10-22 Thread Jack L. Stone
At 07:51 AM 10.22.2002 -0700, David Varieur wrote: >On Tue, 22 Oct 2002 09:42:05 -0500 >"Jack L. Stone" <[EMAIL PROTECTED]> wrote: > >> On all of the production boxes, I am running 4.5-RELEASE p-20 and have been >> waiting to take the plunge on 4.7 after it se

Unwanted XFree86 stuff in 4.7

2002-10-22 Thread Jack L. Stone
tDefaultBitmaps-4.2.0 = up-to-date with port XFree86-fontEncodings-4.2.0 = up-to-date with port XFree86-fontScalable-4.2.0 = up-to-date with port XFree86-libraries-4.2.1_2 = up-to-date with port 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: floppy device busy

2002-10-21 Thread Jack L. Stone
to >fix >> > this. >> > >> > Try cding to "/" and running #df to see if a floppy is mounted. If so, #umount the floppy using the floppy device shown in above df info... That will free up the device so you can rerun your script 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: DUMP

2002-10-21 Thread Jack L. Stone
incremental Thursday dump 4 incremental Friday dump 5 incremental Saturday dump 6 incremental If the above is incorrect, I will appreciate being corrected.... Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubscribe: send mai

Re: Port Upgrade

2002-10-19 Thread Jack L. Stone
pgrade.tgz' >by URL > >Thanks > Gather you don't use ports & cvsup? Easy to get and would include/install the 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: question: sending to stdout AND file

2002-10-18 Thread Jack L. Stone
t file. > >Thanks for your time. > >-- >David Smithson - Systems Administrator >Custom Film Effects (http://www.customfilmeffects.com) > How about: # script infile # captures to a file named "infile" ...then run your script and view output # exit # more infile # giv

Re: A curious dmesg output entry

2002-10-17 Thread Jack L. Stone
ED] >> [EMAIL PROTECTED] >> >> -BEGIN PGP SIGNATURE- >> Version: GnuPG v1.2.0 (FreeBSD) >> >> >iD8DBQE9rmVko8KM2ULHQ/0RApqIAKC9tKiZ2M28qAi/eCDxglxxoYS/SQCglx1w >> /gSjgYTWhe4/Rf+7dslP2cg= >> =mwE9 >> -END PGP SIGNATURE- > > &g

Re: A curious dmesg output entry

2002-10-16 Thread Jack L. Stone
onsult your BIOS (or your MB manual) and look for an enabled feature, such as audio or video. 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: floppy not mounting

2002-10-16 Thread Jack L. Stone
>> as root and I still get >> >> /dev/fd0: Device not configured > >Try fdisk /dev/fd0 or fdisk fd0 cant remember which one then try >mount_msdos /dev/fd0 /mnt > Well, if the fd0 isn't loading up at boot, ya can't mount it something wrong with the flo

Re: floppy not mounting

2002-10-16 Thread Jack L. Stone
not configured > >thanks. > Here's how mine works: mount -t msdos /dev/fd0 /mnt/floppy Of course, I have a directory "floppy" in /mnt 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: Upgrade recommendations

2002-10-16 Thread Jack L. Stone
t vulnerable. Also, am running 4.5-RELEASE p-20 which is right up to date with security patches. I don't track STABLE. but do track all security patches and update as and when they come out so, one doesn't have to upgrade above 4.5 to have the security. 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: Upgrade recommendations

2002-10-16 Thread Jack L. Stone
#x27;t want to deal with the Sendmail 8.12.x changes yet that will affect my mail server and majordomo. So, there will be some configuring *pains* to deal with and need to be ready for and it may hamper and extend the downtime well beyond the 10 minutes if you don't first test on another machine IMHO 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: PHP 4.2.3 install

2002-10-15 Thread Jack L. Stone
>thanks for ideas or pointers to the applicable FM. > >Darryl > Darryl: If your ports are ups to date and has the version of PHP you want. Just goto: # cd /var/db/pkg # pkg_delete # cd /usr/ports/path_to_php # make install clean Should do it. Best regards, Jack L. Stone

Re: About rc.firewall

2002-10-15 Thread Jack L. Stone
At 12:32 AM 10.16.2002 +0700, budsz wrote: >On Tue, Oct 15, 2002 at 10:30:18AM -0500, Jack L. Stone wrote: >>Designating the type "open" will make your system set up wide open and can >>be useful when debugging the rc.firewall script and the kernel has been >>comp

Re: About rc.firewall

2002-10-15 Thread Jack L. Stone
ot;open" will make your system set up wide open and can be useful when debugging the rc.firewall script and the kernel has been compiled to "deny all". If you want to the rc.firewall to load and bee effective though, you must modify it for your own use, incuding the proper desi

Re: trouble mounting floppy

2002-10-14 Thread Jack L. Stone
At 09:16 PM 10.13.2002 -0700, Wayne Lubin wrote: > >--- "Jack L. Stone" <[EMAIL PROTECTED]> wrote: >> At 08:28 PM 10.13.2002 -0700, Wayne Lubin wrote: >> >So I guess my question is what does it mean that >> >/dev/fd0 is not configured and how c

Re: Goofed on installing 2nd hard drive

2002-10-13 Thread Jack L. Stone
y gripe about the bad fstab line, but ignore it Then go to /etc/fstab and edit the file 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: trouble mounting floppy

2002-10-13 Thread Jack L. Stone
It may have to do with the fact that the last time I >> mounted the floppy I turned off the computer without >> umount ing it. Thanks for you help. >> >> Wayne >> I see no one else has taken a shot at this, so: 1) do you have a directory "/mnt/floppy" 2)

Re: swap_pager: out of swap space

2002-10-13 Thread Jack L. Stone
Although this will be debated by other opinions, it is recommended that a swap be set up at 2X your physical memory -- or 2G in your case -- versus only 128MB which sounds low in any case Check the handbook on this section on setting up swap and also about adding more. Best regard

Re: NIC problem?

2002-10-13 Thread Jack L. Stone
is >problem? > >Thanks, > >Vincent Chen > How about just changing NICs??? 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: ipfw and natd during internal to internal access ...

2002-10-10 Thread Jack L. Stone
able to just click and get the domains from the outside IP address. Let me know if you find out an easy way to configue the nameserver. No problem doing that to the main server. It's just the "aliases" to other machines that we have the trouble. I've looked at some info on in

Re: ipfw rules

2002-10-10 Thread Jack L. Stone
he source >tarball when using the make command in /usr/ports. What else needs to be open >for the make command to work? > >Thank you, >Michelle > > I believe it likes to use port 5999 for cvsuping. Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage

Re: ipfw and natd during internal to internal access ...

2002-10-10 Thread Jack L. Stone
e good URLs with info on setting up such a server for this and won't interfere with the router and external DNS setups...??? 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: Proper way to upgrade packaes from ports

2002-10-07 Thread Jack L. Stone
At 12:54 PM 10.7.2002 -0700, Kevin Oberman wrote: >> Date: Mon, 07 Oct 2002 14:49:23 -0500 >> From: "Jack L. Stone" <[EMAIL PROTECTED]> >> Sender: [EMAIL PROTECTED] >> >> At 12:21 PM 10.7.2002 -0700, John Kozubik wrote: >> > >> >Rus

Re: Proper way to upgrade packaes from ports

2002-10-07 Thread Jack L. Stone
gt;> >> Rgds >> >> Rus >> >> -- If you don't mind first deinstalling the old port, then a simple way is to: # pkg_delete ...then cd /usr/ports/foo_2: #make install clean You are now up to date. Best regards, Jack L. Stone, Administrator SageOne Net htt

Re: block icmp with ipfw

2002-10-05 Thread Jack L. Stone
At 09:41 PM 10.5.2002 +0300, Giorgos Keramidas wrote: >On 2002-10-05 08:51, Jack L. Stone wrote: >> At 03:41 PM 10.5.2002 +0200, Patrick O'Reilly wrote: >> >From: "master" <[EMAIL PROTECTED]> >> > > hi all i would like to know the syntax

Re: Panasonic CD-ROM not recognized

2002-10-05 Thread Jack L. Stone
ept the CD-ROM??? Need more info from you... 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: block icmp with ipfw

2002-10-05 Thread Jack L. Stone
;man ipfw and search for "icmptypes" . > >--- >Regards, >Patrick O'Reilly. >______ but if you still want to ping OUT.... ${fwcmd} add pass icmp from any to any icmptypes 8 out via ${oif} Best regards, Jack L. Stone, Administrator SageOn

Re: Tool for mounting a FreeBSD partition in Windows

2002-10-03 Thread Jack L. Stone
hown me a program to mount ext2fs, >> does anybody know about a similar tool for BSD ? >> >> Thanks! >> > >Can't help with your question, but I'd like to know which tool you were >shown to mount ext2fs into a windows install. > >Thanks - JB >

Re: how to use 'dd' to create image of a hard drive?

2002-09-30 Thread Jack L. Stone
44 128.00 191 23.89 0 0 5 0 95 0 44 128.00 191 23.88 0 0 7 1 92 As you can see, it's really doing 128 kB transfers, for an average transfer rate of almost 24 MB/s Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] To Unsubsc

Re: how to use 'dd' to create image of a hard drive?

2002-09-30 Thread Jack L. Stone
it be >specific. > >Thanks >-Pranav > >*** >Pranav A. Desai > >Home :- (937) 294 1381 >*********** > >On Mon, 30 Sep 2002, Jack L. Ston

Re: how to use 'dd' to create image of a hard drive?

2002-09-30 Thread Jack L. Stone
At 05:16 PM 9.30.2002 -0400, Rob Ellis wrote: >On Mon, Sep 30, 2002 at 03:55:36PM -0500, Jack L. Stone wrote: >> At 03:50 PM 9.30.2002 -0500, Pranav A. Desai wrote: >> > >> >Hi all! >> > >> >Can I use something like >> > >> >dd

Re: how to use 'dd' to create image of a hard drive?

2002-09-30 Thread Jack L. Stone
0. If larger, then that larger portion will be unusable. 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: How to shut down cleanly by killing power

2002-09-27 Thread Jack L. Stone
th the genericups driver. >-- >Cheers, >Petri > Thanks for the tips on the settings. On the other subject of the dumb UPS, all of the machines are running the apcupsd deamons. They are set to either Masters or slaves. The masters tell the slaves (running dumb UPS) to shut down accordin

Re: How to shut down cleanly by killing power

2002-09-27 Thread Jack L. Stone
olks waste days trying to make the dumbies communicate just because they got the cable with the new unit. 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: How to shut down cleanly by killing power

2002-09-27 Thread Jack L. Stone
One machine did not survive the abuse and it fried the motherboard and damaged one memory strip beyond reliability. So, no thanks to the unattended restarts after being in the trenches like this. It only happens once oe twice in a year, but ONCE is more than enough for me!! If you don't have thi

<    1   2   3   4   >