Re: Limit on number of groups a user can join

2008-01-16 Thread Bill Vermillion
s back.. As I recall I added another line to the group file using the same group number and that fixed that problem. It may be worth a try. Bill -- Bill Vermillion - bv @ wjv . com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Server crashes

2007-12-23 Thread Bill Vermillion
S and kernel is one of the best ways to find bad memory :-(. It puts a stress on the machine that few other things will. Someone else asked if you could ping the machine. I have found that even when a machine is literaly dead you can still ping it, as the NIC cards seem not to notice that every

ksh - was: Re: csh progermming considered harmful

2007-12-15 Thread Bill Vermillion
hell of it and see what happens. I tried the pdksh once and didn't like it. I went back to the genuine ksh [from AT&T] that I had been using for years, and I have it on all the *n*x systems I mainatain. Even though it's bigger then the pdksh [and I always compile my shells statically

Re: smart_host on sendmail min config

2007-12-11 Thread Bill Vermillion
running, so no idea why you don't have a listener on > 127.0.0.1:25. Since the local server is refusing it, that's because of the no proper domain name 'monster-freebsd'. The submission service could be running, but since the system doesn't know it's own name it won

Re: named mystery

2007-12-11 Thread Bill Vermillion
Derek Ragona, the prominent pundit, on Tue, Dec 11, 2007 at 13:36 while half mumbling, half-witicized: > At 01:24 PM 12/11/2007, Bill Vermillion wrote: > >On Tue, Dec 11, 2007 at 18:23 , while impersonating an expert on > >the internet, [EMAIL PROTECTED] sent this to stdout: >

Re: named mystery

2007-12-11 Thread Bill Vermillion
d much of what you put in a zone file and put it in a file called named.soa . And in each file is used the $INCLUDE directive [quite handy] that is $INCLUDE named.soa Then I just update the serial number in the one file. It saves a lot of time, particualary yesterday when one client of a su

Re: looking for online text editor

2007-12-05 Thread Bill Vermillion
got 'vi'. I use 'vi' for 99% of my work - including news and email - and still have probably only scratched 15% of it's capabilites. The first 'vi' implementations I used were limited to 500KB per instansiaton so I wound up using 'split' to b

Re: ls -l takes a forever to finish

2007-11-30 Thread Bill Vermillion
ubtle changes at times]. > Anyway, if that turns out to be the problem, you can fix it by taring > the directory and then restoring it from the tarfile. Not an ideal > solution, mind you. Try the above sometime >>IF EVERYTHING IS ON THE SAME FILE SYSTEM<< and prepare to be am

Re: Build Frustrations

2007-11-20 Thread Bill Vermillion
nning / in ro mode and then copying and/or taring the needed data onto floppies for restore once the OS was reinstalled. After maintaing Unix system [ and variants] on a least 6 different CPU bases since 1983 - I'm hard-coded to having separate file systems. Never turn your back on a running computer. Bill -- Bill Vermillion - bv @ wjv . com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: One Laptop Per Child

2007-11-12 Thread Bill Vermillion
t, teachers are no less busy than they were 10, > 20, or 30 years ago. > My $.02, Some of the hardest tests were those in the university - here are 6 questions - pick any four - and you have three hours to finish them. Or the three USGovt tests I've taken. Two with 100 question and one

Re: Dangers of using a non-base shell

2007-11-09 Thread Bill Vermillion
maintain. But on FreeBSD I always copy it to /bin/ksh [dropping the 93 extension in the default install] and being of the belt & suspendors mentality I ALWAYS compile it statically - and just checking /bin I find only pgrep and pkill NOT statically linked. Old habits die hard but I surely won

Re: skip bad block on QIC-150 tar

2007-11-02 Thread Bill Vermillion
s, is to use 'dd' and then extract from the dd'ed files. When the failure occurs, then use the 'skip' funciton of dd to get past the bad section and save the next hunk.That might be something to try if the above suggestion does not work. Bill -- Bill Vermillion - bv @ wjv . com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Fetching sources for 6.2-Release including changes ....

2007-10-30 Thread Bill Vermillion
t looking for 6.3-PRERELEASE > Best regards, Tino tag=RELENG_6_2 Bill -- Bill Vermillion - bv @ wjv . com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Is it difficult to move from Linux

2007-10-23 Thread Bill Vermillion
ure that you can login via root - before you log out of your first session where you did the original login. I hope this helps. When it's all done I'm sure you will grow to love FreeBSD. It's documentation in superb [and if you look at some of the Linux man pages you will see they

Re: Want to upgrade sendmail in next OS release

2007-10-22 Thread Bill Vermillion
rectly, after that all he has to do is restart sendmail. That means his MTA will be down for only a very few seconds, depending upon the speed of the machine. On a fast machine it may be totally transparent. Bill -- Bill Vermillion - bv @ wjv . com __

Re: Two question about UNIX(r) certification

2007-10-18 Thread Bill Vermillion
See more information about the UNIX 03 Product Standard _ Home ? Contacts ? Legal ? Copyright ? Members ? News ? The Open Group 1995-2007 Updated on Thursday, 18 October 2007

Re: BASH as root shell (static linking)

2007-10-06 Thread Bill Vermillion
refered shell for the last umpteen years. If you do have a shell you want to use all the time it had better be in /bin cause you will be lost if you get into single user mode from something like a crash and need to run utilities. Bill -- Bill Vermillion - bv @ wjv . com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: determing space in the / partition

2007-10-02 Thread Bill Vermillion
t; >> workings of dump myself. It would seem to me, you are dumping > >> to /backup which is the mount point for the USB device. Would > >> that hold true? > > I dump to /mnt/usbck/backup. Since backup dir was not present, the > > script created it under / > Thanks. I couldn't find anything in the man page that explained > what would happen if the mount point for the dump was > inaccessible at dump time. To me, it is still an assumption. Think about it a moment. You you mount you have 'mount point' that is typically directed to the fs that you have mounted there. If nothing is mounted the mount point will get all the data. If /backup had the USB mounted all the data would go to the USB drive. If it's not there all data will go to backup. Bill -- Bill Vermillion - bv @ wjv . com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: migrate from postfix to qmail

2007-09-23 Thread Bill Vermillion
same domain that qmail generates separate emails for each person instead of the standard way of sending one email with all addresses to the destination machine and letting that machine distribute the emails. That's just bizarre - unles you own the transport p

Re: Why is sendmail in the core of FreeBSD

2007-09-22 Thread Bill Vermillion
et running - in the mid-to-late 1980s when I first came across it, I moved to 'smail' as it was easier to run/undrestand. But by the early '90s I moved over to sendmail and have run it for two ISPs. As to handbook, if you want to know more than you ever wanted to know about

Re: cron not working till 28/08/07

2007-09-19 Thread Bill Vermillion
sn't happened to you. By any chance had you performed a 'crontab -e' and screwed things up and deleted the cron. /etc/crontab runs the daily scripts you should be getting. Having that also in /var/cron/tabs made my daily messages go away. Bill -- Bill Vermillion - bv @ wjv . com _

Re: mail server setup questions - OT answer

2007-09-07 Thread Bill Vermillion
reebsd-questions@freebsd.org > Bill Vermillion wrote: [much deleted to make just one OT comment - wjv] Dave said: > We use Sendmail on our gateways for it's excellent milter support and > versatile configuration. It has more knobs than a recording studio. Before I became self-employ

Re: mail server setup questions

2007-09-06 Thread Bill Vermillion
recipients machine. And the last time the qmail tar file that you get when you run make has been changed was March 4, 2001. Anyone who even thinks that a piece of software that it 6 years old has no flaws had best re-think this. The last patches were in 2003. ISTR that

Re: /var or /usr for data?

2007-08-25 Thread Bill Vermillion
eaning up after one of those messes will teach you a lot. A friend of mine has a motto of "learn by destroying". Having a system with only / may be one step along that path :-) Bill -- Bill Vermillion - bv @ wjv . com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: spammers harvesting emaill address from this list

