Need clean files from RH6.1

2001-03-19 Thread Luke C Gavel

Hi,

I'm trying to effectively check for the presence of a rootkit on
my firewall PC.  But 'chkrootkit' is using the binaries of the
firewall, specifically: awk, cut, egrep, find, head, id, ls,
netstat, ps, strings, sed, and uname.

Could someone who is still using RH6.1 email me clean copies of
these utilities?  Or better yet, do you know where I could find
reliable copies that are linked against the RH6.1's libraries?

TIA,
LG





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



Re: Need clean files from RH6.1

2001-03-19 Thread Luke C Gavel

On Mon, 19 Mar 2001, Mikkel L. Ellertson wrote:

 You could grab the 6.2 RPMs from any mirror site.
 

Good thinkin', thanks.




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



Re: installing imp.tar.gz

2001-02-09 Thread Luke C Gavel

On Thu, 8 Feb 2001, Jerry Human wrote:

 Hi Gentlemen:
 
 Would it be possible to write a script that would do this automatically
 for any new package install?
 
 For instance, if the script was called "ump" you would type "ump
 package name and it would insert the package name into the command
 "tar -xzvf package name.tar.gz; cd package name; less README" in the
 appropriate places, execute and leave you in the README for that
 package. That would eliminate a lot of repetitivly typing long package
 names, eliminate typing mistakes, always use the same command
 eliminating the "I forgot to ..." and "I should have ..." mistakes, and
 always start the README file to be scanned before "corrupting" a new
 package with incorrect parameters.
 

I don't know about streamlining the tarball installation, but I
recently put an alias line in my .profile:

alias rdocs='less `find . -exec file {} \; | grep -i "english
text" | cut -d: -f1`'

As for automating tarball installations, that's why they use rpm
or slackware uses 'installpkg' or Debian uses *.deb files...



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



Re: OT: AWK

2001-02-02 Thread Luke C Gavel

On Thu, 1 Feb 2001, Anthony Capone wrote:

 If I wanted awk to search through a paragraph and stop at every blank line,
 display what it found, then continue to the next paragraph and do the
 same...where would I start??? 

Perhpas something like this:

awk '! /^$/ { print } /^$/ { getline input  "-" }' mbox 

'mbox' was used for testing purposes.

 Again, Thanks for the link... Sympatico?? I am
 from Toronto...what about you?

You're welcome.  I'm not a bell-sympatican, I'm from the
maritimes, where we have just plain-vanilla sympatico.  :)







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



Re: How to Setup Tcpdump to nail x-girlfriend?

2001-02-02 Thread Luke C Gavel

On Fri, 2 Feb 2001, Joseph R. Erlewein wrote:

 
 
 I say let people worry about themselves. Screw seatbelt laws. :)

Well...hehehe, we need more info anyway.  Like, did he set up a
local email server for his capital 'X' and now he's wondering
where the spool files are, or, is he talking about sniffing an
external host out on the Internet.  If it is the latter case, we
should advise him that in whatever he manages to do, the FBI
would love to hear from him. :)  It would allow them to leapfrog
over the ethical quandary surrounding their 'carnivore' software.

Just my additional $0.02,
LG




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



Re: network login

2001-02-01 Thread Luke C Gavel

On Wed, 24 Jan 2001, John Marlovits wrote:

 that looks to make the linux pc act like a netware server, I need the client piece.
 
 
There is a client part included in the package as well.  I think
you just install the client part of the same package.

HTH,
LG





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



Re: files with tar.gz

2001-02-01 Thread Luke C Gavel

Aiee, stop already!!!  

hehehe,
LG





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



Re: OT: AWK

2001-02-01 Thread Luke C Gavel

On Thu, 1 Feb 2001, Anthony Capone wrote:

 I am trying to get awk to display this line:
 
 /home/acapone:
 
 but I do not want it to display this:
 
 drwx--   2 acapone  users4096 Oct 12 08:23 temp
 
 I would like awk to search for the pattern: / at the beginning of the line,
 followed by any number of characters, followed by :

(tested)

ls -R / 2 /dev/null | awk '/^\/.*\:$/ { print $1 }'

 
 I am stuck and I am not sure how to do this. Also, if anyone has some good
 links on the usages of awk, I would appreciate them. 

http://www3.ns.sympatico.ca/lgavel/awk/

I dug up the pdf file in the 'awk' directory for you to download
the pdf if you want.  I forget where I got it, so I'll just give
you a copy of mine from my external web site.  HTH.


 I have the book Unix in a Nutshell by O'Reilly but it is not
 helping too much.

I have that book!  An oldy but goldy! hehehe, I've had it since
1993.  I haven't used it for anything 'cept for vi editing.

Good Luck,
LG



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



Re: How to Setup Tcpdump to nail x-girlfriend?

2001-02-01 Thread Luke C Gavel


Hmmm, 

Normally I'd help, but Mother told me to 'nevah git 'volved
in folks' petty squabbles!' *this was punctuated with a rolling
pin*

Sorry, I must 'honour my parents',
LG

On Thu, 1 Feb 2001, PHD wrote:

 For some reason, I cannot find any information on
 setting up a Tcpdump file to scan for keywords.
 
 Also, x-girlfriend is a cetified witch and I would
 like to figure out how to intercept her email.
 
 Will Tcpdump work, or is there something better?





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



Re: newbie sound question [OT comment]

2001-02-01 Thread Luke C Gavel

On Wed, 31 Jan 2001, Statux wrote:

  everything I play is really jerky and broken up...(sounds like a Nine Inch
  Nails on acid nightmare...)
 
 Nothing wrong with Nails tho :)
 
Yeah!  Great background acoustics for a good ol' Quake rally. LOL




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



Re: Is this a virus? How do I find the sender?

2001-01-30 Thread Luke C Gavel

On Tue, 30 Jan 2001, Glen Lee Edwards wrote:

 Do any of you know if this file is a virus file?
 
 MAPPJJMA.exe
 
 A client of mine received it from an unknown source.
 
 How do I find out what ISP owns the IP address: 206.228.67.73?
 
 Thanks,
 
 Glen
 

Cumberland Technologies International (NETBLK-PANET1)  
401 E. Louther St.  
Carlisle, PA 17013 
USA

Netname: PANET1 
Netblock: 206.228.66.0 - 206.228.71.255
Maintainer: CTI
   Coordinator:  Network Operation Center, Microserve 
(MN414-ARIN)  [EMAIL PROTECTED] 717 830-4054
   Record last updated on 27-Feb-1996.  Database last updated on
30-Jan-2001 07:44:06 EDT.
The ARIN Registration Services Host contains ONLY Internet
Network Information: Networks, ASN's, and related POC's. Please
use the whois server at rs.internic.net for DOMAIN related
Information and whois.nic.mil for NIPRNET Information. 

Network Operation Center, Microserve (MN414-ARIN)  
[EMAIL PROTECTED]
   MicroServe Information Systems, Inc
   100 North Wilkes-Barre Blvd
   Wilkes-Barre, PA 18702
   717 830-4054
 
   Record last updated on 05-Jun-1996.
   Database last updated on 30-Jan-2001 07:44:06 EDT.

HTH,
LG



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



Re: Help installing Aureal soundcard driver on Red Hat 7.0

2001-01-29 Thread Luke C Gavel

On Wed, 24 Jan 2001, lee johnson wrote:

 
 
 the aurea driver isn't one of them :)
 
 its just
 make install(20)(10) based on which card you have ;)
 
 i have the au8830 so i just do
 make install :)
 

Thanks for clearing that up, Lee.  However, I have a hunch that
you didn't get the au8830 module package from sourceforge.net.  
Or did you?  Because sourceforge.net usually provides tarballed
packages just like linuxmafia.net does.  Which means that the
packages are optimized for the slackware distribution to be used
by the the 'installpkg' utility in particular.  If someone is not
able to './configure' as mentioned before, he/she will be quite
out of luck. ;)

Lee where did you get the module if it wasn't pre-loaded in your
Linux distribution?  Perhaps they have other related drivers
there as well for using this sound card in RH.

Best Regards and thanks again,
LG



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



RE: Bash Script Questions

2001-01-26 Thread Luke C Gavel

On Thu, 25 Jan 2001, Brad Doster wrote:

 But why?  Why doesn't good ol' '\$' work right out of the
 box?

Because the '$' is used in a special by the shell (script) and
sed too.  sed uses the '$' to anchor a search pattern from the
end of a line, and, of course the script uses it to expand
variables' values.  This particular symbol has to be extrapolated
above all of these nested mechanisms.  See regex(7) for more
info.


Now, technically, sed shouldn't try to use the '$' if it isn't at
the end of the regular expression a.k.a. your search pattern
string.  However, who says that *any* software is fully
POSIX-compliant to 100%?  In other words, theoretical standards
for software interfaces work better on the drawing board than in
practice.  That's life.

HTH,
LG



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



Re: network login

2001-01-24 Thread Luke C Gavel



I'm not entirely sure, however, I do know that you will have to
use the IPX protocol and 'mars-nwe'.  Check out the 'mars-nwe'
Netware emulator on http://www.compu-art.de/mars_nwe/

HTH,
LG

On Tue, 23 Jan 2001, John Marlovits wrote:

 how do I make my RH 6 login to a Novell and NT servers?
 Thanks
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 






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



