incoming.redhat.com ?

2002-03-21 Thread Oliver Schulze L.
Hi, I don't this should be a common topic, but I could't find info in redhat.com about where to upload contrib .rpm files? I think in the past was: ftp://incoming.redhat.com/ Anyone know? Thanks Oliver -- Oliver Schulze L. [EMAIL PROTECTED] Asuncion-Paraguay

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

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

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:

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

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

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: [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:

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

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

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

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

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

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 {} \;

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

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

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,

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: 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 {}

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

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

Re: [REDHAT] Re: Screwed up file permission

2002-03-21 Thread David Kramer
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. chmod can do whatever you need.

Re: How do I make a rescue diskette?

2002-03-21 Thread Kjetil Tjensvold
Hi Lewi. You've right. The images were on disk1.I gave the wrong path to it on my win partision where I've stored the disk. Anyway they could told me somewhere on the redhat sites that I had to make a new boot disk when I update the kernel..:-) --- Lewi [EMAIL PROTECTED] skrev: maybe u can

RE: How do I make a rescue diskette?

2002-03-21 Thread Furnish, Trever G
But that's not a rescue disk. Search http://www.freshmeat.net for rescue. -Original Message- From: Lewi [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 3:20 PM To: [EMAIL PROTECTED] Subject: Re: How do I make a rescue diskette? you can recreate new boot disk with new kernel

RE: Screwed up file permission

