How to capture install screen?

2002-02-01 Thread Lee, Myoung Ho

 I read the making-screenshots  in anaconda doc directory.

 - boot install with:
   boot: text display=remove X display:0
^-- may be it's mistyped.
   On VC2 enter:
   anaconda -m nfs://mnt/source   --xmode

  I  made nfs partition on  remote redhat linux(7.2) server like;
  (in /etc/exports)
   /pub *(rw,insecure,all_squash)

 and in the installing machine I executed anaconda as;
  # anaconda -m  nfs://remoteIP/pub  --xmode

So, the first splash image is shown in the remote xwindow(--may be nfs
works fine..)
but that's all and  can't go ahead.

The error message in the installing machine is;

unexpected async reply (0x)

what's wrong with me?

thanks.






___
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list



Re: How to capture install screen?

2002-02-01 Thread Dongwon Kim

Hi, ;)

I asked about How to capture install screen.  to RedHat Documantation Team.
And then I recived a replay. I'll attach that;)


--8k--8k--8k
On Mon, 19 Mar 2001, Dongwon Kim wrote:

Hi Kim,
Don't apologize for your English, it is just fine and I understand what you are trying 
to explain. Unfortunately, we in docs only write the documentation, we don't solve 
problems with Anaconda. If I could, please believe that I would share with you all 
that I know. 

However, I have a suggestion for you that might help. If you have two systems that are 
networked, you can use one as an installation box and the other to take the 
screenshots. These instructions may be a little rough, but hopefully it will get you 
the information you need. These are the instructions I use for making screenshots. I 
install via NFS so it may be a little different for you.

Box 1 -- The pre-installed linux system that is your workstation that will take the 
screenshots. Make sure that xhost + is entered so that the second system can
send information to is.

Box 2 -- the test box that will run the installation program.

Using the latest copy of Red Hat Linux, boot the installation program. At the boot: 
prompt type text display=IP:0 (without the quotation marks)  -- Where the IP is the 
IP address of box 1.

Next, enter the installation information as needed. After you enter the server name 
and directory containing Red Hat Linux, press the F2 help key.  At the prompt type 
anaconda -m nfs://mnt/source (without the quotation marks).

In a minute or two, the installation program should put the display on box
1, allowing you to take screenshots.

Hope this helps,
Sandra Moore


 Hi.. I'm Dongwon Kim in South Korea
 
 First of all, I 'm ashamed of myself because my english is bad.
 
 Sorry..  Y.Y
 
 I have a question for anaconda test mode.
 
 I wanna get screenshots for installation progress. (GUI..)
 
 so, run anacoda test mode. 
 
 #anaconda -t -m=cdrom://mnt/cdrom (RedHat 7.0 mounted)
 
 It's look success.. but Some problem occurred after authentication configuration
 
 I  dont go next... 
 
 Plz some help.. ~
 
 Regrad..
 
 - Kim
 
 
 It's a traceback message..
 
 Traceback (innermost last):
   File /usr/sbin/anaconda, line 446, in ?
 intf.run(todo, test = test)
   File /var/tmp/anaconda-7.0.1//usr/lib/anaconda/gui.py, line 339, in run
 self.icw.run ()
   File /var/tmp/anaconda-7.0.1//usr/lib/anaconda/gui.py, line 726, in run
 mainloop ()
   File /usr/lib/python1.5/site-packages/gtk.py, line 2554, in mainloop
 _gtk.gtk_main()
   File /usr/lib/python1.5/site-packages/gtk.py, line 125, in __call__
 ret = apply(self.func, a)
   File /var/tmp/anaconda-7.0.1//usr/lib/anaconda/gui.py, line 431, in nextClicked
 self.setScreen (self.currentScreen, self.nextClicked)
   File /var/tmp/anaconda-7.0.1//usr/lib/anaconda/gui.py, line 469, in setScreen
 new_screen = screen.getScreen ()
   File /var/tmp/anaconda-7.0.1//usr/lib/anaconda/iw/package_gui.py, line 426, in 
getScreen
 self.todo.getHeaderList ()
   File /var/tmp/anaconda-7.0.1//usr/lib/anaconda/todo.py, line 535, in 
