Re: Hard Drive Help

2002-08-27 Thread Ray Curtis

 c == ChrisHoover  [EMAIL PROTECTED] writes:

c I need some help. 
c 1.  I have a server that has been up for 100+ days and I need to do some 
c hard drive work on.  I know that the server has an available 33 gig scsi 
c drive on it, but I'm not sure how linux saw the drive.  Unfortunately due 
c to the amount of uptime, dmesg no longer shows the bootstrap sequence.  Is 
c there anyway to get linux to do something like a re-scan of the drives and 
c report to me what it finds?  Since this machine is in production, I can 
c not bounce it without a lot of headache.

fdisk -l  this will give you all the partition info of your drives.

/etc/sysconfig/hwconf created by kudzu will give you detail info
brand, model.

cat /proc/scsi/scsi   will you give you more info.


c 2.  When the drive is detected and I partition it, is there a way to get 
c linux to see the partitions w/o a reboot?

You still need to create a filesystem on the partition add an entry to
/etc/fstab and create a mount point.
Then just mount and use.


-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: Hard drive identification

2002-08-15 Thread Ray Curtis

 rv == Robert Vaughn [EMAIL PROTECTED] writes:

rv How do I identify hard drive type, brand, model, IDE,
rv SCSI?  I've looked at fdisk and sfdisk and they
rv provide partition information but apparently not the
rv HW type.  And what about getting drive capacity in MB
rv rather than blocks?

Take a look at /etc/sysconfig/hwconf

-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: swing

2002-08-14 Thread Ray Curtis

 ed == Edward Dekkers [EMAIL PROTECTED] writes:

ed Hi Ray, thanks for the prompt answer.
 Are you sure you got the right binary from APC,pbeagent-6.1.0-1.i386.rpm ?

ed I think so, it came from:

ed URL
ed ftp://ftp.apcc.com/apc/public/software/unix/linux/pcbe/610/pbeagent-6.1.0-1.
ed i386.rpm

 rpm -qp --requires pbeagent-6.1.0-1.i386.rpm
 
 /bin/sh
 rpmlib(PayloadFilesHavePrefix) = 4.0-1
 ld-linux.so.2
 libc.so.6
 /bin/sh
 libc.so.6(GLIBC_2.0)
 libc.so.6(GLIBC_2.1)
 libc.so.6(GLIBC_2.1.3)
 rpmlib(CompressedFileNames) = 3.0.4-1

ed Yep, that's what mine says too.

ed But when I do 'rpm -Uvh pbeagent-6.1.0-1.i386.rpm' I get:
ed 
ed ---

ed Preparing...
ed ##
ed pbeagent
ed ##
ed 
ed Error: You need Swing 1.1 or 1.2 in your classpath to run this program.

ed 
ed 

ed When I remove it it complains that the initscripts aren't there, leading me
ed to believe the package never really gets installed properly/fully in the
ed first place.

ed What am I missing?


Is it possible you had an older version of this software installed, if
so remove it completely and then re-install. 

However I suggest you try out apcupsd as a opensource subsitute that
seems to offer all the same info.

Try out 
http://www.apcupsd.com/

-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: swing

2002-08-14 Thread Ray Curtis

 ed == Edward Dekkers [EMAIL PROTECTED] writes:

ed But when I do 'rpm -Uvh pbeagent-6.1.0-1.i386.rpm' I get:
ed 
ed ---

ed Preparing...
ed ##
ed pbeagent
ed ##
ed 
ed Error: You need Swing 1.1 or 1.2 in your classpath to run this program.

ed 
ed 

ed When I remove it it complains that the initscripts aren't there, leading me
ed to believe the package never really gets installed properly/fully in the
ed first place.

ed What am I missing?

Sorry I didn't fully read and understand your last request. This still
sounds like the wrong rpm.
I have tried installing this on two platforms 7.2 and  7.3 which never
saw anything about swing, I have nothing installed called swing.


 
rpm --checksig pbeagent-6.1.0-1.i386.rpm 
pbeagent-6.1.0-1.i386.rpm: md5 OK

md5sum pbeagent-6.1.0-1.i386.rpm 
1cb2faefca96f4322ada6db1828135b5  pbeagent-6.1.0-1.i386.rpm

However like I said IMHO apcupsd is a better choice to use.



-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: swing

2002-08-13 Thread Ray Curtis

 ed == Edward Dekkers [EMAIL PROTECTED] writes:

ed Hey there.
ed I just tried installing APC's PowerChute Business Edition via RPM. The
ed install went OK (I guess), but it is giving me a warning I need Swing in my
ed java folder?

ed It seems to find jre OK - so I went to rpmfind to get the swing (library?).

ed The only one listed was a noarch file, so I downloaded and tried to install
ed it, but it tells me it is for a different operating system.

ed Now I'm confused as hell, because I thought noarch meant it works on
ed anything.

ed Anybody with any insight?

Are you sure you got the right binary from APC,pbeagent-6.1.0-1.i386.rpm ?

rpm -qp --requires pbeagent-6.1.0-1.i386.rpm 

/bin/sh
rpmlib(PayloadFilesHavePrefix) = 4.0-1
ld-linux.so.2
libc.so.6
/bin/sh
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1)
libc.so.6(GLIBC_2.1.3)
rpmlib(CompressedFileNames) = 3.0.4-1


-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: where is the environment setup ?

2002-07-16 Thread Ray Curtis

 jfn == J F Noonan J.F. writes:

jfn Hello,

jfn I'm about to scream trying to figure out where the login
jfn environment is setup in RH.  I'm running /bin/tcsh and I put:

jfn set path = ( /usr/local/bin /usr/local/apache/bin $path)

man tcsh is your friend.

Look to:

setenv


-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: .procmailrc auto reply how do i do it?

2002-07-08 Thread Ray Curtis

 jbr == Jim Bija [EMAIL PROTECTED] writes:

jbr When i get an email from anyone. I would like to have procmail auto send a 
message to them.. telling them im on vacation..
jbr i have been looking around for hours.  and im missing something.i know this 
is not hard to do...but..sure seems to be for me..
jbr can someone who is doing this tell me how its done? i would REALY like to see 
your .procmailrc file too..
jbr some doc said i needed to add a line in .forward when i do that, i get 
errors...
jbr so if someone could give me a quick walk through step by step..i would 
appreciate it..
jbr thanks in advance!
jbr Jim.

First we can do without the HTML, can't quite figure out why so many
people on the list continue to use HTML in their mail.

Try the vacation rpm which is available on many places.
If you choose not use that just take a look at your
procmailex manpage and  you will see info on a simple
filter for vacation.

BE AWARE, setting up a vacation filter while you are
subscribed to mail lists can be detrimental to your
well being if not setup correctly.





