Re: file server with linux

2002-03-21 Thread Brandon Caudle


Samba is great, I use it home, at school, and at my office! Any ?s just 
email me! Oh and its fast, i think faster than an NT server.

~brandon


>From: Lewi <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: file server with linux
>Date: Thu, 21 Mar 2002 14:33:13 -0500
>
>I have a job to replace Netware to linux as linux server on my division,
>
>well, when I'm trying to search information in internet, I found that linux 
>with samba is slower than NT
>try a look at:
>http://www.mindcraft.com/whitepapers/openbench1.html
>I know that the result maybe can't be compared today
>does anyone know anything about this, and what do u think?
>
>it is right to choose combination between linux and samba? any suggestion?
>and maybe u can give me an url about information that related to my 
>problem?
>
>thank you
>
>--
>ichtus
>--
>Lewi Supranata .K
>ICQ: 50643061
><< attach3 >>


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.



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



Re: Snapshot

2002-03-21 Thread Ben Logan

On Wed, Mar 20, 2002 at 05:08:29PM -0400, Miguel Rosales wrote:
> Hi List,
> 
> Anyone know how to make a snapshot of any screen in Linux, similar to M$ 
> Windows when you have a windows and press Print Screen later go to Paint 
> -> Edit -> Paste -> Save As, etc, etc

Although you can do it in Gimp, I think a cool way to do it is with
xwd.  For example,

$ xwd >test.dump

Now click on the window you want to save.  You can capture the whole
screen with

$ xwd -root >test.dump

or

$ xwd -root -screen >test.dump

You can view the dump with

$ xwud -in test.dump

or convert it to a usable format with ImageMagik

$ convert test.dump test.png

See the manpages for more options.  One nifty thing about doing it
that way is that you could set an at job to dump the screen at some
point in the near future (e.g., 'at now+1 min').  That way, you can
pull down some menus, etc for the screen shot.  (It's worth noting
that the Gimp will let you delay as well.)

Regards,
Ben

P.S.

You can get the id of a window (as mentioned in the xwd manpage) with
the xwininfo command.

-- 
Ben Logan: ben at wblogan dot net
OpenPGP Key KeyID: A1ADD1F0

A good supervisor can step on your toes without messing up your shine.



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



Re: Screwed up file permission

2002-03-21 Thread Vidiot

>
>On Thu, Mar 21, 2002 at 04:49:36AM -0600, Vidiot wrote:
>> >
>> >
>> >--tThc/1wpZn/ma/RB
>> >Content-Type: text/plain; charset=us-ascii
>> >Content-Disposition: inline
>> >Content-Transfer-Encoding: quoted-printable
>> >
>> >you can find it yourself by
>> >find / -type f \( -perm -4000 -o -perm -2000 \) \-exec ls -la {} \;
>> >then get rid of it by chmod
>> 
>> I know where the file is.  chmod will not change the permissions.  It is
>> the other program that I need to run to be able to do that.  Then I can
>> fix it so that rm will work on it.
>
>chmod should change those permissions fine.  The numerical equivalent
>of -rws--S--- would be 6700.  An 's' or 'S' in place of the 'x' means
>that that group's id bit is set.  A capital 'S' means that the
>executable permission is _not_ set, and a lowercase 's' means that it
>is set.

Sorry, let me rephrase the question.  There are some files that have been
write protected that need to be unprotected.  That is the program I
am looking for.  If I try to change the mode and/or remove the file,
I get an operation not allowed.

I just can't remember to name of the program that sets those permissiosn.

MB
-- 
e-mail: [EMAIL PROTECTED]   It is God's job to forgive bin Laden.
It is our job to set up the meeting.
U.S. Marine Corp.
Visit - URL: http://www.vidiot.com/  (Your link to Star Trek and UPN)



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



Re: Kernel updates for 6.2 from RedHat..

2002-03-21 Thread Vincent Cojot


A follow-up on this issue...

- kernel-headers was posted along with kernel-2.2.19-6.2.16.
- The sparc64 packages for 2.2.19-6.2.16 were released today (March 21st).

Much apreciated. Thank you RedHat. I'm closing the bugzilla incident.

,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,
Vincent S. Cojot, Computer Engineering. STEP project. _.,-*~'`^`'~*-,._.,-*~
Ecole Polytechnique de Montreal, Comite Micro-Informatique. _.,-*~'`^`'~*-,.
Linux Xview/OpenLook resources page _.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'
http://step.polymtl.ca/~coyote  _.,-*~'`^`'~*-,._ [EMAIL PROTECTED]

