Re: getting user input in %post section

2000-10-08 Thread Matt Wilson

stdin is closed during script running.  What if the user is using a
GUI frontend to install the package like GnoRPM?  Or if they are
installing a package remotely via a management service?

Matt

On Sat, Oct 07, 2000 at 10:46:13PM -0700, Ricardo Kleemann wrote:
 Hi guys,
 
 I'm trying to get user input during installation of an rpm. I have a
 simple perl script which works fine by itself, but when run automatically
 during rpm installation, it simply doesnt stop for the user input... it
 just goes directly thru it.
 
 I just get user input using,
 
 $answer = STDIN;
 
 which works fine if the script is run manually. But inside the rpm the
 STDIN input is ignored.
 
 How can i fix that?
 
 Ricardo
 
 
 
 ___
 Redhat-devel-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-devel-list



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



Re: getting user input in %post section

2000-10-08 Thread John Summerfield

 Hi guys,
 
 I'm trying to get user input during installation of an rpm. I have a
 simple perl script which works fine by itself, but when run automatically
 during rpm installation, it simply doesnt stop for the user input... it
 just goes directly thru it.
 
 I just get user input using,
 
 $answer = STDIN;
 
 which works fine if the script is run manually. But inside the rpm the
 STDIN input is ignored.


Better to tell root what needs to be done. Just how you tell root can be 
tricky - if mail's working *you can open the smtp port), or if sendmail's 
installed, it's pretty easy.

Otherwise, perhaps something installed in the initscripts to let root know 
when mail's working.

The first case covers post-install conditions; the second if it's done during 
system-install.






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



NFS daemon problem

2000-10-08 Thread Marco Presi

Hi all, 

I'm tryng to set up a NFS server, but I get this error:

[root@localhost ]# /etc/rc.d/init.d/nfs start
Starting NFS services: [  OK  ]
Starting NFS quotas: 
Starting NFS mountd: 
Starting NFS daemon: nfssvc: Not implemented Function
   [FAILED]

I'm running RH6.2 and nfs-utils-0.1.9.1-1 package. 
I got the error running kernels 2.2.16-3 (rh) and 2.2.17 (from
kernel.org).
In all kernel I enabled NFS support.

I didn't find anything about this error in the HOW-TO.
Any ideas?

Thanks in advance
-- 

Ciao Ciao 

Marco



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



Re: IDE disk geometry

2000-10-08 Thread Alex Sofronie

Yes, I agree. But on my 15Gb HDD lilo will only display LI and hangs up the
system if BOTH boot and swap are not in the first 1024. I don't explain,
just see the facts. I'm running RHL 6.2. Is ths so old?

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, October 07, 2000 2:56 PM
Subject: Re: IDE disk geometry


 
  Alex Sofronie wrote:
   geometry. Also, you must have the swap partition in the first 1024
cyls
   ENTIRELLY. On my system, RHLinux 62 reported something like kernel
panic:
   could not... .
 
  I have several systems with the entire swap space well after cyl 1024
  and have had no problems.  The auto partitioning in Pinstripe and
  Guinness set up swap at the very end of the range of cylinders.  I have
  even booted systems without any swap space at all and ample memory and
  have had no problems.  I have had systems with the swap space on a disk
  other than the "first" hard disk.  I have had swap space on a RAID-0 MD
  device.  AFAIK there is no 1024 cylinder limitation w.r.t. swap space.
  Possibly it is a limitation if you don't have enough memory, or are
  using an old version of lilo or older kernel rev.  Might the "linear"
  option also make a difference where geometry problems are involved?
 
  These days, I set up a 24-32MB /boot partition when needed to make sure
  the kernel is located within the first 1024 cyls.  I allow more space in
  /boot for SMP systems or systems which need special drivers where I
  would tend to have multiple kernel versions that I want to boot.  I have
  even had a case where "/boot" was on a partition of /dev/hda and "/" was
  on partition of /dev/hdc and it works fine.
 

 Access to swap is entirely a Linux not BIOS matter so it conforms to
 Linux not BIOS restrictions.  In other worsds there is no 1024 limit
 for swap.

 There are there three things who must conformd to BIOS restrictions:
 the boot loader, the kernel and initrd.  However the GRUB boot loader
 seems to be abe to can access kernels and in initrds who are beyond
 the 1024 cylinder or in the second IDE controller.  Perhaps modern
 BIOSSes don't have those stringent limits.

 --
 Jean Francois Martinez

 Project Independence: Linux for the Masses
 http://www.independence.seul.org



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




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



rawhide: kernel vs glibc

2000-10-08 Thread Svante Signell

Thank you RH for updating the RawHide release.

A few thoughts though:

Trying to install the latest glibc (2.1.92-14.2.4) conflicts with the
kernel I'm currently running: 2.2.16. (Wont change to 2.4.0-pre until I've
resolved how to replace the masquerade setup in ipchains with iptables.)

# rpm -Uvh  
error: failed dependencies:
kernel  2.4.0 conflicts with glibc-2.1.92-14.2.4

1. If installing the new glibc by temporarily booting
   kernel-2.4.0-0.x, will it be possible to run kernel-2.2.x again??
   Since kernel-2.2.16-24 is shipped together with
   kernel24-2.4.0-0.29.1 it seems to be the case. Can someone
   please enlighten me.
2. Obviously there is a dependency between kernel header files and
   glibc header files. Should this dependency rule out possibilities
   to boot various kernels, eg 2.2.x and 2.4.0-prex given a glibc
   version?  
3. As I've understood, glibc should be compiled with the latest kernel
   header files installed. Shouldn't the dependency check above be on the header
   file level, instead of the kernel currently running?



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



Re: rawhide: kernel vs glibc

2000-10-08 Thread Pekka Savola

On Sun, 8 Oct 2000, Svante Signell wrote:
 # rpm -Uvh  
 error: failed dependencies:
 kernel  2.4.0 conflicts with glibc-2.1.92-14.2.4
 
 2. Obviously there is a dependency between kernel header files and
glibc header files. Should this dependency rule out possibilities
to boot various kernels, eg 2.2.x and 2.4.0-prex given a glibc
version?  

Before RH7 there kernel and kernel-headers packages (among other things 
:) were structured a bit differently than as it is today.  I'd recommend
updating to RH7 (or rawhide) 2.2 - series kernel as you upgrade
glibc.  There should be no conflicts then.

I've been running both kernel 2.2 and kernel 2.4 w/ glibc-2.1.92 on 
the same system without any problems.

-- 
Pekka Savola "Tell me of difficulties surmounted, 
[EMAIL PROTECTED]  not those you stumble over and fall"



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



Re: rawhide: kernel vs glibc

2000-10-08 Thread Svante Signell

I'm already running the rawhide kernels, currently 2.2.16-17 and 2.4.0-0.21.
The glibc version is: glibc-2.1.92-5
One of the problems, see below, is that glibc-2.1.92-14.2.4 does not
install when running the 2.2.16 kernel. Also now only glibc is built
(both for i686 and i386), not as before (for i386) glibc, -devel,
-profile and nscd. What gives?
 
Pekka Savola writes:
  On Sun, 8 Oct 2000, Svante Signell wrote:
   # rpm -Uvh  
   error: failed dependencies:
   kernel  2.4.0 conflicts with glibc-2.1.92-14.2.4
...
  
  Before RH7 there kernel and kernel-headers packages (among other things 
  :) were structured a bit differently than as it is today.  I'd recommend
  updating to RH7 (or rawhide) 2.2 - series kernel as you upgrade
  glibc.  There should be no conflicts then.
  
  I've been running both kernel 2.2 and kernel 2.4 w/ glibc-2.1.92 on 
  the same system without any problems.
  
  -- 
  Pekka Savola "Tell me of difficulties surmounted, 
  [EMAIL PROTECTED]  not those you stumble over and fall"
  
  
  
  ___
  Redhat-devel-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-devel-list



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



Re: rawhide: kernel vs glibc

2000-10-08 Thread John Summerfield

 Thank you RH for updating the RawHide release.
 
 A few thoughts though:
 
 Trying to install the latest glibc (2.1.92-14.2.4) conflicts with the
 kernel I'm currently running: 2.2.16. (Wont change to 2.4.0-pre until I've
 resolved how to replace the masquerade setup in ipchains with iptables.)

Why not use ipchains and 2.4? it IS supported.


 
 # rpm -Uvh  
 error: failed dependencies:
 kernel  2.4.0 conflicts with glibc-2.1.92-14.2.4
 
 1. If installing the new glibc by temporarily booting
kernel-2.4.0-0.x, will it be possible to run kernel-2.2.x again??


rpm's checking your rpm database. Booting a different kernel solves nothing.


Since kernel-2.2.16-24 is shipped together with
kernel24-2.4.0-0.29.1 it seems to be the case. Can someone
please enlighten me.

using iptables will make it more difficult to go back!!






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



Re: rawhide: kernel vs glibc

2000-10-08 Thread Matt Wilson

You're getting this kernel out of the preview/ directory?  Any glibc
package with ".2.4" at the end of the release is built without any
support for kernels older than 2.4.  This makes glibc faster, as it
does not have to figure out what kernel is running to determine which
kernel interfaces to use.

You should not install the glibc-2.1.92-14.2.4 package if you are
planning on running 2.2 kernels on your system.

The headers in this case are not what matters.

Cheers,

Matt

On Sun, Oct 08, 2000 at 11:50:26PM +0200, Svante Signell wrote:
 Thank you RH for updating the RawHide release.
 
 A few thoughts though:
 
 Trying to install the latest glibc (2.1.92-14.2.4) conflicts with the
 kernel I'm currently running: 2.2.16. (Wont change to 2.4.0-pre until I've
 resolved how to replace the masquerade setup in ipchains with iptables.)
 
 # rpm -Uvh  
 error: failed dependencies:
 kernel  2.4.0 conflicts with glibc-2.1.92-14.2.4
 
 1. If installing the new glibc by temporarily booting
kernel-2.4.0-0.x, will it be possible to run kernel-2.2.x again??
Since kernel-2.2.16-24 is shipped together with
kernel24-2.4.0-0.29.1 it seems to be the case. Can someone
please enlighten me.
 2. Obviously there is a dependency between kernel header files and
glibc header files. Should this dependency rule out possibilities
to boot various kernels, eg 2.2.x and 2.4.0-prex given a glibc
version?  
 3. As I've understood, glibc should be compiled with the latest kernel
header files installed. Shouldn't the dependency check above be on the header
file level, instead of the kernel currently running?



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



Re: Conferencing?

2000-10-08 Thread Danny

If you want to setup such things as video conferencing (eg netmeeting)
Firewalls don't work very well with UDP eg:- Voice (voIP) video(video
conferencing) etc etc

You need to look into something such as Network Address Translation in
www.linuxdocs.com


