empty email

2001-04-17 Thread mjs
Im using the mail command to send me my some log files every week...but when i get the email, the files are not sent,..here is the command line i used: mail -s "weekly logs" < /root/weekly.log [EMAIL PROTECTED] am i missing something here?...why its the file not being sent with the email? any h

RE: smc-ultra

2001-03-25 Thread mjs
I upgraded to modutils version 2.4.2 before compiling the new kern(2.4.2) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ted Gervais Sent: Saturday, March 24, 2001 5:47 PM To: [EMAIL PROTECTED] Subject: Re: smc-ultra On Saturday 24 March 2001 16:30, yo

smc-ultra

2001-03-24 Thread mjs
I upgraded from kernel 2.2.17 to 2.4.2...running the following commands: make menuconfig (configured with smc-ultra as a module) make dep make bzImage make modules make modules_install renamed the new image to linux-2.4.2 copied it to /boot edited lilo.conf ran lilo now at this point all went we

RE: Access & Permissions

2001-03-20 Thread mjs
chmod -R 755 /path/to your/dir/you/want/to/change -R is for recursive a break down on permissions 755 7 read write execute(owner) 5 read execute (group) 5 read execute (world) so if u want everyone to also write it would be chmod -R 777 /path/to/dir/ hope this helps... -Original Messa

RE: basic config questions (help please)