-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: Pilot Project/Feasibility Study (This is a Big'un)

2002-07-07 Thread Ray Curtis

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

aeg -BEGIN PGP SIGNED MESSAGE-
aeg Hash: SHA1

aeg On 05-Jul-2002/01:13 -0700, Scott Bower [EMAIL PROTECTED]
aeg wrote:
 This possible environment would look something like this, a homogenous
 environment running a locked-down Windows NT 4 Desktop with Roaming
 Profiles running various productivity software including Lotus Notes,
 Microsoft Office and Outlook, Visio, etc. authenticating to Windows 2000
 Servers sporting Exchange and Terminal Services...

aeg I don't think there's a Notes client or a Visio equivalent for Linux.

Visio = Dia  http://www.lysator.liu.se/~alla/dia/
Notes = Xnotes   http://www.graphics-muse.org/xnotes/xnotes.html




-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: route

2002-07-05 Thread Ray Curtis


Please show the courtesy to send your mail without the HTML,

Thanks,


-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: Amanda, dump, kernel 2.4, ext3, uncertainty

2002-07-02 Thread Ray Curtis

 ms == Matthew Saltzman [EMAIL PROTECTED] writes:

ms I am looking at instituting Amanda-based backups on a small network.
ms Amanda uses dump to actually back up the files.  I've seen various
ms references to problems with the reliability of dump with kernel 2.4 and/or
ms ext3.  For example, I'ver heard tell that Linus says that dump in kernel
ms 2.4 is badly broken, or words to that effect.  So, the question is, Can
ms Amanda make reliable backups using dump in RHL 7.3?  If not, what's the
ms best (preferably free) solution?

Yes, Amanda will make very reliable backups on your network, and yes
dump is broken.
However Amanda being the very powerful system it is, look to tar, cpio
as alternatives.


-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: Amanda, dump, kernel 2.4, ext3, uncertainty

2002-07-02 Thread Ray Curtis

 ms == Matthew Saltzman [EMAIL PROTECTED] writes:

ms On 2 Jul 2002, Gordon Messmer wrote:
 On Tue, 2002-07-02 at 12:45, Ray Curtis wrote:
 
  Yes, Amanda will make very reliable backups on your network, and yes
  dump is broken.
  However Amanda being the very powerful system it is, look to tar, cpio
  as alternatives.
 
 Bitch is that filesystems with extended attributes need to be backed up
 by their specific version of dump.  Tar and cpio aren't going to know
 how to back up the extended attributes.  From that point of view, Linux
 2.4 is broken.  Badly, it seems.

ms So is there a recommended course of action hidden here?  Should I be using
ms tar or cpio with amanda or something else entirely?

Sure go ahead and use Amanda, it was only  pointed out that dump is
broken with the 2.4 kernel, but that will apply to any software using
dump.
Go ahead and use Amanda with tar, it is a good package, the only
reason some prefer Arkeia, Bru is that Amanda has no gui frontend.
But amanda is used by many sys-admins to backup both small and large
networks.



-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: Upgrade 72 to 73 wont work????

2002-06-21 Thread Ray Curtis

 mf == Michael Fratoni [EMAIL PROTECTED] writes:

mf -BEGIN PGP SIGNED MESSAGE-
mf Hash: SHA1

mf On Friday 21 June 2002 01:29 pm, Patrick Nelson wrote:

  Can you post your /etc/fstab file?

 LABEL-/  /ext3 defaults   1 1
 LABEL-/boot  /bootext3 defaults   1 2
 none /dev/pts devpts   gid=5,mode=620 0 0
 none /procproc defaults   0 0
 /dev/hda5swap swap defaults   0 0
 /dev/cdrom   /mnt/cdrom   iso9660  noauto,owner,kudzu,ro  0 0
 /dev/fd0 /mnt/floppy  auto noauto,owner,kudzu 0 0
 
 Anything here?

mf Nope, sorry. There is an issue with the current installer if fstab 
mf contains 'auto' for the partition type. Since your fstab specifies ext3, 
mf that isn't the issue.


I haven't been following this thread, but it appears your entrys :

LABEL-/
LABEL-/boot
are incorrect.
LABEL=/
LABEL=/boot

Not sure if that is your problem, since I have never tried using
incorrect LABEL entry's but I suspect unless this is a typo that
it won't boot or install correctly.

-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com





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



RE: Upgrade 72 to 73 wont work????

2002-06-21 Thread Ray Curtis

 pn == Patrick Nelson [EMAIL PROTECTED] writes:

pn Patrick Nelson wrote:
- 

pn Ray Curtis

pn I haven't been following this thread, but it appears your entrys :

pn LABEL-/
pn LABEL-/boot
pn are incorrect.
pn LABEL=/
pn LABEL=/boot

pn Not sure if that is your problem, since I have never tried using
pn incorrect LABEL entry's but I suspect unless this is a typo that
pn it won't boot or install correctly.
- 

pn Sorry that was a typo...  The correct fstab is:

What I suspected, just wanted to ensure you hadn't overlooked
something simple.


pn LABEL=/  /ext3 defaults   1 1
pn LABEL=/boot  /bootext3 defaults   1 2
pn none /dev/pts devpts   gid=5,mode=620 0 0
pn none /procproc defaults   0 0
pn /dev/hda5swap swap defaults   0 0
pn /dev/cdrom   /mnt/cdrom   iso9660  noauto,owner,kudzu,ro  0 0
pn /dev/fd0 /mnt/floppy  auto noauto,owner,kudzu 0 0

pn Guess I could put the /dev values instead of LABEL values like:

pn /dev/hda3/ext3 defaults   1 1
pn /dev/hda2/bootext3 defaults   1 2
pn none /dev/pts devpts   gid=5,mode=620 0 0
pn none /procproc defaults   0 0
pn /dev/hda5swap swap defaults   0 0
pn /dev/cdrom   /mnt/cdrom   iso9660  noauto,owner,kudzu,ro  0 0
pn /dev/fd0 /mnt/floppy  auto noauto,owner,kudzu 0 0

pn boot up and see if that works...  Willing to try anything about now.

Your original problem is that you can't upgrade because it stops at
what point of the process ?


-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com




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



RE: Upgrade 72 to 73 wont work????

2002-06-21 Thread Ray Curtis

 pn == Patrick Nelson [EMAIL PROTECTED] writes:

pn Ray Curtis wrote:
- 
pn Your original problem is that you can't upgrade because it stops at
pn what point of the process ?
- 

pn When I select the installation type in anaconda, Upgrade an existing system,
pn then press the Next button, a window comes up say something like search of
pn Linux partitions.  The next display on anaconda is something like, Can Not
pn Find Any Linux Partitions.  This leaves the Next button grayed out.

pn I tried adding the /dev to the fstab but that didn't work, although the
pn system will boot into RH72 just fine.  Running the installation CD again it
pn still doesn't find any Linux Partitions.

Have you looked at the consoles when it stops during the upgrade  for
any messages ?

This sounds strange, how many and what type drives, IDE or scsi ?
 

-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



RE: Upgrade 72 to 73 wont work????

2002-06-21 Thread Ray Curtis

 pn == Patrick Nelson [EMAIL PROTECTED] writes:

pn Ray Curtis wrote:
- 
pn Your original problem is that you can't upgrade because it stops at
pn what point of the process ?
- 

pn When I select the installation type in anaconda, Upgrade an existing system,
pn then press the Next button, a window comes up say something like search of
pn Linux partitions.  The next display on anaconda is something like, Can Not
pn Find Any Linux Partitions.  This leaves the Next button grayed out.

pn I tried adding the /dev to the fstab but that didn't work, although the
pn system will boot into RH72 just fine.  Running the installation CD again it
pn still doesn't find any Linux Partitions.

Have you looked at the consoles when it stops during the upgrade  for
any messages ?

This sounds strange, how many and what type drives, IDE or scsi ?
 

-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: backup software/procedures

2002-06-18 Thread Ray Curtis

 ed == Ernie Dumas [EMAIL PROTECTED] writes:

ed Hello All,
ed I need some help. I am a Linux newbie; a Windows NT Admin who is
ed exploring the wonderful world of Linux. We have brought a new Linux
ed oracle server in house and I need to set up some type of back up
ed routine. I would prefer some type of GUI application but have read that
ed taper, the most recommended, has a limitation of 4GB. What does everyone
ed else use? I would like not to have to pay for app as I know that Linux
ed offers a wide-range of options. Any and all help would be GREATLY
ed appreciated!

html crap deleted

As far as a GUI app you have BRU, Archeia both of which are $
packages.

http://www.tolisgroup.com/
http://www.arkeia.com/

Then for command line packages I recommend Amanda, which is free
and will easily handle all your demands except the GUI frontend.
Redhat does provide rpms for Amanda in their distribution.

Amanda homepage:
http://www.amanda.org/index.html




--
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: Multiple Printers On 1 Box And Sharing

2002-06-01 Thread Ray Curtis

 jh == Jim Hale [EMAIL PROTECTED] writes:

jh I have an old P233MMX sitting in my garage that I'm thinking about
jh setting up as a Printer server. Kind of like a 'fat' HP JetDirect - so I
jh can move these printers anywhere I have a network connection since the
jh printers are sitting on a roll-around cart. 

jh Question is, can I have 2 printer ports in the machine (one for my laser
jh and one for my Color Inkjet) and be able to share them to Linux and
jh Windows (Win2k Pro and XP) machines? I know I can do it with one but I
jh haven't seen anything about 2. I'd like to get Red Hat installed and
jh configured, remove the monitor, keyboard and mouse and then just access
jh the box thru SSH and VNC.

jh Has anyone tried this?

Haven't tried this myself, since I use a simple printer server but
there certainly shouldn't be any problem as long as you can interface
to both printers from the pc.
Using Cups and its webinterface it is easy to add muliple printers.


-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: text login

2002-05-31 Thread Ray Curtis

 dh == Devon Harding - GTHLA [EMAIL PROTECTED] writes:

dh How do I change RedHat 7.3 to boot to just the text login instead of the GUI
dh login?  What file do I modify?
 
Sure this is a FAQ, but edit /etc/inittab:
Change the runlevel 5 to 3 with
 
id:5:initdefault:
to
id:3:initdefault:

BTW, we can do without the 40 or 50 lines of HTML just to
send 2 lines of a text question.


-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: openoffice 1.0 under RH 7.3

2002-05-30 Thread Ray Curtis

 at == Anders Thoresson [EMAIL PROTECTED] writes:

at Hi,
at  I'm trying to install OO 1.0 under RH7.3. Started the installation with
at the -net switch. Everything went fine, or so I thought. The
at /opt/OpenOffice.org1.0 directory is then drwx--, so when trying to
at install it for my user I couldn't change to the directory. Chmod'ed
at /opt/OpenOffice.org1.0 to 755, and run ./setup: Segmentation fault.

at  What's wrong and how do I solve it?

Need a lot more info, like are there any errors ? Try starting it from
a shell with:

/opt/OpenOffice.org1.0/setup

This should  show you  some error, also check that the  link
/opt/OpenOffice.org1.0/setup is pointing to a real file.

setup - /opt/OpenOffice.org1.0/program/setup

that is that /opt/OpenOffice.org1.0/program/setup exists.



-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: !!!! My tape drive is not working, it has cost me several days

2002-05-28 Thread Ray Curtis

 jz == Jianping Zhu [EMAIL PROTECTED] writes:

jz Thank you for your advice but the tape is still not working.
jz When I try to back up /etc to tape. It seems the process has been finish
jz from sever screen. but when I pull out the tape, I found that the tape
jz still in original staus, it did not wind.
jz Folloing is the info from dmesg

jz --
jz [root@Milo /root]# dmesg|grep 'st0'
jz A#tached scsi tape st0 at scsi1, channel 0, id 6,slun 0
jz st0: Block limits 1 - 16777215 bytes.
jz st0: Error with sense data: Current st09:00: sense key Unit Attentiin
jz -

jz Can you give me some more suggestion?
jz Thank you very much.


OK, this sounds like a media or hardware problem. 
Have you tried cleaning the heads and or using a different tape ?

It appears that the software is fine and you are communicating with
the drive.


-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: !!!! My tape drive is not working, it has cost me several days

2002-05-28 Thread Ray Curtis


 cdb == Carl D Blake [EMAIL PROTECTED] writes:

cdb Whoa, whoa, whoa.  Before you guys get too carried away, how do you know
cdb that nothing has been written on the tape?  /dev/st0 will automatically
cdb rewind after access is completed so everytime you complete writing to
cdb the device the tape will rewind to the beginning and it will look like
cdb the tape hasn't moved.  Try to untar from the tape to a temporary
cdb directory and see if there is anything there or simply cat from the tape
cdb to a tar file, or do a 'tar tvf /dev/st0' and see if there is a table of
cdb contents on the tape.

cdb If it's really important that the tape not rewind after writing to it
cdb then use device /dev/nst0 instead of /dev/st0.  Do a 'man st' for more
cdb information about SCSI tape devices.

cdb Hope this helps.
q
I should have suggested that myself, I was only assuming that he knew
it didn't write to the tape or move the tape by what he had said:

/quote

Thank you for your advice but the tape is still not working.
When I try to back up /etc to tape. It seems the process has been finish
from sever screen. but when I pull out the tape, I found that the tape
still in original staus, it did not wind.

quote/



-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: Knowledgable List?

2002-05-26 Thread Ray Curtis

 sj == Shin Ji [EMAIL PROTECTED] writes:

sj Does anyone know of a knowledgable listserv with The
sj RedHat Linux distribution as a topic? I have only
sj found this one and a Yahoo group, Neither of which
sj  is helpful at all. I really wanna fix this problem
sj without reverting back to RH Version 7.0 (Last Resort
sj that I know will work).

Well to start with this is no way to ask for help, there are knowledgeable
people on a lot of the lists that redhat serves, along with other
lists.
Usually the problem lies in the fact that the question lacks enough
info or no one on the list at that time  has an answer for you.

I have no idea what you are wanting info about therefore, take a look
at these lists and pick one that might be related to your question
since this one has not helped.

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



-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: Setting Domain Name in Redhat

2002-05-18 Thread Ray Curtis

 cm == CM Miller [EMAIL PROTECTED] writes:

cm I'm not sure what is the proper way to set a domain
cm name for the computers on my network. 

cm I have two machines, named phoenix and thurston. 

cm When I do hostname for both, I get the following: 

cm phoenix.miller
cm thurston.miller

cm So under /etc/sysconfig and then vi network do I want
cm to add? 

cm DOMAINNAME = phoenix.miller.com

cm Would this be correct?

Not necessary,


Add to /etc/sysconfig/network:
HOSTNAME=phoenix.miller.com


and of course ensure your /etc/hosts file also uses these names correctly


-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: Tape Backup Software

2002-05-14 Thread Ray Curtis

 k == kcsmart  ABrady writes:

k On Tue, 14 May 2002 05:58:04 -0500
k scott.list [EMAIL PROTECTED] wrote:

 I like BRU.  I've had excellent results from it.  www.estinc.com

k And I got a cheap personal edition on Ebay. Around $30+sh.

The only problem with most of these packages is that they will only
do one machine, not across the network. And now with so many users
having small networks at home this feature becomes important.
Also if you check you will find network versions of Bru, Aracadia 
are considerably more expensive.

That is why something like Amanda, that can handle networks, tape
changers, parallel dumping of data to tape, etc, etc and is 
completely free and opensource is a very good choice.



-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: fetchmail

2002-05-13 Thread Ray Curtis

 bh == Brian Henning Henning writes:

bh Hello,
bh I am trying to get fetchmail to fetch my email and put it in my inbox on my
bh redhat box but i am having some problems.  I get a error message of 'SMTP
bh connect to localhost failed' as shown below. I am pretty sure I have it
bh configured properly on the fetchmail side (below). Do i need to have
bh sendmail installed and configured to use fetchmail? I am not too familiar
bh with sendmail or fetchmail. Can someone give me a general overview on what i
bh need to do?

Well you need some kind of smtdaemon such as sendmail. When you have
this type of question, rpm -q --requires XXX.rpm and the manpage or
the packages website are very helpful and definitely a must read.
Also fetchmailconf can be your friend in configuring your .fetchmailrc
file.

From the manpage:

  As  each  message is retrieved fetchmail normally delivers
   it via SMTP to port 25 on the machine  it  is  running  on
   (localhost), just as though it were being passed in over a
   normal TCP/IP link.   The  mail  will  then  be  delivered
   locally  via  your system's MDA (Mail Delivery Agent, usu­
   ally sendmail(8) but your system may use a  different  one
   such  as  smail, mmdf, exim, or qmail).  All the delivery-
   control  mechanisms  (such  as  .forward  files)  normally
   available  through  your  system  MDA  and  local delivery
   agents will therefore work.