On Wed, 13 Mar 2002, Vincent Cojot wrote:

>
> Did anyone notice the 2.2.19-6.2.15 updates from RedHat?
>
> There is no kernel-headers-2.2.19-6.2.15 package for any arch.
> There are no kernel-*2.2.19-6.2.15*rpm for sparc64 although there -are-
> kernel-*2.2.19-6.2.15*rpm packages for "sparc".
>
> The .spec rebuilds them just fine, though.. Of course, that makes GPG sigs
> fail..
>
> This surprises me as RedHat had gotten 2.2.19-6.2.12 right. It saddens me
> to see that 2.2.19-6.2.15 isn't OK since I have 100+ servers across Europe
> with 6.2 alone (both i386 and sparc). Even with "current" or RHN,
> forgetting a Package just isn't making our lives easier.
>
> RedHat: Please upload the rest of the packages, you missed some on the way
> out to the ftp site. Thank you.



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



Re: file server with linux

2002-03-21 Thread Scott Sharkey

The mindcraft "study" was bought and paid for by Microsoft, and has
been widely shown to be fraudulent and invalid.  MANY, many articles
have been written about the multitude of ways in which they skewed
the results to favor MS.  In addition, there were some valid criticisms
of Linux in the report, ALL of which have been fixed since that time
with current releases of Linux.  In short, linux far surpasses NT
in file server performance given equal circumstances.

-Scott


Lewi wrote:
> 
> I have a job to replace Netware to linux as linux server on my division,
> 
> well, when I'm trying to search information in internet, I found that linux with 
>samba is slower than NT
> try a look at:
> http://www.mindcraft.com/whitepapers/openbench1.html
> I know that the result maybe can't be compared today
> does anyone know anything about this, and what do u think?
> 
> it is right to choose combination between linux and samba? any suggestion?
> and maybe u can give me an url about information that related to my problem?
> 
> thank you
> 
> --
> ichtus
> --
> Lewi Supranata .K
> ICQ: 50643061
> 
>   
>Part 1.2Type: application/pgp-signature



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



Apache

2002-03-21 Thread Brandon Caudle

Hey Everyone,
  I am running Redhat 7.1, with apache 1.3.22  
http://64.130.55.193/server-status for more info.  I can't get cgi scripts 
to work, i can get perl scripts to work, but cgi scripts they return a 
premature end of header, all the perl scripts and all the cgi scripts are 
a+x with the user and group of apache.  Any ideas??  
http://64.130.55.193/server-info


Thanks,

~Brandon

_
Send and receive Hotmail on your mobile device: http://mobile.msn.com



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



Re: log watch - perl problems

2002-03-21 Thread sentry solutions

Locale output as follows:

LANG=en_US
LC_CTYPE="en_US"
LC_NUMERIC="en_US"
LC_TIME="en_US"
LC_COLLATE="en_US"
LC_MONETARY="en_US"
LC_MESSAGES="en_US"
LC_PAPER="en_US"
LC_NAME="en_US"
LC_ADDRESS="en_US"
LC_TELEPHONE="en_US"
LC_MEASUREMENT="en_US"
LC_IDENTIFICATION="en_US"
LC_ALL=

On Thursday 21 March 2002 06:58 am, you wrote:
> On Thu, Mar 21, 2002 at 10:48:32PM -0500, sentry solutions wrote:
> > Any info would be appreciated. The en_US language is installed, afaik
> > correctly (with the default install), but the other settings...?
>
> what is the output of the `locale` command?
>
> Emmanuel
>
>
>
> ___
> 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: Screwed up file permission

2002-03-21 Thread Ben Logan

On Thu, Mar 21, 2002 at 04:49:36AM -0600, Vidiot wrote:
> >
> >
> >--tThc/1wpZn/ma/RB
> >Content-Type: text/plain; charset=us-ascii
> >Content-Disposition: inline
> >Content-Transfer-Encoding: quoted-printable
> >
> >you can find it yourself by
> >find / -type f \( -perm -4000 -o -perm -2000 \) \-exec ls -la {} \;
> >then get rid of it by chmod
> 
> I know where the file is.  chmod will not change the permissions.  It is
> the other program that I need to run to be able to do that.  Then I can
> fix it so that rm will work on it.

