Re: OT: MP3 to Wav?

2001-02-20 Thread A Brady
On Wednesday 21 February 2001 01:23, Mikkel L. Ellertson opined: > > Very simple, very effective. Requires only sox and mpg123. > > I like it. May I sugest one improvment? I hate entering two names on > the command line, so I would use something like this... > > -- CUT HERE -- > #!/bin/

RE: Xwindows

2001-02-20 Thread WStorey
I believe all you have to do is run Xconfigurator from the terminal window, after you have set-up X and it checks your configuration you will have an option to start X automatically, choose no to this. I know there is an easier way but done know it.   -Original Message- From: d

Re: Blocking web access

2001-02-20 Thread Mikkel L. Ellertson
On Tue, 20 Feb 2001, Kirk wrote: > Im at a loss, Im trying to block web access to one machine on our local > network using IPCHAINS. This machine still seems to be able to access the > net with a browser. I dont want to block everything, there is some work > software that still needs access along

Re: OT: MP3 to Wav?

2001-02-20 Thread Mikkel L. Ellertson
On Wed, 21 Feb 2001, A Brady wrote: > > I was going to answer this before, was distracted by my 2-year-old, lost > track and deleted the mail. > > Here's a script that I use: > > -- CUT HERE -- > #!/bin/bash > # mp32wav > mpg123 -b 1 -s "$1" | sox -t raw -r 44100 -s -w -c2 - "$2" > ---

Re: OT: MP3 to Wav?

2001-02-20 Thread Mikkel L. Ellertson
On Wed, 21 Feb 2001, Statux wrote: > > > I need to find a simple, command line program to convert MP3 files back > > > to .wav files.  Does anyone have any suggestions? > > > Well, if no-one else has any ideas, about the only thing I can think of > > is to pipe the output of mpg123 through sox to

Re: Uninstalling.

2001-02-20 Thread Dave Wreski
> I'm looking to uninstall RH 7.0 , but I don't have a clue where to > start! Any help would be appreciated. 1. Take disk out of machine 2. Walk outside with it 3. Drop on cement / nearby a large magnet Those would be my choices. The other alternative is to insert a Debian or SuSE CDROM, but th

Re: Charset display corrupting.

2001-02-20 Thread Mike W
I've checked out the FAQ. S3 was mentioned but no solution or workaround was provided as far as I could tell. It did mention using "xvidtune". Is there documentation somewhere on this? Mike W Edward Dekkers wrote: > > > I've noticed something strange. If I'm logged in for awhile, and it > m

Re: Uninstalling.

2001-02-20 Thread Statux
Are you talking, like, remove 7.0 that you put over 6.2, etc, or just pulling RH off yer system for good. 1) In the former case, this isn't MS Windows. 2) In the latter case, just overwrite the disk with something else. There isn't, last I checked, a concept of uninstalling a distro with UNIX sy

RE: run-parts

2001-02-20 Thread Mobeen Azhar
Thanks for the reply, Chris. Yes, my run-parts is also in /usr/bin and came from crontabs-1.8-1. I changed the script from: " #!/bin/bash # run-parts - concept taken from Debian # keep going when something fails set +e if [ $# -lt 1 ]; then echo "Usage: run-parts " exit 1 fi if [

Re: Charset display corrupting.

2001-02-20 Thread Edward Dekkers
Is is a Trio? If it is - the answer is here: http://www.xfree86.org/FAQ/#Trio3D2X If not, I'm sorry - I'm lost too. -- Edward Dekkers (Director) Triple D Computer Services Pty. Ltd. 822 Rowley Road Oakford W.A. 6121 +61 8 9397-1040 ABN: 33 635 238 024 ___

Re: OT: MP3 to Wav?

2001-02-20 Thread A Brady
On Tuesday 20 February 2001 23:46, Mikkel L. Ellertson opined: > On Tue, 20 Feb 2001, Stephen Hargrove wrote: > > I need to find a simple, command line program to convert MP3 files > > back to .wav files.  Does anyone have any suggestions? > > Well, if no-one else has any ideas, about the only th

Re: Xwindows

2001-02-20 Thread Statux
> One more thing... don't post to the list in html format... it wastes > bandwidth and many people won't see your posts (like me except I am > testing my procmail filter after making some changes). His mail didn't come through as HTML.. just MIME encoded which pine took care of without a problem.

Uninstalling.

2001-02-20 Thread Ben Hawkes
Hi, I'm looking to uninstall RH 7.0 , but I don't have a clue where to start! Any help would be appreciated. Ben Hawkes http://www16.brinkster.com/staind/ ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/re