getHeaderList
 self.hdList = self.method.readHeaders()
   File /usr/lib/anaconda/image.py, line 22, in readHeaders
 return HeaderListFromFile(self.tree + /RedHat/base/hdlist)
   File /var/tmp/anaconda-7.0.1//usr/lib/anaconda/comps.py, line 136, in __init__
 hdlist = rpm.readHeaderListFromFile(path)
 rpm.error: (2, '\261\327\267\261 \306\304\300\317\300\314\263\252 
\265\360\267\272\305\344\270\256\260\241 \276\370\300\275')
 
 
 

-- 
**
  www.redhat.com   Sandra A. Moore   Technical Writer

1100101010101110011010010101010011001001001001110001010001010100101010
10 01
10  What a horrible dream. Ones and zeros everywhere. And I think   01
10  I saw a two.   -- Futurama  01
10  01
1100101011101011000100101101011011011000100100110110101010011010101110

 Sometimes a scream is better than a thesis. - Ralph Waldo Emerson



- Kim


- Original Message - 
From: Lee, Myoung Ho [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, February 01, 2002 7:59 PM
Subject: How to capture install screen?


 I read the making-screenshots  in anaconda doc directory.
 
  - boot install with:
boot: text display=remove X display:0
 ^-- may be it's mistyped.
On VC2 enter:
anaconda -m nfs://mnt/source   --xmode
 
   I  made nfs partition on  remote redhat linux(7.2) server like;
   (in /etc/exports)
/pub *(rw,insecure,all_squash)
 
  and in the installing machine I executed anaconda as;
   # anaconda -m  nfs://remoteIP/pub  --xmode
 
 So, the first splash image is shown in the remote xwindow(--may be nfs
 works fine..)
 but that's all and  can't go ahead.
 
 The error message in the installing machine is;
 
 unexpected async reply (0x)
 
 what's wrong with 

allowing connections from a specific host on a specific port with ipchains ?

2002-02-01 Thread chas

How do you add an ipchains rule to accept connections from 
a given host (eg. www.xxx.yyy.zzz) on a specific port (eg. ) ? 

I tried the following (www.xxx.yyy.zzz replacing the real IP
to protect the humiliated) :

# /sbin/ipchains -I input -p tcp -s www.xxx.yyy.zzz  -j ACCEPT

But still the remote host (www.xxx.yyy.zzz) could not connect
on port .

Here are my rather simple ipchains : 

# /sbin/ipchains -L
Chain input (policy ACCEPT):
target prot opt source   destination   ports
ACCEPT tcp  --  www.xxx.yyy.zzz  anywhere   -
any
ACCEPT tcp  -y  anywhere anywhere  any -
ssh
ACCEPT tcp  -y  anywhere anywhere  any -
http
ACCEPT all  --  anywhere anywhere  n/a
ACCEPT udp  --  ns1.secure.net   anywhere  domain
-   any
REJECT tcp  -y  anywhere anywhere  any -
any
REJECT udp  --  anywhere anywhere  any -
any
Chain forward (policy ACCEPT):
Chain output (policy ACCEPT):

What am I missing here ? 

Not sure if it's necessary but I also tried restarting ipchains : 

[root@womble sysconfig]# /sbin/service ipchains restart
Flushing all current rules and user defined chains: [  OK  ]
Clearing all current rules and user defined chains: [  OK  ]
Applying ipchains firewall rules: [  OK  ]

But still no luck. 

Thank you for any help.

chas

ps. how do you specify where to insert a rule ? at the moment,
I'm just using  /sbin/ipchains -I input and it inserts
the rule in the first position. Also, are ipchains zero-indexed
or does the first one have position 1. ? 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: allowing connections from a specific host on a specific port with ipchains ?

2002-02-01 Thread Rodolfo J. Paiz

At 2/1/2002 05:17 PM +, you wrote:
How do you add an ipchains rule to accept connections from
a given host (eg. www.xxx.yyy.zzz) on a specific port (eg. ) ?

# /sbin/ipchains -I input -p tcp -s www.xxx.yyy.zzz  -j ACCEPT

Almost right.

# ipchains -A input -p tcp -s www.xxx.yyy.zzz 1024:65535
-d $MY_IP_ADDRESS  -j ACCEPT
# ipchains -A output -p tcp ! -y -s $MY_IP_ADDRESS 
-d www.xxx.yyy.zzz 1024:65535 -j ACCEPT

The differences:

1. Specifying 1024:65535 after his IP address allows connections only 
from unprivileged ports, which is the way it should be happening. You may 
eliminate this if you like to allow connections from any port on his machine.

2. You specify the  after *your* IP address, not after his. And you are 
specific about your IP address (not just --destination-port  so that 
your firewall doesn't even allow packets destined for other servers.

3. You need an output rule as well. Otherwise his connection request will 
get through but nothing will get back out.

4. In the output rule, specifying ! -y means but NOT any SYN packets. 
SYN packets are those used to request connections. So the inbound rule will 
allow any traffic (including connection requests) and the outbound rule 
will allow any traffic that does not initiate a new connection. So he can 
connect to you but not you to him. (And he cannot get another program on 
your machine to connect to his box either, which is more relevant.)


-- 
Rodolfo J. Paiz
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: updates not over the web

2002-02-01 Thread Rodolfo J. Paiz

At 1/31/2002 04:06 PM -0600, you wrote:
On Thu, 2002-01-31 at 12:26, Rodolfo J. Paiz wrote:
 
  Thank God in a few days I'm out of this country and back to Guatemala and
  my DSL line (flow-limited to 128Kbps, but what the hell). smile
 

Out of curiosity, what do you have to pay for DSL in Guatemala?

Well, as I said they put flow limits on it since international bandwidth 
for us is *expensive*; I know, I used to run an ISP. 128 Kbps for $70, 256 
Kbps for $100, don't remember the rest. Also have choice of cable ($65), 
ISDN ($65), or wireless using MMDS ($100).

Other than the lack of copper and fiber infrastructure you'd expect due to 
the country's size and lack of relative wealth, it's a pretty good market. 
Odd though it may seem, Guatemala was one of the first countries in the 
world to roll out commercial-grade Internet access over cable; we had our 
first customers up and running on a 4 Mbps segment in Feb/1996.

Telecom has also improved dramatically. I pay $40 for my cellular phone and 
get 300 outgoing minutes during the month. Incoming minutes are free 
(calling party pays a little more), so I actually get nearly 1,000 minutes 
from my $40, and long-distance to the USA averages $0.25/min.


-- 
Rodolfo J. Paiz
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



webmail with qmail

2002-02-01 Thread Rahul Torvi

Hi all,

I m trying to configure qmail and downloaded and installed all the
required packages. I downloaded horde-imp to use as a webmail. But the
problem is when i enter user name and password it never authenticates
any user. I also tried with squirrelmail and i get the same problem. I m
using courier IMAP running and also i checked it with telneting to port
143 i get no errors. and the apache logs also dont show any errors. I
have installed php 4. but when itype httpd -t i get an error Invalid
command 'php_value', perhaps mis-spelled or defined by a module not
included in the server configuration my configuration is as follows 

Directory /var/www/html/horde/
Options FollowSymLinks
AllowOverride None
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
php_value include_path '/var/www/html/horde/phplib:.'
php_value include_path /var/www/html/horde/phplib/.
php_value auto_prepend_file /var/www/html/horde/phplib/prepend.php3
php_flag register_globals On
php_flag magic_quotes_gpc Off
php_flag track_vars On
/Directory

can any body please point me what problem it is ???
Thanks in advance 
Rahul T



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Serial interrupt programming

2002-02-01 Thread fred smith

On Fri, Feb 01, 2002 at 09:31:11AM +0100, Fabio Degiovanni wrote:
 Hello,
   I would like to program a serial interrupt under Linux in an ANSI C
 code. Where can I found information and examples?
 Thank you
 Fabio Degiovanni

Are you trying to write your own device driver for a serial port? Or
are you just trying to write a C (or whatever) program that uses a
serial port?

Unless you are doing the first of those, you don't ever touch interrupts
on any Unix-like system. Any real OS will provide you with services for
using serial communications devices, and LInux certainly falls into that
category.

You open a serial port just like it was a file (which it is), set the
parameters (speed, parity, etc.) with ioctl() calls, then read()/write(),
and when you're done use close(), just like a file.

I suggest you look for the Linux Serial Programming HOWTO (that name is
from memory, it may be slightly different) for all the gory details.

Fred
-- 
 Fred Smith -- [EMAIL PROTECTED] -
   For the word of God is living and active. Sharper than any double-edged 
   sword, it penetrates even to dividing soul and spirit, joints and marrow; 
  it judges the thoughts and attitudes of the heart.  
 Hebrews 4:12 (niv) --



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: syslog

2002-02-01 Thread Anthony E. Greene

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, 30 Jan 2002, ann kok wrote:
Does anyone tell me how to configure syslog to recieve
log from cisco router in details?

See the '-r' option in the man page.


Tony
- -- 
Anthony E. Greene [EMAIL PROTECTED] http://www.pobox.com/~agreene/
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D
Chat: AOL/Yahoo: TonyG05
Linux. The choice of a GNU generation http://www.linux.org/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Anthony E. Greene [EMAIL PROTECTED] 0x6C94239D

iD8DBQE8WhOPpCpg3WyUI50RAv90AKCneuYGz04W3HJDU6dmqLzGRjh/sACgo1nL
GuvlQaJJtc+82qc0Pt7622c=
=dl+U
-END PGP SIGNATURE-



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: rpm hates me

2002-02-01 Thread Josep M.

Hello.

I had the same problem and I solved this upgrading first the kernel as is described in 
www.redhat.com  
support-resources and later rpm -Fhv  *.rpm to all rest of packages.

Josep

Begin of Quote David Talkington :
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Fresh install of 7.2.  Mounted all updates, did this (this is not the 
most organized sequence, but it is an accurate picture of what was, in 
this case, a quick and dirty manual process):

# cd updates/os/i386
# rpm -Fvh glibc-common-2.2.4-19.3.i386.rpm \
glibc-profile-2.2.4-19.3.i386.rpm glibc-devel-2.2.4-19.3.i386.rpm \
../i686/glibc-2.2.4-19.3.i686.rpm# gives me the i686 ver of glibc 
 # and resolves dependencies 
# cd ../noarch/
# rpm -Fvh *.rpm
# cd ../i386
# rpm -Uvh Omni-*# because rpm can't sort this 
 # one out on its own. 
# ls *.rpm |grep -v kernel | xargs rpm -Fvh  # no kernel at this point
...
snip lots of clean-looking rpm output
.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Broken atd rpm

2002-02-01 Thread Thomas Porter

On Fri, Feb 01, 2002 at 07:07:48PM +1100, Greg Wright thoughtfully expounded:
 Hello All,
 
 Anyone experienced a broken atd rpm as per latest errata ?
 
 system 6.2, postfix, standard dirs, install rpm.. will not start  I
 have not dug around as yet, but SRPM will not build even when sendmail is
 removed as a req. if you have a quick fix, can you mail me off list ?
 https://listman.redhat.com/mailman/listinfo/redhat-list

As others may have run into this, I am posting to the list.

I _think_ that the problem is in the /etc/rc.d/init.d/atd script where it
sources /etc/init.d/functions instead of /etc/rc.d/init.d/functions.

Without the functions, it can't make a call to 'daemon()' to start atd.

I changed this and all is well.

-- 
Tom Porter   [EMAIL PROTECTED]

On two occasions I have been asked [by members of Parliament], 
'Pray, Mr. Babbage, if you put into the machine wrong figures, will 
the right answers come out?'  I am not able rightly to apprehend the 
kind of confusion of ideas that could provoke such a question.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Validating passwords via php, Lil help please! (Was with PERL)

2002-02-01 Thread Jake McHenry

K, this script uses php to access poppassd to change users passwords via a
form that I threw together quick, but there is a problem. The results of the
php is that it successfully changes the password, but it actually does not
change it. Can anyone point me in the right direction as to why this script
is not functioning for me?

-

?
$cfgServer = enigma.ministang.com;
$cfgPort = 106;
$cfgTimeOut = 10;
echo br;
# open a socket first
if(!$cfgTimeOut)
# without timeout
$poppass_handle = fsockopen($cfgServer, $cfgPort);
else
# with timeout
$poppass_handle = fsockopen($cfgServer, $cfgPort, $errno, $errstr,
$cfgTimeOut);

if(!$poppass_handle) {
echo  Connetion to server failed . br ;
echo  Failed to Change Password ;
exit();
}
else {
# now talking to the server to change password.
fputs($poppass_handle, user $username \r\n);
$tmpa = fgets($poppass_handle, 50);
fputs($poppass_handle, pass $curpass \r\n);
$tmpb = fgets($poppass_handle, 50);
fputs($poppass_handle, newpass $newpass \r\n);
$tmpc = fgets($poppass_handle, 3 );
$tmpd = fgets($poppass_handle, 3 );

#500 is first 3 characters returned by the poppassd
#daemon if current password is incorrect

if ($tmpc == 500)
 {
 echo The Current Password you entered is incorrect br;
 echo Please go back and change your password again.  ;
 }
 else
 {
 echo Password Changed Sucessfully ;
 }
}
# now done with it close the connection
fclose ($poppass_handle)
?

--

Thanks,
Jake



- Original Message -
From: Jake McHenry [EMAIL PROTECTED]
To: RedHat List [EMAIL PROTECTED]
Sent: Friday, February 01, 2002 12:10 AM
Subject: Re: Validating passwords via perl, Lil help please!


 That would help out a lot, maybe then I could either use the php code, or
 somehow use that in my cgi script.

 Thanks,
 Jake

 - Original Message -
 From: Peter Kiem [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, January 31, 2002 10:55 PM
 Subject: Re: Validating passwords via perl, Lil help please!


  Hi Jake,
 
   That is basically what I have now to see if the user exists, but I
can't
 use
   this because I'm using shadow passwords, the only thing that is in
 position
   2 of /etc/passwd is x. So, anyone know of any other ways that I can
 achieve
   this? Thanks for the help though.
 
  I did this by installing the poppassd daemon and then writing a PHP
class
 to
  call poppassd with the username, old password and new password and
 poppassd
  did all the work for me :)
 
  I guess you could write something similar in Perl.  If you want the PHP
  source code then let me know.
 
  --
  Regards,
  +---+-+
  | Peter Kiem| E-Mail: [EMAIL PROTECTED] |
  | Zordah IT | Mobile: +61 0414 724 766|
  |   IT Consultancy | WWW   : www.zordah.net  |
  |   Internet Hosting| ICQ   : Zordah 81 |
  +---+-+
 
 
 
 
 
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
 
 





 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list






___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



root mail

2002-02-01 Thread John Spooner

how would I sent mail for root to my email account?
 -John



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: root mail

2002-02-01 Thread rweidman

You can include a .forward file in the root account and place your  email
address in .forward file.

On Fri, 1 Feb 2002, John Spooner wrote:

 how would I sent mail for root to my email account?
  -John
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: MAJOR bug in chpasswd?

2002-02-01 Thread Jim Bija

Would just like to thank you. My whole problem was i was adding the users 
before i did my up2date after the kickstart. I now do my up2date after 
kickstart, then run my script that dumps all the config and data over to the 
servers and the passwords are now working great. Thought there for a second i 
found a major bug in redhat, well i guess i did just that someone else 
allready found it and redhat allready fixed it. Kudo's to you RH.

Jim.

On Thursday 31 January 2002 03:09 pm, you wrote:
 It is not a bug in chpasswd, it is a bug in PAM.  Get the pam updates from
 updates.redhat.com and install them.  Then it will work fine.  I filed a
 bugzilla report on this a day or two after 7.2 was released and never heard
 back, then did a bugzilla search last week to find the fix was referenced
 from the bug report.

 - rick -

 On Thu, 31 Jan 2002, Jim Bija wrote:
  In trying to get together a disaster recovery plan a good friend of mine
  Richard Rager wrote this script for me:
 
  #!/bin/sh
  # echo test
  for a in `cat users.txt`
  do
  {
  u=(`echo $a | cut -f 1 -d ':'`);
  p=(`echo $a | cut -f 2 -d ':'`);
  echo User: $u
  echo Password: $p
  adduser -s /bin/false $u
  echo $u:$p | chpasswd
  }
  done
 
  the users.txt file would look like this:
 
  username:password
  jim:jim431
  joe:joe'spassword
 
  After executing this script i was curious as to why when i tried to login
  as joe his password did not work. First thoughts were it was the weird
  chars in his password that were throwing chpasswd off, perhaps thinking
  it was being told to do something, specialy if a password would contain a
   or something. After pulling out a few hairs i bumped into the problem.
  chpasswd is only allowing the first 8 chars. If i try to log in joe with
  a password of joe'spas it works fine.
 
  SO, the question is. Is this a major bug or what? I am using MD5 and
  assumed i could use all 32 of the bytes allowed, however using that
  script with chpasswd i can not.
 
  Someone told me about the newusers command and i will be looking into it.
  If someone can send me a example file that adds a new user with
  username,password and what shell to give them only i would greatly
  appreciate! Also, does anyone know if newusers has the same problem
  chpasswd has?
 
  Thanks...
 
  Jim.
 
 
 
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list

 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: root mail

2002-02-01 Thread Jim Bija

In your /etc/ directory you will find a file called aliases.
At the bottom of the file you will see this line:
# Person who should get root's mail
#root:  marc

Change that to something like this
# Person who should get root's mail
root:  john
That would deliver roots email to john on THAT local machine. You can also do 
this:

# Person who should get root's mail
root:  [EMAIL PROTECTED]

And if you want multiple people to get roots mail you can do this:
# Person who should get root's mail
root:  john,[EMAIL PROTECTED],jim,[EMAIL PROTECTED]

Note that root will no longer have any email anymore. If you want root to 
also get email as well as the others just stick root in with the rest of the 
people who will get roots email:

# Person who should get root's mail
root:  john,[EMAIL PROTECTED],root

After changing this  file you must type in the command:  newaliases
You dont have to restart any service etc, changes take effect in real time 
after you type newalises.

Hope that helps.

Jim.


On Friday 01 February 2002 02:52 am, you wrote:
 how would I sent mail for root to my email account?
  -John



 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Blown BIOS, no boot

2002-02-01 Thread cbsled

On 01/31/02, at 10:57 PM, John P Verel [EMAIL PROTECTED] said:

Did you get an error code along side the L?
No error code, just the L.
---
File this one under Go Figure.
I guess it just needed a really cold boot. 
After sitting overnight, it now boots from the boot floppy that didn't work yesterday.
... but not from the HD.
Oh, wait, now it won't boot from the boot floppy again?!?
Wait, now it will. Just had to wait two minutes. Weird.

So now I've got it booted. How do I fix lilo?
Running /sbin/lilo (again) didn't fix it.
It was working before the battery change.

-- 
---
Carl Brown [EMAIL PROTECTED]
---
Outgoing mail is certified Virus Free.
I don't use Windows.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Validating passwords via php, Lil help please! (Was with PERL)

2002-02-01 Thread cyrus-mailinglist

There is no newpass command in the rfc standarts, is the newpass command
working?


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Jake McHenry
Sent: Freitag, 01. Februar 2002 14:17
To: [EMAIL PROTECTED]
Subject: Validating passwords via php, Lil help please! (Was with PERL)

K, this script uses php to access poppassd to change users passwords via
a
form that I threw together quick, but there is a problem. The results of
the
php is that it successfully changes the password, but it actually does
not
change it. Can anyone point me in the right direction as to why this
script
is not functioning for me?

-

?
$cfgServer = enigma.ministang.com;
$cfgPort = 106;
$cfgTimeOut = 10;
echo br;
# open a socket first
if(!$cfgTimeOut)
# without timeout
$poppass_handle = fsockopen($cfgServer, $cfgPort);
else
# with timeout
$poppass_handle = fsockopen($cfgServer, $cfgPort, $errno, $errstr,
$cfgTimeOut);

if(!$poppass_handle) {
echo  Connetion to server failed . br ;
echo  Failed to Change Password ;
exit();
}
else {
# now talking to the server to change password.
fputs($poppass_handle, user $username \r\n);
$tmpa = fgets($poppass_handle, 50);
fputs($poppass_handle, pass $curpass \r\n);
$tmpb = fgets($poppass_handle, 50);
fputs($poppass_handle, newpass $newpass \r\n);
$tmpc = fgets($poppass_handle, 3 );
$tmpd = fgets($poppass_handle, 3 );

#500 is first 3 characters returned by the poppassd
#daemon if current password is incorrect

if ($tmpc == 500)
 {
 echo The Current Password you entered is incorrect br;
 echo Please go back and change your password again.  ;
 }
 else
 {
 echo Password Changed Sucessfully ;
 }
}
# now done with it close the connection
fclose ($poppass_handle)
?

--

Thanks,
Jake



- Original Message -
From: Jake McHenry [EMAIL PROTECTED]
To: RedHat List [EMAIL PROTECTED]
Sent: Friday, February 01, 2002 12:10 AM
Subject: Re: Validating passwords via perl, Lil help please!


 That would help out a lot, maybe then I could either use the php code,
or
 somehow use that in my cgi script.

 Thanks,
 Jake

 - Original Message -
 From: Peter Kiem [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, January 31, 2002 10:55 PM
 Subject: Re: Validating passwords via perl, Lil help please!


  Hi Jake,
 
   That is basically what I have now to see if the user exists, but I
can't
 use
   this because I'm using shadow passwords, the only thing that is in
 position
   2 of /etc/passwd is x. So, anyone know of any other ways that I
can
 achieve
   this? Thanks for the help though.
 
  I did this by installing the poppassd daemon and then writing a PHP
class
 to
  call poppassd with the username, old password and new password and
 poppassd
  did all the work for me :)
 
  I guess you could write something similar in Perl.  If you want the
PHP
  source code then let me know.
 
  --
  Regards,
  +---+-+
  | Peter Kiem| E-Mail: [EMAIL PROTECTED] |
  | Zordah IT | Mobile: +61 0414 724 766|
  |   IT Consultancy | WWW   : www.zordah.net  |
  |   Internet Hosting| ICQ   : Zordah 81 |
  +---+-+
 
 
 
 
 
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
 
 





 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list






___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: root mail

2002-02-01 Thread Chris Mason

Edit /etc/aliases and alias root: youraccount
There should be an entry there already,

Chris



On Fri, 2002-02-01 at 03:52, John Spooner wrote:
 how would I sent mail for root to my email account?
  -John
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
Chris Mason
Box 340, The Valley, Anguilla
Tel: 264-497-5670
Fax: 264-497-8463
[EMAIL PROTECTED]
Yahoo ID: netconcepts_anguilla or chris_mason_laptop
ICQ: 118159388



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



problem, c, ++, excutable

2002-02-01 Thread Jianping Zhu







I am new linux user.I can compile my c++ code in my user directoy (for example /home/username) but when I try to excute the the excutable I have to give the whole path( /home/username myexcutable) even I am in the diretory /home/username, How can I fix this problem.


Thanks



Send and receive Hotmail on your mobile device: Click Here



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


My Machine can't receive mail

2002-02-01 Thread Reuben D Budiardja


Hello,
It seems that my machine cannot receive mail from outside. I am in LAN 
network, and my machine has its name from DHCP, which stays the same. I tried 
to change the file /etc/mail/local-host-names and add my machine name there:

machine_name.domain.edu

and restart sendmail, but no result. When I send e-mail to 
[EMAIL PROTECTED], it will just gone. 

Any help on this? I am using Redhat 7.2, with the default sendmail included.

Thanks in advance.
Reuben D. Budiardja



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: My Machine can't receive mail

2002-02-01 Thread Jim Bija

I would venture to guess your having the same problem i had. In RHL 7.2 
Redhat made it so sendmail will not get mail from anyone but itself.
This was done as i understand for some security reason, not sure.
You need to edit the file: /etc/sendmail.cf
In that file you will see a line like this
O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA
sendmail only listen on that ip. To allow other to send you email change that 
ip to your ip, or do what i did
O DaemonPortOptions=Port=smtp,Addr=0.0.0.0, Name=MTA
Now it will listen on all IP's on that machine, so if you change your ip it 
will still work, this is probably what you want to do since you said your 
DHCP and maybe your IP changes from time to time.
After you make these changes restart sendmail and you should be fine.

Hope that helps.

Jim.
On Friday 01 February 2002 09:55 am, you wrote:
 Hello,
 It seems that my machine cannot receive mail from outside. I am in LAN
 network, and my machine has its name from DHCP, which stays the same. I
 tried to change the file /etc/mail/local-host-names and add my machine name
 there:

 machine_name.domain.edu

 and restart sendmail, but no result. When I send e-mail to
 [EMAIL PROTECTED], it will just gone.

 Any help on this? I am using Redhat 7.2, with the default sendmail
 included.

 Thanks in advance.
 Reuben D. Budiardja



 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Custom install disk...

2002-02-01 Thread Chapman, Matt

Hi,

I downloaded a boot.img in order to add a module to it.

I removed a module to make room for it.  Added it in the modules-info and the pcitable 
and moved the module to the 2.4.22BOOT dir.

Did all of the steps I know to do and then umounted and dd the image over to my 
floppy...

Problem is now I get all kinds of errors

Going to insmod cdrom.o (path is NULL)
Error 2 reading header :cpio Bad magic

I may be doing the process all wrong :(

Anyone know the issue here (it seems to be cpio related)?  Anyone have a good doc (not 
linuxdoc.org's kickstart bootdisk since it is not complete) on how to mount, open up 
initrd.img and add a module , make room for it by removing something and then get it 
all back to the disk... Just to see if it is better than the method I used..

Sorry for the length..


-matt



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: updates not over the web

2002-02-01 Thread Binyon Steve Contr Det 4 AFC2TIG/ASRCC

I have a simliar problem, in which none of my redhat boxes (14 and growing)
are not on the internet.  So currently I download them one by one to my NT
box and then write a CD and distribute them onto the the Red Hat machines.
Since these machines are not on the Internet, they are not in the RHN
database and therefor no update messages (like I get at home), though I get
messages through bugtraq.  The updates I cringed at are XFree86, Gnome, and
KDE, the number and sizes of these packages makes a long download even at T1
speeds.
Hopefully the management will notice this and allow me to attach a RH box to
the T1 and then I can up2date with the option to save the rpms to a seperate
directory.  Its a task in itself to keep up with the patches, which up2date
works very well only if you are attached to the internet.  Maybe a periodic
iso image of patches would help?  Just don't know, so I also open to
suggestions.

smbinyon  

-Original Message-
From: daniel [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 10:48 AM
To: [EMAIL PROTECTED]
Subject: updates not over the web


just an odd question here
just recently i updated my 7.2 box with all the new rpm's redhat released on
their server
but then it occured to me:
what if i was in brazil with a dialup or something?
downloading 1 or 2 hundred megs is a bit of a strain on my only phone line
what do people do in this case?



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Upgrade GCC

2002-02-01 Thread Robert Dege

   I then upgraded to 3.1 (which caused nothing but
  nightmares there on in).  Not only did MPlayer not compile, but other
  programs that did compile correctly, caused unknown seg faults, and
  other various disturbances.  But I chalked that up to beta releases.
 
 Yes. It's not binary compatible with the old one either, so it will break.

Binary compatible?  care to elaborate?  I don't understand what you're
trying to say here.

  So as a last resort, I downgraded to 2.95.  I haven't had a problem
  since. 
 
 It's not binary compatible with gcc296 (or other versions)
 wrt. C++. It also has worse performance, more bugs and poorer C++
 conformance (and of course, doesn't run at at all on IA64)

I guess that's why ver 2.95  2.96.  I'd have to question the whole
revision numbering system if 2.96 didn't have some form of improvement
or fix over 2.95.

I think my whole beef is that 2.96 is a RedHat standard, not a Linux
standard.  ie:, gcc-296 is only offered in rpm format (feel free to
correct me here if I'm wrong).  So distros like Debian, or Slackware
that don't use the rpm packaging system, are unable to use these
software packages, unless they adopt, or shall I say, integrate the rpm
packaging system.



-- 

-Rob



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Upgrade GCC

2002-02-01 Thread Trond Eivind Glomsrød

Robert Dege [EMAIL PROTECTED] writes:

I then upgraded to 3.1 (which caused nothing but
   nightmares there on in).  Not only did MPlayer not compile, but other
   programs that did compile correctly, caused unknown seg faults, and
   other various disturbances.  But I chalked that up to beta releases.
  
  Yes. It's not binary compatible with the old one either, so it will break.
 
 Binary compatible?  care to elaborate?  I don't understand what you're
 trying to say here.

For C++, no version of gcc has been compatible with another.  Same
version of gcc, but compiled on different versions of glibc, are also
incompatible. 
 
   So as a last resort, I downgraded to 2.95.  I haven't had a problem
   since. 
  
  It's not binary compatible with gcc296 (or other versions)
  wrt. C++. It also has worse performance, more bugs and poorer C++
  conformance (and of course, doesn't run at at all on IA64)
 
 I guess that's why ver 2.95  2.96.  I'd have to question the whole
 revision numbering system if 2.96 didn't have some form of improvement
 or fix over 2.95.
 
 I think my whole beef is that 2.96 is a RedHat standard, not a Linux
 standard.  ie:, gcc-296 is only offered in rpm format (feel free to
 correct me here if I'm wrong).

The SRPM contains a tarball plus nicely separated patches. Shouldn't
be any problem.

-- 
Trond Eivind Glomsrød
Red Hat, Inc.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: root mail

2002-02-01 Thread Martn Marqus

On Vie 01 Feb 2002 04:52, you wrote:
 how would I sent mail for root to my email account?

If what you want is to get in your mail account all the mail that has root as 
a receiver, just add an alias to your mail server.

If you have sendmail or postfix, as with default configuration, you should 
only add the line:

root: your-email

to the /etc/aliases file and run newaliases.

Saludos... :-)

-- 
Porqué usar una base de datos relacional cualquiera,
si podés usar PostgreSQL?
-
Martín Marqués  |[EMAIL PROTECTED]
Programador, Administrador, DBA |   Centro de Telematica
   Universidad Nacional
del Litoral
-



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: updates not over the web

2002-02-01 Thread Bret Hughes

On Fri, 2002-02-01 at 05:35, Rodolfo J. Paiz wrote:
 At 1/31/2002 04:06 PM -0600, you wrote:
 On Thu, 2002-01-31 at 12:26, Rodolfo J. Paiz wrote:
  
   Thank God in a few days I'm out of this country and back to Guatemala and
   my DSL line (flow-limited to 128Kbps, but what the hell). smile
  
 
 Out of curiosity, what do you have to pay for DSL in Guatemala?
 
 Well, as I said they put flow limits on it since international bandwidth 
 for us is *expensive*; I know, I used to run an ISP. 128 Kbps for $70, 256 
 Kbps for $100, don't remember the rest. Also have choice of cable ($65), 
 ISDN ($65), or wireless using MMDS ($100).

That is not bad at all. Thanks for the data point. 

Bret 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: updates not over the web

2002-02-01 Thread Binyon Steve Contr Det 4 AFC2TIG/ASRCC

Yea, I agree it would be an expense on RH side to supply CDs, but it may
pass as a paid service for us big corporate users (but I'm still thinking on
that one).  The krud site is interesting, seems they are doing the same
thing that I'm doing.
smbinyon

-Original Message-
From: Rodolfo J. Paiz [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 11:27 AM
To: [EMAIL PROTECTED]
Subject: Re: updates not over the web


At 1/31/2002 10:13 AM -0800, you wrote:
you'd think redhat would supply update cds at a reasonable cost...
saves them bandwidth and could even turn a small profit

KRUD. http://www.tummy.com/krud

Unfortunately not practical for most places in the world. Even if RedHat 
supplied the CD for free (not a good move), the costs of international 
shipping and the delays are not worth it. The Internet is--by far--the most 
efficient means to distribute such a thing; it's just that the 
infrastructure in many places needs to catch up. But the *physical* 
transport of stuff is too expensive.

Thank God in a few days I'm out of this country and back to Guatemala and 
my DSL line (flow-limited to 128Kbps, but what the hell). smile


-- 
Rodolfo J. Paiz
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: problem, c, ++, excutable

2002-02-01 Thread Jeff Hogg


-Original Message-
From: Jianping Zhu [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Date: Friday, February 01, 2002 9:07 AM
Subject: problem, c, ++, excutable




I am new linux user.

I can compile my c++ code in my user directoy (for example /home/username)
but when I try to excute the the excutable I have to give the whole path(
/home/username myexcutable) even I am in the diretory /home/username, How
can I fix this problem.

You could just type it out this way:   ./myexecutableif you are in the
same directory as the executable.  Otherwise, you need to add the directory
of your executable to your path.  In most cases, you can add this in
.bash_profile.  A line that looks a bit like this is usually present:
PATH=$PATH:$HOME/bin

Just change it to something like this
PATH=$PATH:$HOME/bin:/home/username/executable_directory

Hope this helps

Jeff Hogg



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: problem, c, ++, excutable

2002-02-01 Thread Bret Hughes

On Fri, 2002-02-01 at 08:35, Jianping Zhu wrote:


I am new linux user.

I can compile my c++ code in my user directoy (for example
/home/username) but when I try to excute the the excutable I have to
give the whole path( /home/username myexcutable) even I am in the
diretory /home/username, How can I fix this problem.

a couple of things to consider.

What is the path?  echo $PATH will show you the current path that the
shell looks through for exectables.

I believe RHL no longer puts the current directory in the path by
default.  

you either:
 add . to your path in ~/.bash_profile (don't forget the : separator) 

put it in a place that the shell will look like ~/bin 

or to save key strokes if neither of these options are what you want you
can simply type ./progname.  The ./ is the current working directory.

putting . in your path is considered by most to be a security issue
since you might inadvertantly run a program named the same as a common
command or a simple typo can cause a different program to run.
Definitely not a good idea for root's account. 

BTW ~/ is the current user's home dir in bash anyway not sure bout other
shells.

 HTH

Bret




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: My Machine can't receive mail

2002-02-01 Thread Rodolfo J. Paiz

At 2/1/2002 09:37 AM -0500, you wrote:
I would venture to guess your having the same problem i had. In RHL 7.2
Redhat made it so sendmail will not get mail from anyone but itself.
This was done as i understand for some security reason, not sure.

This was done to reduce the number of open relays out on the Internet, to 
reduce spam. It is a very valid security concern.

You need to edit the file: /etc/sendmail.cf

No! You should *not* edit the /etc/sendmail.cf unless you damn well know 
what you're doing. (And generally even for those people it's not necessary.)

Instead you should edit /etc/mail/sendmail.mc. At the very end there is a 
short comment with an explanation of what to change and how to change it. 
The instructions have been posted to this list many times, and I don't have 
my server handy to be sure I give you the exact answer, so I'll not provide 
many details here.

Comment out the right line by adding dnl  at the beginning of the line. 
Save the file. Make a backup copy of /etc/sendmail.cf. Create a new 
/etc/sendmail.cf using the instructions provided inside sendmail.mc at the 
very top (m4 /etc/mail/sendmail.mc  /etc/sendmail.cf). Restart sendmail.


-- 
Rodolfo J. Paiz
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: updates not over the web

2002-02-01 Thread Rodolfo J. Paiz

At 2/1/2002 03:27 PM +, you wrote:
Yea, I agree it would be an expense on RH side to supply CDs, but it may
pass as a paid service for us big corporate users (but I'm still thinking on
that one).  The krud site is interesting, seems they are doing the same
thing that I'm doing.

If you're a big corporate user, you have Internet bandwidth somehow. I'll 
bet that if you run the numbers of what it would take in money and time to 
get a CD to you outside the USA to most places, it's cheaper and quicker to 
get it off the Internet.

Time is just as important as money. Would you like to get a box hacked 
because the monthly update CD hasn't arrived yet?


-- 
Rodolfo J. Paiz
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



DVD-R, DVD-RAM

2002-02-01 Thread Allen Wayne Best

hi:

my cdrw went belly up this past week so i am looking to replace it. given 
that one of my main uses of the cdrw is to use mondo for backups, i was 
giving thought to moving to a dvd-r or dvd-ram. but the more i looked, it 
seemed that these are still somewhat bleeding-edge in linux. does anyone have 
any ideas or success stories here? what is the difference? can i use it to 
watch movies and move my old vcr's to dvd? lots of questions, so little 
knowledge on my part. :((

by the way, the system is running 7.0 with a planned migration to 7.2 as soon 
as i can back it up. (that was what i was doing when the cdrw failed. sigh!)

-- 
regards,
allen wayne best, esq
your friendly neighborhood rambler owner
my rambler will go from 0 to 105
Current date: 53:55:8::31:2002

We do not colonize.  We conquer.  We rule.  There is no other way for us.
-- Rojan, By Any Other Name, stardate 4657.5



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Intranet/Internet archive app

2002-02-01 Thread Travis McCarter



I operate a small 
ISP and much of my time is spent searching for answers to specific problems on 
the Internet in order to keep my network running. I am trying to implement 
a variety of different tools to help me find answers more quickly. This 
mailing-list, for example, has a lot of useful information, but finding it 
exactly when you need it is very time consuming. I read this list through 
MS Outlook, but I would like a way to archive it on a Linux server to allow me 
to use a web-based search to find specific postings. Does anyone know of a 
RedHat Linux package that I could export mail messages to to allow me to do 
this?

Thanks.


Travis McCarter
Email: [EMAIL PROTECTED]
ICQ#: 95454690
AOL IM: travism1975
MSN IM: 
travism1975


IBM Microdrive

2002-02-01 Thread James Vellenga

Hi everyone,

I have an old laptop that uses a pcmcia harddrive.  The old drive died a
while back filled with back sectors, and I have been looking for a
replacement.  Linux does work on the system with the pcmcia hard drive,
but for replacement of it a person suggested using a Compact Flash card
with pcmcia adaptor.  As I have been shopping I have been considering
going with an IBM micro-drive with a pcmcia adaptor.  I was wondering
does anyone know if either of these options will work with linux?

Jim




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Help with name issues DNS and Cox.net

2002-02-01 Thread Engstrom_Carl

Hi,

I have been struggling with the changeover from Cox@home to Cox.net in the
past week and I have hit a cross-roads.  I need assistance with
troubleshooting some DNS issues that I'm having.

I'm running RH 7.1 with IPmasquerading and IPCHAINS.

My problems are as follows:

1) Cox now requires DHCP, so I shifted eth0 to DHCP and it picks up the
address just fine and the DNS servers.  But they also issue dynamic
hostnames with every lease.  So in their literature they say that you can
use anything for hostname.  But if I do, then I can't resolve my hostname
when I bootup...I fixed this by changing the hosts file to resolve my
current hostname to my current address.  But what happens when the address
changesI'm hosed again.

2) My internal clients cannot access the support.cox.net site at all.  I
think that this has something to do with the fact that they are masq'd and
they have different domain suffixes? maybe...

3) internal clients can't access Mail. I think for the same reason listed
above.  They can ping the server, but are denied access, even when I put the
fixed IP of the mail server into the box.  

4)DNS confuses the hell out of me and I can't get my mind around the
problem.

any help would be appreciated.

thanks


Carl



He who has not first laid his foundations, may with great ability, 
lay them afterwards, but they will be laid with trouble to the architect 
and a danger to the building.  - Machiavelli



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Intranet/Internet archive app

2002-02-01 Thread Ed Wilts

On Fri, Feb 01, 2002 at 12:02:00PM -0500, Travis McCarter wrote:
 I operate a small ISP and much of my time is spent searching for answers to
 specific problems on the Internet in order to keep my network running.  I am
 trying to implement a variety of different tools to help me find answers
 more quickly.  This mailing-list, for example, has a lot of useful
 information, but finding it exactly when you need it is very time consuming.
 I read this list through MS Outlook, but I would like a way to archive it on
 a Linux server to allow me to use a web-based search to find specific
 postings.  Does anyone know of a RedHat Linux package that I could export
 mail messages to to allow me to do this?

Have you looked at Red Hat's archives for this list?
http://www.redhat.com/mailing-lists/redhat-list/index.html
Or how about http://faqchest.dynhost.com/linux/REDHAT/
Or http://marc.theaimsgroup.com/
 
If you really want to archive it yourself, have your mail delivered to a Linux
server and use procmail to file it into directories by whatever you want.
Basically procmail will deliver to mbox format which is a flat text file, and
you can do whatever you want to at that point.  The challenge for you is to
get it from Outlook to your Linux system.  Personally, my e-mail goes to my 
Linux system first, and it runs an IMAP server.  I read my mail from either 
mutt when I ssh into my system, or via Outlook Express when I'm on my desktop.
I use procmail to process every message that comes in...

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Java Experts

2002-02-01 Thread James Pifer

Any Java experts out there? I have JDK 1.3.1 installed on Redhat 7.2. I 
have an application that opens up several java processes. I have another 
app that I want to run, but I want to be able to kill it. Is there a way of 
telling the difference in the java processes? Right now when I run it and 
do a ps -ef | grep java, expectedly it just lists all the java processes.

On Netware you can do a java -show and it lists the processes, I believe by 
the class file that started them. Any equivalent command on JDK for Linux?

Thanks,
James



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: syslog

2002-02-01 Thread Edward C. Bailey

 Anthony == Anthony E Greene [EMAIL PROTECTED] writes:

Anthony On Wed, 30 Jan 2002, ann kok wrote:
 Does anyone tell me how to configure syslog to recieve log from cisco
 router in details?

Anthony See the '-r' option in the man page.

More specifically, add '-r' to the SYSLOGD_OPTIONS line in
/etc/sysconfig/syslog.  It should look something like this:

SYSLOGD_OPTIONS=-m 0 -r

Hope this helps,

Ed
-- 
Ed BaileyRed Hat, Inc.  http://www.redhat.com/



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Validating passwords via php, Lil help please! (Was with PERL)

2002-02-01 Thread Jake McHenry

Where did you find a rfc on poppassd? I've looked at www.rfc-editor.org, and
many others, and found nothing.

And, no, the newpass does not work, it just sits there, no response when I
telnet in.

Does anyone know what I can use instead of newpass?

Thanks,
Jake

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, February 01, 2002 9:04 AM
Subject: RE: Validating passwords via php, Lil help please! (Was with PERL)


 There is no newpass command in the rfc standarts, is the newpass command
 working?


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 On Behalf Of Jake McHenry
 Sent: Freitag, 01. Februar 2002 14:17
 To: [EMAIL PROTECTED]
 Subject: Validating passwords via php, Lil help please! (Was with PERL)

 K, this script uses php to access poppassd to change users passwords via
 a
 form that I threw together quick, but there is a problem. The results of
 the
 php is that it successfully changes the password, but it actually does
 not
 change it. Can anyone point me in the right direction as to why this
 script
 is not functioning for me?

 -

 ?
 $cfgServer = enigma.ministang.com;
 $cfgPort = 106;
 $cfgTimeOut = 10;
 echo br;
 # open a socket first
 if(!$cfgTimeOut)
 # without timeout
 $poppass_handle = fsockopen($cfgServer, $cfgPort);
 else
 # with timeout
 $poppass_handle = fsockopen($cfgServer, $cfgPort, $errno, $errstr,
 $cfgTimeOut);

 if(!$poppass_handle) {
 echo  Connetion to server failed . br ;
 echo  Failed to Change Password ;
 exit();
 }
 else {
 # now talking to the server to change password.
 fputs($poppass_handle, user $username \r\n);
 $tmpa = fgets($poppass_handle, 50);
 fputs($poppass_handle, pass $curpass \r\n);
 $tmpb = fgets($poppass_handle, 50);
 fputs($poppass_handle, newpass $newpass \r\n);
 $tmpc = fgets($poppass_handle, 3 );
 $tmpd = fgets($poppass_handle, 3 );

 #500 is first 3 characters returned by the poppassd
 #daemon if current password is incorrect

 if ($tmpc == 500)
  {
  echo The Current Password you entered is incorrect br;
  echo Please go back and change your password again.  ;
  }
  else
  {
  echo Password Changed Sucessfully ;
  }
 }
 # now done with it close the connection
 fclose ($poppass_handle)
 ?

 --

 Thanks,
 Jake



 - Original Message -
 From: Jake McHenry [EMAIL PROTECTED]
 To: RedHat List [EMAIL PROTECTED]
 Sent: Friday, February 01, 2002 12:10 AM
 Subject: Re: Validating passwords via perl, Lil help please!


  That would help out a lot, maybe then I could either use the php code,
 or
  somehow use that in my cgi script.
 
  Thanks,
  Jake
 
  - Original Message -
  From: Peter Kiem [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Thursday, January 31, 2002 10:55 PM
  Subject: Re: Validating passwords via perl, Lil help please!
 
 
   Hi Jake,
  
That is basically what I have now to see if the user exists, but I
 can't
  use
this because I'm using shadow passwords, the only thing that is in
  position
2 of /etc/passwd is x. So, anyone know of any other ways that I
 can
  achieve
this? Thanks for the help though.
  
   I did this by installing the poppassd daemon and then writing a PHP
 class
  to
   call poppassd with the username, old password and new password and
  poppassd
   did all the work for me :)
  
   I guess you could write something similar in Perl.  If you want the
 PHP
   source code then let me know.
  
   --
   Regards,
   +---+-+
   | Peter Kiem| E-Mail: [EMAIL PROTECTED] |
   | Zordah IT | Mobile: +61 0414 724 766|
   |   IT Consultancy | WWW   : www.zordah.net  |
   |   Internet Hosting| ICQ   : Zordah 81 |
   +---+-+
  
  
  
  
  
   ___
   Redhat-list mailing list
   [EMAIL PROTECTED]
   https://listman.redhat.com/mailman/listinfo/redhat-list
  
  
 
 
 
 
 
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
 
 




 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list



 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list






___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: updates not over the web

2002-02-01 Thread Binyon Steve Contr Det 4 AFC2TIG/ASRCC

Good point, if the boxes where on the internet I would be more concern on
the hacking part but then again if they were on the internet, then up2date
would be used.  Downloading patches from the net should always be available.
In my case, the systems are not on the internet (and probably never will be)
and therefore getting updates are obtained via other methods - downloading
the patches one by one - and then transfered via CD to the systems, much in
the same line that krud is doing, so krud may have a good deal for us gaint
corporate users :).  Another solution would to replace my NT junk with RH
and then I can have up2date put the patches in a seperate directory that can
then be distributed to the non-internet systems via CD.  

smbinyon

-Original Message-
From: Rodolfo J. Paiz [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 01, 2002 9:14 AM
To: [EMAIL PROTECTED]
Subject: RE: updates not over the web


At 2/1/2002 03:27 PM +, you wrote:
Yea, I agree it would be an expense on RH side to supply CDs, but it may
pass as a paid service for us big corporate users (but I'm still thinking
on
that one).  The krud site is interesting, seems they are doing the same
thing that I'm doing.

If you're a big corporate user, you have Internet bandwidth somehow. I'll 
bet that if you run the numbers of what it would take in money and time to 
get a CD to you outside the USA to most places, it's cheaper and quicker to 
get it off the Internet.

Time is just as important as money. Would you like to get a box hacked 
because the monthly update CD hasn't arrived yet?


-- 
Rodolfo J. Paiz
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Validating passwords via php, Lil help please! (Was with PERL)

2002-02-01 Thread Jake McHenry

Actually, take back that last email, newpass does seem to be working, just
don't know what it's doing, as the computer is just sitting there after I
put in newpass, I opened a new connection to the machine, and noticed that a
instance of passwd is running, along with poppassd. Interesting. So it must
be trying to change the password, right? Anyone know how to help out?

Thanks,
Jake

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, February 01, 2002 9:04 AM
Subject: RE: Validating passwords via php, Lil help please! (Was with PERL)


 There is no newpass command in the rfc standarts, is the newpass command
 working?


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 On Behalf Of Jake McHenry
 Sent: Freitag, 01. Februar 2002 14:17
 To: [EMAIL PROTECTED]
 Subject: Validating passwords via php, Lil help please! (Was with PERL)

 K, this script uses php to access poppassd to change users passwords via
 a
 form that I threw together quick, but there is a problem. The results of
 the
 php is that it successfully changes the password, but it actually does
 not
 change it. Can anyone point me in the right direction as to why this
 script
 is not functioning for me?

 -

 ?
 $cfgServer = enigma.ministang.com;
 $cfgPort = 106;
 $cfgTimeOut = 10;
 echo br;
 # open a socket first
 if(!$cfgTimeOut)
 # without timeout
 $poppass_handle = fsockopen($cfgServer, $cfgPort);
 else
 # with timeout
 $poppass_handle = fsockopen($cfgServer, $cfgPort, $errno, $errstr,
 $cfgTimeOut);

 if(!$poppass_handle) {
 echo  Connetion to server failed . br ;
 echo  Failed to Change Password ;
 exit();
 }
 else {
 # now talking to the server to change password.
 fputs($poppass_handle, user $username \r\n);
 $tmpa = fgets($poppass_handle, 50);
 fputs($poppass_handle, pass $curpass \r\n);
 $tmpb = fgets($poppass_handle, 50);
 fputs($poppass_handle, newpass $newpass \r\n);
 $tmpc = fgets($poppass_handle, 3 );
 $tmpd = fgets($poppass_handle, 3 );

 #500 is first 3 characters returned by the poppassd
 #daemon if current password is incorrect

 if ($tmpc == 500)
  {
  echo The Current Password you entered is incorrect br;
  echo Please go back and change your password again.  ;
  }
  else
  {
  echo Password Changed Sucessfully ;
  }
 }
 # now done with it close the connection
 fclose ($poppass_handle)
 ?

 --

 Thanks,
 Jake



 - Original Message -
 From: Jake McHenry [EMAIL PROTECTED]
 To: RedHat List [EMAIL PROTECTED]
 Sent: Friday, February 01, 2002 12:10 AM
 Subject: Re: Validating passwords via perl, Lil help please!


  That would help out a lot, maybe then I could either use the php code,
 or
  somehow use that in my cgi script.
 
  Thanks,
  Jake
 
  - Original Message -
  From: Peter Kiem [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Thursday, January 31, 2002 10:55 PM
  Subject: Re: Validating passwords via perl, Lil help please!
 
 
   Hi Jake,
  
That is basically what I have now to see if the user exists, but I
 can't
  use
this because I'm using shadow passwords, the only thing that is in
  position
2 of /etc/passwd is x. So, anyone know of any other ways that I
 can
  achieve
this? Thanks for the help though.
  
   I did this by installing the poppassd daemon and then writing a PHP
 class
  to
   call poppassd with the username, old password and new password and
  poppassd
   did all the work for me :)
  
   I guess you could write something similar in Perl.  If you want the
 PHP
   source code then let me know.
  
   --
   Regards,
   +---+-+
   | Peter Kiem| E-Mail: [EMAIL PROTECTED] |
   | Zordah IT | Mobile: +61 0414 724 766|
   |   IT Consultancy | WWW   : www.zordah.net  |
   |   Internet Hosting| ICQ   : Zordah 81 |
   +---+-+
  
  
  
  
  
   ___
   Redhat-list mailing list
   [EMAIL PROTECTED]
   https://listman.redhat.com/mailman/listinfo/redhat-list
  
  
 
 
 
 
 
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
 
 




 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list



 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list






___

COFF binaries execution

2002-02-01 Thread Miguel Leal Perez

Hi!

I have Red Hat Linux 7.2 and I'm trying to execute SCO Unix COFF binaries
(RM Cobol for OpenServer).

I'd try with RH 7.0, with the kernel-ibcs-2.2.16-22.i386.rpm package, I'd
probe loading the module iBCS, executed the program and everything worked
fine. No problem.

Now, on RH 7.2 I load all the abi modules  (abi-sco, abi-uw7, abi-cxenix,
abi-svr4, abi-machdep, abi-ibcs, etc.), I try to execute the same COFF
binary that runs on RH 7.0, and it send the next error:

bash:runcobol: cannot execute binary file

Is it a patch or any package that let me run this binaries?
Where can I find it?

Any idea, comment or advise is welcome.

Thanks...

Regards
Mike.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: updates not over the web

2002-02-01 Thread Rodolfo J. Paiz

At 2/1/2002 06:44 PM +, you wrote:
In my case, the systems are not on the internet (and probably never will be)
and therefore getting updates are obtained via other methods - downloading
the patches one by one

Umm... download the patches to NT if that's what you have to do, then set 
up an FTP server on the internal network only? Alternately, perhaps set up 
a proxy on NT that only allows those 14 servers to get through?


-- 
Rodolfo J. Paiz
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Changing hostname causes lpd problem

2002-02-01 Thread Billy Davis



Newbie question:

When I changed our RH 7.2 system name to be linux1 
in /etc/sysconfig/network, the lpd spooler failed to come up. An lpstat -t 
command gives a "Get_local_host: hostname: 'linux1' bad" error message. 
Have I missed another file to change?

Also, does RH have an equivalent to the SCO 'hd' 
(hex display) command that allows the contents of a binary disk file to be 
displayed?

Thanks

Billy Davis


Re: My Machine can't receive mail

2002-02-01 Thread Reuben D Budiardja

Ok, I did that. I edited the sendmail.mc, commenting the correct line and it 
works now. My question now, will this make my machine vulnerable to be an 
open relays for spammer? How do I prevent that? 

Any help or pointer to documentations will be greatly appreciated.

Thanks.
Reuben D. Budiardja.


On Friday 01 February 2002 11:11 am, you wrote:
 At 2/1/2002 09:37 AM -0500, you wrote:
 I would venture to guess your having the same problem i had. In RHL 7.2
 Redhat made it so sendmail will not get mail from anyone but itself.
 This was done as i understand for some security reason, not sure.

 This was done to reduce the number of open relays out on the Internet, to
 reduce spam. It is a very valid security concern.

 You need to edit the file: /etc/sendmail.cf

 No! You should *not* edit the /etc/sendmail.cf unless you damn well know
 what you're doing. (And generally even for those people it's not
 necessary.)

 Instead you should edit /etc/mail/sendmail.mc. At the very end there is a
 short comment with an explanation of what to change and how to change it.
 The instructions have been posted to this list many times, and I don't have
 my server handy to be sure I give you the exact answer, so I'll not provide
 many details here.

 Comment out the right line by adding dnl  at the beginning of the line.
 Save the file. Make a backup copy of /etc/sendmail.cf. Create a new
 /etc/sendmail.cf using the instructions provided inside sendmail.mc at the
 very top (m4 /etc/mail/sendmail.mc  /etc/sendmail.cf). Restart sendmail.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Changing hostname causes lpd problem

2002-02-01 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Billy Davis wrote:

When I changed our RH 7.2 system name to be linux1 in
/etc/sysconfig/network, the lpd spooler failed to come up.  An lpstat
-t command gives a Get_local_host: hostname: 'linux1' bad error
message.  Have I missed another file to change?

/etc/hosts?  The name has to resolve ...

- -d



-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPFr5vL9BpdPKTBGtEQK4zACgs4PRWD/j699LMzSFv8fS1Ha/A1MAn3EG
o32p73pDH7T7jg91HSSsFsbu
=FsJW
-END PGP SIGNATURE-




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Newbie - Need help!

2002-02-01 Thread Geoffrey Lane

I've just installed Redhat Linux and everything worked fine except on of
it's 2 ethernet adapters did not install correctly or is incompatable
with this version of linux, I'm not sure which one exactly and quite
frankly I'm not sure which one it is
Eth0 = is not working correctly
Eth1 = works just fine

The one I can find information on is a smc (called in winXP) but in
linux it's called accon (SP?) [I know it's the one pre-installed on my
computer when I bought it] and the other one installed on my computer is
a linksys... How can I make sure of this? How do these references (eth0)
relate to windows?

I'm just starting out with Linux and not at all familiar with it's
driver data base and don't even know where to start installing a new one
or finding drivers on the web. I have a 3.5 with a linux driver for the
linksys but I need to make sure what I'm installing and how to get it
all working.Can someone help me out with this problem?!?!?!
But like I said I'm new to linux and like most tired of windows and I've
got to start somewhere but I do need a starting point on this subject.

Again another plead of mercy for the idiot windows user who'd like to
broaden his horizons




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



What kernel RPM packages to install from Rawhide?

2002-02-01 Thread José Romildo Malaquias

Hello.

I am going to rebuild and install the binary RPM packages of the Linux
kernel from Rawhide in my RedHat Linux 7.2 box. I am not sure what
packages can be safely installed while trying to keep the system
well integrated. In particular, it seems that the glibc and the
kernel-headers packages are tied together, that is, I should not
install the Rawhide kernel-headers. Currently I have the following
kernel packages installed:

kernel-2.4.7-10 (i686)
kernel-2.4.9-21 (i686)
kernel-headers-2.4.9-21
kernel-source-2.4.9-21

I want to keep them and also install the new ones

kernel-2.4.17-0.12 (i686)
kernel-source-2.4.17-0.12

Will the new kernel-headers be needed for something, like compiling
third party kernel modules (like avfs and alsa) for the new kernel,
or can I just disregard it?

Thanks.

Romildo
-- 
Prof. José Romildo Malaquias   Departamento de Computação
http://iceb.ufop.br/~romildo   Universidade Federal de Ouro Preto
[EMAIL PROTECTED]   Brasil
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Java Experts

2002-02-01 Thread Rob Saul


Can't think of anything off the top of my head, but you might try asking
on the linux-java list ( see www.blackdown.org for info ).

On Friday 01 February 2002 09:44, you wrote:
 Any Java experts out there? I have JDK 1.3.1 installed on Redhat 7.2. I
 have an application that opens up several java processes. I have another
 app that I want to run, but I want to be able to kill it. Is there a way of
 telling the difference in the java processes? Right now when I run it and
 do a ps -ef | grep java, expectedly it just lists all the java processes.

 On Netware you can do a java -show and it lists the processes, I believe by
 the class file that started them. Any equivalent command on JDK for Linux?

 Thanks,
 James



-- 
Rob Saul.:|:[EMAIL PROTECTED]:|:.de recta non tolerandum sunt



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



telnet denied from other machines to linux RH6.0

2002-02-01 Thread Vikram Patel

I have RH6.0 running. With DHCP enabled. Everything
works fine when going out of the box. But if i try to
run telnet or ftp from other machines it denies the
connection. I get connection closed by remote host
I have my /etc/services file configured properly,
/etc/inetd.conf also has inetd. enabled.
Can somebody tell me what configuration needs to be
made to allow telnet/ftp to work.

thnx

=

Vikram Patel

 


__
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Newbie - Need help!

2002-02-01 Thread Dominic Mitchell


I am not familiar with 2 nic on the same computer. However, I have
installed a linksys on this system.  At first it was not
recognized by the system.  It is using the tulip driver.  This is
how I did it

1) /sbin/insmod tulip
2) /sbin/ifup eth0 (for me this card was on eth0 could be eth1 )
3) /etc/rc.d/initd/kudzu restart  ( this is probing the hardware )

Provided that kudzu now detects your network cards you can
configure your networkk connections

4) start the network configuration utility -- when the card was
detected this was done almost automatically
5) edit /etc/modules.conf to contain the line

alias eth0 tulip

Of course,  I am assuming that your connetions are working!  For
this only required to perform step 1 and 2.  The other steps were
required to automate the connection profile.

Hope this helps

Cheers.

Dominic.



Geoffrey Lane [EMAIL PROTECTED] writes:

 I've just installed Redhat Linux and everything worked fine except on of
 it's 2 ethernet adapters did not install correctly or is incompatable
 with this version of linux, I'm not sure which one exactly and quite
 frankly I'm not sure which one it is
 Eth0 = is not working correctly
 Eth1 = works just fine
 
 The one I can find information on is a smc (called in winXP) but in
 linux it's called accon (SP?) [I know it's the one pre-installed on my
 computer when I bought it] and the other one installed on my computer is
 a linksys... How can I make sure of this? How do these references (eth0)
 relate to windows?
 
 I'm just starting out with Linux and not at all familiar with it's
 driver data base and don't even know where to start installing a new one
 or finding drivers on the web. I have a 3.5 with a linux driver for the
 linksys but I need to make sure what I'm installing and how to get it
 all working.Can someone help me out with this problem?!?!?!
 But like I said I'm new to linux and like most tired of windows and I've
 got to start somewhere but I do need a starting point on this subject.
 
 Again another plead of mercy for the idiot windows user who'd like to
 broaden his horizons
 
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



user and group add

2002-02-01 Thread [EMAIL PROTECTED]

I did a user and group add. How can I tell if they were added? is there a 
command to check this? I couldn't find one in the book.

Thanks,

Novice Linda



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: user and group add

2002-02-01 Thread rweidman

Did you look at your /etc/passwd and /etc/group file?

On Fri, 1 Feb 2002, [EMAIL PROTECTED] wrote:

 I did a user and group add. How can I tell if they were added? is there a 
 command to check this? I couldn't find one in the book.
 
 Thanks,
 
 Novice Linda
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Newbie - Need help!

2002-02-01 Thread Ed Wilts

On Fri, Feb 01, 2002 at 04:47:42PM -0400, Geoffrey Lane wrote:
 I've just installed Redhat Linux and everything worked fine except on of
 it's 2 ethernet adapters did not install correctly or is incompatable
 with this version of linux, I'm not sure which one exactly and quite
 frankly I'm not sure which one it is
 Eth0 = is not working correctly
 Eth1 = works just fine
 
 The one I can find information on is a smc (called in winXP) but in
 linux it's called accon (SP?) [I know it's the one pre-installed on my
 computer when I bought it] and the other one installed on my computer is
 a linksys... How can I make sure of this? How do these references (eth0)
 relate to windows?