Re: network login

2001-01-24 Thread Luke C Gavel


DOH!  It's in German!  Go here instead:

http://rpmfind.net/linux/RPM/conectiva//6.0/cd1/conectiva/RPMS//mars-nwe-0.99pl20-3cl.i386.html

oops, 
LG

On Wed, 24 Jan 2001, Luke wrote:

 
 
 I'm not entirely sure, however, I do know that you will have to
 use the IPX protocol and 'mars-nwe'.  Check out the 'mars-nwe'
 Netware emulator on http://www.compu-art.de/mars_nwe/
 
 HTH,
 LG
 





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



Re: It's that time of the cycle again...

2001-01-24 Thread Luke C Gavel

On Tue, 23 Jan 2001, Micah Yoder wrote:

 Hat 7.1.  What do you think will be in it?
 

Probably something like 'Aie, are you really sure you want to
this?' or 'I waouldn't do this if I were you' during the initial
installation screens...followed by dozens of 'Signal 11's...

On a sober note, I doubt if they forge a 2.4 kernel into a minor
distribution release.  IOW, don't expect 2.4 unless they call
it RH8.0 (silly nickname here).

:-),
LG

PS:

I'm curious as to what the next nickname will
be? 'Fartman'?  'Zeus'? 'Zooty'?  'Keddy'?  'Homer'? 'Bart'?



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



Re: Help installing Aureal soundcard driver on Red Hat 7.0

2001-01-24 Thread Luke C Gavel

On Wed, 24 Jan 2001, Manzabar wrote:

 I think it means I've got something misconfigured in the kernel,

You're close.  It actually means that the *tar.gz package is not
configured for your kernel.  There should be a README/Readme file
in the uncompressed directory that will explain exactly how to
compile and install the driver package.  But generally you would
do this:

cd /tmp/aureall
./configure # this sniffs out how your system is set up
make # compile the drivers using code modified by configure
make install #place compiled drivers somewhere in $PATH

 http://www.avalon.net/~manzabar/

Nice.





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



RE: Ethernet driver woes

2001-01-21 Thread Luke C Gavel

On Sun, 21 Jan 2001, Drew Hunt wrote:

 I couldn't get the conf.modules to work correctly, so I wrote my own script
 with insmod and ifup.  No io or irq assignments, but the devices usually
 came up at irq 10 and 11 with different io addresses when queried by
 ifconfig.
 
 Drew
 
Okay then, you need to lock down the I/O addresses that these
cards use and you need aliases to be defined in
/etc/conf.modules, or your networking system won't work at all:

alias eth0 tulip
alias eth2 tulip

options tulip io=0xXXX,0xXXX irq=10,11

Hope this works,
LG



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



RE: Ethernet driver woes

2001-01-21 Thread Luke C Gavel



Oops again.  That's 'eth1' not 'eth2'.





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



Re: overly large /var/log/messages

2001-01-20 Thread Luke C Gavel

On Sat, 20 Jan 2001, Greg Wright wrote:

 
 
 FWIW it may be worth setting a quota, or making /var in its own

Setting a quota is what I recommend too.  But isn't there a file
size cap on /var/log/messages* in any case?  If not, there SHOULD
be.  The system should do a little 'shunting' process whereby it
transfers /var/log/messages to /var/log/messages.[1-X] whenever
/var/log/messages reaches 2000k or so.  How does the shunting
process work right now, and how can we modify it's behavior to
immediately induce a data shunting process to shunt the data
before the file gets too large for optimal log processing?

Best Regards,
LG




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



Re: Ethernet driver woes

2001-01-20 Thread Luke C Gavel

On Mon, 15 Jan 2001, Drew Hunt wrote:

snip

 kernel RPM form RH, it stopped masqing FTPs because the ipv4 mods were "not
 of the current kernel version".  Ok, so I figure this is a nice opportunity
 to upgrade to RH7.0 since I have it installed on two other machines and has
 been working great.  That way I get the newer kernel, update the system
 files and the right ipv4 mods all in the same package.  Wrong...

snip

 Now the drivers I was using for 6.2 (kernel 2.2.16-3) are now crap in the RH
 7.0 kernel (2.2.16-20?).  I could only find source for one (the Linksys) to

snip

try upgrading mod-utils-X.X.X.rpm as well.  Did you?




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



Re: Ethernet driver woes

2001-01-20 Thread Luke C Gavel

On Sat, 20 Jan 2001, Luke wrote:

 On Mon, 15 Jan 2001, Drew Hunt wrote:
 
 snip
 
  kernel RPM form RH, it stopped masqing FTPs because the ipv4 mods were "not
  of the current kernel version".  Ok, so I figure this is a nice opportunity
  to upgrade to RH7.0 since I have it installed on two other machines and has
  been working great.  That way I get the newer kernel, update the system
  files and the right ipv4 mods all in the same package.  Wrong...
 
 snip
 
  Now the drivers I was using for 6.2 (kernel 2.2.16-3) are now crap in the RH
  7.0 kernel (2.2.16-20?).  I could only find source for one (the Linksys) to
 
 snip
 
 try upgrading mod-utils-X.X.X.rpm as well.  Did you?
 
 

Also, check in /lib/modules and see what is happening there.  Is
there a 'rpmsave' thingy of any sort?  Did it leave the old
kernel modules alone, or did it try to blindly mesh the new with
the old in some screw-upped sort of way?  *tsks at RHAT kernel
rpm developers* What about re-running 'ldconfig' for the dlls?




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



RE: Ethernet driver woes

2001-01-20 Thread Luke C Gavel

On Sat, 20 Jan 2001, Drew Hunt wrote:

 screwing up on a request for the netgear card.  That's my theory, anyway.
 Driver confusion.  Am I totally off?
 

We won't know for sure until we see your /etc/conf.modules file
and how you might have assigned i/o and irq values in there.




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



Re: Question about RedHat Network Daemon

2001-01-20 Thread Luke C Gavel


The following command should tell you:

rpm -qfi `whereis rhnsd`



On Sat, 20 Jan 2001, Drew Hunt wrote:

 What exactly is rhnsd (RedHat Network Daemon) anyway?  What's its purpose?
 
 Drew
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 





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



Re: Question about RedHat Network Daemon

2001-01-20 Thread Luke C Gavel

On Sun, 21 Jan 2001, Luke C Gavel wrote:

 
 The following command should tell you:
 
 rpm -qfi `whereis rhnsd`
 
Whoops.  Forgot that daemons usually aren't in RH $PATH.  Try
this:

rpm -qfi `find /etc -name rhnsd`

and to find the documentation;

less `rpm -qd $(rpm -qf $(find /etc -name rhnsd) | head -n 1)`

hehehe (I love that shell stuff),
LG



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



Re: Online presence

2001-01-19 Thread Luke C Gavel


If you are using ipchains to forward traffic from and to the
clients, try turning on logging '-l' for the MASQ chain.  It
might work...in theory...give a try?  It'll (hopefully) log the
connections in /var/log/messages.

HTH,
LG

On Fri, 19 Jan 2001, [iso-8859-1] Szemerédy Gábor wrote:

 Hello!
 Is there some tool to analyze how much is the time some workstation made
 a connection
 trough the Linux box in TCP/IP mode? The workstations (Windows) are
 connected
 to the local segment on the  Linux box and are going to the internet
 trough it.
 Thanks!
 





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



Re: Online presence

2001-01-19 Thread Luke C Gavel

On Fri, 19 Jan 2001, Luke C Gavel wrote:

 
 If you are using ipchains to forward traffic from and to the
 clients, try turning on logging '-l' for the MASQ chain.  It
 might work...in theory...give a try?  It'll (hopefully) log the
 connections in /var/log/messages.
 
 HTH,
 LG
 

Okay, I went ahead and tried it for myself.  I'm turning it off
soon or it will increase my TFC half-life gaming latency which is
something to be avoided at all costs! :-).  It does work.  
However, it logs *everything*, on a blow-by-blow transactional
basis.  You might want to use awk, er, sorry guys...*drum roll*
PERL...to summarize the data a bit and then shunt the bottom line
off to another text file for your records.




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



Re: Scratch last message

2001-01-18 Thread Luke C Gavel

On Fri, 19 Jan 2001, Edward Dekkers wrote:

 I found out why it doesn't work. sorry about that.

LOL Ed...9667 msgs and climbing...just in this filtered
folder alone...which question was it?  About
the up2date utility?  You probably found them in
/var/spool/up2date, right?




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



Re: auto switch depth in XFree86-4.0?

2001-01-16 Thread Luke C Gavel


Hi,

Redhat traditionally provides an ncurses-based configuration
utility called 'XConfigurator' (case is important) that runs from
the command line.  You must take care to select more than one
color depth when using it.  When you are done using
XConfigurator, having set more than one color depth for various
screen resolutions, in an X-Window you can then cycle through the
configurations that you made by the keyboard combinations

ctrl-alt-#keypd-/#keypd+

HTH,
LG

-- Generated Signature -- 

A medal goes to Luke Gavel who resisted the temptation to grok
all email addresses stored in his messages (all 2000+ of them)
and email everyone (strangers, spammers, and friends alike) that
he's bck...after a near-fatal system wipeout due to sig11s.

WinXX(BSOD) - RHX.X(Sig11) - Slakware(???)