Re: run-parts

2001-02-20 Thread Chris Watt
At 03:49 PM 2/20/01 -0600, Moby wrote: >run-parts still do not complete. Does someone know where I can get a fresh >copy of run-parts to re-install on my system? Hmm. . . $ which run-parts /usr/bin/run-parts $ rpm -qf /usr/bin/run-parts crontabs-1.8-1 So if your system is like mine, you should

Re: RH 7 and ASUS A7V

2001-02-20 Thread Chris Watt
At 02:02 PM 2/20/01 +0100, Roman Martonak wrote: >Does anybody know whether RH 7 would install out of the box on a machine >with Athlon and ASUS A7V motherboard ? If not, are there some tricks for >installation ? It "installs" out of the box, yes, but by default it fails to recognize th

Re: Xwindows

2001-02-20 Thread Statux
change the runlevel from 5 to 3 :) as root, edit /etc/inittab near the beginning, there's a line that prolly looks something like: id:5:initdefault: change the 5 to a 3 so it reads id:3:initdefault: Reboot. Should work good. :) On Tue, 20 Feb 2001, drdos wrote: > I just install Red Hat

Re: OT: MP3 to Wav?

2001-02-20 Thread Statux
> > I need to find a simple, command line program to convert MP3 files back > > to .wav files.  Does anyone have any suggestions? > Well, if no-one else has any ideas, about the only thing I can think of > is to pipe the output of mpg123 through sox to convert it to a .wav > file. You should be

Re: swap partitions

2001-02-20 Thread RaghuNath L
just go www.pcquest.com/linux read the article ble gopi garge on performence tuneing. he say s putting swap ad hda1 increses the performence and it's tried by my i agree with it. "Mikkel L. Ellertson" wrote: > On Sun, 18 Feb 2001, mjs wrote: > > > would my system run better if I had 2 swap par

Re: Memory management 2GB not enough ?

2001-02-20 Thread RaghuNath L
thanks Mikkel , I would recomend this to every body who has good amount of memory (incresing the shared memory) and concerned about performence. "Mikkel L. Ellertson" wrote: > On Tue, 20 Feb 2001, RaghuNath L wrote: > > > Hi, > > > > I am running on redhat 6.2 with 2.2.18 kernel , > > > > i ha

Re: xdm default kde

2001-02-20 Thread RaghuNath L
put kdm as preferd in /etc/X11/prefdm and og to init 5 see what happens please put solved post once you solve it. -- Regards ph:5099025 RaghuNath L pager:9624395369 WSS-Team,Texas Instruments India. You have to live on the edge of reality - to ma

Re: OT: MP3 to Wav?

2001-02-20 Thread Mikkel L. Ellertson
On Tue, 20 Feb 2001, Stephen Hargrove wrote: > I need to find a simple, command line program to convert MP3 files back > to .wav files.  Does anyone have any suggestions? > > Thanks! > -- > Steve > Well, if no-one else has any ideas, about the only thing I can think of is to pipe the output of mp

Another localization question

