Extracting Content

2000-10-05 Thread UK Jaiswal

Hi friends,

In www.slashcode.com and slashdot.org, we see that by selecting various
sites in the preference menu, one can pull headlines from those sites on
to the main page of slashcode or slashdot.
Could somebody pls send some pointers / guidance as to how this is
implemented as I too would similarly like to design a site where I could
let users have the option of getting the headlines from sites like
freshmeat, newspapersites.com etc on to the main page of my site after
login.

Uk



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Using RPM to check integrity of Binaries

2000-10-05 Thread Mikkel L. Ellertson

On Thu, 5 Oct 2000, Roy Harrison wrote:

> 
> 
> Does any one know if there's a way to use rpm to check the integrity of the 
> binaries on an installation?
> 
> Thanks
> 
> Roy
> 
rpm -Va




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: memory problems

2000-10-05 Thread Mikkel L. Ellertson

On Thu, 5 Oct 2000, Ray Curtis wrote:
> 
> Read the manpage on lilo.conf, you will note that the 'append'
> statement belongs in the global section of lilo.conf.
> 
> Should be:
> 
> append="mem=128M"
> 
> image=/boot/linux-2.2.12
>  label=linux
>  initrd=/boot/initrd-2.2.12-20.img
>  read-only
>  root=/dev/hda2
> 
You had better re-read that man page - it actualy lists the append option
in the per image section, not in the global section.  This actualy makes
sense because you sometimes use different append options with different
images, depending on how you have the kernel compiled, or what version you
are running.

Mikkel
-- 

Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: HElP !! what happened to inetd in RH 7 ???

2000-10-05 Thread Bret Hughes

Dave Lewis wrote:

> I don't seem to have a inetd ?? or an inetd.conf file in my new RH 7
> install ???
>
> Where did it go or did I not install something ??? thought that was a
> default part . ??
>
> need it to enable imap :)

look for xinetd.

Bret



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: nsubscribe -can someone at least bother to reply 4 the firsttime

2000-10-05 Thread Kirk

Personally I find this list VERY informative. To unsubscribe go to the URL
at the _bottom_ of every email you receive from this list, follow the
instructions and you will find the way.

Kirk

 >On 5 Oct 2000, soulreaver wrote:

> as i have sent numourus rewuest for help, and no one can be even
> bothered to reply and would like to get off this mailing list, so this
> will actually give someone a chance to reply (HOPEFULLY); so can someone
> please tell me the mail address and subject line to unsubscribe to this
> VERY notso helpfull mailing list :-(
> 
> 

-- 
 Kirk Whiting <[EMAIL PROTECTED]> 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: HElP !! what happened to inetd in RH 7 ???

2000-10-05 Thread Kirk

Its now xinetd.conf powered by xinetd the scripts are located in
xinetd.d . Its alot different, but so far seems better, with better
options. Im still reading about it myself.

Kirk

>On Thu, 5 Oct 2000, Dave Lewis wrote:

> I don't seem to have a inetd ?? or an inetd.conf file in my new RH 7 
> install ???
> 
> Where did it go or did I not install something ??? thought that was a 
> default part . ??
> 
> need it to enable imap :)
> 
> 
> Dave
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
 Kirk Whiting <[EMAIL PROTECTED]> 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: 7.0 and Xserver Options

2000-10-05 Thread Hal Burgiss

On Thu, Oct 05, 2000 at 11:04:40PM -0400, Hal Burgiss wrote:
> 
> I just did the upgrade from 6.2 and so far so good. I mostly use
> Windowmaker without gnome. But thought it worth taking a look at
> X4+gnome. The upgrade stuck me with 3.3.6, and I've gotten 4.01
> going now. BUT -- I am stuck in 8bpp hell. Before the move to 4.01 I
> was happily 16ppp. No matter what I change in XF86Config, I still get
> 8bpp -- DefaultColorDepth, etc. So I am looking where gdm passes the X
> server options. The docs are lacking to non-existent on gdm (still).
> It looks like it calls /etc/X11/xdm/Xservers, but editing there is no
> go either. Where the fsck does this get set???

Dumb ass, it's XF86Config. So I got the bpp straightened out. Still
looking where to set dpi for gdm. ???
 
> Also, I thought I'd check out sawmill. Trying to access the sawmill
> configuration utility, I get a 'sawmill is not running', which is
> clearly bogus. Any ideas on this???

Still hunting this one too ...

-- 
Hal B
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
--



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: myserver/~users/ (i.e. public_html ) not working

2000-10-05 Thread Alan Mead

Yes, apache needs be able to see those pages to serve them.  And apache runs
as nobody which has no special power to read files.  You could run apache as
root but that's a significantly risky solution; not the kind of thing one
does on a tight ship.  You might be able to add nobody to each group but
that might give nobody more power than you want.  BTW, why worry about the
webspace being private?  I mean, the whole point is for the world to be able
to see this stuff, right?  Well, maybe that's exaggerating.

I guess this is a case where ACLs would be useful.

Anthony Greene posted a couple days about this.  You can just give 711
permission to the user's home directory and at least their neighbors cannot
browse their home directory.  They should keep private files in a
subdirectory of their home dir with 700 permissions.

-Alan

- Original Message -
From: Jonathan Wilson <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 02, 2000 8:45 AM
Subject: myserver/~users/ (i.e. public_html ) not working


: Howdy,
:
: I'm trying to set up the thing where users can have their own *private*
web space in their home directory with the public_html option. The problem
is it ONLY work if their home directory is chmod o+x. That makes me very
unhappy - I'm trying to run a tight ship. and in fact, that really doesn't
seem right,  I think I must be doing something wrong. the public_html dir
it's self is chmod 777 which is fine, so long as the user's home doesn't
have to be world-anything.
:
: Any ideas what I"m doing wrong, or how to get Apache to decend into a
user's home dir without having o+x ?
:
: Does the problem come from the fact that Apache runs as nobody nogroup ?
:
: JW
:
:
:
: ___
: Redhat-list mailing list
: [EMAIL PROTECTED]
: https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: unsubscribe -can someone at least bother to reply 4 the first time

2000-10-05 Thread CH

soulreaver wrote:

> as i have sent numourus rewuest for help, and no one can be even
> bothered to reply and would like to get off this mailing list, so this
> will actually give someone a chance to reply (HOPEFULLY); so can someone
> please tell me the mail address and subject line to unsubscribe to this
> VERY notso helpfull mailing list :-(
>
> --
>
>  www.gnome.org
> 'gnome sweet gnome'
> 'start an evolution'
>
> Licq  No:81389074
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

[EMAIL PROTECTED] is the address you would want to use.  Just
put unsubscribe in the subject box and leave message empty.  Works for me
since I subscribe and unsubscribe a few times.

CH



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: (free) mass mailing software

2000-10-05 Thread Anthony E . Greene

On Thu, 05 Oct 2000 18:12 Jeff Graves wrote:
>Running 6.2 stock kernel with IMAP,POP, and SMTP. Also set up horde and
IMP
>for remote IMAP access. Anyway, need to pull email addresses out of an
>(win32) Symantec Act! Database and send a mail blast to all clients.
Don't
>necessarily need to directly access database. ie. I can export as ASCII
if
>need be. Important thing is to have to address show up as user's address
>(not a list like this one). Database is roughly >1000 users and the
system
>is a P166 with 64MB. Not a monster by any standards but this doesn't need
to
>be sent out in 5 seconds. If I can set it up to send overnight during
idle
>periods (don't stop incoming mail to send this mass mail). Any
suggestions?

Assuming the addresses are exported into a text file and listed one per
line, you could use a shell script like this:

#!/bin/sh
#
addrlist=address_list.txt
msgbody=mass_message.txt
subj='Subject of Message'
for recipient in `ls $addrlist`; do
  mail -s $subj $recipient < $msgbody
done
# end of script

If you want to reduce the load sendmail puts on the system, you can add a
sleep command before the "done" line:

for recipient in `ls $addrlist`; do
  mail -s $subj $recipient < $msgbody
  sleep 5
done

A 5 second pause means it will take ~83 minutes to queue 1000 messages, not
counting DNS resolution time. On the machine you're using, any message
addressed to an operational destination should be delivered in 90 minutes or
less.

Tony
-- 
Anthony E. Greene <[EMAIL PROTECTED]> 
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
Chat:  AOL/Yahoo: TonyG05ICQ: 91183266
Linux. The choice of a GNU Generation. 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: HElP !! what happened to inetd in RH 7 ???

2000-10-05 Thread Hal Burgiss

On Thu, Oct 05, 2000 at 03:51:52PM -0400, Dave Lewis wrote:
> I don't seem to have a inetd ?? or an inetd.conf file in my new RH 7 
> install ???
> 
> Where did it go or did I not install something ??? thought that was a 
> default part . ??
> 
> need it to enable imap :)

man xinetd. And maybe glance at the release notes.

-- 
Hal B
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
--



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



7.0 and Xserver Options

2000-10-05 Thread Hal Burgiss


I just did the upgrade from 6.2 and so far so good. I mostly use
Windowmaker without gnome. But thought it worth taking a look at
X4+gnome. The upgrade stuck me with 3.3.6, and I've gotten 4.01
going now. BUT -- I am stuck in 8bpp hell. Before the move to 4.01 I
was happily 16ppp. No matter what I change in XF86Config, I still get
8bpp -- DefaultColorDepth, etc. So I am looking where gdm passes the X
server options. The docs are lacking to non-existent on gdm (still).
It looks like it calls /etc/X11/xdm/Xservers, but editing there is no
go either. Where the fsck does this get set???

Also, I thought I'd check out sawmill. Trying to access the sawmill
configuration utility, I get a 'sawmill is not running', which is
clearly bogus. Any ideas on this???

-- 
Hal B
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
--



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Strange entry in inetd.conf

2000-10-05 Thread Statux

> 9704 stream tcp nowait root /bin/sh sh -i
I'd remove it.. like now. (and send the HUP signal to inetd). smells like
someone added it for maybe backdoor purposes.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RPM troubles

2000-10-05 Thread Devin Brown

After upgradeing my RPM package to a newer version I can't install any RPMs.
How would I go back to the old version of RPM without losing RPM altogether.
Seems to me that it'd be kinda hard to install a new version of RPM from an
.rpm file if RPM isn't installed or working.  Can you get RPM in source
format?  My compiler's working fine.  I'm running RH 6.0 by the way.

Devin Brown
[EMAIL PROTECTED]
www.brainslide.com



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: memory problems

2000-10-05 Thread Eddie Strohmier

Your total memory from free shows 127820. If your running in X mode this
requires quite a bit of memory. Memory is also allocated for buffers and
cache. I would not worry about the print out from this free as it looks
quite normal to me. I ran a news service at one time that if you ran a top
showed 40 % of memory allocated to the news service alone. I was always
dipping into swap but as long as your not dipping to deeply into swap your
memory usage is fine. Why have memoy on board and not have in use? Memory
not in use is "free memory".


Eddie Strohmier


- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 05, 2000 10:21 AM
Subject: memory problems


> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> I am having memory problems I added the statement  append=mem=128M" to my
> lilo.conf and it won't recognise it.
> Here is my lilo.conf file:
> 
> image=/boot/linux-2.2.12
> label=linux
> initrd=/boot/initrd-2.2.12-20.img
> read-only
> root=/dev/hda2
> append=" mem=128M"
>
> other=/dev/hda1
> label=dos
>
> Here is my readout from free
>
>  total   used   free sharedbuffers cached
> Mem:   127820 124748   3072  28396   9212  50796
> - -/+ buffers/cache:  64740   63080
> Swap:   401616   2288399328
>
> I think I should definately have more 3 Megs free !
> What is wrong here ?
> Larry<[EMAIL PROTECTED]>
>
>
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.0.3 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
>
> iD8DBQE53Jxqq3uBt76RTogRAkyuAKCtq62PDCm44RYhjpQ8wi6f1UzHzwCePp2r
> Zv5L9e2tBYMCco7KsjISXzM=
> =c9hs
> -END PGP SIGNATURE-
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: insmod rio500.o fails

2000-10-05 Thread Statux

Do you have the USB code backport? Doesn't look like it since you're
running a RH version of 2.2.16. The unresolved symbols mean that you don't
have something else installed.. in this case: USB support. The message
from sourceforge tells you everything you need to know.

On Thu, 5 Oct 2000, Alan Mead wrote:

> I upgraded to RH 7.0 last night after telling my wife it would support her 
> new Rio 500.. so of course it's not working :)  Here is what I get when I 
> try to load the USB module for the Rio:
> 
> [root@alan /root]# uname -a
> Linux alan 2.2.16-22 #1 Tue Aug 22 16:49:06 EDT 2000 i686 unknown
> [root@alan /root]# insmod /lib/modules/2.2.16-22/usb/rio500.o
> /lib/modules/2.2.16-22/usb/rio500.o: unresolved symbol usb_bulk_msg_R7e099d79
> /lib/modules/2.2.16-22/usb/rio500.o: unresolved symbol usb_deregister_Rdf22f476
> /lib/modules/2.2.16-22/usb/rio500.o: unresolved symbol 
> usb_control_msg_R100187e0
> /lib/modules/2.2.16-22/usb/rio500.o: unresolved symbol usb_register_R8da96161
> 
> Also, has anyone gotten the rio 500 to work with RH 7?  The rio500 software 
> (from sourceforge) says this about the 2.2.x kernels:
> 
> ... These utilities requires that you have a 2.3.x kernel
> or later or are using a 2.2.15preXX or later kernel
> with 2.3 series usb support backported in place. ...
> 
> Thanks!
> 
> -Alan
> ---
> Alan Mead, Ph.D.  /  Research Scientist  /  [EMAIL PROTECTED]
> Institute for Personality and Ability Testing
> 1801 Woodfield Dr  /  Savoy IL 61874 USA
> 217-352-4739 (v)  /  217-352-9674 (f)
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: memory problems

2000-10-05 Thread John Aldrich

On Thu, 05 Oct 2000, [EMAIL PROTECTED] wrote:

> I am having memory problems I added the statement  append=mem=128M" to my
> lilo.conf and it won't recognise it. 
> Here is my lilo.conf file:
> 
> image=/boot/linux-2.2.12
> label=linux
> initrd=/boot/initrd-2.2.12-20.img
> read-only
> root=/dev/hda2
> append=" mem=128M"
> 
> other=/dev/hda1
> label=dos
> 
> Here is my readout from free
> 
>  total   used   free sharedbuffers cached
> Mem:   127820 124748   3072  28396   9212  50796
> - -/+ buffers/cache:  64740   63080
> Swap:   401616   2288399328
> 
> I think I should definately have more 3 Megs free !
> What is wrong here ?
>
Nothing. Linux just uses most of the available RAM for
caching. If it is needed, it will release the memory.
Unlike Windows which does NOT cache in memory, you can
expect to see most of your ram "used up" in linux.

For example, I have 192 megs of RAM on my system here...
and here's MY system's "free":

[john@slave1 john]$ free
  total   used   free shared   buffers cached 
Mem: 192628 1893443284
 63604  74552  43204 -/+ buffers/cache: 
71588 121040 Swap:   131652172 131480 

John



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: memory problems

2000-10-05 Thread Ray Curtis

> "k" == kabir  <[EMAIL PROTECTED]> writes:

k> -BEGIN PGP SIGNED MESSAGE-
k> Hash: SHA1

k> I am having memory problems I added the statement  append=mem=128M" to my
k> lilo.conf and it won't recognise it. 
k> Here is my lilo.conf file:
k> 
k> image=/boot/linux-2.2.12
k> label=linux
k> initrd=/boot/initrd-2.2.12-20.img
k> read-only
k> root=/dev/hda2
k> append=" mem=128M"

k> other=/dev/hda1
k> label=dos

Read the manpage on lilo.conf, you will note that the 'append'
statement belongs in the global section of lilo.conf.

Should be:

append="mem=128M"

image=/boot/linux-2.2.12
 label=linux
 initrd=/boot/initrd-2.2.12-20.img
 read-only
 root=/dev/hda2



-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Authentication failure

2000-10-05 Thread Brian Ashe

Hi Marco,

99% chance you were hacked. This is a common "feature" of a rootkit.

You will likely need to reinstall, or start looking for the files that were
replaced and reinstall the packages necessary.

You can figure out if you've been hacked by checking to see if you've
upgraded ALL of the errata items. Most notably the wu-ftpd and bind
packages.

Have fun,
-- 
_
 Brian Ashe CTO
 [EMAIL PROTECTED]  Dee-Web Software Services, LLC.
 http://www.dee-web.com/
-
You don't have to swim faster than the shark...
You just have to swim faster than the people you're with.

Thursday, October 05, 2000, 7:36:42 AM, you wrote:

MS> system: RedHat 6.2 x86

MS> Since yesterday, in multi-user mode, I can no longer authenticate any
MS> users.  All login attempts result in 'login failure'.  Strangely,
MS> /var/adm/messages does not indicate any failures from PAM.

MS> In single user-mode, I have no problems su'ing from and to any user.  I've
MS> 'zeroed' out root's shadow password, then rebooted, and logins still fail.

MS> I've checked to make sure all my keys work properly.

MS> Does anyone have any suggestions on how I can get back into multi-user
MS> mode?  I've tried commenting out all the entries in /etc/pam.d/login (not
MS> having researched what each line does), and logins still fail.