-- Generated sig 'broken' temporarily (Patience ppl!) --



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



Re: Frozen server

2001-01-10 Thread Luke C Gavel

On Tue, 9 Jan 2001 [EMAIL PROTECTED] wrote:

 Edit your inetd.conf file and pound out the line that says:
 
 imapstream  tcp nowait  root/usr/sbin/tcpd imapd
 
 then type "/etc/rc.d/init.d/inet restart" and see if the trouble stops.
 

I agree with the above, and add that you might want to adjust
your firewall software to block the ports that imapd is/was using
too. hint hint.  If you need to use a mail service use the
pop3 and smtp services.  They are more secure and not as easy to
attack.  Imap's interactive features make it just as susceptible
to DoS attacks as that arcane finger service from the UUCP days.

Best Regards,
LG

-- Generated Signature --
Semper Fi, dude.
-- End Sig --




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



Re: boot module errors

2001-01-09 Thread Luke C Gavel

On Sun, 24 Dec 2000, Justin Zygmont wrote:

 you're lucky you didn't get the error messages I got when I tried to
 upgrade from 6 to 6.2 and then 7.0.  I don't trust upgrades anymore.. I
 suspect my CD-ROM may have had a part to play.
 

Huh.  You should try just upgrading the kernel.  It was just as
finicky.  I just finished an upgrading process that took two days
to complete.  All during the compiling process, I kept getting
signal 11, 5, and 6.  But fortunately, the compiling process
could remember what it had already compiled just before each
crash, and picked up where it left off and eventually it finished
successfully.  I'm still testing various things, like mounting
various filesystems and trying out the Zip drive again, but so
far so good.  However I must have re-executed commands like 'make
bzImage' and 'make modules' at least hundred times before it
could complete the process without crashing.

Guess I really needed that upgrade huh?  Hopefully, the memory
(RAM) handling is a little better with the newer kernel...

PS:

When you 'upgrade', select RH's normal 'Install' menu option, and
just don't format over your /home partition.  It gets even easier
if you have /usr/local on a separate partition, but that's
probably asking too much.  Just back up /usr/local if you've
installed tarball-based software (not RPMs) from various
non-redhat sites.





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



Re: how to make iso images

2001-01-09 Thread Luke C Gavel

Hi,

If you go to www.linuxdoc.org there is an excellent how-to
document there for making Redhat CDs.  Look for RedHat-CD-HOWTO
within the www.linuxdoc.org web site.

Good Luck,
LG


On Thu, 23 Nov 2000, Bubulac Angela Tatiana wrote:

 
  Hello,
  I have got the rh7 packages on my 10G HDD. Please tell me how can I
  make my iso images (cd1 and cd2). I have RH6.2 on my computer.
  
  Thank you
  
  Bubulac Angela Tatiana
  
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- Generated Signature --
Satire is tragedy plus time.
-- Lenny Bruce
-- End Sig --




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



Re: 2.4.0 IDE-SCSI question

2001-01-09 Thread Luke C Gavel

Hi,

I'm using RH6.1 and /dev/sr0 to access my IDE burner.  Why don't
you try that device file if you have it?

Hystercial freak-out by LG begins
 nfsd   47024   0  (autoclean)
 lockd  39440   0  (autoclean) [nfsd]
 sunrpc 63936   0  (autoclean) [nfsd lockd]
/Freak-out

Ummm, this computer isn't directly connected to the Internet by
any chance?  Be careful with NFS and the Internet.

Good Luck,
LG

-- Generated Signature --
Satire is tragedy plus time.
-- Lenny Bruce
-- End Sig --




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



Re: Correct Pine port for compile

2001-01-09 Thread Luke C Gavel

On Mon, 8 Jan 2001, Mikkel L. Ellertson wrote:

 Use lpn - Redhat uses PAM for authentication.
 
He's right.  Use lpn.

-- Generated Signature --
Sorry.  Nice try.
-- End Sig --



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



Re: Help with Kernel 2.4.0

2001-01-09 Thread Luke C Gavel

On Mon, 8 Jan 2001, Gill, Vern wrote:

 When trying to boot the new kernel, I am getting the following errors;
 devfs: boot_options: 0x2
 request_module[ide-disk]: root fs not mounted
 hda: driver not present
 VFS: cannot open root device "301" or 03:01
 please append a correct "root=" boot option
 
snip
 Anyone know what this is all about? I have the correct root= option.
 Anyone see a problem here?
snip

hehehe...Okay I'll be nice.  

You need to reconfigure your kernel and specify the IDE
driver/support options to be compiled into the kernel and not as
a module.  Check under 'filesystems' after running 'make
menuconfig'.  

CONFIG_BLK_DEV_IDE = Y

Also check out /usr/src/linux/Documentation/ide.txt if you want.

hehehe, here's what the 'Configure.help' file has to say:

"Do not compile this driver as a module if your root filesystem (the
one containing the directory /) is located on an IDE device."

Good Luck,
LG
-- Generated Signature -- 
Sorry.  Nice try. 
-- End Sig --



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



Re: Help with Kernel 2.4.0

2001-01-09 Thread Luke C Gavel

On Mon, 8 Jan 2001, Gill, Vern wrote:

 Sam Flory wrote:
 I am not using initrd. I should not have to use it. 

You have to, if the IDE driver is not directly compiled into the
the kernel.  But I digress.

 The laptop does not.

I suspect that if you check /etc/conf.modules on your laptop and
compare it with the /etc/conf.modules file on your desktop (or
whatever) you will that they are different with regard to IDE
module configurations.

 2.4.0 worked beautifully on it without the ide in the kernel. It is a
 module there, and there are no problems with it. The lilo.conf entry for
 it uses the exact same root= as the default RH kernel installed
 initially. I do NOT want the ide in the kernel. It should not have to be
 there. There is some other problem, I just don't know what.

Okay, I see where you are coming from now.  Again, you have to
have either the IDE driver directly into the kernel or be loading
the IDE driver from a ramdisk first as I suspect is the case with
your laptop.  So to prepare the ram disk you need to use the
'mkinitrd' utility which reads module info from
/etc/conf.modules.  Which means you have to have the IDE module
configured in /etc/conf.modules (at least temporarily) before
running 'mkinitrd' on your desktop.

HTH,
LG
-- Generated Signature --
Sorry.  Nice try.
-- End Sig --



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



Re: AMD K6-2 400

2001-01-09 Thread Luke C Gavel

How much to get that type of CPU?  This would make a nifty
upgrade for my socket 7 mtb.

-- Generated Signature --
Youth is a disease from which we all 
recover.
-- Dorothy Fuldheim
-- End Sig --



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



Re: Funny kernel error in /var/log/messages

2001-01-07 Thread Luke C Gavel

On Sun, 7 Jan 2001, Bernhard Rosenkraenzer wrote:

 Are you running any processes in a chroot environment? If so, the chroot
 environment probably doesn't have ld-linux.so.2...

If the above is true, could he add the chrooted path to
'/etc/ld.so.conf'?

-- Generated Signature --
There is no sin but ignorance.
-- Christopher Marlowe
-- End Sig --



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



( apcupsd || pchute+ ) ?

2001-01-06 Thread Luke C Gavel

Which one is better?  I have a LAN here.  One Linux client and
one Win98.  I need to be able to notify the Linux client to shut
itself down.  I don't much care about the Win98 machine.  It can
go to that dark place downstairs where God can't be found.  Will
apcupsd allow me to send a shutdown command to the Linux client?

APC offers a Linux driver package for it's UPSs (finally).  I
have the PowerChutePlus-X.X.X.X.i386.rpm(s) and the optional
tarball pc_glibc.tar.

However, the apcupsd driver package has a longer history.  It has
been around a lot longer than APC's driver package.  The
developer reverse-engineered APC's UPS serial connectors years
ago.  Ah, the irony.  Which has more features, and/or is more
flexible to configure for enhanced functionality?

Best Regards,
LG

-- Generated Signature --
Your mode of life will be changed to 
EBCDIC.
-- End Sig --



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



RE: ( apcupsd || pchute+ ) ?

2001-01-06 Thread Luke C Gavel


What about client daemons (Linux) and TSRs (WinXX) for networked
clients?  I can't find any.  Did you have any luck?  Or did you
need client software?

On Sat, 6 Jan 2001, Chuck Carson wrote:

 Yes, This software is very customizable. (The powerchute software) It can be
 configured to run custom scripts, etc.. after many different types of
 anomalies. ie APC on battery, APC on regular power, also you can have the
 software execute command scripts at X number of minutes after any defined
 anomaly. I configure mine to shutdown after 10 minutes of being on battery,
 this covers most power outages which last only like 5 minutes in my area. I
 have about 20 minutes of battery power, so this can cover 2 back to back
 pwoer outages, which are not uncommon in my area.
 
 -Chuck
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, January 06, 2001 8:58 AM
 To: [EMAIL PROTECTED]
 Subject: ( apcupsd || pchute+ ) ?
 
 
 Which one is better?  I have a LAN here.  One Linux client and
 one Win98.  I need to be able to notify the Linux client to shut
 itself down.  I don't much care about the Win98 machine.  It can
 go to that dark place downstairs where God can't be found.  Will
 apcupsd allow me to send a shutdown command to the Linux client?
 
 APC offers a Linux driver package for it's UPSs (finally).  I
 have the PowerChutePlus-X.X.X.X.i386.rpm(s) and the optional
 tarball pc_glibc.tar.
 
 However, the apcupsd driver package has a longer history.  It has
 been around a lot longer than APC's driver package.  The
 developer reverse-engineered APC's UPS serial connectors years
 ago.  Ah, the irony.  Which has more features, and/or is more
 flexible to configure for enhanced functionality?
 
 Best Regards,
 LG
 
 -- Generated Signature --
 Your mode of life will be changed to 
 EBCDIC.
 -- End Sig --
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- Generated Signature --
Your mode of life will be changed to 
EBCDIC.
-- End Sig --



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