2001-02-20 Thread James Zuelow
As long as localization is on everyone's mind, I've got another question that is hopefully a no-brainer (I can't find the right FM to read). When I print from X, using Star Office or gedit, everything is formatted correctly for US Letter paper size. However if I try lpr random.file from a consol

OT: MP3 to Wav?

2001-02-20 Thread Stephen Hargrove
I need to find a simple, command line program to convert MP3 files back to .wav files.  Does anyone have any suggestions? Thanks! -- Steve ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: stealth scan?

2001-02-20 Thread Brian Ashe
Hi Leonard, LdO> What is this? Some kind of stealth scan? I've seen a couple of these in the LdO> last few days (same offender, same ports). LdO> Feb 20 21:21:30 firewall kernel: Packet log: i_e1_udp ACCEPT eth1 PROTO=17 LdO> 213.93.106.142:5881 213.93.11.73:5882 L=29 S=0x00 I=53280 F=0x T=

Xwindows

2001-02-20 Thread drdos
I just install  Red Hat 6, I would like to know how that I can get Xwindows to stop loading when the system is reboot were I can have the Text screen back...   Thanks Matt

Re: Xwindows

2001-02-20 Thread chuck
On Tue, 20 Feb 2001, drdos spewed into the bitstream: d>I just install Red Hat 6, I would like to know how that I can get d>Xwindows to stop loading when the system is reboot were I can have d>the Text screen back... In the file /etc/inittab change this line: id:5:initdefault: to this: id:3:i

Re: online sysadmin book?

2001-02-20 Thread chuck
On Tue, 20 Feb 2001, Dave Wreski spewed into the bitstream: DW> DW>> Have you looked at the LDP's Linux System Administrator's Guide (SAG) DW>> ? It's not the most up-to-date DW>> document out there, but it is comprehensive and available in multiple DW>> forma

Re: online sysadmin book?

2001-02-20 Thread Dave Wreski
> Have you looked at the LDP's Linux System Administrator's Guide (SAG) > ? It's not the most up-to-date > document out there, but it is comprehensive and available in multiple > formats. Yes, actually, I meant to mention that it's not (or at least wasn't) an

Re: Cable connection ...

2001-02-20 Thread Dominic Mitchell
Thanks Mikkel, This did fix the problem. Cheers, Dominic. "Mikkel L. Ellertson" <[EMAIL PROTECTED]> writes: > In /etc/modules.conf or /etc/conf.modules, you need to add an entry > alias eth0 ne2k-pci -- Dominic Mitchell Email: [EMAIL PROTECTED] Department of Economics

Re: xdm default kde

2001-02-20 Thread Hidong Kim
Hi, John and Mikkel, Yes, I'm getting a kdm login screen now. All I need is to be able to log in to kde 2. Thanks, Hidong "Mikkel L. Ellertson" wrote: > > On Tue, 20 Feb 2001, John Weber wrote: > > > > > from my RH7.0... > > > > > > # cat /etc/sysconfig/desktop > > DESKTOP="GNOME" > >

Re: online sysadmin book?

2001-02-20 Thread Anthony E . Greene
On Tue, 20 Feb 2001 21:13:52 Dave Wreski wrote: >Some time ago I recall a training company putting online one of their >Linux sysadmin books, but now can't find it. > >IIRC, it was pretty comprehensive, contained a pretty thorough discussion >of topics, was multiple (html?) files, and pretty large

Re: xdm default kde

2001-02-20 Thread Robert Reyes
have you tried to save the session when you logged out?i didn't have a problem like yours when i installed rh7.0, all i did was to specify what type to use and it will be the default everytime i start an x session, actually, i kinda toyed with each one of them =). try saving it when you log out.

online sysadmin book?

2001-02-20 Thread Dave Wreski
Hi all, Some time ago I recall a training company putting online one of their Linux sysadmin books, but now can't find it. IIRC, it was pretty comprehensive, contained a pretty thorough discussion of topics, was multiple (html?) files, and pretty large... Might anyone know where to find it? Th

Re: xdm default kde

2001-02-20 Thread Hidong Kim
Yes, I know about selecting the session type in the kdm login window. My problem is that I used switchdesk to change to kde 2 from kde 1. But when I reboot, I still log in to kde 1, not kde 2. How do I make the change to kde 2 permanent? Thanks, Hidong "Anthony E . Greene" wrote: > >

perl 5.6 for RH 6.2

2001-02-20 Thread Rob Saul
Can some kind soul point me to an rpm of perl 5.6 for RH 6.2? So far the only one I've found that will admit to installing on RH 6.2 is from Active State. (installs into /usr/local/ActivePerl-5.6) I'd prefer to update the already installed verion. Thanks, ~Rob _

Re: xdm default kde

2001-02-20 Thread Anthony E . Greene
On Tue, 20 Feb 2001 20:11:14 Hidong Kim wrote: >Yes, I'm getting a kdm login screen now. All I need is to be able to >log in to kde 2. Thanks, You don;t need a kdm login to get a KDE desktop. On the kdm/gdm login screen there is an option to select the desktop you want. In gdm it's the "Session

Re: BIND/DNS question

2001-02-20 Thread Michael Burger
Did you also give the registrar the IP of that server? On Wed, 21 Feb 2001 05:40:36 +0800 (SGT), Ditesh Kumar wrote: >> No. It helps when you try and do revers DNS lookups, but reverse DNS >> doesn't even need to point to your domain name. > >Hmmm, okay - let me explain further about my problem

Re: how to set system locale?

2001-02-20 Thread Trond Eivind Glomsrød
Rob Saul <[EMAIL PROTECTED]> writes: > Trond Eivind Glomsrød wrote: > > > > > You have both glibc and glibc-common installed? > > > > > > rpm says: > > > > > > glibc-2.2-12 > > > compat-glibc-6.2-2.1.3.2 > > > glibc-devel-2.2-12 > > > glibc-profile-2.2-12 > > > > > > noth

Re: how to set system locale?

2001-02-20 Thread Rob Saul
[EMAIL PROTECTED] pronounced: > > RS>> You have both glibc and glibc-common installed? > RS> > RS>rpm says: > RS> > RS> glibc-2.2-12 > RS> compat-glibc-6.2-2.1.3.2 > RS> glibc-devel-2.2-12 > RS> glibc-profile-2.2-12 > RS> > RS>nothing like glibc-common, though. Perhaps we > RS>h

Re: More than 1 account in Netscape

2001-02-20 Thread Anthony E . Greene
On Tue, 20 Feb 2001 09:26:18 John Aldrich wrote: >On Tue, 20 Feb 2001, you wrote: >> On Mon, 19 Feb 2001 12:21:09 Hidong Kim wrote: >> >If you want to access multiple pop3 on a Linux desktop, you can use >> >kmail. >> >> If you're a GNOME user, try Balsa >> >Note: KDE app

Re: xdm default kde

2001-02-20 Thread Mikkel L. Ellertson
On Tue, 20 Feb 2001, Hidong Kim wrote: > Hi, Mikkel and Robert, > > switchdesk changed the desktop to kde 2. But when I rebooted the > machine, it went back to the gdm login screen, and kde 1. How do I make > kde 2 permanent? Also, I don't have a /etc/sysconfig/desktop on this > 7.0 machine.

Re: xdm default kde

2001-02-20 Thread Mikkel L. Ellertson
On Tue, 20 Feb 2001, John Weber wrote: > > from my RH7.0... > > > # cat /etc/sysconfig/desktop > DESKTOP="GNOME" > > Ok, change it to: echo DESKTOP=\"KDE\" > /etc/sysconfig/desktop ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat

ndc - Bind 9

2001-02-20 Thread NDSoftware
Hi, Why i have this: [root@ns207 /root]# /usr/sbin/ndc stats ndc: error: ctl_client: evConnect(fd 3): connexion refused ndc: error: cannot connect to command channel (/var/run/ndc) I have Bind 9. When i have Bind 8 i haven't no problem ! Nicolas DEFFAYET, NDSoftware http://www.ndsoftware.net -

Re: E-Mail question

2001-02-20 Thread gerry
Always looking for good procmail recipes I couldn't resist this one from Chuck. However, when I cut and pasted it into my procmailrc file it generated lots of errors but to my great surprise it actually worked. If you check out what word wrapping did you will easily see why it had problems. The

Re: how to set system locale?

2001-02-20 Thread Rob Saul
Trond Eivind Glomsrød wrote: > > > You have both glibc and glibc-common installed? > > > > rpm says: > > > > glibc-2.2-12 > > compat-glibc-6.2-2.1.3.2 > > glibc-devel-2.2-12 > > glibc-profile-2.2-12 > > > > nothing like glibc-common, though. Perhaps we > > have a candida

Blocking web access

2001-02-20 Thread Kirk
Im at a loss, Im trying to block web access to one machine on our local network using IPCHAINS. This machine still seems to be able to access the net with a browser. I dont want to block everything, there is some work software that still needs access along with email and such, just block port 80.

Re: how to set system locale?

2001-02-20 Thread Trond Eivind Glomsrød
Rob Saul <[EMAIL PROTECTED]> writes: > Trond Eivind Glomsrød asked: > > > > > > What's the output of "locale"? > > 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_ADD

Re: how to set system locale?

2001-02-20 Thread Statux
> /etc/sysconfig/i18n Is that an RH7.0 thing? I don't have that on my system :) ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Multiple Virtual Hosts

2001-02-20 Thread Frank Reichenbacher
As far as I can tell I speak with the outside world just fine. I'm not running named on the box, but it works letting me and the other boxes on the local net talk outside of it. I can browse the www.mydomain.com from within and outside of my LAN. I have ipchains running through xinetd, but I don'

Re: xdm default kde

2001-02-20 Thread John Weber
from my RH7.0... # cat /etc/sysconfig/desktop DESKTOP="GNOME" -- John S. Weber System Administrator Center for Computational Mathematics University of Colorado at Denver Phone: (303)556-5394 Fax: (303)556-8550 [EMAIL PROTECTED] http://www-math.cudenver.edu/~jweber On Tue, 20 Feb 2001, Mikk

Re: What do these log entries mean?

2001-02-20 Thread chuck
On Tue, 20 Feb 2001, Ed Lazor spewed into the bitstream: EL>I'm seeing a lot of this in the logs for my dns server. Anyone know what EL>it means? EL> EL> EL>Feb 20 12:54:58 arcane named[1090]: Lame server on EL>'101.135.116.213.in-addr.arpa' (in '135.116.213.in-addr.arpa'?): EL>[153.39.194.10

Re: how to set system locale?

2001-02-20 Thread Trond Eivind Glomsrød
Statux <[EMAIL PROTECTED]> writes: > Well I still don't have it. I'm using 6.2 :) Obsolete:) The reason for that is that we AFAIR didn't create the file for US installs before now. -- Trond Eivind Glomsrød Red Hat, Inc. ___ Redhat-list mailing li

