Re: logo keys

2001-04-29 Thread Bret Hughes
"Mike A. Harris" wrote: > Hope this proves more useful than did "yes". ;o) > > Don't worry, I'm very very far from Redmond, never been there, > never will. ;o) > > Good luck. > TTYL Mike- I could not resist. I figured it was somthing like that since your posts are usually quite helpful and o

Re: Redhat 7.1 hardware problem

2001-04-29 Thread Mike A. Harris
On Thu, 19 Apr 2001, Nimrod Perez wrote: >Date: Thu, 19 Apr 2001 21:19:18 +0200 >From: Nimrod Perez <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Content-Type: multipart/alternative; > boundary="=_NextPart_000_0007_01C0C916.64BC0100" >List-Id: General Red Hat discussion list >Subject: Re

Re: Segmentation Fault as user only

2001-04-29 Thread Matthew Melvin
On Sun, 29 Apr 2001 at 8:21pm (-0600), Otto Lenz wrote: > Matthew, > Thanks for the suggestions. I'm not sure what 'suid' means - I thought 'su' > was 'substitute user'. > But, I did find out what 'strace' was and I tried running it under or > through 'strace' - which was interesting (and I'm su

login problem

2001-04-29 Thread Avi Aumick
For some strange reason I am unable to login on my client. I am running NIS. The following is what is reported in the message file. gdm(pam_unix)[1036]: authentication failure; logname= uid=0 euid=0 tty=:0 ruser= rhost= login(pam_unix)[1167]: authentication failure; logname=LOGIN uid=0 euid=0 tt

Re: Python

2001-04-29 Thread Trond Eivind Glomsrød
JASON W ELLIOT <[EMAIL PROTECTED]> writes: > What version of Python is on RH7.1? 1.5.2 in the main dist, 2.0 on powertools - we couldn't switch in the main distro as they aren't binary compatible (modules break, some (arguably broken) python code). -- Trond Eivind Glomsrød Red Hat, Inc. ___

Re: logo keys

2001-04-29 Thread Mike A. Harris
On Fri, 27 Apr 2001, Bret Hughes wrote: >Date: Fri, 27 Apr 2001 20:06:21 -0500 >From: Bret Hughes <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Content-Type: text/plain; charset=us-ascii >List-Id: General Red Hat discussion list >Subject: Re: logo keys > >"Mike A. Harris" wrote: > >> On Fri, 27 Ap

Re: telnet - port 24

2001-04-29 Thread Ted Gervais
Hi Mike.. Thanks for the note on the telnet stuff etc.. versus using ssh clients. Won't work for what I need to do. What I am after is to have one of my telnet ports used for people to telnet to an amateur radio node. You need to use normal telnet for that and by default people assume port

Re: sendmail and port 25 blocked in 7.1? can't use sendmail -resolved

2001-04-29 Thread Terry Williams
kewl that did it thank you - Original Message - From: "Gustav Schaffter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 28, 2001 2:01 AM Subject: Re: sendmail and port 25 blocked in 7.1? can't use sendmail > Terry, > > Try adding > > sendmail: 127.0.0.1 10.0.0.0/255.

Re: telnet - port 24

2001-04-29 Thread Mike A. Harris
On Sun, 29 Apr 2001, Ted Gervais wrote: >> Telnet is run under xinetd.d not services, so what I guess I would had done >> is in /etc/xinetd.d/ dir made a copy of telnet to telnet2 and just edit >> telnet2 for your port to use. Then disable telnet and enable telnet2, then >> restart xinetd. > >Hi

Re: Segmentation Fault as user only

2001-04-29 Thread Otto Lenz
Thanks Mike for the suggestions. I tried it several ways - reboot and login as 'olenz'; reboot and login as 'root'. In each case 'startx' after login. Same results - as root, runs fine; as 'olenz', Not. Checked permissions and played with '#chmod 4555 Maelstrom' to try it both ways. This change

Re: telnet - port 24

