Re: kernel and kernel-headers

2002-09-08 Thread sgarcia

In [EMAIL PROTECTED], on
09/07/2002 at 12:27 PM,
   Remo Mattei [EMAIL PROTECTED] said:

Hi guys I have compiled my own kernel 2.4.19 with some features that are
not in the standard rpm kernel. I try to remove kernel-2.4.2-2 and I get
this:

Why?

Having an old (working) kernel around is a good thing, unless you are
desperately short of space.  Go into lilo.conf (or whatever you're using
as a boot loader) and set your new kernel to be the default, but leave the
old one accessible.  If something squirrely starts happening a few weeks
down the road, you have a fallback position.

-- 
---
Steve Garcia   using MR/2 ICE #10133 with Warp 4  
[EMAIL PROTECTED]
For PGP key, send mail to [EMAIL PROTECTED] with subject PGP key
---
The Operating System/2 Version is 4.50
Revision 14.062
There are 41 Processes with 148 Threads.
GHARLANE: uptime is 1 day, 15:46 hours and 42 seconds
 
*  They that can give up essential liberty to obtain a little temporary  safety 
deserve neither liberty nor safety. -- Benjamin Franklin



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: sendmail init

2002-09-08 Thread Keith Morse

On Sat, 7 Sep 2002, Ashley M. Kirchner wrote:

 For shutdown I haven't changed anything, and I noticed that the 'killproc 
sendmail' line will only kill one of the daemons, not both.  Should I just duplicate 
that line and have it run twice?
 
 Anyone have any adjustment suggestions for this?