Re: how to set system locale?

2001-02-20 Thread Statux
Well I still don't have it. I'm using 6.2 :) In fact.. I've never seen it on any of the RH installs I've done. I've used 5.1, 6.0, and now 6.2 and I never remember seeing that file.. and I know that directory well. looking around with locate I see that I have all the share data for i18n but not t

FTP through Firewall

2001-02-20 Thread Tanner, Robby
Strange, it works with ACTIVE transfers quite nicely. Passive transfers are failing. Rob > -Original Message- > From: Tanner, Robby [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 20, 2001 5:03 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Redhat-list digest, Vol 1 #1116 - 17 msgs

Re: how to set system locale?

2001-02-20 Thread Rob Saul
Thanks for the suggestion, but it exists and has what looks like the correct info in it, en_US. Could this info not be getting propagated correctly? and if it isn't, how do I fix it? A little looking around and querying: rpm -q -f /usr/lib/locale/en_US/LC_ADDRESS has result: file /usr/lib

Re: how to set system locale?

2001-02-20 Thread Trond Eivind Glomsrød
Statux <[EMAIL PROTECTED]> writes: > > /etc/sysconfig/i18n > > Is that an RH7.0 thing? No. It's been around for some time, although I don't remember exactly when it was introduced. -- Trond Eivind Glomsrød Red Hat, Inc. ___ Redhat-list mailing li

Re: how to set system locale?

2001-02-20 Thread Trond Eivind Glomsrød
Rob Saul <[EMAIL PROTECTED]> writes: > Thanks for the suggestion, but it exists and > has what looks like the correct info in it, > en_US. Could this info not be getting propagated > correctly? and if it isn't, how do I fix it? What's the output of "locale"? > which seems some what odd to me.

Re: What do these log entries mean?

2001-02-20 Thread Rob Saul
"Michael R. Jinks" wrote: > > Not necessarily. I believe that it actually means the DNS server isn't > advertising itself as authoritative for the domain even though it should > be according to the root servers. I could quite possibly be wrong here, > somebody please chime in if I am, but I d

Re: What do these log entries mean?

2001-02-20 Thread Leonard den Ottolander
Hi Michael, > Not necessarily. > > It means they're running an NT server. > > (sorry, couldn't resist) > > > Feb 20 12:54:58 arcane named[1090]: Lame server on > > > '101.135.116.213.in-addr.arpa' (in '135.116.213.in-addr.arpa'?): You spoil the joke. I actually laughed :-).