2001-04-29 Thread Ted Gervais
Hi Mike. Thanks for the note and suggestion. But with the help of another good guy, we found the problem. Look below where I have the arrow. I have 'service telnet' rather than 'service telnet2'.. Gr.. > > Just so I can have someone else see what I did - Here is what my > > /etc/xi

Re: telnet - port 24

2001-04-29 Thread Ted Gervais
On Sunday 29 April 2001 05:05 pm, you wrote: > On Sunday 29 April 2001 01:53, you babbled something about: > > Hi Mike. And thanks again for that thought on running 'service xinetd > > restart".. > > > > I didn't know about that one but ran it and tried to telnet in again with > > no luck. > > >

Re: Python

2001-04-29 Thread JASON W ELLIOT
Thanks On Sun, 29 Apr 2001, John Aldrich wrote: > On Sunday 29 April 2001 09:00 pm, you wrote: > > What version of Python is on RH7.1? > > > rpm -q reports python-1.5.2-30 > John > > > > ___ > Redhat-list mailing list > [EMAIL PROTECTED] > https:

Re: Server failure

2001-04-29 Thread scott.list
David et.al.: I'm normally running 97% idle, hopefully I'm not hitting the ceiling, maybe I am. Top is the only thing I know to use to monitor memory, processes, etc. Can you/anyone recommend something I can run to check such items besides top? It's not very friendly to capturing to text files

Re: Python

2001-04-29 Thread John Aldrich
On Sunday 29 April 2001 09:00 pm, you wrote: > What version of Python is on RH7.1? > rpm -q reports python-1.5.2-30 John ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Python

2001-04-29 Thread JASON W ELLIOT
What version of Python is on RH7.1? -- Jason W. Elliot Dept. of Mathematics, University of CO at Denver http://www-math.cudenver.edu/~jelliot ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Can't see directory via ftp

2001-04-29 Thread John Haywood
I'm running proftp latest on my office server, and all was well until the other day, when I deleted a *file* (not a directory) from the server via a client with the appropriate permissions. From that moment hence, all my clients, be they windows or 'nix clients, see /usr/src/ as being empty.

Re: telnet - port 24

2001-04-29 Thread Mike Chambers
- Original Message - From: "Ted Gervais" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 29, 2001 12:53 PM Subject: Re: telnet - port 24 > > Hi Mike. And thanks again for that thought on running 'service xinetd > restart".. > > I didn't know about that one but ran it and

Re: Segmentation Fault as user only

2001-04-29 Thread Mike Chambers
- Original Message - From: "Otto Lenz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 29, 2001 11:59 AM Subject: Re: Segmentation Fault as user only > Whether I login as 'user', or login as root and then 'su user' in a terminal > window, the results are the same. As roo

Re: CD-ROM problem /SCSI emulation problem under RH7/2.4.2 -- More; partial answer

2001-04-29 Thread John P. Verel
Hi, Mikkel. Well, I just had a look in my /dev directory. It would appear that the RH7.1 installer removed my old symlinks. I specifically recall following the CD-Writing-HOWTO, page 8, viz: cd /dev && rm cdrom && ls -s scd0 cdrom That symlink is ... gone! I shall proceed to fix. BTW, the r

route problem

2001-04-29 Thread Kumar
Hello Everyone, When every i try to do telnet/ftp to 192.168.1.1, this is what i get "cannot reach the network / not route". Then i have done this, #route add -host 192.168.1.1 lo This appears to fix it. CAUSE OF PROBLEM: 1) I was trying to play with the HOSTNAME, used , netcfg, netconfig..

Re: CD-ROM problem /SCSI emulation problem under RH7/2.4.2 -- More; partial answer

2001-04-29 Thread Jim Simmons
The 7.1 installer seems to want to add the append to lilo.conf for you, but as I understand it, RedHat uses modules for ide-scsi and this will get ignored. Here's what I do and it appears to work: Create /etc/rc.modules, make it executable, and put this in it: modprobe ide-scsi