The easiest thing to do is to have the Linux system tell you what it found:

$ dmesg | grep eth

dmesg will print the kernel ring buffer, so do this shortly after a boot - you
may get away with it later, but the sooner the better.  You'll also see the
output while you're booting, but it's easy to miss since it scrolls by so
quickly.

 I'm just starting out with Linux and not at all familiar with it's
 driver data base and don't even know where to start installing a new one
 or finding drivers on the web. I have a 3.5 with a linux driver for the
 linksys but I need to make sure what I'm installing and how to get it
 all working.Can someone help me out with this problem?!?!?!

Typically you can ignore the vendor's driver floppy if you're installing a
recent copy of Red Hat Linux.  The kernel support is pretty darn good these
days.  If you run the standard Red Hat setup tools, things normally just work.

I did a quick Google search and it looks like you may have an Accton 
Ethernet card, not accon.  The thread was nearly 3 years old and it looks
like the Accton cards were supported then with the tulip driver.

.../Ed
-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: telnet denied from other machines to linux RH6.0

2002-02-01 Thread Ed Wilts

On Fri, Feb 01, 2002 at 01:23:23PM -0800, Vikram Patel wrote:
 I have RH6.0 running. With DHCP enabled. Everything
 works fine when going out of the box. But if i try to
 run telnet or ftp from other machines it denies the
 connection. I get connection closed by remote host
 I have my /etc/services file configured properly,
 /etc/inetd.conf also has inetd. enabled.
 Can somebody tell me what configuration needs to be
 made to allow telnet/ftp to work.