Re: xdm default kde

2001-02-20 Thread Hidong Kim
Hi, Mikkel and Robert, switchdesk changed the desktop to kde 2. But when I rebooted the machine, it went back to the gdm login screen, and kde 1. How do I make kde 2 permanent? Also, I don't have a /etc/sysconfig/desktop on this 7.0 machine. Could you send me yours? Thanks, Hidong "

RE: Redhat-list digest, Vol 1 #1116 - 17 msgs

2001-02-20 Thread Tanner, Robby
Good idea. Thanks. > -Original Message- > From: Bob Glover [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 20, 2001 3:49 PM > To: [EMAIL PROTECTED] > Subject: Re: Redhat-list digest, Vol 1 #1116 - 17 msgs > > > Maybe you should see what rule #13 in the input chain is. From your >

Re: how to set system locale?

2001-02-20 Thread chuck
On Tue, 20 Feb 2001, Rob Saul spewed into the bitstream: RS> RS> RS>Trond Eivind Glomsrød asked: RS>> RS>> RS>> What's the output of "locale"? RS> RS>LANG=en_US RS>LC_CTYPE="en_US" RS>LC_NUMERIC="en_US" RS>LC_TIME="en_US" RS>LC_COLLATE="en_US" RS>LC_MONETARY="en_US" RS>LC_MESSAGES="en_US" RS>LC

Re: BIND/DNS question

2001-02-20 Thread Ditesh Kumar
> No. It helps when you try and do revers DNS lookups, but reverse DNS > doesn't even need to point to your domain name. Hmmm, okay - let me explain further about my problem. When I try to change the authoritative nameserver for my domains (which were registered at different registrars), I get

Re: Redhat-list digest, Vol 1 #1116 - 17 msgs

2001-02-20 Thread Bob Glover
Maybe you should see what rule #13 in the input chain is. From your original message: > Feb 19 17:46:18 weisktsv03 kernel: Packet log: input DENY lo PROTO=1 *^ The input chain > 24.68.176.193:3 24.68.176.193:1 L=132 S=0xC0 I=4058 F=0x T=25

run-parts

2001-02-20 Thread Moby
For some reason, scripts being run by run-parts no longer seem to complete since I upgraded to the latest version of visie-cron. Since then, I have downgraded to my previous version of visie-cron, but scripts run by run-parts still do not complete. Does someone know where I can get a fresh copy

Re: Older than

2001-02-20 Thread rpjday
On Tue, 20 Feb 2001, Kevin Wood wrote: > The file's creation date would be the issue here. Essentially, if I were > to copy a file to a directory, it will get a creation date at this > time. 30 days from now, I would like that file moved. Which > option/command sounds the most useful for this

stealth scan?

2001-02-20 Thread Leonard den Ottolander
Hi everybody! What is this? Some kind of stealth scan? I've seen a couple of these in the last few days (same offender, same ports). Feb 20 21:21:30 firewall kernel: Packet log: i_e1_udp ACCEPT eth1 PROTO=17 213.93.106.142:5881 213.93.11.73:5882 L=29 S=0x00 I=53280 F=0x T=

RE: Multiple Virtual Hosts

2001-02-20 Thread Warren Melnick
I think you missed my point. You say that box has one outside IP and several inside IPs. Is it on the network boundry or is something forwarding www.mydomain.com to that box? Asked another way, if you type /sbin/ifconfig is one of the IPs that comes up the one that is www.mydomain.com? ---

Re: Wrong idle output from top

2001-02-20 Thread Michael Blandford
> >On Feb 15, 16:46, Michael Blandford wrote: > > Subject: Wrong idle output from top > > Hello, > > > > I have a machine that has output from top that looks like: > > > > 119 processes: 87 sleeping, 16 running, 6 zombie, 10 stopped > > CPU states: 123.9% user, 73.4% system, 0.0% nice, 425146.8%

Re: What do these log entries mean?

2001-02-20 Thread Michael R. Jinks
Not necessarily. I believe that it actually means the DNS server isn't advertising itself as authoritative for the domain even though it should be according to the root servers. I could quite possibly be wrong here, somebody please chime in if I am, but I do know that the error has nothing to do

Re: how to set system locale?

2001-02-20 Thread Rob Saul
Trond Eivind Glomsrød asked: > > > What's the output of "locale"? 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_IDENTI

What do these log entries mean?

2001-02-20 Thread Ed Lazor
I'm seeing a lot of this in the logs for my dns server. Anyone know what it means? Feb 20 12:54:58 arcane named[1090]: Lame server on '101.135.116.213.in-addr.arpa' (in '135.116.213.in-addr.arpa'?): [153.39.194.10].53 'dialdns1.uu.net' Feb 20 12:54:58 arcane named[1090]: Lame server on '101

Re: help - being hacked, what should I do?

2001-02-20 Thread Ed Lazor
The hacked system had RedHat 6.1 on it At 05:33 PM 1/4/2000 -0500, you wrote: >you can try to find out where they telneted from and maybe how from the >/var/log/messages, then backup all important stuff and reinstall. BTW, >what version of redhat are you using? > > >On Fri, 16 Feb 2001, Ed Lazor

how to set system locale?

2001-02-20 Thread Rob Saul
I'm not sure how, but my system local isn't set. It defaults to 'C'. I tried locale_config, but it didn't help. Among other things, this is giving Perl heartburn: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGU

Re: how to set system locale?

2001-02-20 Thread Trond Eivind Glomsrød
Rob Saul <[EMAIL PROTECTED]> writes: > I'm not sure how, but my system local isn't > set. It defaults to 'C'. I tried locale_config, > but it didn't help. /etc/sysconfig/i18n -- Trond Eivind Glomsrød Red Hat, Inc. ___ Redhat-list mailing list [E

Re: What do these log entries mean?

2001-02-20 Thread Rob Saul
It means they're running an NT server. (sorry, couldn't resist) Ed Lazor wrote: > > I'm seeing a lot of this in the logs for my dns server. Anyone know what > it means? > > Feb 20 12:54:58 arcane named[1090]: Lame server on > '101.135.116.213.in-addr.arpa' (in '135.116.213.in-addr.arpa'?): >