RE: ( apcupsd || pchute+ ) ?

2001-01-06 Thread Luke C Gavel

On Sat, 6 Jan 2001, Luke C Gavel wrote:

 
 What about client daemons (Linux) and TSRs (WinXX) for
 networked clients?  I can't find any.  Did you have any luck?  
 Or did you need client software?
 

Argh.  I checked it out more thoroughly and APC wants you to use
(and buy) a 'smartcard' device that will notify networked clients
when a shutdown is eminent.  Grr.  

:) :).  Apcupsd allows for 'slave' and 'master' nodes (computers)
and has a windows version of it's software.  This means that I
can have the Win98 machine do a timely shutdown, too.  This
was pure bonus for me!  My Win98 doesn't have to go south as 
described earlier.  hehehe



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



Re: modprode problem

2001-01-05 Thread Luke C Gavel

try this:

depmod -a

On Fri, 5 Jan 2001, Gary Tay wrote:

 Dear all,
 
 I got a redhat 6.2 machine, it dead b4, just totally can't boot up...
 anyway, I re-setup that machine and recently I found there is error
 messages
 in /var/log/messages as below:
 
 Jan  1 17:07:58 thongsiek modprobe: modprobe: Can't locate module
 block-major-3
 Jan  1 17:07:58 thongsiek modprobe: Note: /etc/conf.modules is more recent
 than
 /lib/modules/2.2.14-5.0smp/modules.dep
 Jan  1 17:07:58 thongsiek modprobe: modprobe: Can't locate module
 block-major-3
 Jan  1 17:42:25 thongsiek modprobe: modprobe: Can't locate module
 block-major-3
 Jan  5 08:24:12 thongsiek modprobe: modprobe: Can't locate module
 block-major-3
 
 I not sure whether it is the once causing my machine dead b4???
 
 Please help...and thanks in advance...
 
 best rdgs,
 gary
 
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- Generated Signature --
The wonderful thing about a dancing 
bear is not how well he dances,
but that he dances at all.
-- End Sig --



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



Is this a joke????

2001-01-05 Thread Luke C Gavel

Hi,

Check out the insanity at:

http://www.mslinux.org/

I will never ever ever buy this product.

-- Generated Signature --
The wonderful thing about a dancing 
bear is not how well he dances,
but that he dances at all.
-- End Sig --



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



Re: Is this a joke????

2001-01-05 Thread Luke C Gavel


hehehe, okay, so it was little late last night and 'news' like
this can get someone a little panicky :)  Plus, I'll admit I do
jump to hasty conclusions.

:)
LG

-- Generated Signature --
Sign my PETITION.
-- End Sig --



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



RE: compiling kernel

2001-01-05 Thread Luke C Gavel

On Fri, 5 Jan 2001 [EMAIL PROTECTED] wrote:

 did you put scsi support in yer new kernel
 

Did you do the above, (putting the SCSI driver directly into the
kernel)

or;

run `mkinitrd' to update the ramdisk to preload the SCSI
controller driver as a module?  This might be easier to do if you
want to avoid yet another compile of the kernel, Sergio.  Just
check your /etc/conf.modules to make sure that your SCSI module
is 'talked about' in there.  If you did a 'make dep' during the
configuration process, it should be okay...*crosses fingers*.


Best Regards,
LG
-- Generated Signature --
Sign my PETITION.
-- End Sig --




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



RE: compiling kernel

2001-01-05 Thread Luke C Gavel

Wait a minute!  I just realized that you have to run mkinitrd no
matter what! *slaps self* The mbr is on the SCSI disk...which
loads the kernel...the driver to access the SCSI controller and
hence the disk, has to be reloaded into the ramdisk to access
even the mbr.  Did you run `mkinitrd' to create a new ramdisk
file?

Cheers,
LG

-- Generated Signature --
Sign my PETITION.
-- End Sig --



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



Re: Whole word substitution with sed

2001-01-03 Thread Luke C Gavel

On Tue, 2 Jan 2001 [EMAIL PROTECTED] wrote:

 flist=`echo "$flist" | sed -e 's/'$fn'//' | awk '{ print }'`
 


(untested)

  flist=`echo "$flist" | sed -e 's/\ '$fn'\ / /' `
 ^
 |
  [space]

-- Generated Signature --
Most general statements are false, 
including this one.
-- Alexander Dumas
-- End Sig --



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



Re: HELP -- System Time problem.

2001-01-03 Thread Luke C Gavel


su -c 'date -s "8:00am"'

-- Generated Signature --
Most general statements are false, 
including this one.
-- Alexander Dumas
-- End Sig --



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



Re: upgrading to pine 4.30

2001-01-03 Thread Luke C Gavel



The keyword 'libler.so.1' is not found in 

rpmfind.net
dejanews.com-comp.mail.pine
washington.edu/cgi-bin/search/home/
washington.edu/pine/pine-info/Search.html

???

-- Generated Signature --
Most general statements are false, 
including this one.
-- Alexander Dumas
-- End Sig --



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



Re: Anybody heard ...

2001-01-03 Thread Luke C Gavel


On Wed, 3 Jan 2001 [EMAIL PROTECTED] wrote:

 True but the "odd" numbered point releases are beta, some folks prefer 
 production code.
 

Um, I'm not sure if that applies to RH distribs as well as kernel
versions.  I think RH has a different versioning system.

-- Generated Signature --
Thinking you know something is a sure 
way to blind yourself.
-- Frank Herbert, "Chapterhouse: Dune"
-- End Sig --



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



Re: How to use two (2) or more NICs

2001-01-03 Thread Luke C Gavel

On Tue, 2 Jan 2001, Jonathan Wilson wrote:

 Howdy,
 
 My company is looking at buying a 2u server and it comes with
 2 Intel NICs (eepro, IIRC). I've never dealt with multiple
 NICs in one box before. Since the server will be co-located
 and on the Internet, so there's not a local net for it to
 masquerade for or anything else that you'd normally use two
 NICs for. I can think of one thing that would be useful,
 however: redundancy. Is it possible to set up the NICs in
 such a manner that it's treated as a single
 "double-bandwidth" card?
 
 If not, is there some way we can set it up as a failover
 (though I imagine that if one fails the other would too,
 since they're both on-board)?
 
 Any advise would be appreciated,
 

Buy a hub connect the two NICs to the hub, and buy a router that
uses bandwidth load as a routing metric (cisco proprietarial
protocols?). $$,$$$.$$ :-( --or just be happy with one NIC! :)

-- Generated Signature --
Life, like beer, is merely borrowed.
-- Don Reed
-- End Sig --



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



Re: no linux

2001-01-03 Thread Luke C Gavel


linux rescue mode:

root=/dev/hda vmlinuz [enter]

-- Generated Signature --
Life, like beer, is merely borrowed.
-- Don Reed
-- End Sig --



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



Re: Compiling

2001-01-01 Thread Luke C Gavel


Try the following two commands:

cpp
g++


-- Generated Signature --
Don't confuse things that need action 
with those that take care of themselves.
-- End Sig --





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



Re: Desktop Conf

2001-01-01 Thread Luke C Gavel


Xconfigurator

-- Generated Signature --
Women give themselves to God when the 
Devil wants nothing more to do with 
them.
-- Arnould
-- End Sig --




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



Re: this warning message ?

2001-01-01 Thread Luke C Gavel

Hi,

What version of netkit-base-X.XX-XX.rpm do you have?  Or
ip-utils?

On Mon, 1 Jan 2001, Kyle Hargraves wrote:

 
 Hi,
 
 Has anyone seen this warning message
 
 Warning: no SO_TIMESTAMP support, falling back to SIOCGSTAMP
 
   this warning appears whenever a ping or a telnet is
   attempted to either the localhost or elsewhere.  Sometimes the
   ping will "not succeed" when issed as a noddy user but will
   always succeed if effected as root
 
 with regard to time per se I upgraded to gibc-2.2-9 (as part of the RH 7
 errata) which changed the file /etc/localtime . The new file was
 considerably larger that the original file and I ran /usr/sbin/timeconfig
 once again to reset my time zone
 
 cheers,
 
 Kyle Hargraves
 
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- Generated Signature --
Women give themselves to God when the 
Devil wants nothing more to do with 
them.
-- Arnould
-- End Sig --



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



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

2001-01-01 Thread Luke C Gavel

On Wed, 13 Sep 2000, Juha Saarinen wrote:

 %- I think he is pissed.
 
 Drunk and PUI? ;-)
 
 -- Juha

hehehe

https://listman.redhat.com/mailman/options/redhat-list/youremailaddr