chmod should change those permissions fine.  The numerical equivalent
of -rws--S--- would be 6700.  An 's' or 'S' in place of the 'x' means
that that group's id bit is set.  A capital 'S' means that the
executable permission is _not_ set, and a lowercase 's' means that it
is set.

So in this example, the file permissions look like -rw--- plus it
is set user id (suid) and set group id (sgid).

It is also possible to have a 't' or 'T' in place of the rightmost
dash or 'x'.  That means that the file's sticky bit is set.  A
lowercase 't' means that the file also has world executable
permissions, and an uppercase 'T' means it doesn't.

One more example: if you wanted to use chmod to give your file
-rwxr-xr-x and retain the suid and sgid bits, you would do this

$ chmod 6755 yourfile

Of course, you could also use chmod's symbolic permission scheme:

$ chmod go+rx yourfile

You can read more about that in the info docs.  type

$ info 'file utilities'

and visit the 'File Permissions' node.

Sorry this was so long...probably about as clear as mud too. :)

Regards,
Ben

-- 
Ben Logan: ben at wblogan dot net
OpenPGP Key KeyID: A1ADD1F0

bureaucrat, n:
A politician who has tenure.



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



Re: log watch - perl problems

2002-03-21 Thread Emmanuel Seyman

On Thu, Mar 21, 2002 at 10:48:32PM -0500, sentry solutions wrote:
> 
> Any info would be appreciated. The en_US language is installed, afaik 
> correctly (with the default install), but the other settings...?

what is the output of the `locale` command?

Emmanuel



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



log watch - perl problems

2002-03-21 Thread sentry solutions

Hi all, 

Perl has a misconfiguration somewhere that is filling up my logwatch that 
gets mailed to me daily.


/etc/cron.daily/00-logwatch:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US"
   are supported and installed on your system.

I don't see it as a major problem, just an annoyance, and when installing 
multiple programs in one day, can cause the logwatch emails to become quite 
large. 

I am running RH7.2 triple booting OpenBSD and WinXPpro, 

uname -a:
Linux localhost.localdomain 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT 2001 i686 
unknown

Any info would be appreciated. The en_US language is installed, afaik 
correctly (with the default install), but the other settings...?

Thanks in advance, 

./will[ss]





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



Re: Interpreting /var/log/messages

2002-03-21 Thread Ashwin Khandare

Thanks Ray

http://www.ccux.com/firewall-seen.shtml

This page gives a great deal of information.

- Original Message -
From: "Ray Curtis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 19, 2002 7:45 PM
Subject: Re: Interpreting /var/log/messages


> > "m" == manzabar  <[EMAIL PROTECTED]> writes:
>
> m> I'm looking for a website that will allow me to past in messages
from this
> m> log file that contain information logged by iptables, so that it
turns
> m> stuff like this:
> m> Mar 18 19:56:27 c896765-a kernel: IN=eth0 OUT=
> m> MAC=01:00:5e:00:00:01:00:20:40:6a:4d:1b:08:00 SRC=192.168.100.1
> m> DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0xC0 TTL=1 ID=0 PROTO=2
>
> m> Into something that is a bit more readable.  I know there have been
links
> m> posted previously, but I had no luck searching the archives and I
lost the
> m> links in one of my last system upgrades.  Any help is greatly
appreciated!
>
> http://www.ccux.com/firewall-seen.shtml
>
> --
> Ray Curtis
> mailto:[EMAIL PROTECTED] http://www.ccux.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: Screwed up file permission

2002-03-21 Thread Vidiot

>
>
>--tThc/1wpZn/ma/RB
>Content-Type: text/plain; charset=us-ascii
>Content-Disposition: inline
>Content-Transfer-Encoding: quoted-printable
>
>you can find it yourself by
>find / -type f \( -perm -4000 -o -perm -2000 \) \-exec ls -la {} \;
>then get rid of it by chmod

I know where the file is.  chmod will not change the permissions.  It is
the other program that I need to run to be able to do that.  Then I can
fix it so that rm will work on it.

MB



