How to install Serial ATA drives to redhat 9.0?

2003-10-17 Thread Brad Ching
Hello,today i update server to new and users an Intel P4 motherboard D865GBF.This (Bboard includes built-in serial-ata(SATA) connectors for this new type of hard (Bdrive.Then i install redhat 9.0 and find it run very slow. (BSo i think it have any error for driver.Anyone can did this? (BPleas

RE: Firewall - Limit Geographic Area

2003-10-15 Thread Brad Caricofe
mily in NY and needs to get something from your site? I have had a lot of clients ask us to specifically block requests from China, glad to know how this works now. - Brad -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: port forward

2003-09-28 Thread Brad Smith
ves it automatically does round-robin load balancing. --Brad -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: samba share auth

2003-09-27 Thread Brad Smith
ap to guest = bad user will cause anyone who tries to connect with a username that doesn't exist on the system to be treated as a guest login. Perhaps that would be useful to you. --Brad On Sat, 2003-09-27 at 16:07, Rene's Caltech Email wrote: > what configuration do i have to do so

MV Command

2003-09-26 Thread Brad Caricofe
Tonight I typed "mv ... filename" instead of "mv ../" like I wanted. Now I can find the file nowhere! LoL, wtf did it go? thanks, Brad -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

RE: Replace a string inside a file

2003-09-15 Thread Sites, Brad
#x27; > foo2.txt If you have in foo1.txt the text 'bluegreen apples', the above would change it to be 'redgreen apples'. To separate out the words as single words do: cat foo1.txt |sed 's/blue /red /' > foo2.txt. Or do man sed for further information on ways to

lockd not starting at boot

2003-08-21 Thread Brad Krebs
32768 status Thanks in advance. --Brad Krebs -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: storage available?

2003-08-21 Thread Brad Hittle
> redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED] > https://www.redhat.com/mailman/listinfo/redhat-list > try using "df -h" Brad -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Proxy server

2003-08-21 Thread Brad Hittle
Jason, There is something like a REMOTE_ADDR for coldfusion, but this is returning the IP for the proxy rather than the client. I will look into writing something up with Perl. Brad - Original Message - From: "Jason Dixon" <[EMAIL PROTECTED]> To: "Red Hat Mailing Li

Re: Proxy server

2003-08-21 Thread Brad Hittle
NAT --to-destination $WEBPAGE iptables -t nat -A POSTROUTING -j MASQUERADE Just to clarify things a bit more, we are using the MASQUERADE option because once the webserver sends an acknowledgement packet back to the client, it never makes it back. Thanks! Brad - Original Message - From: &

Re: Proxy server

2003-08-21 Thread Brad Hittle
we are routing the packet back through the proxy server. I have sniffed every possible place along the line using only the DNAT (excluding the router, and some other machines it must go through), and have seen everything working properly. Brad - Original Message - From: "Sean Estab

Proxy server

2003-08-21 Thread Brad Hittle
er than the IP for the client machine.   The question: Is there anyway to retrieve the IP of the client machine so we can retrieve their information?      Thanks in advance for all the help, it is greatly appreciated!!   Brad Hittle

kernel lockd not starting at boot

2003-08-20 Thread Brad Krebs
ocess is not starting. Thanks. --Brad Krebs -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

RE: RedHat 9 and Veritas Netbackup

2003-07-25 Thread Sites, Brad
do. Kind of hard to compare Netbackup against Oracle. Two totally different products that integrate with the system in different ways. .~.Brad Sites /V\Systems Administrator // \\ Missouri Employers Mutual Insurance /( )\ [EMAIL PROTECTED]www.mem-ins.com ^^-^^ (573

RE: Resetting IFCONFIG Info

2003-07-23 Thread Sites, Brad
ht just try this for myself. Always love a challenge! :) .~.Brad Sites /V\Systems Administrator // \\ Missouri Employers Mutual Insurance /( )\ [EMAIL PROTECTED]www.mem-ins.com ^^-^^ (573) 499-4230 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

RE: what is .bz2 extension??

2003-07-10 Thread Sites, Brad
. > It's another compression program called BZip. Man bunzip to see all the options. Also, man tar to see if you can specify the compress/decompress program, because you might be able to do it all in one pass with some setting for tar. Brad Sites Systems Administrator Missouri Employe

RE: RHAdvanced Server

2003-07-10 Thread Sites, Brad
ts and be willing to pay the annual subscription since you are also paying for the application that you are going to run on it. Chances are the subscription is far less than what you pay for the application. Brad Sites Systems Administrator Missouri Employers Mutual Insurance [EMAIL PROTECTED]

RE: RHAdvanced Server

2003-07-10 Thread Sites, Brad
o get updates at one time. Email me off list if you want a hint on how to handle this. Brad Sites Systems Administrator Missouri Employers Mutual Insurance [EMAIL PROTECTED]www.mem-ins.com (573) 499-4230 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

RE: lost password on rh 6.1 system

2003-07-09 Thread Sites, Brad
ystem will boot as normal. No need to manually edit any files. Brad Sites Systems Administrator Missouri Employers Mutual Insurance [EMAIL PROTECTED]www.mem-ins.com (573) 499-4230 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

RE: Up2Date

2003-07-09 Thread Sites, Brad
Mark Haney wrote: > > Is there a command line version of the up2date program? > up2date --nox Brad Sites Systems Administrator Missouri Employers Mutual Insurance [EMAIL PROTECTED]www.mem-ins.com (573) 499-4230 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECT

linux based guards

2003-07-03 Thread Brad Renfro
I'm relatively new to Linux, but am starting to work with it on the job. I just got wind of a new project coming down the pipe regarding the making of install CD's for Linux based guards, possibly kickstart based. This is totally new to me. Anyone have suggestions how to go about this, and possib

ssh tunneling problem after up2date

2003-06-27 Thread Brad Olin
SSH_3.4p1 In /etc/ssh/sshd_config I added the option "AllowTCPForwarding yes" after some comments I found searching at groups.google.com That didn't change anything. Does anybody know why ssh tunneling is no longer working? Any ideas of what to check/look at? Thanks in advance

RE: Memory usage

2003-06-19 Thread Sites, Brad
u the memory usage without the buffers and cache taken into consideration. That middle line is a fairly accurate display of what memory is available for processes on your system. It's kind of nice to see all your memory go to good use! :) .~.Brad Sites /V\Systems Administ

RE: what to do after up2date?

2003-06-12 Thread Sites, Brad
ou need these files or not. After you make that decision and do, or not do, the copy, it will be safe to restart xinetd. .~.Brad Sites /V\Systems Administrator // \\ Missouri Employers Mutual Insurance /( )\ [EMAIL PROTECTED]www.mem-ins.com ^^-^^ (573) 499-4230

Re: [Fwd: RedHat recommended backup technology]

2003-06-12 Thread Brad
it's speed. Regards, Brad On Thursday 12 June 2003 00:41, Robert P. J. Day wrote: > On Wed, 11 Jun 2003, Luciano Rabelo wrote: > > I didn't know that (I think I don't have this option in Tru64 Unix). > > > > Thanks Jonathan, I will try it. > > > > J

Linux desktop speed...

2003-06-10 Thread Brad
eally committed to Linux and Red Hat and *really* don't like Windows any more as it's so limiting. Regards, Brad -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: dual boot

2003-06-05 Thread Brad Ching
First,you install window 200 then install redhat,restart then you find two system exist. - Original Message - From: "redhatdaemon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 05, 2003 2:09 PM Subject: dual boot > does anyone know of a good HOWTO on creating a dual

Re: Dead scsi drive or bad set-up?

2003-04-05 Thread Brad Alpert
What kind of SCSI controller do you have? All SCSI controllers I've ever seen have always had a setup available that you can get to before bootup. I'd try to get into the setup ROM and see what the controller knows about the drive(s). Brad > > So, I've got this franken

RE: Squirrelmail Error

2003-04-03 Thread Brad Alpert
Squirrelmail works fine for me. Here's how the permissions look: drwxr-xr-x 10 root root 4096 Mar 9 11:04 squirrelmail FWIW, this is a stock SM install from the original RH 8.0 CD. Came up fine the first time for me. Brad > I logged in as user edukes from an internal n

Re: NT_STATUS_ACCESS_DENIED

2003-04-03 Thread Brad Alpert
Yes, I get that all the time until I create a user in SAMBA to match the Linux account. Then it's fine. Brad > Someone has had this problem when try to access a Win2k server > from a RH Box with Samba? > > Error returning browse list: NT_STATUS_ACCESS_DENIED > > Doesn&#x

Re: Compaq 2p array controller

2003-04-03 Thread Brad Alpert
, you could go with the 221, the Smart 2D-H, or the 3200 series, assuming your drives are physically and protocol compatible. Brad > > I am running Linux 7.2 on a Compaq proliant 2500 with 3 9gig drive > hanging off a 2p scsi array controller. The system performance is > not what I e

RE: Redhat 9 not 9.0 ?

2003-04-01 Thread Sites, Brad
good job in making the distinction between the two product lines (in my opinion).  The redistributable release is going to be bleeding edge and probably a test-bed for functions and features that will find their way into the EL line of products once they become stable. Just my thoughts. Brad Sites

error about set sendmail

2003-03-28 Thread Brad Ching
Hello everyone: (BNow i install redhat server and sendmail.It's ok for installed.But it (Bdon't working when i use outlook express send ,give me error message (Bfollowing : (B (BThe message could not be sent because the server rejected the sender's (Be-mail address. The sender's e-mail ad

RE: rlogin access

2003-03-27 Thread Sites, Brad
Title: RE: rlogin access Stephen, You probably also need to modify /etc/securetty and add rlogin to the list of terminals that root can log in from. Brad Sites MEM -Original Message- From: Stephen Spalding [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 27, 2003 11:15 AM To

RE: how to add string to a file from command line?

2003-03-21 Thread Sites, Brad
ect saying take whatever is echoed and append it to file f1.  Make sure you use two >'s because using only one will overwrite the file with whatever is echoed and not append. Brad Sites

Re: Publishing NFuse through Apache

2003-03-17 Thread Brad Alpert
Well, that's discouraging! Were you able to get it working without the SSL component? I'd be interested in figuring out if Citrix/NFuse can be published through Apache even without invoking Citrix Secure Gateway capabilities. Thanks/Brad > > Youre Problem is not apache, you

Publishing NFuse through Apache

2003-03-17 Thread Brad Alpert
emote with no luck. Attempts to connect result in 403 errors and there is no evidence that apache is even trying to get over to the internal Citrix machine. I haven't tried any port forwarding trickery with iptables yet. Any tips and hints as to what direction to look in would be appreciated! T

Re: Apache2 + mod_auth_ldap

2003-03-14 Thread Daniel Brad Holder
Ok, I got it to work by adding Base_DN "cn=Users, dc=MyDomain, dc=com" and changing UID_Attr uid to UID_Attr cn So now I can authenticate via the Full Name of the user. How do I change that to username/logon name? --- Brad Holder [EMAIL

Re: Apache2 + mod_auth_ldap

2003-03-14 Thread Daniel Brad Holder
yDomain, dc=com" Bind_Pass "heh" UID_Attr uid require valid-user I think it binds to the ldap server correctly as I don't get a bind error in error_log but I'm not sure how to set up the actual authentication part. Any pointers?

Apache2 + mod_auth_ldap

2003-03-14 Thread Daniel Brad Holder
Is there anyone out there with experience setting up apache with mod_auth_ldap to authenticate against windows active directory? I need help with configuration. Or maybe I should use a different module, is auth_ldap a better alternative? --- Brad Holder [EMAIL

Re: using DLT tape drive in linux

2003-03-13 Thread Brad Alpert
vices, be they disk or tape. But this insignificent detail shouldn't matter to a very determined person, I suppose. Brad -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: sendmail error->Deferred:no such file or directory

2003-03-13 Thread Brad Ching
PROTECTED]> (2286/2287), delay=00:04:38, xdelay=00:00:00, mailer=esmtp, pri=423799, relay=smtp01.netplus.com.hk., dsn=4.0.0, stat=Deferred: No such file or directory - Original Message - From: "Anthony E. Greene" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Th

sendmail error->Deferred:no such file or directory

2003-03-13 Thread Brad Ching
Hello everyone: (BHelp me quickly,it's very important for me.Our sendmail don't send mail (Band give me error message: <>. (BPlease tell me what does it mean and how to fix this error.Thank you (Bvery much. (B (B (BBrad Ching. (B (B (B (B-- (Bredhat-list mailing list (Bunsubsc

RE: ORACLE

2003-03-11 Thread Sites, Brad
o this with Advanced Server to make it work. Other than that, I don't know if I can help much. Brad Sites -Original Message- From: Milen Pankov [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 11, 2003 9:31 AM To: [EMAIL PROTECTED] Subject: Re: ORACLE red hat 8.0 - Original M

RE: ORACLE

2003-03-11 Thread Sites, Brad
Title: RE: ORACLE can't create a database with oracle 8.1.7. the installation went fine, but when i start dbassist on the 2% of the database creation it tels me: "not connected to oracle". any ideas? What version of Redhat?

Re: [SPAM] using DLT tape drive in linux

2003-03-10 Thread Brad Alpert
You need a separate SCSI controller to drive the DLT drive. It isn't a RAID device. Brad > Hi! I've got a bit of a problem with my DLT tape drive connected > to pc server running redhat 7.1. The DLT drive is daisychained > with my ciprico 6500 raid array and both are detec

Re: Linuxconf no longer exists with RedHat 8.0 ... How do I easily configure sendmail/postfix ?

2003-03-09 Thread Brad Alpert
ur help. > > F Download webmin from www.webmin.com and don't look back :-) Brad -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Invalid GPG Signature

2003-03-08 Thread Brad Alpert
I got the same error on the squirrelmail update. The installation got far enough along to hose my current squirrelmail installation, but rpm -Uvh xxx --force fixed me up. This isn't a good situation. > On Sat, 2003-03-08 at 04:43, Chris wrote: >> >> The package kernel-2.4.18-26.8.0 does no

RE: disk space

2003-03-07 Thread Sites, Brad
Title: RE: disk space Richard Humphrey wrote: > Is there a command I can use to check which partition the bulk of my > free space is on in red hat 8.0? > > Richard Humphrey df -h This will show you all mounted file systems and their total space, used space, and free space. Brad Sites

RE: WeatherBug clone for Linux?

2003-03-05 Thread Sites, Brad
plet in KDE. I don't know if either will get you the dopler radar you are looking for, but you could get that from www.weather.com. Brad Sites Systems Administrator Missouri Employers Mutual Insurance

RE: How Do I Find A File On The HD?

2003-03-04 Thread Sites, Brad
he word host in the filename, in any case (initcap, all cap, all lower, etc.) and print the path and filename of all matches. Brad Sites

Re: Compaq Array?

2003-02-27 Thread Brad Alpert
This was all documented on the Compaq support site. Check out www.compaq.com/support and look for RedHat support. Hope this helps Brad > I was asked by a coworker: > > Are there drivers available for using a Compaq array instead of > IDE drives? > > Any one know? > Thanks,

Re: RH Advanced Server 2.1 on IBM xSeries 325

2003-02-26 Thread Brad Alpert
> Brad Alpert wrote: >> On short notice, my boss emailed me late today and asked if >> there'd be any problem with me installing Advanced Server 2.1 on >> the IBM xSERIES 325 server. I've not previously implemented >> that product, but got picked because I

RH Advanced Server 2.1 on IBM xSeries 325

2003-02-26 Thread Brad Alpert
home) and have pretty good server skills. Could anyone shed any light on hidden gotchas, special things that I might want to look out for? It would be much appreciated. Thanks! Brad Alpert -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/

RE: number of partitions

2003-02-24 Thread Sites, Brad
s on an IDE device. Brad Sites

disk-based backups?

2003-02-20 Thread Brad Penner
I am tired of spending all my time debugging Legato problems and constantly swapping out tapes. So I've decided to switch to a disk-based backup solution. What is a good method to do a daily backup of say 10 solaris/bsd/linux servers to a single linux box? I could just rsync I suppose, but there

RE: Ftp partition

2003-02-20 Thread Sites, Brad
var/ftp' This way you don't need to reconfigure any software to use the new /ftp partition.  The system will put things in /var/ftp which is now just a link to /ftp. Brad Sites

RE: Swap Limits

2003-02-19 Thread Sites, Brad
event you use the swap space. Just my $.02! Brad Sites

Re: [SPAM] RH8.0 and Microsoft ISA Server

2003-02-19 Thread Brad Alpert
> I am currently running RH8.0 workstation on a Microsoft Small > Business Server Network that uses Microsoft's ISA server. I am > having problems accessing the internet on this machine. If i > connect the machine directly to the router (which is not a long or > short term option) it works fine. Is

RE: too many files open?

2003-02-19 Thread Sites, Brad
things.  If not, double that number and see how it works.  Here is the command to do this on the fly: echo 8192 > /proc/sys/fs/file-max To make this happen each time at boot, edit your /etc/sysctl.conf file and add the following line: fs.file-max = 8192 Brad Sites

RE: Sync a folder?

2003-02-14 Thread Sites, Brad
-Z to use compress if you prefer. Brad Sites

RE: Sync a folder?

2003-02-14 Thread Sites, Brad
n_dir Check out the man page for rsync to make sure what switches you need.  Rsync will also work across machines if you need it to. Only need to put the one command with the correct switches in cron, so you wouldn't need to create a shell script. HTH, Brad Sites

128 ifcfg-(interface)0:XX files in /etc/sysconfig/network-scripts

2003-01-28 Thread Brad
Hey any one have any info for what happens if you have more than 128 ifcfg-(interface)0:XX files in /etc/sysconfig/network-scripts and what changes if any need to be made if you want more than 128 of them ...?   I _have to_ use the individual file entries and not the range entry that was sugg

how to vacation message in sendmail

2003-01-16 Thread Brad Ching
Hello, i find it's not perfect to use vacation program in sendmail, so i think if can use other program to replace it? Hope to get answers,thank you very much.

about kerenl bug

2003-01-15 Thread Brad Ching
Hello everyone,happy new year! I install redhat7.3 (kernel 2.4.18-3 smp) for program server and i find it always die per three days. The following message is error message:   kernel bug at commit.c :535! invalid operand : binfint-misc autofs eepro100 ext3 jdb dpti20 aic7xxx sd_mod scsi_m

sendmail vacation error

2003-01-15 Thread Brad Ching
Good evening! I need install vacation message in sendmail ,but it don't work,error message is: The original message was received at Wed, 15 Jan 2003 17:28:01 +0800 from [192.168.162.99] - The following addresses had permanent fatal errors - "|/usr/bin/vacation testmail" (reaso

ifcfg-(interface)0:XX files

2003-01-06 Thread Brad
Hey all.. I'm hoping someone has some light to shed on this.   What happens if you have more than 128 ifcfg-(interface)0:XX files in /etc/sysconfig/network-scripts and what changes if any need to be made if you want more than 128 of them ...   Any info would be great.   Thanks.

RE: Sendmail questions

2003-01-02 Thread Brad Alpert
is just in trying to send mail to some > other network (e.g. [EMAIL PROTECTED]). Then it kicks back > the no > relay error message. > > - -Original Message- > From: Brad Alpert [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 02, 2003 4:58 PM > To: [EMAIL PROT

Re: Sendmail questions

2003-01-02 Thread Brad Alpert
You did enable imap and pop (and optionally, imaps and pops) in the /etc/xinetd.d/imap (and ipop3) files, right? That one used to catch me every time. Brad > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hey gang, > > I've got the server put mostly back tog

Re: Apache VirtualHost to another machine

2003-01-01 Thread Brad Alpert
t ip-based vhosts. This has been quite a ride. Thanks! Brad ps - John, what's an "X-AntiAbuse header" and why do your emails seem to have one? > SPAM: Start SpamAssassin results > -- SPAM: This mail is probably spam. The > original

Re: [SPAM] Re: Apache VirtualHost to another machine

2003-01-01 Thread Brad Alpert
n B now, which is to lose my will to live. :-) Thanks for the help in understanding. Brad > SPAM: Start SpamAssassin results > -- SPAM: This mail is probably spam. The > original message has been altered SPAM: so you can recognise or > block

Re: Apache VirtualHost to another machine

2003-01-01 Thread Brad Alpert
l over the apache documentation, time and time again. I literally have over 25 hours in this and it's almost as frustrating as my battle to bring up a Linksys WDT-11 wireless NIC under RH 7.2. That one took 40 hours :) Brad > Actually, Apache will let you set up virtual hosts either way

Re: Apache VirtualHost to another machine

2003-01-01 Thread Brad Alpert
the reason, the main one is that I don't want to load one machine up with websites when it's already running lots of other things. Plus, I am trying to learn this stuff. And, as I noted earlier, I used to run IIS and I want to be able to do everything that I could do with it and more.

Re: [SPAM] Re: Apache VirtualHost to another machine

2003-01-01 Thread Brad Alpert
t;> I haven't played around with Apache2 yet, but I know this >>> isn't >>> possible with 1.3x versions. The virtual hosts must be on >>> the >>> same box. What kind of IP does the second box have? Static, >>> dynamic, something you made u

Re: Apache VirtualHost to another machine

2003-01-01 Thread Brad Alpert
a monopoly on the ability to do it.. Brad > Can't something be done with some tricky DNS routing as well as > (assuming there is only 1 domain on this server)? > > -- Jonathan -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https:/

Re: Apache VirtualHost to another machine

2003-01-01 Thread Brad Alpert
your internal network? For > Apache to serve up the second domain, you need to point the DNS > to that second box (if it has an IP that can be hit from the > outside). > > > ps - this experience is the only one I've had with Apache that > makes me miss a feature of IIS

Apache VirtualHost to another machine

2003-01-01 Thread Brad Alpert
t has gone through so many iterations that it would be pointless. What I need is a working example or at least a pointer on the right approach to take. Any help much appreciated! Thanks/Brad ps - this experience is the only one I've had with Apache that makes me miss a feature of IIS.

Re: Question about sendmail client

2002-12-23 Thread Brad Alpert
er doing a "send/receive". With pop and imap, the client does indeed have to poll for new mail. Not so with Exchange & MAPI clients. Brad > Correct. And you can setup Outlook Express and other clients to > poll as well. This is not a sendmail limitation. > >

Re: smp /boot upgrade problem

2002-12-21 Thread Brad Alpert
It's fixed. I don't know what changed the /boot spec in lilo.conf, but when I changed it to the physical location of c0d0p1, it worked. I'm in SMP heaven now :) Brad > Brad Alpert said: >> This Compaq 1850R server is running RAID 5 in hardware, using a >> Com

Re: smp /boot upgrade problem

2002-12-21 Thread Brad Alpert
there. /dev/md14 does exist, along with a zillion other /dev/mdxx's. Here's lilo.conf, but remember that it won't load with the "lilo" command. Brad boot="/dev/md14" prompt timeout="50" message=/boot/message root=/dev/ida/c0d0p5 linear image=/boot

Re: smp /boot upgrade problem

2002-12-21 Thread Brad Alpert
Did that right off the bat. As you say, it wasn't hard at all. But here's the output from running the lilo command after configuring lilo: [root@ns1 etc]# lilo Fatal: Unable to get RAID info on /dev/md14 Any other thoughts? Brad > Brad Alpert said: >> >> How do I i

smp /boot upgrade problem

2002-12-21 Thread Brad Alpert
to retain the System Partition, so I took the "install boot loader on first block or whatever option" instead of writing the MBR. What's interesting is that up2date kernel updates work great. How do I install a stock smp kernel when it can't find the bootloader? This is confus

Re: Anti-Virus recommendation(s)?

2002-12-01 Thread Brad Alpert
Thanks for the advice! Brad > Actually, you don't really want something invoked from procmail, > as that limits the scanner's usage to inbound mail, only. > > Mailscanner and AMaViS are both good programs (I use amavis, > personally). Both support a number of dif

Anti-Virus recommendation(s)?

2002-11-30 Thread Brad Alpert
What are the best options for virus scanning under linux? I'd like something invoked from procmail, the way spamassassin is. I'm interested in both server- and client-side solutions and I bet there are some good ones out there. Brad -- redhat-list mailing list unsubscribe mai

RE: Spamassassin help

2002-11-29 Thread Brad Alpert
Steve, I learned from the README in /usr/share/doc/spamassassin that a local user_prefs will override the global configuration in local.cf. Setting up the local.cf file did it for me, for whatever reason. Thanks! Brad > It is my understanding that using spamd in the default > configu

Re: Spamassassin help

2002-11-29 Thread Brad Alpert
Yes Mike, as noted in the quoted message from me before, it is running site-wide via spamd/spamc. Adding the entries to whitelist_from lines in local.cf fixed up the problem straightaway. Thanks, Steve Anderson! Brad > I guess I need to ask how you're running SA...are you running >

RE: Spamassassin help

2002-11-29 Thread Brad Alpert
Any idea why my personal whitelist isn't working, Mike? I've got "whitelist_from *@lockergnome.com" in my local user-prefs and list man from them still gets tagged as spam. Brad > You shouldn't add personal whitelists into the global whitelist. > > On Fri,

Re: Spamassassin help

2002-11-29 Thread Brad Alpert
Right you are! Memory fade on my part. It was changed in the correct place (the file doesn't exist in the path I erroneously specified, of course). Any clue on the question I raised? I implemented Steve Anderson's tip and am waiting to test it. Brad > That's not the c

RE: Spamassassin help

2002-11-29 Thread Brad Alpert
Thanks Steve, I'll give that a try! Will the existence of a ~/mail/.spamassassin/user_prefs file override the /etc/mail/local.cf directives? Also, is there a way to view the contents of the SA ruleset? Brad > On my system, edit /etc/mail/spamassassin/local.cf for > global/spamd

Re: Spamassassin help

2002-11-29 Thread Brad Alpert
? Thanks/Brad > Edit your ~/.spamassassin/user_prefs file, and add: > > whitelist_from [EMAIL PROTECTED] > > On Fri, 29 Nov 2002, Brad Alpert wrote: > >> I'm not able to successfully flag specific "From:" addresses as >> non-spam in spamassassi

Spamassassin help

2002-11-29 Thread Brad Alpert
I'm not able to successfully flag specific "From:" addresses as non-spam in spamassassin. What's the quick and dirty technique? What I've tried and which does not work is to save a message that was marked as spam and run it through spamassassin with "spamassassin -W mailto:[EMAIL PROTECTED]?subje

RE: Procmail processing problem

2002-11-18 Thread Brad Alpert
Yep, it's the filesize. The "1" is the leading digit. Line-wrapping problems, as I pointed out in my message. A blank message reveals itself as 1320 bytes. Brad > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Michael

Re: Procmail processing problem

2002-11-18 Thread Brad Alpert
l/spam" >From [EMAIL PROTECTED] Mon Nov 18 21:05:09 2002 Subject: [SPAM] Low-rate mortgage offer!!! Folder: spam 3530 Brad * >> Folder: /var/spool/mail/balpert >> 1 > ^^^ > > What's the '1' doing there in t

RE: Procmail processing problem

2002-11-18 Thread Brad Alpert
Evidently, "spamassassin" invokes a single-user modality which won't branch back to procmailrc, whereas "spamc", which works directly with the spamd daemon, does. Again, thanks to all, and I hope somebody else learned something from this. Best, Brad Alpert > -Origin

RE: Procmail processing problem

2002-11-18 Thread Brad Alpert
etely correctly. It is only when SA is called as above that the procmailrc conditions do not get tested. Any hints, much appreciated1 Thanks to all for the gracious help so far. Brad -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

samba connect error

2002-11-17 Thread Brad Ching
use all.So i think maybe smbd process too many open and didn't have any good idea for this. Anybody know this and have a good idea,pls tell me.Thanks very much. Bye the way, i want to know how many samba connect when i start smaba service? Brad Ching Nov-18-2002 -- redhat-l

RE: Procmail processing problem

2002-11-17 Thread Brad Alpert
basic procmail instruction? I've read the FAQ, examples, the man pages, etc., and I can't get mail to pipe to a spool. Thanks/Brad > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Rick Johnson > Sent: Sunday, November 17, 2002 7:54

RE: Procmail processing problem

2002-11-17 Thread Brad Alpert
nd the ^Subject:.*Test to /dev/null, and the emails still make it to the mail folder. So it would seem to me that the ruleset isn't operational, although things do seem to process otherwise. As I mentioned earlier, the rule that invokes spamassassin does pick up and process. I'm stum

RE: Procmail processing problem

2002-11-17 Thread Brad Alpert
am > > catch your message? No it didn't. The only rule that works is the spamassassin one, in the sense that procmailrc properly calls it, applies the spam scores, and then injects the message back. None of the pure procmail recipes have any effect. Brad -- redhat-list mail

RE: Procmail processing problem

2002-11-17 Thread Brad Alpert
If it does, the dots should > catch that ... > > Hoping it helps ... > > Regards > Wolfgang Ok, tried that, no differnce. Procmail still fails to fire. I think procmail ignores spaces in a line. Brad -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

  1   2   3   4   >