is where you unsubscribe.  You'll need your password to do that
though.  If you deleted your email that contained that password,
you'll just have to wait for your monthly emailed reminder about
your subscription info.

HTH,
LG

-- Generated Signature --
Women give themselves to God when the 
Devil wants nothing more to do with 
them.
-- Arnould
-- End Sig --




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



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

2001-01-01 Thread Luke C Gavel

On Mon, 1 Jan 2001, Michael Burger wrote:

 Not that it ever comes out.  I've been on this list for a number of
 months, and have yet to receive the monthly reminder.
 

Uh-oh, that's not good.  

-- Generated Signature --
Women give themselves to God when the 
Devil wants nothing more to do with 
them.
-- Arnould
-- End Sig --



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



Re: Windoz proxy and linux client

2001-01-01 Thread Luke C Gavel

Hi,

Sorry, but the last time I had to do something like that (a
previous job), someone had to pay about $250.00 (cdn) plus change
for a windows-based software kit (5-user/unlimited clients
version).  It gave me more trouble than it was worth, in the long
run.  I'm still shuddering at the memory.  It was horrible.  
Even ICQ had to be manually configured to work with it.  It
crashed even more than windoze :(.

However, if you feel you have no choice, check it out at
http://www.startech.com/internet_sharing/internet_sharing1.htm

but don't say I didn't warn you.  It really sucked! :)  If I
recall correctly, you also had to install a client package on
each of the connecting clients.  

When I used this product about two or three years ago, there were
no linux-based packages.  But when I check out the Installation
guide again right now while writing this, I see that they claim
that linux clients can use this product too.  That may be
possible, but as you read further on in the installation guide,
you quickly realize that *every* client application that you hope
to use such as CuteFTP, Net2phone, and others, has to be manually
configured in each client and then probably used in a weird way.  
For example, you need to ftp to the proxy server first and _then_
to ftp.redhat.com.  You'd have to use Linux's gnomeftp, ncftp,
and other Internet Linux client applications like that too in
this hypothetical situation.