Re: Segmentation Fault as user only

2001-04-29 Thread Matthew Melvin
On Sun, 29 Apr 2001 at 10:59am (-0600), Otto Lenz wrote: > Whether I login as 'user', or login as root and then 'su user' in a terminal > window, the results are the same. As root, the game/program runs fine; as > 'user' I get the segmentation fault. The results are the same whether in > Gnome

Re: telnet Restrict

2001-04-29 Thread Matthew Melvin
On Sun, 29 Apr 2001 at 12:42pm (+0430), Alireza Saleh wrote: > Dear Mat, > I appreciate about your help but does the pam_access.so need a special > config within its conf file ? > I am not sure waht you mean? M. -- WebCentral Pty Ltd Australia's #1 Internet Web Hosting Company Level

Re: /etc/hosts.allow ssh : all

2001-04-29 Thread Mike A. Harris
On Sun, 29 Apr 2001, Mike Burger wrote: >Actually, unless you're running ssh out of xinetd/inetd, that won't do any >good at all. Actually, yes it will, but not written as "ssh". It should read "sshd" instead. >Most ssh daemons run as a standalone daemon, and don't interact with >inetd/xinetd

Re: no print

2001-04-29 Thread lee
lee wrote: > i lost printing all of a sudden...i had printing via cups and RH 7.1.. > > i remember some library causing this?..red-carpet maybe?..can't recall > or find on list > > thanks > lee > -=== please disregard solved sincerely lee -=== ___

Re: telnet - port 24

2001-04-29 Thread Brian Ashe
On Sunday 29 April 2001 01:53, you babbled something about: > Hi Mike. And thanks again for that thought on running 'service xinetd > restart".. > > I didn't know about that one but ran it and tried to telnet in again with > no luck. > > Just so I can have someone else see what I did - Here is wh

NFS Problem After Upgrade to 7.1

2001-04-29 Thread Ed Alexander
(Please excuse this e-mail if this problem has been discussed. A search of the archives came up with nothing relevant.) I did a fresh install of 7.1 this weekend. Under 6.0, I never had any problems doing nfs mounts from my Solaris boxes (SPARC Solaris 7); however, under RH 7.1, the system hang

Re: CD-ROM problem /SCSI emulation problem under RH7/2.4.2 -- More;partial answer

2001-04-29 Thread Mikkel L. Ellertson
On Sun, 29 Apr 2001, John P. Verel wrote: > More. I added a kernel option to my lilo.conf, eliminating the append > option. This solved the immediate problem -- access to the CDROMS. > However, now I must figure out how to set up scsi emulation under this > kernel. > > John > John, Do y

Re: CD-ROM problem /SCSI emulation problem under RH7/2.4.2 -- More; partial answer

2001-04-29 Thread John P. Verel
More. I added a kernel option to my lilo.conf, eliminating the append option. This solved the immediate problem -- access to the CDROMS. However, now I must figure out how to set up scsi emulation under this kernel. John On 04/29/01, 11:24:34AM -0400, John P. Verel wrote: > Just upgraded to RH7

no print

2001-04-29 Thread lee
i lost printing all of a sudden...i had printing via cups and RH 7.1.. i remember some library causing this?..red-carpet maybe?..can't recall or find on list thanks lee -=== ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/m

Re: telnet - port 24