Have a look at /var/log/secure.  Have a good look at /etc/hosts.allow and
/etc/hosts.deny.

If you modified inetd.conf to allow the telnet and ftp connections, did you
restart or reload inetd?

Do the services pointed to by inetd.conf actually exist?  You may not have a
telnet or ftp server even installed.  Can you telnet or ftp to localhost 
(ie, can you connect to yourself)?

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: user and group add

2002-02-01 Thread Ed Wilts

On Fri, Feb 01, 2002 at 01:37:07PM -0800, [EMAIL PROTECTED] wrote:
 I did a user and group add. How can I tell if they were added? is there a 
 command to check this? I couldn't find one in the book.

tail /etc/passwd
tail /etc/group
finger {user you added}

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



sendmail: getting mail from both isp's mail server my mail server

2002-02-01 Thread Mark Neidorff

Hi folks,

I have a working mail server (sendmail 8.11-6) that gets all mail for
neidorff-dot-com. Now I'd also like to get mail from my isp. I tried
setting up a user and running fetchmail from that user via cron. The user
is 'mailserv' and the script looks like this:

#!/bin/sh
su mailserv -c fetchmail -s

This runs, goes out to the isp and brings the mail in, BUT, procmail hangs
and all mail after the mail from the isp stays in the queue until I kill
one procmail process for each email received from the isp. (Does this make
sense?)  