2001-03-20 Thread mjs
resolv.conf is where you put your nameserver info and if its your gateway info your looking for its in a file called network in /etc/sysconfig/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tally Jones Sent: Tuesday, March 20, 2001 12:31 PM To: [EMAIL P

RE: postfix

2001-03-20 Thread mjs
Thanks. where did you find this script??, so I know for future reference -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chuck Mead Sent: Tuesday, March 20, 2001 6:24 AM To: REDHAT . . Subject: Re: postfix On Tue, 20 Mar 2001, mjs blurted out: m

postfix

2001-03-20 Thread mjs
I've installed postfix on rh 6.2, unfortunetly the tarball doesn't come with a startup script to add with ntsysv, it seems only the rpm does. Does anyone know how to create a initialization script to put in /etc/rc.d/rc3.d dir, like S80postfix or something along those lines, so i can have postfi

RE: Re: sendmail and Red Hat 6.2

2001-03-16 Thread mjs
I was going to post a question on this matter, but I'm glad someone is discussing it, I'm trying to accomplish the same thing, I added the line: mail -s " Systen Rebooting - SERVER_4" [EMAIL PROTECTED] To my rc.local file so everytime the server gets rebooted, I get notified...by email the prob

RE: chkconfig

2001-03-14 Thread mjs
: chkconfig On Wed, 14 Mar 2001, mjs spewed into the bitstream: m> m>I'm running RH 6.2 and and I want to add a startup script for apache in the m>init.d dir, so I copied the apachectl script to the init.d dirthen I ran m> m>chkconfig --add apachectl m> m>I received ba

chkconfig

2001-03-14 Thread mjs
I'm running RH 6.2 and and I want to add a startup script for apache in the init.d dir, so I copied the apachectl script to the init.d dirthen I ran chkconfig --add apachectl I received back: service apachectl does not support chkconfig anyway, so I renamed the apachectl scirpt to httpd a

RE: strange log

2001-03-13 Thread mjs
ategory queries{ my_query; }; category lame-servers { my_lame; }; category update { my_update; }; category db { my_db; }; category xfer-in{ my_xfer; }; category xfer-out { my_xfer; }; category packet { nu

strange log

2001-03-13 Thread mjs
I'm running RH 6.2 this is odd,..i installed BIND 8.2.3 from scratch, running make clean make depend mak all make install and BEFORE doing 'make install' I deleted the .settings file in the src dir and edited the /src/port/linux Makefile.set to alter the DESTINATION dir to /usr/local/bind823 and

foo log

2001-03-12 Thread mjs
WOW!..this is odd,..i installed BIND 8.2.3 from scratch, running make make clean make depend mak all and before doing 'make install' I deleted the .settings file in the src dir and edited the /src/port/linux Makefile.set to alter the DESTINATION dir to /usr/local/bind823 and its child dir DESTSBI

eth0 not loading

2001-03-11 Thread mjs
Im running RH 6.2 ...for some reason, on bootup eth0 won't load but after bootup I can run modprobe smc-ultra ifup eth0 and it brings it up,..no problem and in my modules.conf file I have the correct lines alias eth0 smc-ultra so i added the lines /sbin/modprobe smc-ultra ifup eth0 to my /etc/r

RE: My server got hacked.

2001-03-10 Thread mjs
check out pmfirewall, its a perl script that walks you through setting up an ipchains firewallquite painless http://www.pmfirewall.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ahad Sirizi Sent: Saturday, March 10, 2001 1:21 PM To: [EMAIL PROT

Upgrades for 2.4.2

2001-03-09 Thread mjs
Im currentely using rh6.2 with kernel 2.2.17 and now preparing for the second time to compile 2.4.2, the problem is looking at the /Documentation/Changes for 2.4.2 seems there is a lot of WARNINGS! in regards to upgrading util-linux 2.10o from the current util-linux-2.10f of which it tells me is

webhosting

2001-03-09 Thread mjs
I wan to host a few websites on my box,..what is the best or preffered method?? I created the dirs /usr/www/domain1.com /usr/www/domain2.com /usr/www/domain3.com /usr/www/domain4.com now I want them to be able to ftp in and upload their files,..what do i do?...do I created symbolic or hardlinks o

util-linux upgrade?

2001-03-09 Thread mjs
Im currentely using rh6.2 with kernel 2.2.17 and now preparing for the second time to compile 2.4.2, the problem is looking at the /Documentation/Changes seems there is a lot of WARNINGS! in regards to upgrading util-linux 2.10o from the current util-linux-2.10f of which it tells me is required.

RE: FTP Accounts

2001-03-08 Thread mjs
even better, use proftpd its a lot more secure http://www.proftpd.net/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Anthony E . Greene Sent: Wednesday, March 07, 2001 10:56 PM To: [EMAIL PROTECTED] Subject: Re: FTP Accounts On Wed, 07 Mar 2001 14:

RE: Find ports

2001-03-05 Thread mjs
try lsof -i -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Statux Sent: Monday, March 05, 2001 4:55 AM To: [EMAIL PROTECTED] Subject: Re: Find ports "netstat -an" will tell you everything you need to know about what's running. On Mon, 5 Mar 2001, siv

RE: eth0 not starting

2001-03-05 Thread mjs
this URL isn't avalabe.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Marco Shaw Sent: Saturday, March 03, 2001 2:47 PM To: [EMAIL PROTECTED] Subject: Re: eth0 not starting > all that aside,..how do i add options to my conf.module file for I/O and

RE: lilo

2001-03-03 Thread mjs
I figured it out... Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Statux Sent: Saturday, March 03, 2001 2:22 AM To: REDHAT . . Cc: tlug Subject: Re: lilo > boot=/dev/hda > map=/boot/map > install=/boot/boot.b > prompt > timeout=50 > linear > d

eth0 not starting

2001-03-03 Thread mjs
i just compiled the new kernel from 2.2.17,.the problem is,..eth0 doesn't work,...on bootup it states incorrect modules parameters and I/O irq not configured properly, its strange how it works when booting into kernel 2.2.17 and not 2.4.2, also, checking my logs,..here's what it says path/to/modu

RE: lilo

2001-03-03 Thread mjs
how do I fix this problem?...if you don't mind lending a hand -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ashley M. Kirchner Sent: Friday, March 02, 2001 9:42 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: lilo mjs wrote: > defau

lilo

2001-03-02 Thread mjs
i recompiled the new kernel 2.4.2 copied the new bzImage to /boot3 dir ran lilo and edited the lilo.conf file here's what it looks like boot=/dev/hda map=/boot/map install=/boot/boot.b prompt timeout=50 linear default=linux delay=1000 image=/boot/bzImage label=mykern read-only

bind 8.2.3

2001-03-02 Thread mjs
I'm running bind 8.2.2-P7 and now upgrading to bind 8.2.3,..i downloaded and ran make DST=/usr/local/bind823 and got these errors at the bottom,..can, is this normal? anyone elaborate?? is "make DST=/usr/local/bind823" the right command?? Thanks In file included from /usr/include/bits/posix

changing ports

2001-03-02 Thread mjs
I'm running openssh on my rh box, is it possible for me to change the port to 23 instead of 22 ??, will this be a security issue,...my work won't allow port 22, so I cant secureCRT in to my box... An optimist believes we live in the best of all po

RE: kernel frustration

2001-03-01 Thread mjs
hmm,..it seems i don't have a directory /usr/src/linux or the directory /usr/include/asm can you explain to me a different aproach to this,...step by step,..since i'm a little new to this... thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Beh

RE: kernel frustration

2001-02-27 Thread mjs
rnel only gives hooks to hardware, & memory management, AFAIK... > -Original Message- > From: mjs [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, February 27, 2001 5:55 PM > To: [EMAIL PROTECTED] > Subject: RE: kernel frustration > > is this on 6.2??...and did you h

RE: kernel frustration

2001-02-27 Thread mjs
is this on 6.2??...and did you have to upgrade certain packages..??..i get some wierd error when i run make bzImage... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Burke, Thomas G. Sent: Tuesday, February 27, 2001 10:02 AM To: '[EMAIL PROTECTED]' Subje

RE: kernel frustration

2001-02-27 Thread mjs
I'm not sure what could go wrong but I've heard there is no problem,..as long as you read teh /Changes doc and upgrade the proper packages. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nitebirdz Sent: Tuesday, February 27, 2001 10:01 AM To: [EMAIL

RE: kernel frustration

2001-02-24 Thread mjs
ECTED]]On Behalf Of Michael Burger Sent: Saturday, February 24, 2001 6:47 AM To: [EMAIL PROTECTED] Subject: Re: kernel frustration Any reason you didn't run "make" before "make bzImage"? On Fri, 23 Feb 2001 19:30:20 -0500, mjs wrote: > >here is my senerio,..i'm

RE: kernel frustration

2001-02-24 Thread mjs
just so i understand you correctly,..you mentioned RPMS i didn't use RPM kernel,...i just downloaded the src and use that,..is that what you mean?? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Statux Sent: Friday, February 23, 2001 11:42 PM To: REDHAT

chroot named

2001-02-23 Thread mjs
I'm looking to secure my named daemon,..so I've decided to jail it,..can someone please explain to me how this is accomplished... i cant find any docs on how to jail it any help would be appreciated thanks An optimist believes we live in the best of all possible worlds. A pessimist

kernel frustration

2001-02-23 Thread mjs
here is my senerio,..i'm currentely running Redhat 6.2 with kernel 2.2.17 and i want to upgrade to kernel 2.4.0, is this possible?..do i need to be running Redhat 7.0 ??... i went ahead and ran make menuconfig make dep all went fine,..but as soon as i ran make bzImage i got this error [root@d

RE: upgrading BIND 8.2.2

2001-02-21 Thread mjs
hmm,..well, does it matter if the named daemon runs as root,..is this a serious problem?? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Thierry ITTY Sent: Tuesday, February 20, 2001 9:32 AM To: [EMAIL PROTECTED] Subject: Re: upgrading BIND 8.2.2 just

upgrading BIND 8.2.2

2001-02-19 Thread mjs
Here's the problemi've upgraded bind 8.2.2 p7 to bind 9.01,..i should let you know im running redhat 6.2 with kernel 2.2.17anyway,..first of all it seems to copy the binary to /usr/local/sbin/named,..instead of /usr/sbin/named like with 8.2.2,..so i copied the new named binary to the /usr

swap partitions

2001-02-18 Thread mjs
would my system run better if I had 2 swap partitions of say 128 megs each then having 1 partition of 256 megs?? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/2001 ___