Fetchmail, is a very stable package and is very easy to configure.
There are also many many sites with info, especially:

http://www.tuxedo.org/~esr/fetchmail/




-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: Do NOT mirror updates daily! (was Re: Hacked again...)

2002-05-07 Thread Ray Curtis

 bh == Bret Hughes [EMAIL PROTECTED] writes:

bh On Mon, 2002-05-06 at 18:34, Rodolfo J. Paiz wrote:
 At 5/7/2002 01:24 AM +0200, you wrote:
 Hit the nearest ftp site for the Powertools and get the rpm for mirror.
 Install it and edit /etc/mirror.defaults to suit you.
 Then create a config file to mirror Red Hat's updates.
 You can then run `mirror config_file` every once in a while
 (what I do at home) or put it in /etc/cron.daily (what I do at work).
 
 Try to avoid doing this on a daily basis; much better is to do it once a 
 week during the middle of the night, and then trigger it manually when you 
 know there is a particular update you want.
 
 Mirroring daily seriously increases the bandwidth drain on the mirror 
 servers (especially since you get bunches of packages you don't even have 
 installed!), thereby raising everyone's cost of supporting Linux in general 
 and Red Hat in particular. And BTW, the more people that do this, the 
 slower everyone's downloads become.
 
 In short, it's rude as hell. Ideally, get only the updates *you* need by 
 using up2date. If you wish to mirror or need to mirror, then make sure that 
 you are supplying more than just one or two computers so that you don't hog 
 a bunch of Net space for kicks.

bh This makes it sound like I am downloading each file every time I run
bh mirror.  I am not.  I only get new files once and then only check it
bh each time I run mirror.  I have not put it in a cron job but run it
bh whenever I get a notification there is an update.  I have intended to
bh run it nightly though.  Am I missing something?  I also use :
bh  recurse_hard=true
bh because in my reading I found references that it takes a little more
bh bandwidth but MUCH less processing time on the remote machine.  Is this
bh true in your opinion?   

bh we have around 40  redhat boxes and about to ad 10 more and to think
bh that everytime I add another I would have to re-download the updates is
bh seriously crazy.  I only have a dsl connection at the office.

bh If I am in error in my understanding of how mirror works please
bh enlighten me.

Nope, IMHO you are doing what you should instead of running something
like up2date on each machine.
Not sure how this thread really got started, but I also have a local
mirror of updates which I use to update my complete network, along
with a couple of other networks locally that I provide support.
 
I only download new updates when they are added to the updates, and
in my case I even check for large rpm updates, that I don't require
and don't download those.


-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



RE: screen resolution

2002-04-27 Thread Ray Curtis

 jh == Jim Hale [EMAIL PROTECTED] writes:

jh My system doesn't seem to have that - is it installed by default and can
jh you get to it from konsole because whenever I try that it says that it
jh can't find the file. :/

jh Thanks!


Yes, it should be installed if you installed X. If you don't have it
make sure you have the XFree86 rpms and Xconfigurator rpm.






 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED]] On Behalf Of Anthony E. Greene
 Sent: Saturday, April 27, 2002 11:51 PM
 To: [EMAIL PROTECTED]
 Subject: Re: screen resolution
 
 
 Status:   
 
 On 28-Apr-2002/13:01 +1000, Dave Mackenzie 
 [EMAIL PROTECTED] wrote:
 
 This may sound silly but I have noidea how to change the screen 
 resolution.
 
 Xconfigurator
 
 
 -- 
 Anthony E. Greene 
 mailto:Anthony%20E.%20Greene%20% [EMAIL PROTECTED]%3E
 
 OpenPGP Key: 0x6C94239D/7B3D BD7D 
 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D
 AOL/Yahoo Chat: TonyG05 HomePage: 
 http://www.pobox.com/~agreene/
 Linux. The choice of a GNU 
 generation http://www.linux.org/
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED] 
 https://listman.redhat.com/mailman/listinfo/re dhat-list
 
 



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

-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: surplus computer

2002-04-23 Thread Ray Curtis

 h == hanfamily  [EMAIL PROTECTED] writes:

h Hi,
h Two questions 
h Has anyone done business with surplus computers
h in Santa Clara, Ca?
h Will a Buslogic BT-946C scsi card work to operate
h a scsi scanner. It shows as a supported scsi card
h but I do not know if all cards will work for all
h devices?


Not sure how it stands right now, but the buslogic cards are having
a problem using the newer 2.4 kernels.
The driver for the card seems to have a problem that was noted several
times on the sane-list. 
The developer for the driver,  Leonard N. Zubkoff [EMAIL PROTECTED]
was notified the first of the year but as of yet nothing has 
developed on this problem.



-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: Re: surplus computer

2002-04-23 Thread Ray Curtis

 mb == Mike Burger [EMAIL PROTECTED] writes:

mb Might I recommend nearly anything Adaptec?
mb On Tue, 23 Apr 2002 [EMAIL PROTECTED] wrote:

 Thanks,
 I'll keep looking for a cheap card that will work for the scanner
 Linda

Yes, I had several of the BT-958's myself, so to use sane, I had to
get an Adaptec 2940UW which is a shame since the BT-958's are very
good scsi controllers.




 
 On Tue, 23 Apr 2002, Ray Curtis wrote:
 
   h == hanfamily  [EMAIL PROTECTED] writes:
  
  h Hi,
  h Two questions 
  h Has anyone done business with surplus computers
  h in Santa Clara, Ca?
  h Will a Buslogic BT-946C scsi card work to operate
  h a scsi scanner. It shows as a supported scsi card
  h but I do not know if all cards will work for all
  h devices?
  
  
  Not sure how it stands right now, but the buslogic cards are having
  a problem using the newer 2.4 kernels.
  The driver for the card seems to have a problem that was noted several
  times on the sane-list. 
  The developer for the driver,  Leonard N. Zubkoff [EMAIL PROTECTED]
  was notified the first of the year but as of yet nothing has 
  developed on this problem.
  
  
  
  
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 



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

-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: Where is keyboard type stored?

2002-04-23 Thread Ray Curtis

 tl == Toralf Lund [EMAIL PROTECTED] writes:

tl I recently got minor problems with my Red Hat 7.2 setup because I had 
tl somehow changed the keyboard type from 101 key to 105 key by mistake. 
tl What was worse, I wasn't able to change it back using 'anaconda 
tl --reconfig' because that command would crash. I the started looking around 
tl to see if I could figure out how the setting was actually stored, but I 
tl just couldn't find it anywhere. Well, not quite true, there is actually a 
tl parameter XkbModel parameter in /etc/X11/XF86Config, but I thought that 
tl file wasn't used, since I'm running XFree86 version 4.

tl Anyhow, I've now resolved the Anaconda issue, so I've been able to change 
tl the type back using its reconfigure mode, but I'd still like to know how 
tl these things really work. Help, anyone?
tl --
tl - Toralf

Take a look at: xkeycaps

This allows you to select a different keyboard or just modify key
actions.


-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: Re: Telnet connection fails

2002-04-17 Thread Ray Curtis

 bd == Billy Davis [EMAIL PROTECTED] writes:

bd Hello Ross:
bd 1. The output of the netstat command included the following:

bd tcp00  *:telnet*:*LISTEN
bd 1940/xinetd

bd What does this mean?

This means you have a port listening [open] for telnet connections, this
should be closed.


bd 2. The xinetd.conf file is quite short and does NOT contain any reference to
bd telnet.  However there IS a telnet file in /etc/xinetd.d that contains this
bd line (among others):

bd disable = no

That's the one, change to:
disable = yes


-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: Re: Re: Telnet connection fails

2002-04-17 Thread Ray Curtis

 bd == Billy Davis [EMAIL PROTECTED] writes:

bd Ray:
bd I changed the line to disabled = yes and verified that the telnet LISTEN was
bd gone.  But I still get the same error messages from both the Win2K and SCO
bd boxes when I try to telnet in.

bd Seems to me that telnet needs to be enabled and NOT disabled in order to
bd work, or do I misunderstand?


Correct, my mistake for not following this thread fully. If you are
trying to get telnet to work, a mistake unless absolutely necessary,
the line should be 'disabled = no'.






bd - Original Message -
bd From: Ray Curtis [EMAIL PROTECTED]
bd To: [EMAIL PROTECTED]
bd Sent: Wednesday, April 17, 2002 3:30 PM
bd Subject: Re: Re: Telnet connection fails


  bd == Billy Davis [EMAIL PROTECTED] writes:
 
bd Hello Ross:
bd 1. The output of the netstat command included the following:
 
bd tcp00  *:telnet*:*LISTEN
bd 1940/xinetd
 
bd What does this mean?
 
 This means you have a port listening [open] for telnet connections, this
 should be closed.
 
 
bd 2. The xinetd.conf file is quite short and does NOT contain any
bd reference to
bd telnet.  However there IS a telnet file in /etc/xinetd.d that
bd contains this
bd line (among others):
 
bd disable = no
 
 That's the one, change to:
 disable = yes
 
 
 --
 Ray Curtis
 mailto:[EMAIL PROTECTED]   http://www.ccux.com
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list



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

-- 
Ray Curtis
mailto:[EMAIL PROTECTED]   http://www.ccux.com



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



Re: Re: cd in a Shell Script

2002-03-30 Thread Ray Curtis

 hp == Harry Putnam [EMAIL PROTECTED] writes:

hp Harry Putnam [EMAIL PROTECTED] writes:
 The Gyzmo [EMAIL PROTECTED] writes:
 
 Hello. I've written a short shell script to change my directory and 
 display the contents at once because I'm sick of having to do 'cd dir' 
 then 'ls -l'. My problem is that once the program is done executing, my 
 directory remains the same. Here's my script:
 
 #!/bin/bash
 cd $1
 ls -lh | more
 
 How can I solve this problem?
 
 The shell invoked by the script is the one doing the cd'ing.  Not your
 shell.
 
 A better faster and generally cool way to do this sort of thing is
 with functions in your .bashrc (or other login init files)
 
 For the the functionality you wanted above it would look like this:
 
 cdl () { cd $1;ls -lh|more; }
 
 NOTE: The spaces after/before {} are important.
 The `;' after `more' is vital too.
 NOTE: `cdl' is just an arbitrary name.  It could be anything.
 
 With that in .bashrc you would have a new command at the prompt.
 
 Type: `cdl dir'
 
 And presto: moved and listed.
 
 In order to get it into your environment as you write it, you will
 need to source .bashrc after inserting the line like:
 
 source ~/.bashrc
 
 You should be able to cut and paste the line above to get the idea of
 what it will do. 
 
 Just put it in a file named test for now, to see what it does.
 (remember to source what ever file you put it in)
 source test  
 or  
 . test

hp Sorry, the last part there is incorrect.  It doesn't work if you put
hp it in just any file.  

hp It has to be a dot file.  A file who's name begins with `.'
hp Try .test.