Re: Older than

2001-02-20 Thread Mikkel L. Ellertson
On Tue, 20 Feb 2001, Kevin Wood wrote: > The file's creation date would be the issue here. Essentially, if I were > to copy a file to a directory, it will get a creation date at this > time. 30 days from now, I would like that file moved. Which > option/command sounds the most useful for this

Re: RH7 and ASUS A7V

2001-02-20 Thread Jim Myracle
It installed on mine, with a 1ghz AMD. I had to disable PNP in the bios to get it to see my network card and my sound card. Good luck Jim - Original Message - From: "Roman Martonak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 20, 2001 8:14 AM Subject: RH7 and ASUS

Re: What do these log entries mean?

2001-02-20 Thread chuck
On Tue, 20 Feb 2001, Ed Lazor spewed into the bitstream: EL> EL>> EL>>http://www.nominum.com/resources/faqs/bind-faq.html#lameserver EL>> EL>>If you do not want to see these in your logs add these lines to your EL>>/etc/named.conf file: EL>> EL>>logging { EL>> category lame-server

Re: What do these log entries mean?

2001-02-20 Thread Michael R. Jinks
Leonard den Ottolander wrote: > You spoil the joke. I actually laughed :-). I know, I know. It's my tragic flaw. Well, one of them. I laughed too, in case it matters. Oh, yeah: ;) -- Michael Jinks, IB // Technical Entity // Saecos Corporation ___