2007-08-24 Thread Bill Vermillion
ge got into that file. If you don't like spam, put in a decent spam filter, as someone somewhere is going to get your address, whether it is from this list or somewhere else. And this thread on spam is quite useless IMO on this list - unless you need hints/help on how to filter spam. [Do a

Re: Looking for powerful machines that run FreeBSD on it

2007-08-14 Thread Bill Vermillion
k - and you'll learn enough so you don't have to rely on 3rd party support - who don't really know what you are doing with your machine. As to power - my observation is that you can do more with FreeBSD on machines less powerful than other OSes require. Bill -- Bill Vermillion - bv

Re: FQDN hostnames, Sendmail and SpamAssassin

2007-07-31 Thread Bill Vermillion
> Eric Crist In setting up a SuSE system [I have 2 linux systems I've had to support] I found that I could not send any mail to any MS based system. The error message from MS ended with a period, but it looked like it was the punctuation on a statement. I found that the FQD

Re: Downgrading from current

2007-07-30 Thread Bill Vermillion
stem on /usr Too many seem to advocate the idea of using the whole disk and not using separate filesystems, and if that is what you have done you have to backup all your /usr and then redo the install. So many who advocate only one filesystem seem to come from th

Re: undeliverable mail

2006-12-20 Thread Bill Vermillion
On Wed, Dec 20, 2006 at 23:58 , Men gasped, women fainted, and small children were reduced to tears as Ian Smith confessed to all: > On Wed, 20 Dec 2006, Beastie MRA wrote: > > On Dec 20, 2006 10:31 AM, Bill Vermillion <[EMAIL PROTECTED]> wrote: [bunches deleted - wjv] >

Re: undeliverable mail

2006-12-19 Thread Bill Vermillion
tes every night at midnight. Is not really a freebsd-net problem so I removed that from the reply to line. Bill -- Bill Vermillion - bv @ wjv . com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"