The process I have to kill looks like this:
procmail -Y -a -d mailserv

There is another procmail process:
procmail -Y -a -d mark
that delivers the mail once the first one is killed.
Is there a change in sendmail I have to make, or somewhere else? Or is
ther other informaiton that I need to provide to get help with this
problem?

Thanks,

Mark



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Intranet/Internet archive app

2002-02-01 Thread Bret Hughes

On Fri, 2002-02-01 at 11:02, Travis McCarter wrote:
 I operate a small ISP and much of my time is spent searching for answers to
 specific problems on the Internet in order to keep my network running.  I am
 trying to implement a variety of different tools to help me find answers
 more quickly.  This mailing-list, for example, has a lot of useful
 information, but finding it exactly when you need it is very time consuming.
 I read this list through MS Outlook, but I would like a way to archive it on
 a Linux server to allow me to use a web-based search to find specific
 postings.  Does anyone know of a RedHat Linux package that I could export
 mail messages to to allow me to do this?

Check out a site built by a couple of redhat-listers:

http://www.prairienet.org/library/redhat/

This is my primary source of list retrieval.

If you really wanted to do this on your own I am sure that Charles would
give you the scripts and setp info.

Bret



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Broken atd rpm

2002-02-01 Thread Greg Wright



*** REPLY SEPARATOR  ***