MS> Thanks,
MS> Marco



MS> ___
MS> Redhat-list mailing list
MS> [EMAIL PROTECTED]
MS> https://listman.redhat.com/mailman/listinfo/redhat-list




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: memory problems

2000-10-05 Thread Mikkel L. Ellertson

On Thu, 5 Oct 2000 [EMAIL PROTECTED] wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> I am having memory problems I added the statement  append=mem=128M" to my
> lilo.conf and it won't recognise it. 
> Here is my lilo.conf file:
> 
> image=/boot/linux-2.2.12
> label=linux
> initrd=/boot/initrd-2.2.12-20.img
> read-only
> root=/dev/hda2
> append=" mem=128M"
> 
> other=/dev/hda1
> label=dos
> 
> Here is my readout from free
> 
>  total   used   free sharedbuffers cached
> Mem:   127820 124748   3072  28396   9212  50796
> - -/+ buffers/cache:  64740   63080
> Swap:   401616   2288399328
> 
> I think I should definately have more 3 Megs free !
> What is wrong here ?
> Larry<[EMAIL PROTECTED]>
> 
I don't see the problem.  You are showing 127820K total (plus what the
kernel is using...)  Discounting memory used for buffers, you are using
64740K,, and have 63080K free.  You are also using 2288K of swap space,
out of a total of 401616K, leaving 399328K of swap free.  You might want
to use the -m option of free to display usage in Megs, instead of K...

One other point - Linux uses almost all of the otherwise unused memory
for disk buffers.  So  on any system that has had much activity, the
amount of free memory shown in the first total line will be small.  This
is because Linux is not wasting the memory.  The second total line shows
what is being used by programs, and how much is free for program use.
Looking at your usage, you probably have X and Netscape running - you
are using a fair amount of memory... 

Mikkel
-- 

Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Using RPM to check integrity of Binaries

2000-10-05 Thread Roy Harrison



Does any one know if there's a way to use rpm to check the integrity of the 
binaries on an installation?

Thanks

Roy


__
"A human being is part of a whole, called by us the "Universe,"
a part limited in time and space. He experiences himself,
his thoughts and feelings, as something separated from the rest
-a kind of optical delusion of his consciousness.
This delusion is a kind of prison for us, restricting us to our
personal desires and to affection for a few persons nearest us.
Our task must be to free ourselves from this prison by widening our
circles of compassion to embrace all living creatures and the whole of
nature in its beauty. "

- Albert Einstein (1879-1955)

The Green Party www.votenader.org



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



[SOLVED] insmod rio500.o fails

2000-10-05 Thread Alan Mead

A search for rio500.o found a page listing dependencies suggested that I 
needed to load usbcore.o first, which solved the problem.

So anyone have the rio 500 working?  I only had a moment but rio_stat 
couldn't connect.

Also, is there a way I should have loaded the module that would have 
detected and handled the dependency?  Or else how was I supposed to know?

Thanks!

-Alan

PS - What's with the list?  Yesterday I got something at home five days 
after I sent it from work!  Now it just seems down...
---
Alan Mead, Ph.D.  /  Research Scientist  /  [EMAIL PROTECTED]
Institute for Personality and Ability Testing
1801 Woodfield Dr  /  Savoy IL 61874 USA
217-352-4739 (v)  /  217-352-9674 (f)



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



unsubscribe -can someone at least bother to reply 4 the first time

2000-10-05 Thread soulreaver

