Re: shutdown order?

2002-10-28 Thread Thomas Dodd
Conny Enström wrote: Yes the card is a "RealPort Xircom 10/100 Ethernet 56k modem ( REM56G-100 )". I start to suspect that the problem is about the built in modem. But I dont use the modem at all, but it would be fun if it worked cause it's a laptop. - Original Message - From: "Thomas

Re: Ip routing table files.

2002-10-28 Thread Steven J. Yellin
On Mon, 28 Oct 2002, Jason Lim wrote: > Hi all, > > Can anybody tell me which files is storing routing table info? > Can I manually change this file & restart the services to enbale the > services? See /etc/sysconfig/network, /etc/sysconfig/network-scripts/ifcfg*. Other routing information ca

Re: shutdown order?

2002-10-28 Thread Conny Enström
Yes the card is a "RealPort Xircom 10/100 Ethernet 56k modem ( REM56G-100 )". I start to suspect that the problem is about the built in modem. But I dont use the modem at all, but it would be fun if it worked cause it's a laptop. - Original Message - From: "Thomas Dodd" <[EMAIL PROTECTED]

Re: IBMJava2-JRE-1.3-7.0

2002-10-28 Thread Scott Krabler
We use IBM and to my knowledge, they have only released the jre/jdk 1.3.1. I assume you've looked all over IBM Developerworks which is where IBM keeps everything they've released. 1.3-7 or 1.3.7 doesn't exist. 1.3.1 is the current version. What is telling you 1.3-7? On Mon, 2002-10-28 at 10:09, V

Re: IBMJava2-JRE-1.3-7.0

2002-10-28 Thread [EMAIL PROTECTED]
Hi Venkatesh I use this rpm (IBMJava2-JRE-1.3-13.0.i386.rpm) I think this will work with WAS because it's a newer one. You can download it from: http://www.t3.ds.pwr.wroc.pl/download/java/ibm/ I hope it help you... bye... --- Mensaje Original -- De: Ven

Re: Menu security

2002-10-28 Thread James P. Roberts
> I have a simple script which running a menu as below when i logon as > user "abc" > > A. Check Hard Disk Space > B. Check Mem Info > C. Check CPU Info > > What my question is how can I configure this user "abc" can only access > to this menu. > Look into using a chroot jail for this user. Th

IBMJava2-JRE-1.3-7.0

2002-10-28 Thread Venkatesh Kolar
Hi all   Could someone tell me where to the get the IBMJava2-JRE-1.3-7.0.rpm required to install the WAS on redhat linux 7.1 . I have installed all other packages required but cannot find this one. Any help would be greatly appreciated.   Thanks --Venky

RE: email question

2002-10-28 Thread vvor
i'd like to create email accounts for my clients, but not have the accounts be established as a (hitherto useful) side effect of them being system accounts. i want to keep some existing system accounts and their resultant email accounts currently, for me to add an account for client.com, e.g., [EM

Re: shutdown order?

2002-10-28 Thread Thomas Dodd
Conny Enström wrote: This is the output when I shut down: Stopping eth0: [ OK ] Stopping loopback: [ OK ] Stopping iptables: [ OK ] Stopping pcmcia: cardmgr[630]: executing: './serial check ttyS3' cardmgr[630]: executing: './serial check ttyS3' ttyS3 unloaded ( here nothings happen at all and

Re: ftpd and sshd services not responding

2002-10-28 Thread Kevin Weslowski
Jason, These are really good suggestions and I would have tried them next...but I don't think there's anything wrong with the redhat...I have a dual boot windows system here and I usually use my win2000. I decided, what the heck, try my other OS, win95. There's no ssh client on there but ther

Re: Menu security

2002-10-28 Thread Jason Dale
Hi there ! I would assume at this stage that your user accounts use /bin/bash as the default shell. Here is what you do : 1) Place your script in a directory where you can find it easily. For example , let's call your script '/usr/scripts/myscript'. This is the script that runs your menu sys