>
>On Thu, Mar 21, 2002 at 04:11:52AM -0600, Vidiot wrote:
>> Recently someone mentioned a program for setting other strange permission=
>s.
>> I have a file that is -rws--S--- that I need to get rid of.
>>=20
>> I cannot remember the name of the program, as I never use it.
>>=20
>> Thanks.
>>=20
>> MB
>> --=20
>> e-mail: [EMAIL PROTECTED]   It is God's job to forgive bin Laden.
>> It is our job to set up the meeting.
>>  U.S. Marine Corp.
>> Visit - URL: http://www.vidiot.com/  (Your link to Star Trek and UPN)
>>=20
>>=20
>>=20
>> ___
>> Redhat-list mailing list
>> [EMAIL PROTECTED]
>> https://listman.redhat.com/mailman/listinfo/redhat-list
>
>--=20
>ichtus
>--
>Lewi Supranata .K
>ICQ: 50643061
>
>--tThc/1wpZn/ma/RB
>Content-Type: application/pgp-signature
>Content-Disposition: inline
>
>-BEGIN PGP SIGNATURE-
>Version: GnuPG v1.0.4 (GNU/Linux)
>Comment: For info see http://www.gnupg.org
>
>iD8DBQE8ml8XRmdM+7qgEycRAkZyAJ4mbSPAZux24HL/tZgCkyk3cUi+1QCfY5ML
>XZF6yei5L/UlOYOdXWm9NSE=
>=ca+x
>-END PGP SIGNATURE-
>
>--tThc/1wpZn/ma/RB--
>
>
>
>___
>Redhat-list mailing list
>[EMAIL PROTECTED]
>https://listman.redhat.com/mailman/listinfo/redhat-list
>


-- 
e-mail: [EMAIL PROTECTED]   It is God's job to forgive bin Laden.
It is our job to set up the meeting.
U.S. Marine Corp.
Visit - URL: http://www.vidiot.com/  (Your link to Star Trek and UPN)



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



Re: Screwed up file permission

2002-03-21 Thread Lewi

you can find it yourself by
find / -type f \( -perm -4000 -o -perm -2000 \) \-exec ls -la {} \;
then get rid of it by chmod


On Thu, Mar 21, 2002 at 04:11:52AM -0600, Vidiot wrote:
> Recently someone mentioned a program for setting other strange permissions.
> I have a file that is -rws--S--- that I need to get rid of.
> 
> I cannot remember the name of the program, as I never use it.
> 
> Thanks.
> 
> MB
> -- 
> e-mail: [EMAIL PROTECTED]   It is God's job to forgive bin Laden.
> It is our job to set up the meeting.
>   U.S. Marine Corp.
> Visit - URL: http://www.vidiot.com/  (Your link to Star Trek and UPN)
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg74592/pgp0.pgp
Description: PGP signature


Re: [REDHAT] sed regexp help

2002-03-21 Thread David Kramer

On Thu, 21 Mar 2002, Nick Wilson wrote:

> Hi everyone, 
> could someone please help me solve the following problem?
> 
> I need to recursively find and replace a string in a whole bunch of dirs
> (a website). For example: 
> 
> change: http://my-testing-environment.com
> to: http://www.the-real-website.com
> 
> I gues sed is the tool for this right? I've read the man page but I'm
> somewhat intimidated by it :-)

Well, you can use sed, but using perl gives one big advantage; it lets you 
edit files in-place.  Actually, it's making a copy first and then 
overwriting the original, but you don't have to deal with that anyway.  
Here is the command you need:

perl -p -i -e 's/testing-environment/the-real-website/g' `find . -type f`

Here's the breakdown:
-p means work like a filter: input text, run whatever program I specify on 
each line of text, then print out each line.  It is the equivalent of 
wrapping your program with "while(<>) {" and "}".

-i means edit files in-place.  You can specify an enxtention to leave a 
backup of the original with if you want

-e means the next parameter is the program

The program is the equivalent to:
while(<>)
{
$_ =~ s/testing-environment/the-real-website/g;
print $_;
}

In -p -i mode, the program should be followed with a list of files to 
process.  Here I have the find command list all regular files under the 
current directory in a subshell.

Does this do what you want?


   David Kramer [EMAIL PROTECTED]   http://thekramers.net
DK KD  
DKK D  I tried so hard and got so far  But in the end it doesn't even matter
DK KD  I had to fall to lose it all   But in the end it doesn't even matter
-Linkin Park



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



Screwed up file permission

2002-03-21 Thread Vidiot

Recently someone mentioned a program for setting other strange permissions.
I have a file that is -rws--S--- that I need to get rid of.

I cannot remember the name of the program, as I never use it.

Thanks.