I definitely don't recommend this product for large-scale use.
For personal use between two computers it might prove
sufficient--but you still have to pay for it! :( Even trying to
keep only five users happy with it at an office became an
administrative nightmare.  All clients had to be manually
configured and then the users had to be told how to use their
Internet applications all over again, and nearly all of them
demanded to know `why!??'.

Good Luck and please pardon my bitter babbling :),
LG

PS:

How about switching the roles?  Let linux be the proxy server
and use ipchains?  Much, much, much, better.  And it's free! :)))

On Mon, 1 Jan 2001, Hyung Kim wrote:

 Does anyone know of a free program for windows that
 will allow it to serve as a proxy server for a linux client?
 
 __
 Do You Yahoo!?
 Yahoo! Photos - Share your holiday photos online!
 http://photos.yahoo.com/
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- Generated Signature --
Your wig steers the gig.
-- Lord Buckley
-- End Sig --






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



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

2001-01-01 Thread Luke C Gavel

On Mon, 1 Jan 2001, Uncle Meat wrote:

 -- 
 What Would Elvis Do?

Write a song about it called 'Bounce to Postmaster (Return to
Sender II)'.

hehehe,
LG

-- Generated Signature --
Your wig steers the gig.
-- Lord Buckley
-- End Sig --



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



Re: Installing hard drive

2000-12-29 Thread Luke C Gavel

On Fri, 29 Dec 2000, Aaron Prohaska wrote:

 When I boot, linux companies about the hard drive not being the right
 file system type like ext2. I am wondering if the its trying to boot
 from the master IDE device instead of from the first SCSI device like it
 should.
 

Have you played around at all within your system's BIOS, and, if
so what have you tried?  Did you tell the computer in the 'BIOS
features' section that it is not to boot from any IDE drive
at'tall, at'tall?  

-- Generated Signature --
Fifty flippant frogs
Walked by on flippered feet
And with their slime they made the time
Unnaturally fleet.
-- End Sig --



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



assigning process to a CPU (smp)

2000-12-29 Thread Luke C Gavel

Hi,

What utility would one use in redhat that is similar to Solaris's
capability of specificly assigning a process to a particular
processor?

Best Regards,
LG

-- Generated Signature --
Fifty flippant frogs
Walked by on flippered feet
And with their slime they made the time
Unnaturally fleet.
-- End Sig --



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



Re: printing problems

2000-12-27 Thread Luke C Gavel


Hi,

It could be that your 'tmp' area was not large enough to spool
the print job.  In cases like that you are advised to use lpr's
-s option to symbolicly link the print job.

HTH,
LG

-- Generated Signature --
You will lose an important tape file.
-- End Sig --



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



Re: Re[2]: What NIC cards are fully supported?

2000-12-26 Thread Luke C Gavel

My SMC card works fine with the ne2k-pci module.  Check out
www.redhat.com/hardware for the others.

On Wed, 20 Dec 2000, Y u r i wrote:

 
 never had any difficulty running Intel or SMC cards
 
 -- 
 Best regards,
  Y
 
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- Generated Signature --
If life is a stage, I want some better 
lighting.
-- End Sig --




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



Re: network install problems

2000-12-21 Thread Luke C Gavel

Hi,

I found the following HTML link from linuxdoc.org to be
straight-forward enough to help me temporarily enable NFS on my
system.  Check it out at:

http://www.linuxdoc.org/LDP/lame/LAME/linux-admin-made-easy/x1273.html

G'luck,
LG
-- Generated Signature --
Q:  How many Marxists does it take to 
screw in a lightbulb?
A:  None:  The lightbulb contains the 
seeds of its own revolution.
-- End Sig --



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



Only 1 page prints - smb/Win98/CANON

2000-12-21 Thread Luke C Gavel

Hi,

I have a CANON BJC-1000 connected to a Win98 machine and
samba-1.9.18p10-3is running on a RH5.2 machine.  The RH5.2 client
is using the BJC-600 filter, and everything seems to work fine
except for one little problem.  

It only prints the first page of any print job sent to the Win98
machine.  However, all local Win98 print jobs print in their
entirety.  When I change the printtool option from "1 page" to
something like "8 page", the first eight pages are shrunk onto
the first page.  The print job always disappears from the Win98's
print queue right after the first page is printed.

I tried printing with the 'Send EOF after print job' option both
on and off.  I tried altering some options in the Win98 printer
properties like RAW to EMF, and etc.  Has anyone encountered this
problem before and what have they done to fix it?

TIA,
LG

-- Generated Signature --
Not drinking, chasing women, or doing 
drugs won't make you live longer --
it just seems that way.
-- End Sig --



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



Re: superuser alias?

2000-12-21 Thread Luke C Gavel

Umm...(not sure this will work),

alias das="su -c $1"

das "mv blah /usr/local"

Well, it's close...*shrugs*

-LG

On Sat, 23 Dec 2000, christopher j bottaro wrote:

 i'm logged in as a normal user most of the time on my linux machine, but i 
 download and install a lot of stuff too.  this requires me to switch back and 
 forth between superuser and my normal login.  my friend told me that at his 
 work, they have a das (do a superuser) alias on their play linux boxes.  he 
 says it works like this...
 das mv blah /usr/local
 1)  changes to su
 2)  executes "mv blah /usr/local" as su
 3)  exits from su
 
 can some show me how to write such an alias (or even shell script?)?  thanks 
 a bunch.
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- Generated Signature --
File cabinet:
A four drawer, manually activated 
trash compactor.
-- End Sig --



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



Re: plain text email client?

2000-12-20 Thread Luke C Gavel


Hi,

What's 'Balsa' like?  I've never heard of it.

LG

-- Generated Signature --
Its name is Public Opinion.  It is held 
in reverence.  It settles everything.
Some think it is the voice of God.
-- Mark Twain
-- End Sig --



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



Re: disk partitioning for big drives

2000-12-18 Thread Luke C Gavel


My suggestion (without long boring technical reasons, like
phyiscal geometrical proximity): 

/ (1st Primary)
swap 
/tmp (3rd Primary)
/home (4th Primary)

On Mon, 18 Dec 2000, Mitchell K. Smith wrote:

 Greetings.
 I will be setting up an HP Netserver with an 18GB raid 5 using RH 7.0.
 Can someone offer suggestions on the most efficient way to partition the
 drive.
 The server will be used for an Apache (Stronghold) web server, Anon. FTP
 server, Samba server, NFS server and a DNS server.
 I was thinking something like this:
 / root
 /web  web server data
 /ftp  ftp storage
 
 
 I would appreciate any other comments on doing this as well.
 
 Thank you.
 
 Mitchell K. Smith
 Service and Information Systems Manager
 ePlus Technology of PA
 610-495-7800 Ext. 246
 610-495-1264 direct
 610-495-2800 fax
 [EMAIL PROTECTED]
 
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- Generated Signature --
Now and then an innocent man is sent to 
the legislature.
-- End Sig --



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



Re: Orbacus, GCC, RedHat...Oh my

2000-12-16 Thread Luke C Gavel


Hi,

Are you sure your source file(s) of Orbacus is for
Intel(AMD)-based systems, and not another system architecture
like say, Alpha systems?  What's the exact name of the Orbacus
tarball?

Best Regards,
LG

-- Generated Signature --
Jesus is my POSTMASTER GENERAL ...
-- End Sig --



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



Re: RAID

2000-12-15 Thread Luke C Gavel

Does this particular card have the capability (using it's own
hardware) for RAID5?  It should be done by the card (hardware
RAID) instead of Linux (Software RAID) because software RAID will
choke the PC's CPU(s).

One other queestion, does your particular version
of RH have a module for this Adaptec card?  I understand that the
chances are very likely that a module is available, but you
should still check (if you haven't) at www.redhat.com/hardware.


Just some more broad points,
LG


On Thu, 14 Dec 2000, Mark Basil wrote:

 I am planning on purchasing an Adaptec Ultra 160 Single Channel RAID
 controller.  Does anyone have any advise/pointers as to getting started with
 this.  Are there any issue that I should be aware of?  I've never used RAID
 before.  I going to be setting up 3 9.1 Seagate Barracuda drives on a RAID 0
 configuration.  All comments welcome.
 
 --Mark
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- Generated Signature --
Imitation is the sincerest form of 
plagarism.
-- End Sig --



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



Re: RPM and Bzip Chasing Tails - Still

2000-12-14 Thread Luke C Gavel

Hi,

cd /usr/local
rpm -Uvh `ls rpm*rpm` `ls bzip2*rpm`

g'luck,
LG

PS:

Your log seems to indicate you may have to clear up some space
(351 k's worth) on '/' for even the above to work.

-- Generated Signature --
I've always considered statesmen to be 
more expendable than soldiers.
-- End Sig --




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



Re: redhat 7.0 netscape pb ??

2000-12-11 Thread Luke C Gavel

Philippe,

Are you using javascript in mydocument.html?  4.76 could just be
more 'forgiving' toward javascipt code or any errors therein.

Best Regards,
LG

On Mon, 11 Dec 2000, Philippe Moutarlier wrote:

 
 
 Is this a well known pb or is it only me ? When trying to open
 a local html document,
 
  netscape mydocument.html
 
  netscape enters an infinite loop openning a potentially infinite number of
 windows. I cannot stop it but by exiting X windows itself. At some point I
 can get all windows closed but tehn it reappears shortly.
 
 Philippe
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- Generated Signature --
Make no little plans; they have no 
magic to stir men's blood.
-- Daniel Hudson Burnham
-- End Sig --




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



RE: redhat 7.0 netscape pb ??

2000-12-11 Thread Luke C Gavel

On Mon, 11 Dec 2000, Philippe Moutarlier wrote:

 No javascript inthere. Just regular text + picture page.
 
 Philippe
 
Well,  that's got me stumped.  I have no idea what could have
caused such a thing.

LG


-- Generated Signature --
Consultant, n.:
Someone who'd rather climb a tree and 
tell a lie than stand on
the ground and tell the truth.
-- End Sig --



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



Re: Shutdown issue (fwd)

2000-12-11 Thread Luke C Gavel

Hi,

Whoever is sending these messages must have this person's email
address in their '/home/root/.forward' file.

That's my best guess,
LG

On Mon, 11 Dec 2000, Statux wrote:

 Does anyone have a quick and painless way to help this person out? :)
 
 -- Forwarded message --
 Date: Mon, 11 Dec 2000 12:02:45 +0100
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Shutdown issue
 
 
 To whom it may concern:
 
 I received on my mobile phone the following message:
 
 B:Perhaps because httpd has already been killed (shutdown so to speak) by a previous 
attmpt to halt/reboot the 
 
 
 I do not know why it landed in my phone, please let me know where did you send the 
message, because I am receiving hundreds of messages every day and it is really 
bothering me. I need to stop it as soon as possible.
 
  Thank you
 
 Best regards
 
 Lenka Bokajova
 
 Tel:+420 233 099 484
 Fax:   +420 233 099 429
 Safrankova 1, 155 00  Praha 5,   Czech Republic
 
===
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- Generated Signature --
Lots of girls can be had for a song.  
Unfortunately, it often turns out to
be the wedding march.
-- End Sig --



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



Re: Shutdown issue (fwd)

2000-12-11 Thread Luke C Gavel


Oops.  I meant if his mobile phone was capable of reading his
email with the LCD screen...other than that it means someone has
a bunch of sound files integrated into a auto-dialer of some
sort.  They need to reconfigure that auto-dialer...and then tell
us how they set this up so we can use it -- (ahem) -- correctly.
;)  It would save money on pager subscriptions.

My bad,
LG

On Mon, 11 Dec 2000, Statux wrote:

 Does anyone have a quick and painless way to help this person out? :)
 

-- Generated Signature --
Lots of girls can be had for a song.  
Unfortunately, it often turns out to
be the wedding march.
-- End Sig --



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



Re: why linux gets such a bad rap ...

2000-12-10 Thread Luke C Gavel

On Sun, 10 Dec 2000, David Talkington wrote:

 Changing the subject just a bit ... in my experience (contrary to
 jude.t's, it seems), evangelizing aside, Windows is losing what was
 once one of its primary strengths compared to Linux, which is ease of
 install.  Lately, RH is child's play to install, and never gives me
 the kind of grief I get from recalcitrant Windows drivers on the same
 machines.  RH just looks around, takes some notes, and gets to work.  
 Windows drivers have frequently cost me entire evenings, even for
 something as simple as an ESS Maestro.  As one example, on a single
 machine -- dual-booted -- RH had no trouble with the Maestro; the
 Windows driver took me 3 hours of downloading and troubleshooting.  
 This was brand-new hardware, RH6.2, and Win98 SE.  Go figure.
 

hehehe, tell me about it.  One more thing to note:  at least when
you configure a Linux module it *stays* configured.  For example,
after running a game that uses the Win98 speakers/sound system, a
buzzing sound may prevail after exiting the game.  Another
strange thing might be a lock-up so tight, you have to shut the
computer completely off to get the system back the way it was.
Windows will sometimes report that it can't find the driver for
the video card, or the sound card.  It gets pretty darn weird!

cheers,
LG



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



Re: why linux gets such a bad rap ...

2000-12-09 Thread Luke C Gavel

Okay...

As it was pointed out in an earlier reply, you would need a
multi-OS expert, not just a Linux expert.  Win98 is not as
difficult to set up as WinNT or Win2k.  One reason for this might
be because Win98 uses the 'vfat' filesystem which is easier to
access than WinNT's 'ntfs' filesystem for example.  So, in a
nutshell, what probably happened here was an over-estimation of
Linux and an under-estimation of Win2k.

The salient point I would like to make; you will learn more about
how _other_ OSes work when you begin to understand how they need
to interact with Linux. Linux will definitely broaden the
picture, not just within it's own confines--where ever the
perimeter of those confines might be, I've yet to find them...

Best Regards,
LG





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



Re: environment

2000-12-06 Thread Luke C Gavel

On 6 Dec 2000, Ted Gervais wrote:

 I want to change my 'env' settings and don't know how to do this.
 I am running Redhat7.0 .  I also thought I could change my environment
 settings
 in the /etc/profile file??  Not so..  
 
 Any thoughts?   In particular I want to change the setting for:
 
 BOOT_IMAGE=linux  ,  to something else..
 

/etc/bashrc:
BOOT_IMAGE="something else"
export BOOT_IMAGE

-LG

-- Generated Signature --
Stupidity, like virtue, is its own 
reward.
-- End Sig --



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



Re: First of the morning slow down

2000-12-05 Thread Luke C Gavel


Uh, what are the thoughts on usig NIS for this, if the gentleman
in question is using host files for the local network(s)?  Is
this recommended, or is it a service too insecure for a Internet
gateway/firewall to be serving?

Best Regards,
LG

On Mon, 4 Dec 2000, Mike Burger wrote:

 Could your system be having trouble resolving the IPs of your other
 systems to domain names?  That happens quite a bit...you might need to
 create entries in your /etc/hosts file, or update your reverse DNS file.
 



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



Re: unsubscirbe

2000-12-04 Thread Luke C Gavel


https://listman.redhat.com/mailman/options/redhat-list/your
email addr here

HTH

-- Generated Signature --
You can no more win a war than you can 
win an earthquake.
-- Jeannette Rankin
-- End Sig --



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



Re: screen blanking

2000-12-04 Thread Luke C Gavel

On Mon, 4 Dec 2000, Mitchell K. Smith wrote:

 
 Does the setterm option "stick" upon rebooting?
 
 Can I turn off screen blanking when using Gnome?
 

Oops, didn't see your other questions.  Stick the 'setterm
-blank 0' command in either the '/etc/bashrc' or '/etc/profile'
files.  It should work everywhere--in and out of the Gnome/GUIs.



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



Re: screen blanking

2000-12-04 Thread Luke C Gavel



Almost, but not quite, it's:

setterm -blank 0

0=zero, not the letter "O"

HTH,
LG



On Mon, 4 Dec 2000, Mitchell K. Smith wrote:

 I am using Red Har 7.0.
 
 When working at the command line (without X) I can turn off screen blanking
 by doing a 
 setterm -blank off
 
 I have two questions.
 
 Does the setterm option "stick" upon rebooting?
 
 Can I turn off screen blanking when using Gnome?
 
 Thanks for your help.
 
 Mitchell K. Smith
 Service Manager
 ePlus Technology
 610-495-7800 Ext. 264 or 201
 
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- Generated Signature --
"Why waste negative entropy on 
comments, when you could use the same
entropy to create bugs instead?"
-- Steve Elias
-- End Sig --



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



Re: Expanding a partionless installation

2000-12-01 Thread Luke C Gavel


Um, I'm not sure I understand you.  Rephrase?


On Fri, 1 Dec 2000, Larry Yudelson wrote:

 I'd like to increase the amount of disk space available to RedHat,
 which I've installed "partitionless" as part of a DOS partition.
 I've got plenty of free space in the partition -- how do I get
 RedHat to use some of it?
 
 Larry Yudelson
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- Generated Signature --
There are twenty-five people left in 
the world, and twenty-seven of
them are hamburgers.
-- Ed Sanders
-- End Sig --



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



Re: network problems

2000-11-28 Thread Luke C Gavel

Hi,

I just wanted to clarify one tiny thing for lurking newbies.
There is a difference between `ifup' and `ifconfig' commands.  
`ifup' is a shell script that enables some extra paramators and
interface configurations that are generated by linuxconf,
netconf, or netcfg.  You will find within the 'ifup' shell script
that it is necessary to use `ifconfig' several times to set up
extra information such as gateways, networking protocols, and
other such things.

Best Regards,
L.G.

-- Generated Signature --
A diplomat's life consists of three 
things: protocol, Geritol, and alcohol.
-- Adlai Stevenson
-- End Sig --



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



Re: Bugzilla

2000-11-28 Thread Luke C Gavel


hehe, I don't know about reruns, but it looks like they just
signed on some more 'white hats'.  I'm seeing one heck of a lot
of  security patches...g.  Did RH get another pocketbook boost
lately?  Mergers?

On Tue, 28 Nov 2000, Burke, Thomas G. wrote:

 Holy Cow!
 
   What the heck is up with bugzilla!?  I've gotten at least 30 bug
 reports today, and every one of them is a rerun...
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- Generated Signature --
A diplomat's life consists of three 
things: protocol, Geritol, and alcohol.
-- Adlai Stevenson
-- End Sig --



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



Re: Linux Hardware

2000-11-25 Thread Luke C Gavel

Well, I only have the specific details on your video card.  I
checked www.redhat.com/hardware, and they only have a RH7 module
for Matrox G400s.  Hard drive shouldn't be a problem, nor the
motherboard...but the DVD and burner, you need to check out more
thoroughly.  Manually adjusting LILO after the installation to
recognize more than 64mb of RAM may still be necessary, but I'm
not sure.

Good Luck,
L.G.

On Tue, 21 Nov 2000, Mario Torre wrote:

 Hi everybody!
 
 I don0t know if it is the right place for this, but please, help me, I'm 
 about to buy a new hardware, I will use to develop application for linux, so 
 it should be 100% compatible whit that system.
 
 As any application should run on a wide variety of linux distro, it shoul be 
 compatibile with (at least) the most important: RedHat Linux, Mandrake, 
 Slackware, Debian, Caldera...
 
 I'm using RedHat Linux 7.0 (and I will use it untill the release of the 
 RedHat Linux 7.1, of course... ;) ).
 
 Is this hardware compatible with RedHat Linux and the other distros?
 
 --
 CPU: AMD K7 Athlon Thunderbird 800
 MB: ABIT k7t ...
 Video Dev: Matrox G450 DDR Millennium 32MB dual head
 Sound Dev: creative sound blaster (o compatibile)
 Mem: DIMM 256 MB Sdram (PCI133)
 HD: Maxtor uata100, ~20GB
 CDW(r): Yamaha
 Opt: DVD rom
 --
 
 I'm in doubt with the MB and the Processor, and I have also some doubt about 
 the Hard Disk.
 
 It doesn't matter if I must change the Hard Disk with someone else, or the 
 Mother Board, but I would like to use the Athlo processor (it is faster and 
 have a lower price...)
 
 Thanks a lot for your help, and sorry if it isn't the right place to talk 
 about that!
 
 Mario
 -- 
 --==°°°==-==°°°==-==°°°==-==°°°==--
 http://antartica.sourceforge.net
 http://digilander.iol.it/linuxlabs
 http://digilander.iol.it/frinemusic
 --==°°°==-==°°°==-==°°°==-==°°°==--
 
 
 
 ___
 Redhat-devel-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-devel-list
 

