Re: customize set prompt question

2004-02-02 Thread Chris Riley
FWIW this is what I use in my .bashrc. The contol codes are for an ANSI terminal, the shell doesn't care what to use. The \[ and \] are bash specific, you'll want to remove them for csh. BLACK=\[\e[0;30m\] BLUE=\[\e[0;34m\] GREEN=\[\e[0;32m\] CYAN=\[\e[0;36m\] RED=\[\e[0;31m\]

Problem with login.conf classes

2004-01-22 Thread Chris Riley
Hello. I'm trying to create a login class on a 4.9 box that will add additional restrictions for some users. I can add the login.class entries to the default class and they work, but they apply to everyone. I only want them to apply to certain users, but this isn't working. Here's what I'm

RE: SCSI Disk not found

2003-12-04 Thread Riley J. McIntire
on the Seagate/Compaq drive? The Compaq Configuration Utility sees the drive. But FreeBSD does not. Hopefully I'm not missing something obvious, but seems to me you've broken the mirror by removing a drive and will have to rebuild it using compaq's raid utility. See if you can find it. Regards, Riley

RE: Questions about updating...

2003-12-03 Thread Riley J. McIntire
would be the proper way to You might take a look at /usr/ports/security/freebsd-update. Never used it myself but might be easier than patch or cvs. hth, Riley ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

RE: SCSI Disk not found

2003-12-03 Thread Riley J. McIntire
on. The OS will see the 2 mirrored drives as one. I'd be careful about changing scsi IDs until you determine what's going on. hth, Riley ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

dwl650 4.9

2003-11-18 Thread Riley J. McIntire
an idea I'd appreciate it. Need this thing up and running by Wed and would prefer fbsd rather than linux. It doesn't detect a linksys 10/100 card either. Didn't test it with Knoppix but this card worked recently with w98. Are there any issues with thinkpad 390x? dmesg is below. thanks, Riley de

RE: dwl650 4.9

2003-11-18 Thread Riley J. McIntire
From: Riley J. McIntire It doesn't detect a linksys 10/100 card either. Didn't test it with Knoppix but this card worked recently with w98. Are there any issues with thinkpad 390x? dmesg is below. Just to followup fbsd 5.1 detects the dwl650 and installs the wi driver. Seems to be an issue

RE: tightvnc not honoring .xinitrc file

2003-08-05 Thread Riley
From: stan left hand corber. What can I do to ake it honor the .xinitrc file? man Xvnc Or you might try removing 'twm ' in ~/.vnc/xstartup and adding, eg, 'exec startkde '. Works for me. hth, Riley ___ [EMAIL PROTECTED] mailing list http

buildworld fails

2003-03-05 Thread Riley
. Any ideas? Thanks, Riley mkdep -f .depend -a-DLIBC_SCCS -I/var/src/lib/libutil -I/var/src/lib/libutil/../. ./sys -DINET6 /var/src/lib/libutil/login.c /var/src/lib/libutil/login_tty.c /var/src/lib/libutil/logout.c /var/src/lib/libutil/logwtmp.c /var/src/lib/libutil/pty.c /var/src/lib/libutil

RE: Buildworld fails

2002-10-19 Thread Riley
this generally gives the best performance benefit. /quote Let me give it a try without `-j'. Thanks again, Riley To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

RE: chkrootkit help

2002-10-09 Thread Riley
-to-date_ DNS/mail server), it was in an unstable state for known reasons. An nmap from a remote machine of the entire network directed at the firewall showed nothing abnormal. I'm going to rebuild it anyway, but wanted to followup. Also, if the above is misguided, please advise! Again, thanks, Riley

chkrootkit help

2002-10-07 Thread Riley
ether 00:60:08:31:e4:b0 media: Ethernet autoselect (10baseT/UTP) status: active Any comments would be greatly appreciated. If this isn't a 'false positive' I'll rebuild the machine. Thanks, Riley That which does not kill us makes us stranger

where's sasl.h?

2002-09-17 Thread Riley J. McIntire
fails as below. eg, /usr/src/lib/libmilter/../../contrib/sendmail/src/sendmail.h:127: sasl.h: No such file or directory. sasl.h isn't around. Any thoughts? Thanks, Riley That's the problem with theoretical cryptanalysis: we learn whether or not an attack works at the same time we learn whether

RE: where's sasl.h?

2002-09-17 Thread Riley J. McIntire
SENDMAIL_CFLAGS+= -I/usr/local/include -DSASL=2 SENDMAIL_LDFLAGS+= -L/usr/local/lib SENDMAIL_LDADD+=-lsasl2 cyrus-sasl was installed via ports after deinstalling cyrus-sasl2. But I didn't change the cyrus-sasl2 flags to the cyrus-sasl flags. I hate that. sigh. Riley

RE: where's sasl.h?

2002-09-17 Thread Riley J. McIntire
But I didn't change the cyrus-sasl2 flags to the cyrus-sasl flags. I hate that. sigh. Riley Unfortunately that didn't fix it. /etc/make.conf now has: SENDMAIL_CFLAGS+= -I/usr/local/include -DSASL SENDMAIL_LDFLAGS+= -L/usr/local/lib SENDMAIL_LDADD+=-lsasl cyrus-sasl is installed