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 -

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 G

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

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. ,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*

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

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 w

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 Mar

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 \) \-

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 ___

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), L

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

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.

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--- tha

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-re

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.

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 > becau

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 in

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

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

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 sol

<    1   2