2001-04-29 Thread Ted Gervais
Hi Mike. And thanks again for that thought on running 'service xinetd restart".. I didn't know about that one but ran it and tried to telnet in again with no luck. Just so I can have someone else see what I did - Here is what my /etc/xinetd.d/telnet2 file looks like: [root@ma

Re: Segmentation Fault as user only

2001-04-29 Thread Otto Lenz
Whether I login as 'user', or login as root and then 'su user' in a terminal window, the results are the same. As root, the game/program runs fine; as 'user' I get the segmentation fault. The results are the same whether in Gnome or KDE. If I login to the console (I assumed that meant w/o runni

RE: Earthlink DSL and Linux

2001-04-29 Thread Rodney Fulk
Should work. I have Mindspring but its essentially the same thing. I tried getting the 7.0 RH to work and the pppoe program that came with it didn't want to get it to work. But that may have been because I had a cable modem hooked to it prior to getting the DSL. It was connecting but I wasn't gett

Earthlink DSL and Linux

2001-04-29 Thread Alec Smith
I'm looking into getting Earthlink DSL and am curious if anyone else has experiences with their service and Linux. Specifically I'd like to use NAT to connect serveral PCs to the one DSL line using 2 NICs in the server. Are there any known issues with PPPoE or some other compatibility problems I s

Re: Newbie question:log-in GUI

2001-04-29 Thread ABrady
On Sun, 29 Apr 2001 13:12:25 +0100 "carlos calderon" <[EMAIL PROTECTED]> spake unto us: Easier. Just su to root in a term window and type 'init 3' (no quotes) and you won't have to edit anything or reboot. Then to get back without rebooting, just type (as root) 'init 5' (again no quotes). > no pr

Re: telnet - port 24

2001-04-29 Thread Ted Gervais
On Sunday 29 April 2001 11:21 am, you wrote: > Telnet is run under xinetd.d not services, so what I guess I would had done > is in /etc/xinetd.d/ dir made a copy of telnet to telnet2 and just edit > telnet2 for your port to use. Then disable telnet and enable telnet2, then > restart xinetd. Hi M

Re: /etc/hosts.allow ssh : all

2001-04-29 Thread Matthew Melvin
On Mon, 30 Apr 2001 at 12:44am (+1000), Stuart Clark wrote: > /etc/hosts.allow > ssh: all > > Is this a good idea or should i consider something like this ? > > /etc/hosts.allow > ssh: xxx.xxx.xxx.xxx/xxx.xxx.xxx.xxx > It depends on what you're trying to acheive Stuart. Also - unless you've got

Re: /etc/hosts.allow ssh : all

2001-04-29 Thread Mike Burger
Actually, unless you're running ssh out of xinetd/inetd, that won't do any good at all. Most ssh daemons run as a standalone daemon, and don't interact with inetd/xinetd and don't pay any attention to hosts.allow or hosts.deny. On Mon, 30 Apr 2001, Stuart Clark wrote: > /etc/hosts.allow > ssh:

Re: telnet - port 24

2001-04-29 Thread Mike Burger
Did you remember to "service xinetd reload" or "service xientd restart"? On Sun, 29 Apr 2001, Ted Gervais wrote: > > Just tried to set up port 24 on telnet and I get - > > "telnet: Unable to connect to remote host: Connection refused" > > What I did was to copy /etc/xinetd.d/telnet to telnet2 a

CD-ROM problem /SCSI emulation problem under RH7/2.4.2

2001-04-29 Thread John P. Verel
Just upgraded to RH7.1 from 7.0 and am having a problem accessing my CDROMS. All had been well under 7.0, When I execute mount /mnt/cdrom (or cdrom1, my burner, I get this message: wrong fs type, bad option, bad superblock on /dev/cdrom, or too many mounted file systems (could thi

Re: Segmentation Fault as user only

2001-04-29 Thread Mike Chambers
- Original Message - From: "Otto Lenz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 29, 2001 8:28 AM Subject: Segmentation Fault as user only > I'm new to Linux. Just installed RH7.1 - everything seemed to go OK. > My son wanted to try his hand at some of the games -

Re: PHP/Mysql

2001-04-29 Thread Jason Costomiris
On Thu, Apr 26, 2001 at 11:54:29PM -0400, Dean Maluski wrote: : Trying to get going with php & mysql to create a Linux based database for : work. I know I must learn this on my own, not any real quick answers here. : Quick question though. How can I get the binary distributions in RH7.1 PHP : to

/etc/hosts.allow ssh : all

2001-04-29 Thread Stuart Clark
/etc/hosts.allow ssh: all Is this a good idea or should i consider something like this ? /etc/hosts.allow ssh: xxx.xxx.xxx.xxx/xxx.xxx.xxx.xxx ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Zope password

2001-04-29 Thread Mike W
Does anyone know how to reset the "management" password for Zope. I've just loaded the latest versin from RH. It's running automatically as a daemon, but when I try to configure it, it asks for a logon and pw? I didn't give it one! Is there a default initial password installed? How can I clear

Re: telnet - port 24

2001-04-29 Thread Mike Chambers
Telnet is run under xinetd.d not services, so what I guess I would had done is in /etc/xinetd.d/ dir made a copy of telnet to telnet2 and just edit telnet2 for your port to use. Then disable telnet and enable telnet2, then restart xinetd. Mike - Original Message - From: "Ted Gervais" <[

Re: telnet - port 24

2001-04-29 Thread Rick Warner
Is that a cut and paste copy of the services entries? Take a close look, there is a typo in the first of the two lines . you have the 'n' and second 'e' reversed. Fix the type then do a SIGHUP on xinetd and try again. - rick warner - On Sun, 29 Apr 2001, Ted Gervais wrote: > > Just tri

telnet - port 24

2001-04-29 Thread Ted Gervais
Just tried to set up port 24 on telnet and I get - "telnet: Unable to connect to remote host: Connection refused" What I did was to copy /etc/xinetd.d/telnet to telnet2 and add it to /etc/services file: telent2 24/tcp # - private mail system telnet2

Segmentation Fault as user only

2001-04-29 Thread Otto Lenz
I'm new to Linux. Just installed RH7.1 - everything seemed to go OK. My son wanted to try his hand at some of the games - so I added him as a user - and ran into a small problem. I can run the game 'Maelstrom' as root - no problems. If, however, I log in as any other user (or my son logs in), th

Re: Newbie question:log-in GUI

2001-04-29 Thread Devon
On Sunday 29 April 2001 07:48 am, carlos calderon wrote: > Hi all, > > When I run Xconfigurator to change the resolution of my screen, at the same > time, I got an unwanted log-in GUI. How can I get rid of it to go back to > text log-in interface? edit /etc/inittab and find the line that looks li

Re: Newbie question:log-in GUI

2001-04-29 Thread carlos calderon
no problem, I know how to do it: login as a su edit inittab: vi etc/inittab change the way linux handles the xdm gui from 5 to 0 x0:respawn:/etc/X11/prefdm -nodaemon -Carlos - Original Message - From: "carlos calderon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 29, 2

Re: telnet Restrict

2001-04-29 Thread Matthew Melvin
On Sun, 29 Apr 2001 at 7:32am (+0430), Alireza Saleh wrote: > Dear Friends, > How can limit the access to my server via telnet with special users ? > Hello Alireza, I guess it sort of depends on what sort of restrictions you had in mind exactly. I think most things you would want to do

Newbie question:log-in GUI

2001-04-29 Thread carlos calderon
Hi all, When I run Xconfigurator to change the resolution of my screen, at the same time, I got an unwanted log-in GUI. How can I get rid of it to go back to text log-in interface? Many thanks, -Carlos - Original Message - From: "Mike Chambers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]

telnet Restrict

2001-04-29 Thread Alireza Saleh
Dear Friends, How can limit the access to my server via telnet with special users ? Regards Alireza ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: hello, how can i find the information about what language Redhat supports? thanks.

2001-04-29 Thread Devon
On Sunday 29 April 2001 06:02 am, Shu Qiang Li/PEK/Lotus wrote: > Try here: http://www.redhat.com/support/manuals/RHL-7.1-Manual/install-guide/s1-guimode-langsupport.html -D -- Theory of Selective Supervision: The one time in the day that you lean back and relax is the one time

hello, how can i find the information about what language Redhat supports? thanks.

2001-04-29 Thread Shu Qiang Li/PEK/Lotus
___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list