Taking a look at /etc/rc.d/init.d/functions, killproc() calls another 
function pidofproc() which uses base=${1##*/} as a pattern match for 
id'ing the pid.  I'd think it would depend on the name of the pid file 
that exists in /var/run/ and if pidofproc() would match it.  pidofproc() 
does try to match and load each pid for each base name above.  It will 
depend upon what ${1##*/} expands to in the shell, of which I'm not 
sure.  I'm still puzzling thru the Mastering Regular Expressions book by 
O'Reilly and Associates.





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



sort/trim file

2002-09-08 Thread Ashley M. Kirchner


I have a file that contains several hundred IP addresses, and the reason it 
contains so many is because all of them have been repeated at some point or another 
(several times).  How can I, from this old file, generate a new file that contains 
only one instance of those IPs?

Probably something with cat, grep and some other routine.  If someone can figure 
this out, that'd be great.

--
H | Life is the art of drawing without an eraser. - John Gardner
  +
  Ashley M. Kirchner mailto:[EMAIL PROTECTED]   .   303.442.6410 x130
  Director of Internet Operations / SysAdmin. 800.441.3873 x130
  Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave, #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: sort/trim file

2002-09-08 Thread William Wong

sort file | uniq  newfile

- Original Message -
From: Ashley M. Kirchner [EMAIL PROTECTED]
To: Red Hat Mailing List [EMAIL PROTECTED]
Sent: Sunday, September 08, 2002 3:40 AM
Subject: sort/trim file



 I have a file that contains several hundred IP addresses, and the
reason it contains so many is because all of them have been repeated at some
point or another (several times).  How can I, from this old file, generate a
new file that contains only one instance of those IPs?

 Probably something with cat, grep and some other routine.  If someone
can figure this out, that'd be great.

 --
 H | Life is the art of drawing without an eraser. - John Gardner
   +
   Ashley M. Kirchner mailto:[EMAIL PROTECTED]   .   303.442.6410 x130
   Director of Internet Operations / SysAdmin. 800.441.3873 x130
   Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave, #6
   http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.





 --
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Quota error

2002-09-08 Thread Info


loophole wrote:
 you need to do this in single or rescue mode.

how do i get there?

 
 hth.
 lh
 
 =
 `When you say I wrote a program that crashed Windows, people just
 stare at you blankly and say Hey, I got those with the system, *for
 free*.'  
 - Linus Torvalds
 
 __
 Do You Yahoo!?
 Yahoo! Finance - Get real-time stock quotes
 http://finance.yahoo.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



iptables bug or feature?

2002-09-08 Thread daniel

in my rc.firewall script i have the following two lines:


iptables -A OUTPUT -o $EXT_INTERFACE -p tcp \ -m multiport \
  --destination-port $NFS_PORT,$OPENWINDOWS_PORT,$SOCKS_PORT,$SQUID_PORT \
  --syn -j REJECT

iptables -A INPUT  -o $EXT_INTERFACE -p tcp -m multiport \
  --destination-port $NFS_PORT,$OPENWINDOWS_PORT,$SOCKS_PORT,$SQUID_PORT \
  --syn -j DROP


but for some reason, they're not working.
instead, i'm met with the error:

  iptables v1.2.7 invalid TCP port/service `2049:2000:1080:3128' specified
  Try `iptables -h' or 'iptables --help' for more information

a googling for the problem came up with it's a bug, or a feature, i don't
know.  so which is it?  and what's the best way to get around it?  do i
have to make up a rule for each port?



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: DLink DFE-530TX+ on RH7.1 ???

2002-09-08 Thread David Chao

 I've got a D-Link TFE-538TX using the 8139too driver on Red Hat Linux
 7.1 and am not having any problems at all.

Same here. I am using DLink DFE-538TX+ using the 8139too driver on RH 7.1.
It works out of the box with no problems. :-)



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Creating a tgz, what's the problem? TGZ better than ZIP?

2002-09-08 Thread David Chao

Thanks for all the reply. I understand better now..



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: sort/trim file

2002-09-08 Thread Emmanuel Seyman

On Sun, Sep 08, 2002 at 01:40:14AM -0600, Ashley M. Kirchner wrote:
 
 I have a file that contains several hundred IP addresses, and the reason
 it contains so many is because all of them have been repeated at some point
 or another (several times).  How can I, from this old file, generate a new
 file that contains only one instance of those IPs?

sort -u oldfile  newfile

Emmanuel



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: iptables bug or feature?

2002-09-08 Thread Jason Costomiris

On Sat, Sep 07, 2002 at 02:43:37AM -0700, daniel wrote:
:   iptables v1.2.7 invalid TCP port/service `2049:2000:1080:3128' specified
:   Try `iptables -h' or 'iptables --help' for more information

Do you have the ipt_multiport.o module built?

Check under your /lib/modules/version/kernel/net/ipv4/netfilter directory
to be sure..  Perhaps also try modprobing ipt_multiport before trying
again...

-- 
Jason Costomiris|  Technologist, geek, human.
jcostom {at} jasons {dot} org  |  http://www.jasons.org/ 
  Quidquid latine dictum sit, altum viditur.
My account, My opinions.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Using Domain Name?

2002-09-08 Thread Michael J. Yanowitz

Hello:

I recently purchased a Domain Name.
So I would like to do the following:

1)  Use [EMAIL PROTECTED] instead of
yanowitz@localhost

2)  Have http://www.stlmousery.com/ point
to ~/public_html/index.html

3) Have ftp.stlmousery.com point to
   /winD/shared

 How do I do this?

 Thanks in advance:
 Michael J. Yanowitz

__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: DLink DFE-530TX+ on RH7.1 ???

2002-09-08 Thread achana

Hi. !
Thanks all, especially to James Pifer. Actually they do work, but 
On the other hand, I picked them up last week on a whimp to test them (
I was after the specials on h/d  - they were throwing 40G Maxtors and
WD's at u for less than US$90  ) .
They costed me less then US$10 each , paltry sums that neither 3Com nor
Cisco would entertain!
I can now recycle an old cpu instead of buying a router  : I was
thinking of one for each subnet - something to do on bad Sundays...
Actually, there are lots of uses for old MMX and PII and Celeron's ...



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



[PXE]

2002-09-08 Thread Joachim Kunze

Currently I'm playing around with PXE boot and my Dell Optiplex GX150
clients and I always end up in a situation, where the PXE-kernel is
downloaded from the PXE bootserver and the PXE client boots the
PXE-kernel (provided by the Red Hat from the CD1 in /images/pxeboot/),
but I always receive a kernel-panic message as follows:
Kernel panic: Unable to mount root fs on 09:02 
I assume, that the initrd and the ramdisk couldn't be loaded, but why?
On the PXE bootserver, the pxe deamon crashes and I have to restart the
deamon.
I've tested RHL 7.3 and RHL beta (null) with the same results.

Any ideas?

Regards,

Joachim




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: ADSL problem rp-pppoe

2002-09-08 Thread Kevin MacNeil

On Fri, Sep 06, 2002 at 06:51:40PM -0500, Euriel Gómez Raga wrote:
 I'm running redhat 7.3 , on a celeron computer, this has 192 Mb ram,
 and has 3 nics, that seems to be working ok with no problems. I have
 installed rp-pppoe-3.5, but it is not working well on my machine.

I ran into the same kind of trouble when I last had a pppoe connection.
I didn't really try to investigate what was going on, since the problem
went away when I uninstalled the binary and then downloaded and
recompiled the latest rp-ppoe.*.src.rpm on my machine.

Don't know if it'll work for you, but it's worth a try anyway...



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: WYSIWYG Website Editors

2002-09-08 Thread Reuben D. Budiardja

On Saturday September 7 2002 08:52 pm, Edwin Humphries wrote:
 Does anyone know of a good WYSIWYG editor for Linux - something that can
 replace my only remaining Windows-essential application (Dreamweaver)?

Mozilla has a very good composer for building website. Try installing Mozilla 
1.0.x (get the stable version, if you're not testing, of course):
http://www.mozilla.org

Rdb 




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: iptables bug or feature?

2002-09-08 Thread Jack Bowling

** Reply to message from daniel [EMAIL PROTECTED] on Sat, 07 Sep 2002 02:43:37 -0700


 in my rc.firewall script i have the following two lines:
 
 
 iptables -A OUTPUT -o $EXT_INTERFACE -p tcp \ -m multiport \
   --destination-port $NFS_PORT,$OPENWINDOWS_PORT,$SOCKS_PORT,$SQUID_PORT \
   --syn -j REJECT
 
 iptables -A INPUT  -o $EXT_INTERFACE -p tcp -m multiport \
   --destination-port $NFS_PORT,$OPENWINDOWS_PORT,$SOCKS_PORT,$SQUID_PORT \
   --syn -j DROP
 
 
 but for some reason, they're not working.
 instead, i'm met with the error:
 
   iptables v1.2.7 invalid TCP port/service `2049:2000:1080:3128' specified
   Try `iptables -h' or 'iptables --help' for more information
 
 a googling for the problem came up with it's a bug, or a feature, i don't
 know.  so which is it?  and what's the best way to get around it?  do i
 have to make up a rule for each port?

The -m multiport match is protocol-specific, working only with tcp or udp. So be 
specific in your rules and add -p tcp to your rules. Also, it may just be an 
artifact of your mailer, but you do not need the first \ before -m in the above 
rules.

jb



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: iptables bug or feature?

2002-09-08 Thread Jack Bowling

** Reply to message from Jack Bowling [EMAIL PROTECTED] on Sun, 08 Sep 2002 10:56:48 
-0700


 ** Reply to message from daniel [EMAIL PROTECTED] on Sat, 07 Sep 2002 02:43:37 
-0700
 
 
  in my rc.firewall script i have the following two lines:
  
  
  iptables -A OUTPUT -o $EXT_INTERFACE -p tcp \ -m multiport \
--destination-port $NFS_PORT,$OPENWINDOWS_PORT,$SOCKS_PORT,$SQUID_PORT \
--syn -j REJECT
  
  iptables -A INPUT  -o $EXT_INTERFACE -p tcp -m multiport \
--destination-port $NFS_PORT,$OPENWINDOWS_PORT,$SOCKS_PORT,$SQUID_PORT \
--syn -j DROP
  
  
  but for some reason, they're not working.
  instead, i'm met with the error:
  
iptables v1.2.7 invalid TCP port/service `2049:2000:1080:3128' specified
Try `iptables -h' or 'iptables --help' for more information
  
  a googling for the problem came up with it's a bug, or a feature, i don't
  know.  so which is it?  and what's the best way to get around it?  do i
  have to make up a rule for each port?
 
 The -m multiport match is protocol-specific, working only with tcp or udp. So be 
specific in your rules and add -p tcp to your rules. Also, it may just be an 
artifact of your mailer, but you do not need the first \ before -m in the above 
rules.
 
 jb

Sorry, no coffee yet this morning. I see now that the -p tcp is there so disregard 
everything I typed. Do you have the libipt_multiport.so module in your /lib/iptables?

jb



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Mozilla 1.1 processes not terminating, have to kill manually!

2002-09-08 Thread John P Verel

Just installed Mozilla 1.1 yesterday.  When I close it and restart, ps -A
shows that mozilla-bin is still running.  The only way I can get it
restarted is by manually killing the first process number shown by ps
-A.  Any suggestions on what's wrong here?

TIA

John



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Mozilla 1.1 processes not terminating, have to kill manually!

2002-09-08 Thread John P Verel


On 09/08/02 14:20 -0400, John P Verel wrote:
 Just installed Mozilla 1.1 yesterday.  When I close it and restart, ps -A
 shows that mozilla-bin is still running.  

Clarification here.  This happens if I close it while it is seeking a
page (e.g. when the wheel in top right is spinning.  If this is not the
case, it terminates normally.

The only way I can get it restarted is by manually killing the first
process number shown by ps -A.  Any suggestions on what's wrong here?

John



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RHL 7.3 System crashes when logging out

2002-09-08 Thread GJMPort

I'm running RHL 7.3.  Its loaded on a separate physical 80 Gig Maxtor hard 
drive with a ATA 133 EIDE interface.  I boot from my floppy.  The system 
starts fine and lets me log in.  If I try to log out the system crashes 
consistently.  The screen goes black and doesn't come back.  It doesn't 
matter which shell I'm using.  Any thoughts???



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Sendmail Question- want username@yourdomain.com as login?

2002-09-08 Thread Al Sparks

So what's your point?

Ok, the above was flame bait.  This is a list, and one of the disadvantages
of a list, if it's indeed a disadvantage, is that the conversations
can get out of the control of the person who started a thread.  That's
similar to face to face conversations with more than 2 people.  The person
who asked the question can probably get the conversation back on track all 
on his own w/o your help.

Anyway, my answer to his question, which I tried to say as nicely as possible,
is that you probably can't get an internet MTA to do what he wants w/o going
into the source.  Further, I can think of no good reason to try what he's
doing given the work that would be involved.

But hey, there are lists that specialize in particular MTA's.  Sendmail has
one, and so does qmail.  Though I'll warn you about the qmail list.  The
people who dominate that list (who answer the questions) like to sneer a lot
at people they consider fools.  But of course there's the saying that
sticks and stones
   === Al


--- Kevin Myers [EMAIL PROTECTED] wrote:
 On Sat, 7 Sep 2002 06:47:49 -0700 (PDT), Al wrote:
 
 Well, qmail and sendmail, as do most mail transport agents (MTA) have
 one thing in common.  They actually don't do password authentication.
 They just deliver mail.
 [snip]
 
 
 I'll just point out that Matthew Scarrow [EMAIL PROTECTED] was the
 original poster, and it's him that you should be addressing your comments
 to.
 
 
 
 -- 
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Trouble ticket system

2002-09-08 Thread Chris Mason

It's important to me that is uses the system users, I don;t want to make
the users have another username and password. Does TuxMonkey work this
way?


On Sat, 2002-09-07 at 14:54, Steven G. Taylor wrote:
 If your looking for a good issue tracker I suggest you take a look at
 this: 
 
 TuxMonkey Issue Tracker is a helpdesk application. The database layer
 has support for both PostgreSQL and MySQL. Features include file
 uploads, multi group interface, escalation of tickets/issues between
 groups, system announcements, email interaction, email notifications,
 SMS notifications, and much more. 
 
 Runs on php and PostgreSQL or MySQL and is GPL. 
 
 I use it every day and love it. (I guess that makes me biased) :)
 
 http://freshmeat.net/releases/92698/
 http://sourceforge.net/project/showfiles.php?group_id=45235
 http://www.tuxmonkey.com
 
 On Sat, 2002-09-07 at 14:47, Elías Halldór Ágústsson wrote:
  The most popular ticket system in the world right now is RT, which you can
  find at http://www.bestpractical.com/rt/ and
  http://freshmeat.net/projects/requesttracker/
  
  Open source, requires mod_perl and HTTP::Mason and some other perl modules.
  
  Chris Mason sagði:
   My services to a client are extending to support and I want to put in a
   ticket system to log problems and resolutions, and identify reoccurring
   problems with the Redhat server and windows workstations. Does anyone
   have recommendations? I've looked at perldesk which looks capable, what
   else is worth a look. I would prefer php in case I want to customize.
  
   Chris Mason
   [EMAIL PROTECTED]
   Box 340, The Valley, Anguilla, British West Indies
   Tel: 264 497 5670 Fax: 264 497 8463 Cell: 264 235 5670
   http://www.anguillaguide.com/ The Anguilla Guide
   Talk to me in real time:
   Yahoo:netconcepts_anguilla
   US Fax and Voicemail: (815)301-9759
  
  
  
  
   --
   redhat-list mailing list
   unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
   https://listman.redhat.com/mailman/listinfo/redhat-list
  
  
  -- 
  This space is not intentionally left not blank.
  
  
  
  
  
  -- 
  redhat-list mailing list
  unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
  https://listman.redhat.com/mailman/listinfo/redhat-list
 
 
 
 
 -- 
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: iptables grief

2002-09-08 Thread Joe Giles

I know this is not in relation to your problem, but I'm new to IPTABELS
and learning. I have managed to use Firestarter to set up  my initial
rules, then I just modify the firestarter.sh file. However, I read your
iptables file and noticed that there are numbers within brackets like
[224:19779]. What are those numbers for?

Thanks

Joe


Stephen Rasku said:
 I am using the following setup:

   Internet
 |
   Cable Modem
 |
 | -- Firewall:  eth0 (IP assigned by DHCP)
 |
   Firewall
 |
 | -- Firewall: eth1 (static: 192.168.0.254)
 |
  Null Ethernet Cable 
 |
 | -- Workstation: eth0 (static: 192.168.0.1)
 |
   Workstation

From the firewall, I can ping the workstation and I can get full access
 to the
 Internet.  From the workstation, I can ping the firewall and I can ping
 66.218.71.84 (yahoo) but I can't get Mozilla to work.   I have attached
 my  iptables rules.

 Any ideas?

 ...Stephen





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Coda Installation

2002-09-08 Thread Carl Brown

Is coda a dead project?
Does anyone have instructions that _work_?
Does coda work?
The installation instructions in the docs are highly defective,
and were last modified three and a half years ago, according to the ftp 
server at CMU.

I dl'ed:

coda-doc-5.2.0-1.noarch.rpm  (which shows modified 03/12/99)
coda-debug-backup-5.3.19-1.i386.rpm
coda-debug-client-5.3.19-1.i386.rpm
coda-debug-server-5.3.19-1.i386.rpm
lwp-1.8-1.i386.rpm
rpc2-1.13-1.i386.rpm
rvm-1.6-1.i386.rpm

rvm and lwp installed, but rpc2 started the descent into the failed 
dependency quagmire with readline.so.3 and libncurses.so.4. It continues to 
refuse to install even after I symlinked those to the actual installed 
versions, .4.1 and .5.2 respectively, as installed on this RH 7.1 system. 
Further research showed that readline has been at 4.1 since at least RH 5.0, 
so I can't even dust off an old enough version to satisfy this antique 
requirement.

Should I just --nodeps them and go?
Or should I look for another network filesystem?

--CB



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Trouble ticket system

2002-09-08 Thread Steven G. Taylor

On Sun, 2002-09-08 at 17:34, Chris Mason wrote:
 It's important to me that is uses the system users, I don;t want to make
 the users have another username and password. Does TuxMonkey work this
 way?

Currently..no, but it is in php and already uses md5 passwords it
wouldn't take too much to convert it over to do that.

 
 
 On Sat, 2002-09-07 at 14:54, Steven G. Taylor wrote:
  If your looking for a good issue tracker I suggest you take a look at
  this: 
  
  TuxMonkey Issue Tracker is a helpdesk application. The database layer
  has support for both PostgreSQL and MySQL. Features include file
  uploads, multi group interface, escalation of tickets/issues between
  groups, system announcements, email interaction, email notifications,
  SMS notifications, and much more. 
  
  Runs on php and PostgreSQL or MySQL and is GPL. 
  
  I use it every day and love it. (I guess that makes me biased) :)
  
  http://freshmeat.net/releases/92698/
  http://sourceforge.net/project/showfiles.php?group_id=45235
  http://www.tuxmonkey.com
  
  On Sat, 2002-09-07 at 14:47, Elías Halldór Ágústsson wrote:
   The most popular ticket system in the world right now is RT, which you can
   find at http://www.bestpractical.com/rt/ and
   http://freshmeat.net/projects/requesttracker/
   
   Open source, requires mod_perl and HTTP::Mason and some other perl modules.
   
   Chris Mason sagði:
My services to a client are extending to support and I want to put in a
ticket system to log problems and resolutions, and identify reoccurring
problems with the Redhat server and windows workstations. Does anyone
have recommendations? I've looked at perldesk which looks capable, what
else is worth a look. I would prefer php in case I want to customize.
   
Chris Mason
[EMAIL PROTECTED]
Box 340, The Valley, Anguilla, British West Indies
Tel: 264 497 5670 Fax: 264 497 8463 Cell: 264 235 5670
http://www.anguillaguide.com/ The Anguilla Guide
Talk to me in real time:
Yahoo:netconcepts_anguilla
US Fax and Voicemail: (815)301-9759
   
   
   
   
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list
   
   
   -- 
   This space is not intentionally left not blank.
   
   
   
   
   
   -- 
   redhat-list mailing list
   unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
   https://listman.redhat.com/mailman/listinfo/redhat-list
  
  
  
  
  -- 
  redhat-list mailing list
  unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
  https://listman.redhat.com/mailman/listinfo/redhat-list
 
 
 
 
 -- 
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: [PXE]

2002-09-08 Thread Samuel Flory

On Sun, 2002-09-08 at 09:21, Joachim Kunze wrote:
 Currently I'm playing around with PXE boot and my Dell Optiplex GX150
 clients and I always end up in a situation, where the PXE-kernel is
 downloaded from the PXE bootserver and the PXE client boots the
 PXE-kernel (provided by the Red Hat from the CD1 in /images/pxeboot/),
 but I always receive a kernel-panic message as follows:
 Kernel panic: Unable to mount root fs on 09:02 
 I assume, that the initrd and the ramdisk couldn't be loaded, but why?
 On the PXE bootserver, the pxe deamon crashes and I have to restart the
 deamon.
 I've tested RHL 7.3 and RHL beta (null) with the same results.

  The pxe server from RH is really over kill, and really hard to
configure correctly.  I prefer to use pxelinux as it works with the
dhcp, and tftp server in redhat with minimal changes.

 http://syslinux.zytor.com/pxe.php
-- 
Make sure your best systems look as bad
as possible from the outside.
(The Third Rule of Hardware Acquisition)
Sam Flory  [EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Font size (again) at cmd line level ?

2002-09-08 Thread Arthur Chan



Hi.
I know this has been asked before.
I have a RH7.1 box that boots to command line and 
has only the vrey bare essential ie no X11 , Gnome , whatever... 
The font size at command line level is very bad for 
eyes .
Are there any ways that can be changed ? I know the 
onboard AGP can support that ???
THX


Re: Coda Installation

2002-09-08 Thread Gordon Messmer

On Sun, 2002-09-08 at 15:08, Carl Brown wrote:
 The installation instructions in the docs are highly defective,
 and were last modified three and a half years ago, according to the ftp 
 server at CMU.
...
 coda-doc-5.2.0-1.noarch.rpm  (which shows modified 03/12/99)

http://www.coda.cs.cmu.edu/pub/coda/doc/coda-manual.tgz
Modified 14-May-2002 according to FTP.  Maybe useful?  Maybe not... I
don't know.

 Should I just --nodeps them and go?

You'd be a lot better off getting the src.rpm packages and using
'rpmbuild --rebuild' to produce packages for your own platform. 
--nodeps would probably produce non-functional binaries.

 Or should I look for another network filesystem?

Maybe.  There's also InterMezzo:
http://www.inter-mezzo.org/




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: iptables grief

2002-09-08 Thread Stephen Rasku

On Sunday 08 September 2002 02:38 pm, Joe Giles wrote:

 I know this is not in relation to your problem, but I'm new to IPTABELS
 and learning. I have managed to use Firestarter to set up  my initial
 rules, then I just modify the firestarter.sh file. However, I read your
 iptables file and noticed that there are numbers within brackets like
 [224:19779]. What are those numbers for?

I think they refer to the number of packets:bytes that that particular rule 
processed.

...Stephen



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Routing / Bridging problem

2002-09-08 Thread Cameron . Davidson

Does the PC at .4.x have a .4.220 gateway?

I got confused by the auto word-wrap somewhere, because,
 when I first saw the drawing,
the diagram said eth1 was nothing and the internet was at the other end
of the radio.

Cameron.
 -Original Message-
 From: dbrett [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, 6 September 2002 07:56
 To: '[EMAIL PROTECTED]'
 Subject: RE: Routing / Bridging problem
 
 
 Have a look at your routing table then and default gateways 
 for the devices in question.  
 
 It is probably one of these.
 
 david
 
 On Fri, 6 Sep 2002, Linux wrote:
 
  IP forwarding is on as the .1.x network can talk to the 
 internet via 
  eth1 on 10.0.0.x
  
  Any other clues?
  
  Many thanks
  
  Mike
  
  -Original Message-
  From: dbrett [mailto:[EMAIL PROTECTED]]
  Sent: Friday, 6 September 2002 09:21
  To: '[EMAIL PROTECTED]'
  Subject: RE: Routing / Bridging problem
  
  
  It sounds like IP forwarding is not on.
  
  Just a guess.
  
  david
  
  On Fri, 6 Sep 2002, Linux wrote:
  
   Hi Cameron
   
   192.168.1.x (eth0) is the local LAN which has internet access via
  10.0.0.220
   and this works always has worked
   
   Although there are other networks on x.x.2.x and x.x.3.x they are 
   handled
  by
   other systems
   
   I have just implemented a new network at x.x.4.x. This is via a 
   Radio wave LAN bridge. This is being implemented via our 
 Linux RH7.2 
   box using IPTables. The .4.x network has been implemented as an 
   aliased address on eth0 with the .1.x network
   
   The interface card is at 1.220 for the local LAN and 
 4.220 for the 
   radio LAN.
   
   From the radio network I can Ping 4.220 and get a reply. 
 From the 
   .1.x
   network I can ping the .4.220 and the .4.253 and 4.254 radio link 
   bridge devices.
   
   From a PC at the other end of the radio bridge I can ping both  
   radio
   devices and the Linux interface @ 4.220.
   From a PC at the other end of the radio bridge I cannot ping or 
   contact
   either the 1.220 interface nor any PC on the .1.x network
   
   Redhat 7.2 with IPTables eth0 has .1.220 and an aliases address 
   .4.220
   
 Radio   Radio   
 Linux Box
 End1End2xxx
 4.220   
 x x
   ---   x  x ---x  x -- 
 x x-eth1
   x.x.x.x = Internet
 x  xx  xeth0
 x x
 -   
 x x
 192.168.4.254   192.168.4.253   -   xxx
 -
 eth0 also = 
 1.220 and other
   PCs on .1.x
   
   
   
   --
   redhat-list mailing list
   unsubscribe 
 mailto:[EMAIL PROTECTED]? subject=unsubscribe
   
 
https://listman.redhat.com/mailman/listinfo/redhat-list
  
 
 
 
 --
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list
 
 
 
 --
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list
 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



MSN Broadband

2002-09-08 Thread Steven Adler








I hope someone can help me with this I am a brand new Linux user Ive
used Windows since my first 286 back in 91.
I know that like the back of my hand, but I know jack about Linux,
except for the little bit I learned while building my website. Anyway, to the point I just installed
RH7.3 on my laptop. How can I get MSN
Broadband to work on it so that I can connect to the internet.
I need this in stupid newbie speak. Like from installing the programs to
connection. Please help



Steven Adler

[EMAIL PROTECTED]








Re: Mozilla 1.1 processes not terminating, have to kill manually!

2002-09-08 Thread John P Verel



On 09/08/02 14:27 -0400, John P Verel wrote:
 
 
 Clarification here. 

Further clarification.  This seems to be url specific, and may implicate
jsp .  I've filed buzilla at mozilla.org.

John



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: MSN Broadband

2002-09-08 Thread Hal Burgiss

On Sun, Sep 08, 2002 at 05:58:01PM -0700, Steven Adler wrote:

 my website.  Anyway, to the point? I just installed RH7.3 on my
 laptop.  How can I get MSN Broadband to work on it so that I can
 connect to the internet.  I need this in stupid newbie speak.  Like
 from installing the programs to connection.  Please help

What kind of modem? I hope it is ethernet :/ What is MSN broadband,
ADSL?

-- 
Hal Burgiss
 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



remove jobs from cron.daily

2002-09-08 Thread Roger

Hi

I am running redhat linux 7.2, it has default cron jobs in cron.hourly 
monthly etc. Now, I want to delete some jobs from cron.daily, but when I 
restart the box, the files deleted will be restored in that fold again! How 
can I completely remove jobs from cron.daily ..
Any suggestion will be appreciated!




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



crontab shell?

2002-09-08 Thread smoke

hi,

im using this command to parse squid's log files.

cat /usr/local/squidlog/access.log.0 | calamaris -a -w
/var/www/html/calamaris/`date +%m%d%y`.html

this works when typed. however when the line is
inserted in crontab ( crontab -e ) it doesnt work.. 

here's the error message...

---
cat /usr/local/squidlog/access.log.0 |calamaris -a
-w /var/www/html/calamaris/`date +

/bin/sh: -c: line 1: unexpected EOF while looking for
matching ``'
/bin/sh: -c: line 2: syntax error: unexpected end of
file
---

what happens? is crontab using a different shell? (?!
). can this be done without saving the whole line into
a file then calling for it from crontab? 

thanks



__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



compiling the kernel to recognize ntfs

2002-09-08 Thread Ricardo Mostalac

Hello friends, I want to recompile my kernel to
recognize ntfs (in the kernel or as a module), but,
anyone can tell me his experience doing this?

My kernel is 2.4.18-3 and my red hat is 7.3

=
Saludos desde México

RAML

_
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: DLink DFE-530TX+ on RH7.1 ???

2002-09-08 Thread Mohd.Irfan R Khan



yeah it seems to work fine in RH 
7.0..
I think in ur case u have to specify the routing 
card i.e. the default gw. through which the internal network will see the 
outside world.
May u should check ur settings and may be u can put 
one card at a time and check it out if it pings

  - Original Message - 
  From: 
  Bob 
  Buckley 
  To: [EMAIL PROTECTED] 
  Sent: Sunday, September 08, 2002 8:44 
  AM
  Subject: RE: DLink DFE-530TX+ on RH7.1 
  ???
  
  We 
  basically threw away all the D-Link cards and replaced them with 3Com. Seems 
  to be the industry standard and more accurate with packet sniffing, 
  etc.
  
  
  
-Original Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]]On Behalf Of Arthur 
ChanSent: Saturday, September 07, 2002 2:42 PMTo: [EMAIL PROTECTED]Subject: 
DLink DFE-530TX+ on RH7.1 ???
Hi
I usually use Realtek , but this time I picked 
up some DLink TFE-530+ nic's
Seems okay, modules.conf has the entries 
eth0 8139.too and eth1 8139.too
Looks okay on "ifconfig -a", but then when I do a "route" it takes a long time to 
recognise the default route and I don't seem to be able to join the internal 
network.
I remember some talk about DLink not being 
really compatible on earlier versions of RH.
Has anyone been able to make them work of RH7.1 
using 8139.too ???


