Re: slow authentication for ftp and pop3 why

2002-02-22 Thread badger

On Friday 22 February 2002 02:27 pm, Bryan Pershall wrote:
> Yes I did and that didn't really tell me enough to solve my problem
>
> Bryan Pershall
> ProjecTools.com, Inc.
>
> mailto:[EMAIL PROTECTED]
> http://www.projectools.com
> Tel: (281) 847-2097
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> On Behalf Of Ed Wilts
> Sent: Friday, February 22, 2002 2:07 PM
> To: [EMAIL PROTECTED]
> Subject: Re: slow authentication for ftp and pop3 why
>
> On Fri, Feb 22, 2002 at 01:26:15PM -0600, Bryan Pershall wrote:
> > I have changed to every auth possible and they all are really slow is
> > there something inherent in setting up Pam to work correctly.  I am
> > using wu-ftp and ipop on Postfix and I have read all of there
> > documentation and I don't have any good ideas can someone help
>
> Did you read the wu-ftpd faq?
> http://www.wu-ftpd.org/wu-ftpd-faq.html#QA84
>
>   .../Ed

Try turning off ident for both ftp and pop3



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



Re: strange error

2002-02-22 Thread Rupendra Singh

thanks that solved the problem

permissions were:
-rwx--1 root root46224 Aug 28 13:16

but how did it happen i never entered the /lib dirctory as root

bye the way i am running squirrelmail as webmail and i have observed
that some of my squirrelmail users became owners of some randomly
choosen files in /bin and /usr/bin. i cannot doubt these users and
they do not have shell access.

> On 12:54 23 Feb 2002, Rupendra Singh <[EMAIL PROTECTED]> wrote:
> | when running some programs from a user other than root my
> system | gives this error. this has happened all of a sudden and
> i dont know | what has gone wrong.
> |
> | [roop@main root]$ps
> | ps: error while loading shared libraries: libproc.so.2.0.6:
> cannot | open shared object file: No such file or directory
>
> Sounds like the permissions on /lib/libproc.so.2.0.6 have become
> mangled. Go:
>   ls -ld /lib/libproc.so.2.0.6
>
> It should look like this:
>
>-rwxr-xr-x1 root root46224 Aug 28 13:16
>/lib/libproc.so.2.0.7
>
> (I have a slightly newer release than you). Basicly, there should
> be read (r) and execute (x) permissions for all three permission
> groups.
>
> First fix that, if that's what's wrong.
>
> Then try to figure out what happened - permissions don't just
> "decay". Have you perhaps been mucking around near that directory
> as root?
>
> Also check that everything is ok compared to how the RPM database
> thinks it should be. For example, here's what I did for this
> email:
>
>   [~/lnc]amadeus*> locate libproc.so
>   /lib/libproc.so.2.0.7
>
> That told me where the library was.
>
>   [~/lnc]amadeus*> L `!!`
>   L `locate libproc.so`
>   -rwxr-xr-x1 root root46224 Aug 28 13:16
>   /lib/libproc.so.2.0.7
>
> Checks the permissions.
>
>   [~/lnc]amadeus*> rpm -qf !$
>   rpm -qf `locate libproc.so`
>   procps-2.0.7-11
>
> This tells me that the library comes from the procps RPM package.
>
>   [~/lnc]amadeus*> rpm --verify procps
>   [~/lnc]amadeus*>
>
> This checks the procps package against what is actually
> installed. As you can see, it made no complaints, so my system is
> ok in this regard.
>
> You can check your whole system this way:
>
>   rpm --verify -a
>
> See "man 8 rpm" for an explaination of what the output means;
> it's a big manual entry, so search for "VERIFY OPTIONS". Also,
> expect some differences.
>
> Cheers,
> --
> Cameron Simpson, DoD#743[EMAIL PROTECTED]
> http://www.zip.com.au/~cs/
>
> On two occasions I have been asked [by members of Parliament],
> 'Pray, Mr. Babbage, if you put into the machine wrong figures,
> will  the right answers come out?'  I am not able rightly to
> apprehend the  kind of confusion of ideas that could provoke such
> a question.
>   - Babbage
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list


---
 Rupendra Singh
 MCA, KIET gzb, India





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



Re: strange error

2002-02-22 Thread Cameron Simpson

On 12:54 23 Feb 2002, Rupendra Singh <[EMAIL PROTECTED]> wrote:
| when running some programs from a user other than root my system
| gives this error. this has happened all of a sudden and i dont know
| what has gone wrong.
| 
| [roop@main root]$ps
| ps: error while loading shared libraries: libproc.so.2.0.6: cannot
| open shared object file: No such file or directory

Sounds like the permissions on /lib/libproc.so.2.0.6 have become mangled.
Go:
ls -ld /lib/libproc.so.2.0.6

It should look like this:

-rwxr-xr-x1 root root46224 Aug 28 13:16 /lib/libproc.so.2.0.7

(I have a slightly newer release than you). Basicly, there should be read (r)
and execute (x) permissions for all three permission groups.

First fix that, if that's what's wrong.

Then try to figure out what happened - permissions don't just "decay".
Have you perhaps been mucking around near that directory as root?

Also check that everything is ok compared to how the RPM database
thinks it should be. For example, here's what I did for this email:

[~/lnc]amadeus*> locate libproc.so
/lib/libproc.so.2.0.7

That told me where the library was.

[~/lnc]amadeus*> L `!!`
L `locate libproc.so`
-rwxr-xr-x1 root root46224 Aug 28 13:16 /lib/libproc.so.2.0.7

Checks the permissions.

[~/lnc]amadeus*> rpm -qf !$
rpm -qf `locate libproc.so`
procps-2.0.7-11

This tells me that the library comes from the procps RPM package.

[~/lnc]amadeus*> rpm --verify procps
[~/lnc]amadeus*> 

This checks the procps package against what is actually installed.
As you can see, it made no complaints, so my system is ok in this regard.

You can check your whole system this way:

rpm --verify -a

See "man 8 rpm" for an explaination of what the output means; it's a big
manual entry, so search for "VERIFY OPTIONS". Also, expect some differences.

Cheers,
--
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

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



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



strange error

2002-02-22 Thread Rupendra Singh

when running some programs from a user other than root my system
gives this error. this has happened all of a sudden and i dont know
what has gone wrong.

[roop@main root]$ps
ps: error while loading shared libraries: libproc.so.2.0.6: cannot
open shared object file: No such file or directory

---
 Rupendra Singh





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



Re: racist video games (fwd)

2002-02-22 Thread Rob Saul

On Friday 22 February 2002 09:37, you wrote:
> Do you think that this kind of publicity might be bad for open source?

Just thought I'd mention that this sort of thing isn't new.  The first time
I can remember hearing of something like this it was for the Appl II+,
a game with the title something like 'Real Life'.  It basically maligned
every religion except the small, protestant faith the developer belonged
to.  

Such things are independant of open source software.  
-- 
Rob Saul.:|:[EMAIL PROTECTED]:|:.de recta non tolerandum sunt



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



Re: [REDHAT] RE: php upgrade!

2002-02-22 Thread Jason Costomiris

On Sat, Feb 23, 2002 at 12:43:28AM -0500, David Kramer wrote:
: I'm coming into this late, but if the only problem is physical access to 
: the machine, can you download the installer ISO image and then mount -o 
: loop and run it that way?

Or for that matter, just upgrading the packages that satisfy the
dependencies?  

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



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



Re: [REDHAT] RE: php upgrade!

2002-02-22 Thread David Kramer

On Fri, 22 Feb 2002, Devon Harding - GTHLA wrote:

> Most of those dependencies are installed by upgrading the system to 7.2
> which I cannot do because it's a remote site.
> 
> There must be a way.
> 
> -Devon
> 

I'm coming into this late, but if the only problem is physical access to 
the machine, can you download the installer ISO image and then mount -o 
loop and run it that way?


---
   David Kramer   http://thekramers.net
DK KD  
DKK D  "Where's the kaboom?  There was supposed to be an
DK KD  earth-shattering kaboom."
   - Marvin the Martian



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



racist video games (fwd)

2002-02-22 Thread Jason W Elliot

Do you think that this kind of publicity might be bad for open source?

-- 
Jason W. Elliot
Dept. of Mathematics, University of CO at Denver
http://www-math.cudenver.edu/~jelliot
[EMAIL PROTECTED]

-- Forwarded message --
Date: Fri, 22 Feb 2002 06:45:01 -0700 (MST)
From: Bates Lisa A <[EMAIL PROTECTED]>
Subject: racist video games (fwd)

thought you might find this interesting.

Lisa Bates, Instructor
University of Colorado, Denver
[EMAIL PROTECTED]

-- Forwarded message --

Saw this on a tech news site I frequent.  Talk about synchronicity in
relation to today's discussion... You will also note that the article
points out the software is sold by Resistance Records, and uses open
source software.

URL below:

http://news.com.com/2100-1040-840610.html




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



RE: How to & (submit jobs to background)

2002-02-22 Thread Michael Oatman

I was commenting more on that in SCO Unix and DEC 
and others, the way you run in the background is 
with a pipe ("|") immediately before the ampersand 
("&").  In other words, you "pipe" the command to 
the background (ie: sh%  | & ) in Unix,
like you pipe commands to grep or less.  

Obviously, this is not true in Linux, where one 
must not put the pipe, but merely the "&" alone 
after the command.

I wonder if there's a compendium anywhere of 
things that Linus changed when making Linux?

I would imagine it would be quite large.

Michael
[EMAIL PROTECTED]


--- Paul Hamm <[EMAIL PROTECTED]> wrote:
> If you are running a GUI app and want to get your shell back all you need to
> do is">  &" example "mozilla &" If you are running a backup script
> or something that will take hours use cron.  The reason is that if you are
> running on a remote machine and get disconnected so does the process you are
> running.
> 
> -Original Message-
> From: Michael Oatman [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 22, 2002 6:12 AM
> To: [EMAIL PROTECTED]
> Subject: RE: How to & (submit jobs to background)
> 
> 
> Oh, I've been trying 
> 
>sh%  |&
> 
> and then I tried
> 
>sh%  >&
> 
> and all sorts of variations.
> Except the right one, it seems
> When those didn't work I just minimized shell windows ;)
> 
> It appears that 
> 
>sh% bg 
> 
> is the same as
> 
>sh%  &
> 
> with no pipe or direct between the command and the &.
> Found it!  Thanks!  Now, how do you resize ext3 partitions?
> 
> Gnu's Not Unix, and neither is a fifth of Linux...
> 
> Michael
> [EMAIL PROTECTED]
> 
> --- Mike Burger <[EMAIL PROTECTED]> wrote:
> > 
> > Wow...didn't know about "bg"...thanks...
> > 
> > On Fri, 22 Feb 2002, Darryl Harvey wrote:
> > 
> > > CTRL-Z stops the process and gives you control,
> > > 
> > > Just type "bg" (No quotes) and the process goes into the "background".
> > > 
> > > You can switch processes at any time by typing "fg process_id"
> > > 
> > > And/or see running jobs by typing "jobs".
> > > 
> > > That will help you.  Although all output will be mixed on your screen.
> > > 
> > > man bash (or whatever shell you are using) then search for fg, bg, jobs
> > > etc..
> > > 
> > > Rgds,
> > > Darryl
> > > 
> > > 
> > > > -Original Message-
> > > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]] On
> > > > Behalf Of Roger
> > > > Sent: Friday, February 22, 2002 1:55 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: RE: How to submit jobs to background
> > > > 
> > > > Yes, I think it should be Ctrl-Z but, when I press Ctrl-Z the job is
> > > > stopped immediately. That's why?
> > > > 
> > > > -Original Message-
> > > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]]
> > > > On Behalf Of Cameron Simpson
> > > > Sent: Friday, February 22, 2002 10:44 AM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: How to submit jobs to background
> > > > 
> > > > On 09:51 22 Feb 2002, Roger <[EMAIL PROTECTED]> wrote:
> > > > | I remember there is a short cut key, Ctrl+something, that can submit
> > > > the
> > > > | program that is controlling terminal to the background, so that the
> > > > user could
> > > > | regain console again. But I forget it, can you remind me again?
> > > > Thanks!
> > > > 
> > > > You mean ctrl-Z.
> > > > --
> > > > Cameron Simpson, DoD#743[EMAIL PROTECTED]
> > > > http://www.zip.com.au/~cs/
> > > > 
> > > > My own suspicion is that the universe is not only queerer than we
> > > > suppose,
> > > > but queerer than we *can* suppose.
> > > > - J.B.S. Haldane "On Being the Right Size"
> > > >   in the (1928) book "Possible Worlds"
> > > > 
> > > > 
> > > > 
> > > > ___
> > > > Redhat-list mailing list
> > > > [EMAIL PROTECTED]
> > > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > > > 
> > > > 
> > > > 
> > > > ___
> > > > Redhat-list mailing list
> > > > [EMAIL PROTECTED]
> > > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > > 
> > > 
> > > 
> > > ___
> > > Redhat-list mailing list
> > > [EMAIL PROTECTED]
> > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > > 
> > 
> > 
> > 
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> __
> Do You Yahoo!?
> Yahoo! Sports - Coverage of the 2002 Olympic Games
> http://sports.yahoo.com
> 
> 
> 
> ___
> 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: / Is Full?