MB
-- 
e-mail: [EMAIL PROTECTED]   It is God's job to forgive bin Laden.
It is our job to set up the meeting.
U.S. Marine Corp.
Visit - URL: http://www.vidiot.com/  (Your link to Star Trek and UPN)



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



Re: How do I make a rescue diskette?

2002-03-21 Thread Lewi

maybe u can use cd 1 from redhat installation, then enter linux rescue
in there you can fix your lilo to reboot from old kernel image(if your old kernel not 
overwriten)


On Thu, Mar 21, 2002 at 10:18:08AM +0100, Kjetil Tjensvold wrote:
> The problem is that I can get into my linux system
> because my bootdisk is destroyed: 
> 
> 
> --- Lewi <[EMAIL PROTECTED]> skrev: > you can
> recreate new boot disk with new kernel by
> > mkbootdisk(look at mkbootdisk --help).
> > 
> > On Thu, Mar 21, 2002 at 09:05:12AM +0100, Kjetil
> > Tjensvold wrote:
> > > I installed a new kernel from rpm, but whitout
> > makeing
> > > a new boot diskette. So in the beginning it booted
> > the
> > > old
> > > img file from redhat 7.2 kernel 2.4.7-10. My new
> > > kernel is 2.4.9-31.I tried to make a new boot
> > disk,
> > > but unfortunely I copied the new vmlinuz and
> > > initrd-2.4.9-31.img over to my old boot disk, and
> > that
> > > diden work.I downloaded a new boot disk from
> > redhat,
> > > but that was intended to install redhat again.
> > Well
> > > there was an otion about a rescue disk but then I
> > was
> > > was promped on which cd disk the images where. The
> > > problem is that I downloaded redhat 7.2 from the
> > > internet and  that the images isn't on any of the
> > iso
> > > disks that I downloaded.
> > > So the boot disks from redhat will not work. I
> > need a
> > > boot disk from an already installed redhat 7.2
> > > installation.
> > > Another question: Can I install rh 7.2 upon the
> > old I
> > > have whitout removing it first.If not how do I
> > remove
> > > redhat whitout destroying the data on that
> > partision.
> > why?
> > > 
> > > =
> > > Investigating the Norwegain 4.th Secret Service
> > > The multiheaded animal.
> > >
> > http://hjem.sol.no/altiett/knut_ove_hauge_kuren.html
> > > 
> > >
> >
> __
> > > Sjekk snørapporter...
> > > fra 500 ski-destinasjoner i Europa
> > > på http://no.snow.yahoo.com/
> > > 
> > > 
> > > 
> > > ___
> > > Redhat-list mailing list
> > > [EMAIL PROTECTED]
> > >
> >
> https://listman.redhat.com/mailman/listinfo/redhat-list
> > 
> > -- 
> > ichtus
> > --
> > Lewi Supranata .K
> > ICQ: 50643061
> > 
> 
> > ATTACHMENT part 2 application/pgp-signature 
> 
> 
> =
> Investigating the Norwegain 4.th Secret Service
> The multiheaded animal.
> http://hjem.sol.no/altiett/knut_ove_hauge_kuren.html
> 
> __
> Sjekk snørapporter...
> fra 500 ski-destinasjoner i Europa
> på http://no.snow.yahoo.com/
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg74589/pgp0.pgp
Description: PGP signature


Re: How do I make a rescue diskette?

2002-03-21 Thread Kjetil Tjensvold

The problem is that I can get into my linux system
because my bootdisk is destroyed: 


--- Lewi <[EMAIL PROTECTED]> skrev: > you can
recreate new boot disk with new kernel by
> mkbootdisk(look at mkbootdisk --help).
> 
> On Thu, Mar 21, 2002 at 09:05:12AM +0100, Kjetil
> Tjensvold wrote:
> > I installed a new kernel from rpm, but whitout
> makeing
> > a new boot diskette. So in the beginning it booted
> the
> > old
> > img file from redhat 7.2 kernel 2.4.7-10. My new
> > kernel is 2.4.9-31.I tried to make a new boot
> disk,
> > but unfortunely I copied the new vmlinuz and
> > initrd-2.4.9-31.img over to my old boot disk, and
> that
> > diden work.I downloaded a new boot disk from
> redhat,
> > but that was intended to install redhat again.
> Well
> > there was an otion about a rescue disk but then I
> was
> > was promped on which cd disk the images where. The
> > problem is that I downloaded redhat 7.2 from the
> > internet and  that the images isn't on any of the
> iso
> > disks that I downloaded.
> > So the boot disks from redhat will not work. I
> need a
> > boot disk from an already installed redhat 7.2
> > installation.
> > Another question: Can I install rh 7.2 upon the
> old I
> > have whitout removing it first.If not how do I
> remove
> > redhat whitout destroying the data on that
> partision.
> why?
> > 
> > =
> > Investigating the Norwegain 4.th Secret Service
> > The multiheaded animal.
> >
> http://hjem.sol.no/altiett/knut_ove_hauge_kuren.html
> > 
> >
>
__
> > Sjekk snørapporter...
> > fra 500 ski-destinasjoner i Europa
> > på http://no.snow.yahoo.com/
> > 
> > 
> > 
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> >
>
https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> -- 
> ichtus
> --
> Lewi Supranata .K
> ICQ: 50643061
> 