Re: [PXE]

2002-09-08 Thread Joachim Kunze

Thanks Sam for your help - I try to get as much standard software from
RH as possible to work.
How big are the changes of the dhcp and tftp server?
As far as I understood the FAQ and HOWTOs correctly, you can use for
pxelinux the standard dhcp server but you have to switch to a different
tftp-server - correct?

Joachim


Am Mon, 2002-09-09 um 00.30 schrieb Samuel Flory:
 On Sun, 2002-09-08 at 09:21, Joachim Kunze wrote:
  Currently I'm playing around with PXE boot and my Dell Optiplex GX150
  clients and I always end up in a situation, where the PXE-kernel is
  downloaded from the PXE bootserver and the PXE client boots the
  PXE-kernel (provided by the Red Hat from the CD1 in /images/pxeboot/),
  but I always receive a kernel-panic message as follows:
  Kernel panic: Unable to mount root fs on 09:02 
  I assume, that the initrd and the ramdisk couldn't be loaded, but why?
  On the PXE bootserver, the pxe deamon crashes and I have to restart the
  deamon.
  I've tested RHL 7.3 and RHL beta (null) with the same results.
 
   The pxe server from RH is really over kill, and really hard to
 configure correctly.  I prefer to use pxelinux as it works with the
 dhcp, and tftp server in redhat with minimal changes.
 
  http://syslinux.zytor.com/pxe.php
 -- 
 Make sure your best systems look as bad
 as possible from the outside.
 (The Third Rule of Hardware Acquisition)
 Sam Flory  [EMAIL PROTECTED]
 
 
 
 -- 
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list
-- 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: compiling the kernel to recognize ntfs