2002-02-22 Thread Ashley M. Kirchner

[EMAIL PROTECTED] wrote:

> 1M Blocks   UsedAvailable   Use mounted on
> /dev/sda9  3238 30750100%   /
>
> Obviously there is a problem somewhere.

Um, the above is correct.  Your drive is 100% full.  Remember that 5% is reserved 
for the super-user.  3238 - 5% => 3076

Start looking at some of the most common hogs:

/tmp
/var/log
/var/tmp
/var/spool
/home (in case someone decided to fill their directory)
/usr/local/apache/logs (or wherever you have it installed)

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




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



Re: / Is Full?

2002-02-22 Thread Ed Wilts

My common method of filling / is to think that I've got a remote volume
mounted a mount point and it isn't.  For example, I mount my backup volume
on /mnt/backups.  Obviously the directory is there, but if for reason the
volume fails to mount (eg, the server wasn't available when the mount
happened), I'd throw my backups into /mnt/backups anyway and fill the
sucker.

Since you've got a SCSI disk, you more than likely don't have a trivial
configuration so perhaps you could share some more info on what your fstab
normally looks like.

If you ever fail to start X, you could run level 3 - that will leave you in
full character mode with networking enabled and make it much easier to
troubleshoot than run level 1.

.../Ed

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

From: <[EMAIL PROTECTED]>


> After a string of errors this afternoon, I decided to reboot. The reboot
failed to startx. I restarted in "linux 1" mode, then a memory of past
experience with a full "/" started creeping back. I rebooted from the 7.1 CD
into rescue mode, and ran e2fsck on the affected partition (sda9), after
freeing up some space by moving files off it, and yes, I'm sure I put them
on a different partition. The system still won't startx, but my big worry
now is that df is reporting incorrectly. This is what it says:
>
> 1M Blocks   UsedAvailable   Use mounted on
> /dev/sda9  3238 30750100%   /
>
> Obviously there is a problem somewhere. I would much rather not nuke it
and start over. The filesystem on sda9 is readable, but when I move files
off it, it doesn't report any free space as a result.





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



Re[4]: RH 7.2 CDROM issue, Dell OptiPlex GX1

2002-02-22 Thread Michael Oatman

Gene, that's weird you had to do something 
special to get Nero working.

I installed this RH7.2 system from ISOs dled from 
Gnutella and rh FTP and burned on Nero 5.5.4.0 on 
a WinXP Pro Corporate system using this relatively 
standard method:

Open Nero to "Nero Burning Wizard"
 check "Compile a new CD" > Next
 check "Other CD formats" > Next
 check "Create a CD from an image file" > Next > 
   Finish
Opens to "Open" dialog box, where you can browse 
   to an *.iso or *.nrg file > Open
Opens to "Nero Wizard [Burn CD]" window
 check "Burn" or "Test and burn" radio button
 uncheck "Create image" box (checked will simply 
   copy the image file to a virtual CD drive)
 select write speed
 click "Burn"
Opens to compilation burning window, which burns.

Aside from accidentally dling the second music CD 
from the artist "Enigma" from Gnutella, everything 
went fine for me (yes, I actually burned it and 
tried to put it in the CD-ROM when it asked for 
CD#2 during the install -- yes, I then went to rh 
FTP site to dl it!! ;)  The installation didn't 
mind waiting tho' oops!).

Michael
[EMAIL PROTECTED]

--- Gene Sais <[EMAIL PROTECTED]> wrote:
> 1st of all, thank you to all who responded.  Someone mentioned the linux iso site 
>and I found
> the solution.  It was the CD burner software NERO.  I am using Nero 5.0 and it 
>didn't support
> burning native ISO files.  However, there is a work around.  I followed these 
>instructions and
> it worked:
> 
> http://www.linuxiso.org/neroburning.html 
> 
> Gene
> 
> >>> [EMAIL PROTECTED] 02/21/02 03:18PM >>>
> Hello Gene,
> 
> Thursday, February 21, 2002, 1:53:17 PM, you textually orated:
> 
> GS> Brian - I think you are correct. I suspect its a bad burn. I am using
> GS> nero burner. I burned the CD using boot cd, also tried compiling new CD
> GS> option. What files are needed to install RH 7.2?
> 
> GS> On the CD's now:
> 
> GS> CD1: .iso & boot.img
> GS> CD2: .iso
> 
> This is wrong.
> 
> GS> Do I need to expand the iso files or can RH install using them?
> 
> The CD burner software you use should be able to "expand" them on it's own.
> 
> GS> PS. Do I need to use WinImage or WinISO, etc.?
> 
> No.
> 
> An ISO file is a single file representing the contents of a CD. All (that I
> know of) CD burning software is capable of creating a working CD from an
> ISO. Some have their own "Image" format as well.
> 
> I don't use Nero so I can not tell you the exact thing to look for.
> 
> What you need is something that says "Create CD from Image" or "Create CD
> using ISO" or something along those lines. This will "expand" the contents
> of the ISO properly onto the CD. You should wind up with the contents (once
> burned) looking similar to the RH 7.1 you have (of course not exactly as it
> is a different version). It should also be bootable at that point as well.
> 
> Have fun,
> -- 
> _
>  Brian Ashe CTO
>  [EMAIL PROTECTED]  Dee-Web Software Services, LLC.
>  http://www.dee-web.com/ 
> -
> 
> 
> 
> ___
> 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


__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com



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



Re: [RH List] Re: WWW Visitor Blocking

2002-02-22 Thread Ashley M. Kirchner

Vidiot wrote:

> I'm curious, why are they attempting to do this?  It makes no sense.  They
> obviously have no clue about the internet.

Having no clue of the internet is one thing, being complete morons is a whole 
different ball game.  In my point of view, there is no valid reason for them to want 
such extreme measures, but then again...  I just collect my payments.

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




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



Re: WWW Visitor Blocking

2002-02-22 Thread Vidiot

>You can do it. Put a set of allow/deny directives in your httpd.comf.
>However, you will have to work out the IPs that are allowed and denied.
>I do this for one site I have, I don't want to government of one country
>to see the content of this site. It's easy enough for this site as the
>country only has two C classes and one ISP, but it ca be done if you
>have enough time. ICANN lists all the IP bloacks and where they serve.

If you think that is going to keep that government out, you are dreaming.
All a user has to do is log into a site that it outside the range you
block and bam, there they are.

It is a lost cause.

MB
-- 
e-mail: [EMAIL PROTECTED]   It is God's job to forgive bin Laden.
It is our job to set up the meeting.
U.S. Marine Corp.
Visit - URL: http://www.vidiot.com/  (Your link to Star Trek and UPN)



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



/ Is Full?

2002-02-22 Thread cbsled

After a string of errors this afternoon, I decided to reboot. The reboot failed to 
startx. I restarted in "linux 1" mode, then a memory of past experience with a full 
"/" started creeping back. I rebooted from the 7.1 CD into rescue mode, and ran e2fsck 
on the affected partition (sda9), after freeing up some space by moving files off it, 
and yes, I'm sure I put them on a different partition. The system still won't startx, 
but my big worry now is that df is reporting incorrectly. This is what it says:

1M Blocks   UsedAvailable   Use mounted on
/dev/sda9  3238 30750100%   /

Obviously there is a problem somewhere. I would much rather not nuke it and start 
over. The filesystem on sda9 is readable, but when I move files off it, it doesn't 
report any free space as a result.
Any suggestions?

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



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



Re: WWW Visitor Blocking

2002-02-22 Thread Vidiot

>Yeah, I argued that point as well...they don't care.  They want them blocked,
>regardless of the (Corporate) Company being a US based company with offices around the
>world.  And for those outside of the US, using any type of technology to get a US
>based IP assigned, they're fine (hence my argument about proxies).
>
>I strongly believe they're being total idiots about it, but hey...they're the ones
>signing my cheques, so...

I'm curious, why are they attempting to do this?  It makes no sense.  They
obviously have no clue about the internet.

MB
-- 
e-mail: [EMAIL PROTECTED]   It is God's job to forgive bin Laden.
It is our job to set up the meeting.
U.S. Marine Corp.
Visit - URL: http://www.vidiot.com/  (Your link to Star Trek and UPN)



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



Re: C Program compile error

2002-02-22 Thread Ben Logan

On Fri, Feb 22, 2002 at 07:16:12AM -0700, Frank Carreiro wrote:
> Is there a list someone can suggest I join?  Looking for one that can 
> help answer these kind of questions :-)

Somewhere out there there's a list called linux-c-programming...I
think it's one of the mailing lists pointed to on kernel.org (not
sure, though).  A Google search would surely turn it up.  I was on it
for awhile, and will probably rejoin it soon, as it was very helpful.

Regards,
Ben

-- 
Ben Logan: ben at wblogan dot net
OpenPGP Key KeyID: A1ADD1F0



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



Re: WWW Visitor Blocking

2002-02-22 Thread Chris Mason

You can do it. Put a set of allow/deny directives in your httpd.comf.
However, you will have to work out the IPs that are allowed and denied.
I do this for one site I have, I don't want to government of one country
to see the content of this site. It's easy enough for this site as the
country only has two C classes and one ISP, but it ca be done if you
have enough time. ICANN lists all the IP bloacks and where they serve.

It's just a question of time.
 


 On Fri, 2002-02-22 at 18:38, Ashley M. Kirchner wrote:
> 
> Is it possible to block access to one's website by checking the IP
> address?  For whatever political reason at a company I do consulting for, I've
> been asked to deny access to their website to any visitor that doesn't
> originate in the US.  Now I realize someone sitting in Australia could use some
> proxy in the US to get to someone else's site, but they're not too concerned
> about that.  They just want to outright block any IP that's not a US one.  This
> only for WWW access.
> 
> --
> W | I haven't lost my mind; it's backed up on tape somewhere.
>   +
>   Ashley M. Kirchner    .   303.442.6410 x130
>   IT Director / SysAdmin / WebSmith . 800.441.3873 x130
>   Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
>   http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.
> 
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
Chris Mason
Box 340, The Valley, Anguilla
Tel: 264-497-5670
Fax: 264-497-8463
[EMAIL PROTECTED]
Yahoo ID: netconcepts_anguilla or chris_mason_laptop
ICQ: 118159388



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



Re: find image dimensions

2002-02-22 Thread Cameron Simpson

On 10:09 22 Feb 2002, Nick Wilson <[EMAIL PROTECTED]> wrote:
| * and then Cameron Simpson declared
| > On 09:20 22 Feb 2002, Nick Wilson <[EMAIL PROTECTED]> wrote:
| > | what is the easiest way for me to determine an images width and height?
| > Get the imsize script (and the Image::Size perl module).
| > Here's mine:
| > http://www.zip.com.au/~cs/scripts/imsize
| 
| Great, thanks for the script. Where might I get the perl mod? I'm not so
| tecnically adept. Would it be hard to install and run all this?

Get the module here:
http://www.cpan.org/authors/id/R/RJ/RJRAY/Image-Size-2.96.tar.gz

Unpack and install:

  As you:
mkdir foo
cd foo
tar xvzf Image-Size-2.96.tar.gz
cd Image-Size
perl Makefile.PL
make && make test && echo YES

  If "YES", then as root in that directory:
make install

Then the script should just work if you put it in a directory in your $PATH
(eg /usr/local/bin or $HOME/bin) and set its permissions:

chmod a+rx imsize