On Sun, 08 Oct 2000, Glen Lee Edwards wrote:
 Steve,
 
 Here's what I do when my boss (the wife) demands I set up the system so
 her Win98 box can do something that I can't accomplish through the Linux
 firewall:
 
 I unplug the cable from the Cisco 675 router from the back of the Linux
 box and plug it into the back of her Win98 box and say, "It's ready!"
 She thinks I'm a genius. {-_0}
 
 Glen
 
 
 On Fri, 6 Oct 2000, Stephen E. Hargrove wrote:
 
 What's everyone using for Internet conferencing?  I've got several
 machines masqueraded and behind a firewall.  Boss man wants to use
 NetMeeting, but from my reading of Section 6 of the IP Masq HOWTO, H.323
 programs (such as NetMeeting) are currently out of the question.
 
 Basically, I need video, audio and filesharing capabilities, and I need
 to get it set up pretty quick.  Any suggestions?
 
 Thanks!
 --
 Steve
 
 
 
 ___
 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: can anyone explain what this is?

2000-10-08 Thread Rev David P. Giffen

It's probably there for legacy software to access. With Redhat 6.2  you
edit that file to control what services you want to people to have access.
For instance I just set up my POP3 server. After loading the IMAP package, I
then had to go into /etc/inetd.conf and take the comment out of the POP3 so
that people on my network can access it. I haven't looked into 7.0.
Considering I just upgraded to 6.2 about a month ago.




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



RE: log entries: innocent or crack attempt?

2000-10-08 Thread Rev David P. Giffen