hp Maybe someone here can explain why it doesn't work in a file named
hp `test' but does in .test?

It sure should  work from any filename, I suspect you are a trying to
run the file test  from a bash shell where test is shell builtin and
shouldn't be used as a filename.

Try putting it into a different named file, such as testme .

-- 
Ray Curtis 
mailto:[EMAIL PROTECTED] http://www.ccux.com



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



Re: Interpreting /var/log/messages

2002-03-19 Thread Ray Curtis

 m == manzabar  [EMAIL PROTECTED] writes:

m I'm looking for a website that will allow me to past in messages from this
m log file that contain information logged by iptables, so that it turns
m stuff like this:
m Mar 18 19:56:27 c896765-a kernel: IN=eth0 OUT=
m MAC=01:00:5e:00:00:01:00:20:40:6a:4d:1b:08:00 SRC=192.168.100.1
m DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0xC0 TTL=1 ID=0 PROTO=2

m Into something that is a bit more readable.  I know there have been links
m posted previously, but I had no luck searching the archives and I lost the
m links in one of my last system upgrades.  Any help is greatly appreciated!

http://www.ccux.com/firewall-seen.shtml

-- 
Ray Curtis 
mailto:[EMAIL PROTECTED] http://www.ccux.com



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



Re: emails question

2002-03-17 Thread Ray Curtis

 ps == pochy s pochy writes:

ps Hello every one!:
ps Lets see now, this is my thing my wife is getting unrequested 
ps mail each day in her
ps mail box, and she wants me to block that people, from send her e-mails. 
ps She acces the web trhugout my box, and she is using M$-Outlook. My 
ps question is, If she getting her mail from mail.herwebserver.com can I 
ps use my sendmail server mail.homemail.com to prevent the Spam in her 
ps computer, or do I have to go to a firewall configuration, or packet
ps filtering such as IPCHAINS?

There are many ways better than this to delete spam, but the simplest
method with sendmail 8.8 -  add the spammers address to
/etc/mail/acesss.



-- 
Ray Curtis 
mailto:[EMAIL PROTECTED] http://www.ccux.com



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



Re: stop checking for new hardware?

2002-02-28 Thread Ray Curtis

 nw == Nick Wilson [EMAIL PROTECTED] writes:

nw Hi, 
nw How can I stop the boot proccess checking for new hardware on every
nw startup? It really slows me down :-(

Either remove the kudzu rpm or as root:
chkconfig --level 345 kudzu off

-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED] http://www.ccux.com



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



Re: Is this possible?

2002-02-08 Thread Ray Curtis

 c == ChrisHoover  [EMAIL PROTECTED] writes:

c Is it possible to setup a user that is not root (and does not have all of
c the privs that root has) who can create/modify/delete user accounts?  If
c so, what needs to be done.

Look into the package, sudo.

This package allows you to allow who to do what, in the file
/etc/sudoers .

Read the manpage on the setup of this file.


-- 
Ray Curtis 
mailto:[EMAIL PROTECTED] http://www.ccux.com



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



Re: Is this possible?

2002-02-08 Thread Ray Curtis

 c == ChrisHoover  [EMAIL PROTECTED] writes:

c Sorry, I should have explained myself more.  I am wanting to allow a
c specific user to be able to manage the user accounts on a box (through
c something like webmin - so sudo won't work in this instance), but I really
c don't want to let them have the root password.  Is this possible?


Yes, sudo , read the manpage or http://www.courtesan.com/sudo/


-- 
Ray Curtis 
mailto:[EMAIL PROTECTED] http://www.ccux.com



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



Re: DNS weirdness

2002-02-05 Thread Ray Curtis

 ed == Edward Dekkers [EMAIL PROTECTED] writes:

 domain.com belongs to a bank in Bethlehem, PA.
 


ed sorry, domain.com was just the example I used Gerry.

ed your first answer is the correct one.

ed the real names I use in here are based on the domain dekkers.com.

ed which is what worries me. They SHOULD NOT RESOLVE externally. I was hoping
ed they would not. But, as you have found out, they do, and the real domain
ed name i use internally is dekkers.com.

ed I have not bought the dekkers.com domain, like I said it's for internal use
ed only.

ed How could this happen??

Someone has your domain, dekkers.com

Do a whois on dekkers.com and you will see:

 Domain Name: DEKKERS.COM
   Registrar: BULKREGISTER.COM, INC.
   Whois Server: whois.bulkregister.com
   Referral URL: http://www.bulkregister.com
   Name Server: NS2.HOSTGROUP.NU
   Name Server: NS1.HOSTGROUP.NU
   Updated Date: 28-dec-2001


-- 
Ray Curtis 
mailto:[EMAIL PROTECTED] http://www.ccux.com



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



Re: System Information

2002-02-02 Thread Ray Curtis

 jp == James Pifer [EMAIL PROTECTED] writes:

jp That worked great. I also checked out the other info in /proc. Very cool.
jp Thanks,
jp James

Even  more info to archive for your machine can be derived from
'sysreport'

As root try 'sysreport' 


-- 
Ray Curtis 
mailto:[EMAIL PROTECTED] http://www.ccux.com



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



Re: hp laser printer

2002-02-02 Thread Ray Curtis

 sn == Samer Nassar [EMAIL PROTECTED] writes:

sn Hi,
sn Can someone suggest a simple, good, and not terribly expensive hp laser 
sn printer that works with redhat for simple printing tasks (grayscale, 
sn postscript, pdf files).

Hp 5L, 6L , if you are willing to try another brand look at a Lexmark Optra E312. 


-- 
Ray Curtis 
mailto:[EMAIL PROTECTED] http://www.ccux.com



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



Re: sysreport

2002-01-31 Thread Ray Curtis

 it == Ismael Touama [EMAIL PROTECTED] writes:

it Hi,
it i'm on 7.2,
it Don't find 'sysreport' command anywhere,
it Did find / -name sysreport and whereis sysreport...
it I wanted to look at my installation and configuration, cause I guess
it I don't have correctly install my rh7.2.
it Is sysreport still current to the  7.2 (knew it from 7.1 on-line
it documentation)?

Not sure about sysreport, never heard of it on a redhat system, but
how about:

logcheck-1.1.1-6
logwatch-2.1.1-3

-- 
Ray Curtis 
mailto:[EMAIL PROTECTED] http://www.ccux.com



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



Re: newbie: scsi tapedrive

2002-01-19 Thread Ray Curtis

 jd == john-paul delaney [EMAIL PROTECTED] writes:

jd Hello List...
jd Trouble-free installation of:

jd 2940 controller and HP35470A tapedrive on P133 [all hand-me-downs].
jd Both were recognized by the hardware and (already-installed) RH7.0 on next 
bootup.

jd However, my attempts to mount and access the drive all fail.
jd Trouble-shooting tips please?

Tape drives don't mount, try accessing it with:

mt -f /dev/st0 status 

mt is part of mt-st-0.6-1.i386.rpm, so ensure you have it installed.

Then just try something simple such as:

tar cvzf /dev/st0 /etc

Then to read it back from the tape:

tar tvzf /dev/st0



-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED] http://www.ccux.com



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



Re: newbie: scsi tapedrive

2002-01-19 Thread Ray Curtis

 jd == john-paul delaney [EMAIL PROTECTED] writes:

jd Thanks a bunch guys... I did as suggested and I now get some response from the 
jd tape.  Is mt recommended for backup operations (it does seems a little cryptic 
jd at first)?

No, mt is just a tool to verify and test the drive normally.

To backup, there are many scripts that are floating around to do
backups that use, tar, cpio, dump etc. 
Then there are some apps. that are free to use, Amanda, etc. or
$ apps such as Bru, Arkeia etc, etc.

You might want to to a search on: 
http://www.google.com/search
http://freshmeat.net

For some apps,

BTW, I don't recommend Amanda for a newbie, but is a very good app
once you have some time under your belt.



-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED] http://www.ccux.com



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



Re: where is word perfect ?

2001-12-28 Thread Ray Curtis

 p == phil46  ethan writes:

p   Anyone know where I can find a downloadable copy of WordPerfect for 
p Linux (latest version) ?? thanks,

http://www.xandros.net/downloads2.html

-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED] http://www.ccux.com



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



Re: converting images to pdf

2001-12-27 Thread Ray Curtis

 hk == Hidong Kim [EMAIL PROTECTED] writes:

hk Thanks,
hk What's the actual command?

You don't say what format the images are now in, but you might want
to look at the command convert which is part of ImageMagick and
converts many formats.




-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED] http://www.ccux.com



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



Re: converting images to pdf

2001-12-27 Thread Ray Curtis

 hk == Hidong Kim [EMAIL PROTECTED] writes:

hk Hi,
hk I'm trying to convert a JPEG image to PDF.  I tried 'convert', but it
hk appears that PDF is not a format that it can convert an image to.

I'm sorry, I didn't think before I responded. 
I just checked using convert and on a simple jpeg image it worked fine
for me.

convert test.jpeg test.pdf

Then if this loses data for you try something like htis perl script:

http://www.sanface.com/jpg2pdf.html



hk Ray Curtis wrote:
 
  hk == Hidong Kim [EMAIL PROTECTED] writes:
 
hk Thanks,
hk What's the actual command?
 
 You don't say what format the images are now in, but you might want
 to look at the command convert which is part of ImageMagick and
 converts many formats.
 
 --
 Ray Curtis Unix Programmer/Consultant   Curtis Consulting
 mailto:[EMAIL PROTECTED] http://www.ccux.com
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list



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

-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED] http://www.ccux.com



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



Re: newbie help for lilo

2001-12-25 Thread Ray Curtis

 hb == hari bhr hari_bhr writes:

hb hi all gurus
hb i am running Linux 7.2 redhat working perpectly
hb i got another custmozide kernel operating system( linux only) with latest
hb kernel of 2.4.7
hb that also working fine with another PC

hb not the problem is we lost customized Linux root password, and some
hb applications to be run manually.
hb and the person who was working with us is left the company.

hb so we are not able to recover that harddisk, its log lot of important data
hb in it.
hb and he made the kernel to not to ask Lilo prompt.

hb so what i did is, i connected the hard disk in to my redhat 7.2 system
hb and mounted the hard disk, iam able to see all the data in it.

hb but our application is got in to the same hard disk. and he made the program
hb to go directly boot and excute the program
hb he is not giving chance to give some commands at linux lili: boot time

hb can any one recomend me how do i make that hard disk as a lilo prompt


If you can mount the disk, just go in an edit the file /etc/lilo.conf
and delete the line:
password=password

and edit your password file on that disk /etc/password to delete any
password for root temporially.

Change the line in /etc/shadow:

root:xx:11190:0:9:7:::

To something like:

root::11190:0:9:7:::


Make sure you re-run lilo and enter a new password for root once you
are back up and running.



-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED] http://www.ccux.com



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



Re: Mozilla Cookie Problem

2001-12-10 Thread Ray Curtis

 jpv == John P Verel [EMAIL PROTECTED] writes:

jpv Evening.  Running mozilla-0.9.2.1-2 here, via RedHat 7.2 distro.
jpv I'm having all sorts of problems with sites that say I don't have
jpv cookies enabled, when in fact I do.

jpv I do not have this problem with netscape.  Anyone know of this thing?

Haven't heard of this as problem, is it possible that you have cookies
disabled, under preferences/PrivacySecurity/Cookies or .mozilla with
sending cookies to /dev/null ?



-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED] http://www.ccux.com



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



Re: need help with scsi HDD

2001-12-04 Thread Ray Curtis

 k == kompukit  Admin writes:

k Ok...thanks...NOW I only see...a linux option and a win98 option...
k BUT ...I STILL can't boot into win98 (on the scsi drive)...after
k selecting it.
k WHY?

From what I see below, this stanza is booting win98:

other=/dev/sda1
 optional
 table=/dev/sda
 label=Win98


Have you tried changing:

other=/dev/sda1
to:
other=/dev/sda

and re-running lilo -v -v



k also, I got the modem working...but not the way it should be,
k and when it connects, its connection speed is intermittent...and
k changing.
k it's also a 56k external modemblaster.

k also got the printer working fine, no problems.

k Ray Curtis wrote:
 
  k == kompukit  Admin writes:
 
k this is my current lilo.conf
k as for the drive win98 is on...it's sda1
 
k boot=/dev/hda
k map=/boot/map
k install=/boot/boot.b
k prompt
k timeout=50
k message=/boot/message
k linear
k default=linux
 
k image=/boot/vmlinuz-2.4.2-2
k label=linux
k initrd=/boot/initrd-2.4.2-2.img
k read=only
k root=/dev/hda5
k append=hdd=ide-scsi
 
k other=/dev/sda1
k optional
k table=/dev/sda
k label=Win98
 
 Delete the next entries completely, totally  duplicates
 and the  second other= is why it gave you the dos entry.
 
 So if I understand what you have here, you have two drives
 hda  sda.
 /dev/hda is a linux drive where hda5 is the / partition.
 /dev/sda is the win98 drive that is a single partition.
 
k image=/dev/sda1
k root=/dev/hda5
k initrd=/boot/initrd-2.4.2-2.img
k append=hdd=ide-scsi
 
k image=/dev/sda1
k root=/dev/hda5
k initrd=/boot/initrd-2.4.2-2.img
k append=hdd=ide-scsi
 
k image=/dev/sda1
k root=/dev/hda5
k initrd=/boot/initrd-2.4.2-2.img
k append=hdd=ide-scsi
 
k other=
k label=
 
 Now, re-run lilo -v -v and then reboot.
 


-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED] http://www.ccux.com



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



Re: need help with scsi HDD

2001-12-02 Thread Ray Curtis

 k == kompukit  Admin writes:

k Attached is my system ,as displayed on the compaq site...
k for some reason, upon install, in the boot messages...i see that
k the scsi HDD is seen and setup...but , after x starts, and I try to
k access it
k thru konqueror file manager...under /mnt ???
k I don't see it listedso i can't mount it, and/or dual-boot to it.
k you see, i have win98 2nd ed. (I use it alot, need to) installed on the
k scsi...
k and redhat 7.1 pro server ed. on a IDE 20 gig Maxtor drive...setup with
k cable select jumper.

Ok from what you are saying it sounds like this is win98 on this scsi,
so you should as a test:

NOTE: I am assuming you only have one scsi disk drive on this system
so it should be /dev/sda and it is a single partition otherwise change
the references below to the correct drive/partition.

mount -t vfat /dev/sda /mnt

If this doesn't work, then tell us the error messages so someone
can help you.

If this does work then just add something like this to /etc/fstab
so that it mounts the disk all the time at bootup.

/dev/sda /win98 vfatdefaults  0 0


-- 
Ray Curtis Curtis Consulting http://www.ccux.com



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



Re: need help with scsi HDD

2001-12-02 Thread Ray Curtis

 k == kompukit  Admin writes:

k ok...I figure out that much...and before I read this email...I did 
k what you suggested already...then I edited fstab to reflect this
k change...
k and now...I can access it...fine,
k thanks...
k but, now what i need to do...is be able to setup lilo 
k so that upon boot...I can select between redhat and win 98 to then
k boot...
k as i was able to do in mandrake...how do I do this?

Sorry I went out and couldn't finish my first reply to your question
but looks like you got it going.

So to add it lilo, you need another stanza to /etc/lilo.conf

So add this:

other=/dev/sda1
table=/dev/sda
label=win98

Then re-run lilo:

lilo -v -v


Look for any errors and if not reboot.


k also having trouble with setting up my printerand  external modem...
k but thats for later...
k thanks so much for helping me get this far...

This time if you have problems with these be sure to include error
messages.

Good luck,





k Ashley M. Kirchner wrote:
 
 Admin wrote:
 
  Device Boot StartEnd   Blocks ID  System
  /dev/sda1   1   1106  8883913  c  Win95
  Fat32  (LBA)
 
  I don't understand why it says win95, as I run win98 2nd ed,
 
 System Types are the same between Win95 and 98.
 
  but this seems
  like this is my scsi driveso it appears redhat has seen the scsi at
  least...  so says the dmesq  also
 
  what do i do now?
 
 $ mkdir /mnt/win98
 $ mount -t vfat /dev/sda1 /mnt/win98
 
 This will mount that partition under /mnt/win98 where you can go list (ls) it and 
do whatever you need to do.
 

-- 
Ray Curtis Curtis Consulting http://www.ccux.com



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



Re: need help with scsi HDD

2001-12-02 Thread Ray Curtis

 k == kompukit  Admin writes:

k ok...didn't get any error messages...when i did the rerun of lilo...but
k I don't see any 
k changes in booting selections...when I rebooted, all i see...is text
k messages displayed while it boots.
k perhaps i should shutdown  completely, instead of just rebooting.

Not sure if I fully understand what you are asking here.
When you ran  lilo -v -v  it did show the stanza for win98 ?
If it did and didn't show any errors, when you reboot when it
gets to the prompt to choose, hit the tab key to show what you
have to select and it should show, linux and win98. 
Instead of choosing linux this time choose win98, that is assuming
you entered the same info as shown below.


k as soon as i can get this setup to allow me the option to select win98 
k to boot...i can move onto getting my modem working...and can then
k send you the messages...and/or errorsok

k Ray Curtis wrote:
 
  k == kompukit  Admin writes:
 
k ok...I figure out that much...and before I read this email...I did
k what you suggested already...then I edited fstab to reflect this
k change...
k and now...I can access it...fine,
k thanks...
k but, now what i need to do...is be able to setup lilo
k so that upon boot...I can select between redhat and win 98 to then
k boot...
k as i was able to do in mandrake...how do I do this?
 
 Sorry I went out and couldn't finish my first reply to your question
 but looks like you got it going.
 
 So to add it lilo, you need another stanza to /etc/lilo.conf
 
 So add this:
 
 other=/dev/sda1
 table=/dev/sda
 label=win98
 
 Then re-run lilo:
 
 lilo -v -v
 
 Look for any errors and if not reboot.
 
k also having trouble with setting up my printerand  external modem...
k but thats for later...
k thanks so much for helping me get this far...
 
 This time if you have problems with these be sure to include error
 messages.
 
 Good luck,
 
k Ashley M. Kirchner wrote:
 
  Admin wrote:
 
   Device Boot StartEnd   Blocks ID  System
   /dev/sda1   1   1106  8883913  c  Win95
   Fat32  (LBA)
  
   I don't understand why it says win95, as I run win98 2nd ed,
 
  System Types are the same between Win95 and 98.
 
   but this seems
   like this is my scsi driveso it appears redhat has seen the scsi at
   least...  so says the dmesq  also
  
   what do i do now?
 
  $ mkdir /mnt/win98
  $ mount -t vfat /dev/sda1 /mnt/win98
 
  This will mount that partition under /mnt/win98 where you can go list (ls) it 
and do whatever you need to do.
 
 
 --
 Ray Curtis Curtis Consulting http://www.ccux.com
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list



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

-- 
Ray Curtis Curtis Consulting http://www.ccux.com



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



Re: need help with scsi HDD

2001-12-02 Thread Ray Curtis

 k == kompukit  Admin writes:

k this is odd...
k I shutdown completelythen restarted the machine...
k when i seen the screen with the redhat blue screen giving the selections
k for booting
k it gave the following two selections:

k linux
k dos

k so I chose dos  when I did this...
k it changed to a black screen and at the top said 

k loading dos   ...but thats all that happened...it seemed to just
k freeze
k so i shutdown again.
k why is this...if i edited fstab ...then lilo.conf?
k I don't understand

Ok, how about showing us the complete file /etc/lilo.conf , you must
have stanza for dos and the new one I suggested.
Also tell me partitions or drive that has the MBR of win98 installed.






k Ray Curtis wrote:
 
  k == kompukit  Admin writes:
 
k ok...didn't get any error messages...when i did the rerun of lilo...but
k I don't see any
k changes in booting selections...when I rebooted, all i see...is text
k messages displayed while it boots.
k perhaps i should shutdown  completely, instead of just rebooting.
 
 Not sure if I fully understand what you are asking here.
 When you ran  lilo -v -v  it did show the stanza for win98 ?
 If it did and didn't show any errors, when you reboot when it
 gets to the prompt to choose, hit the tab key to show what you
 have to select and it should show, linux and win98.
 Instead of choosing linux this time choose win98, that is assuming
 you entered the same info as shown below.
 
k as soon as i can get this setup to allow me the option to select win98
k to boot...i can move onto getting my modem working...and can then
k send you the messages...and/or errorsok
 
k Ray Curtis wrote:
 
   k == kompukit  Admin writes:
 
k ok...I figure out that much...and before I read this email...I did
k what you suggested already...then I edited fstab to reflect this
k change...
k and now...I can access it...fine,
k thanks...
k but, now what i need to do...is be able to setup lilo
k so that upon boot...I can select between redhat and win 98 to then
k boot...
k as i was able to do in mandrake...how do I do this?
 
  Sorry I went out and couldn't finish my first reply to your question
  but looks like you got it going.
 
  So to add it lilo, you need another stanza to /etc/lilo.conf
 
  So add this:
 
  other=/dev/sda1
  table=/dev/sda
  label=win98
 
  Then re-run lilo:
 
  lilo -v -v
 
  Look for any errors and if not reboot.
 
k also having trouble with setting up my printerand  external modem...
k but thats for later...
k thanks so much for helping me get this far...
 
  This time if you have problems with these be sure to include error
  messages.
 
  Good luck,
 
k Ashley M. Kirchner wrote:
  
   Admin wrote:
  
Device Boot StartEnd   Blocks ID  System
/dev/sda1   1   1106  8883913  c  Win95
Fat32  (LBA)
   
I don't understand why it says win95, as I run win98 2nd ed,
  
   System Types are the same between Win95 and 98.
  
but this seems
like this is my scsi driveso it appears redhat has seen the scsi at
least...  so says the dmesq  also
   
what do i do now?
  
   $ mkdir /mnt/win98
   $ mount -t vfat /dev/sda1 /mnt/win98
  
   This will mount that partition under /mnt/win98 where you can go list (ls) it 
and do whatever you need to do.
  
 
  --
  Ray Curtis Curtis Consulting http://www.ccux.com
 
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
 
k ___
k Redhat-list mailing list
k [EMAIL PROTECTED]
k https://listman.redhat.com/mailman/listinfo/redhat-list
 
 --
 Ray Curtis Curtis Consulting http://www.ccux.com
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list



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

-- 
Ray Curtis Curtis Consulting http://www.ccux.com



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



Re: need help with scsi HDD

2001-12-02 Thread Ray Curtis

 k == kompukit  Admin writes:

k this is my current lilo.conf
k as for the drive win98 is on...it's sda1


k boot=/dev/hda
k map=/boot/map
k install=/boot/boot.b
k prompt
k timeout=50
k message=/boot/message
k linear
k default=linux


k image=/boot/vmlinuz-2.4.2-2
klabel=linux
kinitrd=/boot/initrd-2.4.2-2.img
kread=only
kroot=/dev/hda5
kappend=hdd=ide-scsi


k other=/dev/sda1
k   optional
k   table=/dev/sda
k   label=Win98


Delete the next entries completely, totally  duplicates
and the  second other= is why it gave you the dos entry.

So if I understand what you have here, you have two drives
hda  sda.
/dev/hda is a linux drive where hda5 is the / partition.
/dev/sda is the win98 drive that is a single partition.


k image=/dev/sda1
kroot=/dev/hda5
kinitrd=/boot/initrd-2.4.2-2.img
kappend=hdd=ide-scsi

k image=/dev/sda1
kroot=/dev/hda5
kinitrd=/boot/initrd-2.4.2-2.img
kappend=hdd=ide-scsi

k image=/dev/sda1
kroot=/dev/hda5
kinitrd=/boot/initrd-2.4.2-2.img
kappend=hdd=ide-scsi

k other=
k label=


Now, re-run lilo -v -v and then reboot.



-- 
Ray Curtis Curtis Consulting http://www.ccux.com



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



Re: How to stop Log rotate [Repost]

2001-11-27 Thread Ray Curtis

 rd == Robert Dege [EMAIL PROTECTED] writes:

rd /etc/cron.daily/logrotate

rd Cron runs the logrotate program.  Move the file out of the directory 
rd logrotate should run anymore.

rd -Rob

This will stop all the logs from being rotated not just squid.
Best thing to do is to move  the file /etc/logrotate.d/squid to /etc.
This should stop only squid from being rotated and also allow you to
put it back if necessary.




 Hi
 
 I need to stop the system rotating the Squid logs as I do this with another
 program. I have looked through the Log rotate directories but I guess I need
 a pointer.
 
 Many thanks
 
 Mike
 
 
 This mail was processed by Mail essentials for Exchange/SMTP, 
 the email security  management gateway. Mail essentials adds 
 content checking, email encryption, anti spam, anti virus, 
 attachment compression, personalised auto responders, archiving 
 and more to your Microsoft Exchange Server or SMTP mail server. 
 For more information visit http://www.mailessentials.com
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

rd -- 

rd -Rob



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

-- 
Ray Curtis Curtis Consulting http://www.ccux.com



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



Re: How do I permanently set the PATH variable ?

2001-11-27 Thread Ray Curtis

 p == phil46  ethan writes:

p Hi all,
p How do I permanently set the PATH variable to include the PATH i want 
p eg. /sbin ? tried export but I don't think its permanent.


For a single user, in your shell config file, such as .bash_profile add:

PATH=$PATH:/sbin

For the system add it to /etc/profile.



-- 
Ray Curtis Curtis Consulting http://www.ccux.com



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



Re: thanks Trond!!

2001-11-26 Thread Ray Curtis

 sl == sachin lamsoge [EMAIL PROTECTED] writes:

sl thanks for ur reply,
sl but how do i do that?
sl kindly give me the set of commands required to do
sl that.


Not sure if I remember exactly what this thread was about, but
as I remember you were trying to mount a iso on a ftp server so
how about for the first iso:

mount -o loop -t iso9660 /tmp/enigma-i386-disc1.iso /mnt

Then do your ftp install or upgrade from that machine.


sl thnaks in advance.

sl --- Trond Eivind Glomsrød [EMAIL PROTECTED] wrote:
 sachin lamsoge [EMAIL PROTECTED] writes:
 
  how do i mount it on the ftp server. 
 
 The contents of both CDs should be in one directory.
 
 -- 
 Trond Eivind Glomsrød
 Red Hat, Inc.
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 
sl https://listman.redhat.com/mailman/listinfo/redhat-list


sl __
sl Do You Yahoo!?
sl Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
sl http://geocities.yahoo.com/ps/info1



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

-- 
Ray Curtis Curtis Consulting http://www.ccux.com



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



Re: login screen - background

2001-11-20 Thread Ray Curtis

 jw == Jeremy West [EMAIL PROTECTED] writes:

jw Where is this file?  xsrirc??

The command 'locate' can be your friend.

locate xsrirc


-- 
Ray Curtis Curtis Consulting http://www.ccux.com



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



Re: multiple copies of same kernel??!!

2001-11-13 Thread Ray Curtis

 jtj == John Thayer Jensen [EMAIL PROTECTED] writes:

jtj I have 5 identical copies of kernel-2.4.9-13 on my Redhat 7.2.  This was a
jtj result of a bug (Bugzilla number 55633) in up2date for Redhat 7.2.  If one
jtj had (I had) earlier versions of the same package (in this case, the kernel)
jtj installed, then each time up2date ran it installed yet another version of
jtj the latest.

jtj I got rid of all the earlier versions of the kernel, so now it no longer
jtj adds duplicates.  Is there any way to remove all but one copy of this same
jtj version?  I see in the rpm man pages that one can remove rpm installs by
jtj install number - but I don't see how to find out the install numbers for my
jtj five copies.


Make sure you have a good kernel to boot from or a boot floppy then 

rpm -e --allmatches kernel

Of course at this point you will have to re-install only one copy of 
the kernel yo want.




-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED] http://www.ccux.com



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



test-ignore

2001-02-25 Thread Ray Curtis


-- 
mailto:[EMAIL PROTECTED] http://www.clark.net/pub/ray




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



Re: REPOST: SCSI Tape

2001-02-13 Thread Ray Curtis


 "amk" == Ashley M Kirchner [EMAIL PROTECTED] writes:

amk Another question (first one was X Install)...  I just installed a
amk SCSI tape in this machine (running RH6.2).  The system's SCSI card sees
amk it, all is well - however:

amk [root@c41:~]# mt -f /dev/st0 status
amk SCSI 2 tape drive:
amk File number=-1, block number=-1, partition=0.
amk Tape block size 0 bytes. Density code 0x0 (default).
amk Soft error count since last status=0
amk General status bits on (1):
amk  IM_REP_EN

amk [root@c41:~]# mt -f /dev/st0 retension
amk /dev/st0: Input/output error

amk [root@c41:~]# mt -f /dev/st0 tell
amk /dev/st0: Input/output error

amk Okay.  What am I missing?


All of these commands are not always recoginized  by the drive,
however some like status, rewind, offline, retension should be
recoginzed.

Since your drive is  recoginzed by the scsi card and the status
command seems to work it would seem to me that maybe something
is wrong with the drive itself.
Have you tested the 'rewind' and 'offline' commands both with
a tape in the drive of course.
If these don't work, what does your device file /dev/st0 look like:

crw-rw1 root disk   9,   0 Aug 24 05:00 /dev/st0 

If this is correct how about putting the drive in another machine
to test it ?



-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: extract file from RPM

2001-02-13 Thread Ray Curtis

 "up" == Uday Pai [EMAIL PROTECTED] writes:

up Hi all,
up Is there any option to extract a file from a rpm? 

yes, look at rpm2cpio, and the manpage for cpio:
 
rpm2cpio rpm-package.rpm|cpio -ivd /path/from/previous-operatin/file

-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: Printers

2001-02-08 Thread Ray Curtis

 "tg" == Ted Gervais [EMAIL PROTECTED] writes:

tg On Thursday 08 February 2001 12:29, you wrote:
 Ted Gervais [EMAIL PROTECTED] writes:
  Where in the world is the LPD daemon called from to get
  my printer to work.
 
  I have to run 'printtool' and need to tell it to rerun the lpd daemon and
  once I do that the printer works fine. Also, I checked out all the 'pids'
  using ps aux | grep lpd, and that daemon is not running after I reboot.
  Only when I enable it through printtool.
 
 chkconfig --level 35 lpd on

tg I am sorry. You lost me. What does that mean?  (chkconfig --level 35 lpd on)


It means to turn the daemon 'lpd' on in the runlevels of 3  5 at boot
time.
Check your manpage on chkconfig, 

-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: Force a DNS Update

2001-02-06 Thread Ray Curtis

 "ac" == Anthony Capone [EMAIL PROTECTED] writes:

ac Hey Guys,

ac Quick question, if there anyway that I can force a Name Server to get an updated 
zone?? If so, How?? Or do I have to wait until it updates on its own?

If you are using forwarders in your DNS and that is what you asking,
just use 'named-xfer' to get your new updated info.





-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



RPM

2001-02-05 Thread Ray Curtis


I should know the answer to this but can't remember. For some reason
my copy of rpm during a upgrade of redhat 6.2-7.0 got corrupted and
now I can't install do a install of the new rpm.
I get a segfault everytime I try using rpm, there used to be a doc on this at
redhat but I can't find it tonight.

Thanks,


-- 
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: Problems with Biff detecting mail.

2001-02-01 Thread Ray Curtis

 "gle" == Glen Lee Edwards [EMAIL PROTECTED] writes:

gle I'm using fvwm2, and have 4 copies of Biff running to detect mail in 4 different
gle boxes.  I've found this to not be a reliable way of doing it - Biff will tell me
gle I have mail in box 2, when the letter is actually in box 3.  And it rarely
gle notifies me when mail lands in the Inbox.  Is there another mail detection
gle program that is more reliable, and that is configurable so that I can run
gle multiple copies with each checking a different box, or run 1 copy that checks
gle several boxes?

Take a look at Xbuffy, it handles mulitple mailboxes and play sounds very
nicely. There is a rpm out there that should be available from
http://rpmfind.net/linux/RPM/ or other mirrors.
 

-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: Booting 6.2 without LILO problem

2001-01-22 Thread Ray Curtis

 "v" == Vidiot  [EMAIL PROTECTED] writes:

v A person I work with made a mistake and reloaded Win95 in the other
v partition.  Now that LILO is gone, he can't boot Linux.  No, he didn't
v make the emergency reboot floppy before installing Windoze.

v Is there a way to use the installation CDs to boot the installed system
v so that lilo can be rerun?

v Any help in getting this guy going again, without destroying the current
v Linux install, will be appreciated.

How about  booting off the cdrom using the 'rescue mode' and then
re-installing lilo .
The other method is to create a boot disk using http://www.toms.net/rb/home.html
and re-installing lilo.


-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: Quick lilo question

2001-01-22 Thread Ray Curtis

 "dh" == Drew Hunt [EMAIL PROTECTED] writes:

dh When I moved up to 7.0 I forgot the lilo.conf line to make sure that all of
dh the memory is used.  I have a 96MB RAM machine that is only registering
dh 64MB.  What's that command, again?

append="mem=96M"

-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: Boot issue. INIT cannot execute etc/rc.d/sysinit

2001-01-21 Thread Ray Curtis

 "pl" == Patrick Lacchia [EMAIL PROTECTED] writes:

pl Guess what? I stupidly added 3 lines to etc/rc.d/rc.sysinit. It looked safe, 
pl you just open the file with gnupad, add the lines, save. Safe until the next 
pl time you reboot and find out that you can't use RedHat 6.2 anymore. During 
pl the launch I now have a message saying, "INIT cannot execute 
pl etc/rc.d/sysinit". I tried several rescue solutions and so far the only one 
pl that gives me some result is to boot by typing linux emergency. That gives 
pl me the chance to log as root before INIT (and therefore rc.sysinit) is 
pl launched. From there I can access the file, edit it with VI but 
pl unfortunately not save it. The file is read only. I can copy the file on a 
pl floppy disk and open the copy with Windows notepad but it's useless because 
pl I can't erase the original on the hard drive. It looks like while in 
pl emergency mode all the files are read only.
pl That's where I need some help:
pl -   How can I remove the 3 lines I added to rc.sysinit and save the file?
pl -   Is rc.sysinit corrupted? And if so could I use root/rc.sysinit~ as a 
pl backup?
pl -   Is there an alternate solution?

Since the disk is mounted read-only at this point of the boot process
the only thing I can suggest is to boot from a single floppy boot disk
such as the one from http://www.toms.net/rb and the mount the partition
needed and edit the file.




-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: cable modem issue

2001-01-04 Thread Ray Curtis

 "l" == lee  [EMAIL PROTECTED] writes:

l nadda..tried all that and nothing..command seems to just hang after several
l seconds it just gives back command prompt..netscape doesn't give  page
l error similar to dns numbers not being there for example.but aftrer dhcpcd
l times out then it does.

l i've tried all readmes i can find..i have kernel set to use the generic
l module for my de4x5.0 which seems to comply with my SMC 8432 NIC..? ( there
l is no module for my SMC8432 directly )

lwhen i installed redhat 7 i didn't install the network option.the one
l near top of screen on that section of installbecause i'm not on network
l myself .end user small businessBUT is that possible trouble that some
l aspect of network config etc. are mising and not allowing all this to
l jive?.never configured a network aside from ppp so I don't know 

l willing to offer output of anything or my config files.but basically i used
l the http addy below as it seemed to fit of course minus the redhat 6 part since
l ihave 7..thats what i'm wondering  as did 7 make any changes that will
l affect the info at that url:?

l 
http://www.oswg.org/oswg-nightly/oswg/en_US.ISO_8859-1/articles/DHCP/DHCP.html#REDHAT6


I'm not using this particular card myself but for all the device
drivers and info check out:

http://www.scyld.com/linux_network_drivers.html


I do see this card [if this is yours] mentioned as supported :

SMC 8432BT 
 With DEC21041.

Uses the tulip driver with info along with diagnostic program at:

http://www.scyld.com/network/tulip.html


-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: GET ME OFF THIS *@$!^ LIST

2001-01-01 Thread Ray Curtis

 "hb" == Hal Burgiss [EMAIL PROTECTED] writes:

hb On Mon, Jan 01, 2001 at 12:23:21PM -0600, Uncle Meat wrote:
 
 Amazing. I get reminders every month like clockwork. From this list, the
 install list and the announce list.

hb Let me count my lists: redhat, guinness, zoot, hedwig, watch, announce,
hb redhat-devel, linux-security (hosted by RH), and narry any such mail.
hb Perhaps this is a mailman configuration option? But since I don't have
hb password available for most of these, I can't turn that option on (if
hb it exists).

I am surprised after this long thread that no one has offered the
info that with Mailman the option of sending out monthly password
reminders is only available to the list adminisrator.
It is his decision whether to burdon his mail system with these
monthly reminders, so if it was turned on I suspect there would
be just as many asking why all these monthly messages for each list
reminding them of their passwords etc.



-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: how to compile ide-scsi module?

2001-01-01 Thread Ray Curtis

 "cjb" == christopher j bottaro [EMAIL PROTECTED] writes:

cjb hello,
cjb i got an ide cd burner and i need the ide-scsi module to use it.  what option 
cjb do i turn on when i do make menuconfig when compiling the kernel?  i've been 
cjb looking and can't find it...
cjb thanks,
cjb christopher

cjb P.S.  for the ide-scsi module to work, i have to put something in my lilo 
cjb config, right?  i've done this before, but i forgot...=/

If you are already using a redhat kernel you should be OK, just add
this to /etc/lilo.conf only changing x to whatever the cd is
recoginized as:

append="hdb=ide-scsi"

Then run lilo -v -v

-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: how to compile ide-scsi module?

2001-01-01 Thread Ray Curtis


Sorry meant to put:
append="hdx=ide-scsi"

-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: Good CD burning software?

2001-01-01 Thread Ray Curtis

 "gle" == Glen Lee Edwards [EMAIL PROTECTED] writes:

gle Today, at 09:43, John Aldrich sent through the Star Gate:
 On Mon, 01 Jan 2001, Glen Lee Edwards wrote:
 Can anyone recommend a good software program/driver for my CD-RW drive?  I
 just tried installing cdrecord with xcdroast, but I can't get xcdroast to
 let me enter the CD-RW info in the setup section.
 
 IDE CDRW? Do you have IDE-SCSI enabled/configured? Try
 installing/configuring ide-scsi emulation and then re-try
 XCDROOAST. I'm using that here just fine wiht my SCSI CDRW.
 John


gle Can you point me to a HOWTO?  My understanding is that the kernel is
gle already configured for this out of the box.  "insmod sg" returns:

gle /lib/modules/2.2.12-20/scsi/sg.o: a module named sg already exists

gle I added the following line to /etc/lilo.conf and did the lilo -v -v bit,

gle append="cdrom1=ide-scsi"

How bout trying:
append="hdX=ide-scsi"

Change X to whatever dmesg claims is your cdrom.


-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: The File Format's Handbook

2000-12-29 Thread Ray Curtis

 "cs" == Chen Shi-Ping [EMAIL PROTECTED] writes:

cs I am looking for a book, The File Format's Handbook, published in June
cs 1995. The author is G. Born and the ISBN numbers are 0442019955
cs (papercover) and 1850321175 (Hardcover). I have visited the Borders,
cs Barnes  Noble, amazon.com, bookpool.com, and several local used book
cs stores. Unfortunately, this book is out of print. I greatly appreciate if
cs someone can point me to the correct direction. I am willing to pay for the
cs book if someone would like to sell it. Thanks.

I see a possible source for the hardcover at:

http://www.page1book.com/asp/bookdetail.asp?ISBN=1850321175item=

-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: Trouble downloading Moneydance.

2000-12-26 Thread Ray Curtis

 "fr" == Frank Rocco [EMAIL PROTECTED] writes:

fr Hello,
fr I have not been able to access the Moneydance website to download their 
fr product. Is this site no longer active?

Don't know at Moneydance, it does appear that www.seanreilly.com is
not responding  tonight at least.

fr I'm looking for a good product to replace Quicken under Linux.
fr I'm using RH7

Not sure there is a really good replacement for Quicken yet, along 
with Moneydance have you looked at GnuCash at http://www.gnucash.org/.

I just use quicken by way of Wine,

Good luck,

-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: Trouble downloading Moneydance.

2000-12-26 Thread Ray Curtis

 "fr" == Frank Rocco [EMAIL PROTECTED] writes:

fr HI Ray,
fr I have not tried Quicken via Wine. Does it work ok?

Yes, it works fine now. Even though I hate intuit for not porting
Quicken it does now work fine for most.

I use wine-2909-1 with Quicken 2000.

There are rpms available for Wine :

http://rpmfind.net/linux/rpm2html/search.php?query=wine

-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: PLS SAVE ME- I M TRAPPED

2000-12-23 Thread Ray Curtis

 "sr" == syed riyaz [EMAIL PROTECTED] writes:

sr Hi, Linux Folks !
sr I am really glad the the Linux community is very helpful sepcially for the 
newcomers like me.
sr (1)
sr Can any one tell me from where I can get free CD version of Linux-6.2, since I can 
not download on my slow connection  my pocket does'nt allow me to buy it. I am in 
India right now.

Your choices here are slim then, but maybe if you can afford $4 or $5
US. then check out:

http://cart.cheapbytes.com/cgi-bin/cart


sr (2) Please some body tell me how to 'Unsubscribe' this   mailing list. I tried 
"NO" radio button on the List Home page, but it did'nt worked, still I am receiving 
the more than 200-mails. pls tell me.

send an email to [EMAIL PROTECTED] with:

 unsubscribe password [address]

The password and address were the ones you used when you subscribed,
if you don't have these you will have to use the web interface to
get it to mail you your password.


This info can be gotten from mailman by sending a request:

mail -s help [EMAIL PROTECTED]  /dev/null


-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: PLS SAVE ME- I M TRAPPED

2000-12-23 Thread Ray Curtis

 "sr" == syed riyaz [EMAIL PROTECTED] writes:

sr Hi, Linux Folks !
sr I am really glad the the Linux community is very helpful sepcially for the 
newcomers like me.
sr (1)
sr Can any one tell me from where I can get free CD version of Linux-6.2, since I can 
not download on my slow connection  my pocket does'nt allow me to buy it. I am in 
India right now.

Your choices here are slim then, but maybe if you can afford $4 or $5
US. then check out:

http://cart.cheapbytes.com/cgi-bin/cart


sr (2) Please some body tell me how to 'Unsubscribe' this   mailing list. I tried 
"NO" radio button on the List Home page, but it did'nt worked, still I am receiving 
the more than 200-mails. pls tell me.

send an email to [EMAIL PROTECTED] with:

 unsubscribe password [address]

The password and address were the ones you used when you subscribed,
if you don't have these you will have to use the web interface to
get it to mail you your password.


This info can be gotten from mailman by sending a request:

mail -s help [EMAIL PROTECTED]  /dev/null


-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: email client?

2000-12-21 Thread Ray Curtis

 "st" == Shaheen Tonse [EMAIL PROTECTED] writes:

st While the thread of email clients is alive... I switched about a year
st ago from Rmail (built-in emacs mailer) to Netscape Communicator as an
st email reader, for the reasons:
st 1) Needed to look at attachments frequently (gifs, Mime etc.), and
st wanted included URL's automatically would show up on Navigator window.
st 2) Connect to our company's imap4 server to retrieve email.
st 3) Send outgoing mail through our smtp server.

st However, a few Netscape versions ago (4.73+ ?) the personal address book
st stopped working, and I am now looking for an alternative mail reader
st that connects to smtp, imap4 and ldap servers, handles common attachment
st types (automatic spawning of external viewers is fine) and has an
st address book that works. And it would also be nice if my existing mail
st files could be converted to be read by it.

st It does not have to be free.

st Any suggestions?

How about going back to Emacs or XEmacs and use VM ?

For the users manual check out:
http://www.wonderworks.com/vm/user-manual/
or FAQ:
http://www.wonderworks.com/vm/FAQ.html

-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: Logins

2000-12-14 Thread Ray Curtis

 "rp" == Ray Parish [EMAIL PROTECTED] writes:

rp How can one limit simultaneous logins to a shell account on an individual
rp user?

I just use something simple like this in /etc/profile:

# This script allows you to login only 3 times as any user
#
logcount=`/usr/bin/w | /bin/grep -c $LOGNAME`
if [ $logcount = 3 ] ; then
echo "You have tried to login more than three times." | /bin/mail -s "Login 
Error" root
logout
fi


-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: StarOffice aborts on rh7.0

2000-12-13 Thread Ray Curtis

 "cfc" == Carey F Cox [EMAIL PROTECTED] writes:

cfc On Wed, 13 Dec 2000, Kevin Holmquist wrote:

cfc Ok. I installed it both ways. I installed it as a network install and
cfc then installed it as a local install. Both gave the same results. I
cfc noticed someone posted something about using gnome-helix, so I
cfc downloaded that. No luck there either.

cfc Memory or CPU speed shouldn't be a problem as my workstation is a
cfc 733 MHz dual P-III with 256MB.

cfc I am at a loss to explain why this isn't working.

I correct way as I remember is to first do a 'setup /net' as root to 
allow a network install, then as a user do the 'setup' for a local
install which is much, much smaller and installs into the $HOME directory.



-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: What happened to the mail status when i login?

2000-11-25 Thread Ray Curtis

 "cs" == CSG Staff [EMAIL PROTECTED] writes:

cs Hi,
cs It works fine from the console but it does work from logging in from ssh or
cs telnet. I cant seem to figure it out.

Check your file /etc/ssh/sshd.conf for the line:

CheckMail no 
and change to:
CheckMail yes


-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



RE: Unsubscribe to mail list

2000-11-24 Thread Ray Curtis

 "bcr" == Bob Chaput [EMAIL PROTECTED] writes:

bcr I finally found the "Edit Options"  Now I get the message that my Password
bcr is incorrect.  I have asked to have it sent to me.  What a  pain in the ass
bcr to get off the list.

Simple, just read, go to the link  at the bottom of this message and
then go to the bottom of that page and enter the address you
subscribed from and it will send you the correct password to enter.

Mailman is a simple list to manage with many options for the user
and since many users seem to need a simple web interface to anything
this package should fit everyone's requirements.


-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: SMTP mail realy problem. Please help.

2000-11-24 Thread Ray Curtis

 "jna" == John N Alegre [EMAIL PROTECTED] writes:

jna An error occurred while sending mail.
jna The mail server responded:
jna[EMAIL PROTECTED] ... Relaying denied
jna Please check the message recipients and try again.

jna Now when sending mail to [EMAIL PROTECTED] from the machine running
jna sendmail this address will work just fine.  What am I missing?  There must be
jna some config file that tells sendmail to relay all mail from other IPs on this
jna LAN just as it does for mail from that same machine.  What is it?

http://www.sendmail.org/tips/relaying.html


-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: Cat5 Patch Cable

2000-11-20 Thread Ray Curtis

 "k" == kwood  [EMAIL PROTECTED] writes:

k Hey guys,
k Got a question for you.  Sometime awhile back, someone posted a link for
k creating network cables.  I have a worker here trying to create a
k cross-over cable and I'm not sure of the wiring.  I know this is not the
k list, but could someone point me to a site that would tell me?  Thanks

http://www.clark.net/pub/ray/rj45wire.html


-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



RE: xauth misuse

2000-11-17 Thread Ray Curtis

 "cws" == Chad W Skinner [EMAIL PROTECTED] writes:

cws ..
 enable it, but does even with XFree86 v.4 from redhat 7 installed
 this file does not exist on my system does anyone know what RPM it
 is in.

cws I'm sleepin' at the wheel. What I meant to say was that it xauth is not even
cws installed on my system with XFree86 v.4 installed. Does anyone know what
cws package on redhat 7 contains the xauth file.

Should be in XFree86-4.0.1-1 at /usr/X11R6/bin/xauth

-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: PCB Design? (was: OT - PCB's)

2000-11-16 Thread Ray Curtis

 "tr" == Thomas Ribbrock [EMAIL PROTECTED] writes:

tr On Wed, Nov 15, 2000 at 12:43:47PM -0500, Burke, Thomas G. wrote:
 
 I know most of you aren't interested, but for those who are
 engineers:
tr [...]

tr To drag that on topic (now that you mention it): Are there people out
tr there designing PCBs with Linux (preferably including schematic) - and
tr what programs are they using for it?

Here are some links that might help:

http://www.computer.privateweb.at/tech-edv/CADlinks.htm
http://www.linuxgazette.com/issue54/frost.html


-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: TAZ file

2000-11-15 Thread Ray Curtis

 "ja" == John Aldrich [EMAIL PROTECTED] writes:

ja On Wed, 15 Nov 2000, Statux wrote:
 Not a mistype. the .taz extension is .tar and .z or .gz I believe, but in a
 3 character extension ala something like DOS. Perhaps during storage on an
 8.3 filesystem or something.
 
ja Yeah from further reading you'll see that it doesn't appear to
ja be a g-zipped file, but might be a "compressed" file. :-)


How about just issuing the command 'file xxx.taz to find out what it
is ?
Then if it is a tarred/gzipped file which the tag looks like, try:

tar tvzf xxx.taz -- to test and list the file.




-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: startx='startx -- -bpp 16' ???

2000-11-10 Thread Ray Curtis

 "r" == russb  [EMAIL PROTECTED] writes:

r I have been using this alias in my /etc/bashrc to set the screen when
r starting X:

r  startx='startx -- -bpp 16'

Change the line in your /etc/inittab file

From:
id:3:initdefault:
To:
id:5:initdefault:

and if you want to use GDM change the file, /etc/X11/gdm/gdm.conf
[servers]
0=/usr/bin/X11/X -bpp 16 

or to use XDM on startup change the file, /etc/X11/xdm/Xservers
:0 local /usr/X11R6/bin/X -bpp 16

then restart X using ctrl-alt-backspace.


-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: Multiple e-mails from this list.

2000-10-09 Thread Ray Curtis

 "ep" == Enrico Payne [EMAIL PROTECTED] writes:

ep Hi, since this list was changed to it's new server/software, I have been
ep receiving duplicate copies of each e-mail.

ep If I unsubscribe, then I only get one copy, but am unable to submit e-mails
ep to the list, without them having to be moderated.

ep Does any, or can anyone fix this for me?


Try this:

mail -s help [EMAIL PROTECTED]  /dev/null



-- 
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray

"Open Channel D..."
-- Napoleon Solo, The Man From U.N.C.L.E.



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



Re: memory problems

2000-10-06 Thread Ray Curtis

 "mle" == Mikkel L Ellertson [EMAIL PROTECTED] writes:

mle On Thu, 5 Oct 2000, Ray Curtis wrote:
 
 Read the manpage on lilo.conf, you will note that the 'append'
 statement belongs in the global section of lilo.conf.
 
 Should be:
 snip
 append="mem=128M"
 
 image=/boot/linux-2.2.12
 label=linux
 initrd=/boot/initrd-2.2.12-20.img
 read-only
 root=/dev/hda2
 
mle You had better re-read that man page - it actualy lists the append option
mle in the per image section, not in the global section.  This actualy makes
mle sense because you sometimes use different append options with different
mle images, depending on how you have the kernel compiled, or what version you
mle are running.

I stand corrected already,it works in both sections global and image, 
However since your machine has a certain amount of memory it
only makes sense that with whatever image you run you would want to
use all available memory.


-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: memory problems

2000-10-05 Thread Ray Curtis

 "k" == kabir  [EMAIL PROTECTED] writes:

k -BEGIN PGP SIGNED MESSAGE-
k Hash: SHA1

k I am having memory problems I added the statement  append=mem=128M" to my
k lilo.conf and it won't recognise it. 
k Here is my lilo.conf file:
k snip
k image=/boot/linux-2.2.12
k label=linux
k initrd=/boot/initrd-2.2.12-20.img
k read-only
k root=/dev/hda2
k append=" mem=128M"

k other=/dev/hda1
k label=dos

Read the manpage on lilo.conf, you will note that the 'append'
statement belongs in the global section of lilo.conf.

Should be:
snip
append="mem=128M"

image=/boot/linux-2.2.12
 label=linux
 initrd=/boot/initrd-2.2.12-20.img
 read-only
     root=/dev/hda2



-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: RedHat Kernel 2.2.16-3

2000-09-19 Thread Ray Curtis

 "kw" == Kevin Wood [EMAIL PROTECTED] writes:

kw Hey there,
kw Has anyone had any trouble recompiling the kernel that RedHat has
kw released 2.2.16-3.  I tried rebuilding the kernel and I get the error
kw message missing 'linux/errno.h'.  It almost seems like stuff was moved
kw around.  

kw Just for information, I am using the RedHat config and the only change I
kw made was to add an updated serial driver to support PCI modems which
kw should touch any of the .h files other than serial related ones, I have
kw all the source and header rpms and it is being done on a machine with a
kw full install (no packages left out).  Any ideas.  I managed to copy the
kw file before, but it gives me an error on another file stating that it is
kw missing as well.

kw Any help would be appreciated.  All else fails, I'll get a clean tree
kw and do it, but I'd like to avoid that.

Not sure where this is happening, either in upgrades or new installs,
but check to ensure that these links exsist:

/usr/include/linux -- /usr/src/linux/include/linux
/usr/include/asm -- /usr/src/linux/include/asm



-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: unsubscribe?

2000-09-14 Thread Ray Curtis

 "tw" == Terry Wright [EMAIL PROTECTED] writes:

tw Actually, (at the risk of prolonging this quite redundant thread) I
tw successfully unsubscribed the guy who used to work at my job and
tw successfully subscribed myself.  I used the website to get his password
tw using his email address (which was forwarded to my account) and
tw unsubscribed. no problems.  For those not using a browser, i don't know,
tw but good luck.
tw Terry

Without a browser, for info:

mail -s help [EMAIL PROTECTED]  /dev/null


-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: count # files in directory

2000-09-14 Thread Ray Curtis

 "as" == Adam Sleight [EMAIL PROTECTED] writes:

as can't think today...how doe one count the number of files within a
as directory...yes I know du, df, and wc for words in a file.  

How about something simple like:

ls -l directoryname | wc -w


-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: Who broke GCC compiling ...

2000-09-13 Thread Ray Curtis

 "v" == Vidiot  [EMAIL PROTECTED] writes:
v In file included from /usr/include/errno.h:36,
v  from fnmatch.c:46:
v /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
v make[1]: *** [fnmatch.o] Error 1
v make[1]: Leaving directory `/usr/local/src/gcc-2.95.2/libiberty'
v make: *** [all-libiberty] Error 2