as i have sent numourus rewuest for help, and no one can be even
bothered to reply and would like to get off this mailing list, so this
will actually give someone a chance to reply (HOPEFULLY); so can someone
please tell me the mail address and subject line to unsubscribe to this
VERY notso helpfull mailing list :-(

-- 

 www.gnome.org
'gnome sweet gnome'
'start an evolution'

Licq  No:81389074




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: HELP: can't umount filesystem on shutdown!

2000-10-05 Thread Uncle Meat

On Thu, 05 Oct 2000, you opined:
>On Wed, Oct 04, 2000 at 09:49:06PM -0500, Uncle Meat wrote:
>> > Turning off quotas  [ok]
>> > Unmounting file systems umount2: Device or resource busy
>> > umount: /usr/hda1: device is busy
>> > umount2: Device or resource busy
>> > umount: /usr: device is busy
>> > 
>> > No process references; use -v for the complete list
>> > No automatic removal.  Please use umount /usr/hda1
>> > INIT: no more processes left in this runlevel
>> 
>> I have no idea what this umount2 command is or what's generating it. But,
>> that is likely what is causing it. Any idea where it came from? If you have
>> a pure rpm system:
>> 
>> locate umount2
>> 
>> will get a path, and:
>> 
>> rpm -qf //umount2
>> 
>> will get the name of the rpm that owns it.
>I did 'locate umount2' and it didn't find anything.  I also used find
>from the root like this 'find -iname "umount2"' and it found nothing. 
>Then I ran grep on all the files in rc[0-6].d and init.d looking for
>umount2.  Still no references to umount2.  I can't figure out where
>it's coming from.

Curiouser and curiouser. I can't fathom this happening without something
calling a file or function named 'umount2' (since that's what the log claims
is happening).

>> The only other reason that I can think of for this happening is if
/usr/lib >> or /usr/hda1/lib was in active use when the shutdown tried to
umount it >> (like sitting in /mnt/cdrom then issuing the command 'umount
/mnt/cdrom' - >> will give a device busy error). Since /usr/lib is used by
many things, this >> could be the case.
>
>>From reading the umount man page, I figured that umount was opening
>libraries in /usr/lib and causing the error itself.  The manpage says
>this is possible.  What I don't understand is why that wasn't a
>problem before--seems like that would be a problem regardless of
>where the /usr/lib directory is mounted.  I.e., it has to be
>unmounted regardless of where it is.

Possibly because of the order in which the umounts take place. Obviously,
some have to remain (/) to execute commands until the last one is down. For
some commands, /usr/lib may be essential and /usr/hda1 may be trying to
shut it down too early.

Just a guess. I haven't delved into it that much.

>> You might try (besides locating the umount2 command and shutting it off
if >> possible) logging in as single user, move the lib directory back
where it >> was and move something else with a symlink, like /usr/share.
That one >> shouldn't give you such a problem (unless umount2 is the
problem) and it's >> generally huge, which would free up a lot of space.
>
>I was afraid this is what I'd have to do.  It just seems like there'd
>have to be some way around it--I mean, on a large system do you
>always have to have /usr/lib on the same disk and in the same
>partition as / or /usr?

Never tried mounting /usr/lib anyplace else so I can't answer that. But,
it's entirely possible that the system functions may well _assume_ mounting
/usr will also get /usr/lib, /usr/bin, /usr/sbin, etc. In that case, moving
it and symlinking wouldn't work too well.

Personally, I don't think I'd ever try doing it to any of those named
above, plus a few others I can bring to mind (/boot, /lib, /sbin, /etc)
because those (the latter ones) guarantee failure.

-- 
Excuse my english. I went to US public school.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: memory problems

2000-10-05 Thread Brian Ashe

Hi kabir,

Try "top".

It's like free & ps at the same time. It is also continuous, so you can see
if it is only for a moment or continuously using up resources.

But it looks like you have all the memory being recognized.
kcn> Mem:   127820

Have fun,
-- 
_
 Brian Ashe CTO
 [EMAIL PROTECTED]  Dee-Web Software Services, LLC.
 http://www.dee-web.com/
-
You don't have to swim faster than the shark...
You just have to swim faster than the people you're with.

Thursday, October 05, 2000, 11:21:20 AM, you wrote:

kcn> -BEGIN PGP SIGNED MESSAGE-
kcn> Hash: SHA1

kcn> I am having memory problems I added the statement  append=mem=128M" to my
kcn> lilo.conf and it won't recognise it. 
kcn> Here is my lilo.conf file:
kcn> 
kcn> image=/boot/linux-2.2.12
kcn> label=linux
kcn> initrd=/boot/initrd-2.2.12-20.img
kcn> read-only
kcn> root=/dev/hda2
kcn> append=" mem=128M"

kcn> other=/dev/hda1
kcn> label=dos

kcn> Here is my readout from free

kcn>  total   used   free sharedbuffers cached
kcn> Mem:   127820 124748   3072  28396   9212  50796
kcn> - -/+ buffers/cache:  64740   63080
kcn> Swap:   401616   2288399328

kcn> I think I should definately have more 3 Megs free !
kcn> What is wrong here ?
kcn> Larry<[EMAIL PROTECTED]>



kcn> -BEGIN PGP SIGNATURE-
kcn> Version: GnuPG v1.0.3 (GNU/Linux)
kcn> Comment: For info see http://www.gnupg.org

kcn> iD8DBQE53Jxqq3uBt76RTogRAkyuAKCtq62PDCm44RYhjpQ8wi6f1UzHzwCePp2r
kcn> Zv5L9e2tBYMCco7KsjISXzM=
kcn> =c9hs
kcn> -END PGP SIGNATURE-



kcn> ___
kcn> Redhat-list mailing list
kcn> [EMAIL PROTECTED]
kcn> https://listman.redhat.com/mailman/listinfo/redhat-list




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



What exactly does this mean???

2000-10-05 Thread Jake McHenry


I just installed some more memory, and now this is happening when I boot, even
when I try to boot to single user mode.

INIT: PANIC: segmentation violation at 0x2ec54! sleeping for 30 seconds.

It is in a loop of this, and won't stop! I let it sit for 2 hours and it was
still doing the same thing. I didn't touch anything. I shut it down with 

shutdown -F -h now

no big deal. Put in the new memory, powered back on. Bios finds all the memory,
I didn't see if in the boot process it saw it or not, but then this started
happening.

What do I do?

Thanks,
Jake McHenry



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



HElP !! what happened to inetd in RH 7 ???

2000-10-05 Thread Dave Lewis

I don't seem to have a inetd ?? or an inetd.conf file in my new RH 7 
install ???

Where did it go or did I not install something ??? thought that was a 
default part . ??

need it to enable imap :)


Dave



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: memory problems

2000-10-05 Thread Chris Fishwick

>  total   used   free sharedbuffers cached
> Mem:   127820 124748   3072  28396   9212  50796
> - -/+ buffers/cache:  64740   63080
> Swap:   401616   2288399328
> 
> I think I should definately have more 3 Megs free !
> What is wrong here ?

There is nothing wrong here.  This is fairly normal (it is on all my boxes
anyway)..  Here is the readout from 'free' on my office machine with 256M
installed:

 total   used   free sharedbuffers cached
Mem:257644 254604   3040 335864  12724 193028
-/+ buffers/cache:  48852 208792
Swap:   265064  11252 253812

Regards

Chris



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



(free) mass mailing software

2000-10-05 Thread Jeff Graves

Okay,