Cheers,
--
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

WHAT"S A ""K3WL D00D"" AND WH3R3 CAN 1 G3T S0M3!!!
- Darren Embry



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



Re: WWW Visitor Blocking

2002-02-22 Thread Ashley M. Kirchner

Alan Peery wrote:

> For example, I worked for a US company that was purchased by IBM.  Shortly we had
> employees in the US, UK, Japan, and several other countries accessing the web.
> Depending on where they logged in normally, where they logged in this time, and
> what network configuration their local admin happened to be using,  they could
> emerge onto the Internet at  five locations--two in the US, two in Europe, and one
> in Japan.  There is no way for an external user to know that I (a US citizen) was
> using an IP address internally assigned to the Italian office--part of the Italian
> traffic even emerged onto the Internet in the US...

Yeah, I argued that point as well...they don't care.  They want them blocked,
regardless of the (Corporate) Company being a US based company with offices around the
world.  And for those outside of the US, using any type of technology to get a US
based IP assigned, they're fine (hence my argument about proxies).

I strongly believe they're being total idiots about it, but hey...they're the ones
signing my cheques, so...

--
W | I haven't lost my mind; it's backed up on tape somewhere.
  +
  Ashley M. Kirchner    .   303.442.6410 x130
  IT Director / SysAdmin / WebSmith . 800.441.3873 x130
  Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.





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



Re: WWW Visitor Blocking

2002-02-22 Thread Alan Peery



"Ashley M. Kirchner" wrote:

> Is it possible to block access to one's website by checking the IP
> address?  For whatever political reason at a company I do consulting for, I've
> been asked to deny access to their website to any visitor that doesn't
> originate in the US.  Now I realize someone sitting in Australia could use some
> proxy in the US to get to someone else's site, but they're not too concerned
> about that.  They just want to outright block any IP that's not a US one.  This
> only for WWW access.

It can't be done.  IP addresses are simply not managed in this manner.  If they
attempt to do so, they are just fooling themselves.

For example, I worked for a US company that was purchased by IBM.  Shortly we had
employees in the US, UK, Japan, and several other countries accessing the web.
Depending on where they logged in normally, where they logged in this time, and
what network configuration their local admin happened to be using,  they could
emerge onto the Internet at  five locations--two in the US, two in Europe, and one
in Japan.  There is no way for an external user to know that I (a US citizen) was
using an IP address internally assigned to the Italian office--part of the Italian
traffic even emerged onto the Internet in the US...

Alan




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



Re: WWW Visitor Blocking

2002-02-22 Thread Karina Gómez Salgado

Well, i don't know the exact syntax but i think that if you query with "whois" to the
main registrars ARIN, RIPE and APNIC you should obtain the origin country of the ip
address between other information.

Karina.

"Ashley M. Kirchner" wrote:

> Karina Gómez Salgado wrote:
>
> > You can also
> > block directly in the apache configuration , with an .htaccess file.
>
> This is more what they want to do.  They want to avoid JavaScript, or any other
> client side scripting all together (JavaScript can be turned off and that'll defeat
> the whole thing)
>
> > You only need to know what ip classes are US classes.
>
> That would be easier said than done.  I was hoping to find some type of routine
> that would lookup the IP when it hits, and decide whether they get served, or pitched
> out.
>
> --
> W | I haven't lost my mind; it's backed up on tape somewhere.
>   +
>   Ashley M. Kirchner    .   303.442.6410 x130
>   IT Director / SysAdmin / WebSmith . 800.441.3873 x130
>   Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
>   http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.
>
> ___
> Redhat-list mailing list
> [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: [RH List] Re: dns error

2002-02-22 Thread Ashley M. Kirchner

dbrett wrote:

> Where is allow-transfer configured? Shouldn't I be able to do this from
> the DNS server I get the same error on the dns as well.

In named.conf.  Full record queries are only allowed if your IP is listed
in that directive.

--
W | I haven't lost my mind; it's backed up on tape somewhere.
  +
  Ashley M. Kirchner    .   303.442.6410 x130
  IT Director / SysAdmin / WebSmith . 800.441.3873 x130
  Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.





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



Re: dns error

2002-02-22 Thread dbrett

Hi Ashley

Where is allow-transfer configured? Shouldn't I be able to do this from
the DNS server I get the same error on the dns as well.

david

On Fri, 22 Feb 2002, Ashley M. Kirchner wrote:

> dbrett wrote:
> 
> > I don't understand what the problem is.  I can't find any message in
> > message logs on the dns server or the server I ran the nslookup on
> >
> > > ls -t A company.com
> > [dns.company.com]
> > *** Can't list domain company.com: Unspecified error
> 
> You're not listed in the 'allow-transfer' directive.
> 
> --
> W | I haven't lost my mind; it's backed up on tape somewhere.
>   +
>   Ashley M. Kirchner    .   303.442.6410 x130
>   IT Director / SysAdmin / WebSmith . 800.441.3873 x130
>   Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
>   http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.
> 
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [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: which log files should check regularly to ensure security

2002-02-22 Thread Saul Arias

Take a look at LogSentry (formerly Logcheck). It emails you relevant
entries from several logs.

http://www.psionic.com/products/logsentry.html

On Fri, 2002-02-22 at 10:23, Jianping Zhu wrote:
> 
>   I am a newbie in linux administration . I am managing a lab with a
> samba server and a web server, which log files should check
> regularly to ensure security?




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



Re: dns error

2002-02-22 Thread Ashley M. Kirchner

dbrett wrote:

> I don't understand what the problem is.  I can't find any message in
> message logs on the dns server or the server I ran the nslookup on
>
> > ls -t A company.com
> [dns.company.com]
> *** Can't list domain company.com: Unspecified error

You're not listed in the 'allow-transfer' directive.

--
W | I haven't lost my mind; it's backed up on tape somewhere.
  +
  Ashley M. Kirchner    .   303.442.6410 x130
  IT Director / SysAdmin / WebSmith . 800.441.3873 x130
  Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.





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



dns error

2002-02-22 Thread dbrett

I don't understand what the problem is.  I can't find any message in
message logs on the dns server or the server I ran the nslookup on

> ls -t A company.com
[dns.company.com]
*** Can't list domain company.com: Unspecified error

david



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



Re: WWW Visitor Blocking

2002-02-22 Thread Hendrick Chan

Ashley,

If this is what you want. Put a check-point firewall in front of it. A check-point
firewall will achive what you have specified.

Ashley M. Kirchner wrote:

> Karina Gómez Salgado wrote:
>
> > You can also
> > block directly in the apache configuration , with an .htaccess file.
>
> This is more what they want to do.  They want to avoid JavaScript, or any other
> client side scripting all together (JavaScript can be turned off and that'll defeat
> the whole thing)
>
> > You only need to know what ip classes are US classes.
>
> That would be easier said than done.  I was hoping to find some type of routine
> that would lookup the IP when it hits, and decide whether they get served, or pitched
> out.
>
> --
> W | I haven't lost my mind; it's backed up on tape somewhere.
>   +
>   Ashley M. Kirchner    .   303.442.6410 x130
>   IT Director / SysAdmin / WebSmith . 800.441.3873 x130
>   Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
>   http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list


begin:  vcard
fn: Hendrick Chan
n:  Chan;Hendrick
org:Maxim Integrated Products
adr;dom:120 San Gabriel Drive;;;Sunnyvale;CA;94086;
email;internet: [EMAIL PROTECTED]
tel;work:   408-530-6453
tel;fax:408-222-1700
x-mozilla-cpt:  ;0
x-mozilla-html: FALSE
version:2.1
end:vcard




Re: WWW Visitor Blocking

2002-02-22 Thread Ashley M. Kirchner

Karina Gómez Salgado wrote:

> You can also
> block directly in the apache configuration , with an .htaccess file.

This is more what they want to do.  They want to avoid JavaScript, or any other
client side scripting all together (JavaScript can be turned off and that'll defeat
the whole thing)


> You only need to know what ip classes are US classes.

That would be easier said than done.  I was hoping to find some type of routine
that would lookup the IP when it hits, and decide whether they get served, or pitched
out.

--
W | I haven't lost my mind; it's backed up on tape somewhere.
  +
  Ashley M. Kirchner    .   303.442.6410 x130
  IT Director / SysAdmin / WebSmith . 800.441.3873 x130
  Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.





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



Re: WWW Visitor Blocking

2002-02-22 Thread Karina Gómez Salgado

blocking access to a website by ip address is pretty simple with a javascript in
the webpage.

You can get the code for doing this in various free scripts sites. You can also
block directly in the apache configuration , with an .htaccess file.

You only need to know what ip classes are US classes.

Karina.

"Ashley M. Kirchner" wrote:

> Is it possible to block access to one's website by checking the IP
> address?  For whatever political reason at a company I do consulting for, I've
> been asked to deny access to their website to any visitor that doesn't
> originate in the US.  Now I realize someone sitting in Australia could use some
> proxy in the US to get to someone else's site, but they're not too concerned
> about that.  They just want to outright block any IP that's not a US one.  This
> only for WWW access.
>
> --
> W | I haven't lost my mind; it's backed up on tape somewhere.
>   +
>   Ashley M. Kirchner    .   303.442.6410 x130
>   IT Director / SysAdmin / WebSmith . 800.441.3873 x130
>   Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
>   http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list




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



WWW Visitor Blocking

2002-02-22 Thread Ashley M. Kirchner


Is it possible to block access to one's website by checking the IP
address?  For whatever political reason at a company I do consulting for, I've
been asked to deny access to their website to any visitor that doesn't
originate in the US.  Now I realize someone sitting in Australia could use some
proxy in the US to get to someone else's site, but they're not too concerned
about that.  They just want to outright block any IP that's not a US one.  This
only for WWW access.

--
W | I haven't lost my mind; it's backed up on tape somewhere.
  +
  Ashley M. Kirchner    .   303.442.6410 x130
  IT Director / SysAdmin / WebSmith . 800.441.3873 x130
  Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.





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



RE: slow authentication for ftp and pop3 why

2002-02-22 Thread Bryan Pershall

Yes I did and that didn't really tell me enough to solve my problem

Bryan Pershall 
ProjecTools.com, Inc. 

mailto:[EMAIL PROTECTED] 
http://www.projectools.com 
Tel: (281) 847-2097


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Ed Wilts
Sent: Friday, February 22, 2002 2:07 PM
To: [EMAIL PROTECTED]
Subject: Re: slow authentication for ftp and pop3 why

On Fri, Feb 22, 2002 at 01:26:15PM -0600, Bryan Pershall wrote:
> I have changed to every auth possible and they all are really slow is
> there something inherent in setting up Pam to work correctly.  I am
> using wu-ftp and ipop on Postfix and I have read all of there
> documentation and I don't have any good ideas can someone help

Did you read the wu-ftpd faq?
http://www.wu-ftpd.org/wu-ftpd-faq.html#QA84

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



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


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



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



Re: Odd printing problem - even more info

2002-02-22 Thread Ian Truelsen

Ian Truelsen writes: 

While fiddling with printcap files I discovered some other things: 

trying service lpd restart results in: 

[root@dark-lord root]# service lpd restart
Stopping lpd:  [FAILED]
Starting lpd: No Printers Defined  [  OK  ] 

trying to print directly to lpr using lpr filename results in: 

Status Information:
sending job 'root@dark-lord+337' to missingprinter@localhost
connecting to 'localhost', attempt 1
cannot open connection to localhost - Connection refused
Make sure LPD server is running on the server 

It is beginning to look like there is something very wrong with lpd. Any 
suggestions on what I can do to repair it? 

> Ian Truelsen writes:  
> 
> In addition to all below, I just noticed that printconf does not make any 
> changes to the default /etc/printcap and /etc/printcap.local files. I have 
> never actually checked on this before, but shouldn't the printcap files be 
> modified by printconf?  
> 
>> My printer stopped printing about a week ago and I have been trying to 
>> troubleshoot the problem since, but now I have hit a wall.   
>> 
>> Here are the specifics that I have tried so far:   
>> 
>> - removed the spool directory
>> - removed the printcap files
>> - recreated the printer and started lpd
>> - removed and recreated lp0 with mknod
>> - set ownership of lp0 to root.lp, permissions to 0660
>> - tested the printer both built in self test and on another machine 
>> (works with M$, I am afraid to say)
>> - chnged the addressing and IRQ settings in bios to every possible 
>> combination   
>> 
>> Now, the current symptoms:   
>> 
>> - at boot, printer is recognised and accessed (beeped) while checking for 
>> new hardware
>> - boot up of lpd states no printers defined (both when printer is and is 
>> not configured in printtool), when it used to give two paragraphs of 
>> information about super io chips, etc.
>> - when attempting to set up in printtool, the printer (Canon BJC-4300) is 
>> autodetected along with /dev/lp0
>> - when attempting to print a test page error message states that there 
>> was an error trying to print test page
>> - when trying to access via CUPS client machines, they stall on trying to 
>> contact printer, this did not used to happen   
>> 
>> So, as I say, I am stumped. Can anyone think of anything that I havn't 
>> tried? Any interesting responses from ouija boards? Consultations with a 
>> medium? A small? I'll try anything at this point.   
>> 
>> Thanks.   
>> 
>> Ian.   
>> 
>> Ian Truelsen
>> Masters program in Philosophy
>> University of Manitoba, Winnipeg, Canada
>> BA (Wilfrid Laurier University)
>> Email: [EMAIL PROTECTED]   
>> 
>> Current favourite quote:
>> "No great civilisation likes forests."
>> K.F. O'Connor
>> Lincoln College, Christchurch, New Zealand   
>> 
>  
> 
> 
> Ian Truelsen
> Masters program in Philosophy
> University of Manitoba, Winnipeg, Canada
> BA (Wilfrid Laurier University)
> Email: [EMAIL PROTECTED]  
> 
> Current favourite quote:
> "No great civilisation likes forests."
> K.F. O'Connor
> Lincoln College, Christchurch, New Zealand  
> 
>  
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
 


Ian Truelsen
Masters program in Philosophy
University of Manitoba, Winnipeg, Canada
BA (Wilfrid Laurier University)
Email: [EMAIL PROTECTED] 

Current favourite quote:
"No great civilisation likes forests."
K.F. O'Connor
Lincoln College, Christchurch, New Zealand 



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



Re: Odd printing problem

2002-02-22 Thread Ian Truelsen

Ian Truelsen writes: 

In addition to all below, I just noticed that printconf does not make any 
changes to the default /etc/printcap and /etc/printcap.local files. I have 
never actually checked on this before, but shouldn't the printcap files be 
modified by printconf? 

> My printer stopped printing about a week ago and I have been trying to 
> troubleshoot the problem since, but now I have hit a wall.  
> 
> Here are the specifics that I have tried so far:  
> 
> - removed the spool directory
> - removed the printcap files
> - recreated the printer and started lpd
> - removed and recreated lp0 with mknod
> - set ownership of lp0 to root.lp, permissions to 0660
> - tested the printer both built in self test and on another machine (works 
> with M$, I am afraid to say)
> - chnged the addressing and IRQ settings in bios to every possible 
> combination  
> 
> Now, the current symptoms:  
> 
> - at boot, printer is recognised and accessed (beeped) while checking for 
> new hardware
> - boot up of lpd states no printers defined (both when printer is and is 
> not configured in printtool), when it used to give two paragraphs of 
> information about super io chips, etc.
> - when attempting to set up in printtool, the printer (Canon BJC-4300) is 
> autodetected along with /dev/lp0
> - when attempting to print a test page error message states that there was 
> an error trying to print test page
> - when trying to access via CUPS client machines, they stall on trying to 
> contact printer, this did not used to happen  
> 
> So, as I say, I am stumped. Can anyone think of anything that I havn't 
> tried? Any interesting responses from ouija boards? Consultations with a 
> medium? A small? I'll try anything at this point.  
> 
> Thanks.  
> 
> Ian.  
> 
> Ian Truelsen
> Masters program in Philosophy
> University of Manitoba, Winnipeg, Canada
> BA (Wilfrid Laurier University)
> Email: [EMAIL PROTECTED]  
> 
> Current favourite quote:
> "No great civilisation likes forests."
> K.F. O'Connor
> Lincoln College, Christchurch, New Zealand  
> 
 


Ian Truelsen
Masters program in Philosophy
University of Manitoba, Winnipeg, Canada
BA (Wilfrid Laurier University)
Email: [EMAIL PROTECTED] 

Current favourite quote:
"No great civilisation likes forests."
K.F. O'Connor
Lincoln College, Christchurch, New Zealand 



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



Odd printing problem

2002-02-22 Thread Ian Truelsen

My printer stopped printing about a week ago and I have been trying to 
troubleshoot the problem since, but now I have hit a wall. 

Here are the specifics that I have tried so far: 

 - removed the spool directory
 - removed the printcap files
 - recreated the printer and started lpd
 - removed and recreated lp0 with mknod
 - set ownership of lp0 to root.lp, permissions to 0660
 - tested the printer both built in self test and on another machine (works 
with M$, I am afraid to say)
 - chnged the addressing and IRQ settings in bios to every possible 
combination 

Now, the current symptoms: 

 - at boot, printer is recognised and accessed (beeped) while checking for 
new hardware
 - boot up of lpd states no printers defined (both when printer is and is not 
configured in printtool), when it used to give two paragraphs of information 
about super io chips, etc.
 - when attempting to set up in printtool, the printer (Canon BJC-4300) is 
autodetected along with /dev/lp0
 - when attempting to print a test page error message states that there was 
an error trying to print test page
 - when trying to access via CUPS client machines, they stall on trying to 
contact printer, this did not used to happen 

So, as I say, I am stumped. Can anyone think of anything that I havn't 
tried? Any interesting responses from ouija boards? Consultations with a 
medium? A small? I'll try anything at this point. 

Thanks. 

Ian. 

Ian Truelsen
Masters program in Philosophy
University of Manitoba, Winnipeg, Canada
BA (Wilfrid Laurier University)
Email: [EMAIL PROTECTED] 

Current favourite quote:
"No great civilisation likes forests."
K.F. O'Connor
Lincoln College, Christchurch, New Zealand 



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



RE: Nu-B\Linuxconf:Changes which files?

2002-02-22 Thread Paul Hamm

DNS/nameservers are configured in /etc/resolv.conf
named.conf is used to configure your own DNS server 

-Original Message-
From: john-paul delaney [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 22, 2002 4:55 PM
To: [EMAIL PROTECTED]
Subject: Nu-B\Linuxconf:Changes which files?



Hello List...

After my ISP's DNS crash, I used linuxconf to modify my DNS setting.
However I'd prefer to do the necessary changes to whichever files are
involved - without the use of linuxconf.

What file(s) would I normally have to modify for external DNS configuration?

A more general Q.: Is there a standard way to know what files are changed by
any of the Linuxconf options?

thanks
/j-p.


---
 JUSTATEST Art Online
  www.justatest.com





___
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: printing with truetype fonts on kde

2002-02-22 Thread Carl D. Blake

Well, ugh.  I looked through the available fonts and I guess I'll settle
on some fonts that still look OK in X.  I can tell this is a difficult
problem.  Thanks for the info.
On Fri, 2002-02-22 at 11:39, Ed Wilts wrote:
> On Fri, Feb 22, 2002 at 11:09:04AM -0700, Carl D. Blake wrote:
> > Except that this printer works just fine as a postscript printer with
> > Windows 95/98/NT/2K.  I'm not positive about this, but wouldn't the
> > printer have problems with large files with Windows too?  Since it's not
> > having problems with Windows it seems to me that the printer must have
> > truetype fonts.  How does the KDE printing system know whether it needs
> > to download the font definitions or not?
> 
> Well, Windows cheats.  It doesn't actually print TrueType as you requested.
> It will do a translation of TrueType fonts to comparable PostScript fonts.
> For example, Arial could become Times New Roman.  There was a *long* discussion
> on the Mandrake cooker lists a year or two back about KDE printing - a lot of
> the CUPS work is done by a Mandrake employee, Till Kamppeter, IIRC.  How
> solvable this problem is today I don't know - I haven't visited this issue in
> quite a while.  I do know that the next major release of KDE was going to 
> have a significant overhaul of the printing subsystem to solve problems like
> what you're having, and to give all the applications true CUPS print 
> requestors more in line of what you're used to seeing with Windows.
> 
> Ghostscript apparently allows the printing of TrueType fonts, but I don't know
> how this is done which specific packages you'll need.
> 
> I'd probably start by posting at http://www.linuxprinting.org/newsportal/. 
> You'll find Till there along with a bunch of other people who really know how
> the printing stuff works.
> 
> -- 
> Ed Wilts, Mounds View, MN, USA
> mailto:[EMAIL PROTECTED]
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
Carl D. Blake
Director of Engineering
Boeckeler Instruments, Inc.
4650 S. Butterfield Dr.
Tucson, AZ  85714

Phone: 520-745-0001
FAX: 520-745-0004
email: [EMAIL PROTECTED]

.com



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



Re: Nu-B\Linuxconf:Changes which files?

2002-02-22 Thread Ed Wilts

On Fri, Feb 22, 2002 at 08:54:54PM -0100, john-paul delaney wrote:
> 
> What file(s) would I normally have to modify for external DNS configuration?

You start with /etc/named.conf.  Inside this file are pointers to the rest,
and they're typically in /var/named.

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



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



Re: slow authentication for ftp and pop3 why

2002-02-22 Thread Ed Wilts

On Fri, Feb 22, 2002 at 01:26:15PM -0600, Bryan Pershall wrote:
> I have changed to every auth possible and they all are really slow is
> there something inherent in setting up Pam to work correctly.  I am
> using wu-ftp and ipop on Postfix and I have read all of there
> documentation and I don't have any good ideas can someone help

Did you read the wu-ftpd faq?  http://www.wu-ftpd.org/wu-ftpd-faq.html#QA84

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



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



Nu-B\Linuxconf:Changes which files?

2002-02-22 Thread john-paul delaney


Hello List...

After my ISP's DNS crash, I used linuxconf to modify my DNS setting.  However I'd 
prefer to do the necessary changes to whichever files are involved - without the use 
of linuxconf.

What file(s) would I normally have to modify for external DNS configuration?

A more general Q.: Is there a standard way to know what files are changed by any of 
the Linuxconf options?

thanks
/j-p.


---
 JUSTATEST Art Online
  www.justatest.com





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



slow authentication for ftp and pop3 why

2002-02-22 Thread Bryan Pershall



Bryan Pershall 
ProjecTools.com, Inc. 

mailto:[EMAIL PROTECTED] 
http://www.projectools.com 
Tel: (281) 847-2097
I have changed to every auth possible and they all are really slow is
there something inherent in setting up Pam to work correctly.  I am
using wu-ftp and ipop on Postfix and I have read all of there
documentation and I don't have any good ideas can someone help


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



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



Re: Any ETA on Redhat 8? *tracker*

2002-02-22 Thread Brandon Dorman

I believe I saw support for the Sandisk is the 2.4.17 kernel.  Don't
know how experimental it is or not, but you might want to check it out. 
If you need help with it I'm sure people on this list could help you.

-Brandon

On Fri, 2002-02-22 at 05:58, Timothy Lee Young wrote:
> Actually I was just thinking that I probably don't really need to upgrade
> to the next version either; usually I do, but my system is more than
> stable and suiting my needs.  
> 
> The only thing that seems appealing for a distribution to have is better
> USB support so that I can have an easier time getting my scanner & smart
> media reader to work.  Some of the new distributions have a utility for
> helping with scanner setup, but I know if I played around with things
> enough, I could get my Epson 1200u to work with my Red Hat 7.2.  The smart
> media reader from SanDisk, I dunno about that one though.
> 
> Now that would be a great thing for Linux to have, true USB plug & play.
> Anyways, I digress.
> 
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



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



Re: PDA's and linux

2002-02-22 Thread Wayne Stout

At 12:16 AM 2/22/2002 -0500, you wrote:
>Hello guys:
>
>I just want to ask for an advise, I want ot buy a PDA but I want run 
> linux on it,
>Dose some one can tell me few options of which PDA out there is good to 
>run linux
>on it and a good web tutorial about the topic.
>
>Thaks all you for your help

As another poster has already mentioned, handhelds.org is a good place to 
start. I personally have managed to successfully install linux onto a 
Compaq iPaq 3650, using the pixil distribution. I've been meaning to try 
out familiar and possibly pocketlinux, but haven't had time lately.

Compaq is behind handhelds.org, and have agreed to repair any iPaq that you 
brick during an attempt to install linux on it, but you can't buy one with 
linux preloaded. Bummer.

HTH,

Wayne



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



Re: printing with truetype fonts on kde

2002-02-22 Thread Ed Wilts

On Fri, Feb 22, 2002 at 11:09:04AM -0700, Carl D. Blake wrote:
> Except that this printer works just fine as a postscript printer with
> Windows 95/98/NT/2K.  I'm not positive about this, but wouldn't the
> printer have problems with large files with Windows too?  Since it's not
> having problems with Windows it seems to me that the printer must have
> truetype fonts.  How does the KDE printing system know whether it needs
> to download the font definitions or not?

Well, Windows cheats.  It doesn't actually print TrueType as you requested.
It will do a translation of TrueType fonts to comparable PostScript fonts.
For example, Arial could become Times New Roman.  There was a *long* discussion
on the Mandrake cooker lists a year or two back about KDE printing - a lot of
the CUPS work is done by a Mandrake employee, Till Kamppeter, IIRC.  How
solvable this problem is today I don't know - I haven't visited this issue in
quite a while.  I do know that the next major release of KDE was going to 
have a significant overhaul of the printing subsystem to solve problems like
what you're having, and to give all the applications true CUPS print 
requestors more in line of what you're used to seeing with Windows.

Ghostscript apparently allows the printing of TrueType fonts, but I don't know
how this is done which specific packages you'll need.

I'd probably start by posting at http://www.linuxprinting.org/newsportal/. 
You'll find Till there along with a bunch of other people who really know how
the printing stuff works.

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



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



Re: Re[4]: RH 7.2 CDROM issue, Dell OptiPlex GX1

2002-02-22 Thread Gene Sais

1st of all, thank you to all who responded.  Someone mentioned the linux iso site and 
I found the solution.  It was the CD burner software NERO.  I am using Nero 5.0 and it 
didn't support burning native ISO files.  However, there is a work around.  I followed 
these instructions and it worked:

http://www.linuxiso.org/neroburning.html 

Gene

>>> [EMAIL PROTECTED] 02/21/02 03:18PM >>>
Hello Gene,

Thursday, February 21, 2002, 1:53:17 PM, you textually orated:

GS> Brian - I think you are correct. I suspect its a bad burn. I am using
GS> nero burner. I burned the CD using boot cd, also tried compiling new CD
GS> option. What files are needed to install RH 7.2?

GS> On the CD's now:

GS> CD1: .iso & boot.img
GS> CD2: .iso

This is wrong.

GS> Do I need to expand the iso files or can RH install using them?

The CD burner software you use should be able to "expand" them on it's own.

GS> PS. Do I need to use WinImage or WinISO, etc.?

No.

An ISO file is a single file representing the contents of a CD. All (that I
know of) CD burning software is capable of creating a working CD from an
ISO. Some have their own "Image" format as well.

I don't use Nero so I can not tell you the exact thing to look for.

What you need is something that says "Create CD from Image" or "Create CD
using ISO" or something along those lines. This will "expand" the contents
of the ISO properly onto the CD. You should wind up with the contents (once
burned) looking similar to the RH 7.1 you have (of course not exactly as it
is a different version). It should also be bootable at that point as well.

Have fun,
-- 
_
 Brian Ashe CTO
 [EMAIL PROTECTED]  Dee-Web Software Services, LLC.
 http://www.dee-web.com/ 
-



___
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: printing with truetype fonts on kde

2002-02-22 Thread Carl D. Blake

On Fri, 2002-02-22 at 09:54, Ed Wilts wrote:
> On Fri, Feb 22, 2002 at 08:36:49AM -0700, Carl D. Blake wrote:
> > 
> > The only problem now is that printing isn't working or at least it isn't
> > working for my browsers. Printing works for pdf files and for most
> > postscript files and text files.  However, when I use Konqueror or Opera
> > to print a web page the printer seems to choke on the amount of data
> > being sent.  I printed to a file and the file seems to have the fonts
> > embedded.  Apparently the printing system in KDE seems to think that it
> > needs to embed these new truetype fonts into the postscript files it
> > sends to the printer.  
> 
> The first question to ask is what would you have expected it do?  Your printer,
> by the sounds of it, does not have truetype fonts in it.  So, if you want an
> accurate printout, the font definitions *have* to be sent to the printer.  
> Anything else is an approximation.
> 
> > I'd like to be able to print with the truetype fonts.
> 
> You've got two choices:
> 1) get a printer that has built-in truetype fonts
> 2) download the font definitions to the printer.
> 
> Welcome to the wonderful world of display vs printouts...
> 
Except that this printer works just fine as a postscript printer with
Windows 95/98/NT/2K.  I'm not positive about this, but wouldn't the
printer have problems with large files with Windows too?  Since it's not
having problems with Windows it seems to me that the printer must have
truetype fonts.  How does the KDE printing system know whether it needs
to download the font definitions or not?
> -- 
> Ed Wilts, Mounds View, MN, USA
> mailto:[EMAIL PROTECTED]
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
Carl D. Blake
Director of Engineering
Boeckeler Instruments, Inc.
4650 S. Butterfield Dr.
Tucson, AZ  85714

Phone: 520-745-0001
FAX: 520-745-0004
email: [EMAIL PROTECTED]

.com



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



RE: simple default route question, RH7.2 [SOLVED]

2002-02-22 Thread Charles Galpin

Hi Paul

First, I think you missed the fact that the problem is solved.

Second, I know how to tunnel X through ssh. This pc has no X libs, apps
or anything. An X gui is in no way appropriate for this task. Then I did
say I would *rather* edit the files anyway :)