Re: What do these log entries mean?

2001-02-20 Thread Ed Lazor
> >http://www.nominum.com/resources/faqs/bind-faq.html#lameserver > >If you do not want to see these in your logs add these lines to your >/etc/named.conf file: > >logging { > category lame-servers { null; }; > }; Perfect Answer! Thanks Chuck! =) -Ed __

Re: Older than

2001-02-20 Thread Wayne Stout
Here's a korn shell script that I use on my fax server to cleanup the files in the working dir. It removes any files older than 2 days. (We do a lot of faxing :) ) You'll need to tweak it a bit, but this works for me. #!/bin/ksh # # cleanup.sh Daily cleanup of fax system directories # cd /wrk/f

Re: Older than

2001-02-20 Thread Kevin Wood
The file's creation date would be the issue here. Essentially, if I were to copy a file to a directory, it will get a creation date at this time. 30 days from now, I would like that file moved. Which option/command sounds the most useful for this situation? Thanks Kevin Wood On Tue, 20 Feb

Re: BIND/DNS question

2001-02-20 Thread Mike Burger
No...you are authoritative for your domain as long as you've got your DNS server configured to answer for it, and you've registered your DNS server with a registrar to answer for that domain. If your ISP delegates authority to your server for your in-addr.arpa, then you become authoritative for y

Re: BIND/DNS question

2001-02-20 Thread Mikkel L. Ellertson
On Wed, 21 Feb 2001, Ditesh Kumar wrote: > > No. It helps when you try and do revers DNS lookups, but reverse DNS > > doesn't even need to point to your domain name. > > Hmmm, okay - let me explain further about my problem. When I try to > change the authoritative nameserver for my domains (whic

Re: BIND/DNS question

2001-02-20 Thread Mikkel L. Ellertson
On Wed, 21 Feb 2001, Ditesh Kumar wrote: > Hello all, > > I have successfully setup BIND but have the following question: > > In order for my DNS server to serve as authoritative for a domain, does > its (the DNS server) in-arpa have to be setup properly too? In other > words, I have to get my IS

Re: Older than

2001-02-20 Thread rpjday
On Tue, 20 Feb 2001, Mikkel L. Ellertson wrote: > On Tue, 20 Feb 2001, Kevin Wood wrote: > > > Hey there, > > > > I was wondering if anyone knew of a good command that would help me > > determine if a file was older than a specified date. The reason I need > > this is that I am doing some botche

Re: lpd error