On 1/02/2002 at 8:12 AM Thomas Porter [EMAIL PROTECTED]
[gregausit/redhat-list] wrote:

On Fri, Feb 01, 2002 at 07:07:48PM +1100, Greg Wright thoughtfully
expounded:
 Hello All,
 
 Anyone experienced a broken atd rpm as per latest errata ?
 
 system 6.2, postfix, standard dirs, install rpm.. will not start  I
 have not dug around as yet, but SRPM will not build even when sendmail
is
 removed as a req. if you have a quick fix, can you mail me off list ?
 https://listman.redhat.com/mailman/listinfo/redhat-list

As others may have run into this, I am posting to the list.

I _think_ that the problem is in the /etc/rc.d/init.d/atd script where it
sources /etc/init.d/functions instead of /etc/rc.d/init.d/functions.

Without the functions, it can't make a call to 'daemon()' to start atd.

I changed this and all is well.

I am going to have a better look maybe today, but I did mod the atd script
before posting, it would not start. The SRPM would not build either as it
requires sendmail, but is not checking for the Sendmail command --
therefore broken when postfix is installed.

maybe someone in RH wants to e-mail me on this.

Regards

Greg Wright
-- 

IT Consultant Sydney Australia PH 0418 292020 -- Int. +61 418 292020
Available for Global Contracts  US Fax -- 801 740 2874
Web  http://www.ausit.comE-mail Greg  AT  AusIT.com
Trading As -   AAA Computers -- providers of IT services.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: My Machine can't receive mail

2002-02-01 Thread Greg Wright



*** REPLY SEPARATOR  ***

On 1/02/2002 at 9:37 AM Jim Bija [EMAIL PROTECTED] [gregausit] wrote:

I would venture to guess your having the same problem i had. In RHL 7.2 
Redhat made it so sendmail will not get mail from anyone but itself.
This was done as i understand for some security reason, not sure.
You need to edit the file: /etc/sendmail.cf
In that file you will see a line like this
O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA
sendmail only listen on that ip. To allow other to send you email change
that 
ip to your ip, or do what i did


Use the sendmail.mc file instead, then re generate the cf file using m4,
just be careful of the broken path in the mc file for m4 first :) it should
look like this (at top)  include(`/usr/lib/sendmail-cf/m4/cf.m4')

If you want sendmail to operate on all interfaces and addresses, then you
can simply comment out the lower section before generating the cf to look
like this...

dnl This changes sendmail to only listen on the loopback device 127.0.0.1
dnl and not on any other network devices. Comment this out if you want
dnl to accept email over the network.
dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')
dnl NOTE: binding both IPv4 and IPv6 daemon to the same port requires
dnl   a kernel patch
dnl DAEMON_OPTIONS(`port=smtp,Addr=::1, Name=MTA-v6, Family=inet6')
dnl We strongly recommend to comment this one out if you want to protect
dnl yourself from spam. However, the laptop and users on computers that do
dnl not have 24x7 DNS do need this.
dnl FEATURE(`accept_unresolvable_domains')dnl
dnl FEATURE(`relay_based_on_MX')dnl


Regards

Greg Wright
-- 

IT Consultant Sydney Australia PH 0418 292020 -- Int. +61 418 292020
Available for Global Contracts  US Fax -- 801 740 2874
Web  http://www.ausit.comE-mail Greg  AT  AusIT.com
Trading As -   AAA Computers -- providers of IT services.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Blown BIOS, no boot

2002-02-01 Thread Mark Neidorff

Sounds like something is really wrong with that machine. Hmmm, was the
original battery rechargable  did you replace it with the same type of
rechargable?  Is the voltage the same?

What you are reporting sounds like something is intermittantly connecting
 disconnecting.  Perhaps it won't make a good router?

Mark

On Fri, 1 Feb 2002 [EMAIL PROTECTED] wrote:

 On 01/31/02, at 10:57 PM, John P Verel [EMAIL PROTECTED] said:
 
 Did you get an error code along side the L?
 No error code, just the L.
 ---
 File this one under Go Figure.
 I guess it just needed a really cold boot. 
 After sitting overnight, it now boots from the boot floppy that didn't work 
yesterday.
 ... but not from the HD.
 Oh, wait, now it won't boot from the boot floppy again?!?
 Wait, now it will. Just had to wait two minutes. Weird.
 
 So now I've got it booted. How do I fix lilo?
 Running /sbin/lilo (again) didn't fix it.
 It was working before the battery change.
 
 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RTL8139c broadcast problems

2002-02-01 Thread Brian Wright

Hi, List!

I just installed RH 7.2 on a rackmount with a RealTek 8139c ethernet
card.  Running ifconfig brings up eth0 just fine, but when I try to ping
any IP addy, I keep getting destination host unreachable.

Ethtool isn't able to access the device, reporting that the operation
isn't permitted.

This was in /var/log/messages:

Feb  1 16:23:19 sara kernel: NETDEV WATCHDOG: eth0: transmit timed out
Feb  1 16:23:19 sara kernel: eth0: Setting half-duplex based on auto-negotiated
partner ability 

I've used DO$ based utils to hard set the duplex mode, but nothing seems
to resolve the problem.

Thanks,
Brian
-- 
Brian Wright [EMAIL PROTECTED]




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RTL8139c broadcast problems

2002-02-01 Thread Ed Wilts

 I just installed RH 7.2 on a rackmount with a RealTek 8139c ethernet
 card.  Running ifconfig brings up eth0 just fine, but when I try to ping
 any IP addy, I keep getting destination host unreachable

I had this too on an 8139.  It turned out to be a dead firewall port.  Even
though I had the link light on, the port was intermittent and was dead more
than it was up (it actually worked at 10mbps but not 100mbps).  So, try
another cable, try another port on your hub/switch, and see if anything
changes.

Ed Wilts
Mounds View, MN, USA
mailto:[EMAIL PROTECTED]




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RTL8139c broadcast problems

2002-02-01 Thread G. T. Francisco, III

On Fri, Feb 01, 2002 at 04:29:27PM -0800, Brian Wright said:
 Hi, List!
 
 I just installed RH 7.2 on a rackmount with a RealTek 8139c ethernet
 card.  Running ifconfig brings up eth0 just fine, but when I try to ping
 any IP addy, I keep getting destination host unreachable.
 
Are you able to ping yourself? Try ping localhost or ping 127.0.0.1



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Second Circuit Ruling on source code

2002-02-01 Thread Michael Jang

Folks,

I'm listening to a legal presentation on publishing from the Waterside
writer's conference, and Jon Tandler of Isaacson, Rosenbaum, Woods 
Levy, P.C. says there was a recent ruling by the Second Circuit Appeals
court (I think it covers New York state and maybe CT) - that sounds like
it goes beyond the GPL.

Essentially, he's saying that Second Circuit ruling protects source code
as free speech, as opposed to something that can be copyrighted.

Tandler went on to say that the rulings of other US circuit courts are
in conflict with this ruling.

Can anyone here point me to the current case law for these rulings, as
how they affect the GPL? What have other circuits said about source
code, free speech, and copyright law?

If this isn't the right forum, can you point me in the right direction?

Thanks,
Michael Jang



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



[Q] Why is rpm 4.0.4-0.23 is asking for already installed perlmodules?

2002-02-01 Thread Maurice Volaski

I'm installing the components of rpm 4.04-0.23 on a RedHat 7.1 box 
and the current rpm (4.0.3-1.03) complains ...

perl(Data::Dumper)   is needed by rpm-build-4.0.4-0.23
perl(strict)   is needed by rpm-build-4.0.4-0.23
perl(Sys::Hostname)   is needed by rpm-build-4.0.4-0.23

But the installed perl (5.6.0-12) according to rpm seems to be 
providing everything...

/usr/lib/perl5/5.6.0/strict.pm
/usr/lib/perl5/5.6.0/i386-linux/Sys/Hostname.pm
/usr/lib/perl5/5.6.0/i386-linux/Data/Dumper.pm
-- 

Maurice Volaski, [EMAIL PROTECTED]
Computing Support, Rose F. Kennedy Center
Albert Einstein College of Medicine of Yeshiva University



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RTL8139c broadcast problems

2002-02-01 Thread Brian Wright

I've tried with 2 different cables on 2 different ports at the hub, and
this didn't resolve the problem. 

During installation, I did set the firewall for medium, allowing ssh,
telnet, mail, and web.  I also set aside ports 1 (webmin), 8080
(zope), 8090 (apache-frontpage) and 5432 (postgresql).  Could these be
interfering with it?

--brian

 I had this too on an 8139.  It turned out to be a dead firewall port.  Even
 though I had the link light on, the port was intermittent and was dead more
 than it was up (it actually worked at 10mbps but not 100mbps).  So, try
 another cable, try another port on your hub/switch, and see if anything
 changes.
 
 Ed Wilts
 Mounds View, MN, USA
 mailto:[EMAIL PROTECTED]
 
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
Brian Wright [EMAIL PROTECTED]




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RTL8139c broadcast problems

2002-02-01 Thread Brian Wright

 Are you able to ping yourself? Try ping localhost or ping 127.0.0.1

Yes, I can ping localhost and 127.0.0.1, and also the machine's assigned
IP and domain name.

--Brian

-- 
Brian Wright [EMAIL PROTECTED]




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RTL8139c broadcast problems

2002-02-01 Thread Fred Herman

Try shutting off your firewall (temporarily).  Depending on your rules,
ping may be getting blocked.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Blown BIOS, no boot

2002-02-01 Thread cbsled

On 02/01/02, at 06:15 PM, Mark Neidorff [EMAIL PROTECTED] said:

Sounds like something is really wrong with that machine. Hmmm, was the
original battery rechargable  did you replace it with the same type of
rechargable?  Is the voltage the same?

It was one of those Dallas Realtime Clocks, a 12887. 
Amazingly, it was in a socket, not soldered to the mobo.

What you are reporting sounds like something is intermittantly connecting 
disconnecting.  Perhaps it won't make a good router?

One suspicion is that one or more of the BIOS settings is now wrong, 
but I long ago forgot the little I knew about 1995 vintage BIOS'es. 

High on that suspect list is one called something like Large Disk Access Mode, the 
choices are DOS or Other.

I'd really prefer to get lilo working. 
The floppy drive is known to be a bit flaky, so I would rather not rely on it for 
normal booting.
According to my reading, the probable cause of lilo stopping at L is a geometry 
mismatch.
The  hard drives were partitioned and formatted by the redhat installation, Server 
class.
Advice?
Things that I overlooked?

-- 
---
Carl Brown [EMAIL PROTECTED]
---
Outgoing mail is certified Virus Free.
I don't use Windows.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



(no subject)

2002-02-01 Thread Ryan Hamilton Madison

Hello,
I recently upgraded to RH 7.2. I notice some disk activity hitting the root
disk every couple seconds. I don't know what it is, and am having a tough
time figuring it out... I got rid of most of the cron entries, and stopped
several services from running, and left a fairly slimmed down system, and I
still can't seem to figure out what is hitting the disk. Looking at
/var/log/cron, the only thing left running every 10 minutes is
/usr/lib/sa/sa1, and that activity does not co-incide with the activity I am
hearing on the disk.
Another file in /var/log that is often being updated is /var/log/pacct.
Which I have figured out is the process accounting data file. I took a look
at iostat, but that only showed me that there was activity on the disk, not
what it was. I would like to know what's going on. fuser shows what's going
on, but doesn't seem specific enough.
Any suggestions on a tool to see what application is hitting the disk? - Or
any suggestions on places to look.
-Thanks, RYAN

Ryan Hamilton Madison
Chief Consultant
escf.com
w. http://ryo.escf.com/resume.html
e. [EMAIL PROTECTED]




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



kernel RPM upgrades change permissions on /boot/grub/grub.conf

2002-02-01 Thread Jim Breton

Hi all.  Been using Red Hat (7.2) for about a week or two now (was a
Debian user for a couple years).  I've been installing the Errata RPMs
and I've noticed that when I install the kernel packages, they hose the
permissions I've set on grub.conf.

I set them non-world-readable because the file contains the hash of the
bootloader password.  Is there any way I can prevent the RPMs from
changing this?  Or should I file a bug report against the package?

Thanks.

-- 

Jim B.
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: xdm default kde

2002-02-01 Thread Charles Marcus

Hi,

I'm having a very similar problem with Redhat 7.2...

None of the suggestions in this thread worked for me...

This should be simple...

Display Manager = KDM
Desktop = KDE (or GNOME, or just a Window Manager)..

Why is this so complicated??



Charles

p.s.
please cc me as I am not subscribed to the list - thanks!




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Portal Software

2002-02-01 Thread Kevin G. Hammond

Is there any decent portal software available for Linux?

We are currently running vanilla RedHat 7.2.  Anything that has a relatively pain free 
installation would be preferred.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: root mail

2002-02-01 Thread oliver

In aliases db enter you mailaddress then make newaliases.. or place a
.forward file in your root dir with your mailaddress in there

cheers

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of John Spooner
Sent: Freitag, 01. Februar 2002 08:53
To: [EMAIL PROTECTED]
Subject: root mail

how would I sent mail for root to my email account?
 -John



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



NFS problem

2002-02-01 Thread Marko Frelih

I have an laptop with CDROM malfunction and I want to install linux via NFS
server. I've established nfs server succesfully, but linuxconf doesn't want
to mount nfs system with cdrom source. What is wrong??



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Java Experts

2002-02-01 Thread Lyn

If you use KDE, the KDE System guard is probably the best for this purpose.
When you open it up, go to the list of Processes.  Go to the check box that
says Tree down at the bottom.  This will show you the hierarchy of
processes.  This will help determine which one to kill (top most usually).
If your running multiple java programs it might take some guess work at
first but I can usually determine what it is fairly quickly by seeing how
many sub-processes are spawned by either program.

Lyn Mortensen
Programmer
[EMAIL PROTECTED]

InTransit Inc.
www.intransit.com





|-Original Message-
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of Rob Saul
|Sent: Friday, February 01, 2002 1:23 PM
|To: [EMAIL PROTECTED]
|Subject: Re: Java Experts
|
|
|
|Can't think of anything off the top of my head, but you might
|try asking
|on the linux-java list ( see www.blackdown.org for info ).
|
|On Friday 01 February 2002 09:44, you wrote:
| Any Java experts out there? I have JDK 1.3.1 installed on
|Redhat 7.2. I
| have an application that opens up several java processes. I
|have another
| app that I want to run, but I want to be able to kill it. Is
|there a way of
| telling the difference in the java processes? Right now when
|I run it and
| do a ps -ef | grep java, expectedly it just lists all the
|java processes.
|
| On Netware you can do a java -show and it lists the
|processes, I believe by
| the class file that started them. Any equivalent command on
|JDK for Linux?
|
| Thanks,
| James
|
|
|
|--
|Rob Saul.:|:[EMAIL PROTECTED]:|:.de recta non tolerandum sunt
|
|
|
|___
|Redhat-list mailing list
|[EMAIL PROTECTED]
|https://listman.redhat.com/mailman/listinfo/redhat-list
|



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: What kernel RPM packages to install from Rawhide?

2002-02-01 Thread Matthew Galgoci

On Fri, Feb 01, 2002 at 07:03:47PM -0200, José Romildo Malaquias wrote:
 Hello.
 
 I am going to rebuild and install the binary RPM packages of the Linux
 kernel from Rawhide in my RedHat Linux 7.2 box. I am not sure what
 packages can be safely installed while trying to keep the system
 well integrated. In particular, it seems that the glibc and the
 kernel-headers packages are tied together, that is, I should not
 install the Rawhide kernel-headers. Currently I have the following
 kernel packages installed:
 
   kernel-2.4.7-10 (i686)
   kernel-2.4.9-21 (i686)
   kernel-headers-2.4.9-21
   kernel-source-2.4.9-21
 
 I want to keep them and also install the new ones
 
   kernel-2.4.17-0.12 (i686)
   kernel-source-2.4.17-0.12

You will need to grab the following src.rpm packages from rawhide, recompile them,
and install them in order to be able to install rawhide kernels without unsatisfied
dependencies:

MAKEDEV (and the dev package that is produced by recompiling the MAKEDEV src.rpm)
modutils
initscripts

 Will the new kernel-headers be needed for something, like compiling
 third party kernel modules (like avfs and alsa) for the new kernel,
 or can I just disregard it?

kernel-headers are used in conjunction with glibc-devel to allow you to compile 
period. kernel-headers should not be used to compile external kernel modules.

There is really no need to upgrade kernel-headers in your situation.

 
 Thanks.
 
 Romildo
 -- 
 Prof. José Romildo Malaquias   Departamento de Computação
 http://iceb.ufop.br/~romildo   Universidade Federal de Ouro Preto
 [EMAIL PROTECTED]   Brasil
 [EMAIL PROTECTED]
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Help with name issues DNS and Cox.net

2002-02-01 Thread Matthew Galgoci

On Fri, Feb 01, 2002 at 12:24:56PM -0500, [EMAIL PROTECTED] wrote:
 Hi,
 
 I have been struggling with the changeover from Cox@home to Cox.net in the
 past week and I have hit a cross-roads.  I need assistance with
 troubleshooting some DNS issues that I'm having.
 
 I'm running RH 7.1 with IPmasquerading and IPCHAINS.
 
 My problems are as follows:
 
 1) Cox now requires DHCP, so I shifted eth0 to DHCP and it picks up the
 address just fine and the DNS servers.  But they also issue dynamic
 hostnames with every lease.  So in their literature they say that you can
 use anything for hostname.  But if I do, then I can't resolve my hostname
 when I bootup...I fixed this by changing the hosts file to resolve my
 current hostname to my current address.  But what happens when the address
 changesI'm hosed again.

You can fudge a random hostname as an alias to 127.0.0.1 in /etc/hosts and
by setting the random hostname in /etc/sycconfig/network. This will keep
your machine mostly happy but is an ugly hack.

 2) My internal clients cannot access the support.cox.net site at all.  I
 think that this has something to do with the fact that they are masq'd and
 they have different domain suffixes? maybe...