charles

On Fri, 2002-02-22 at 12:51, Paul Hamm wrote:
> /etc/sysconfig/network-scripts/ is the location of the scripts and
> configurations for networking since at least 6.0 the other location is where
> the fancy new gui dumps its crap then links them to network-scripts/ the
> file to edit is most likely ifcfg=eth0.  Try "> sudo grep -r GATEWAY=
> /etc/sysconfig/network-scripts/*".  Remote use of X through a firewall is
> quite easy using "> ssh -X " thats if you allow ssh and the
> remote server is running X.
> 
> -Original Message-
> From: Charles Galpin [mailto:[EMAIL PROTECTED]]

> Thanks though, and see below for my fix.

> > 
> > anyone?
> 
> ooh. me. me. Type your gateway IP in correctly you idiot. Then it works
> as expected!
> 
> charles




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



RE: simple default route question, RH7.2 [SOLVED]

2002-02-22 Thread Paul Hamm

/etc/sysconfig/network-scripts/ is the location of the scripts and
configurations for networking since at least 6.0 the other location is where
the fancy new gui dumps its crap then links them to network-scripts/ the
file to edit is most likely ifcfg=eth0.  Try "> sudo grep -r GATEWAY=
/etc/sysconfig/network-scripts/*".  Remote use of X through a firewall is
quite easy using "> ssh -X " thats if you allow ssh and the
remote server is running X.

-Original Message-
From: Charles Galpin [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 22, 2002 12:05 PM
To: Redhat List
Subject: RE: simple default route question, RH7.2 [SOLVED]


Hi Paul, thanks for replying

On Fri, 2002-02-22 at 11:32, Paul Hamm wrote:
> The location is in /etc/sysconfig/networking/profiles/default/ there
is
> another one in /etc/sysconfig/network-scripts/ there is a new very
> complicated gui called "neat" that handles these files if you don't want
to
> edit the individual files.

while I prefer doing it by hand, I'm not opposed to using a tool.
However this is a gui, and I need a console based solution (firewall).

I think the files you refer to above are a side effect or result of that
tool too, since I don't have them.

Thanks though, and see below for my fix.

> -Original Message-
> From: Charles Galpin [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 22, 2002 11:28 AM
> To: Redhat List
> Subject: simple default route question, RH7.2
> 
> 
> I can't figure out where the default route gets set up in 7.2. For
> whatever reason I didn't get prompted to setup networking during the
> install, so I set it up manually. From the looks of it, ifup uses the
> GATEWAY and GATEWAYDEV env variables set in /etc/sysconfig/network to do
> this automatically, but it isn't working.
> 
> I can manually set the default route, and put that in static-routes or
> rc.local, but I *know* this works on other machines without doing that.
> 
> anyone?

ooh. me. me. Type your gateway IP in correctly you idiot. Then it works
as expected!

charles



___
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: php upgrade!

2002-02-22 Thread Devon Harding - GTHLA
Title: RE: php upgrade!





These rpms are also installed:


php-pgsql-4.0.1pl2-9
php-4.0.1pl2-9
php-manual-4.0.1pl2-9
asp2php-gtk-0.75.5-1
mod_php-4.0.1pl2-9
php-ldap-4.0.1pl2-9
asp2php-0.75.5-1
php-imap-4.0.1pl2-9
php-mysql-4.0.1pl2-9


And, I need to maintain these configure commands:


'./configure' '--target=i386-redhat-linux' '--prefix=/usr' '--with-config-file-path=/etc' '--disable-debug' '--enable-pic' '--enable-inline-optimization' '--with-apxs=/usr/sbin/apxs' '--disable-static' '--with-exec-dir=/usr/bin' '--with-regex=system' '--with-gettext' '--with-gd' '--with-jpeg-dir=/usr' '--with-png' '--with-zlib' '--with-db2' '--with-db3' '--with-gdbm' '--enable-debugger' '--enable-magic-quotes' '--enable-safe-mode' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-yp' '--enable-ftp' '--without-mysql' '--with-xml'

I figure if I just run 'rpm -Uvh php-4.0.6-7.i386.rpm' that should fix it But, it fails with these dependencies:


error: failed dependencies:
    libcrypto.so.2   is needed by php-4.0.6-7
    libcurl.so.1   is needed by php-4.0.6-7
    libdb-3.2.so   is needed by php-4.0.6-7
    libfreetype.so.6   is needed by php-4.0.6-7
    libltdl.so.3   is needed by php-4.0.6-7
    libmm.so.11   is needed by php-4.0.6-7
    libpspell.so.4   is needed by php-4.0.6-7
    libssl.so.2   is needed by php-4.0.6-7
    libxml2.so.2   is needed by php-4.0.6-7
    mod_php = 4.0.1pl2 is needed by php-manual-4.0.1pl2-9
    php = 4.0.1pl2 is needed by php-imap-4.0.1pl2-9
    php = 4.0.1pl2 is needed by php-ldap-4.0.1pl2-9
    php = 4.0.1pl2 is needed by php-mysql-4.0.1pl2-9
    php = 4.0.1pl2 is needed by php-pgsql-4.0.1pl2-9


Most of those dependencies are installed by upgrading the system to 7.2 which I cannot do because it's a remote site.


There must be a way.


-Devon


-Original Message-
From: Francisco Neira [mailto:[EMAIL PROTECTED]] 
Sent: Friday, February 22, 2002 11:53 AM
To: [EMAIL PROTECTED]
Subject: RE: php upgrade!


I had the same problem. Downloaded the sources and compiled them with the proper switches. Now I have a RH 6.2 with PHP 4.0.5

Regards



Francisco



>>> [EMAIL PROTECTED] 22/02/02 09:48 >>>
The problem is that the OS is in a remote location with only ssh access.
There is no physical person to insert the cd and run the installation.  


All I need to do is upgrade php ver. 4.0.1 to 4.0.5 or higher.


-Devon


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, February 21, 2002 5:39 PM
To: [EMAIL PROTECTED] 
Subject: Re: php upgrade!


Devon Harding - GTHLA <[EMAIL PROTECTED]> writes:


> How can I upgrade the version of php from RedHat 7.0 to the version from
> RedHat 7.2 without reinstalling the OS?  


You can upgrade the OS. No need to reinstall, just choose upgrade.
-- 
Trond Eivind Glomsrød
Red Hat, Inc.




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




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





Re: can't boot from floppy

2002-02-22 Thread doug piper

I forgot to add that the superblock referred to is on fd0.

doug piper wrote:

> Upgrade from 6.0. 2 hard drives. Linux only on 2nd hard drive. Using
> Grub. Using floppy created during installation from CD to boot into
> Linux as I have always done with 6.0. I get the following error message:
>
> "The superblock could not be read or does not describe a correct ext2
> filesystem. If the device is valid and it really contains an ext 2
> filesystem (and not swap or or ufs of something else), then you might
> try running e2fsck with an alternate superblock.  e2fsck |
> 8193".
> I am understanding this to mean that the floppy disk is bad or
> installation didn't do it right. If the floppy is bad, how do I create
> another one.
> If that is not correct then how to I boot my machine. At this time, it
> just hangs after the error message.
>
> Thanks for any help you can offer.
> Doug
>
> ___
> 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: simple default route question, RH7.2 [SOLVED]

2002-02-22 Thread Charles Galpin

Hi Paul, thanks for replying

On Fri, 2002-02-22 at 11:32, Paul Hamm wrote:
> The location is in /etc/sysconfig/networking/profiles/default/ there is
> another one in /etc/sysconfig/network-scripts/ there is a new very
> complicated gui called "neat" that handles these files if you don't want to
> edit the individual files.

while I prefer doing it by hand, I'm not opposed to using a tool.
However this is a gui, and I need a console based solution (firewall).

I think the files you refer to above are a side effect or result of that
tool too, since I don't have them.

Thanks though, and see below for my fix.

> -Original Message-
> From: Charles Galpin [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 22, 2002 11:28 AM
> To: Redhat List
> Subject: simple default route question, RH7.2
> 
> 
> I can't figure out where the default route gets set up in 7.2. For
> whatever reason I didn't get prompted to setup networking during the
> install, so I set it up manually. From the looks of it, ifup uses the
> GATEWAY and GATEWAYDEV env variables set in /etc/sysconfig/network to do
> this automatically, but it isn't working.
> 
> I can manually set the default route, and put that in static-routes or
> rc.local, but I *know* this works on other machines without doing that.
> 
> anyone?

ooh. me. me. Type your gateway IP in correctly you idiot. Then it works
as expected!

charles



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



Re: RH 7.2 CDROM issue, Dell OptiPlex GX1

2002-02-22 Thread Edward C. Bailey


On 17:03 21 Feb 2002, Trond Eivind Glomsrød <[EMAIL PROTECTED]> wrote:
| > I'd remark that the RH72 CDs won't boot off all machines (including machines
| > where the RH71 CDs _do_ boot).
| > I have a minitower here which has a RH71 distro on it because we couldn't get
| > the RH72 CDs to install. And the CDs themselves are fine.
| > I thinking it's a driver issue.
| 
| They are using 2.88MB images, so it might very well be a BIOS
| issue. Or selfburnt CDs (e.g. one of my drives gets very confused over
| my high-speed CD-RWs). If you have official or otherwise known good
| CDs, try combining with a bootdisk.

>Um, I was talking about boot from CD, not floppy boot.
>Perhaps this wasn't clear.

So was Trond.  Perhaps *that* wasn't clear... :-)

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



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



RE: php upgrade!

2002-02-22 Thread Francisco Neira

I had the same problem. Downloaded the sources and compiled them with the proper 
switches. Now I have a RH 6.2 with PHP 4.0.5

Regards


Francisco


>>> [EMAIL PROTECTED] 22/02/02 09:48 >>>
The problem is that the OS is in a remote location with only ssh access.
There is no physical person to insert the cd and run the installation.  

All I need to do is upgrade php ver. 4.0.1 to 4.0.5 or higher.

-Devon

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, February 21, 2002 5:39 PM
To: [EMAIL PROTECTED] 
Subject: Re: php upgrade!

Devon Harding - GTHLA <[EMAIL PROTECTED]> writes:

> How can I upgrade the version of php from RedHat 7.0 to the version from
> RedHat 7.2 without reinstalling the OS?  

You can upgrade the OS. No need to reinstall, just choose upgrade.
-- 
Trond Eivind Glomsrød
Red Hat, Inc.



___
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: printing with truetype fonts on kde

2002-02-22 Thread Ed Wilts

On Fri, Feb 22, 2002 at 08:36:49AM -0700, Carl D. Blake wrote:
> 
> The only problem now is that printing isn't working or at least it isn't
> working for my browsers. Printing works for pdf files and for most
> postscript files and text files.  However, when I use Konqueror or Opera
> to print a web page the printer seems to choke on the amount of data
> being sent.  I printed to a file and the file seems to have the fonts
> embedded.  Apparently the printing system in KDE seems to think that it
> needs to embed these new truetype fonts into the postscript files it
> sends to the printer.  

The first question to ask is what would you have expected it do?  Your printer,
by the sounds of it, does not have truetype fonts in it.  So, if you want an
accurate printout, the font definitions *have* to be sent to the printer.  
Anything else is an approximation.

> I'd like to be able to print with the truetype fonts.

You've got two choices:
1) get a printer that has built-in truetype fonts
2) download the font definitions to the printer.

Welcome to the wonderful world of display vs printouts...

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



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



Re: Mozilla won't let me enter https sites

2002-02-22 Thread Emmanuel Seyman

On Fri, Feb 22, 2002 at 11:21:55AM -0500, PAUL GREENE wrote:
> 
> Running Mozilla, I've noticed that it won't let me enter https sites 
> (i.e. my bank accounts, Hotmail, etc); any site that has a SSL page on 
> it, the browser just stops and doesn't even appear to make an attempt 
> to enter.

I'm guessing you didn't install the mozilla-psm rpm
which gives SSL support.

Emmanuel



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



can't boot from floppy

2002-02-22 Thread doug piper

Upgrade from 6.0. 2 hard drives. Linux only on 2nd hard drive. Using
Grub. Using floppy created during installation from CD to boot into
Linux as I have always done with 6.0. I get the following error message:

"The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext 2
filesystem (and not swap or or ufs of something else), then you might
try running e2fsck with an alternate superblock.  e2fsck |
8193".
I am understanding this to mean that the floppy disk is bad or
installation didn't do it right. If the floppy is bad, how do I create
another one.
If that is not correct then how to I boot my machine. At this time, it
just hangs after the error message.

Thanks for any help you can offer.
Doug



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



Re: php upgrade!

2002-02-22 Thread Rilindo Foster

You can always compile PHP. It is not really that difficult. :) 

On Fri, 2002-02-22 at 08:28, Francisco Neira wrote:
> Download
> 
> >>> [EMAIL PROTECTED] 21/02/02 16:45 >>>
> How can I upgrade the version of php from RedHat 7.0 to the version from
> RedHat 7.2 without reinstalling the OS?  When I try rpm -Uvh ... it fails
> with dependencies.
> 
> __
> Devon Harding
> System Administrator
> Gilat Latin America
> 954-858-1600
> [EMAIL PROTECTED] 
> 
> This e-mail is intended for the above named addressee(s), and may contain
> information which is confidential or privileged. If you are not the intended
> recipient, please inform us immediately: you should not copy or use this
> e-mail for any purpose nor disclose its contents to any person.
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
Rilindo Foster
AIM: rilindo
Web site: http://monzell.com



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



RE: which log files should check regularly to ensure security

2002-02-22 Thread Paul Hamm

Install tripwire to be sure that no files are tampered with that you don't
want changed and you should find all the log files you want to check in
/var/log.  The most likely ones are messages, secure and httpd/error_log.
There are many systems to handle log monitoring logwatch and analog may come
in handy.  You can also secure your system with a firewall or by configuring
acls.

-Original Message-
From: Jianping Zhu [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 22, 2002 11:24 AM
To: [EMAIL PROTECTED]
Subject: which log files should check regularly to ensure security



  I am a newbie in linux administration . I am managing a lab with a
samba server and a web server, which log files should check
regularly to ensure security?

Thanks


Jianping Zhu
Department of Computer Science
Univerity of Georgia 
Athens, GA 30602






___
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



Mozilla won't let me enter https sites

2002-02-22 Thread PAUL GREENE

Hello All;

I recently installed Redhat 7.2 on a Thinkpad laptop.

Running Mozilla, I've noticed that it won't let me enter https sites 
(i.e. my bank accounts, Hotmail, etc); any site that has a SSL page on 
it, the browser just stops and doesn't even appear to make an attempt 
to enter.

Anyone know why?

Thanks

Paul Greene



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



RE: simple default route question, RH7.2

2002-02-22 Thread Paul Hamm

The location is in /etc/sysconfig/networking/profiles/default/ there is
another one in /etc/sysconfig/network-scripts/ there is a new very
complicated gui called "neat" that handles these files if you don't want to
edit the individual files.

-Original Message-
From: Charles Galpin [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 22, 2002 11:28 AM
To: Redhat List
Subject: simple default route question, RH7.2


I can't figure out where the default route gets set up in 7.2. For
whatever reason I didn't get prompted to setup networking during the
install, so I set it up manually. From the looks of it, ifup uses the
GATEWAY and GATEWAYDEV env variables set in /etc/sysconfig/network to do
this automatically, but it isn't working.

I can manually set the default route, and put that in static-routes or
rc.local, but I *know* this works on other machines without doing that.

anyone?

tia
charles





___
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: php upgrade!

2002-02-22 Thread Francisco Neira

Download

>>> [EMAIL PROTECTED] 21/02/02 16:45 >>>
How can I upgrade the version of php from RedHat 7.0 to the version from
RedHat 7.2 without reinstalling the OS?  When I try rpm -Uvh ... it fails
with dependencies.

__
Devon Harding
System Administrator
Gilat Latin America
954-858-1600
[EMAIL PROTECTED] 

This e-mail is intended for the above named addressee(s), and may contain
information which is confidential or privileged. If you are not the intended
recipient, please inform us immediately: you should not copy or use this
e-mail for any purpose nor disclose its contents to any person.




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



Re: find image dimensions

2002-02-22 Thread Nick Wilson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* and then Charles Galpin declared

> > > | what is the easiest way for me to determine an images width and
height?

> The ImageMagick rpm contains a number of tools for
> converting/viewing/identifying images. They work great from scripts.
> 
> The command you want here is called 'identify'

Fantastic! That's *exactly* what I was looking for :-)

Many thanks.
- -- 
- ---
 www.explodingnet.com   |Projects, Forums and
+Articles for website owners 
- -- Nick Wilson -- |and designers.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE8dmm+HpvrrTa6L5oRAhd2AJ9q4ZciNMUMbDXEJ7MQPpRgdYc7zwCfQLV/
E6rczJY3Zec35Vps6HVn7w8=
=aJfD
-END PGP SIGNATURE-



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



which log files should check regularly to ensure security

2002-02-22 Thread Jianping Zhu


  I am a newbie in linux administration . I am managing a lab with a
samba server and a web server, which log files should check
regularly to ensure security?

Thanks


Jianping Zhu
Department of Computer Science
Univerity of Georgia 
Athens, GA 30602






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



simple default route question, RH7.2

2002-02-22 Thread Charles Galpin

I can't figure out where the default route gets set up in 7.2. For
whatever reason I didn't get prompted to setup networking during the
install, so I set it up manually. From the looks of it, ifup uses the
GATEWAY and GATEWAYDEV env variables set in /etc/sysconfig/network to do
this automatically, but it isn't working.

I can manually set the default route, and put that in static-routes or
rc.local, but I *know* this works on other machines without doing that.

anyone?

tia
charles





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



DIR_COLORS

2002-02-22 Thread Timothy Lee Young

Hey guys...

Recently my RH7.2 box was forced down uncleanly; so when it came back up,
the fsck repaired some files.  The only visible problem that I have with
the box is the lack of colors in my directory listings.  When I boot up, I
get the following message at the console:

dircolors: '/etc/DIR_COLORS': No suck file or directory

What can I do to get the system back to normal?

Thanx,
Tim





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



printing with truetype fonts on kde

2002-02-22 Thread Carl D. Blake

All right, now I'm really getting annoyed.  I recently installed
Microsofts truetype fonts from the windows98 CD I have on my RedHat 7.1
system for XFree86 4.1.0 (I know, I know - I feel dirty).  I did this
because when I did a recent up2date my XFree86 was upgraded to 4.1.0 and
all the fonts became pretty ugly.  Anyway, the fonts look pretty good on
my system.  Everything with the X display looks great.

The only problem now is that printing isn't working or at least it isn't
working for my browsers. Printing works for pdf files and for most
postscript files and text files.  However, when I use Konqueror or Opera
to print a web page the printer seems to choke on the amount of data
being sent.  I printed to a file and the file seems to have the fonts
embedded.  Apparently the printing system in KDE seems to think that it
needs to embed these new truetype fonts into the postscript files it
sends to the printer.  Embedding the fonts makes the postscript file so
large that the printer seems to choke on it.  The printer I'm using is a
HP LaserJet 6MP.  I'm using KDE 2.1.1.  Does anybody have any
suggestions?  I've tried changing the fonts back to the original fonts
and everything works when I do that.  However, the fonts don't look so
hot on my system.  I'd like to be able to print with the truetype fonts.
-- 
Carl D. Blake
Electronics Design Engr. Mgr.
Boeckeler Instruments, Inc.
4650 S. Butterfield Dr.
Tucson, AZ  85714

Phone: 520-745-0001
FAX: 520-745-0004
email: [EMAIL PROTECTED]



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



RE: php upgrade!

2002-02-22 Thread Devon Harding - GTHLA
Title: RE: php upgrade!





The problem is that the OS is in a remote location with only ssh access.  There is no physical person to insert the cd and run the installation.  

All I need to do is upgrade php ver. 4.0.1 to 4.0.5 or higher.


-Devon


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, February 21, 2002 5:39 PM
To: [EMAIL PROTECTED]
Subject: Re: php upgrade!


Devon Harding - GTHLA <[EMAIL PROTECTED]> writes:


> How can I upgrade the version of php from RedHat 7.0 to the version from
> RedHat 7.2 without reinstalling the OS?  


You can upgrade the OS. No need to reinstall, just choose upgrade.
-- 
Trond Eivind Glomsrød
Red Hat, Inc.




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





RE: How to & (submit jobs to background)

2002-02-22 Thread Paul Hamm

If you are running a GUI app and want to get your shell back all you need to
do is">  &" example "mozilla &" If you are running a backup script
or something that will take hours use cron.  The reason is that if you are
running on a remote machine and get disconnected so does the process you are
running.

-Original Message-
From: Michael Oatman [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 22, 2002 6:12 AM
To: [EMAIL PROTECTED]
Subject: RE: How to & (submit jobs to background)


Oh, I've been trying 

   sh%  |&

and then I tried

   sh%  >&

and all sorts of variations.
Except the right one, it seems
When those didn't work I just minimized shell windows ;)

It appears that 

   sh% bg 

is the same as

   sh%  &

with no pipe or direct between the command and the &.
Found it!  Thanks!  Now, how do you resize ext3 partitions?

Gnu's Not Unix, and neither is a fifth of Linux...

Michael
[EMAIL PROTECTED]

--- Mike Burger <[EMAIL PROTECTED]> wrote:
> 
> Wow...didn't know about "bg"...thanks...
> 
> On Fri, 22 Feb 2002, Darryl Harvey wrote:
> 
> > CTRL-Z stops the process and gives you control,
> > 
> > Just type "bg" (No quotes) and the process goes into the "background".
> > 
> > You can switch processes at any time by typing "fg process_id"
> > 
> > And/or see running jobs by typing "jobs".
> > 
> > That will help you.  Although all output will be mixed on your screen.
> > 
> > man bash (or whatever shell you are using) then search for fg, bg, jobs
> > etc..
> > 
> > Rgds,
> > Darryl
> > 
> > 
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]] On
> > > Behalf Of Roger
> > > Sent: Friday, February 22, 2002 1:55 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: How to submit jobs to background
> > > 
> > > Yes, I think it should be Ctrl-Z but, when I press Ctrl-Z the job is
> > > stopped immediately. That's why?
> > > 
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]
> > > On Behalf Of Cameron Simpson
> > > Sent: Friday, February 22, 2002 10:44 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: How to submit jobs to background
> > > 
> > > On 09:51 22 Feb 2002, Roger <[EMAIL PROTECTED]> wrote:
> > > | I remember there is a short cut key, Ctrl+something, that can submit
> > > the
> > > | program that is controlling terminal to the background, so that the
> > > user could
> > > | regain console again. But I forget it, can you remind me again?
> > > Thanks!
> > > 
> > > You mean ctrl-Z.
> > > --
> > > Cameron Simpson, DoD#743[EMAIL PROTECTED]
> > > http://www.zip.com.au/~cs/
> > > 
> > > My own suspicion is that the universe is not only queerer than we
> > > suppose,
> > > but queerer than we *can* suppose.
> > >   - J.B.S. Haldane "On Being the Right Size"
> > > in the (1928) book "Possible Worlds"
> > > 
> > > 
> > > 
> > > ___
> > > Redhat-list mailing list
> > > [EMAIL PROTECTED]
> > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > > 
> > > 
> > > 
> > > ___
> > > Redhat-list mailing list
> > > [EMAIL PROTECTED]
> > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > 
> > 
> > 
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> > 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com



___
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: Theoretical question disk space question

2002-02-22 Thread Dave Ihnat

On Fri, Feb 22, 2002 at 04:48:15PM +1100, Cameron Simpson wrote:
> Of course not. That would be Very Bad. (Consider: the files reappear after
> unmount - what would be in them if the OS freed their storage?)

This used to be, incidentally, a common way to hide programs from
users in Unix.  The sysadmin would put Programs Not Meant To Be Used By
Mortals in /usr or /usr1, which was always mounted in multi-user mode.
They couldn't even FIND the programs.  (Unless, of course, they'd cracked
root already and ran fsdb, but then it was a moot point, wasn't it?)
-- 
Dave Ihnat
[EMAIL PROTECTED]



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



Re: Theoretical question disk space question

2002-02-22 Thread Charles Galpin

On Fri, 2002-02-22 at 00:48, Cameron Simpson wrote:

> Generally with a mountpoint you either:
> 
>   - Store NOTHING underneath it, for the obvious reason.
> that most of the time it will be inaccessible.
> This effectively avoids your "wasted space" scenario.

the is reminds me that when I fo\irst started palying with linux, and
was never sure if things were mounted properly or not, I do something
like

touch /mnt/floppy  NOT_MOUNTED

so if I did an ls on that dir I'd know immediately that a floppy wasn't
mounted. Of course when it was mounted I'd see the contents od the
floppy (or nothing). This applies to anything else you mount, including
over nfs.

charles



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



Re: find image dimensions

2002-02-22 Thread Charles Galpin


> > On 09:20 22 Feb 2002, Nick Wilson <[EMAIL PROTECTED]> wrote:
> > | what is the easiest way for me to determine an images width and height?


The ImageMagick rpm contains a number of tools for
converting/viewing/identifying images. They work great from scripts.

The command you want here is called 'identify'

hth
charles



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



Re: C Program compile error

2002-02-22 Thread Frank Carreiro

>
>
>
>A bit more explanation--although this isn't specifically RedHat, or even
>Linux, so it should be on a software development list...so the following
>is necessarily simplified.  But it should dispell some misconceptions I
>think I see.
>

Is there a list someone can suggest I join?  Looking for one that can 
help answer these kind of questions :-)

[snip]

>
>
>That's about as simplified as I can make it, but I hope it helps.
> -- 
> Dave Ihnat
> [EMAIL PROTECTED]
>

Yes Definitely!  I appreciate the comments from everyone.

Thanks All!

Frank




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



Re: Any ETA on Redhat 8? *tracker*

2002-02-22 Thread Matthew Boeckman

IMHO, in terms of real-world computing, it's far more important to be 
stable, reliable, and well-tasked than to be on the edge for the edge's 
sake. but at the same time I can understand the slobbering for the next 
big number. here's hoping that the "Slashdot First Post" attitude never 
seeps into enterprise level system administrators.

nice plug for the good folks in NC, there.

[EMAIL PROTECTED] wrote:

> Actually (for me) it is never something new it is always having
> something newer... always having the latest and  newest product that can
> keep a person on edge for the next new release.. now with 7.2 it turned
> out to be a great os, but knowing rdht they will come up with something
> better.. and this makes waiting no fun.. make since??
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> On Behalf Of Matthew Boeckman
> Sent: Friday, February 22, 2002 5:46 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Any ETA on Redhat 8? *tracker*
> 
> why does this matter? 7.2 is just out, is (for me) super with the 
> inclusion of ext3... what super crazy bleeding edge features are you 
> guys looking for that necessitate the obsession with a beta or release 
> date for the next version?
> 
> [EMAIL PROTECTED] wrote:
> 
> 
>>How bout the beta release... any idea of name, location or release..
>>hopefully it will not be another rosewell and will not exist two weeks
>>after everyone has been getting it...
>>
>>
>>
>>
>>
>>
>>___
>>Redhat-list mailing list
>>[EMAIL PROTECTED]
>>https://listman.redhat.com/mailman/listinfo/redhat-list
>>
>>
>>
>>
> 
> 


-- 
Matthew Boeckman(816) 777-2160
Manager - Systems Integration   Saepio Technologies
== 
==
The secret to how our government controls information is easily expl***
**MESSAGE TRUNCATED**



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



Re: Any ETA on Redhat 8? *tracker*

2002-02-22 Thread Timothy Lee Young

Actually I was just thinking that I probably don't really need to upgrade
to the next version either; usually I do, but my system is more than
stable and suiting my needs.  

The only thing that seems appealing for a distribution to have is better
USB support so that I can have an easier time getting my scanner & smart
media reader to work.  Some of the new distributions have a utility for
helping with scanner setup, but I know if I played around with things
enough, I could get my Epson 1200u to work with my Red Hat 7.2.  The smart
media reader from SanDisk, I dunno about that one though.

Now that would be a great thing for Linux to have, true USB plug & play.
Anyways, I digress.





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



RE: Any ETA on Redhat 8? *tracker*

2002-02-22 Thread tracker

Actually (for me) it is never something new it is always having
something newer... always having the latest and  newest product that can
keep a person on edge for the next new release.. now with 7.2 it turned
out to be a great os, but knowing rdht they will come up with something
better.. and this makes waiting no fun.. make since??

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Matthew Boeckman
Sent: Friday, February 22, 2002 5:46 AM
To: [EMAIL PROTECTED]
Subject: Re: Any ETA on Redhat 8? *tracker*

why does this matter? 7.2 is just out, is (for me) super with the 
inclusion of ext3... what super crazy bleeding edge features are you 
guys looking for that necessitate the obsession with a beta or release 
date for the next version?

[EMAIL PROTECTED] wrote:

> How bout the beta release... any idea of name, location or release..
> hopefully it will not be another rosewell and will not exist two weeks
> after everyone has been getting it...
> 
> 
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 


-- 
Matthew Boeckman(816) 777-2160
Manager - Systems Integration   Saepio Technologies
== 
==
The secret to how our government controls information is easily expl***
**MESSAGE TRUNCATED**



___
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: Any ETA on Redhat 8? *tracker*

2002-02-22 Thread Matthew Boeckman

why does this matter? 7.2 is just out, is (for me) super with the 
inclusion of ext3... what super crazy bleeding edge features are you 
guys looking for that necessitate the obsession with a beta or release 
date for the next version?

[EMAIL PROTECTED] wrote:

> How bout the beta release... any idea of name, location or release..
> hopefully it will not be another rosewell and will not exist two weeks
> after everyone has been getting it...
> 
> 
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 


-- 
Matthew Boeckman(816) 777-2160
Manager - Systems Integration   Saepio Technologies
== 
==
The secret to how our government controls information is easily expl***
**MESSAGE TRUNCATED**



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



Re: NFS permission failure?

2002-02-22 Thread Gene Sais

you should never run an oracle db on nfs mount point.  just my $.02

>>> [EMAIL PROTECTED] 02/22/02 05:35AM >>>
Dear all,

I got a RH7.2 machine which share thr NFS to HP-UX machine, it work well
until this afternoon, I show lot of error messages appear on my RH7.2
machine as below:

Feb 22 16:31:17 oradat kernel: fh_verify: PROD2/mfgint permission failure,
acc=1, error=13

My /etc/expoerts file as below,
/ordb   168.13.99.15(rw,no_root_squash)

I can read and write on this /ordb from HP-UX machine without any problem...

it is the oracle db is try to do something which cause this error? is this
error critical? how to prevent it appear on screen?

Please help to advise

Many thanks in advance...

rdgs,
gary



___
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: PDA's and linux

2002-02-22 Thread Carter, Shaun G

Linux-mag just ran a review of the Sharp Zuarus PDA.  Looks pretty
impressive, you may want to check it out.

http://developer.sharpsec.com/

Shaun

-Original Message-
From: pochy [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 22, 2002 12:17 AM
To: [EMAIL PROTECTED]
Subject: PDA's and linux


Hello guys:
   
I just want to ask for an advise, I want ot buy a PDA but I want run 
linux on it,
Dose some one can tell me few options of which PDA out there is good to 
run linux
on it and a good web tutorial about the topic.

Thaks all you for your help



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



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



RE: Any ETA on Redhat 8? *tracker*

2002-02-22 Thread tracker

How bout the beta release... any idea of name, location or release..
hopefully it will not be another rosewell and will not exist two weeks
after everyone has been getting it...






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



RE: How to & (submit jobs to background)

2002-02-22 Thread Michael Oatman

Oh, I've been trying 

   sh%  |&

and then I tried

   sh%  >&

and all sorts of variations.
Except the right one, it seems
When those didn't work I just minimized shell windows ;)

It appears that 

   sh% bg 

is the same as

   sh%  &

with no pipe or direct between the command and the &.
Found it!  Thanks!  Now, how do you resize ext3 partitions?

Gnu's Not Unix, and neither is a fifth of Linux...

Michael
[EMAIL PROTECTED]

--- Mike Burger <[EMAIL PROTECTED]> wrote:
> 
> Wow...didn't know about "bg"...thanks...
> 
> On Fri, 22 Feb 2002, Darryl Harvey wrote:
> 
> > CTRL-Z stops the process and gives you control,
> > 
> > Just type "bg" (No quotes) and the process goes into the "background".
> > 
> > You can switch processes at any time by typing "fg process_id"
> > 
> > And/or see running jobs by typing "jobs".
> > 
> > That will help you.  Although all output will be mixed on your screen.
> > 
> > man bash (or whatever shell you are using) then search for fg, bg, jobs
> > etc..
> > 
> > Rgds,
> > Darryl
> > 
> > 
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]] On
> > > Behalf Of Roger
> > > Sent: Friday, February 22, 2002 1:55 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: How to submit jobs to background
> > > 
> > > Yes, I think it should be Ctrl-Z but, when I press Ctrl-Z the job is
> > > stopped immediately. That's why?
> > > 
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]
> > > On Behalf Of Cameron Simpson
> > > Sent: Friday, February 22, 2002 10:44 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: How to submit jobs to background
> > > 
> > > On 09:51 22 Feb 2002, Roger <[EMAIL PROTECTED]> wrote:
> > > | I remember there is a short cut key, Ctrl+something, that can submit
> > > the
> > > | program that is controlling terminal to the background, so that the
> > > user could
> > > | regain console again. But I forget it, can you remind me again?
> > > Thanks!
> > > 
> > > You mean ctrl-Z.
> > > --
> > > Cameron Simpson, DoD#743[EMAIL PROTECTED]
> > > http://www.zip.com.au/~cs/
> > > 
> > > My own suspicion is that the universe is not only queerer than we
> > > suppose,
> > > but queerer than we *can* suppose.
> > >   - J.B.S. Haldane "On Being the Right Size"
> > > in the (1928) book "Possible Worlds"
> > > 
> > > 
> > > 
> > > ___
> > > Redhat-list mailing list
> > > [EMAIL PROTECTED]
> > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > > 
> > > 
> > > 
> > > ___
> > > Redhat-list mailing list
> > > [EMAIL PROTECTED]
> > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > 
> > 
> > 
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> > 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com



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



Re: PDA's and linux

2002-02-22 Thread Ben Logan

Don't have any experience with any personally, but a Google search
turns up http://www.handhelds.org.  Looks like a good place to start.

Regards,
Ben

On Fri, Feb 22, 2002 at 12:16:39AM -0500, pochy wrote:
> Hello guys:
>
> I just want to ask for an advise, I want ot buy a PDA but I want run 
> linux on it,
> Dose some one can tell me few options of which PDA out there is good to 
> run linux
> on it and a good web tutorial about the topic.
> 
> Thaks all you for your help

-- 
Ben Logan: ben at wblogan dot net
OpenPGP Key KeyID: A1ADD1F0

Never accept an invitation from a stranger unless he gives you candy.
-- Linda Festa



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



NFS permission failure?

2002-02-22 Thread gary

Dear all,

I got a RH7.2 machine which share thr NFS to HP-UX machine, it work well
until this afternoon, I show lot of error messages appear on my RH7.2
machine as below:

Feb 22 16:31:17 oradat kernel: fh_verify: PROD2/mfgint permission failure,
acc=1, error=13

My /etc/expoerts file as below,
/ordb   168.13.99.15(rw,no_root_squash)

I can read and write on this /ordb from HP-UX machine without any problem...

it is the oracle db is try to do something which cause this error? is this
error critical? how to prevent it appear on screen?

Please help to advise

Many thanks in advance...

rdgs,
gary



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



Re: [OT] Three Questions about BIND

2002-02-22 Thread Emmanuel Seyman

On Fri, Feb 22, 2002 at 11:42:12AM +0200, Enrico Payne wrote:
> 
> 1) If I have many domains, and I want to split them between 2 servers
> running mail and web serving, should I
> a) Register the primary domain on the server that is running the
> mail and web stuff or,
> b) Should I keep 1 server running all the domains as primary, and
> the other as slave?

FWIW, I choose b) when I had to make a choice.
One machine is DNS primary server for all my domains and the
other is DNS secondary and mail server.

> 2) What is the expected cpu usage for bind on a server that has +- 30
> domains? (Mine currently goes from +-30% to 99%, but averages out at 92%)

CPU usage? It should be virtually nil.

[seyman@ns1 seyman]$ uptime
  3:03pm  up 84 days,  3:41,  1 user,  load average: 0.05, 0.03, 0.00

The increase in load-average is because I use ssh on my machines
and generating keys and comparing them uses CPU resources.

This is a Pentium 150MHz with 64Mo RAM.
It's DNS for 130 domains.

> 3) If the cpu usage (as per question 2) for my bind setup is to high, how do
> I correct this?

I'ld recommend putting DNS on a server that does only that.

Emmanuel



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



Re: Any ETA on Redhat 8?

2002-02-22 Thread Adam Mercer

On Thu, 21 Feb 2002, Timothy Lee Young wrote:

> I'd think that it would be more appropriate to call the next release 7.3,
> instead of 8.0, because there is no major change in the kernel or other
> components.

As rawhide is using a glibc-2.3-pre developement version and a snapshot of
gcc 3.1 I'd say that there is a major change in the components!

> Red Hat should save the 8.0 release for like the 2.6 kernel
> or something; there's nothing wrong with versions 7.3, 7.4, or even 7.9,
> until then.

Thats going to be a while yet.

Cheers

Adam



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



Re: openssh && redhat 6.2

2002-02-22 Thread Emmanuel Seyman

On Thu, Feb 21, 2002 at 02:16:58PM -0600, Ed Wilts wrote:
> 
> I believe it does configure and compile.  We're running 3.0.2p1-1 here on our
> 6.2 systems.  It wasn't me that built it, but I don't believe we had to do
> anything too fancy.

There's one parameter in the spec file to change so that it will
compile on RedHat 6.2 (a pam-related issue).

Emmanuel



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



[OT] Three Questions about BIND

2002-02-22 Thread Enrico Payne

Hello, I have the following questions regarding bind on a RH6.2 server (BIND
8.2.3)

1) If I have many domains, and I want to split them between 2 servers
running mail and web serving, should I
a) Register the primary domain on the server that is running the
mail and web stuff or,
b) Should I keep 1 server running all the domains as primary, and
the other as slave?

2) What is the expected cpu usage for bind on a server that has +- 30
domains? (Mine currently goes from +-30% to 99%, but averages out at 92%)

3) If the cpu usage (as per question 2) for my bind setup is to high, how do
I correct this?

Regards
Enrico



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



Re: find image dimensions

2002-02-22 Thread Nick Wilson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* and then Cameron Simpson declared
> On 09:20 22 Feb 2002, Nick Wilson <[EMAIL PROTECTED]> wrote:
> | what is the easiest way for me to determine an images width and height?
> 
> Get the imsize script (and the Image::Size perl module).
> Here's mine:
>   http://www.zip.com.au/~cs/scripts/imsize

Great, thanks for the script. Where might I get the perl mod? I'm not so
tecnically adept. Would it be hard to install and run all this?
- -- 
- ---
 www.explodingnet.com   |Projects, Forums and
+Articles for website owners 
- -- Nick Wilson -- |and designers.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE8dgqyHpvrrTa6L5oRAgGGAKCxlPp9SB7vavjTpHyAiQKhkK+bYACgjR51
mCqFFgxLgM8f4MaA2XqKv3U=
=Pgv/
-END PGP SIGNATURE-



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



Re: find image dimensions

2002-02-22 Thread Cameron Simpson

On 09:20 22 Feb 2002, Nick Wilson <[EMAIL PROTECTED]> wrote:
| what is the easiest way for me to determine an images width and height?

Get the imsize script (and the Image::Size perl module).
Here's mine:
http://www.zip.com.au/~cs/scripts/imsize
-- 
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

The Usenet is not the real world. The Usenet usually does not even resemble
the real world. - [EMAIL PROTECTED]



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



RE: How to submit jobs to background

2002-02-22 Thread Mike Burger


Wow...didn't know about "bg"...thanks...

On Fri, 22 Feb 2002, Darryl Harvey wrote:

> CTRL-Z stops the process and gives you control,
> 
> Just type "bg" (No quotes) and the process goes into the "background".
> 
> You can switch processes at any time by typing "fg process_id"
> 
> And/or see running jobs by typing "jobs".
> 
> That will help you.  Although all output will be mixed on your screen.
> 
> man bash (or whatever shell you are using) then search for fg, bg, jobs
> etc..
> 
> Rgds,
> Darryl
> 
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On
> > Behalf Of Roger
> > Sent: Friday, February 22, 2002 1:55 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: How to submit jobs to background
> > 
> > Yes, I think it should be Ctrl-Z but, when I press Ctrl-Z the job is
> > stopped immediately. That's why?
> > 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> > On Behalf Of Cameron Simpson
> > Sent: Friday, February 22, 2002 10:44 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: How to submit jobs to background
> > 
> > On 09:51 22 Feb 2002, Roger <[EMAIL PROTECTED]> wrote:
> > | I remember there is a short cut key, Ctrl+something, that can submit
> > the
> > | program that is controlling terminal to the background, so that the
> > user could
> > | regain console again. But I forget it, can you remind me again?
> > Thanks!
> > 
> > You mean ctrl-Z.
> > --
> > Cameron Simpson, DoD#743[EMAIL PROTECTED]
> > http://www.zip.com.au/~cs/
> > 
> > My own suspicion is that the universe is not only queerer than we
> > suppose,
> > but queerer than we *can* suppose.
> > - J.B.S. Haldane "On Being the Right Size"
> >   in the (1928) book "Possible Worlds"
> > 
> > 
> > 
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> > 
> > 
> > 
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



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



RE: How to submit jobs to background

2002-02-22 Thread Mike Burger

Because CTRL-Z is the command to suspend a job, not to put it in the 
background for later retrieval.

Screen...that's what you want.

On Fri, 22 Feb 2002, Roger wrote:

> Yes, I think it should be Ctrl-Z but, when I press Ctrl-Z the job is
> stopped immediately. That's why? 
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> On Behalf Of Cameron Simpson
> Sent: Friday, February 22, 2002 10:44 AM
> To: [EMAIL PROTECTED]
> Subject: Re: How to submit jobs to background
> 
> On 09:51 22 Feb 2002, Roger <[EMAIL PROTECTED]> wrote:
> | I remember there is a short cut key, Ctrl+something, that can submit
> the
> | program that is controlling terminal to the background, so that the
> user could
> | regain console again. But I forget it, can you remind me again?
> Thanks!
> 
> You mean ctrl-Z.
> 



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



find image dimensions

2002-02-22 Thread Nick Wilson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all, 
what is the easiest way for me to determine an images width and height?

Many thanks
- -- 
- ---
 www.explodingnet.com   |Projects, Forums and
+Articles for website owners 
- -- Nick Wilson -- |and designers.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE8df9cHpvrrTa6L5oRAhXgAKCZiWvsl4gjB9Yxh/aWbxSqyB06fQCeMMF9
rCc5RCxiRaBfIJI8alVRtbw=
=+C0O
-END PGP SIGNATURE-



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