2001-02-20 Thread Statux
> Feb 20 00:15:43 cyrix lpd[30728]: cannot execv /var/spool/lpd/lp/filter > Feb 20 00:15:43 cyrix lpd[30727]: lp: job could not be printed Make sure your filter file looks like this, with root:root ownership and 755 permissions (at least that's how mine is). -rwxr-xr-x1 root root

Re: Older than

2001-02-20 Thread Mikkel L. Ellertson
On Tue, 20 Feb 2001, Kevin Wood wrote: > Hey there, > > I was wondering if anyone knew of a good command that would help me > determine if a file was older than a specified date. The reason I need > this is that I am doing some botched versioning control and I need to move > files that are dated

BIND/DNS question

2001-02-20 Thread Ditesh Kumar
Hello all, I have successfully setup BIND but have the following question: In order for my DNS server to serve as authoritative for a domain, does its (the DNS server) in-arpa have to be setup properly too? In other words, I have to get my ISP to properly in-arpa the IP address so that my DNS se

Older than

2001-02-20 Thread Kevin Wood
Hey there, I was wondering if anyone knew of a good command that would help me determine if a file was older than a specified date. The reason I need this is that I am doing some botched versioning control and I need to move files that are dated older than 30 days off to another directory. Does

Re: TCP/IP connection

2001-02-20 Thread Mikkel L. Ellertson
On Tue, 20 Feb 2001, Simone Lucarelli wrote: [snip] > > So do i... > I tried to install additional rules, such as: > > ipchains -A input -s xxx.xxx.xx.x -d xxx.xxx.xxx.xxx 1433 -p > udp -j ACCEPT > ipchains -A input -s xxx.xxx.xx.x -d xxx.xxx.xxx.xxx 1433 -p > tcp -j ACCEPT > > but it still doesn'

my mount points vanished after the compile of 2.4.1

2001-02-20 Thread Francois Massonneau
Hello, I'm new to that mailing list, but when I checked in the archive, I didn't find the answer to my problems. I 've installed Redhad 7.0, with kernel 2.2.16, then I upgraded the kernel to 2.2.18. Yesterday I tried to upgrade to kernel 2.4.1, but the result is not the one I expected. ;-( First,

Re: mkstats download

2001-02-20 Thread chuck
On Tue, 20 Feb 2001, Leonard den Ottolander spewed into the bitstream: LdO>Hi Chuck, LdO> LdO>> Why not use webalizer? It works fine, looks nice, and the price is LdO>> right! LdO> LdO> Where would I get webalizer? Freshmeat? Homepage? Thanx. http://www.webalizer.org/ -- Chuck Mead,

Re: mkstats download

2001-02-20 Thread Leonard den Ottolander
Hi Chuck, > Why not use webalizer? It works fine, looks nice, and the price is > right! Where would I get webalizer? Freshmeat? Homepage? Thanx. Bye, Leonard. ___

reiserfs + kernel-2.2.17-14

2001-02-20 Thread Matt Stevenson
Hi, has anyone got reiserfs to patch on the new RedHat released kernel packages 2.2.17-14? I'm trying to apply the linux-2.2.17-reiserfs-3.5.28.patch file to the RedHat kernel source and it fails on most of the hunks it tries to patch. This is on RedHat 6.2 by the way. Now I'd just go and c

RH 7 and ASUS A7V

2001-02-20 Thread Roman Martonak
Does anybody know whether RH 7 would install out of the box on a machine with Athlon and ASUS A7V motherboard ? If not, are there some tricks for installation ? Many thanks in advance, Roman Martonak. -- Dr. Roman Martonak Department of Phy

Re: Multiple Virtual Hosts

2001-02-20 Thread Frank Reichenbacher
Yeah the trailing slash is something I saw in an outdated how-to somewhere. Removing it has no effect on the problem, or anything else for that matter. Frank Reichenbacher - Original Message - From: "Tomás García Ferrari" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, Februar

Re: Ip masq clients not able to use squid proxy

2001-02-20 Thread Leonard den Ottolander
Hello Raul, > but my problem is that my ip > masq clients are not able to browse the internet > if they have set their browsers to use the > squid proxy. I guess you have to insert a rule before the masquerading rule to allow traffic to the proxy port. Assuming

Re: Curious Log Entries

2001-02-20 Thread Mikkel L. Ellertson
On Tue, 20 Feb 2001, Leonard den Ottolander wrote: > Hi Mikkel, Robby, > > > > Feb 19 17:46:18 weisktsv03 kernel: Packet log: input DENY lo PROTO=1 > > > 24.68.176.193:3 24.68.176.193:1 L=132 S=0xC0 I=4058 F=0x T=255 (#13) > > > > > > What could be wrong? Why is 24.68.176.193 t

  1   2   >