I doubt it. Look elsewhere. Try tcpdumping on the gateway box while your clients
are trying to hit support.cox.net and see what happens. Also take a good hard look
at your network setup.

Besides, if cox was able to detect NATed connections, they could do far worse things
than block access to their support site.

 3) internal clients can't access Mail. I think for the same reason listed
 above.  They can ping the server, but are denied access, even when I put the
 fixed IP of the mail server into the box.  

Again, look at your network/firewall setup.

 
 4)DNS confuses the hell out of me and I can't get my mind around the
 problem.

Heh. It gets worse when you try and run dns yourself ;-)
 

Matt

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: IBM Microdrive

2002-02-01 Thread Matthew Galgoci

On Fri, Feb 01, 2002 at 12:16:26PM -0500, James Vellenga wrote:
 Hi everyone,
 
 I have an old laptop that uses a pcmcia harddrive.  The old drive died a
 while back filled with back sectors, and I have been looking for a
 replacement.  Linux does work on the system with the pcmcia hard drive,
 but for replacement of it a person suggested using a Compact Flash card
 with pcmcia adaptor.  As I have been shopping I have been considering
 going with an IBM micro-drive with a pcmcia adaptor.  I was wondering
 does anyone know if either of these options will work with linux?

Micro drives should work fine with linux, but I have yet to see a laptop 
that will allow you to boot from any kind of pcmcia device. Booting will 
probably be your primary problem,

-- 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: (no subject)

2002-02-01 Thread Matthew Galgoci

On Thu, Jan 31, 2002 at 11:47:25AM -0500, Ryan Hamilton Madison wrote:
 Hello,
   I recently upgraded to RH 7.2. I notice some disk activity hitting the root
 disk every couple seconds. I don't know what it is, and am having a tough
 time figuring it out... I got rid of most of the cron entries, and stopped

It's probably ext3 committing the journal every 5 seconds. Syslog could also be
a responsible for synchronous disk writes on a regular basis.

Matt

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Mounting vfat partition: logical sector size 0?

2002-02-01 Thread Matthew Galgoci


What does /sbin/fdisk -l /dev/hda print out?

On Tue, Jan 17, 2006 at 12:19:03AM -0500, Dominic Mitchell wrote:
 
 
 
 Hi,  
 
 I have been trying to mount a vfat partition to no avail.  I can
 mount /dev/hda1 which is the C drive of Win98.  But I can't mount
 /dev/hda10 with the same options.  Here is my /etc/fstab:
 
 LABEL=/ /   ext3defaults1 1
 none/dev/ptsdevpts  gid=5,mode=620  0 0
 LABEL=/home /home   ext3defaults1 2
 none/proc   procdefaults0 0
 none/dev/shmtmpfs   defaults0 0
 LABEL=/tmp  /tmpext3defaults1 2
 LABEL=/usr  /usrext3defaults1 2
 LABEL=/usr/local/usr/local  ext3defaults1 2
 LABEL=/var  /varext3defaults1 2
 /dev/hda3   swapswapdefaults0 0
 /dev/cdrom  /mnt/cdrom  iso9660 noauto,owner,kudzu,ro 0 0
 /dev/fd0/mnt/floppy autonoauto,owner,kudzu 0 0
 /dev/hda1   /mnt/win98  vfatdefaults,noauto 0 0
 /dev/hda10  /mnt/data   vfatdefaults,noauto 0 0
 
 
 When I try to mount the system this what I get:
 
 [root@localhost sbin]# mount /mnt/data
 mount : type fs incorrect, option incorrect, superbloc incorrect on /dev/hda10,
or too many mounted file systems.
 
 Moreover,  today I try to run fsck.vfat on /dev/hda10 and this is
 what I got:
 
 [root@localhost sbin]# fsck.vfat -r /dev/hda10
 dosfsck 2.7, 14 Feb 2001, FAT32, LFN
 Logical sector size is zero.
 
 I think is pointing to the source of the error,  but I do not know
 how to fix this.
 
 Thanks for any pointer on how to fix this ...
 
 Dominic
 
 
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



increasing number of allowed processes per user

2002-02-01 Thread Rob Saul


Sigh, I've forgotten how to change the number of processes per
user allowed.   Could some kind sole remind me?

Thanks,
~Rob

-- 
Rob Saul.:|:[EMAIL PROTECTED]:|:.de recta non tolerandum sunt



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Blown BIOS, no boot

2002-02-01 Thread John P Verel

Smells like a hardware problem.  Last rights may be in order ;) ?  The
LILO user's guide says that this type of error, ...usually indicates a
media failure or a geometry mismatch (e.g. bad disk parameters).
BIOS may be the place to start.

John
On 02/01/02, 08:22:36AM -0500, [EMAIL PROTECTED] wrote:
 On 01/31/02, at 10:57 PM, John P Verel [EMAIL PROTECTED] said:
 
 Did you get an error code along side the L?
 No error code, just the L.

-- 
John P. Verel
Living Proof That Low Tech Beats High Tech!



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



DHCP completely new to me - please help

2002-02-01 Thread Edward Dekkers

With the mini-howto, I HAVE gotten dhcpd up and running and it it serving
dynamic ip addresses OK.

Previously, the clients were static, and I also used to fill in the
'gateway' ip, to allow the client to get on the internet. Now, when running
ipconfig on the clients, the gateway is empty. They have obviously picked up
on the DNS server correctly, because the internet addresses ARE being
translated correctly, however, pinging is a no go.

I've also gone through 'man dhcpd.conf' and 'man 5 dhcpd-options' files, to
see if the dhcp server can insert this gateway value into the clients, but
I'm obviously misunderstanding how it is done because no option remotely
looks like what I need.

What do I need to set up in my dhcpd.conf, for the clients to pick up the
default gateway?

TIA.

---
Edward Dekkers (Director)
Triple D Computer Services Pty. Ltd.




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: DHCP completely new to me - please help

2002-02-01 Thread Bret Hughes

On Fri, 2002-02-01 at 21:34, Edward Dekkers wrote:
 With the mini-howto, I HAVE gotten dhcpd up and running and it it serving
 dynamic ip addresses OK.
 
 Previously, the clients were static, and I also used to fill in the
 'gateway' ip, to allow the client to get on the internet. Now, when running
 ipconfig on the clients, the gateway is empty. They have obviously picked up
 on the DNS server correctly, because the internet addresses ARE being
 translated correctly, however, pinging is a no go.
 
 I've also gone through 'man dhcpd.conf' and 'man 5 dhcpd-options' files, to
 see if the dhcp server can insert this gateway value into the clients, but
 I'm obviously misunderstanding how it is done because no option remotely
 looks like what I need.
 
 What do I need to set up in my dhcpd.conf, for the clients to pick up the
 default gateway?
 
here are the first few lines in one of my dhcp servers