2002-03-21 Thread Furnish, Trever G
man chattr -Original Message- From: Vidiot [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 5:12 AM To: [EMAIL PROTECTED] Subject: Screwed up file permission Recently someone mentioned a program for setting other strange permissions. I have a file that is -rws--S--- that I

Re: Screwed up file permission

2002-03-21 Thread Vidiot
man chattr Thanks, that was indeed the one I was looking for. I'm going to try and remember that one. 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.

Re: [REDHAT] Re: file server with linux

2002-03-21 Thread David Kramer
On Thu, 21 Mar 2002, Scott Sharkey wrote: 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

mouse pointer got offset -ed (REPOST)

2002-03-21 Thread Reuben D Budiardja
I didn't get reply the first time, and I really don't know what to do with this problem (explained below). It happens everyday at random time, so it's getting annoying. I checked /var/log/messages as soon as it happens, and found nothing. Any help?

RE: How do I make a rescue diskette?

2002-03-21 Thread Furnish, Trever G
Anyway they could told me somewhere They did. Of course I could see how you'd miss that considering that the document itself is so badly out of date WRT 7.2. But none-the-less, they, um, did. :-) -Original Message- From: Kjetil Tjensvold [mailto:[EMAIL PROTECTED]] Sent: Thursday,

Time Zone

2002-03-21 Thread Robert Dege
Somehow, when I installed RedHat 7.2, my TimeZone was set to GMT, instead of EST (or America/NewYork in /etc/sysconfig/clock). I have since corrected the file, but even upon reboot, `date` still reports it as GMT-5, and ntp resets my time accordingly. I see that /sbin/hwclock can be used to

Re: Re: Unable to see SMB Shares from a Win Machine

2002-03-21 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 21 Mar 2002, George Abdo wrote: Here is the smb.conf file. I have edited out some of the network details for privacy. A domian computer account has been created and added on the domain. I can also ping the SAMBA server by netbios name on the

Re: 6.2 vs 7.0 vs 7.1 vs 7.2

2002-03-21 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 20 Mar 2002, Rob Montgomery wrote: I'm trying to pick a version to install on a new web/db server, it needs to be SMP kernel... I'm just trying to decide which version to install because I've gotten conflicting info, like 6.2 is more stable

Re: Apache

2002-03-21 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 21 Mar 2002, Brandon Caudle wrote: 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

Re: [REDHAT] Re: file server with linux

2002-03-21 Thread Frank Carreiro
The gartner group says otherwise about Apache. They recommended last year that people migrate from IIS to some OTHER web server product such as Apache. Speaking of which. I used both products for years. I haven't had a problem with my Apache servers over the last 4 years however the IIS

Re: file server with linux

2002-03-21 Thread Frank Carreiro
I remember that report. At first they wouldn't tell me when I called who paid for the tests. It was only after a week of bitching how they screwed up their tests that I finally received the answer. There were things they did in their detailed analysis that proves they boosted NT's default

Re: file server with linux

2002-03-21 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 21 Mar 2002, 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:

Re: up2date error

2002-03-21 Thread Trond Eivind Glomsrød
Rupendra Singh [EMAIL PROTECTED] writes: Rupendra Singh [EMAIL PROTECTED] writes: what is this error: [root@main root]# up2date -u Retrieving list of all available packages... Removing installed packages from list of updates...

Re: Snapshot

2002-03-21 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 21 Mar 2002, Ben Logan wrote: 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

RE: Apache

2002-03-21 Thread Ismael Touama
Hi, I just read doc to install and configure Apache. So I saw that : The cgi-bin directory is set up to allow the execution of CGI scripts, with the ExecCGI option. If you need to execute a CGI script in another directory, you will need to set ExecCGI for that directory. For example, if your

Re: Apache

2002-03-21 Thread Thierry ITTY
A 07:05 21/03/02 -0500, vous avez écrit : 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

Re: file server with linux

2002-03-21 Thread Frank Carreiro
It was my understanding that KeyLabs performed the follow up study and demonstrated Samba was slightly slower than NT. Not surprising. I wouldn't consider a system emulating something else to be just as fast or better when compared apples to apples. If you really need fast file server

Re: Antivirus gateway

2002-03-21 Thread Gerry Doris
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

Re: Time Zone

2002-03-21 Thread dbrett
One way is to log in as root and run setup. The second last selection is 'Timezone configuration' david On 21 Mar 2002, Robert Dege wrote: Somehow, when I installed RedHat 7.2, my TimeZone was set to GMT, instead of EST (or America/NewYork in /etc/sysconfig/clock). I have since corrected

FW: Why do I get duplicate default routes?

2002-03-21 Thread Furnish, Trever G
Ok, I tried on the enigma list with no luck, so I'm going to try here. Basic question is: Does anyone have any idea what I might be doing wrong that I would get multiple duplicate default routes when I boot up? I have to remove all but one of them by doing route del -net 0.0.0.0 to get things

Restricted Internet Access: Squid or Policies via SAMBA

2002-03-21 Thread David Brenner
My son's school has following RH7.2 set up: Server 1: SAMBA, Domain Controller, DHCP; 1 NIC connected to internal network Server 2: Firewall, Squid: 2 NICs, one public, one private. All workstations are Win98SE We have been asked to be provide capability to restrict internet access for

Re: [REDHAT] Re: file server with linux

2002-03-21 Thread Ed Wilts
On Thu, Mar 21, 2002 at 09:37:25AM -0500, David Kramer wrote: On Thu, 21 Mar 2002, Scott Sharkey wrote: Today, there is only one valid reason for not using a Linux box with Samba to replace NT shares or Netware. [compatibility reason cut] Actually, there is a 2nd reason. Linux with

Re: [REDHAT] Re: file server with linux

2002-03-21 Thread Jonathan M. Slivko
Linux is not the answer to every problem. It's getting better, but for some tasks, Windows is still superior. Evil, Evil I tell you! ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Ipchains vs Iptables question

2002-03-21 Thread Bill Crawford
On Thu, 21 Mar 2002, Ashwin Khandare wrote: Do you know of any script that software ipchains commands to iptables ? I don't, but I've never looked for one. Seriously though, it shouldn't be too hard to do it by hand unless you have a truly internecine set of rules. Doing the first few steps

Re: Re: Unable to see SMB Shares from a Win Machine

2002-03-21 Thread Michael Oatman
I'm following this thread with interest since I seem to be having similar probs getting Samba 2.2.1a to work on RH7.2. 1) Specifically, when I browse (using KDE's Konqueror -- neither Gnome's Nautilus nor mozilla seem to be able to smb://) to any one of our WinXP boxen (only type) on our

vsftp

2002-03-21 Thread Chapman, Matt
Hi, I installed vsftpd and I like it much better thus far than the hole ridden wu-ftpd. My question is when I make a user's shell /sbin/nologin so they can not telnet it also cuts off there ftp. How do I make it so a user can ftp , not telnet, and for that matter keep them only in the home dir

Help with Raid

2002-03-21 Thread Mike Jimenez
Hello, I am new to the mailing list and I'm not sure if this is the correct group but if not can someone let me know what group I should subscribe to thanks. The problem I have is I am getting the following message when I type dmesg (ips0) Resetting controller. (ips0) Resetting controller.

Re: file server with linux

2002-03-21 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Scott Sharkey wrote: http://www.mindcraft.com/whitepapers/openbench1.html 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

Re: sed regexp help

2002-03-21 Thread Bill Crawford
On Thu, 21 Mar 2002, Nick Wilson wrote: -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:

RE: Re: Unable to see SMB Shares from a Win Machine

2002-03-21 Thread Roger Haxton
Title: RE: Re: Unable to see SMB Shares from a Win Machine I had a similar problem with my XP box at home when I set this up. First when I had my 2k server also set-up and did not have samba set-up to authenticate properly to the domain, nothing worked. Then when I removed my 2k server

Re: Time Zone

2002-03-21 Thread Emmanuel Seyman
On Thu, Mar 21, 2002 at 05:47:56AM -0500, dbrett wrote: One way is to log in as root and run setup. The second last selection is 'Timezone configuration' Or type `timeconfig` which does the same thing. Emmanuel ___ Redhat-list mailing list

Re: vsftp

2002-03-21 Thread Jonathan M. Slivko
You need to chroot the environment in order to box them in to their own directories. -- Jonathan -- Jonathan M. Slivko Voyager Internet Services http://www.voyageri.net/ [EMAIL PROTECTED] - Original Message - From: Chapman, Matt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday,

Unable to boot from a compiled kernel

2002-03-21 Thread nixx nixx
I have a Pentium 4 1700 MHz and I run RedHat 7.2. I was able to go through the installation process and Linux is running just fine on my PC. I can log in my machine, start X and everything... But now I want to compile my kernel to add PPP for a dialup connection. I receive no error from the

Re: Time Zone

2002-03-21 Thread Robert Dege
That did it... thanks On Thu, 2002-03-21 at 13:18, Emmanuel Seyman wrote: On Thu, Mar 21, 2002 at 05:47:56AM -0500, dbrett wrote: One way is to log in as root and run setup. The second last selection is 'Timezone configuration' Or type `timeconfig` which does the same thing.

Re: file server with linux

2002-03-21 Thread David Kramer
On Thu, 21 Mar 2002, Jonathan M. Slivko wrote: Linux is not the answer to every problem. It's getting better, but for some tasks, Windows is still superior. Evil, Evil I tell you! No, realistic. If Linux apostles run around making like Linux can cure cancer and grow hair, managers

Re: General outline of a home mailserver setup

2002-03-21 Thread Harry Putnam
gregory mott [EMAIL PROTECTED] writes: You wouldn't still have the *.mc file that produced that would you? my machine's doing the same.. here's mine.. make appropriate subsitiutions between the +plusses+ (i do it with sed).. divert(-1) [...] Oh thanks Gregory, I just now saw this.

Re: Major update on 7.1 disrupts fonts, keyboard.. what the..

2002-03-21 Thread Harry Putnam
Bill Crawford [EMAIL PROTECTED] writes: On Wed, 20 Mar 2002, Harry Putnam wrote: Last night I ran a major update that has been accumulating on my 7.1 system, bringing everthing up to date with current update packages. Did you get any messages saying that files were saved as xxx.rpmsave

Re: vsftp

2002-03-21 Thread Juan Martinez
I'm not sure about vsftp but most ftp servers I've used require that a user have a valid shell to be allowed to ftp. The shell's absolute path must appear in /etc/shells. You could add /sbin/nologin to /etc/shells and it should fix your problem. To keep a user in the home directory, however,

Re: Pensacola

2002-03-21 Thread Brandon Dorman
I thought I remembered seeing posts a while back saying it was RH's new Advanced Server distro or something? Unless they changed it. -Brandon On Tue, 2002-03-19 at 20:54, Rodolfo J. Paiz wrote: The new beta... is it one of those polishing versions that makes things a little better, or is it

RE: vsftp

2002-03-21 Thread Chapman, Matt
That is what it is missing /etc/shells Thank you I shall try that. -matt -Original Message- From: Juan Martinez [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 2:46 PM To: [EMAIL PROTECTED] Subject: Re: vsftp I'm not sure about vsftp but most ftp servers I've

Re: [REDHAT] Re: file server with linux

2002-03-21 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ed Wilts wrote: Actually, there is a 2nd reason. Linux with Samba simply does not have the access control mechanisms that NT does, and this limits the granularity of access. For some businesses (like ours), this is a show stopper. Linux ACL

Re: How do I make a rescue diskette?

2002-03-21 Thread Wolfgang Pfeiffer
--- Kjetil Tjensvold [EMAIL PROTECTED] wrote: Hi Lewi. You've right. The images were on disk1.I gave the wrong path to it on my win partision where I've stored the disk. ... not being sure whether you solved your problem or not: 1) get 'root.bin' and 'rescue.bin' for debian: you'll find

VPN/Ipchains question

2002-03-21 Thread Kerry Miller
We have a client using a CheckPoint VPN, we're trying to use the VPN-1 SecureClient. Does anybody know what ports/protocols I need to open for this to work through our firewall? I tried this: /sbin/ipchains -A good-bad -p all -d $RANGEVPN -j ACCEPT /sbin/ipchains -A bad-good -p all -s

Re: Major update on 7.1 disrupts fonts, keyboard.. what the..

2002-03-21 Thread Bill Crawford
On Wed, 20 Mar 2002, Harry Putnam wrote: Bill Crawford [EMAIL PROTECTED] writes: ... That should be set to '^?' not '^H' ... that's the problem. Are you setting that yourself somewhere, or can you see where it's being set? That does seem to fix it, but I'm pretty sure that was ^H before

Re: file server with linux

2002-03-21 Thread Gordon Messmer
On Thu, 2002-03-21 at 11:33, Lewi wrote: 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

Re: [REDHAT] Re: file server with linux

2002-03-21 Thread Gordon Messmer
On Thu, 2002-03-21 at 09:15, Ed Wilts wrote: On Thu, Mar 21, 2002 at 09:37:25AM -0500, David Kramer wrote: On Thu, 21 Mar 2002, Scott Sharkey wrote: Today, there is only one valid reason for not using a Linux box with Samba to replace NT shares or Netware. [compatibility reason

Re: Screwed up file permission

2002-03-21 Thread Gordon Messmer
On Thu, 2002-03-21 at 02:11, 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. If you have to use 'lsattr' and 'chattr' to fix

RE: Major update on 7.1 disrupts fonts, keyboard.. what the..

2002-03-21 Thread Furnish, Trever G
Would one be correct in assuming that you are in some sort of X interface when this problem is evident? For example, an xterm, rxvt, eterm, etc? On a recently updated system I don't see the same problems you do, but I'm accessing it via ssh not via an XFree86 based display. It sounds like the

Re: slipjack

2002-03-21 Thread jbinpg
Guys gals - RH has a stated 6 month release cycle. Enigma was released in October 2001 so that makes April 2002 the next favored period. Besides market forces are at work here: Suse and Mandrake just released newer versions so RH has to follow suit. And I bet they won't be so lazy at

Re: Unable to boot from a compiled kernel

2002-03-21 Thread Ed Wilts
On Thu, Mar 21, 2002 at 10:30:46AM -0800, nixx nixx wrote: I have a Pentium 4 1700 MHz and I run RedHat 7.2. I was able to go through the installation process and Linux is running just fine on my PC. I can log in my machine, start X and everything... But now I want to compile my kernel

Re: mouse pointer got offset -ed (REPOST)

2002-03-21 Thread Ben Logan
On Thu, Mar 21, 2002 at 09:48:51AM -0500, Reuben D Budiardja wrote: Hi For some reason, my mouse pointer got offset-ed in the X windows. What I mean is, when I clicked the mouse, the place that got clicked is not the place pointed by the mouse pointer, but the place left (offset) to the

Different versions of GNOME coexisting in the same network.

2002-03-21 Thread Matthews, John
Hello, I'm trying to understand how I can configure GNOME login scripts to work nicely with different versions of GNOME. My problem is that we have a network consisting of Red Hat 6.2 and Red Hat 7.2 machines. We are using NIS/NFS so that users may log onto any machine and have access

Re: [REDHAT] Re: file server with linux

2002-03-21 Thread Ed Wilts
On Thu, Mar 21, 2002 at 12:47:02PM -0800, Gordon Messmer wrote: Have you looked at XFS on Linux? Using Samba on XFS (or ext3 with ACLs) should give you what you need: http://oss.sgi.com/projects/xfs/ http://oss.sgi.com/projects/xfs/102_installer.html Start with the FAQ and you'll very

Re: Major update on 7.1 disrupts fonts, keyboard.. what the..

2002-03-21 Thread Harry Putnam
Furnish, Trever G [EMAIL PROTECTED] writes: Would one be correct in assuming that you are in some sort of X interface when this problem is evident? For example, an xterm, rxvt, eterm, etc? On a recently updated system I don't see the same problems you do, but I'm accessing it via ssh not

Re: Major update on 7.1 disrupts fonts, keyboard.. what the..

2002-03-21 Thread Harry Putnam
Bill Crawford [EMAIL PROTECTED] writes: [...] Do you know anything about this (from recent log input in /var/log/messages): Mar 20 10:40:35 reader rc.sysinit: \ Setting default font (lat0-sun16): succeeded I think that's the default, but wouldn't swear to it. Is that normal as a

Re: Re: Re: Unable to see SMB Shares from a Win Machine

2002-03-21 Thread George Abdo
I applied the changes: changed the PDC to just the netbios name. I also logged on to my win PC loally using an account with the same name and password as my SAMBA server. I was still unable to connect to the SAMBA share even using \\server\share One problem I have (may have something to do with

Re: [REDHAT] Re: file server with linux

2002-03-21 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ed Wilts wrote: All this leads me back to my original comments - there is lots of work going on, and I'm sure we'll have good ACL support eventually, but today it's not there for most of us. You might get something work that works for you, but

Any command to remove a full directory

2002-03-21 Thread Kjetil Tjensvold
I wonder if there is any command to remove a full directory. = 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

Re: Antivirus gateway

2002-03-21 Thread Cokey de Percin
Gerry Doris wrote: 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

Re: Any command to remove a full directory

2002-03-21 Thread Ed . Greshko
On Fri, 22 Mar 2002, Kjetil Tjensvold wrote: I wonder if there is any command to remove a full directory. Are you looking for rm -rf dirname? ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Any command to remove a full directory

2002-03-21 Thread Statux
rm -r directory More precisely, the -r (recursive) option of rm will recursively remove all matching instances of the file parameters that follow. add the -i option if you don't want things to delete without your permission (interactive mode). man rm for more info :) On Fri, 22 Mar 2002,

Re: mouse pointer got offset -ed (REPOST)

2002-03-21 Thread Jim Cunning
On Thu, 21 Mar 2002, Ben Logan wrote: On Thu, Mar 21, 2002 at 09:48:51AM -0500, Reuben D Budiardja wrote: Hi For some reason, my mouse pointer got offset-ed in the X windows. What I mean is, when I clicked the mouse, the place that got clicked is not the place pointed by the mouse

up2date problem?

2002-03-21 Thread Ceyhun Kirmizitas
Hi there, When I try to up2date -u, then the fallowing error message appears -- Traceback (innermost last): File /usr/sbin/up2date, line 9, in ? import rpm ImportError: librpm-4.0.3.so: cannot open shared object file: No such file or directory

[OT] Opera on Red Hat: voodoo?

2002-03-21 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is almost certainly an Opera issue, not an OS one, but I'm really scratching my head over it, so I'll broaden the scope of the investigation a bit. Here are the facts: - - opera 6.0beta, running fine for weeks on Hobson, a Red Hat 7.2

Re: mouse pointer got offset -ed (REPOST)

2002-03-21 Thread Reuben D Budiardja
On Thursday 21 March 2002 04:51 pm, you wrote: On Thu, Mar 21, 2002 at 09:48:51AM -0500, Reuben D Budiardja wrote: Hi For some reason, my mouse pointer got offset-ed in the X windows. What I mean is, when I clicked the mouse, the place that got clicked is not the place pointed by the

Re: mouse pointer got offset -ed (REPOST)

2002-03-21 Thread Reuben D Budiardja
On Thursday 21 March 2002 06:58 pm, you wrote: On Thu, 21 Mar 2002, Ben Logan wrote: On Thu, Mar 21, 2002 at 09:48:51AM -0500, Reuben D Budiardja wrote: Hi For some reason, my mouse pointer got offset-ed in the X windows. What I mean is, when I clicked the mouse, the place that got

Re: sed regexp help

2002-03-21 Thread Cameron Simpson
On 05:36 21 Mar 2002, David Kramer [EMAIL PROTECTED] wrote: | On Thu, 21 Mar 2002, Nick Wilson wrote: | 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:

Re: Any command to remove a full directory

2002-03-21 Thread Mike Burger
rm -r /path/to/directory On Fri, 22 Mar 2002, Kjetil Tjensvold wrote: I wonder if there is any command to remove a full directory. = Investigating the Norwegain 4.th Secret Service The multiheaded animal. http://hjem.sol.no/altiett/knut_ove_hauge_kuren.html

Re: Re: Re: Unable to see SMB Shares from a Win Machine

2002-03-21 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 22 Mar 2002, George Abdo wrote: I applied the changes: changed the PDC to just the netbios name. I also logged on to my win PC loally using an account with the same name and password as my SAMBA server. I was still unable to connect to the

clue: [OT] Opera on Red Hat: voodoo?

2002-03-21 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Talkington wrote: All copies of this formerly working browser, including fresh ones, suddenly stopped working on only _one_ workstation for all users, while identical copies of these same binaries continue to work fine on another workstation,

Re: Re: Re: Unable to see SMB Shares from a Win Machine

2002-03-21 Thread mike
On Thu, 2002-03-21 at 23:27, George Abdo wrote: I applied the changes: changed the PDC to just the netbios name. I also logged on to my win PC loally using an account with the same name and password as my SAMBA server. I was still unable to connect to the SAMBA share even using

Re: [OT] Opera on Red Hat: voodoo?

2002-03-21 Thread jbinpg
This is almost certainly an Opera issue, not an OS one, but I'm really scratching my head over it, so I'll broaden the scope of the investigation a bit. Here are the facts: - - opera 6.0beta, running fine for weeks on Hobson, a Red Hat 7.2 workstation, suddenly -- mid-session --

Re: [OT] Opera on Red Hat: voodoo?

2002-03-21 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 21 Mar 2002, David Talkington wrote: All copies of this formerly working browser, including fresh ones, suddenly stopped working on only _one_ workstation for all users, while identical copies of these same binaries continue to work fine on

Re: Major update on 7.1 disrupts fonts, keyboard.. what the..

2002-03-21 Thread Bill Crawford
On Thu, 21 Mar 2002, Harry Putnam wrote: Thanks for the tips. I have a hunch this is some basic thing that was changed with the update mentioned in OP, so a little reluctanct to start fussing with settings that have been good for over a year. To be frank, I think you'll find it easier in

Re: [OT] Opera on Red Hat: voodoo?

2002-03-21 Thread Jonathan M. Slivko
On Thu, 2002-03-21 at 20:03, Anthony E. Greene wrote: What about some kind of library problem created by the installation/removal of some other software? I would have to agree here, it's probbably something like that. You might want to run a dependencies search on the rpm and then match it

Re: sed regexp help

2002-03-21 Thread Bill Crawford
On Fri, 22 Mar 2002, Cameron Simpson wrote: On 05:36 21 Mar 2002, David Kramer [EMAIL PROTECTED] wrote: | On Thu, 21 Mar 2002, Nick Wilson wrote: | 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

  1   2   >