2002-09-08 Thread Ricardo Mostalac

So..., I recompile the kernel with NTFS suport, and
copy to /boot, I modify grub.conf in /boot/grub to
select the kernel to boot, but when select the kernel
with NTFS suport the system freezing when the red hat
7.3 is begin to load..., then I have to rebooting the
machine and select the kernel unmodifing to enter, but
without NTFS suport, what is wrong with this
procedure?

 --- Ricardo Mostalac [EMAIL PROTECTED] escribió:
 Hello friends, I want to recompile my kernel to
 recognize ntfs (in the kernel or as a module), but,
 anyone can tell me his experience doing this?
 
 My kernel is 2.4.18-3 and my red hat is 7.3
 
 =
 Saludos desde México
 
 RAML
 

_
 Do You Yahoo!?
 Información de Estados Unidos y América Latina, en
 Yahoo! Noticias.
 Visítanos en http://noticias.espanol.yahoo.com
 
 
 
 -- 
 redhat-list mailing list
 unsubscribe

mailto:[EMAIL PROTECTED]?subject=unsubscribe

https://listman.redhat.com/mailman/listinfo/redhat-list 

=
Saludos desde México

RAML

_
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Fixing port services

2002-09-08 Thread ech0

sunrpc and X11 are not in the services configuration dialog, thus I don't know 
how to turn them off on the website 
http://www.spirit.com/Resources/ports.html I read that X11 and sunrpc are 
dangerous, not sure for what reason but on an nmap of my ip address they came 
up and I want to know how I can disable them.

  For my second question how can I install the gcc and cc libraries because I 
only installed KDE not GNome on the installation and on Kpackage in the NEW 
section it doesn't show gcc or cc..  

Thanks in advance, sorry if I was vague at all i'm running Red Hat 7.3 if it 
helps.
-- 

ech0 ( [EMAIL PROTECTED] )
---
People demand freedom of speech to make up for the freedom of thought which 
they avoid. 
- Soren Aabye Kierkegaard (1813-1855)
---



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list