Running 6.2 stock kernel with IMAP,POP, and SMTP. Also set up horde and IMP
for remote IMAP access. Anyway, need to pull email addresses out of an
(win32) Symantec Act! Database and send a mail blast to all clients. Don't
necessarily need to directly access database. ie. I can export as ASCII if
need be. Important thing is to have to address show up as user's address
(not a list like this one). Database is roughly >1000 users and the system
is a P166 with 64MB. Not a monster by any standards but this doesn't need to
be sent out in 5 seconds. If I can set it up to send overnight during idle
periods (don't stop incoming mail to send this mass mail). Any suggestions?

TIA

Jeff



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Accepting and forwarding mail

2000-10-05 Thread Robert Friberg



Hi folks,


I have a RH 6.1 server hosting a few named based websites.
The same machine is primary dns for all the hosted sites.
I don't have any mail support whatsover yet, but would
like to do the following until I have time to learn to
set up the full monty.

What I would like to do is just accept mail for each
domain and forward to existing mailaccounts on other
servers. Any number of aliases per domain should be
possible, any nonmatching aliases should also be
forwarded to a default adress. IOW, no mailboxes
and no pop servers.

Also, I would like to avoid linuxconf so I can learn
what's happening. 

The first step is to add MX-pointers for each domain,
that I can manage. Then I have to upgrade sendmail to
the latest secure version (it's currently disabled), I
can manage that too.

It's the config part I could use some help with...

TIA,
--
robert friberg, ensofus ab



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: [RHL] test cycle for bind 9?

2000-10-05 Thread Juha Saarinen

%-> I don't think bind9 is an errata candidate for previous releases because
%-> it doesn't have all the functionality bind8 had (yet).
%->
%-> There are also a couple of non-critical bugs that need fixing, e.g. in
%-> bind-utils:
%-> [root@bero /root]# host www.redhat.com
%-> socket.c:1183: setsockopt(7, SO_TIMESTAMP) failed
%-> socket.c:1183: setsockopt(8, SO_TIMESTAMP) failed
%-> socket.c:1183: setsockopt(9, SO_TIMESTAMP) failed
%-> www.redhat.com. is an alias for www.portal.redhat.com.
%-> www.portal.redhat.com. has address 206.132.41.231
%-> www.portal.redhat.com. has address 206.132.41.202
%-> www.portal.redhat.com. has address 206.132.41.203

I think that's a result of kernel 2.4 headers, but a 2.2.x kernel. Saw the
same thing here, and when I switched to 2.4.0-pre9-testx, the error went
away.

-- Juha




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Looking for perl url redirect script

2000-10-05 Thread Warren Melnick

The simplist  thing to do would be something like this:

#!/usr/bin/perl
@loc=split(/\?/, $ENV{REQUEST_URI};
shift @loc;
$theurl=join('?',@loc);
print "Location: $theurl\n\n";



Hope it helps!
Warren


-Original Message-
From: Gary Nielson [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 04, 2000 1:37 PM
To: [EMAIL PROTECTED]
Subject: Looking for perl url redirect script

Does anyone know of a script like this one listed below that would be in
perl and run under Unix? I am trying to find a way to do this, but this
executable is for NT.

http://www.analogx.com/contents/download/network/cgirdir.htm






___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: [OT] Looking for perl url redirect script

2000-10-05 Thread Charles Galpin

Hi Gary

I didn't see anyone answer this, and was curious, so I wrote a simple
little one. I'm not sure if this was what you were looking for, but it
just logs the refering page and destination url and redirects.

It would be almost as simple to do a masking style redirect to hide urls
you are redirecting to if you want.

call it from html like this

http://slashdot.org">Slashdot


#!/usr/bin/perl

# simple redir script

use CGI;

# logfile
my $logFile = "/tmp/redir.log";

# file locking constants
$LOCK_EX = 2; # exclusive lock
$LOCK_UN = 8; # unlock

# get the url
my $query = new CGI;
my $url = $query->param("keywords");

# log it
open (LOG, ">>$logFile");
flock(LOG, $LOCK_EX);
print LOG $query->referer(), "\t", $url, "\n";
flock(LOG, $LOCK_UN);
close LOG;

# do the redirect
print $query->redirect( $url );

# done!

seeya
charles

On Wed, 4 Oct 2000, Gary Nielson wrote:

> Does anyone know of a script like this one listed below that would be in
> perl and run under Unix? I am trying to find a way to do this, but this
> executable is for NT.
> 
> http://www.analogx.com/contents/download/network/cgirdir.htm
> 
> 
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: log entries: innocent or crack attempt?

2000-10-05 Thread Larry Grover

Thanks for the response.  Your analysis confirms my suspicions.

I do have PortSentry installed, and it has flagged other attempts in the past, but not 
this one.

Since this attmept, I've been specifically blocking 203.21.16.18 on the firewall, and 
on the internal server.  

I'm also logging all connections and attempted connections, but I haven't seen 
anything suspicious since.

I ran "rpm -Va" on the server, and everthing checked out OK.  

Anything else I should do to verify the integrity of my systems?

Do you think the machine at 203.21.16.18 has been cracked and is being used to attempt 
attacks on others?  Should I contact the admin of that machine?

__
Larry Grover, PhD
Assoc Prof of Physiology
Marshall Univ Sch of Med



On Tue, 03 Oct 2000 16:24:00 -0400, "Burke, Thomas G." 
<[EMAIL PROTECTED]> wrote:
>
> Looks to me like something similar to the following happened:
>
> 1) (L)user on 203.21.16.18 connected (http) to your web server at 15:00 (so
> far not too worrisome)
>
> 2) L(user) on 203.21.16.18 tries to ssh into your machine - WARNING!  He has
> no business doing this, you are being probed!
>
> 3) Authentication times out on ssh login - WARNING!  He probably tried the
> old openssh exploit (which has been plugged) and failed (or, a script is
> trying to make connections to see if there is a machine there).  YOU ARE
> UNDER ATTACK!
>
> 4) (L)user has several http session open to your machine...  He may not
> realize that he is being forwarded to another machine, or perhaps he thinks
> something funny is going on & is trying to figure it out...
>
> 5) at 15:12:25, (l)user tries to ftp into your machine...  Connection times
> out...  He may (or may not) have tried the wu-ftpd overflow exploit (fixed
> with the most recent update)...  I imagine he is trying to figure out what
> is going on with your network, etc...
>
> Do you have PortSentry installed?
>
> I don't think he got into your machine, but I'd definately say you're
> getting probed (at the least)
>
>
>
>> -Original Message-
>> From:Larry Grover [SMTP:[EMAIL PROTECTED]]
>> Sent:Tuesday, October 03, 2000 11:58 AM
>> To:  [EMAIL PROTECTED]
>> Subject: log entries:  innocent or crack attempt?
>> 
>> This morning I found several entries in my logs which look suspicious to
>> me.  Can anyone enlighten me?  
>> 
>> Background.  I have three machine networked machines: 
>> 
>> (1) The first acts as a firewall, does ip-masqing for machines (2) and (3)
>> and port forwarding (ports 21, 80) for machine (2).
>> 
>> (2) The second runs apache and wu-ftp, and handles connections made though
>> the firewall on ports 21 and 80.
>> 
>> (3) The third runs win95.
>> 
>> Machines (1) and (2) run RH6.2, and have all package updates installed.
>> OpenSSH also runs on both (1) and (2)
>> 
>> Here are the log entries that look funny to me:
>> 
>> (1) On the Firewall machine (a.b.c.d):
>> 
>> Oct  3 00:48:12 a.b.c.d kernel: Packet log: input ACCEPT eth0 PROTO=6
>> 203.21.16.18:80 a.b.c.d:80 L=40 S=0x00 I=39426 F=0x T=23 (#32) 
>> Oct  3 00:48:13 a.b.c.d kernel: Packet log: input ACCEPT eth0 PROTO=6
>> 203.21.16.18:2217 a.b.c.d:80 L=60 S=0x00 I=978 F=0x4000 T=45 SYN (#32) 
>> Oct  3 00:48:14 a.b.c.d kernel: Packet log: input ACCEPT eth0 PROTO=6
>> 203.21.16.18:2217 a.b.c.d:80 L=52 S=0x00 I=993 F=0x4000 T=45 (#32) 
>> Oct  3 00:48:14 a.b.c.d kernel: Packet log: input ACCEPT eth0 PROTO=6
>> 203.21.16.18:2217 a.b.c.d:80 L=52 S=0x00 I=994 F=0x4000 T=45 (#32) 
>> Oct  3 00:48:14 a.b.c.d sshd[10731]: Connection from 203.21.16.18 port
>> 2225
>> Oct  3 00:48:14 a.b.c.d kernel: Packet log: input ACCEPT eth0 PROTO=6
>> 203.21.16.18:2217 a.b.c.d:80 L=52 S=0x00 I=1004 F=0x4000 T=45 (#32) 
>> Oct  3 00:58:14 a.b.c.d sshd[10731]: fatal: Timeout before authentication
>> for 203.21.16.18.
>> Oct  3 01:01:25 a.b.c.d kernel: Packet log: input ACCEPT eth0 PROTO=6
>> 203.21.16.18:1 a.b.c.d:80 L=40 S=0x00 I=39426 F=0x T=23 (#32) 
>> Oct  3 01:01:25 a.b.c.d kernel: Packet log: input ACCEPT eth0 PROTO=6
>> 203.21.16.18:2 a.b.c.d:80 L=40 S=0x00 I=39426 F=0x T=23 (#32) 
>> Oct  3 01:01:25 a.b.c.d kernel: Packet log: input ACCEPT eth0 PROTO=6
>> 203.21.16.18:3 a.b.c.d:80 L=40 S=0x00 I=39426 F=0x T=23 (#32) 
>> Oct  3 01:01:25 a.b.c.d kernel: Packet log: input ACCEPT eth0 PROTO=6
>> 203.21.16.18:4 a.b.c.d:80 L=40 S=0x00 I=39426 F=0x T=23 SYN (#32) 
>> Oct  3 01:01:25 a.b.c.d kernel: Packet log: input ACCEPT eth0 PROTO=6
>> 203.21.16.18:5 a.b.c.d:80 L=40 S=0x00 I=39426 F=0x T=23 (#32) 
>> Oct  3 01:01:25 a.b.c.d kernel: Packet log: input ACCEPT eth0 PROTO=6
>> 203.21.16.18:4 a.b.c.d:80 L=40 S=0x00 I=16004 F=0x T=236 (#32) 
>> 
>> (2) On the FTP/HTTP server (shoeless):
>> 
>> Oct  2 15:12:25 shoeless in.ftpd[9647]: connect from 203.21.16.18
>> Oct  2 15:25:33 shoeless ftpd[9647]: lost connection to
>> mail.travelmate.com.au [203.21.16.18]
>> Oct  2 15:25:33 shoeless ftpd[9647]: FTP session closed
>> Oct  2 15:25:34 shoeless inetd

Re: Installing Redhat 7.0 on a Dell Inspiron 3200 Notebook

2000-10-05 Thread Larry Grover

I upgraded my Inspiron 3200 from RH6.2 to RH7.0 over the weekend.  After finishing the 
install, X no longer worked.

Because I had a backup of my old XF86Config, I was able to fix the problem quickly.  

I think the problem was a bad range for HorizSync, and copying the old range into the 
new XF86Config file fixed things (but I might be remembering this wrong).  

The advice to save a copy of your old XF86Config is good, and it should get you going 
quickly if you have problems with X after the install.


On Wed, 04 Oct 2000 22:56:53 -0500, "Manuel A. Camacho Q." <[EMAIL PROTECTED]> 
wrote:
>
> Make a printout and save /etc/X11/XF86Config, so you can configure X
> easily.
>
> -Manuel.
>
> "Smith, Jonathan" wrote:
>> 
>> Installing Redhat 7.0 on  a Dell Inspiron 3200 Notebook
>> 
>> Did anyone try it yet??
>> 
>> I toke me over a year to get X working right and now I am thinking about installed 
>Redhat 7.0?
>> 
>> Any tips
>> 
>> Johnathan Mark Smith



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Kernel compile problems (clean 7.0 install) [solved]

2000-10-05 Thread Charles Galpin

shortly after I sent this, I tried a make mrproper oldconfig dep and then
it magically worked. The mrproper seems to have done it, since I checked
another 7.0 box (upgraded not clean install) with the same problem, and it
fixed it there too - without changing the Makefile.

I guess the list server is out to lunch again.

thanks anyway
charles

On Thu, 5 Oct 2000, Charles Galpin wrote:

> 
> I'm having the same problem. I changed the CC definition to use kgcc
> (which is installed), even though mine had some logic that should have
> resulted in the same thing anyway, and it made no difference.
> 
> What else can I check?
> 
> kernelcfg-0.6-9
> kernel-headers-2.4.0-0.26
> kernel-2.2.16-22
> kernel-utils-2.2.16-22
> kernel-source-2.2.16-22
> gcc-c++-2.96-54
> gcc-2.96-54
> gcc-g77-2.96-54
> kgcc-1.1.2-40
> 
> thanks
> charles
> 
> 
> > On Thu, Sep 28, 2000 at 06:45:25PM -0700, Mr FW User wrote:
> > : Hi. I've just installed 7.0 on a blank disk and now
> > : understand there is a 'kgcc' that must be used to
> > : compile the kernel. I removed gcc and linked kgcc to
> > : gcc and cc in /usr/bin. Now, I'm receiving the: following assembly
> > errors:
> >
> > Those are errors caused by gcc 2.96.  You have to have the kgcc package
> > installed, which is essentially egcs 1.1.2. 
> >
> > To get my kernel compile (2.2.17) to use it, I had to change line 25 of
> > the top-level Makefile in the kernel source tree.  Change "cc" to
> > "kgcc",
> > so it looks like this:
> >
> > CC =$(CROSS_COMPILE)kgcc -D__KERNEL__ -I$(HPATH)
> 
> --
> Jason Costomiris <><   |  Technologist, geek, human.
> jcostom {at} jasons {dot} org  |  http://www.jasons.org/ 
> 
> 
> 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re[2]: Compiling linux-2.4.0-test9 kernel on Redhat 7

2000-10-05 Thread Dan Evans


Still no luck in getting this critical operation working.

I cannot find this directory on any Redhat mirrors, are you sure
about it?  Perhaps you could provide a working URL.

I'm baffled why no one from Redhat has helped out or verified
such a critical issue, this is not good.

thanks

At 23:23 03/10/00 -0400, you wrote:
Hi Dan,

DE> 2. Where can I download preview 2.4.x kernels in .rpm format?

They are on disc 2 of Redhat 7.0
/preview/RPMS/

ftp.redhat.com (or your favorite mirror)
in the redhat-7.0/i386/preview/ (or something to that effect)



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Kernel compile problems (clean 7.0 install)

2000-10-05 Thread Charles Galpin


I'm having the same problem. I changed the CC definition to use kgcc
(which is installed), even though mine had some logic that should have
resulted in the same thing anyway, and it made no difference.

What else can I check?

kernelcfg-0.6-9
kernel-headers-2.4.0-0.26
kernel-2.2.16-22
kernel-utils-2.2.16-22
kernel-source-2.2.16-22
gcc-c++-2.96-54
gcc-2.96-54
gcc-g77-2.96-54
kgcc-1.1.2-40

thanks
charles


> On Thu, Sep 28, 2000 at 06:45:25PM -0700, Mr FW User wrote:
>: Hi. I've just installed 7.0 on a blank disk and now
>: understand there is a 'kgcc' that must be used to
>: compile the kernel. I removed gcc and linked kgcc to
>: gcc and cc in /usr/bin. Now, I'm receiving the: following assembly
> errors:
>
> Those are errors caused by gcc 2.96.  You have to have the kgcc package
> installed, which is essentially egcs 1.1.2. 
>
> To get my kernel compile (2.2.17) to use it, I had to change line 25 of
> the top-level Makefile in the kernel source tree.  Change "cc" to
> "kgcc",
> so it looks like this:
>
> CC =$(CROSS_COMPILE)kgcc -D__KERNEL__ -I$(HPATH)

--
Jason Costomiris <><   |  Technologist, geek, human.
jcostom {at} jasons {dot} org  |  http://www.jasons.org/ 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re[2]: Compiling linux-2.4.0-test9 kernel on Redhat 7

2000-10-05 Thread Dan Evans


Still no luck in getting this critical operation working.

I cannot find this directory on any Redhat mirrors, are you sure
about it?  Perhaps you could provide a working URL.

I'm baffled why no one from Redhat has helped out or verified
such a critical issue, this is not good.

thanks

At 23:23 03/10/00 -0400, you wrote:
Hi Dan,

DE> 2. Where can I download preview 2.4.x kernels in .rpm format?

They are on disc 2 of Redhat 7.0
/preview/RPMS/

ftp.redhat.com (or your favorite mirror)
in the redhat-7.0/i386/preview/ (or something to that effect)



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Help: Dynamic libraries

2000-10-05 Thread Joe

I am trying to compile the libnasl package for use with nessus and nmap
under RHL7.  I get an error saying I need to register the nessus-libraries
with the system and I can't seem to do it.  I put in:

LD_LIBRARY_PATH=/opt/security/nessus/lib

under both the root .bash_profile and /etc/profile.  I also put the path
in /etc/ld.so.conf and ran ldconfig.  Nothing seems to work.  What
packages might I be missing that I would need to install?

-- 
Joe Tseng
joe_tseng at hotmail D07 com
jtseng at tux D07 org
Cellular/Text Page: 2403055920 at messaging D07 sprintpcs D07 com

My senior thesis: proving the Caine-Hackman Theory



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



insmod rio500.o fails

2000-10-05 Thread Alan Mead

I upgraded to RH 7.0 last night after telling my wife it would support her 
new Rio 500.. so of course it's not working :)  Here is what I get when I 
try to load the USB module for the Rio:

[root@alan /root]# uname -a
Linux alan 2.2.16-22 #1 Tue Aug 22 16:49:06 EDT 2000 i686 unknown
[root@alan /root]# insmod /lib/modules/2.2.16-22/usb/rio500.o
/lib/modules/2.2.16-22/usb/rio500.o: unresolved symbol usb_bulk_msg_R7e099d79
/lib/modules/2.2.16-22/usb/rio500.o: unresolved symbol usb_deregister_Rdf22f476
/lib/modules/2.2.16-22/usb/rio500.o: unresolved symbol 
usb_control_msg_R100187e0
/lib/modules/2.2.16-22/usb/rio500.o: unresolved symbol usb_register_R8da96161

Also, has anyone gotten the rio 500 to work with RH 7?  The rio500 software 
(from sourceforge) says this about the 2.2.x kernels:

... These utilities requires that you have a 2.3.x kernel
or later or are using a 2.2.15preXX or later kernel
with 2.3 series usb support backported in place. ...

Thanks!

-Alan
---
Alan Mead, Ph.D.  /  Research Scientist  /  [EMAIL PROTECTED]
Institute for Personality and Ability Testing
1801 Woodfield Dr  /  Savoy IL 61874 USA
217-352-4739 (v)  /  217-352-9674 (f)



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Strange entry in inetd.conf

2000-10-05 Thread Isaiah Weiner

On Thu, Oct 05, 2000 at 06:07:36AM -0600, Brian Schneider wrote:
> Any other things I should be looking for?

rpm -Va would probably be useful.  Particularly for util-linux,
net-tools, procps, and fileutils.

-- 
- Isaiah



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Locking down a multiuser system.

2000-10-05 Thread Alan Mead

At 03:50 PM 10/4/00 , Alan Mead wrote:
>At 11:09 AM 10/4/00 , Steve Curry wrote:
>>/home/username and I don't want them to be able to view any directory
>>structures below their home directory. How do I do this? For example a user
>>called ted in /home/ted shouldn't be able to 'cd' down to /home although he
>>can add directorys in his own home directory like /home/ted/more.
>
>IRC, this is the default behavior for Red Hat Linux with it's personal 
>group scheme.  Also IIRC, in order to allow

Clarification:  I am mistaken (actually I misread).  The other posts about 
jailing your users is what you want to stop them moving around the 
directory structure and this is not default RH behavior.

The default behavior prevents users from reading (or modifying, deleting, 
etc.) other users' data.  But they could, for example, know that another 
user named 'ted' has a home directory. I think that's usually sufficient 
given that the alternative is a lot of work (I think you will break a lot 
of standard stuff) ... but only you can decide that for yourself.  Jailing 
would seem to be a lot more secure if you can make it work well.

-Alan



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: DNS Server

2000-10-05 Thread Mike Rambo

Eileen Orbell wrote:
> 
> I am trying to set up a DNS server.  I installed the rpm Bind.  Do I have
> to create the file named.conf in the etc directory or should it have been
> created when I installed Bind?
> 

It should have been installed with the package if you used the rpm from
RedHat - or at least it always has been on versions from 5.2 to 6.2 that
I've used.

-- 
Mike Rambo
Registered Linux User #190968
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Authentication failure

2000-10-05 Thread Chuck Mead

On Thu, 5 Oct 2000, Marco Shaw spewed into the bitstream:

MS>system: RedHat 6.2 x86
MS>
MS>Since yesterday, in multi-user mode, I can no longer authenticate any
MS>users.  All login attempts result in 'login failure'.  Strangely,
MS>/var/adm/messages does not indicate any failures from PAM.
MS>
MS>In single user-mode, I have no problems su'ing from and to any user.  I've
MS>'zeroed' out root's shadow password, then rebooted, and logins still fail.
MS>
MS>I've checked to make sure all my keys work properly.
MS>
MS>Does anyone have any suggestions on how I can get back into multi-user
MS>mode?  I've tried commenting out all the entries in /etc/pam.d/login (not
MS>having researched what each line does), and logins still fail.

Is there a nologin file in /etc?

--
Chuck Mead, CTO, LinuxMall.com
[EMAIL PROTECTED]
GnuPG Public Key Available: http://www.pgp.net/wwwkeys.html



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Upgrade/repair on RH6.2 with RAID

2000-10-05 Thread Marco Shaw

I have a RH6.2 (x86) system that is causing me some grief.  I've tried to
research the problem, and have asked here without a solution.  My next step
is to either repair the 6.2 install, or uprade to RH7.0.

Has anyone tried an upgrade to 7.0 or a repair on 6.2 on a system that uses
software RAID1 (the new code included with the 6.2 release) on the root
drives?

Thanks,
Marco



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Does any one know........ [notes]

2000-10-05 Thread Michael Packer

actually i think this is more a job for inflex.  i've got redhat setup
on a box, it scans all incoming mail for viri, then hands off to sendmail.
 i've also got inflex blocking all incoming .exe files (by choice of
the company) .. you should check out inflex.it works directly with
almost all linux virus programs (mcafees version, antiviri, fsav {which
is what i'm using}

pac

 Charles Galpin <[EMAIL PROTECTED]> wrote:
> Checkout the procmail filter by John Hardin at
> 
> http://www.impsec.org/email-tools/procmail-security.html
> 
> I've been using them for a while and love it. Attachments get renamed
> so
> they can't run automatically without user intervention, etc. which
> is how
> most of these viruses propogate.
> 
> hth
> charles
> 
> On Thu, 5 Oct 2000, Jose Pereira Van-Dunem wrote:
> 
> > Hello everybody!
> > 
> > 
> > > I use AntiVir (forget the address), but antivirus protection isn't
> > > (really) necessary under UNIX-like OSs unless you're a mail or
> news
> > > server for the most part.. or if you have lots of shell accounts.
> > 
> > My Linux mail server (smtp/pop3) receives and sends emails/attachments
> to
> > and from Windows users (Outlook, Eudora, etc).
> > I would like to know if there is a Linux Antivirus for detecting
> and remove
> > windows virus in the emails/attach on the Linux Mail Server !
> > 
> > Thanks in advance!
> > 
> > Jose
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

__
FREE voicemail, email, and fax...all in one place.
Sign Up Now! http://www.onebox.com



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Schedule backups

2000-10-05 Thread David A. De Graaf

kf wrote:
> 
> 
> "man crontab" should give you all the information you need.
> 

Actually, no, it won't, due a stupid default behaviour in 'man'.
There are two crontab man pages:  crontab(1) and crontab(5),
and the info you probably need is in crontab(5).

Unfortunately, you'll never find it unless you use
man -a crontab
or
man 5 crontab

Once upon a time the -a behaviour was the default; why it isn't in Linux
defies comprehension.

> 
> On Fri, 15 Sep 2000, Eileen Orbell wrote:
> 
> = I am trying to schedule a backup of a directory to run every hour on a 
> = directory.  I want to modify crontab to include my listing.. the backup is 
> = to a tapedrive.. Can someone direct me how to do this??
> = I am trying to learn how to do backups and starting with 1 directory only..
> = 

-- 
David A. De GraafDATIX, Inc.Hilton Head Is., SC  
[EMAIL PROTECTED]   843-785-3136, -3156 (fax)



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Software installation in Linux

2000-10-05 Thread John Aldrich

On Mon, 10 Nov 2036, nitin jain wrote:
> Hi,
> 
> When I install a software in Linux under root ,it does not  automatically get
> reflected for other user as in case of windowsNT a software installed as
> administrator is available to all users.
> 
Umm...it depends. Just because a particular package shows up on
root's "desktop" doesn't mean it's not available to other users.
OTOH, if it's something "joe user" shouldn't have access to
(sendmail, bind, other "sensitive" packages) he won't be able to
access it. This is a GOOD thing.

One problem with NT, as I see it, is that there is VERY little that
an Admin can do that an average user can't do. Also realize that if
you want an app to show up on EVERYONE's desktop, there are ways to
do it I'm thinking you could probably put it in /etc/skel/Desktop
as a .kdelnk file and it would at least show up on NEW
desktops

Now, never having adminned a multi-user GUI machine, I'll have to say
I don't know for sure if that would work for EXISTING accounts or
not I'm sure there are some experts here who can tell you EXACTLY
how to go about that...
John



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



memory problems

2000-10-05 Thread kabir

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am having memory problems I added the statement  append=mem=128M" to my
lilo.conf and it won't recognise it. 
Here is my lilo.conf file:

image=/boot/linux-2.2.12
label=linux
initrd=/boot/initrd-2.2.12-20.img
read-only
root=/dev/hda2
append=" mem=128M"

other=/dev/hda1
label=dos

Here is my readout from free

 total   used   free sharedbuffers cached
Mem:   127820 124748   3072  28396   9212  50796
- -/+ buffers/cache:  64740   63080
Swap:   401616   2288399328

I think I should definately have more 3 Megs free !
What is wrong here ?
Larry<[EMAIL PROTECTED]>



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.3 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE53Jxqq3uBt76RTogRAkyuAKCtq62PDCm44RYhjpQ8wi6f1UzHzwCePp2r
Zv5L9e2tBYMCco7KsjISXzM=
=c9hs
-END PGP SIGNATURE-



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: DNS Server

2000-10-05 Thread John J. Donohue

On Wed, 4 Oct 2000, Eileen Orbell wrote:

> I am trying to set up a DNS server.  I installed the rpm Bind.  Do I have 
> to create the file named.conf in the etc directory or should it have been 
> created when I installed Bind?
> 
there is a sample named.conf file included IIRC. it may be sitting in
/var/named instead of /etc.




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: qt land gtk lib question

2000-10-05 Thread John Aldrich

On Thu, 05 Oct 2000, [EMAIL PROTECTED] wrote:
> [1] Will software using qt run on GNOME ?
> [2] Will software using gtk run on KDE ?
> 
I think you'll need to install QT to use KDE apps under Gnome and
vice versa for GTK(+) and KDE. You don't necessarily need to install
the entire Gnome desktop, just the GTK/GTK+ stuff, etc..
John



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: SCSI Cards ??

2000-10-05 Thread John Aldrich

On Wed, 04 Oct 2000, Darryl Harvey wrote:
> Anyone had any experience with IWILL SCSI cards?
> 
> Do they work ok with RH ??
>
Don't know. 
> 
> If not, what SCSI brands are recommended?
> 
Advansys has provided SCSI drivers for linux for the longest time,
but now Adaptec is also actively supporting linux. Those are the two
"major" brands of SCSI adapters. Other brands work as well, but you
can be pretty sure that Adaptec and Advansys will work. One nice
thing about Advansys, is that the price of a given Advansys card is
about HALF the price of a comparable Adaptec card. :-)

I guess there are some people who will ONLY buy Adaptec, no matter
what...:-)
John



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Log Files

2000-10-05 Thread Jeff Grossman

I believe that is logrotate that is doing it.  Do a man logrotate and read
about it.

Jeff
-- 
Jeff Grossman ([EMAIL PROTECTED])

> From: "Jeremy Russell" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Thu, 5 Oct 2000 11:45:02 +0800
> To: <[EMAIL PROTECTED]>
> Subject: Log Files
> 
> Hi,
> Can somebody please tell me how to turn off all Log File auto archiving?
> ie I don't want the system to generate its own archive files like log.1
> etc...  Including on startup.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



test

2000-10-05 Thread Larry Mintz

test



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: test cycle for bind 9?

2000-10-05 Thread Kirk

Yes, definately interested. Let me know how it goes on the 6.2 side. I
would also be interested to see that spec file or a .src.rpm . I've read
some interesting things about bind 9 and would like to try it.

Kirk

>On Thu, 5 Oct 2000, Jason Costomiris wrote:

> I noticed the bind 9.0.0 is now in Rawhide.  I'm building it on my Guinness
> system right now.  What I find particularly attractive about this release
> is that it's a ground-up rewrite, rather than the hack-n-patch job that
> 8.x was, even Vixie admits this..
> 
> Thoughts about a turn-around/test-cycle for inclusion in the errata for
> Guinness?
> 
> Tomorrow, I'll be porting the spec file for use on my 6.2 servers.  I'll
> post the results when done, if there's interest.
> 
> 

-- 
 Kirk Whiting <[EMAIL PROTECTED]> 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Installing Redhat 7.0 on a Dell Inspiron 3200 Notebook

2000-10-05 Thread Pat Cookson


Just a point on this one. I installed RH6.2 on a Dell Latitude and had to
work a bit to get X to work correctly. It was a matter of selecting the
generic LCD at 1024x768. It is because the model is not included. Its a
Princeton monitor but not listed under their drivers. Anyhow, come RH 7.0,
this plan went in the tank. My way around was to not probe the card(even
tho the install saw it correctly) and set my ram and clock individually.
Take the generic LCD  drive and the individual settings and it works. My
feeling is that it has more to do with Dell than RH.


Pat Cookson
Atlanta Newspapers



   

"Manuel A. Camacho 

Q."   To: [EMAIL PROTECTED]   

Subject: Re: Installing Redhat 7.0 
on a Dell 
Sent by:  Inspiron 3200 Notebook   

redhat-list-admin@ 

redhat.com 

   

   

10/04/00 11:56 PM  

Please respond to  

redhat-list

   

   





Make a printout and save /etc/X11/XF86Config, so you can configure X
easily.

-Manuel.

"Smith, Jonathan" wrote:
>
> Installing Redhat 7.0 on  a Dell Inspiron 3200 Notebook
>
> Did anyone try it yet??
>
> I toke me over a year to get X working right and now I am thinking about
installed Redhat 7.0?
>
> Any tips
>
> Johnathan Mark Smith
> Messaging & Collaboration
> PaineWebber Incorporated
> 1000 Harbor Boulevard, 6th Floor
> Weehawken, NJ 07087-6791
> Phone: 201.352.1387
> Fax: 201.902.5273
> E-mail: [EMAIL PROTECTED]
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list





___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Does any one know........ [notes]

2000-10-05 Thread Charles Galpin

Checkout the procmail filter by John Hardin at

http://www.impsec.org/email-tools/procmail-security.html

I've been using them for a while and love it. Attachments get renamed so
they can't run automatically without user intervention, etc. which is how
most of these viruses propogate.

hth
charles

On Thu, 5 Oct 2000, Jose Pereira Van-Dunem wrote:

> Hello everybody!
> 
> 
> > I use AntiVir (forget the address), but antivirus protection isn't
> > (really) necessary under UNIX-like OSs unless you're a mail or news
> > server for the most part.. or if you have lots of shell accounts.
> 
> My Linux mail server (smtp/pop3) receives and sends emails/attachments to
> and from Windows users (Outlook, Eudora, etc).
> I would like to know if there is a Linux Antivirus for detecting and remove
> windows virus in the emails/attach on the Linux Mail Server !
> 
> Thanks in advance!
> 
> Jose



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: PPP in Redhat 7.0 without GUI- Its no longer in the linuxconf

2000-10-05 Thread Terry Williams

Oh no problem there,  I just figured since Red Hat is targeted more at
inexperienced users, and the fact that it was in there under RH6.2 that
maybe they would like to check into it for 7.1 or something.

- Original Message -
From: "Statux" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 04, 2000 3:25 PM
Subject: Re: PPP in Redhat 7.0 without GUI- Its no longer in the linuxconf


> It should still be in Linuxconf somewhere if you actually use that thing.
>
> Other than that, one must remember that this isn't Windows (land of
> setup.exe's):)
>
> On Wed, 4 Oct 2000, Terry Williams wrote:
>
> > Does anyone happen to know were PPP setup is at in RedHat 7.0.  I know
the
> > GUI has one but I didn't install the GUI on my home server and need to
setup
> > a ppp account.  It used to be in linuxconf under client tasks.  I could
set
> > it the old fashioned way but I think maybe it should be there...
> >
> >
> >
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> >
>
> --
> -Statux
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: e-mail client

2000-10-05 Thread Anthony E . Greene

On Thu, 05 Oct 2000 07:37 nitin jain wrote:
>Can anyone please tell me about an e-mail client for linux like eudora or
>outlook express of windows.It should be easy to install and should have
good
>GUI.

Balsa has gotten pretty good except for one thing; it still interacts badly
with what I've been told is a GTK bug. When you delete the last of several
messages in a mailbox and close the mailbox, it crashes. The next GTK
release is supposed to fix this.

-- 
Anthony E. Greene <[EMAIL PROTECTED]> 
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AIM: TonyG05ICQ: 91183266Yahoo: TonyG05
Linux. The choice of a GNU Generation. 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Strange entry in inetd.conf

2000-10-05 Thread Burke, Thomas G.

check out http://tomii.erols.com/firewall.txt for a decent ipchains script
to get you started & explain some stuff.

> -Original Message-
> From: Gustav Schaffter [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, October 05, 2000 8:34 AM
> To:   [EMAIL PROTECTED]
> Subject:  Re: Strange entry in inetd.conf
> 
> Brian,
> 
> Brian Schneider wrote:
> > 
> > It does look like  /bin/ps, so a rootkit is probably not
> > installed. May be okay. This is just my own system, but I have a lot on
> it
> > and want to avoid a re-install, but am trying to think of all I need to
> > save in order to do it.
> > 
> > Any other things I should be looking for?
> 
> Yes. ipchains. After the re-install. (I here assume you did *not* run
> ipchains when they violated your computer.) You will most likely want to
> add logcheck to your list.
> 
> ipchains *may* prove to be initially difficult to configure. (Depends on
> your current knowledge level.) There are helper applications that will
> simplify the setup to different degrees. My recommendation is still to
> read up on the subject and try to understand it as good as possible. If
> you then still don't feel comfortable setting it up manually, use a
> helper app.
> 
> Regards
> Gustav
> 
> 
> -- 
> pgp = Pretty Good Privacy. To get my public pgp key, send an e-mail to:
> [EMAIL PROTECTED]
> 
> Visit my web site at http://www.schaffter.com
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: e-mail client

2000-10-05 Thread Bernhard Rosenkraenzer

On Thu, 5 Oct 2000, Thomas Ribbrock wrote:

> Hm - I hope the latest version of kmail is better than the one that came
> with KDE 1.1.2 Looking forward to 16/10/2000... :-)

Try http://master.kde.org/~bero/rh7/ for the release candidate...

LLaP
bero



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: login ... in.rlogind (inetd.conf)

2000-10-05 Thread Gustav Schaffter

AFAIK that's the 'rlogin' daemon. Take it out.

If you 'screw it up' you can always go to runlevel 1 (single user) and
reset what's necessary.

Regards
Gustav

"Burke, Thomas G." wrote:
> 
> Hey all, I gots a question...
> 
> In the inetd.conf, the line:
> 
> login   stream  tcp nowait  root/usr/sbin/tcpd  in.rlogind
> 
> Can this be commented out?  My feeling is that it's probably for r* services
> (rsh, etc), but I don't want to screw myself and not be able to log in to
> the machine at all.
> 
> Just curious (thanks),
> 
> Tom

-- 
pgp = Pretty Good Privacy. To get my public pgp key, send an e-mail to:
[EMAIL PROTECTED]

Visit my web site at http://www.schaffter.com



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: HELP: can't umount filesystem on shutdown!

2000-10-05 Thread Chris Watt

At 06:55 AM 10/5/00 -0400, Ben Logan wrote:

>this is possible.  What I don't understand is why that wasn't a
>problem before--seems like that would be a problem regardless of
>where the /usr/lib directory is mounted.  I.e., it has to be
>unmounted regardless of where it is.

Actually it doesn't strictly speaking need to be unmounted in order to shut
down cleanly. I have no clue why you would have this problem (I don't), but
you should be able to solve it by re-mounting your /usr (or /usr/lib, I
forget which was the mountpoint) as read-only during your shutdown phase. A
read-only filesystem is considered clean even if it is mounted when the
system shuts down (for good reason).
Also, I have had a vaguely similar problem with shutting down when I had
write-caching (-W1) enabled with hdparm. This can be gotten around by
disabling write caching as part of your shutdown/reboot scripts (in RH7 I
think they even provide a /etc/rc.d/init.d/something service script to
handle this).

>> was and move something else with a symlink, like /usr/share. That one
>> shouldn't give you such a problem (unless umount2 is the problem) and it's
>> generally huge, which would free up a lot of space.

In terms of freeing up space (particularly when you neither have more disks
available nor want to delete stuff) I've had great results with e2compr
(see http://opensource.captech.com/e2compr/index.html for info & dl) which
allows you to apply selective transparent compression within an ext2
filesystem.
--

Who is this General Failure, and why is he reading my hard disk?



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: port forwarding

2000-10-05 Thread Charles Galpin

sorry, I missed that too. I don't have time to try autofw, but this will
get you going for now

for port in 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080; do
  ipmasqadm portfw -a -P udp -L  $port -R 192.168.0.2 $port
done

Just add your ports to the for line.

In perl you can do a range 6070 .. 6080, but I don't know how to do it in
bash:)

hth
charles

On Wed, 4 Oct 2000, Nate W wrote:

> > From:Jeremy Russell [EMAIL PROTECTED]
> >
> > I can successfully forward a single port using:
> >
> > ipmasqadm portfw -a -P tcp -L   -R  
> >
> > I guess that maybe you are just missing the source IP address?
> 
> Yes and no.  Yes, I'm missing the source IP, but I've been trying to
> use "ipmasqadm autofw" instead of "ipmasqadm portfw" and the syntax is
> different.  There's no parameter for the source IP.  Go figure.
> 
> portfw works, but I have to forward ~30 contiguous ports, which means
> 30 commands.  autofw allows you to specify a range of ports in a
> single command, which would be considerably more elegant, if it
> actually worked. :-)
> 
> I guess this is why shell scripting was invented.





___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Strange entry in inetd.conf

2000-10-05 Thread Gustav Schaffter

Brian,

Brian Schneider wrote:
> 
> It does look like  /bin/ps, so a rootkit is probably not
> installed. May be okay. This is just my own system, but I have a lot on it
> and want to avoid a re-install, but am trying to think of all I need to
> save in order to do it.
> 
> Any other things I should be looking for?

Yes. ipchains. After the re-install. (I here assume you did *not* run
ipchains when they violated your computer.) You will most likely want to
add logcheck to your list.

ipchains *may* prove to be initially difficult to configure. (Depends on
your current knowledge level.) There are helper applications that will
simplify the setup to different degrees. My recommendation is still to
read up on the subject and try to understand it as good as possible. If
you then still don't feel comfortable setting it up manually, use a
helper app.

Regards
Gustav


-- 
pgp = Pretty Good Privacy. To get my public pgp key, send an e-mail to:
[EMAIL PROTECTED]

Visit my web site at http://www.schaffter.com



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



login ... in.rlogind (inetd.conf)

2000-10-05 Thread Burke, Thomas G.

Hey all, I gots a question...

In the inetd.conf, the line:

login   stream  tcp nowait  root/usr/sbin/tcpd  in.rlogind

Can this be commented out?  My feeling is that it's probably for r* services
(rsh, etc), but I don't want to screw myself and not be able to log in to
the machine at all.

Just curious (thanks),

Tom



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: e-mail client

2000-10-05 Thread Thomas Ribbrock

On Thu, Oct 05, 2000 at 01:55:11PM +0200, Bernhard Rosenkraenzer wrote:
> 
> kmail? (Part of kdenetwork)

Hm - I hope the latest version of kmail is better than the one that came
with KDE 1.1.2 Looking forward to 16/10/2000... :-)

Cheerio,

Thomas
-- 
 "Look, Ma, no obsolete quotes and plain text only!"

 Thomas Ribbrock | http://www.bigfoot.com/~kaytan | ICQ#: 15839919
   "You have to live on the edge of reality - to make your dreams come true!"



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: glibc

2000-10-05 Thread Thomas Ribbrock

On Wed, Oct 04, 2000 at 08:34:12PM -0400, Statux wrote:
[...]
> 
> I've heard nothing but complaints about RH7 (therefore, I'm sticking with
> RH6.2).

 The usual policy: Go for the RH x.2 releases... ;-)

Cheerio,

Thomas
-- 
 "Look, Ma, no obsolete quotes and plain text only!"

 Thomas Ribbrock | http://www.bigfoot.com/~kaytan | ICQ#: 15839919
   "You have to live on the edge of reality - to make your dreams come true!"



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Strange entry in inetd.conf

2000-10-05 Thread Brian Schneider

It does look like  /bin/ps, so a rootkit is probably not
installed. May be okay. This is just my own system, but I have a lot on it
and want to avoid a re-install, but am trying to think of all I need to
save in order to do it.

Any other things I should be looking for?

Thanks for all thehelp

Brian

On Thu, 5 Oct 2000, Tom Minchin wrote:

> You've been hacked. Do lsattr /bin/ps and see if it looks like:
> 
>  /bin/ps
> 
> If it doesn't, then you've also got a rootkit installed. Given that it can be damn 
>annoying to extract all the easter eggs and timebombs left behind you probably want 
>to re-install.
> 
> [EMAIL PROTECTED]
> 
> On Thu, Oct 05, 2000 at 06:08:41AM -0400, Ben Logan wrote:
> > Hi,
> > 
> > A little while ago, I found the following entry at the end of my
> > inetd.conf file:
> > 
> > 9704 stream tcp nowait root /bin/sh sh -i
> > 
> > I don't remember putting it there and I can't find a corresponding
> > port number in the /etc/services file.  Can anyone tell me what this
> > is for (I've commented it out until I find out).
> > 
> > Thanks,
> > Ben Logan
> > 
> > 
> > 
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 


"If you're not one of us, you are one of them" Morpheus

Brian Schneider   [EMAIL PROTECTED]www.liberty.ddns.org 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: e-mail client

2000-10-05 Thread Bernhard Rosenkraenzer

On 5 Oct 2000, nitin jain wrote:

> Can anyone please tell me about an e-mail client for linux like eudora or
> outlook express of windows.It should be easy to install and should have good
> GUI.

kmail? (Part of kdenetwork)

LLaP
bero




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Authentication failure

2000-10-05 Thread Marco Shaw

system: RedHat 6.2 x86

Since yesterday, in multi-user mode, I can no longer authenticate any
users.  All login attempts result in 'login failure'.  Strangely,
/var/adm/messages does not indicate any failures from PAM.

In single user-mode, I have no problems su'ing from and to any user.  I've
'zeroed' out root's shadow password, then rebooted, and logins still fail.

I've checked to make sure all my keys work properly.

Does anyone have any suggestions on how I can get back into multi-user
mode?  I've tried commenting out all the entries in /etc/pam.d/login (not
having researched what each line does), and logins still fail.

Thanks,
Marco



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



e-mail client

2000-10-05 Thread nitin jain

Hi,

Can anyone please tell me about an e-mail client for linux like eudora or
outlook express of windows.It should be easy to install and should have good
GUI.

Thanks


Get free email and a permanent address at http://www.netaddress.com/?N=1



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



e-mail client

2000-10-05 Thread nitin jain

Hi,

Can anyone please tell me about an e-mail client for linux like eudora or
outlook express of windows.It should be easy to install and should have good
GUI.

Thanks


Get free email and a permanent address at http://www.netaddress.com/?N=1



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Software installation in Linux

2000-10-05 Thread Anthony E . Greene

On Thu, 05 Oct 2000 02:13 nitin jain wrote:
>When I install a software in Linux under root ,it does not  automatically
get
>reflected for other user as in case of windowsNT a software installed as
>administrator is available to all users.

If you mean that it does not show up on GNOME/KDE menus, then that depends
on the package. The software is available to users at the command line. If
it does not add it's own menu entry, then you will need to login as root and
add a menu entry manually.

-- 
Anthony E. Greene <[EMAIL PROTECTED]> 
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AIM: TonyG05ICQ: 91183266Yahoo: TonyG05
Linux. The choice of a GNU Generation. 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: HELP: can't umount filesystem on shutdown!

2000-10-05 Thread Ben Logan

On Wed, Oct 04, 2000 at 09:49:06PM -0500, Uncle Meat wrote:
> > Turning off quotas  [ok]
> > Unmounting file systems umount2: Device or resource busy
> > umount: /usr/hda1: device is busy
> > umount2: Device or resource busy
> > umount: /usr: device is busy
> > 
> > No process references; use -v for the complete list
> > No automatic removal.  Please use umount /usr/hda1
> > INIT: no more processes left in this runlevel
> 
> I have no idea what this umount2 command is or what's generating it. But,
> that is likely what is causing it. Any idea where it came from? If you have
> a pure rpm system:
> 
> locate umount2
> 
> will get a path, and:
> 
> rpm -qf //umount2
> 
> will get the name of the rpm that owns it.
I did 'locate umount2' and it didn't find anything.  I also used find
from the root like this 'find -iname "umount2"' and it found nothing. 
Then I ran grep on all the files in rc[0-6].d and init.d looking for
umount2.  Still no references to umount2.  I can't figure out where
it's coming from.

> 
> The only other reason that I can think of for this happening is if /usr/lib
> or /usr/hda1/lib was in active use when the shutdown tried to umount it
> (like sitting in /mnt/cdrom then issuing the command 'umount /mnt/cdrom' -
> will give a device busy error). Since /usr/lib is used by many things, this
> could be the case.

>From reading the umount man page, I figured that umount was opening
libraries in /usr/lib and causing the error itself.  The manpage says
this is possible.  What I don't understand is why that wasn't a
problem before--seems like that would be a problem regardless of
where the /usr/lib directory is mounted.  I.e., it has to be
unmounted regardless of where it is.

> You might try (besides locating the umount2 command and shutting it off if
> possible) logging in as single user, move the lib directory back where it
> was and move something else with a symlink, like /usr/share. That one
> shouldn't give you such a problem (unless umount2 is the problem) and it's
> generally huge, which would free up a lot of space.

I was afraid this is what I'd have to do.  It just seems like there'd
have to be some way around it--I mean, on a large system do you
always have to have /usr/lib on the same disk and in the same
partition as / or /usr?

Thanks again,
Ben Logan



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Log Files

2000-10-05 Thread Anthony E . Greene

On Wed, 04 Oct 2000 23:45 Jeremy Russell wrote:
>Can somebody please tell me how to turn off all Log File auto archiving?
>ie I don't want the system to generate its own archive files like log.1
>etc...  Including on startup.

Look in /etc/cron.daily/ for a logwatch entry.

-- 
Anthony E. Greene <[EMAIL PROTECTED]> 
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AIM: TonyG05ICQ: 91183266Yahoo: TonyG05
Linux. The choice of a GNU Generation. 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Strange entry in inetd.conf

2000-10-05 Thread Tom Minchin

You've been hacked. Do lsattr /bin/ps and see if it looks like:

 /bin/ps

If it doesn't, then you've also got a rootkit installed. Given that it can be damn 
annoying to extract all the easter eggs and timebombs left behind you probably want to 
re-install.

[EMAIL PROTECTED]

On Thu, Oct 05, 2000 at 06:08:41AM -0400, Ben Logan wrote:
> Hi,
> 
> A little while ago, I found the following entry at the end of my
> inetd.conf file:
> 
> 9704 stream tcp nowait root /bin/sh sh -i
> 
> I don't remember putting it there and I can't find a corresponding
> port number in the /etc/services file.  Can anyone tell me what this
> is for (I've commented it out until I find out).
> 
> Thanks,
> Ben Logan
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Strange entry in inetd.conf

2000-10-05 Thread Dave Wreski


> A little while ago, I found the following entry at the end of my
> inetd.conf file:
> 
> 9704 stream tcp nowait root /bin/sh sh -i

You've been hacked. There is no legitimate reason for that happening.
Certainly start taking appropriate precautionary measures...

Run something like "telnet 0 9704" and you'll instantly have a root shell.

Inform the users on the box and any other systems on which they have
accounts...

Dave




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Strange entry in inetd.conf

2000-10-05 Thread Ben Logan

Hi,

A little while ago, I found the following entry at the end of my
inetd.conf file:

9704 stream tcp nowait root /bin/sh sh -i

I don't remember putting it there and I can't find a corresponding
port number in the /etc/services file.  Can anyone tell me what this
is for (I've commented it out until I find out).

Thanks,
Ben Logan



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: procmail

2000-10-05 Thread Juha Saarinen

Block Dialsprint. IMO they have no interest in preventing their users from
abusing Internet servers by e.g. sending spam via open relays. Complaints
are met with an auto-ack, but no action against the spammer.

There's no legit traffic coming from Dialsprint, only spam... you won't be
able to stop Dialsprint spam from open relays, but it's a start of an
"enough is enough" message to Dial/Sprint/Link.net.

-- Juha

%-> Hi,
%->
%-> Ah, yes, it's from that pesky dialsprint.net server.  Loads of
%-> spam come from there.  And forwarding the messages to
%-> [EMAIL PROTECTED], never works either.
%->
%-> Eric, you'll have to ignore the To: field.  It always changes and
%-> it is always fake.  The only real part of the header information
%-> is the network IP address within the 'Received From:' field
%-> just above the 'From:' line--not the domain name, because they
%-> can be faked too. Your procmailrc should have the following to
%-> block this particular spam source:
%->
%->:0
%-> * ? formail -x"Received:"\
%-> | egrep -i "168\.191\."
%-> /dev/null
%->
%-> Good Luck,
%-> L.G.




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: [RHL] test cycle for bind 9?

2000-10-05 Thread Bernhard Rosenkraenzer

On Thu, 5 Oct 2000, Jason Costomiris wrote:

> Thoughts about a turn-around/test-cycle for inclusion in the errata for
> Guinness?

I don't think bind9 is an errata candidate for previous releases because
it doesn't have all the functionality bind8 had (yet).

There are also a couple of non-critical bugs that need fixing, e.g. in
bind-utils:
[root@bero /root]# host www.redhat.com
socket.c:1183: setsockopt(7, SO_TIMESTAMP) failed
socket.c:1183: setsockopt(8, SO_TIMESTAMP) failed
socket.c:1183: setsockopt(9, SO_TIMESTAMP) failed
www.redhat.com. is an alias for www.portal.redhat.com.
www.portal.redhat.com. has address 206.132.41.231
www.portal.redhat.com. has address 206.132.41.202
www.portal.redhat.com. has address 206.132.41.203

LLaP
bero



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: HELP: can't umount filesystem on shutdown!

2000-10-05 Thread M. Neidorff

At 10:11 PM 10/4/00 -0400, you wrote:
>I really need some help here...my system won't shut down properly any more.
>
>I have two drives in my RedHat 6.2 box.  One of them had linux on it and the
>other windoze.  I was running out of space in linux, so I wiped windows off
>the other disk (/dev/hda1).  Then I created an ext2 filesystem on it and
>mounted it in /usr/hda1.
>Then I moved /usr/lib to /usr/hda1/lib and made a symlink so that the
>libraries could still be found in /usr/lib.

symlinking any lib is a "bad idea" (tm).  Try to symlink something else, 
like any doc or src directories that are around. That will solve the problem.

Mark



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Does any one know........ [notes]

2000-10-05 Thread Jose Pereira Van-Dunem

Hello everybody!


> I use AntiVir (forget the address), but antivirus protection isn't
> (really) necessary under UNIX-like OSs unless you're a mail or news
> server for the most part.. or if you have lots of shell accounts.

My Linux mail server (smtp/pop3) receives and sends emails/attachments to
and from Windows users (Outlook, Eudora, etc).
I would like to know if there is a Linux Antivirus for detecting and remove
windows virus in the emails/attach on the Linux Mail Server !

Thanks in advance!

Jose


>
> Disk Defragmenting under just about any file system like ext2 (NTFS as
> well), is next to pointless and often a bad idea (since it can be
> counter-productive). Note how fragmentation with ext2 doesn't seem to
> increase quickly like with msdos file systems. ext2, and others, have
> better algorithms for sticking a file where fragmentation is small if at
> all... so 10% fragmentation with an ext2 system, is probably still tons
> better than with a file system that doesn't use permission bits, etc,
> with half the fragmentation. It's all about keeping file blocks close
> enough together so that the disk doesn't have to go all over the place to
> find what it needs.
>
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Software installation in Linux

2000-10-05 Thread Statux

> When I install a software in Linux under root ,it does not  automatically get
> reflected for other user as in case of windowsNT a software installed as
> administrator is available to all users.

Please give an example (a case in point). Describe your problem in detail
:)

Programs must be installed as root because most software is installed to
areas of the directory tree which only root can write to... this, in turn,
allows all users some sort of method by which they can use the software
(special cases aside). So, as I said in the first paragraph, please
describe your problem in detail.. program names, etc, help as well.

-Statux




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Log Files

2000-10-05 Thread Eddie Strohmier

Jeremy:

Check the /etc/logrotate.conf file. You can make your changes there. I am
not sure if modifying it here will stop on startup or a syslog restart but
you can stop log rotation here. I have tried this in the past but found my
system day by day utilizing more and more resources towards syslogd because
the files were so large that is was writing to. Because of this I started it
back up and if I want to say look back on old logins from 4 or 5 months past
I would do a last -f /var/log/wtmp.1 or wtmp.2 and so on. But that is how I
did it and it would not restart the logs on a reboot or syslog restart. But
this was Red Hat 4.2. Someone else may be able to help you with the log
restart on startup.

Hope this helps,


Eddie Strohmier


- Original Message -
From: "Jeremy Russell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 04, 2000 10:45 PM
Subject: Log Files


> Hi,
> Can somebody please tell me how to turn off all Log File auto archiving?
> ie I don't want the system to generate its own archive files like log.1
> etc...  Including on startup.
>
> Thanks
> Jeremy
>
>
> --
> Jeremy Russell
> Technical Services
>
> Ampac Technologies Pty Ltd
> 97 Walters Drive
> Osborne Park
> Western Australia, 6017
>
> Tel + 61 8 9242
> Fax + 61 8 92423334
> E-mail  [EMAIL PROTECTED]
> WEB http://www.ampac.net/
>
> Head Office: ACN 080 448 004
> Ampac Customer Service Offices: Western Australia, Victoria,
> New South Wales, Queensland, South Australia, New Zealand
>
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Software installation in Linux

2000-10-05 Thread nitin jain

Hi,

When I install a software in Linux under root ,it does not  automatically get
reflected for other user as in case of windowsNT a software installed as
administrator is available to all users.

Please,reply

best

nitin 



Get free email and a permanent address at http://www.netaddress.com/?N=1



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: port forwarding

2000-10-05 Thread Nate W

> From:Jeremy Russell [EMAIL PROTECTED]
>
> I can successfully forward a single port using:
>
> ipmasqadm portfw -a -P tcp -L   -R  
>
> I guess that maybe you are just missing the source IP address?

Yes and no.  Yes, I'm missing the source IP, but I've been trying to use "ipmasqadm 
autofw" instead of "ipmasqadm portfw" and the syntax is different.  There's no 
parameter for the source IP.  Go figure.

portfw works, but I have to forward ~30 contiguous ports, which means 30 commands.  
autofw allows you to specify a range of ports in a single command, which would be 
considerably more elegant, if it actually worked. :-)

I guess this is why shell scripting was invented.

I've got it working now with a slew of portfw commands.  But if anyone knows the trick 
to making autofw work in place of portfw, I'd still like to hear about it.

Thanks for the suggestions so far, though.  I hadn't even tried the portfw approach, 
but it does work.  Now it's just me being picky. :-)
___
Visit http://www.visto.com/info, your free web-based communications center.
Visto.com. Life on the Dot.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: procmail

2000-10-05 Thread Luke C Gavel

Hi,

Ah, yes, it's from that pesky dialsprint.net server.  Loads of
spam come from there.  And forwarding the messages to
[EMAIL PROTECTED], never works either.

Eric, you'll have to ignore the To: field.  It always changes and
it is always fake.  The only real part of the header information
is the network IP address within the 'Received From:' field
just above the 'From:' line--not the domain name, because they
can be faked too. Your procmailrc should have the following to
block this particular spam source:

:0
* ? formail -x"Received:"\
| egrep -i "168\.191\."
/dev/null

Good Luck,
L.G.

On Wed, 4 Oct 2000, Eric Clover wrote:

> is there any way to use the procmailrc in /etc to block email that is
> not really sent to whom it says it should be sent to(SPAM)???
> please look at this header:
> 
> Return-Path: <[EMAIL PROTECTED]>
> Received: from mx.ama.mpe.co.jp ([203.178.109.34]) by mail.nnex.net
> (8.9.3/8.8.7) with ESMTP id VAA01805 for <[EMAIL PROTECTED]>; Wed, 4 Oct
> 2000 21:19:22 -0500
> Received: from host [168.191.126.152] by mx.ama.mpe.co.jp with ESMTP
> (SMTPD32-4.10) id A1CF40A01C0; Thu, 05 Oct 2000 11:00:47 +090
> From: "Kevin Brokins" <[EMAIL PROTECTED]>
> Subject: Give your Spouse a Lifetime of Income #75A6
> To: [EMAIL PROTECTED]
> X-Mailer: Microsoft Outlook Express 4.72.1712.3
> X-MimeOLE: Produced By Microsoft MimeOLE VÐßD.1712.3
> Mime-Version: 1.0
> Date: Wed, 04 Oct 2000 21:59:38 -0500
> Content-Type:
> multipart/mixed;boundary="=_NextPart_000_007F_01BDF6C7.FABAC1B0"
> Content-Transfer-Encoding: 7bit
> Message-ID: <20001005110212.SM00131@host>
> Status: 
> X-Mozilla-Status: 
> X-Mozilla-Status2: 
> X-UIDL: 37586bc32ccd
> 
> ok, to [EMAIL PROTECTED]???
> sorry, my email is [EMAIL PROTECTED]
> i have been getting these for a while
> and have about 30-50 of these kinds of emails.
> 
> is there any way to send these to /dev/null if the "To:" does not match
> who it really goes to? by using procmailrc or anything that can do the
> job?
> please help.
> 
> note: i work for an isp and have a large user base
> and want to be able to block this spam.
> 
> thank you.
> eric
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- Generated Signature --
Beam me up, Scotty, there's no 
intelligent life down here!
-- End Sig --



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Installing Redhat 7.0 on a Dell Inspiron 3200 Notebook

2000-10-05 Thread Manuel A. Camacho Q.

Make a printout and save /etc/X11/XF86Config, so you can configure X
easily.

-Manuel.

"Smith, Jonathan" wrote:
> 
> Installing Redhat 7.0 on  a Dell Inspiron 3200 Notebook
> 
> Did anyone try it yet??
> 
> I toke me over a year to get X working right and now I am thinking about installed 
>Redhat 7.0?
> 
> Any tips
> 
> Johnathan Mark Smith
> Messaging & Collaboration
> PaineWebber Incorporated
> 1000 Harbor Boulevard, 6th Floor
> Weehawken, NJ 07087-6791
> Phone: 201.352.1387
> Fax: 201.902.5273
> E-mail: [EMAIL PROTECTED]
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: procmail

2000-10-05 Thread Nate W

Unfortunately, the "spam-filter" you're thinking of will also nuke messages from most 
mailing lists - including this one.  Here's a fragment of the header I got with your 
message just now:

Date: Wed, 04 Oct 2000 22:08:49 -0500
From: Eric Clover <[EMAIL PROTECTED]>
X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.16-3 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: redhat <[EMAIL PROTECTED]>
Subject: procmail

I'm not "[EMAIL PROTECTED]" of course, but your message wasn't spam.

This approach works reasonably well on a per-user basis IF you, the user, remember to 
add rules that match the mailing lists you're subscribed to.  Unfortunately, that kind 
of maintenance requirement makes it impractical to do this on a site-wide basis.

Filtering spam is a hard problem. :-(  

-Original Message-
From:Eric Clover [EMAIL PROTECTED]
Sent:Wed, 04 Oct 2000 22:08:49 -0500
To:  [EMAIL PROTECTED]
Subject: procmail


is there any way to use the procmailrc in /etc to block email that is
not really sent to whom it says it should be sent to(SPAM)???

[...]

note: i work for an isp and have a large user base
and want to be able to block this spam.

thank you.
eric


___
Visit http://www.visto.com/info, your free web-based communications center.
Visto.com. Life on the Dot.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



test cycle for bind 9?

2000-10-05 Thread Jason Costomiris

I noticed the bind 9.0.0 is now in Rawhide.  I'm building it on my Guinness
system right now.  What I find particularly attractive about this release
is that it's a ground-up rewrite, rather than the hack-n-patch job that
8.x was, even Vixie admits this..

Thoughts about a turn-around/test-cycle for inclusion in the errata for
Guinness?

Tomorrow, I'll be porting the spec file for use on my 6.2 servers.  I'll
post the results when done, if there's interest.

-- 
Jason Costomiris <><   |  Technologist, geek, human.
jcostom {at} jasons {dot} org  |  http://www.jasons.org/ 
  Quidquid latine dictum sit, altum viditur.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: IMAP Read Only Mailbox Help

2000-10-05 Thread Juha Saarinen

%-> > The documentation that comes with this is pretty sparse.  Anyone have
%-> > any ideas as to what is causing this and possible remedies?
%->
%-> Are these mbx format?  I vaguely remember seeing something like
%-> this with
%-> nested folders...is that your case?
%->
%-> You could always check http://www.washinton.edu/imap - the home for this
%-> software.

Or, try Courier -- http://courier.sourceforge.net. Provides IMAP-SSL, normal
IMAP, POP3, Webmail, ESMTP... pretty good, IMO.

-- Juha




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Log Files

2000-10-05 Thread Jeremy Russell

Hi,
Can somebody please tell me how to turn off all Log File auto archiving?
ie I don't want the system to generate its own archive files like log.1
etc...  Including on startup.

Thanks
Jeremy


--
Jeremy Russell
Technical Services

Ampac Technologies Pty Ltd
97 Walters Drive
Osborne Park
Western Australia, 6017

Tel + 61 8 9242
Fax + 61 8 92423334
E-mail  [EMAIL PROTECTED]
WEB http://www.ampac.net/

Head Office: ACN 080 448 004
Ampac Customer Service Offices: Western Australia, Victoria,
New South Wales, Queensland, South Australia, New Zealand




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: port forwarding

2000-10-05 Thread Charles Galpin

Hi Nate

I got it working using the following syntax (for https - port 443 - in
this case ) on my 6.2 box, 2.2.13 kernel, ipmasqadm-0.4.2-3

/usr/sbin/ipmasqadm portfw -a -P udp  -L 206.84.220.139 443 -R 192.168.1.7 443

hth
charles

On Wed, 4 Oct 2000, Nate W wrote:

> Ingredients:
>RH6.2
>kernel 2.2.14-5.0 w/ ip_masq and ip__masq_autofw
>ipmasqadm 0.27 for 2.2.13
> 
> This box has long been doing a fine of IP masquerade, and now I'm trying
> to get port forwarding set up.  I've read the HOWTO but so far none of the
> suggestions are working.  The howto suggests using "ipmasqadm autofw
> ..." which I have installed and run but with no luck.
> 
> When I run this:
> ipmasqadm autofw -A -r udp 6070 6080 -h 192.168.0.2 -v
> 
> I get this:
> Adding autofwd udp ports 6070 - 6080 to fixed host 192.168.0.2 U
> 
> Sounds good...  However, when I fling UDP packets at port 6075, tcpdump
> shows the UDP packets arriving, and ICMP error messages being sent back in
> reply ('host xyz unreachable').  The UDP packets are NOT forwarded to the
> 192.168.0.2 machine (which is of course what I was hoping for).
> 
> Anyone got suggestions?  Is "ipmasqadm autofw" the correct tool for this
> job?  What might I be overlooking?  The machine in question has two
> 'external' IP addresses (in addition to the 192.168.0.x 'internal'
> address), does that require extra steps when setting up forwarding?



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list