I also agree with Tom. The bad news is that you where attacked. The good
news is that it look like it was just a "Script Kiddy" that did the attack.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Larry Grover
 Sent: Tuesday, October 03, 2000 10:58 AM
 To: [EMAIL PROTECTED]
 Subject: log entries: innocent or crack attempt?


 This morning I found several entries in my logs which look
 suspicious to me.  Can anyone enlighten me?

 Background.  I have three machine networked machines:

 (1) The first acts as a firewall, does ip-masqing for machines
 (2) and (3) and port forwarding (ports 21, 80) for machine (2).

 (2) The second runs apache and wu-ftp, and handles connections
 made though the firewall on ports 21 and 80.

 (3) The third runs win95.

 Machines (1) and (2) run RH6.2, and have all package updates
 installed.  OpenSSH also runs on both (1) and (2)

 Here are the log entries that look funny to me:

 (1) On the Firewall machine (a.b.c.d):

 Oct  3 00:48:12 a.b.c.d kernel: Packet log: input ACCEPT eth0
 PROTO=6 203.21.16.18:80 a.b.c.d:80 L=40 S=0x00 I=39426 F=0x
 T=23 (#32)
 Oct  3 00:48:13 a.b.c.d kernel: Packet log: input ACCEPT eth0
 PROTO=6 203.21.16.18:2217 a.b.c.d:80 L=60 S=0x00 I=978 F=0x4000
 T=45 SYN (#32)
 Oct  3 00:48:14 a.b.c.d kernel: Packet log: input ACCEPT eth0
 PROTO=6 203.21.16.18:2217 a.b.c.d:80 L=52 S=0x00 I=993 F=0x4000
 T=45 (#32)
 Oct  3 00:48:14 a.b.c.d kernel: Packet log: input ACCEPT eth0
 PROTO=6 203.21.16.18:2217 a.b.c.d:80 L=52 S=0x00 I=994 F=0x4000
 T=45 (#32)
 Oct  3 00:48:14 a.b.c.d sshd[10731]: Connection from 203.21.16.18
 port 2225
 Oct  3 00:48:14 a.b.c.d kernel: Packet log: input ACCEPT eth0
 PROTO=6 203.21.16.18:2217 a.b.c.d:80 L=52 S=0x00 I=1004 F=0x4000
 T=45 (#32)
 Oct  3 00:58:14 a.b.c.d sshd[10731]: fatal: Timeout before
 authentication for 203.21.16.18.
 Oct  3 01:01:25 a.b.c.d kernel: Packet log: input ACCEPT eth0
 PROTO=6 203.21.16.18:1 a.b.c.d:80 L=40 S=0x00 I=39426 F=0x T=23 (#32)
 Oct  3 01:01:25 a.b.c.d kernel: Packet log: input ACCEPT eth0
 PROTO=6 203.21.16.18:2 a.b.c.d:80 L=40 S=0x00 I=39426 F=0x T=23 (#32)
 Oct  3 01:01:25 a.b.c.d kernel: Packet log: input ACCEPT eth0
 PROTO=6 203.21.16.18:3 a.b.c.d:80 L=40 S=0x00 I=39426 F=0x T=23 (#32)
 Oct  3 01:01:25 a.b.c.d kernel: Packet log: input ACCEPT eth0
 PROTO=6 203.21.16.18:4 a.b.c.d:80 L=40 S=0x00 I=39426 F=0x
 T=23 SYN (#32)
 Oct  3 01:01:25 a.b.c.d kernel: Packet log: input ACCEPT eth0
 PROTO=6 203.21.16.18:5 a.b.c.d:80 L=40 S=0x00 I=39426 F=0x T=23 (#32)
 Oct  3 01:01:25 a.b.c.d kernel: Packet log: input ACCEPT eth0
 PROTO=6 203.21.16.18:4 a.b.c.d:80 L=40 S=0x00 I=16004 F=0x
 T=236 (#32)

 (2) On the FTP/HTTP server (shoeless):

 Oct  2 15:12:25 shoeless in.ftpd[9647]: connect from 203.21.16.18
 Oct  2 15:25:33 shoeless ftpd[9647]: lost connection to
 mail.travelmate.com.au [203.21.16.18]
 Oct  2 15:25:33 shoeless ftpd[9647]: FTP session closed
 Oct  2 15:25:34 shoeless inetd[420]: pid 9647: exit status 255

 Note:  the clock on shoeless is broken, and gives incorrect time.


 The machine attempting to connect (203.21.16.18) resolves to
 mail.travelmate.com.au -- a mail server??  So why would a mail
 server be attempting to connect to my machine?  Why are the
 connection attempts coming from low ports (1-5)?  Why attempt a
 ssh connection?

 I'd really appreciate your comments and suggestions.

 __
 Larry Grover, PhD
 Assoc Prof of Physiology
 Marshall Univ Sch of Med




 ___
 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



MS self-extracting .exe files

2000-10-08 Thread fred smith

Say, can any of you point me to a tool for Linux that'll unpack the
contents of those self-extracting .EXE files that MS uses to distribute
stuff?

Thanks!

-- 
---
 .Fred Smith/  
( /__  ,__.   __   __ /  __   : /  
 //  /   /__) /  /  /__) .+'   Home: [EMAIL PROTECTED] 
//  (__ (___ (__(_ (___ / :__ 781-438-5471 
 Jude 1:24,25 -



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



RE: unsubscribe -can someone at least bother to reply 4 the firsttime

2000-10-08 Thread Rev David P. Giffen

There has been times that I have asked questions and not gotten replies. I
just assume that one knows the answer. I go through list by subject. If I
think I can help, or it on a topic I am wondering about myself, I read the
message. If I don't I go to the next one. As many posts as this list gets it
how I do it. I don't have time to read every message.




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



Re: can anyone explain what this is?

2000-10-08 Thread Wayne Dyer

Nick Hudson wrote:
 Ok that helps but answer me this why do i have a inetd.conf file in my /etc
 directory??  if RH 7 no longer uses it??  Im tryin to install fam wich has
 nothing to do with telnet or ftp or any internet app but yet its using it??

fam (I just learned this by getting curious as to what it is) runs as a
daemon that listens for requests and responds to them -- an RPC server that
sits on a port.  It's run from (x)inetd.

-W-
 One possible reason that things aren't going according to plan
 is that there never was a plan in the first place.



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



Re: can anyone explain what this is?

2000-10-08 Thread Eddie Strohmier

Nick,

I don't have 7.0 running yet but the new file as you have seen is xinetd. I
am not sure it will work but try making a symlink for /etc/inetd.conf to
xinetd where every its located, (I assume /etc) and try the rpm again. Worth
a shot.

Eddie Strohmier


- Original Message -
From: "Nick Hudson" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, October 07, 2000 9:25 PM
Subject: can anyone explain what this is?


 [root@Blackhawk nickh]# rpm -Uvh fam*
 fam
 ##
 Adding fam to rpc...
 Adding fam to inetd.conf...
 Couldn't find inetd.conf in /etc /usr/etc /usr/local/etc
 Restarting inetd...
 inetd: no process killed
 execution of fam-2.6.4-1 script failed, exit status 1
 [root@Blackhawk nickh]#

 what is "inetd"?? IM tryin to install fam and i get this error??
 This is on RH 7.0 if you must know

 thx
 Nick Hudson



 ___
 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: can anyone explain what this is?

2000-10-08 Thread Gustav Schaffter

Nick,

Try creating an empty file /etc/inetd.conf

Install the .rpm and let it write it's line to your inetd.conf.

From there you will have to reflect what fam wrote in inetd.conf in your
xinetd.conf file.

For the last part you're very much on your own, but it shouldn't be too
hard to figure out what xinetd needs to correctly launch fam if you
already have the corresponding entry in inetd.conf.

Regards
Gustav

Nitebirdz wrote:
 
 On Sat, 7 Oct 2000, Nick Hudson wrote:
 
  Ok that helps but answer me this why do i have a inetd.conf file in my /etc
  directory??  if RH 7 no longer uses it??  Im tryin to install fam wich has
  nothing to do with telnet or ftp or any internet app but yet its using it??
 
  Thx
  Nick Hudson
 
 
 If you're trying to install the equivalent of the File Allocation Monitor
 (FAM) daemon in IRIX, then it's looking for the inetd.conf file in order to
 add an entry there since that is the way the daemonis usually ran.
 
 Again, as some other people said, I don't think it would work with Red Hat
 7 due to the fact that this release uses xinetd instead of inetd.
 
 By the way, since you asked in your original message what inetd is... it's
 also called the interned daemon or superdaemon.  You can configure it to
 automatically start certain daemons when the system gets a connection
 through a certain port.  For instance, whenever your system gets a request
 via port 23, inetd will spawn the telned daemon to reply to that request.
 Why use it?  Well, that way you don't need to have the telnetd daemon
 running in the background constantly and can save some system resources.
 Another advantage: TCP wrappers.  The inetd daemon checks the
 /etc/hosts.allow and /etc/hosts.deny file for security settings, etc.
 That's basically it, although there are some other things that could be
 said about it, of course.   :)
 
 ---
 Nitebirdz

-- 
pgp = Pretty Good Privacy.

To get my public pgp key, send an e-mail to: [EMAIL PROTECTED]

Visit my web site at http://www.schaffter.com



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



Re: Network cabling

2000-10-08 Thread tcurl


Hi Gustav,

Re; established standards, sure.  First the key is not the wire color,
while that's more a less a standard, there are certainly cables using
different trace colors than the ones I provided.  The real issue is
pinouts, and how they are interconnected.  Each end of connection has a
transmitter and a reciever.  One uses pins 1  2, the other uses pins 3 
6.  Transmitters must connect to recievers and visa versa.  So, if you were
to connect two NIC to each other pins 1  2 on NIC A would have to connect
to pins 3  6 of NIC B, and pins 3  6 of NIC A would connect to pins 1  2
of NIC B.

There are cables connected exactly like this.

  NIC A
NIC B

 1 -- 3
Xmitter {
}Rcvr.
 2 -- 6


 3 -  1
Rcvr.{
} Xmitter.
 6 -- 2


However:

Rather than use crossover cables as shown above, the convention is for NICs
to be wired as shown and Hub to be reversed: ala'

  NIC
HUB

 1 -- 1
Xmitter {
}Rcvr.
 2 -- 2


 3 -  3
Rcvr.{
} Xmitter.
 6 -- 6

The connections between a Transmitter must be "balanced".  Balence is
provided by twisting the two wires so that each wire in the pair picks up
"approximately" the same amout of ambient electrical noise from the
environment.  That way the noise arriving at a the reciever, know as the
Common Mode Signal can be rejected, and only the "real" signal is received.

So you need two pairs of wires.  A second benefit of twisting the wires is
that the impedence of the pair is controlled, about 100 ohms in CAT5.  By
matching the output impedence of the transmitter to the cable and the input
impedance of the cable to the receiver, the deliverery of signal power from
transmitter to receiver is maximized.

The signal is without polarity, so while it might seem that pin 1, of a
pair, should go to pin 2 on the opposite end and pin 2 to pin 1, this is
not neccessary and allows cables to be wires "straight through.  1 to 1, 2
to 2, 3 to 3 and so on.

You may find some networks wired with two pair cable, it's cheaper than 4
pair CAT5.  It works, but it does violate the media standard for Eithernet,
(802.3).

You may also find systems wired using the telecommunications (telephone)
industry color codes, (EIA/TIA-568).


Pair 1TipWhite/blue
Ring Blue

Pair 2TipWhite/orange
Ring Orange

Pair 3TipWhite/green
Ring Green

Pair 4TipWhite/Brown
Ring Brown

This will also work fine, just ensure that you have pairs between pin sets
and are using appropriatly certified wire for thespeed at which you want
the circuit to operate.  Buy CAT5, and you will be doing that.  In other
words don't accept UTP-3, UTP-4, UTP-5, or STP-5.

Of course, while installing the cables, you will want to ensure you do not
exceed the "recommend" pull force of 110 Newtons, per standard SP 2840A.
Please recognize 110 Newtons (about 25 foot pounds) is only a
recommendation as it has not yet be accepted as a "standard".   :))

Hope this helps,

Tom






Gustav Schaffter [EMAIL PROTECTED]@redhat.com on 10/07/2000 11:07:55
AM

Please respond to [EMAIL PROTECTED]

Sent by:  [EMAIL PROTECTED]


To:   [EMAIL PROTECTED]
cc:
Subject:  Re: Network cabling

Tom,

I have been doing my own cables for a while. My primary reason is that I
get them in the lengths that I prefer. I don't need to use a twenty feet
cable where a twelve feet cable would do.

I have always been following the instructions in a users guide I
received when I bought a hub from Linksys. That's so far been my only
reference.

I noticed that in the guide I have, they have inverted the use of pins 4
and 5 compared to your explication. This shouldn't be of any importance
as long as I'm consistent.

But can you confirm that your explanation adheres to established
standards and that there is a bug in the Linksys guide?

Regards
Gustav

[EMAIL PROTECTED] wrote:

 What are we talking about, installing a networkk, or making cables?
Making
 cables is a waste of time, you can buy 10' cables with RJ45s on each end
 for less than three bucks.  If you are talking about stringing CAT5 thru
 walls and ceilings, a book won't help a lot.  What you need is a roll of
 cable, a 24" long 3/8" drill bit, and a step ladder.  Or you can call an
 electrician and tell her/him where you want the wires to terminate.

 The electrician can also put the connectors on.  But if you want to do
that
 yourself put OG/WT on pin 1, OG on pin 2, GN/WT on pin 3, BU/WT on pin 

RE: (OF) Need Help

2000-10-08 Thread Mark Basil

Well,  you could open up httpd.conf and see what's on line 250.  It's
probably a call to something that requires libmysqlclient.so.6, which seems
to be nonexistant in your case.

--MB

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jefferson Ryan Tang
Lee
Sent: Saturday, September 30, 2000 8:34 PM
To: [EMAIL PROTECTED]
Subject: (OF) Need Help


hi,

i am trying to configure php-apache but error occured. Any
idea? btw i've followed the installation and
post-installation procedures (mysql  php) but i don't what
had happened. thanks.

Shutting down http: [  OK  ]
Starting httpd: Syntax error on line 250 of
/etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/libphp4.so into server:
libmysqlclient.so.6: cannot open shared object file: No such
file or directory
[FAILED]

jeff



___
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: Apcupsd under 7.0

2000-10-08 Thread Mark Basil

This is a _very_long_shot_, but make sure that /usr/lib is in
/etc/ld.so.conf.  Try 'ldconfig', and reinstall.  Make sure the libs have
correct permissions.  Like I said, these are probably what is NOT happening,
but you may find something along the way.

--MB

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of John C. Flohr
Sent: Friday, October 06, 2000 1:13 PM
To: Redhat Users
Subject: Apcupsd under 7.0


I just installed 7.0.  Everything works great except the contrib program
apcupsd (manages APC UPSs) upon which I've come to depend.  RPM's install of
the libc6 version of apcupsd-3.5.8-2.i386.rpm reports the following files as
not found:

/usr/lib/libgck.so
/usr/lib/libgimp.so
/usr/lib/libgimpui.so

yet, the files are indeed present (as links).

Ideas, including alternate UPS management software, welcome!

Thanks,
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: MS self-extracting .exe files

2000-10-08 Thread ktb

fred smith wrote:
 
 Say, can any of you point me to a tool for Linux that'll unpack the
 contents of those self-extracting .EXE files that MS uses to distribute
 stuff?

unzip if memory serves correctly.
hth,
kent

-- 

"Neurosis is the way of avoiding non-being by avoiding being." 
- Paul Tillich, American theologian (1886-1965).



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



Re: What exactly does this mean???

2000-10-08 Thread ktb

Jake McHenry wrote:
 
 I just installed some more memory, and now this is happening when I boot, even
 when I try to boot to single user mode.
 
 INIT: PANIC: segmentation violation at 0x2ec54! sleeping for 30 seconds.
 
 It is in a loop of this, and won't stop! I let it sit for 2 hours and it was
 still doing the same thing. I didn't touch anything. I shut it down with
 
 shutdown -F -h now
 
 no big deal. Put in the new memory, powered back on. Bios finds all the memory,
 I didn't see if in the boot process it saw it or not, but then this started
 happening.
 

Have you tried taking the original memory out and booting with just the
new memory?  Perhaps your new stick of memory is bad or not compatible. 
What type of memory are we talking here, dimms, simms?  What amount of
memory are you trying to put in?  Have you appended the amount in lilo? 
Sometimes if you add, say, 128 mb in lilo it will freak out the kernel
because part of the first mb is being used.  In that case you need to
append 127 mb.
hth,
kent

-- 

"Neurosis is the way of avoiding non-being by avoiding being." 
- Paul Tillich, American theologian (1886-1965).



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



RE: MS self-extracting .exe files

2000-10-08 Thread Uncle Meat


On 08-Oct-2000 fred smith spoke something to the effect:
 Say, can any of you point me to a tool for Linux that'll unpack the
 contents of those self-extracting .EXE files that MS uses to distribute
 stuff?

Try 'unzip filename' as that usually works.

-- 
Imitation is the sincerest form of television.



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



RE: Change URL

2000-10-08 Thread Mark Basil

You can easily do this through DNS.  Edit the zone file for the domain.  I
can look something like this:


$ORIGIN com.
my.domain   IN   SOA  ns.yourns.com. hostmaster.yourns.com. (
200024420 86000 7200 360 600 )
IN  NS  ns.yourns.com.
IN  NS  ns2.yourns.com.

IN  A   12.34.45.6
IN  MX  10 mail.domain.com.
$ORIGIN my.domain.com.
mailIN  A   12.34.45.6
ftp IN  A   12.34.45.6
www IN  A   12.34.45.6

This is assuming that you have a separate zone file for my.domain.com, and
not pointing my. from domain.com's zone.   But I think this will work. Like
so:

$ORIGIN com.
domain   IN   SOA  ns.yourns.com. hostmaster.yourns.com. (
200024420 86000 7200 360 600 )
IN  NS  ns.yourns.com.
IN  NS  ns2.yourns.com.

IN  A   12.34.45.6
IN  MX  10 mail.domain.com.
$ORIGIN domain.com.
mailIN  A   12.34.45.6
ftp IN  A   12.34.45.6
www IN  A   12.34.45.6
my  IN  A 12.34.45.6
www.my  IN  A 12.34.45.6

--MB



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Alessandro Coppelli
Sent: Monday, October 02, 2000 9:05 AM
To: [EMAIL PROTECTED]
Subject: Change URL



  Hi to all .

  Sorry for my bad English.

  I want to do this :


  I have a class C domain and one web server  (  www ) ( my.domain.org).

  This is the   URL for my sitehttp://www.my.domain.org.


  I want change this URL instead  in this new URL
http://my.domain.org




 How I to do this ? [  (in DNS ? where ?)  ( in http.conf ? where ?)   ]



 Alessandro



___
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: PPP in Redhat 7.0 without GUI- Its no longer in the linuxconf

2000-10-08 Thread Mark Basil

It is an option in linuxconf, but you have to enable linuxconf to support
ppp configuration...  It was not enabled by default on my box.  There is a
section in Linuxconf that lets you select what it will configure...can't
remember exactly, but just go through all the sections, and your bound to
find it.  ...Although I would suggest *not* using linuxconf to set it up.
But if you must, you must. :o)

--MB

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Terry Williams
Sent: Thursday, October 05, 2000 10:17 AM
To: [EMAIL PROTECTED]
Subject: Re: PPP in Redhat 7.0 without GUI- Its no longer in the
linuxconf


Oh no problem there,  I just figured since Red Hat is targeted more at
inexperienced users, and the fact that it was in there under RH6.2 that
maybe they would like to check into it for 7.1 or something.

- Original Message -
From: "Statux" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, October 04, 2000 3:25 PM
Subject: Re: PPP in Redhat 7.0 without GUI- Its no longer in the linuxconf


 It should still be in Linuxconf somewhere if you actually use that thing.

 Other than that, one must remember that this isn't Windows (land of
 setup.exe's):)

 On Wed, 4 Oct 2000, Terry Williams wrote:

  Does anyone happen to know were PPP setup is at in RedHat 7.0.  I know
the
  GUI has one but I didn't install the GUI on my home server and need to
setup
  a ppp account.  It used to be in linuxconf under client tasks.  I could
set
  it the old fashioned way but I think maybe it should be there...
 
 
 
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
 

 --
 -Statux



 ___
 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: make modules error DO I have to have sound?

2000-10-08 Thread Bret Hughes

"Mikkel L. Ellertson" wrote:

 On Sat, 7 Oct 2000, Bret Hughes wrote:
 [SNIP]
 
  Thanks Mikkel, That appears to be the fix.  As I have only done this a few
  times, I have another question.  I selected PPro as the cpu type in
  menuconfig but I notice that in all the lines I have seen scroll by, the
  -m486 flag is set.. Is this correct?
 
 
 
  There are two pentium II 333 MHz processors in the machine
 
  Any help appreciated.
 
  Bret
 
 Hi Bret,
 Yes, the -m486 flag is the correct one.  For this flag, when
 compiling the kernel, the only choices are -m386 and -m486.  I am not sure
 of all the details, but I think the flags handle how data structures are
 alligned.  The 486 allignment will sometimes wast space, but allows faster
 accessing.  There is some other optimizing done for the newer processors,
 but this is done using other flags, as well as some stuff done in the
 source code.  I am not sure if it still applies, but I know with the 2.0.x
 kernels, you also had to make sure you used the correct version of the
 compiler because the latest version would break some things...

 Mikkel
 --

Thanks to everyone for the info.  Everything appeared to go well with the
compile.

The problem is now that the system hangs at "Finding Module Dependencies"
during booting the new kernel.  I did make modules and make module_install.
The new modules were built and put into /lib/modules/2.2.16-3 and the kernel is
named vmlinuz-2.2.16-3 with a symlink from vmlinuz to it.  Here is lilo.conf

[bhughes@compaq2 /boot]$ cat /etc/lilo.conf
boot=/dev/ida/c0d0p1
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
default=linux
image=/boot/vmlinuz-2.2.5-22smp
 label=linux-686
 root=/dev/ida/c0d0p6
 initrd=/boot/initrd-2.2.5-22smp.img
 read-only
image=/boot/vmlinuz  -- this is the new entry
 label=linux
 root=/dev/ida/c0d0p6
 read-only
image=/boot/vmlinuz-2.2.5-15
 label=linux-up
 root=/dev/ida/c0d0p6
 initrd=/boot/initrd-2.2.5-15.img
 read-only

 BTW I compiled the scsi stuff into the kernel so the initrd is not needed,
right?  I tried it both ways but I feel that I would not have gotten this far
if the scsi or raid5 stuff was the issue since all drives are mounted ok.

What have I missed?  All help appreciated.

Bret



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



HELP me with Redhat 7.0 and Linksys network in a box

2000-10-08 Thread Johnathan Mark Smith

HELP me with Redhat 7.0 and Linksys network in a box

 I have to network two computers one is a desktop and the other is a
Dell
 Inspiron 3200 network with a 3com network card.  I picked up the
LinkSys
 fast etherenet 10/100 network in a box and installed the card in my
 desktop.  After pluging the cabel in from the desktop to the hub the
hub
 lights lit up.  On my notepad with the 3com card the lights are not
 coming on?? does the hub work with 3com network cards??

 Anyway I am very need to this and I dont know what to do next to tell
 that the desktop is working right and also how to get my notepad
working
 right.  If you think you can help me please email me ASAP at
 [EMAIL PROTECTED]




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



Re: HELP me with Redhat 7.0 and Linksys network in a box

2000-10-08 Thread Marco Shaw

Double check your cable to make sure it's the properly wired.  You have some
kind of hardware misconfiguration if the link light does not come up, or you
have a hardware failure.

Marco

- Original Message -
From: "Johnathan Mark Smith" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, October 08, 2000 11:13 AM
Subject: HELP me with Redhat 7.0 and Linksys network in a box


 HELP me with Redhat 7.0 and Linksys network in a box

  I have to network two computers one is a desktop and the other is a
 Dell
  Inspiron 3200 network with a 3com network card.  I picked up the
 LinkSys
  fast etherenet 10/100 network in a box and installed the card in my
  desktop.  After pluging the cabel in from the desktop to the hub the
 hub
  lights lit up.  On my notepad with the 3com card the lights are not
  coming on?? does the hub work with 3com network cards??

  Anyway I am very need to this and I dont know what to do next to tell
  that the desktop is working right and also how to get my notepad
 working
  right.  If you think you can help me please email me ASAP at
  [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: strip ^M from list of files in for loop

2000-10-08 Thread K.Deepak

Dear Bret,

   Just try the attached script . This is very simple and you
will love to use it.

Happy Linuxing!

Thanks

K.Deepak

Bret Hughes wrote:

 Thanks to all who responded.  For the record, the solution I came up with
 was tr.  The echo -n I could not get to work in this situation. I believe
 it was because the ^M was already there.  It appears from the man page
 that echo -n will merely keep a ^M from being appended.  This is a weird
 thing that I have yet to really get my head around.  It took a tr -d
 "\n,\r" to get the functionality I needed.  \n or \r alone would not do
 it.  What the heck does ^M do anyway?  I thought that dos did the cr lf
 deal seperatly and *nixes used just on but from my experiments it would
 appear that the were both ther even though only a singel ^M showed up.

 Thanks again to all.

 Bret

 --
 To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
 as the Subject.


if [ $# = 0 ]
then
   echo "Usage: $0 file [file ...] "
   exit 1
else   
   for FILE in $*
   do  
 chmod 0666 $FILE
 vi -b -c %s/
$//g  -c %s/
/
/g -c wq $FILE
   done  

   echo 'all control m characters removed ' 
fi  

exit 0


begin:vcard 
n:K;DEEPAK
tel;pager:9610129463
tel;fax:+91-44-2432749
tel;work:+91-44-2432414,2432749
x-mozilla-html:FALSE
url:http://www.adventnet.com
org:ADVENTNET DEVELOPMENT CENTRE (INDIA) PVT. LTD
version:2.1
email;internet:[EMAIL PROTECTED]
title:ENGINEER - SYSTEM ADMINISTRATION
adr;quoted-printable:;;ADVENTNET (INDIA)=0D=0A13-A VELACHERY MAIN ROAD=0D=0A"KAASHYAP ENCLAVE"=0D=0AVELACHEY;CHENNAI;TAMILNADU;600042;INDIA
x-mozilla-cpt:;27552
fn:DEEPAK K
end:vcard



Re: can anyone explain what this is?

2000-10-08 Thread Bret Hughes

Nick Hudson wrote:

 [root@Blackhawk nickh]# rpm -Uvh fam*
 fam
 ##
 Adding fam to rpc...
 Adding fam to inetd.conf...
 Couldn't find inetd.conf in /etc /usr/etc /usr/local/etc
 Restarting inetd...
 inetd: no process killed
 execution of fam-2.6.4-1 script failed, exit status 1
 [root@Blackhawk nickh]#

 what is "inetd"?? IM tryin to install fam and i get this error??
 This is on RH 7.0 if you must know

 thx
 Nick Hudson


inetd is a daemon that sort of acts as a front end to several
internet daemons without having to have all the progs running all
the time.  It listens to the ports for each service it is setup for
in /etc/inetd.conf and when it dectects activity for the port it
then launches the program and passes control to it.  inetd also
uses tcpwrappers, a program that provides a standard set of access
rules that allows for pretty fine grained control of which machines
can access which services.

RH7.0 uses the latest version of inetd, xinetd.  I have not looked
at it yet but the setup is different.  It sounds like fam is trying
to set itself up in inetd but it is prbably not running on your RH
7.0 machine.

Bret




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



RH 6.2 and Ultra 66 problem

2000-10-08 Thread Michael McLeod

I have been running RH 6.0 and used the setup scrip provided by Promise
for 6.0.  I wanted to upgrade to 6.2 but the same script did not work
with 6.2.  After looking for a while I found the method to use in the
mini "How To for Ultra 66"  This worked fine. (It involved issuing the
command "Linux ide2=XX
ide 3=X before booting Linux).  I have successfully put this
command into LILO so I don't have to enter it with each boot,
everything seems to work well except:   RH 6.2 runs a LOT SLOWER
than 6.0 did.  Is this the nature of 6.2?  Or is something else wrong
which I need to address?  Or do I need to patch the 2.2.14 kernel? (if
this is the case then I need some advise,  I have found a lot of patches
supplied by /hederick/  but which one? and how to apply it?  I can
probably figure out how to apply the patch but I am in the dark as to
which patch to use.   So, any advise and direction would be welcome from
You-Who-Know more than I do about Linux (I'm still very much a work in
progress).
Michael



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



Re: procmail

2000-10-08 Thread Luke C Gavel


Hi,

I don't know anything about sendmail, but /etc/mail/* is
explained by sendmail documentation, right?  I find the
configuration you mentioned for /etc/mail/access very
interesting, and something to check into more thoroughly for a
more efficient solution than procmail.  

But I have a question, what if faked domains like 'backwire.com'
are only used for one spam/broadcast session?  IOW, is there a
way to use other more constant or consistent parts of the mail
header information in /etc/mail/access, like 'Received:
spammer's ISP addr', which is not as likely to change?

Best Regards,
L.G.


On Sat, 7 Oct 2000, Glen Lee Edwards wrote:

 A more realistic approach is to modify /etc/mail/access by adding in
 specific spammers as the letters come in.  Here's a portion of my access
 file:
 
 localhost.localdomain   RELAY
 localhost   RELAY
 127.0.0.1   RELAY
 192.168.0   RELAY
 [EMAIL PROTECTED]   550 Spam is not accepted at this site
 backwire.com550 Attempts to unsubscribe from your list failed
 dn.net  550 Spam is not accepted at this site
 exactis.com 550 Attempts to unsubscribe from your list failed
 [EMAIL PROTECTED]   550 Spam is not accepted at this site
 



-- Generated Sig --
Why did the Lord give us so much 
quickness of movement unless it was to
avoid responsibility with?
-- End Sig --



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



Re: HELP me with Redhat 7.0 and Linksys network in a box

2000-10-08 Thread Santiago del Roi

Make sure you aren't using any "Crossed Cables"  and make sure you aren't
pluging into a crossed port on the hub.  You might try plugging the cable
that you're using on the 3Com card and joining the two computers directly
with it.  This will tell you if it's crossed or not and it is crossed you
don't need the hub. Hope that helps.



At 10:13 AM 08/10/2000 -0400, you wrote:
HELP me with Redhat 7.0 and Linksys network in a box

 I have to network two computers one is a desktop and the other is a
Dell
 Inspiron 3200 network with a 3com network card.  I picked up the
LinkSys
 fast etherenet 10/100 network in a box and installed the card in my
 desktop.  After pluging the cabel in from the desktop to the hub the
hub
 lights lit up.  On my notepad with the 3com card the lights are not
 coming on?? does the hub work with 3com network cards??

 Anyway I am very need to this and I dont know what to do next to tell
 that the desktop is working right and also how to get my notepad
working
 right.  If you think you can help me please email me ASAP at
 [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



Could someone help me to set up fetchmail with ssl?

2000-10-08 Thread Eduardo M. A. M. Mendes

Hello
I want to use fetchmail + ssl for secure donwload of 
the messages on a server located at my lab. I read the docs but I 
didn't get much. For instance on the mini-howto secure pop I 
managed to run ssh -C -f popserver ... with success, I mean, I
could use telnet localhost 0 to login to the qpopper server.
Beyond that I had only headaches.
Any/all help will be most welcome.

Many thanks

Eduardo



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



Re: Gnome login failure

2000-10-08 Thread Ahbaid Gaffoor

I had a similar problem but with HP-UX on a workstation.

My problem was that after logging in, the machine tried to use
WORKSTATION:0.0
as the display

(For agruments sake say that the machine's IP is 199.1.1.4 and the name is
WORKSTATION)

but DNS was down so it could not resolve WORKSTATION to 199.1.1.4

however a text login worked since this does not DNS...

I don't know if your problem is anywhere close to this, but try seeing if
you can ping your machine by it's name, then by the IP.

If the former fails and the latter works, then I'd guess your name
resolution is causing the problem.

Hope this helps,

Ahbaid.

Miroslav Skoric wrote:

 Gentle folks,

 Recently I noticed a strange thing (not sure if it was documented here
 earlier). Well, whenever I try to login to my user's account into RH6.2,
 using GUI, after the password is entered, a GUI disappeared for cca half
 a second and returns back asking for username/password again (just like
 if I try to login for the first time). I don't know what might be wrong
 because when I use text login mode, everything works great. Btw, roots
 username/password (when entered wrong) don't behave like mentioned -
 they just note you that login was wrong so you should try again (but GUI
 remains intact). Any idea?

 Misko

 ___
 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



Problem : was What exactly does this mean?

2000-10-08 Thread Jake McHenry


Could the problem I'm seeing be a harddrive that went bad? The bios counts all
the new memory. Now when I go in, it says Kernel Panic. Cannot mount root
partition. How can I test this? 

Thanks,
Jake



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



Re: [OT] How to disable NIS in HP-UX 11

2000-10-08 Thread Ahbaid Gaffoor

Hi Ed,

I got it fixed, thanks. But in HP-UX there is a /etc/nsswitch.conf file.
I had to set some flags in the network configuration file.

thanks,

Ahbaid.

Ed Franks wrote:

 On Sat, 09 Sep, 2000,  Ahbaid Gaffoor wrote:
  Hi,
 
  I'm desperate here... does anyone know how to get a client HP-UX
  workstation to stop looking for an NIS host?
 
  thanks,
 
  Ahbaid.

 Ahbaid,

 In HP-UX, there is no service order file [/etc/nsswitch.conf]
 Therefore, to stop resolver from trying NIS, you should
 have a nameserver defined in the /etc/resolv.conf file.
 HP-UX tries NIS first, then DNS, then hosts file.

 HTH,

 ed

 ___
 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



Oracle 8.1.6 on RH 7.0

2000-10-08 Thread Ahbaid Gaffoor

Hi All,

anyone running Oracle 8.1.6 on RH7.0?

I am getting a ORA-3113 error when attempting to start SVRMGRL

I did not rebuild the kernel with the modifications for shared memory
and semaphores, I have found in the past that Oracle installed and ran
fine without doing this. I have had this running 8.1.5 on RH6.2

Any pointers or gotchas out there?

thanks,

Ahbaid




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



Kernel Panic Problem

2000-10-08 Thread ~:~Koshy Karteya~:~

Hi,

I've got a problem booting up
It's to do with damaged file descriptors or something...
something abt block 0 not found in group (block XX)
then it stalls with a kernel panic message.

I tried repairing with a rescue diskette but it reports someting abt 
superblock being damaged Tried ef2sck -b 8193 /dev/hdaY and it didnt work 
out...
Anyone had any ideas on how to solve this?
I really hate to reinstall it :(

Thanks for any help!!







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



Re: can anyone explain what this is?

2000-10-08 Thread John Aldrich

On Sat, 07 Oct 2000, Nick Hudson wrote:
 [root@Blackhawk nickh]# rpm -Uvh fam*
 fam
 ##
 Adding fam to rpc...
 Adding fam to inetd.conf...
 Couldn't find inetd.conf in /etc /usr/etc /usr/local/etc
 Restarting inetd...
 inetd: no process killed
 execution of fam-2.6.4-1 script failed, exit status 1
 [root@Blackhawk nickh]#
 
 what is "inetd"?? IM tryin to install fam and i get this error??
 This is on RH 7.0 if you must know
 
Ahh...inetd is what has become Xinetd (caps for emphasis
only.) It appears your script can't handle RH 7.
John



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



XDMCP Question

2000-10-08 Thread Ahbaid Gaffoor

Hi all,

My default manager is KDE.

I modified my Xaccess file to have the following lines:

*
* CHOOSER BROADCAST

I am using Hummingbird's X windows emulation software and doing an XDMCP
query, but the kde manager does not show up.

I recall a long time ago someone had mentioned on this that the kdm
manager should be used?

Any help is needed please.

thanks,

Ahbaid.



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



Re: Kernel Panic Problem

2000-10-08 Thread Paul Anderson

Boot off a floppy and then try to mount the drive.  It sounds as though the
drive or least the partition table is screwed up.   If you can not even see
the partition table I guess you will know where you are at then.

Paul Anderson

~:~Koshy Karteya~:~ wrote:

 Hi,

 I've got a problem booting up
 It's to do with damaged file descriptors or something...
 something abt block 0 not found in group (block XX)
 then it stalls with a kernel panic message.

 I tried repairing with a rescue diskette but it reports someting abt
 superblock being damaged Tried ef2sck -b 8193 /dev/hdaY and it didnt work
 out...
 Anyone had any ideas on how to solve this?
 I really hate to reinstall it :(

 Thanks for any help!!

 ___
 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: unsubscribe -can someone at least bother to reply 4 the firsttime

2000-10-08 Thread Matt Housh

 There has been times that I have asked questions and not gotten replies. I
 just assume that one knows the answer. I go through list by subject. If I
 think I can help, or it on a topic I am wondering about myself, I read the
 message. If I don't I go to the next one. As many posts as this list gets it
 how I do it. I don't have time to read every message.

It will never cease to amaze me how many people DO NOT READ the
messages. I mean, come on, EVERY single mail to this list has
instructions at the bottom for unsubscribing, and they DO work. I have
tried them. So what's the problem?

BTW, to Rev David P. Giffen, this is not directed at you, this is to
everyone, I just used your email to reply.

Matt

-- 
Matt Housh ([EMAIL PROTECTED])
Morpheus.Net Co-Founder/Admin



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



Re: Re: Kernel Panic Problem

2000-10-08 Thread rob smith


that is bad...that happened to me twice in the last year...I tried
everything, basically you have to reinstall...sorrybut true

On Mon, 09 Oct 2000, Paul Anderson wrote:
 Date: Mon, 09 Oct 2000 02:57:55 -0400
 To: [EMAIL PROTECTED]
 From: Paul Anderson [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Subject: Re: Kernel Panic Problem
 
 Boot off a floppy and then try to mount the drive.  It sounds as though
 the
 drive or least the partition table is screwed up.   If you can not even
 see
 the partition table I guess you will know where you are at then.
 
 Paul Anderson
 
 ~:~Koshy Karteya~:~ wrote:
 
  Hi,
 
  I've got a problem booting up
  It's to do with damaged file descriptors or something...
  something abt block 0 not found in group (block XX)
  then it stalls with a kernel panic message.
 
  I tried repairing with a rescue diskette but it reports someting abt
  superblock being damaged Tried ef2sck -b 8193 /dev/hdaY and it didnt
 work
  out...
  Anyone had any ideas on how to solve this?
  I really hate to reinstall it :(
 
  Thanks for any help!!
 
  ___
  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: Re: Kernel Panic Problem

2000-10-08 Thread rob smith


one more thing...can you tell me what you did just b4 that happened...once I
had to hit the reset button which I thought caused it...but the next time I
had a normal shutdown and then when I rebooted I got that error...which I
thought was strange.  What I did since was install a new harddrive on the
advice of some others...and it hasn't happened since...don't know if that
was it for sure...

On Mon, 09 Oct 2000, Paul Anderson wrote:
 Date: Mon, 09 Oct 2000 02:57:55 -0400
 To: [EMAIL PROTECTED]
 From: Paul Anderson [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Subject: Re: Kernel Panic Problem
 
 Boot off a floppy and then try to mount the drive.  It sounds as though
 the
 drive or least the partition table is screwed up.   If you can not even
 see
 the partition table I guess you will know where you are at then.
 
 Paul Anderson
 
 ~:~Koshy Karteya~:~ wrote:
 
  Hi,
 
  I've got a problem booting up
  It's to do with damaged file descriptors or something...
  something abt block 0 not found in group (block XX)
  then it stalls with a kernel panic message.
 
  I tried repairing with a rescue diskette but it reports someting abt
  superblock being damaged Tried ef2sck -b 8193 /dev/hdaY and it didnt
 work
  out...
  Anyone had any ideas on how to solve this?
  I really hate to reinstall it :(
 
  Thanks for any help!!
 
  ___
  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: Problem : was What exactly does this mean?

2000-10-08 Thread Bret Hughes

Jake McHenry wrote:

 Could the problem I'm seeing be a harddrive that went bad? The bios counts all
 the new memory. Now when I go in, it says Kernel Panic. Cannot mount root
 partition. How can I test this?

 Thanks,
 Jake

You might try toms boot disk.  Pretty complete linux on a floppy. He has done a
good job getting abunch of stuff onto a single floppy.  Once up, you can mount
your hard disk partitions and look around.

Bret



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



Re: XDMCP Question

2000-10-08 Thread Ahbaid Gaffoor

Solved my own problem

The last line of xdm-config is a security line, since I'm on a private line
I commented it out and everything works.

But, how do I change my default login manager from Gnome to KDE?

Ahbaid Gaffoor wrote:

 Hi all,

 My default manager is KDE.

 I modified my Xaccess file to have the following lines:

 *
 * CHOOSER BROADCAST

 I am using Hummingbird's X windows emulation software and doing an XDMCP
 query, but the kde manager does not show up.

 I recall a long time ago someone had mentioned on this that the kdm
 manager should be used?

 Any help is needed please.

 thanks,

 Ahbaid.

 ___
 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: Kernel Panic Problem

2000-10-08 Thread ~:~Koshy Karteya~:~


Well I still dun have any idea what's the exact cause of it all
Basically, I have removable racks and install windoz/Linux off each HDD and 
boot accordingly

my 4.1 HDD was auto-detected as only 77MB (?) and the booting hangs at 
booting linux- .
-reset switch
2nd attempt : boots in with error messages on fs , repairs other devices 
except the one holding the /
- gets hold of a boot disk and enters rescue mode
- gets the error (the errors in the mail I sent earlier)

And it can only get  worse...I'm now pondering over the latest mystery...
cant boot from a bootdisk / CD anymore...
hits at VFS : cannot open root device 08:32
fail mount root fs on 08:32

I'm going to give the toms boot disk some1 mentioned  one last try for the 
day...
Of all the hours of the day, this has to happen early in the morning...


At 04:09 PM 10/8/00 +, you wrote:

one more thing...can you tell me what you did just b4 that happened...once I
had to hit the reset button which I thought caused it...but the next time I
had a normal shutdown and then when I rebooted I got that error...which I
thought was strange.  What I did since was install a new harddrive on the
advice of some others...and it hasn't happened since...don't know if that
was it for sure...

snipped



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



Re: MS self-extracting .exe files

2000-10-08 Thread fred smith

On Sun, Oct 08, 2000 at 02:19:00AM -0500, Mikkel L. Ellertson wrote:
 On Sat, 7 Oct 2000, fred smith wrote:
 
  Say, can any of you point me to a tool for Linux that'll unpack the
  contents of those self-extracting .EXE files that MS uses to distribute
  stuff?
  
  Thanks!
  
 It all depends on when they created the file.  I have seen several formats
 of thses file.  Some are self extracting ZIP files, and unzip will handle
 them.  If I remember right, some are LHA archives, and lha will work on
 them.  As for the other ones, I am not sure.  I use VMware and a copy of
 Windows 98 to handle them, but I would love to have a Linux tool for them.

A couple of other guys suggested unzip. These files are NOT zip files,
in fact I can't recall the last time I saw a MS distribution file  that
was. I also tried lharc and it doesn't seem to see the contents of these
files either.

What I have is a set of fonts that appear to be freely downloadable from
the MS web site which I'd like to unpack. I know I could go to a Windoze
box and install them, but I'd rather just extract the parts I want and
put them where I want them rather than doing a MS-style install.

I seem to recall having seen a reference to a tool that could do that but
can't think of either its name or where I would have seen the reference.

Any furhter ideas?

thanks again!

Fred
-- 
 Fred Smith -- [EMAIL PROTECTED] 
  "For him who is able to keep you from falling and to present you before his 
 glorious presence without fault and with great joy--to the only God our Savior
 be glory, majesty, power and authority, through Jesus Christ our Lord, before
 all ages, now and forevermore! Amen."
- Jude 1:24,25 (niv) -



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



Re: make modules error DO I have to have sound?

2000-10-08 Thread Bret Hughes

Bret Hughes wrote:


 The problem is now that the system hangs at "Finding Module Dependencies"
 during booting the new kernel.  I did make modules and make module_install.
 The new modules were built and put into /lib/modules/2.2.16-3 and the kernel is
 named vmlinuz-2.2.16-3 with a symlink from vmlinuz to it.  Here is lilo.conf


  BTW I compiled the scsi stuff into the kernel so the initrd is not needed,
 right?  I tried it both ways but I feel that I would not have gotten this far
 if the scsi or raid5 stuff was the issue since all drives are mounted ok.

 What have I missed?  All help appreciated.

I recompiled again using a different procedure and it looks like I am jammin' now
:)

I did
make mrproper
make dep
make clean
make bzImage
make modules
make modules_install

I then copied the kernel
cp /usr/src/linux/arch/i386/boot/bzImage /boot/vmlinuz-2.2.16-3
and
cp /usr/src/linux/System.map /boot/System.map-2.2.16-3

I checked the symlinks in /boot that were set up by the previous installs

[root@compaq2 /boot]# ls -l |grep ^l
lrwxrwxrwx   1 root root   19 Oct  7 08:16 System.map -
System.map-2.2.16-3
lrwxrwxrwx   1 root root   15 Oct  6 18:01 kernel.h - kernel.h-2.2.16

lrwxrwxrwx   1 root root   16 Oct  7 08:16 vmlinuz - vmlinuz-2.2.16-3



reran lilo:
lilo -v

here is lilo.conf:

boot=/dev/ida/c0d0p1
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
default=linux
image=/boot/vmlinuz-2.2.5-22smp
 label=linux-686
 root=/dev/ida/c0d0p6
 initrd=/boot/initrd-2.2.5-22smp.img
 read-only
image=/boot/vmlinuz
 label=linux
 root=/dev/ida/c0d0p6
 read-only
image=/boot/vmlinuz-2.2.5-15
 label=linux-up
 root=/dev/ida/c0d0p6
 initrd=/boot/initrd-2.2.5-15.img
 read-only


viola reboot worked fine

I have a couple of quetions.

Any ideas why the first procedure did not work?
i.e.

make dep
make clean
make install
make modules
make modules_install

This is what hung at the Finding Module Dependencies prompt which looks like it is
basically a depmod -a run in rc.sysinit

What does the map=/boot/map line do?
Where did /boot/map mcome from ?  it is timestamped about 20 minutes later than
the orig /usr/src/linux/System.map.  Are these related?

Where can I read up on map and System.map and be able to understand it too :)

I appreciate everyone's help.  I don't normally compile my own kernels but if I
can get the procedure down pat I might not be afraid of it in the future.

Bret



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



hosts.allow hosts.deny

2000-10-08 Thread Chad Roberts


I am trying to set up some semblence of security on my machine with linux. 
(redhat 6.2)  Unfortunately, I have run into a small problem and was hoping 
someone might be able to help me with it.  I would like to set up 
hosts.allow and hosts.deny to send me an email whenever someone 
telnets/ftps/etc... into my machine.  After reading the man pages on 
hosts.allow and tcpd I have come up with the following line in hosts.allow:

ALL: ALL: (/usr/sbin/wall test) 

Of course, this does not do anything but broadcast "test" to all of the 
consoles, but it should have executed the command when i tried to telnet 
into my machine, which it did not.  Furthermore, it did not even allow me 
into the machine using telnet.  (when i commented out the "(/usr/sbin/wall 
test) " part it does let me in)

Can anyone tell me why my commands aren't being executed?  I followed the 
3rd example (Booby  Traps) in the man pages for hosts.allow precisely and 
can not figure out for the life of me, what is wrong.

Thanks in advance for any help anyone can give me.
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.



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



Re: Conferencing?

2000-10-08 Thread Darren R. Weber

I just signed up to this list so I hope I am not stepping in at the wrong place, but 
if you are looking to do video conferencing over a masqueraded network MS Netmeeting 
does work.  I do it here at home.  There is a module available from sofia.net (I hope 
that is right. . .going by memory) that does H323.  The only downside is that the 
connection must be established from inside the masqed network and not from the other 
side.  Send me a not if you want more info.

-Darren

On Mon, 9 Oct 2000 03:26:45 +1100, you wrote:
 If you want to setup such things as video conferencing (eg netmeeting)
 Firewalls don't work very well with UDP eg:- Voice (voIP) video(video
 conferencing) etc etc
 
 You need to look into something such as Network Address Translation in
 www.linuxdocs.com

  
  
  On Fri, 6 Oct 2000, Stephen E. Hargrove wrote:
  
  What's everyone using for Internet conferencing?  I've got several
  machines masqueraded and behind a firewall.  Boss man wants to use
  NetMeeting, but from my reading of Section 6 of the IP Masq HOWTO, H.323
  programs (such as NetMeeting) are currently out of the question.
  
  Basically, I need video, audio and filesharing capabilities, and I need
  to get it set up pretty quick.  Any suggestions?
  
  Thanks!
  --
  Steve
  
  

~
Darren R. Weber
[EMAIL PROTECTED]
AIM: TuxUser
ICQ#: 2849193
~




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



Re: hosts.allow hosts.deny

2000-10-08 Thread Dave Wreski


 ALL: ALL: (/usr/sbin/wall test) 
 
 Of course, this does not do anything but broadcast "test" to all of the 
 consoles, but it should have executed the command when i tried to telnet 
 into my machine, which it did not.  Furthermore, it did not even allow me 
 into the machine using telnet.  (when i commented out the "(/usr/sbin/wall 
 test) " part it does let me in)

ALL: ALL: spawn ( /bin/echo -e "%s Connection attempt blocked" | \
/bin/mail -s "Connect attempt to %d blocked" admin )

There's a handful of documentation covering this subject on
http://www.linuxsecurity.com/docs

dave




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



Redhat 7.0 lock-up

2000-10-08 Thread Lance Spence

Hello everyone,

I hope someone can help me out with a problem I have. After doing a fresh 
install of Redhat 7.0
I recompiled the kernel to include support for my Ricoh 6200s SCSI 
CD-Burner and now
during boot-up the system locks up at

Checking root filesystem...

I compiled in SCSI emulation as a module and the SCSI drivers into the 
kernel as-well as "aha152x".
These were compiled not as modules. When I tried as modules during boot-up 
the system didn't lockup, but
it didn't recognized my SCSI CD-Burner. I also have added the 
append="aha152x=0x340,11,7,1" option.

-- Lance






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



Re: Redhat 7.0 lock-up

2000-10-08 Thread Dave Wreski


 I compiled in SCSI emulation as a module and the SCSI drivers into the 
 kernel as-well as "aha152x".

If it's a SCSI CDR you don't need SCSI emulation.

 These were compiled not as modules. When I tried as modules during boot-up 
 the system didn't lockup, but
 it didn't recognized my SCSI CD-Burner. I also have added the 
 append="aha152x=0x340,11,7,1" option.

Start with just 'append="aha152x=0x340" and let it figure out the rest.
Are you sure there aren't any termination problems?

Try compiling the aha152x as a module, then using modprobe to test it,
rather than having to reboot each time:

# modprobe aha152x aha152x=0x340

dave



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



pygnome package

2000-10-08 Thread Darren R. Weber

Just wondering if aynone knows why the pygnome package in RH7 was built without the 
applet and capplet modules?

I am just getting interested in this language and it's frustrating when the examples 
shipped in the docs won't even run.

Is there a reason not to build in those two modules?

-Darren
~
Darren R. Weber
[EMAIL PROTECTED]
AIM: TuxUser
ICQ#: 2849193
~




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



graphing software question

2000-10-08 Thread Michael Stack

Is anybody familiar with software that would enable me to create simple
graphs of linear equations? Did a search of redhat.com, but couldn't find
anything. Is there a good place to go look for things like this? Normally
I'd run over to rpmfind.net, but their site appears to be down.

Thanks.

Michael Stack



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



Re: graphing software question

2000-10-08 Thread Dave Wreski


 Is anybody familiar with software that would enable me to create
 simple graphs of linear equations? Did a search of redhat.com, but
 couldn't find anything. Is there a good place to go look for things
 like this? Normally I'd run over to rpmfind.net, but their site
 appears to be down.

Try GNUPlot:

http://freshmeat.net/projects/gnuplot/?highlight=gnuplot

dave



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



Re: graphing software question

2000-10-08 Thread Chris Harvey

Have you ever looked at mrtg ?

Do a search on google and you should find it. Many (including me) use if for
graphing the processor load.

Chris

[EMAIL PROTECTED] wrote:

 Is anybody familiar with software that would enable me to create simple
 graphs of linear equations? Did a search of redhat.com, but couldn't find
 anything. Is there a good place to go look for things like this? Normally
 I'd run over to rpmfind.net, but their site appears to be down.

 Thanks.

 Michael Stack

 ___
 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



Graphical firewall App

2000-10-08 Thread Rick Knebel

Hi,

I thought I read that RedHat 7 came with a Graphical Firewall App 
configuring program?

Does anyone know what the name of this is and where it is at?


Thanks
Rick
-- 
Rick Knebel
[EMAIL PROTECTED]
http://rknebel.uplink.net/~rknebel



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



Re: e-mail client

2000-10-08 Thread ktb

nitin jain wrote:
 
 Hi,
 
 Can anyone please tell me about an e-mail client for linux like eudora or
 outlook express of windows.It should be easy to install and should have good
 GUI.
 

netscape -mail.
kent

-- 

"Neurosis is the way of avoiding non-being by avoiding being." 
- Paul Tillich, American theologian (1886-1965).



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



Re: Graphical firewall App

2000-10-08 Thread Adam Sleight

gnome-lokkit or firewall-config on the main cd
http://www.redhat.com/products/software/linux/pl_rhl7.html

or perhaps mason on the powertools cd
http://www.redhat.com/products/software/linux/pl_rhl7_powertools.html

On Sun, 8 Oct 2000 19:22:44 -0400
 Rick Knebel [EMAIL PROTECTED] wrote:
#Hi,
#
#I thought I read that RedHat 7 came with a Graphical Firewall App 
#configuring program?
#
#Does anyone know what the name of this is and where it is at?
#
#
#Thanks
#Rick

adam http://www.kaikun.org 4,000+ photos



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



Re: MS self-extracting .exe files

2000-10-08 Thread Justin Ballou


 fred smith wrote:

 On Sun, Oct 08, 2000 at 02:19:00AM -0500, Mikkel L. Ellertson wrote:
  On Sat, 7 Oct 2000, fred smith wrote:
  
   Say, can any of you point me to a tool for Linux that'll unpack the
   contents of those self-extracting .EXE files that MS uses to distribute
   stuff?
   
   Thanks!
   
  It all depends on when they created the file.  I have seen several formats
  of thses file.  Some are self extracting ZIP files, and unzip will handle
  them.  If I remember right, some are LHA archives, and lha will work on
  them.  As for the other ones, I am not sure.  I use VMware and a copy of
  Windows 98 to handle them, but I would love to have a Linux tool for them.
 
 A couple of other guys suggested unzip. These files are NOT zip files,
 in fact I can't recall the last time I saw a MS distribution file  that
 was. I also tried lharc and it doesn't seem to see the contents of these
 files either.
 
 What I have is a set of fonts that appear to be freely downloadable from
 the MS web site which I'd like to unpack. I know I could go to a Windoze
 box and install them, but I'd rather just extract the parts I want and
 put them where I want them rather than doing a MS-style install.
 
 I seem to recall having seen a reference to a tool that could do that but
 can't think of either its name or where I would have seen the reference.

I use WINE to crack these open, among other purposes.  'Works quite well.

www.winehq.com

-- 
Justin Ballou
The Physician's Computer Company
[EMAIL PROTECTED]



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



Re: Graphical firewall App

2000-10-08 Thread rob smith



the firewall program is lokkit or something like that..it is on the second
cd another good and easy one is called firestarter...you can get it at
gnome.org
On Sun, 8 Oct 2000, Rick Knebel wrote:
 Date: Sun, 8 Oct 2000 19:22:44 -0400
 To: [EMAIL PROTECTED]
 From: Rick Knebel [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Subject: Graphical firewall App
 
 Hi,
 
 I thought I read that RedHat 7 came with a Graphical Firewall App 
 configuring program?
 
 Does anyone know what the name of this is and where it is at?
 
 
 Thanks
 Rick
 -- 
 Rick Knebel
 [EMAIL PROTECTED]
 http://rknebel.uplink.net/~rknebel
 
 
 
 ___
 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



smbmount

2000-10-08 Thread Stephen E. Hargrove

Can anyone tell me what's wrong with the following command?

# smbmount //peacedog/c /mnt/stephen -d 777

This command results in the following error message:

mount error: Invalid argument
Please look at smbmount's manual page for possible reasons

I've looked at the man page for both smbmount and smbmnt and I can't see
what I'm doing wrong.  peacedog is a machine on my network, and c is a
shared resource.  I've verified this by (1) smbclient -L //peacedog and
(2) connecting to the resource from Win9x machines.

Thanks!
--
Steve




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



Re: hosts.allow hosts.deny

2000-10-08 Thread Chad Roberts


From: Dave Wreski [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: hosts.allow  hosts.deny
Date: Sun, 8 Oct 2000 17:47:06 -0400 (EDT)


  ALL: ALL: (/usr/sbin/wall test) 
 
  Of course, this does not do anything but broadcast "test" to all of the
  consoles, but it should have executed the command when i tried to telnet
  into my machine, which it did not.  Furthermore, it did not even allow 
me
  into the machine using telnet.  (when i commented out the 
"(/usr/sbin/wall
  test) " part it does let me in)

ALL: ALL: spawn ( /bin/echo -e "%s Connection attempt blocked" | \
 /bin/mail -s "Connect attempt to %d blocked" admin )

There's a handful of documentation covering this subject on
http://www.linuxsecurity.com/docs

dave

ALL: ALL: spawn ( /bin/echo -e "%s Connection attempt blocked" | \
 /bin/mail -s "Connect attempt to %d blocked" admin )

There's a handful of documentation covering this subject on
http://www.linuxsecurity.com/docs

Thanks very much for your help dave.  It's working perfectly now.

Also, I appreciate the reference to further security measures.  I plan on 
setting up IP Masquerading soon, and will need all the help I can get.

thx again
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.



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



3d support

2000-10-08 Thread rob smith


I am trying to play quake 2 with rh7.0...I thought rh7.0 came with 3d
support..I am running a voodoo3...with lots of mem and speed.
I looked for drivers but they are based on xfree86 3.3.5   and rh7.0 has
xfree86 4 will  they work or am I missing how this works??



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



Re: e-mail client

2000-10-08 Thread Darren R. Weber

On Sun, 08 Oct 2000 19:07:00 -0500, you wrote:
 nitin jain wrote:
  
  Hi,
  
  Can anyone please tell me about an e-mail client for linux like eudora or
  outlook express of windows.It should be easy to install and should have good
  GUI.
  
 
 netscape -mail.
 kent
 

I just started using Pygmy, found on the Gnome website.  It's pretty bare bones, but 
it has a nice gui and is simple to use and set up.  The thing I like most about it is 
that it was written in python with the gnome gui extensions.  Before I downloaded it I 
had never used python.  Within two days I had learned enough to customize it to send 
through sendmail instead of smtp, and change the titles to something more apealing.  I 
intend to add a few more things to it too like a button to encrypt with gpg or 
whatever.  I know the developers are working on this so hopefully they will beat me to 
it.  The point is if it doesn't do what you want it to you could probably make it do 
it with a small amount of effort.  Take a look at it.

Other than that I would point you to Kmail.  Depending on what version of redhat you 
are running and what you installed it might allready be on your system.  It's a pretty 
good program if you don't mind the look of the qt widgets clashing with the gtk set.  
:-)
~
Darren R. Weber
[EMAIL PROTECTED]
AIM: TuxUser
ICQ#: 2849193
~




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



Re: MS self-extracting .exe files

2000-10-08 Thread Justin Zygmont

well, you can use dosemu.


On Sun, 8 Oct 2000, fred smith wrote:

 On Sun, Oct 08, 2000 at 02:19:00AM -0500, Mikkel L. Ellertson wrote:
  On Sat, 7 Oct 2000, fred smith wrote:
  
   Say, can any of you point me to a tool for Linux that'll unpack the
   contents of those self-extracting .EXE files that MS uses to distribute
   stuff?
   
   Thanks!
   
  It all depends on when they created the file.  I have seen several formats
  of thses file.  Some are self extracting ZIP files, and unzip will handle
  them.  If I remember right, some are LHA archives, and lha will work on
  them.  As for the other ones, I am not sure.  I use VMware and a copy of
  Windows 98 to handle them, but I would love to have a Linux tool for them.
 
 A couple of other guys suggested unzip. These files are NOT zip files,
 in fact I can't recall the last time I saw a MS distribution file  that
 was. I also tried lharc and it doesn't seem to see the contents of these
 files either.
 
 What I have is a set of fonts that appear to be freely downloadable from
 the MS web site which I'd like to unpack. I know I could go to a Windoze
 box and install them, but I'd rather just extract the parts I want and
 put them where I want them rather than doing a MS-style install.
 
 I seem to recall having seen a reference to a tool that could do that but
 can't think of either its name or where I would have seen the reference.
 
 Any furhter ideas?
 
 thanks again!
 
 Fred
 -- 
  Fred Smith -- [EMAIL PROTECTED] 
   "For him who is able to keep you from falling and to present you before his 
  glorious presence without fault and with great joy--to the only God our Savior
  be glory, majesty, power and authority, through Jesus Christ our Lord, before
  all ages, now and forevermore! Amen."
 - Jude 1:24,25 (niv) -
 
 
 
 ___
 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: 3d support

2000-10-08 Thread Jason Costomiris

On Sun, Oct 08, 2000 at 09:48:48PM +0400, rob smith wrote:
: 
: I am trying to play quake 2 with rh7.0...I thought rh7.0 came with 3d
: support..I am running a voodoo3...with lots of mem and speed.
: I looked for drivers but they are based on xfree86 3.3.5   and rh7.0 has
: xfree86 4 will  they work or am I missing how this works??

No offense, but you haven't been looking very hard.

If you go to the 3dfx site, and go to the drivers area, it points you 
directly to http://linux.3dfx.com/...

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



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



[Fwd: gcc 2.96 comment from GCC steering committee]

2000-10-08 Thread Bret Hughes

Sent to the bash list.
Anyone else see this?  Did RH 7 ship with gcc 2.96?  I wonder how big a deal
this really is?

Bret

Art Wildman wrote:

 http://gcc.gnu.org/ml/gcc-announce/2000/msg3.html

 It has come to our attention that some GNU/Linux distributions are
 currently shipping with ``GCC 2.96''.

 We would like to point out that GCC 2.96 is not a formal GCC release nor
 will there ever be such a release.  Rather, GCC 2.96 has been the code-
 name for our development branch that will eventually become GCC 3.0.

 Current snapshots of GCC, and any version labeled 2.96, produce object
 files that are not compatible with those produced by either GCC 2.95.2 or
 the forthcoming GCC 3.0.  Therefore, programs built with these snapshots
 will not be compatible with any official GCC release.  Actually, C and
 Fortran code will probably be compatible, but code in other languages,
 most notably C++ due to incompatibilities in symbol encoding (``mangling''),
 the standard library and the application binary interface (ABI), is likely
 to fail in some way.  Static linking against C++ libraries may make a
 binary more portable, at the cost of increasing file size and memory use.

 To avoid any confusion, we have bumped the version of our current
 development branch to GCC 2.97.

 Please note that both GCC 2.96 and 2.97 are development versions; we
 do not recommend using them for production purposes.  Binaries built
 using any version of GCC 2.96 or 2.97 will not be portable to systems
 based on one of our regular releases.

 If you encounter a bug in a compiler labeled 2.96, we suggest you
 contact whoever supplied the compiler as we can not support 2.96
 versions that were not issued by the GCC team.

 Please see http://gcc.gnu.org/snapshots.html if you want to use our
 latest snapshots.  We suggest you use 2.95.2 if you are uncertain.

 The GCC Steering Committee http://gcc.gnu.org/steering.html

  Original Message 
 Subject: gcc 2.96 comment from GCC steering committee
 Date: Sat, 07 Oct 2000 00:26:53 -0500
 From: Gerald Carter [EMAIL PROTECTED]
 Organization: VA Linux Systems
 To: [EMAIL PROTECTED]

 http://gcc.gnu.org/ml/gcc-announce/2000/msg3.html

 Cheers, jerry
 --
 --
/\  Gerald (Jerry) Carter Professional Services
  \/http://www.valinux.com  VA Linux Systems[EMAIL PROTECTED]
http://www.samba.org   SAMBA Team   [EMAIL PROTECTED]
http://www.eng.auburn.edu/~cartegw

"...a hundred billion castaways looking for a home."
 - Sting "Message in a Bottle" ( 1979 )

 --
 This mail is from the bash list at MoonGroup "Dot" Com.
 To unsubscribe send an email to [EMAIL PROTECTED] with the subject:
 unsubscribe bash.



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



Re: unsubscribe -can someone at least bother to reply 4 the first time

2000-10-08 Thread ktb

soulreaver wrote:
 
 as i have sent numourus rewuest for help, and no one can be even
 bothered to reply and would like to get off this mailing list, so this
 will actually give someone a chance to reply (HOPEFULLY); so can someone
 please tell me the mail address and subject line to unsubscribe to this
 VERY notso helpfull mailing list :-(
 

Follow the instructions here and you will be off.

https://listman.redhat.com/mailman/listinfo/redhat-list
hth,
kent


-- 

"Neurosis is the way of avoiding non-being by avoiding being." 
- Paul Tillich, American theologian (1886-1965).



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



Re: procmail

2000-10-08 Thread Glen Lee Edwards

Luke,

I don't know anything about sendmail, but /etc/mail/* is explained by
sendmail documentation, right?

The most current source is /usr/lib/sendmail-cf/README, which is located
on your box.  /etc/mail/access isn't mentioned in the official Sendmail
manual, which is based on Sendmail 8.8.

But I have a question, what if faked domains like 'backwire.com' are
only used for one spam/broadcast session?  IOW, is there a way to use
other more constant or consistent parts of the mail header information
in /etc/mail/access, like 'Received: spammer's ISP addr', which is not
as likely to change?

It has a limited ability to do this.  The following instructs sendmail to
search the message id for the addresses listed in /etc/mail/access. If
found then the directions you include for that specific address are
followed.  I don't know of a way to instruct Sendmail to search the entire
header for a string.

Add the following to your /etc/sendmail.mc file:

LOCAL_RULESETS
HMessage-Id: $CheckMessageId

SCheckMessageId
R $+ @ $+ $@ OK
R$* $#error $: 553 Header Error

Then remake your /etc/sendmail.cf file from sendmail.mc and restart
Sendmail.

Also, if you use the blacklist recipient feature in sendmail.mc:

FEATURE(`blacklist_recipients')

You can keep mail from going to specific users on your system:

[EMAIL PROTECTED] 550 Jack is grounded for hitting Susie

This will bounce all mail to Jack until you un-ground him.  *Plus*
blacklist recipients also keeps local users from sending mail to addresses
listed in /etc/mail/access.  So if you don't want Susie to be writing
letters to snake, just put "[EMAIL PROTECTED]" and both incoming and
outgoing mail addressed To/From "snake..." will be blocked.

Glen





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



RE: smbmount

2000-10-08 Thread Juha Saarinen

%- Can anyone tell me what's wrong with the following command?
%-
%- # smbmount //peacedog/c /mnt/stephen -d 777
%-
%- This command results in the following error message:

Try it like this:

mount -t smbfs -o username=your-username,password=your-password
//peacedog/c /mnt/stephen etc.

-- Juha




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



Re: [Fwd: gcc 2.96 comment from GCC steering committee]

2000-10-08 Thread Paul Anderson

Yes it did ship with the 2.96 gcc.  Or at least that is what is on the
distribution I installed.

Paul Anderson

Bret Hughes wrote:

 Sent to the bash list.
 Anyone else see this?  Did RH 7 ship with gcc 2.96?  I wonder how big a deal
 this really is?

 Bret

 Art Wildman wrote:

  http://gcc.gnu.org/ml/gcc-announce/2000/msg3.html
 
  It has come to our attention that some GNU/Linux distributions are
  currently shipping with ``GCC 2.96''.
 
  We would like to point out that GCC 2.96 is not a formal GCC release nor
  will there ever be such a release.  Rather, GCC 2.96 has been the code-
  name for our development branch that will eventually become GCC 3.0.
 
  Current snapshots of GCC, and any version labeled 2.96, produce object
  files that are not compatible with those produced by either GCC 2.95.2 or
  the forthcoming GCC 3.0.  Therefore, programs built with these snapshots
  will not be compatible with any official GCC release.  Actually, C and
  Fortran code will probably be compatible, but code in other languages,
  most notably C++ due to incompatibilities in symbol encoding (``mangling''),
  the standard library and the application binary interface (ABI), is likely
  to fail in some way.  Static linking against C++ libraries may make a
  binary more portable, at the cost of increasing file size and memory use.
 
  To avoid any confusion, we have bumped the version of our current
  development branch to GCC 2.97.
 
  Please note that both GCC 2.96 and 2.97 are development versions; we
  do not recommend using them for production purposes.  Binaries built
  using any version of GCC 2.96 or 2.97 will not be portable to systems
  based on one of our regular releases.
 
  If you encounter a bug in a compiler labeled 2.96, we suggest you
  contact whoever supplied the compiler as we can not support 2.96
  versions that were not issued by the GCC team.
 
  Please see http://gcc.gnu.org/snapshots.html if you want to use our
  latest snapshots.  We suggest you use 2.95.2 if you are uncertain.
 
  The GCC Steering Committee http://gcc.gnu.org/steering.html
 
   Original Message 
  Subject: gcc 2.96 comment from GCC steering committee
  Date: Sat, 07 Oct 2000 00:26:53 -0500
  From: Gerald Carter [EMAIL PROTECTED]
  Organization: VA Linux Systems
  To: [EMAIL PROTECTED]
 
  http://gcc.gnu.org/ml/gcc-announce/2000/msg3.html
 
  Cheers, jerry
  --
  --
 /\  Gerald (Jerry) Carter Professional Services
   \/http://www.valinux.com  VA Linux Systems[EMAIL PROTECTED]
 http://www.samba.org   SAMBA Team   [EMAIL PROTECTED]
 http://www.eng.auburn.edu/~cartegw
 
 "...a hundred billion castaways looking for a home."
  - Sting "Message in a Bottle" ( 1979 )
 
  --
  This mail is from the bash list at MoonGroup "Dot" Com.
  To unsubscribe send an email to [EMAIL PROTECTED] with the subject:
  unsubscribe bash.

 ___
 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: Re: 3d support

2000-10-08 Thread rob smith


well, Jason no offense taken...but before you say something like that try
reading the message more carefully...the drivers at linux.3dfx.com are
based on xfree86 3.3.5 like I said the first timerh 7.0 has xfree86 4.
something or other...I was asking would they still work...not where they
were...but thanx for all your help

: 
: I am trying to play quake 2 with rh7.0...I thought rh7.0 came with 3d
: support..I am running a voodoo3...with lots of mem and speed.
: I looked for drivers but they are based on xfree86 3.3.5   and rh7.0
 has
: xfree86 4 will  they work or am I missing how this works??
 
 No offense, but you haven't been looking very hard.
 
 If you go to the 3dfx site, and go to the drivers area, it points you 
 directly to http://linux.3dfx.com/...
 
 -- 
 Jason Costomiris|  Technologist, geek, human.
 jcostom {at} jasons {dot} org  |  http://www.jasons.org/ 
   Quidquid latine dictum sit, altum viditur.
 
 
 
 ___
 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



printer installation

2000-10-08 Thread Selim Jahangir

Dear all
is there any tool to configure printer from command mode? printtool is used
in X-window. But without configuring x-window Can i not be able to configure
a printer ? Obviously there should have a solution.. Please help me to
configure a printer without printtool.

Thanks
selim



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



Re: [Fwd: gcc 2.96 comment from GCC steering committee]

2000-10-08 Thread Statux

  Anyone else see this?  Did RH 7 ship with gcc 2.96?  I wonder how big a deal
  this really is?

How big a deal it is? Well if it's producing incompatable object code,
then RH7 is truely screwed :) (if gcc 2.96 is what it's been reported to
be, then that's *the* thing which will kill the whole distro.. since the
whole distro might have been compiled with it and there's no upgrade
that'll fix it yet)

I dunno why the object code would have been changed.. the format usually
gets stuck with and it was doing fine as it was :/



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



Printing problems w/ RH7.0

2000-10-08 Thread Gregory Hosler

Hi,

I have a problem that used to work on earlier RH systems. I just want to
find out if it's me, or if it's a bug (before file a bugzilla report)...

I have a remote print queue on a HP-UX system.

I run print tool.

The result printcap is essentially identical to a working RH5.2 system:
  ps:\
:sd=/var/spool/lpd/lp:\
:mx#0:\
:sh:\
:rm=hawaii:\
:rp=ps:\
:lpd_bounce=true:

The last line is new, otherwise it is identical to a RH5.2 and a former RH6.2
system.

The print queue is the "ps" queue on remote server "hawaii" (which is
running HP-UX)

When I print a job, and tail /var/log/messages, I see the following:

Oct  9 13:18:08 amnesia (Worker - Remote)[20235]: ps: Remote_job: fstatb failed
- Bad file descriptor
Oct  9 13:18:08 amnesia (Worker - Remote)[20235]: ps: Remote_job: close(4)
failed - Bad file descriptor

This, almost certainly, is related to my problem, but I'm not sure how to
interpret it.

Which file descriptor is bad, and what am I supposed to do about it to get
my print jobs printting ?

Just as a sanity check, I changed the print server to a RH5.2 one, and i still
get the same error message.

thank, and regards,

-Greg



--
E-Mail: Gregory Hosler [EMAIL PROTECTED]
Date: 09-Oct-00
Time: 13:13:36

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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

--End of forwarded message-

--
E-Mail: Gregory Hosler [EMAIL PROTECTED]
Date: 09-Oct-00
Time: 13:43:52

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



Minimum Password Length

2000-10-08 Thread Ken Cole

Redhat 6.2 , kernel 2.2.14-5.0

How/where can I change the minimum password length.

--
Ken Cole
Satisfaction Software
e-mail: [EMAIL PROTECTED]
Voice: +61 7 3268 4722
Facsimile: +61 7 3268 4359
Mobile: 0418 792 349




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