subnet 192.168.0.0 netmask 255.255.255.0 {
# --- default gateway
option routers 192.168.0.1;
option subnet-mask 255.255.255.0;

HTH

Bret



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: DHCP completely new to me - please help

2002-02-01 Thread Linux

Heres Mine

server-name Lennie;
max-lease-time 26;
default-lease-time 25;
option netbios-node-type 8;
option domain-name xyz.com;
option netbios-name-servers 192.168.10.210;
option domain-name-servers 203.96.152.4 , 203.96.152.12;
option broadcast-address 192.168.10.255;
option subnet-mask 255.255.255.0;
option routers 192.168.10.210;
subnet 192.168.10.0 netmask 255.255.255.0 {
option netbios-node-type 8;
option netbios-name-servers 192.168.10.210;
option domain-name-servers 203.96.152.4 , 203.96.152.12;
option broadcast-address 192.168.10.255;
option subnet-mask 255.255.255.0;
option routers 192.168.10.210;
max-lease-time 26;
default-lease-time 25;
range 192.168.10.100 192.168.10.200;
}

Mike


This mail was processed by Mail essentials for Exchange/SMTP, 
the email security  management gateway. Mail essentials adds 
content checking, email encryption, anti spam, anti virus, 
attachment compression, personalised auto responders, archiving 
and more to your Microsoft Exchange Server or SMTP mail server. 
For more information visit http://www.mailessentials.com



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Redhat-list digest, Vol 1 #3737 - 19 msgs

2002-02-01 Thread Michael Moore

[EMAIL PROTECTED] wrote:

Send Redhat-list mailing list submissions to
   [EMAIL PROTECTED]

To subscribe or unsubscribe via the World Wide Web, visit
   https://listman.redhat.com/mailman/listinfo/redhat-list
or, via email, send a message with subject or body 'help' to
   [EMAIL PROTECTED]

You can reach the person managing the list at
   [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than Re: Contents of Redhat-list digest...




Today's Topics:

   1. Re: RTL8139c broadcast problems (Ed Wilts)
   2. Re: RTL8139c broadcast problems (G. T. Francisco, III)
   3. Second Circuit Ruling on source code (Michael Jang)
   4. [Q] Why is rpm 4.0.4-0.23 is asking for already installed perl
   modules? (Maurice Volaski)
   5. Re: RTL8139c broadcast problems (Brian Wright)
   6. Re: RTL8139c broadcast problems (Brian Wright)
   7. Re: RTL8139c broadcast problems (Brian Wright)
   8. Re: RTL8139c broadcast problems (Brian Wright)
   9. Re: RTL8139c broadcast problems (Fred Herman)
  10. Re: Blown BIOS, no boot ([EMAIL PROTECTED])
  11. where is cfdisk in rh 7.2? (LuisMi)
  12. (no subject) (Ryan Hamilton Madison)
  13. kernel RPM upgrades change permissions on /boot/grub/grub.conf (Jim Breton)
  14. Re: xdm default kde (Charles Marcus)
  15. Portal Software (Kevin G. Hammond)
  16. RE: root mail ([EMAIL PROTECTED])
  17. Re: My Machine can't receive mail (Jack Wallen)
  18. URGENT - Vi problems (LuisMi)


 

 Subject:

 Re: RTL8139c broadcast problems
 From:

 Ed Wilts [EMAIL PROTECTED]
 Date:

 Fri, 1 Feb 2002 18:47:24 -0600
 To:

 [EMAIL PROTECTED]


I just installed RH 7.2 on a rackmount with a RealTek 8139c ethernet
card.  Running ifconfig brings up eth0 just fine, but when I try to ping
any IP addy, I keep getting destination host unreachable


I had this too on an 8139.  It turned out to be a dead firewall port.  Even
though I had the link light on, the port was intermittent and was dead more
than it was up (it actually worked at 10mbps but not 100mbps).  So, try
another cable, try another port on your hub/switch, and see if anything
changes.

Ed Wilts
Mounds View, MN, USA
mailto:[EMAIL PROTECTED]





 

 Subject:

 Re: RTL8139c broadcast problems
 From:

 G. T. Francisco, III [EMAIL PROTECTED]
 Date:

 Fri, 1 Feb 2002 18:53:52 -0600
 To:

 [EMAIL PROTECTED]


On Fri, Feb 01, 2002 at 04:29:27PM -0800, Brian Wright said:

Hi, List!

I just installed RH 7.2 on a rackmount with a RealTek 8139c ethernet
card.  Running ifconfig brings up eth0 just fine, but when I try to ping
any IP addy, I keep getting destination host unreachable.

Are you able to ping yourself? Try ping localhost or ping 127.0.0.1




 

 Subject:

 Second Circuit Ruling on source code
 From:

 Michael Jang [EMAIL PROTECTED]
 Date:

 Fri, 1 Feb 2002 19:56:18 -0500
 To:

 [EMAIL PROTECTED]


Folks,

I'm listening to a legal presentation on publishing from the Waterside
writer's conference, and Jon Tandler of Isaacson, Rosenbaum, Woods 
Levy, P.C. says there was a recent ruling by the Second Circuit Appeals
court (I think it covers New York state and maybe CT) - that sounds like
it goes beyond the GPL.

Essentially, he's saying that Second Circuit ruling protects source code
as free speech, as opposed to something that can be copyrighted.

Tandler went on to say that the rulings of other US circuit courts are
in conflict with this ruling.

Can anyone here point me to the current case law for these rulings, as
how they affect the GPL? What have other circuits said about source
code, free speech, and copyright law?

If this isn't the right forum, can you point me in the right direction?

Thanks,
Michael Jang




 

 Subject:

 [Q] Why is rpm 4.0.4-0.23 is asking for already installed perl modules?
 From:

 Maurice Volaski [EMAIL PROTECTED]
 Date:

 Fri, 1 Feb 2002 20:05:39 -0500
 To:

 [EMAIL PROTECTED]


 I'm installing the components of rpm 4.04-0.23 on a RedHat 7.1 box and 
 the current rpm (4.0.3-1.03) complains ...

 perl(Data::Dumper)   is needed by rpm-build-4.0.4-0.23
 perl(strict)   is needed by rpm-build-4.0.4-0.23
 perl(Sys::Hostname)   is needed by rpm-build-4.0.4-0.23

 But the installed perl (5.6.0-12) according to rpm seems to be 
 providing everything...

 /usr/lib/perl5/5.6.0/strict.pm
 /usr/lib/perl5/5.6.0/i386-linux/Sys/Hostname.pm
 /usr/lib/perl5/5.6.0/i386-linux/Data/Dumper.pm

 

 Subject:

 Re: RTL8139c broadcast problems
 From:

 Brian Wright [EMAIL PROTECTED]
 Date:

 Fri, 01 Feb 2002 17:04:18 -0800
 To:

 [EMAIL PROTECTED]


I've tried with 

RE: Java Experts

2002-02-01 Thread Jared Brick

From the sounds of it, this will do the trick (without using KDE):

ps -AH

Jared

On Fri, 2002-02-01 at 16:41, Lyn wrote:
 If you use KDE, the KDE System guard is probably the best for this purpose.
 When you open it up, go to the list of Processes.  Go to the check box that
 says Tree down at the bottom.  This will show you the hierarchy of
 processes.  This will help determine which one to kill (top most usually).
 If your running multiple java programs it might take some guess work at
 first but I can usually determine what it is fairly quickly by seeing how
 many sub-processes are spawned by either program.
 
 Lyn Mortensen
 Programmer
 [EMAIL PROTECTED]
 
 InTransit Inc.
 www.intransit.com
 
 
 
 
 
 |-Original Message-
 |From: [EMAIL PROTECTED]
 |[mailto:[EMAIL PROTECTED]]On Behalf Of Rob Saul
 |Sent: Friday, February 01, 2002 1:23 PM
 |To: [EMAIL PROTECTED]
 |Subject: Re: Java Experts
 |
 |
 |
 |Can't think of anything off the top of my head, but you might
 |try asking
 |on the linux-java list ( see www.blackdown.org for info ).
 |
 |On Friday 01 February 2002 09:44, you wrote:
 | Any Java experts out there? I have JDK 1.3.1 installed on
 |Redhat 7.2. I
 | have an application that opens up several java processes. I
 |have another
 | app that I want to run, but I want to be able to kill it. Is
 |there a way of
 | telling the difference in the java processes? Right now when
 |I run it and
 | do a ps -ef | grep java, expectedly it just lists all the
 |java processes.
 |
 | On Netware you can do a java -show and it lists the
 |processes, I believe by
 | the class file that started them. Any equivalent command on
 |JDK for Linux?
 |
 | Thanks,
 | James
 |
 |
 |
 |--
 |Rob Saul.:|:[EMAIL PROTECTED]:|:.de recta non tolerandum sunt
 |
 |
 |
 |___
 |Redhat-list mailing list
 |[EMAIL PROTECTED]
 |https://listman.redhat.com/mailman/listinfo/redhat-list
 |
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: cfdisk

2002-02-01 Thread Michael Moore

[EMAIL PROTECTED] wrote:

Send Redhat-list mailing list submissions to
   [EMAIL PROTECTED]

To subscribe or unsubscribe via the World Wide Web, visit
   https://listman.redhat.com/mailman/listinfo/redhat-list
or, via email, send a message with subject or body 'help' to
   [EMAIL PROTECTED]

You can reach the person managing the list at
   [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than Re: Contents of Redhat-list digest...




Today's Topics:

   1. NFS problem (Marko Frelih)
   2. RE: Java Experts (Lyn)
   3. Re: What kernel RPM packages to install from Rawhide? (Matthew Galgoci)
   4. Re: Help with name issues DNS and Cox.net (Matthew Galgoci)
   5. Re: IBM Microdrive (Matthew Galgoci)
   6. Re: (no subject) (Matthew Galgoci)
   7. Re: Mounting vfat partition: logical sector size 0? (Matthew Galgoci)
   8. increasing number of allowed processes per user (Rob Saul)
   9. Re: Blown BIOS, no boot (John P Verel)
  10. DHCP completely new to me - please help (Edward Dekkers)
  11. Re: DHCP completely new to me - please help (Bret Hughes)
  12. RE: DHCP completely new to me - please help (Linux)
  13. Re: Redhat-list digest, Vol 1 #3737 - 19 msgs (Michael Moore)


 

 Subject:

 NFS problem
 From:

 Marko Frelih [EMAIL PROTECTED]
 Date:

 Fri, 1 Feb 2002 22:34:24 +0100
 To:

 [EMAIL PROTECTED]


I have an laptop with CDROM malfunction and I want to install linux via NFS
server. I've established nfs server succesfully, but linuxconf doesn't want
to mount nfs system with cdrom source. What is wrong??




 

 Subject:

 RE: Java Experts
 From:

 Lyn [EMAIL PROTECTED]
 Date:

 Fri, 1 Feb 2002 13:41:23 -0800
 To:

 [EMAIL PROTECTED]


If you use KDE, the KDE System guard is probably the best for this purpose.
When you open it up, go to the list of Processes.  Go to the check box that
says Tree down at the bottom.  This will show you the hierarchy of
processes.  This will help determine which one to kill (top most usually).
If your running multiple java programs it might take some guess work at
first but I can usually determine what it is fairly quickly by seeing how
many sub-processes are spawned by either program.

Lyn Mortensen
Programmer
[EMAIL PROTECTED]

InTransit Inc.
www.intransit.com





|-Original Message-
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of Rob Saul
|Sent: Friday, February 01, 2002 1:23 PM
|To: [EMAIL PROTECTED]
|Subject: Re: Java Experts
|
|
|
|Can't think of anything off the top of my head, but you might
|try asking
|on the linux-java list ( see www.blackdown.org for info ).
|
|On Friday 01 February 2002 09:44, you wrote:
| Any Java experts out there? I have JDK 1.3.1 installed on
|Redhat 7.2. I
| have an application that opens up several java processes. I
|have another
| app that I want to run, but I want to be able to kill it. Is
|there a way of
| telling the difference in the java processes? Right now when
|I run it and
| do a ps -ef | grep java, expectedly it just lists all the
|java processes.
|
| On Netware you can do a java -show and it lists the
|processes, I believe by
| the class file that started them. Any equivalent command on
|JDK for Linux?
|
| Thanks,
| James
|
|
|
|--
|Rob Saul.:|:[EMAIL PROTECTED]:|:.de recta non tolerandum sunt
|
|
|
|___
|Redhat-list mailing list
|[EMAIL PROTECTED]
|https://listman.redhat.com/mailman/listinfo/redhat-list
|




 

 Subject:

 Re: What kernel RPM packages to install from Rawhide?
 From:

 Matthew Galgoci [EMAIL PROTECTED]
 Date:

 Fri, 1 Feb 2002 21:31:04 -0500
 To:

 [EMAIL PROTECTED]


On Fri, Feb 01, 2002 at 07:03:47PM -0200, José Romildo Malaquias wrote:

Hello.

I am going to rebuild and install the binary RPM packages of the Linux
kernel from Rawhide in my RedHat Linux 7.2 box. I am not sure what
packages can be safely installed while trying to keep the system
well integrated. In particular, it seems that the glibc and the
kernel-headers packages are tied together, that is, I should not
install the Rawhide kernel-headers. Currently I have the following
kernel packages installed:

  kernel-2.4.7-10 (i686)
  kernel-2.4.9-21 (i686)
  kernel-headers-2.4.9-21
  kernel-source-2.4.9-21

I want to keep them and also install the new ones

  kernel-2.4.17-0.12 (i686)
  kernel-source-2.4.17-0.12


You will need to grab the following src.rpm packages from rawhide, recompile them,
and install them in order to be able to install rawhide kernels without unsatisfied
dependencies:

MAKEDEV (and the dev package that is produced by recompiling the MAKEDEV src.rpm)
modutils
initscripts

Will the new kernel-headers be 

RE: cfdisk

2002-02-01 Thread Michael Moore

I too was unable to locate the cfdisk command in Red Hat7.2.  I was 
wanting to use it a couple of days ago.
I have a dual boot system with WindowME installed on one hard drive 
(hda1/vfat) and Linux installed on the other (hdb1/ext3).  I was wanting 
to reduce the size of the vfat partition and use the extra free space to 
install an ext3 partition there.  I was hoping that I could do this 
using cfdisk.  Any suggestions?



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



where is cfdisk in rh 7.2?

2002-02-01 Thread LuisMi

I can't find the cfdisk command into my redhat 7.2, where is it?

-- 
+--
| Luis Miguel Cruz.
|  |
  Public Key: http://www.flcnet.es/tbe/luismi/nadie/luismi_adp.asc |
 --+



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



URGENT - Vi problems

2002-02-01 Thread LuisMi

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I was editing a file called firewall2002.sh over my ssh connection when 
the connection crash :-(

I enter again into my computer and start again to finish my work.

Now, when I try to execute that file I always read...

./firewall2002a.sh: line 1050: syntax error: unexpected end of file

How can I resolve that?

Thanks

- -- 
+--
| Luis Miguel Cruz.
|  |
  Public Key: http://www.flcnet.es/tbe/luismi/nadie/luismi_adp.asc |
 --+
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjxa9IYACgkQvQHLTzrFJlfg9wCeNmM5jg+sN557Ndskcvkgg7mH
tr8AnixQ3gUHbCHxpDnVsi4wI/g3yWZr
=OGaV
-END PGP SIGNATURE-



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Case-sentiveness on pgsql

2002-02-01 Thread Gordon Messmer

On Wed, 2002-01-30 at 17:42, Fernando Lozano wrote:

 How to make the database permform SORT and LIKE canse-insensitive,
 without having to use non-standard or not-guaranteed SQL constructs?

I don't know if you can, but this mail list post:
http://archives.postgresql.org/pgsql-sql/1998-09/msg00069.php
suggests the following examples:

   SELECT * FROM series WHERE upper(NAME) = 'INDIA'
   or
   SELECT * FROM series WHERE NAME ~* '^india$'

The first is probably the most portable.  It selects rows where the
uppercase value of the NAME column is 'INDIA'.  It should work on any
SQL server that provides an upper function.

The second example matches a case-insensitive regex.  I've never seen
this syntax before, and assume that it's PostgreSQL-specific.  :)







signature.asc
Description: This is a digitally signed message part