> ATTACHMENT part 2 application/pgp-signature 


=
Investigating the Norwegain 4.th Secret Service
The multiheaded animal.
http://hjem.sol.no/altiett/knut_ove_hauge_kuren.html

__
Sjekk snørapporter...
fra 500 ski-destinasjoner i Europa
på http://no.snow.yahoo.com/



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



sed regexp help

2002-03-21 Thread Nick Wilson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi everyone, 
could someone please help me solve the following problem?

I need to recursively find and replace a string in a whole bunch of dirs
(a website). For example: 

change: http://my-testing-environment.com
to: http://www.the-real-website.com

I gues sed is the tool for this right? I've read the man page but I'm
somewhat intimidated by it :-)

Many thanks
- -- 
- ---
 www.explodingnet.com   |Projects, Forums and
+Articles for website owners 
- -- Nick Wilson -- |and designers.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE8maBRHpvrrTa6L5oRAjMQAJ9BDYDmy38AaUklo6kLmhTH237FBQCgiDxd
c9CEekLvnWEpyMl0aNYI6HU=
=tI/q
-END PGP SIGNATURE-



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



Re: How do I make a rescue diskette?

2002-03-21 Thread Lewi

you can recreate new boot disk with new kernel by
mkbootdisk(look at mkbootdisk --help).

On Thu, Mar 21, 2002 at 09:05:12AM +0100, Kjetil Tjensvold wrote:
> I installed a new kernel from rpm, but whitout makeing
> a new boot diskette. So in the beginning it booted the
> old
> img file from redhat 7.2 kernel 2.4.7-10. My new
> kernel is 2.4.9-31.I tried to make a new boot disk,
> but unfortunely I copied the new vmlinuz and
> initrd-2.4.9-31.img over to my old boot disk, and that
> diden work.I downloaded a new boot disk from redhat,
> but that was intended to install redhat again. Well
> there was an otion about a rescue disk but then I was
> was promped on which cd disk the images where. The
> problem is that I downloaded redhat 7.2 from the
> internet and  that the images isn't on any of the iso
> disks that I downloaded.
> So the boot disks from redhat will not work. I need a
> boot disk from an already installed redhat 7.2
> installation.
> Another question: Can I install rh 7.2 upon the old I
> have whitout removing it first.If not how do I remove
> redhat whitout destroying the data on that partision.
why?
> 
> =
> Investigating the Norwegain 4.th Secret Service
> The multiheaded animal.
> http://hjem.sol.no/altiett/knut_ove_hauge_kuren.html
> 
> __
> Sjekk snørapporter...
> fra 500 ski-destinasjoner i Europa
> på http://no.snow.yahoo.com/
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg74586/pgp0.pgp
Description: PGP signature


Re: Antivirus gateway

2002-03-21 Thread Kevin Hammond

We use Symantec AV for gateways, and both McAfee and TrendMicro have AV for
gateway solutions that are simple SMTP servers that scan all mail that
passes through them via SMTP.

TrendMicro also does spam filtering.

I researched some linux solutions, but didn't find any major AV linux
sendmail solutions.  I personally feel the virus definitions are just as
important as a good scan engine, so we decided to stay with a major brand.

Feel free to correct me if any of the above information is incorrect.

Kevin

- Original Message -
From: "Roger" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 20, 2002 11:28 PM
Subject: Antivirus gateway


> hi!
>
> i want to get a software of antivirus that is installed on the linux box
> to prevent sendmail server from virus.. Could you give me some
> suggetion?
>
>
>
> ___
> 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



<    1   2