-- Generated Signature --
An idle mind is worth two in the bush.
-- End Sig --



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



Re: hub problems

2000-11-24 Thread Luke C Gavel

Hi,

I've read the thread so far, and here is what I think:

- At least one of your NICs is operating at 100baseT, but not
all, correct?

- the new two hubs which are 10/100baseT-capable are trying to
auto-sense the band rate and are getting confused between the
different speed-based NICs.

Correct?  If so, what to do?  Hard-coding the 100baseT NIC to
10baseT could prove difficult...is there any switch on the new
hubs to manually select 10baseT?

Best Regards,
L.G.

-- Generated Signature -- Carson's Observation on Footwear:
If the shoe fits, buy the other one too. -- End Sig --



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



Shell script mag?

2000-11-18 Thread Luke C Gavel

Hi,

Where can I subscribe to magazines that discuss shell scripts?

Best Regards,
L.G.

-- Generated Signature --
We ARE as gods and might as well get 
good at it.
-- Whole Earth Catalog
-- End Sig --



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



Re: Shell script mag?

2000-11-18 Thread Luke C Gavel

WOW.  That's a lot of links.  I'll check them out.

Thanks,
L.G.

On Sun, 19 Nov 2000, Greg Wright wrote:

 
 
 *** REPLY SEPARATOR  ***
 
 On 18/11/00 at 7:57 [EMAIL PROTECTED] wrote:
 
 Hi,
 
 Where can I subscribe to magazines that discuss shell scripts?
 
 Maybe you mean online...I have not checked to see if all the links are
 still live.
 
 
 
 
 http://cres20.anu.edu.au/manuals/korn_scr.html  Korn shell course
 notes
 
 http://alge.anart.no/linux/scripts/  Basic shell scripting
 
 http://www.sct.gu.edu.au/~anthony/info/shell/ 
 
 http://www.oase-shareware.org/shell/
 
 http://www.sct.gu.edu.au/~anthony/info/shell/
 
 http://www.login.dknet.dk/Unixhelp/TOP_.html
 
 http://www.softpanorama.org/Scripting/index.shtml
 
 http://www.oase-shareware.org/shell/  ** Heiners Sheldorado
 
 http://www.moongroup.com/~tjacobs/
 
 and at www.moongroup.com you have a scripting mail list  
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- Generated Signature --
To any truly impartial person, it would 
be obvious that I am always right.
-- End Sig --



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



Re: Shell script mag?

2000-11-18 Thread Luke C Gavel


There is, one of my instructors from a college flashed such a mag
in our faces.  I never saw it since. :)  Perhaps another student
grabbed it, never to return it.  But thank you for making me
remember this;  I'm now going to email him! hehehe.

On Sat, 18 Nov 2000, Jalal Hajiqolamali wrote:

 hi ,
 i Am Not Sure  , but as far as i know There Is No Magazine About Shell Scripts
 
  You Can Find A Lot Of Examples In Unix Books ...
 
 Jalal
  From [EMAIL PROTECTED] Sat Nov 18 15:17:40 2000
  Delivered-To: [EMAIL PROTECTED]
  Date: Sat, 18 Nov 2000 07:57:58 -0400 (AST)
  From: [EMAIL PROTECTED] (Luke C Gavel)
  X-Sender: lgavel@snoopy
  To: [EMAIL PROTECTED]
  Subject: Shell script mag?
  MIME-Version: 1.0
  X-Loop: [EMAIL PROTECTED]
  X-BeenThere: [EMAIL PROTECTED]
  X-Mailman-Version: 2.0beta4
  List-Id: General Red Hat discussion list redhat-list.redhat.com
  X-MDaemon-Deliver-To: [EMAIL PROTECTED]
  X-Return-Path: [EMAIL PROTECTED]
  X-MDRcpt-To: [EMAIL PROTECTED]
  X-MDRemoteIP: 199.183.24.211
  
  Hi,
  
  Where can I subscribe to magazines that discuss shell scripts?
  
  Best Regards,
  L.G.
  
  -- Generated Signature --
  We ARE as gods and might as well get 
  good at it.
  -- Whole Earth Catalog
  -- End Sig --
  
  
  
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
  
  
 
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- Generated Signature --
You don't become a failure until you're 
satisfied with being one.
-- End Sig --



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



Re: Help! Partition hosed!

2000-11-17 Thread Luke C Gavel

hmmm, sounds like you 'jostled' your HD when you installed your
RAM.  A static discharge perhaps?  But that would have fried
everything, so it probably wasn't a static discharge.  I believe
your best bet for recovering the old /home is to manually mount
it from the newer installation running from your good HD:

mkdir /home2
mount -t ext2 /dev/hdb3 /home2

NOTE:  'hdb3' is provided for example purposes, only.  Your mount
command may vary:

hda = IDE primary master
hdb = IDE primary slave
hdc = IDE secondary master
hdd = IDE secondary slave

'hdb3' = IDE primary slave, third partition

HTH,
L.G.