v What the Hell is this crap?  /usr/include/linux/errno.h definately does
v not exist on this system.

This so-called crap is a header file from the glibc-devel package
which you don't have installed.


-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: Whois Command?

2000-09-12 Thread Ray Curtis

 "ja" == John Aldrich [EMAIL PROTECTED] writes:

 
 Last update of whois database: Tue, 12 Sep 2000 11:27:35 EDT 
 
ja The Registry database contains ONLY .COM, .NET, .ORG, .EDU domains and
ja Registrars.
 
ja Notice the "whois server" there? That's what you need to
ja put in after the "@" symbol. i.e. "whois
ja [EMAIL PROTECTED]" and it'll give you all
ja the info you need. :-)
ja John

Or use 'bw-whois' and you can skip this part, note:


BW whois 2.5 by Bill Weinman http://bw.org/
Copyright 1999-2000 William E. Weinman
Request: dungeonbbs.com
connecting to whois.internic.net [198.41.0.6:43] ... 
connecting to whois.opensrs.net [216.40.33.39:43] ... 
Registrar: whois.opensrs.net
Registrant:
 The Dungeon BBS
 264 Baker Road SW
 Cleveland, TN 37311
 US

 Domain Name: DUNGEONBBS.COM
 
etc, etc.


Note it looked up whois at internic.net then opensrs.net to find
the info automatically.

This version of whois is available as a rpm,



-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



Re: Webalizer in crontab

2000-09-07 Thread Ray Curtis

 "jw" == Jonathan Wilson [EMAIL PROTECTED] writes:

jw Howdy,
jw If anyone is running webalizer from cron, I'd like to see their crontab 
jw line too. It goes in /etc/crontab right? Or do I need to do my own thing in 
jw /etc/cron.daily ?


Try something like this in crontab:

# Webalizer 
00 */2 * * *  root /usr/local/bin/webalizer 



-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




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



  1   2   >