On Fri, 17 Nov 2000, Ken Kirchner wrote:

 
 I just had my /home /var and / partitons vanish from my sight!  I was
 installing some memory so I shut down the machine and installed it.  When
 I booted back up I got a kernel panic because of some error on device
 03:05.  The drive was partitioned like so:
   
   /dev/hda1   /boot
   /dev/hda2   Extended Partition
   /dev/hda5   /
   /dev/hda6   /home
   /dev/hda7   /var
   /dev/hda8   swap
 
 I am not sure about any of the sizes.  I grabbed another hardrive and
 installed a fresh copy of linux so I could mount my hosed drive and see if
 I could recover anything.  Once the new install was finished I fdisked the
 hosed drive to see what was going on.  hda1 looked ok and the hda2
 extended partition looked ok, but hda5 had some massive blocks assigned to
 it. hda6, 7, and 8 were gone.  fdisk also displayed some errors, but would
 allow me to manipulate the partition tables.  I went ahead and made hda5
 the entire size of the extended partition.  I then mounted it and had a
 look.  All of my root partition info seemed to be there, but what I
 really want to salvage is my /home dir.  Other than just trying to guess
 where my partitions began and ended, is there some utility out there that
 can scan a drive and look for superblocks or some such?  Is there any way
 for me to get back my partitions?  Any idea what caused this crap to begin
 with?
 
 It's RH6.2 btw, and yes, I did try removing the memory first.
 
 -- 
 Ken Kirchner   :  [EMAIL PROTECTED]
 Assitant System Administrator  :  Tel (318)222-2638
 ShreveNet, Inc.:  Fax (318)213-2650
 
 ShreveNet - Your Premium Internet Service Provider!
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- Generated Signature --
Q:  What's a WASP's idea of 
open-mindedness?
A:  Dating a Canadian.
-- End Sig --



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



Re: Bash questions

2000-11-17 Thread Luke C Gavel

Stan,

I checked out www.gnu.org for the following link, but I think
that 'man bash' would give you the same thing.

http://www.gnu.org/manual/bash-2.02/html_chapter/bashref_4.es.html
http://mirrors.ccs.neu.edu/UNIXhelp/shell/bash_hist.html

Getting into the nitty gritty of bash syntax, and what should
work and doesn't is quite beyond mine and most people's mental
capacity.  Are you sure your _Beginner_ Unix class really wants
to go there too?  Maybe it can be avoided.  But I really don't
know, because I don't know how you've assessed your class or what
topics you have agreed upon--especially with regard to the
level of complexity.

But you could start with:

ls /usr/doc/bash*

/usr/doc/bash-1.14.7:
NEWS  README  RELEASE

/usr/doc/bash2-2.03:
CHANGES  COMPAT  NEWS  NOTES  POSIX.NOTES

/usr/doc/bash2-doc-2.03:
article.ps   bash.html  bashbug.psbuiltins.0   readline.ps
article.txt  bash.psbashref.html  builtins.ps
bash.0   bashbug.0  bashref.psreadline.0


At a first glance, there is a bash script called 'bashbug' if you
wish to fill out and email a bash bug report.  There is even
information about how bash conforms to POSIX standards.

Best Regards,
L.G.

 -- Generated Signature --
We ARE as gods and might as well get 
good at it.
-- Whole Earth Catalog
-- End Sig --



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



Re: dd = destroy data?

2000-10-25 Thread Luke C Gavel

On Mon, 23 Oct 2000, Statux wrote:

 dd if=/dev/zero of=/dev/hda --even better

I used the above too.  Definitely effective. :)

-- Generated Signature --
One is not superior merely because one 
sees the world as odious.
-- Chateaubriand (1768-1848)
-- End Sig --



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



Re: dd = destroy data?

2000-10-25 Thread Luke C Gavel

On Tue, 24 Oct 2000, Statux wrote:

 Does that change every allocation unit, though? Any way to write 0's to
 the entire disk is best :)

Yes, this is better.  You are just 'zeroing' the hard drive using
dd or cat.  Any DOS utility that proclaims a low-level feature,
merely 'zeros' a disk.  Otherwise, an actual low-level format on
modern HDs renders them permanently unusable.

Best Regards,
L.G.

 -- Generated Signature --
One is not superior merely because one 
sees the world as odious.
-- Chateaubriand (1768-1848)
-- End Sig --



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



Re: mounting toms root/boot disk

2000-10-19 Thread Luke C Gavel

On Thu, 19 Oct 2000, Dave Wreski wrote:

 
  [root@server:root]# mount -t ext2 /dev/fd0u1722 /mnt/floppy
  mount: special device /dev/fd0u1722 does not exist
 
 rm -f /dev/fd0u1722
 cd /dev
 ./MAKEDEV fd0
 
 You will then have /dev/fd0H1772 which you can then use.
 

That is the correct procedure; using the shell script MAKEDEV,
that is.  However, /dev/fd0H1772 already exists, while fd0u1722
will still not be created.  Tom's `install.s', according to his
FAQ, will use `mknod' to create /dev/fd0u1722.  Upon looking into
`install.s' and then subsequently `settings.s', the `mknod'
command would be like this:

mknod /dev/fd0u1722 b 2 60

But I have no idea why Tom would want to use his own special
device file, when /dev/fd0H1772 might do the same thing. Unless
it's probably a cross-distribution compatibility issue.  For
example, 'BSD systems might not have the fd0H1772 file.  But I
digress... I'd still just follow his instructions, just so I
didn't break anything else he had designed that I couldn't
modify, like a compiled binary file that depended on the
existence of /dev/fd0u1722.

Best Regards,
L.G.

-- Generated Signature --
It's not the fall that kills you, it's 
the landing.
-- End Sig --



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



Linux in the developing world (fwd)

2000-10-17 Thread Luke C Gavel



-- Generated Signature --
If there are epigrams, there must be 
meta-epigrams.
-- End Sig --

-- Forwarded message --
Date: Mon, 16 Oct 2000 17:22:17 -0300 (ADT)

Linux snubbed by development activists

Washington DC insiders and bureaucrats have put together two recent 
conferences dedicated to bringing computer and Internet technologies 
to less developed communities and nations. As major software 
companies were invited to participate in the conferences, many Linux 
fans were surprised to discover that no Linux providers were invited 
to present information about the inexpensive, open-source 
alternative to costly software. According to one TechWeb writer, 
open-source activists and Linux companies plan to be at the second 
of the two conferences this week in Seattle, "but they'll be outside 
in the rain carrying signs, handing out free Linux software, and 
waving the mascot Penguin at attendees."

Linux is based on the concept of "free for everyone." This conference 
begs the question "Who is to pay for this so called development and 
why are the free alternatives not included!? "





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



Re: /dev/mixer's permissions changed?

2000-10-14 Thread Luke C Gavel

Mark,

I gave up on altering the permissions, and instead made the users
members of 'sys'.  Bear in mind, I'm the only one who uses my
machine, or I wouldn't have done that as casually.  

Best Regards,
L.G.

On Thu, 12 Oct 2000, Mark Ivey wrote:

 I doubt it.  No monitor or keyboard on that machine...any other ideas?
 
 -Mark-
 
-- Generated Signature --
"I only touch base with reality on an 
as-needed basis!"
-- Royal Floyd Mengot (Klaus)
-- End Sig --



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



Re: blocking internet radio?

2000-10-10 Thread Luke C Gavel

On Tue, 10 Oct 2000, Terry Williams wrote:

 things at one time so I set our firewall to cut his transfers
 down to 1k 

Did you use 'shaper'?  Or something else?

-- Generated Signature --
Experience, n.:
Something you don't get until just 
after you need it.
-- Olivier
-- End Sig --



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



Re: /dev/mixer's permissions changed?

2000-10-10 Thread Luke C Gavel

Hi,

This is a common problem even with 6.l.  I think it may have to
do with the SETUID bit.  But, I don't understand those types of
permissions too well.  Could someone give an elaborate overview
on the

'?' in chmod ?nnn /dev/dsp /dev/mixer

For example what would chmod 7600 /dev/dsp do?  What do they mean
by the 'sticky bit (1)', 'SETGID(2)', 'SETUID(4)', and etc.  
What happens when you add the permissions up?  Does the 'sticky
bit' involve toffee or molasses?

hehehe,
L.G.

On Mon, 9 Oct 2000, Mark Ivey wrote:

 Hi,
 
 Here's an odd problem I had today.  I have a computer (RH6.2) for playing
 mp3's, and I had previously run 'chmod 666' for both /dev/dsp and
 /dev/mixer so my user account could play music.  It has been fine but
 today the permissions had gotten changed and I had to do it again.  It
 just ran cron.weekly so I'm suspicious of that but see nothing that would
 have done it (it just runs makewhatis).  Any idea what would have done
 this? 
 
 -Mark-
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- Generated Signature --
How many weeks are there in a light 
year?
-- End Sig --



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



Re: /dev/mixer's permissions changed?

2000-10-10 Thread Luke C Gavel

On Tue, 10 Oct 2000, Statux wrote:

 He's not using 6.1, tho :)
 

Oops, my mistake.  I meant that I regularly encounter the same
problem when I use 6.1.  But apparently, the problem is in 6.2
too as affirmed by this thread. :)

Best Regards,
L.G.

-- Generated Signature --
How many weeks are there in a light 
year?
-- End Sig --



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



  1   2   >