Re: large files?

2002-02-04 Thread Mariusz Pekala

On Mon  4 February 2002 03:22, you (Al Potter) wrote:
 MODE:= Stoopid question

 OK, then does this inply that the largest (ext2|ext3|reiserfs|$fs)
 filesytem is also 2Gb?

Only a file, not a filesystem. This problem usually touches some programs, 
that are not aware of file handling functions operating on 64 bit arguments. 
Even if the kernel supports files bigger that 2 GB, some program may 
encounter problems.

SunOS has pretty good man-pages explaining the problem itself, compiling 
large-files-aware programs and explaining which utilities are 
large-file-aware (properly handling large files) and lage-file-safe 
(returning errors when given a large file, but not causing any data 
corruption). Yeah... here large-file just means a file bigger than 2 GB.

I haven't found man pages on Linux (my RedHat 7.1) about this, and I am not 
sure how Linux programs are prepared to handle such files.

--Mariusz



-- 

Okrel Swoje potrzeby - my znajdziemy ofert za Ciebie!
[ http://oferty.onet.pl ]



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



Re: large files?

2002-02-04 Thread Lars Nordin

On Sunday 03 February 2002 21:22, Al Potter wrote:

 Where (if anywhere) is this documented / FAQ'd as a hard limit?

I forget where it is documented as a limit per se, but here is a link on 
overcoming it:

http://www.suse.de/~aj/linux_lfs.html



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



How to Use Motif?

2002-02-04 Thread Li Bing



Dear all,

I need to design GUI applications 
over RedHat 7.0. I have ever used Java Swing. If chosing C++, how can I do it? 
Where can I get Motif?

Thanks so much,
Li Bing
 
_.--"""--._ 
.' '-. 
`. 
__/__ (-. `\ 
\ 
/o `o \ \ \ 
\ 
_\__.__/ )) | | 
; 
.--;" 
| | 
\ 
( 
`) 
| | 
\ _|`---' 
.' _, _| 
| `\ '`_\ 
\ '_,.-';_.-`\| 
\ \_ 
.' '--'---;` / / |\ 
|_..--' 
\ 
\'-'.' .--'.__/ 
__.-; 
`"` (___...---''` 
\ 
_/_ 
\ 
/ASU\ [EMAIL PROTECTED] 
\___/ 480-965-9038(L), 
480-829-8492(H) 
http://www.public.asu.edu/~libing


Re: How to Use Motif?

2002-02-04 Thread Philip T. Cobbin



Li Bing wrote:

Dear
all,I
need to design GUI applications over RedHat 7.0. I have ever used Java
Swing. If chosing C++, how can I do it? Where can I get Motif?Thanks
so much,Li
Bing
_.--"""--._

.' '-. `.

__/__ (-. `\ \

/o `o \ \ \ \

_\__.__/ )) | | ;

.--;"
| | \

( `)
| | \

_|`---' .' _, _|
| `\

'`_\ \ '_,.-';_.-`\|
\ \_

.' '--'---;` / / |\
|_..--' \

\'-'.' .--'.__/ __.-;

`"` (___...---''`
\

_/_
\

/ASU\ [EMAIL PROTECTED]

\___/ 480-965-9038(L), 480-829-8492(H)

http://www.public.asu.edu/~libing
For some spit, chewing gum, and bailing wire applications of open motif
side by side with GTK see the sierra simulations software links
and downloads from by http://www.cobbin.com page.




Re: How to Use Motif?

2002-02-04 Thread Philip T. Cobbin



Li Bing wrote:

Dear
all,I
need to design GUI applications over RedHat 7.0. I have ever used Java
Swing. If chosing C++, how can I do it? Where can I get Motif?Thanks
so much,Li
Bing
_.--"""--._

.' '-. `.

__/__ (-. `\ \

/o `o \ \ \ \

_\__.__/ )) | | ;

.--;"
| | \

( `)
| | \

_|`---' .' _, _|
| `\

'`_\ \ '_,.-';_.-`\|
\ \_

.' '--'---;` / / |\
|_..--' \

\'-'.' .--'.__/ __.-;

`"` (___...---''`
\

_/_
\

/ASU\ [EMAIL PROTECTED]

\___/ 480-965-9038(L), 480-829-8492(H)

http://www.public.asu.edu/~libing
For some spit, chewing gum, and bailing wire applications of open motif
side by side with GTK see the sierra simulations
 software links and downloads from by http://www.cobbin.com page.




Re: large files?

2002-02-04 Thread terry barnum

What prompted my hypothetical system question is I'm in the process 
of specing out a new file server and I thought maybe someone here 
would know if the setup would overcome the 2 gig limit I'm 
experiencing with our current server.

The setup with the 2 gig barrier is running RH 6.1 (2.2) on a Pentium 
box with Samba 2.05a with software RAID tools serving ~100 gigs of 
drive space. Attempts to copy files larger than 2 gigs fail. I 
couldn't find documentation on the Red Hat or Samba sites to 
determine the cause.

So is everyone saying that, except for some applications not 
programmed to deal with large files, RH7.2 on a dual pentium box 
running Samba should be able to deal with and serve files larger than 
2 gigs? That it's basically a 2.4 kernel thing?

Thanks,
-terry

At 12:22 AM -0800 2/3/02, Kevin McConnell wrote:
--- terry barnum [EMAIL PROTECTED] wrote:
  Here's a question I hope someone here might be able
  to answer.
  Will this machine be able to serve files larger than
  2 gigs via Samba?

out of curiousity, where are you getting the 2 gig
barrier from? There shouldn't be any problem with
this. If there is, please repost and let us know.


=
Kevin C. McConnell --RHCE-- RedHat Certified Engineer


-- 
-terry
  digital OutPost
  http://www.dop.com



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



Re: large files?

2002-02-04 Thread Panu Matilainen

On Tue, 2002-02-05 at 05:10, ext terry barnum wrote:
 What prompted my hypothetical system question is I'm in the process 
 of specing out a new file server and I thought maybe someone here 
 would know if the setup would overcome the 2 gig limit I'm 
 experiencing with our current server.
 
 The setup with the 2 gig barrier is running RH 6.1 (2.2) on a Pentium 
 box with Samba 2.05a with software RAID tools serving ~100 gigs of 
 drive space. Attempts to copy files larger than 2 gigs fail. I 
 couldn't find documentation on the Red Hat or Samba sites to 
 determine the cause.
 
 So is everyone saying that, except for some applications not 
 programmed to deal with large files, RH7.2 on a dual pentium box 
 running Samba should be able to deal with and serve files larger than 
 2 gigs? That it's basically a 2.4 kernel thing?

Yes, it's a 2.4 kernel thing but patches to 2.2 kernel exist too, and
then you need glibc support also. RH7.0 had AFAIR LFS-support in the
-enterprise kernel but that won't help you with RH6.1 at all where you'd
need to recompile glibc (and probably quite some additional software)
too.Go for RH7.2 and save yourself a lot of hassle...

- Panu -



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



Re: How to Use Motif?

2002-02-04 Thread Ajith C

Hi,
   Lesstif.org will give a compatible Motif
clone.

   Try also Qt++, Gtk+, Fltk, Tcl/Tk.

   There are much better and advanced
toolkits than proprietary Motif, so search..

Ajith

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com



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



Re: large files?

2002-02-04 Thread Kevin McConnell


--- terry barnum [EMAIL PROTECTED] wrote:
 What prompted my hypothetical system question is I'm
 in the process 
 of specing out a new file server and I thought maybe
 someone here 
 would know if the setup would overcome the 2 gig
 limit I'm 
 experiencing with our current server.

The largest files I've dealt with on my RH machine
serving to winbloze via samba was 8 or so GB. I
haven't tested anything larger since the developers
claim larger sizes than that. There are ways to map
larger file sizes than the 2GB barrier  G


=
Kevin C. McConnell --RHCE-- RedHat Certified Engineer

__
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com



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



Re: large files?

2002-02-04 Thread Kevin McConnell


--- Panu Matilainen [EMAIL PROTECTED] wrote:
 Yes, it's a 2.4 kernel thing but patches to 2.2
 kernel exist too, and
 then you need glibc support also. RH7.0 had AFAIR
 LFS-support in the
 -enterprise kernel but that won't help you with
 RH6.1 at all where you'd
 need to recompile glibc (and probably quite some
 additional software)
 too.Go for RH7.2 and save yourself a lot of
 hassle...

I believe RH overcame that 2GB barrier during the 6.2
phase. As Panu states though, it would be much less of
a headache to just use the latest release.


=
Kevin C. McConnell --RHCE-- RedHat Certified Engineer

__
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com



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



Re: large files?

2002-02-04 Thread Eino Jakku

Kevin McConnell wrote:
 
I have experience, that with RH 7.2 the filesize could be over 18 GB
without big problems, only stat and hexedit does not work over that 2 G
limit

 --- terry barnum [EMAIL PROTECTED] wrote:
  What prompted my hypothetical system question is I'm
  in the process
  of specing out a new file server and I thought maybe
  someone here
  would know if the setup would overcome the 2 gig
  limit I'm
  experiencing with our current server.
 
 The largest files I've dealt with on my RH machine
 serving to winbloze via samba was 8 or so GB. I
 haven't tested anything larger since the developers
 claim larger sizes than that. There are ways to map
 larger file sizes than the 2GB barrier  G
 
 =
 Kevin C. McConnell --RHCE-- RedHat Certified Engineer
 
 __
 Do You Yahoo!?
 Send FREE Valentine eCards with Yahoo! Greetings!
 http://greetings.yahoo.com
 
 ___
 Redhat-devel-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Eino Jakku 
Oulu University / Microelectronics Laboratory



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



Re: telnet denied from other machines to linux RH6.0

2002-02-04 Thread aftab alam

Dear Vikram
   You see /etc/hosts.allow and /etc/hosts.deny file  for the
permission.

Vikram Patel wrote:

 I have RH6.0 running. With DHCP enabled. Everything
 works fine when going out of the box. But if i try to
 run telnet or ftp from other machines it denies the
 connection. I get connection closed by remote host
 I have my /etc/services file configured properly,
 /etc/inetd.conf also has inetd. enabled.
 Can somebody tell me what configuration needs to be
 made to allow telnet/ftp to work.

 thnx

 =

 Vikram Patel



 __
 Do You Yahoo!?
 Great stuff seeking new owners in Yahoo! Auctions!
 http://auctions.yahoo.com

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

--
-

Aftab Alam
Computer Centre
IIT Kanpur
Phone:- 0512-597447(O)
0512-598598(R)
email:- [EMAIL PROTECTED]




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



openssh/openssl

2002-02-04 Thread Maynard B. Fernando

to all,

im running redhat 6.2 and trying to update my openssh/openssl 
but i got this error: unexpected query source

im using this command, $ rpm -Uph (name of the .rpm)

what seems to be the problem of mine? will you please help me guys? :-)

thanks in advance . . .

Maynard B. Fernando
Tel. Nos.: 632.840.0881 / 632.840.0882
http://www.broline.com

Men of genius are admired, men of wealth 
 are envied, men of power are feared, but 
only men of character are trusted!
   




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



Re: openssh/openssl

2002-02-04 Thread Emmanuel Seyman

On Mon, Feb 04, 2002 at 06:53:30PM +0800, Maynard B. Fernando wrote:
 
 im running redhat 6.2 and trying to update my openssh/openssl 
 but i got this error: unexpected query source
 what seems to be the problem of mine? will you please help me guys? :-)

Where did you get the rpm from?
Is it the openssl rpm from the RHL 6.2 updates?

Emmanuel



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



Re: openssh/openssl

2002-02-04 Thread Devon

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 04 February 2002 05:53 am, Maynard B. Fernando wrote:
 to all,

 im running redhat 6.2 and trying to update my openssh/openssl
 but i got this error: unexpected query source

 im using this command, $ rpm -Uph (name of the .rpm)

Try rpm -Uvh (nameofpackage)

- -D

- -- 

pgp key:  http://www.tuxfan.homeip.net:8080/pgpkey.txt

- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8XnImeMAUbzJhSVcRAiCyAKCS+WqXVfZWp3m4KI2TO0mSpP/7hgCgpvIW
3o2sim7+7+SIWs1WSlPJD80=
=tg8y
-END PGP SIGNATURE-



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



Re: openssh/openssl

2002-02-04 Thread Maynard B. Fernando

here's the result sir :-)

[root@ns3 /root]# cd /usr/local/src/
[root@ns3 src]# rpm -Uvh glibc-2.2.1-3.2.4.i386.rpm 
error: glibc-2.2.1-3.2.4.i386.rpm cannot be installed
[root@ns3 src]# 

- Original Message - 
From: Devon [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, February 04, 2002 7:36 PM
Subject: Re: openssh/openssl


 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Monday 04 February 2002 05:53 am, Maynard B. Fernando wrote:
  to all,
 
  im running redhat 6.2 and trying to update my openssh/openssl
  but i got this error: unexpected query source
 
  im using this command, $ rpm -Uph (name of the .rpm)
 
 Try rpm -Uvh (nameofpackage)
 
 - -D
 
 - -- 
 
 pgp key:  http://www.tuxfan.homeip.net:8080/pgpkey.txt
 
 - --
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.0.6 (GNU/Linux)
 Comment: For info see http://www.gnupg.org
 
 iD8DBQE8XnImeMAUbzJhSVcRAiCyAKCS+WqXVfZWp3m4KI2TO0mSpP/7hgCgpvIW
 3o2sim7+7+SIWs1WSlPJD80=
 =tg8y
 -END PGP SIGNATURE-
 
 
 
 ___
 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: openssh/openssl

2002-02-04 Thread Maynard B. Fernando

sir emmanuel,

i looked at http://rpmfind.net/linux/RPM/redhat/6.2/updates/i386
but there are no updates... is or are there site/s where i could get
what i need? :-)

- Original Message -
From: Maynard B. Fernando [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, February 04, 2002 7:43 PM
Subject: Re: openssh/openssl


 sir,

 i downloaded it from rpmfind.net or will you guide me
 where i could get those updates for 6.2? :-)

 if i can't get any positive result, i'll upgrade it to 7.2
 to finish all my troubles he he he

 - Original Message -
 From: Emmanuel Seyman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, February 04, 2002 7:22 PM
 Subject: Re: openssh/openssl


  On Mon, Feb 04, 2002 at 06:53:30PM +0800, Maynard B. Fernando wrote:
  
   im running redhat 6.2 and trying to update my openssh/openssl
   but i got this error: unexpected query source
   what seems to be the problem of mine? will you please help me guys?
:-)
 
  Where did you get the rpm from?
  Is it the openssl rpm from the RHL 6.2 updates?
 
  Emmanuel
 
 
 
  ___
  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: openssh/openssl

2002-02-04 Thread Devon

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 04 February 2002 06:41 am, Maynard B. Fernando wrote:
 here's the result sir :-)

 [root@ns3 /root]# cd /usr/local/src/
 [root@ns3 src]# rpm -Uvh glibc-2.2.1-3.2.4.i386.rpm
 error: glibc-2.2.1-3.2.4.i386.rpm cannot be installed
 [root@ns3 src]#

Hrmm, not a very descriptive error, is it?

First, I'd obtain the packages from Red Hat, or one of the mirrors listed 
here: http://www.redhat.com/download/mirror.html

Updating glibc will require glibc, glibc-common, and probably glibc-devel 
to be upgraded all at once.

Get all the updates you need, place them all in one directory, and run 
rpm -Uvh (or Fvh) *.rpm. That way rpm can sort out dependencies for 
itself.

Hope that helps,

- -D

- -- 

pgp key:  http://www.tuxfan.homeip.net:8080/pgpkey.txt

- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8XnnoeMAUbzJhSVcRArDwAJ0arLcMX4DSQONNzDrgiWih5zhivACgnK2m
dDnYkGylMbzk8/hWHIGmTIE=
=xAq3
-END PGP SIGNATURE-



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



Qmail quotas ??

2002-02-04 Thread Rahul Torvi



Hi all, 

I m using 
qmail+vmailmgr . I want to my users to use on 20 MB / user how do i go with 
it...

RT


Re: Qmail quotas ??

2002-02-04 Thread Martín Marqués

On Lun 04 Feb 2002 10:19, you wrote:
 Hi all,
 I  m using qmail+vmailmgr . I want to my users to use on 20 MB / user
 how do i go with it...

One of the servers here has a qmail+RH configuration with quotas of only 5 Mb 
(poor users). Just put the mailbox in /$HOME/$USER/.Mailbox, and add the 
quotas as normally.

Saludos... :-)

-- 
Porqué usar una base de datos relacional cualquiera,
si podés usar PostgreSQL?
-
Martín Marqués  |[EMAIL PROTECTED]
Programador, Administrador, DBA |   Centro de Telematica
   Universidad Nacional
del Litoral
-



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



how to backup

2002-02-04 Thread Jianping Zhu


I am new to linux.
I have a linux sever (linux 7.1)and serveral win2000 clients. I have a
Onstrean digital tape dirver for backup, but it is not working now. I will
be
appreciated if somebody gives some hits how to get it to work. 
Thanks 



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



Re: User/Group Rights - [repost]

2002-02-04 Thread Jeff Hogg


-Original Message-
From: James Pifer [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Date: Saturday, February 02, 2002 5:22 AM
Subject: User/Group Rights - [repost]



On systems like NT and Netware you can look at a directory or file and tell
who has rights to the file. They show you all the users and all the groups
and what rights they have.

How can I do the equivalent on Linux?
Is there a place I can assign rights as well? (GUI?)


On the command line, just type ls -l  That will show you the ownership and
access rights of the file.  Among other things.  For the GUI, depends on
which gui.  But I think you can chose to show these things by default by
changing the directory display settings.   Can't recall from the top of my
head, but it should be fairly easy to find.  Look at the top of the GUI file
managing window for Settings.

Jeff Hogg





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



this is just a test of account

2002-02-04 Thread Jianping Zhu




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



Re: openssh/openssl

2002-02-04 Thread Trond Eivind Glomsrød

Maynard B. Fernando [EMAIL PROTECTED] writes:

 here's the result sir :-)
 
 [root@ns3 /root]# cd /usr/local/src/
 [root@ns3 src]# rpm -Uvh glibc-2.2.1-3.2.4.i386.rpm 
 error: glibc-2.2.1-3.2.4.i386.rpm cannot be installed
 [root@ns3 src]# 

1) Is this a valid rpm? rpm -K yourrpmfile
2) You _don't_ want to do this. If you want a newer glibc, get Red Hat
   Linux 7.x. Don't do an upgrade like this on your own

-- 
Trond Eivind Glomsrød
Red Hat, Inc.



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



Can't locate module sound-service-0-0 / sound-slot-1

2002-02-04 Thread Ismael Touama

Hi,

at boot system i've this msg (title):
and the folowing : Can't locate module sound-service-1-0 (twice)/
sound-slot-1
I'm running rh7.2 on a powerEdge 2500 RAID 1 with NO audio-card.
what Did I something wrong ?
How can I erase these messages, or how can i get a properlly configuration.
Thx all,
ismes



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



RE: how to backup

2002-02-04 Thread Andrew Judge

http://www.onstream.com/support/linux/index.html  That has resources for
Linux.  I've had one for awhile and haven't got it to work, but it is very
old.  There are binary files to flash the tape drive, but haven't tried yet.
If you have the appropriate flash update, it should work although I've seen
nothing but problems with it.  Personally, get a Seagate travan if you are
looking for a good IDE TD

Andy Judge

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jianping Zhu
Sent: Monday, February 04, 2002 10:15 AM
To: [EMAIL PROTECTED]
Subject: how to backup



I am new to linux.
I have a linux sever (linux 7.1)and serveral win2000 clients. I have a
Onstrean digital tape dirver for backup, but it is not working now. I will
be
appreciated if somebody gives some hits how to get it to work.
Thanks



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




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



RE: Can't locate module sound-service-0-0 / sound-slot-1

2002-02-04 Thread Tom Wilson


Ismael Touama wrote: 
 Hi,
 
 at boot system i've this msg (title):
 and the folowing : Can't locate module sound-service-1-0 (twice)/
 sound-slot-1
 I'm running rh7.2 on a powerEdge 2500 RAID 1 with NO audio-card.
 what Did I something wrong ?
 How can I erase these messages, or how can i get a properlly 
 configuration.
 Thx all,
 ismes

Try looking here. 

www.linux.nf then KDE2.x-Sound bug. 

--
Tom Wilson



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



For Admin, a sugestion

2002-02-04 Thread Ezra Nugroho

Redhat list Admin and other Redhat list members,

I would like if all email headers from this list can have a distinct 
prepend like [REDHAT-LIST] - original title.
Therefore it's easier to sort them in some mailboxes (especially trash), so 
that we can easily delete the old redhat stuff but still keep old 
personal/other mails.

What do you think?






Ezra Nugroho
Web/Database Application Specialist
Goshen College ITS
Phone: (574) 535-7706




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



Re: For Admin, a sugestion

2002-02-04 Thread Trond Eivind Glomsrød

Ezra Nugroho [EMAIL PROTECTED] writes:

 Redhat list Admin and other Redhat list members,
 
 I would like if all email headers from this list can have a distinct
 prepend like [REDHAT-LIST] - original title.

Those prefixes are Evil.

 Therefore it's easier to sort them in some mailboxes (especially
 trash), so that we can easily delete the old redhat stuff but still
 keep old personal/other mails.
 
 What do you think?

That it's a bad idea (I don't administer this list, though). Sort on
the List-Id: header.
-- 
Trond Eivind Glomsrød
Red Hat, Inc.



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



Re: For Admin, a sugestion

2002-02-04 Thread \Jonathan M. Slivko\

Quoting Ezra Nugroho [EMAIL PROTECTED]:

 Redhat list Admin and other Redhat list members,
 
 I would like if all email headers from this list can have a distinct 
 prepend like [REDHAT-LIST] - original title.
 Therefore it's easier to sort them in some mailboxes (especially trash),
 so 
 that we can easily delete the old redhat stuff but still keep old 
 personal/other mails.
 
 What do you think?
 
 
 
 
 
 
 Ezra Nugroho
 Web/Database Application Specialist
 Goshen College ITS
 Phone: (574) 535-7706
 
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

You may want to set a mail filter that sorts out mail by the headers, so if it
comes from a redhat list you are subscribed to, it will be put into the
appropriate folder while all other mail will not be filtered as it will not
match the filtering rule. Just an idea.

-- Jonathan

--
Jonathan M. Slivko
Voyager Internet Services
http://www.voyageri.net/



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



Re: openssh/openssl

2002-02-04 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Trond Eivind Glomsrød wrote:

Maynard B. Fernando [EMAIL PROTECTED] writes:
 
 [root@ns3 /root]# cd /usr/local/src/
 [root@ns3 src]# rpm -Uvh glibc-2.2.1-3.2.4.i386.rpm 
 error: glibc-2.2.1-3.2.4.i386.rpm cannot be installed
 [root@ns3 src]# 

1) Is this a valid rpm? rpm -K yourrpmfile
2) You _don't_ want to do this. If you want a newer glibc, get Red Hat
   Linux 7.x. Don't do an upgrade like this on your own

Yikes, I'll second that.  If you are unable to upgrade the system to
7.2, for some reason, then just grab the tarballs from
http://www.openssl.org and http://www.openssh.org, and install them
yourself.  It's not hard.  You _really_ don't want to go messing with
glibc.

- -d

- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPF7JHr9BpdPKTBGtEQLomACg5l45L4PaO29I4Q48EW8RGZZwIS4AoPSh
AzA1bKJxQrvKNSsCgE0kZzuQ
=lL6l
-END PGP SIGNATURE-




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



Re: Compaq Proliant 1600 Redhat 7.2 with Grub [repost]

2002-02-04 Thread Pixel

Cameron Simpson [EMAIL PROTECTED] writes:

[...]

 You can't get in because F10 was implemented in the original boot block for
 the drive. Your grub install overwrote this.
 
 Not to worry, I made the same mistake on a Deskpro (which I'm now prepared to
 consider a feature).
 
 The Smartstart stuff is merely a bootable DOS partition. Use fdisk to
 figure out which partition it's on (it's a 10meg DOS partition, near
 the end of the disc as I recall) and add a clause to grub.conf for this.

[...]

i'd like to automate this in DrakX (mandrake install). 
- is the Id of the partition 0x12 (Compaq diagnostics) ?
- can you send me the bootsector of this partition?

thanks!



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



Re: RTL8139c broadcast problems

2002-02-04 Thread G. T. Francisco, III

On Fri, Feb 01, 2002 at 05:17:01PM -0800, Brian Wright said:
  Are you able to ping yourself? Try ping localhost or ping 127.0.0.1
 
 Yes, I can ping localhost and 127.0.0.1, and also the machine's assigned
 IP and domain name.

Can you ping your gateway?

You may have a routing problem. What is the result of route -n?



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



Re: For Admin, a sugestion

2002-02-04 Thread Ed Wilts

On Mon, Feb 04, 2002 at 12:09:33PM -0500, Ezra Nugroho wrote:
 Redhat list Admin and other Redhat list members,
 
 I would like if all email headers from this list can have a distinct 
 prepend like [REDHAT-LIST] - original title.
 Therefore it's easier to sort them in some mailboxes (especially trash), so 
 that we can easily delete the old redhat stuff but still keep old 
 personal/other mails.

It sounds like you would to increase the size of every message by 13 bytes.
Multiple that by the number of subscribers of this list and by the number of
messages per day, and again by the number of servers that archive every 
message, and you'll see how your minor recommendation can increase the stock
values of the network and storage vendors.

I have the following procmail rule that files all my redhat-list messages into
its own folder which I then read via IMAP:

:0:
* ^Sender: redhat-list-admin
redhat-list

 What do you think?

Like you need a new MUA :-).  What I do with procmail can be done with any
decent (and probably some poor) MUAs.  procmail is available on your Red Hat
CDs. 

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



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



Re: For Admin, a sugestion

2002-02-04 Thread Ezra Nugroho

Yeah, I was warned that this would be a touchy issue

I did set some filters, but once they are in my trash box, I cannot sort 
them anymore.
That's fine guys, it's my problem, not yours.

If bandwith consumption is the main issue, not snipping the original when 
replying (like what I don't do in this email) is what you ought to be 
concern with.
This junk bellow is definitelly larger than 13 bytes.


At 12:12 PM 2/4/2002 -0600, you wrote:
On Mon, Feb 04, 2002 at 12:09:33PM -0500, Ezra Nugroho wrote:
  Redhat list Admin and other Redhat list members,
 
  I would like if all email headers from this list can have a distinct
  prepend like [REDHAT-LIST] - original title.
  Therefore it's easier to sort them in some mailboxes (especially 
 trash), so
  that we can easily delete the old redhat stuff but still keep old
  personal/other mails.

It sounds like you would to increase the size of every message by 13 bytes.
Multiple that by the number of subscribers of this list and by the number of
messages per day, and again by the number of servers that archive every
message, and you'll see how your minor recommendation can increase the stock
values of the network and storage vendors.

I have the following procmail rule that files all my redhat-list messages into
its own folder which I then read via IMAP:

:0:
* ^Sender: redhat-list-admin
redhat-list

  What do you think?

Like you need a new MUA :-).  What I do with procmail can be done with any
decent (and probably some poor) MUAs.  procmail is available on your Red Hat
CDs.

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



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


Ezra Nugroho
Web/Database Application Specialist
Goshen College ITS
Phone: (574) 535-7706




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



Re: For Admin, a sugestion

2002-02-04 Thread Matthew Galgoci

On Mon, Feb 04, 2002 at 12:09:33PM -0500, Ezra Nugroho wrote:
 Redhat list Admin and other Redhat list members,
 
 I would like if all email headers from this list can have a distinct 
 prepend like [REDHAT-LIST] - original title.
 Therefore it's easier to sort them in some mailboxes (especially trash), so 
 that we can easily delete the old redhat stuff but still keep old 
 personal/other mails.
 
 What do you think?
 

Absolutely no.


-- 



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



Re: For Admin, a sugestion

2002-02-04 Thread Bret Hughes

On Mon, 2002-02-04 at 11:27, Trond Eivind Glomsrød wrote:
 Ezra Nugroho [EMAIL PROTECTED] writes:
 
  Redhat list Admin and other Redhat list members,
  
  I would like if all email headers from this list can have a distinct
  prepend like [REDHAT-LIST] - original title.
 
 Those prefixes are Evil.

I agree with Trond.

 
 That it's a bad idea (I don't administer this list, though). Sort on
 the List-Id: header.

Can this be done with Eudora/windows?  Surley you can sort/filter on the
To: . Now if you were using a linux box to read your mail I would
suggest using procmail to place your emails in seperate folders before
your MUA even sees them but ...  

I subscribe to several lists, and I have filters that put each list's
mails into a different folder all under the directory Mailing_Lists.  My
situation may be different since I am using IMAP talking to a linux box
that is our mailserver.

Bret



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



Re: For Admin, a sugestion

2002-02-04 Thread Wayne Stout

At 12:41 PM 2/4/2002 -0600, you wrote:

  That it's a bad idea (I don't administer this list, though). Sort on
  the List-Id: header.

Can this be done with Eudora/windows?  Surley you can sort/filter on the
To: . Now if you were using a linux box to read your mail I would
suggest using procmail to place your emails in seperate folders before
your MUA even sees them but ...


Yep. Here at work I run Eudora and I do exactly this. Every once in a while 
a message will get misfiled, but only on rare occasions. Filters are your 
friends. :)

Wayne

Chaos reigns within.
Reflect, repent, and reboot.
Order shall return. 



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



Re: For Admin, a sugestion

2002-02-04 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ezra Nugroho wrote:

If bandwith consumption is the main issue, not snipping the original when 
replying (like what I don't do in this email) is what you ought to be 
concern with.
This junk bellow is definitelly larger than 13 bytes.

budda-bing.  ;-)  I think there are far greater offenders than a 
subject line banner in this regard.

I dislike them merely for their clutter, so I'm in agreement with
Trond and others.  This is what custom headers are for.  But I don't
think bandwidth consumption is a valid argument, especially since the 
string contained in the List-Id header is far longer than the one the 
OP was requesting in the subject header!

- -d

- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html




-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPF7Yg79BpdPKTBGtEQJ/iACfW0G+Hbn20zHM0/jsJZTXtJF0nZUAninw
MRjHZvuRx8IqUJtmsfO5qnfJ
=SNxu
-END PGP SIGNATURE-




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



Suddenly unable to print (network printer, but problem is local)

2002-02-04 Thread Joe Nestlerode

I seem to have messed up my ability to print to my usual network
printer.  It started when I tried to print a .pdf document this morning,
which is usually not a problem.  I've cleared the queue several times w/
lprm, restarted lpd, and even rebooted a couple times.  Nothing works. 
(The printer itself is working fine, ie, I can print to it from other
pc's.)  lpq gives the following output:

farmer ~  lpq
Printer: hp@raptor 'Lab' (dest [EMAIL PROTECTED])
 Queue: no printable jobs in queue
 Status: subserver pid 1264 exit status 'JFAIL' at 13:38:05.391
Printer '[EMAIL PROTECTED]' - cannot open connection -
Connection refused
 
If I try to print, it looks like this:

farmer ~  lpq
Printer: hp@raptor 'Lab' (dest [EMAIL PROTECTED])
 Queue: 1 printable job
 Server: pid 1280 active
 Unspooler: pid 1281 active
 Status: sleeping 10 secs before retry, starting sleep at 13:47:56.456
 Rank   Owner/ID  Class Job Files Size
Time
active farmer@raptor+279A   279 (STDIN) 65
13:47:55
Printer '[EMAIL PROTECTED]' - cannot open connection -
Connection refused

What is blocking me from printing?  I'm at a loss.  Any help greatly
appreciated!  I need to print!!

Joe
[EMAIL PROTECTED]



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



Can't get X to work

2002-02-04 Thread James Pifer

I'm replacing my Windows 2000 machine with Redhat 7.2. I did a full install 
and it locked up during the X configuration.

My system has the following:
K7SEM motherboard
Athlon 1.2 Ghz
384 PC133 SDRAM
SiS730S Video Chipset with 64 Meg RAM (shared, not dedicated)

I've also tried going into Setup from the console and tried a bunch of 
different resolutions and color settings.

I was running VMWare on Windows 2000 and Linux ran fine in that, but VMWare 
sticks its own video drivers in and does emulation. Not a true comparison.

Anyone have any suggestions?

Thanks,
James



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



Re: For Admin, a sugestion

2002-02-04 Thread Ed Wilts

On Mon, Feb 04, 2002 at 12:41:28PM -0600, Bret Hughes wrote:
 Can this be done with Eudora/windows?  Surley you can sort/filter on the
 To: . Now if you were using a linux box to read your mail I would
 suggest using procmail to place your emails in seperate folders before
 your MUA even sees them but ...  

With Eudoria, you're looking for a Eudora client solution.  You simply can't
(or at least shouldn't) do this on your server with Eudora as a client.  
Eudora doesn't check alternate folders for new mail using IMAP, and if you're
using POP, then only the Inbox is checked, so you lose either way.  I'm not
an expert on Eudora client filters, and this list isn't the right place for
this anyway.

 I subscribe to several lists, and I have filters that put each list's
 mails into a different folder all under the directory Mailing_Lists.  My
 situation may be different since I am using IMAP talking to a linux box
 that is our mailserver.

That's what I do...
 
-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]



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



Re: Can't get X to work

2002-02-04 Thread James Pifer

I was able to get X working by using the following the command that I found 
on the net.

Xconfigurator --noddcprobe --expert

After configuring it this way it worked. I have no idea why.

James

At 02:09 PM 2/4/2002 -0500, you wrote:
I'm replacing my Windows 2000 machine with Redhat 7.2. I did a full 
install and it locked up during the X configuration.

My system has the following:
K7SEM motherboard
Athlon 1.2 Ghz
384 PC133 SDRAM
SiS730S Video Chipset with 64 Meg RAM (shared, not dedicated)

I've also tried going into Setup from the console and tried a bunch of 
different resolutions and color settings.

I was running VMWare on Windows 2000 and Linux ran fine in that, but 
VMWare sticks its own video drivers in and does emulation. Not a true 
comparison.

Anyone have any suggestions?

Thanks,
James



___
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: Suddenly unable to print (network printer, but problem is local)

2002-02-04 Thread hanfamily

I had a similar problem when printing a ps file a few weeks ago
I finally used printconf to recreate the printer and it then
worked. This is not a very nice solution but you could try it.
Otherwise you might try the lprng mailing list for help.
  Linda


On Mon, 4 Feb 2002, Joe Nestlerode wrote:

 I seem to have messed up my ability to print to my usual network
 printer.  It started when I tried to print a .pdf document this morning,
 which is usually not a problem.  I've cleared the queue several times w/
 lprm, restarted lpd, and even rebooted a couple times.  Nothing works. 
 (The printer itself is working fine, ie, I can print to it from other
 pc's.)  lpq gives the following output:
 
 farmer ~  lpq
 Printer: hp@raptor 'Lab' (dest [EMAIL PROTECTED])
  Queue: no printable jobs in queue
  Status: subserver pid 1264 exit status 'JFAIL' at 13:38:05.391
 Printer '[EMAIL PROTECTED]' - cannot open connection -
 Connection refused
  
 If I try to print, it looks like this:
 
 farmer ~  lpq
 Printer: hp@raptor 'Lab' (dest [EMAIL PROTECTED])
  Queue: 1 printable job
  Server: pid 1280 active
  Unspooler: pid 1281 active
  Status: sleeping 10 secs before retry, starting sleep at 13:47:56.456
  Rank   Owner/ID  Class Job Files Size
 Time
 active farmer@raptor+279A   279 (STDIN) 65
 13:47:55
 Printer '[EMAIL PROTECTED]' - cannot open connection -
 Connection refused
 
 What is blocking me from printing?  I'm at a loss.  Any help greatly
 appreciated!  I need to print!!
 
 Joe
 [EMAIL PROTECTED]
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 



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



Re: For Admin, a sugestion

2002-02-04 Thread Anthony E. Greene

On Mon, Feb 04, 2002 at 12:41:28PM -0600, Bret Hughes wrote:
 Can this be done with Eudora/windows?  Surley you can sort/filter on the
 To: . Now if you were using a linux box to read your mail I would
 suggest using procmail to place your emails in seperate folders before
 your MUA even sees them but ...  

With Eudora, you can sort/filter on any header, including List-ID and 
Reply-to, you just have to specify them yourself instead of using the 
default headernames listed in the filter dialog.

For more info, see the Eudora FAQ http://wso.williams.edu/~eudora/.


Tony
-- 
Anthony E. Greene [EMAIL PROTECTED] http://www.pobox.com/~agreene/
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AOL/Yahoo Messenger: TonyG05
Linux: the choice of a GNU Generation. http://www.linux.org/



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



Re: Newbie - Need help!

2002-02-04 Thread Edward C. Bailey

 Ed == Ed Wilts [EMAIL PROTECTED] writes:

Ed The easiest thing to do is to have the Linux system tell you what it
Ed found:

Ed $ dmesg | grep eth

Ed dmesg will print the kernel ring buffer, so do this shortly after a
Ed boot - you may get away with it later, but the sooner the better.

Note also that a copy is saved in /var/log/dmesg, so timeliness is not 100%
necessary... :-)

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



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



Re: IBM Microdrive

2002-02-04 Thread Edward C. Bailey

 Matt == Matthew Galgoci [EMAIL PROTECTED] writes:
...
Matt Micro drives should work fine with linux, but I have yet to see a
Matt laptop that will allow you to boot from any kind of pcmcia
Matt device.

Discounting the original HP OmniBooks, of course... :-)

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



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



Connect to NT/2000

2002-02-04 Thread James Pifer

I've searched the archives and found mostly people trying to connect Linux 
to NT/2000, not the other way around. I want to connect my Linux machine to 
my other NT/2000 machines. I'm having no luck with smbmount, although I'm 
sure I'm just doing it wrong.

I've tried the following command:
smbmount //computer/share /mountpoint I [ipaddress]

It keeps coming back that it's Could not resolve mount point /mountpoint. 
Even if I have that directory created I still get that.

Is there a GUI in X to help you connect to Windows and even Netware machines?

Thanks,
James



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



RE: Connect to NT/2000

2002-02-04 Thread Daniel L Quigley-Skillin

mount -t smbfs -o username=,password=* //winxp/astro
/home//windows

That command works fine for me.

D-

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED]] On Behalf Of James Pifer
 Sent: Monday, February 04, 2002 4:06 PM
 To: [EMAIL PROTECTED]
 Subject: Connect to NT/2000
 
 
 I've searched the archives and found mostly people trying to 
 connect Linux 
 to NT/2000, not the other way around. I want to connect my 
 Linux machine to 
 my other NT/2000 machines. I'm having no luck with smbmount, 
 although I'm 
 sure I'm just doing it wrong.
 
 I've tried the following command:
 smbmount //computer/share /mountpoint I [ipaddress]
 
 It keeps coming back that it's Could not resolve mount point 
 /mountpoint. 
 Even if I have that directory created I still get that.
 
 Is there a GUI in X to help you connect to Windows and even 
 Netware machines?
 
 Thanks,
 James
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED] 
 https://listman.redhat.com/mailman/listinfo/re dhat-list
 



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



How to Use Motif?

2002-02-04 Thread Li Bing



Dear all,

I need to design GUI applications 
over RedHat 7.0. I have ever used Java Swing. If chosing C++, how can I do it? 
Where can I get Motif?

Thanks so much,
Li Bing
 
_.--"""--._ 
.' '-. 
`. 
__/__ (-. `\ 
\ 
/o `o \ \ \ 
\ 
_\__.__/ )) | | 
; 
.--;" 
| | 
\ 
( 
`) 
| | 
\ _|`---' 
.' _, _| 
| `\ '`_\ 
\ '_,.-';_.-`\| 
\ \_ 
.' '--'---;` / / |\ 
|_..--' 
\ 
\'-'.' .--'.__/ 
__.-; 
`"` (___...---''` 
\ 
_/_ 
\ 
/ASU\ [EMAIL PROTECTED] 
\___/ 480-965-9038(L), 
480-829-8492(H) 
http://www.public.asu.edu/~libing


start your own ipchains/iptables at boot.

2002-02-04 Thread chas


In /etc/rc.d, there are startup scripts for both iptables and ipchains : 

S08ipchains
S08iptables

Each of these seems to get its configuration information from
the following files respectively, if they exist :

/etc/sysconfig/ipchains
/etc/sysconfig/iptables

The first file /etc/sysconfig/ipchains is created/updated 
automatically by lokkit.  However, I am quickly finding that
lokkit can only provide the most simple of rules. For greater 
flexibility (eg. specifying source addresses), I'm having to
append my own rules. (ie. ipchains -A input  )

In order for my rules to be started at startup time, I could
manually edit /etc/sysconfig/ipchains but that's not ideal
b/c my changes would be overwritten next time lokkit is run.

Seems like I should therefore : 

1. Delete /etc/sysconfig/ipchains

2. Remember not to use lokkit any more (or else /etc/sysconfig/ipchains 
   will be recreated)

3. /sbin/ipchains-save  /etc/ipchains.rules

4. Create a new startup script such as /etc/rc.d/S08myipchains 
   which simply does the following : 
   #!/bin/sh
   ipchains-restore  /etc/ipchains.rules

OR : 

1. Simply /sbin/ipchains-save  /etc/sysconfig/ipchains

2. Disable the lokkit program.

Is this the correct procedure ? 

Thanks in advance,

chas



   



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



Re: start your own ipchains/iptables at boot.

2002-02-04 Thread Duncan Hill

On Tue, 5 Feb 2002, chas wrote:

 The first file /etc/sysconfig/ipchains is created/updated automatically by
 lokkit.  However, I am quickly finding that lokkit can only provide the

You may wish to examine the fwbuilder program from fwbuilder.org (I think 
its .org)



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



Re: For Admin, a sugestion

2002-02-04 Thread Cameron Simpson

On 12:41 04 Feb 2002, Bret Hughes [EMAIL PROTECTED] wrote:
| On Mon, 2002-02-04 at 11:27, Trond Eivind Glomsrød wrote:
|  Ezra Nugroho [EMAIL PROTECTED] writes:
|   I would like if all email headers from this list can have a distinct
|   prepend like [REDHAT-LIST] - original title.
|  Those prefixes are Evil.
| I agree with Trond.

Me too.

Besides, if your mail filtering program is any good you can have it insert
them for you.  Just be damn sure to get rid of them again whenever you
post to the list.

|  That it's a bad idea (I don't administer this list, though). Sort on
|  the List-Id: header.
| 
| Can this be done with Eudora/windows?

On List-Id:? I don't think so. But...

| Surley you can sort/filter on the To: .

Yep - look for [EMAIL PROTECTED] in the To and CC headers and that
will get damn near everything.

| Now if you were using a linux box to read your mail I would
| suggest using procmail to place your emails in seperate folders before
| your MUA even sees them but ...  

Yep.

| I subscribe to several lists, and I have filters that put each list's
| mails into a different folder all under the directory Mailing_Lists.

I actually stuff several lists (including this one) into my UNIX folder.
-- 
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

To a studio executive, you're dinner.   - Terrence Rafferty



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



Re: For Admin, a sugestion

2002-02-04 Thread Anthony E. Greene

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, 5 Feb 2002, Cameron Simpson wrote:

|  That it's a bad idea (I don't administer this list, though). Sort on
|  the List-Id: header.
| 
| Can this be done with Eudora/windows?

On List-Id:? I don't think so. But...
[snip]

Yes, you can. The header name widget Eudora's filter dialog is an editable
combo box. You can type in the name of any arbitrary header, including
List-Id. I used to do it all the time before I switched to Linux and the
much more powerful procmail.

Tony
- -- 
Anthony E. Greene [EMAIL PROTECTED] http://www.pobox.com/~agreene/
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D
Chat: AOL/Yahoo: TonyG05
Linux. The choice of a GNU generation http://www.linux.org/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Anthony E. Greene [EMAIL PROTECTED] 0x6C94239D

iD8DBQE8XzNfpCpg3WyUI50RAtqxAKCZrYwKSLX0YP6Unn8UlQaVRviXfQCgmmZx
KJT1fg0uCe2026zq4WvvK9c=
=OQVC
-END PGP SIGNATURE-



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



Video CD

2002-02-04 Thread James Pifer

Using Xcdroast I can successfully burn a CD. Is it possible to create a 
Video CD from AVI's? How would I do that on RH7.2?

Thanks,
James



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



Visioneer Scanner

2002-02-04 Thread James Pifer

I have a parallel port Visioneer 6100B scanner. Can anyone point me to some 
type of howto or instructions on setting it up on RH7.2?

Thanks,
James



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



Reformat partition

2002-02-04 Thread James Pifer

I have a second drive in a new install of RH7.2. Now that I already have 
linux installed how to I format the drive and add a mount point? It 
currently has NTFS on it.

I don't see how to do it with fdisk.

Can disk druid be run after Redhat is installed?
Is the a GUI in KDE for doing this?

Thanks,
James



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



fqdn

2002-02-04 Thread Hidong Kim

Hi,

I'm having problems with httpd.  I have a laptop called
newt.emeraldbiostructures.com running Red Hat 7.2.  'uname -a' shows
this:

Linux newt.emeraldbiostructures.com 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT
2001 i686 unknown


I've installed Apache on this laptop.  When I try to start httpd with
'/etc/rc.d/init.d/httpd start', I get this message:

Starting httpd: [Mon Feb  4 17:37:20 2002] [alert] httpd: Could not
determine the server's fully qualified domain name, using 127.0.0.1 for
ServerName



And then when I point the browser to
http://newt.emeraldbiostructures.com, it says that Netscape is unable to
locate the server.  If I point the browser to localhost, 127.0.0.1, or
its local class C IP address, I get the familiar Apache start-up page. 
Why is httpd not recognizing the FQDN?  I have the correct name in
/etc/HOSTNAME.  Thanks,



Hidong



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



Re: Visioneer Scanner

2002-02-04 Thread fred smith

On Mon, Feb 04, 2002 at 08:34:34PM -0500, James Pifer wrote:
 I have a parallel port Visioneer 6100B scanner. Can anyone point me to some 
 type of howto or instructions on setting it up on RH7.2?

Last I heard there was no support for (most??) parallel port scanners.

if you find out anything about support for Visioneer, please post it to
this list as I also have one of 'em. I keep a windoze box going primarily
so I can scan things once in a while. It'd be nice to not need to go to
the dark side just for that.

Fred
-- 
 Fred Smith -- [EMAIL PROTECTED] -
  And he will be called Wonderful Counselor, Mighty God, Everlasting Father,
  Prince of Peace. Of the increase of his government there will be no end. He 
 will reign on David's throne and over his kingdom, establishing and upholding
  it with justice and righteousness from that time on and forever.
--- Isaiah 9:7 (niv) --



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



Re: fqdn

2002-02-04 Thread Cameron Simpson

On 17:47 04 Feb 2002, Hidong Kim [EMAIL PROTECTED] wrote:
| I'm having problems with httpd.  I have a laptop called
| newt.emeraldbiostructures.com running Red Hat 7.2.  'uname -a' shows
| this:
| 
| Linux newt.emeraldbiostructures.com 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT
| 2001 i686 unknown
| 
| I've installed Apache on this laptop.  When I try to start httpd with
| '/etc/rc.d/init.d/httpd start', I get this message:
| 
| Starting httpd: [Mon Feb  4 17:37:20 2002] [alert] httpd: Could not
| determine the server's fully qualified domain name, using 127.0.0.1 for
| ServerName
| 
| And then when I point the browser to
| http://newt.emeraldbiostructures.com, it says that Netscape is unable to
| locate the server.  If I point the browser to localhost, 127.0.0.1, or
| its local class C IP address, I get the familiar Apache start-up page. 
| Why is httpd not recognizing the FQDN?  I have the correct name in
| /etc/HOSTNAME.  Thanks,

It's not in the DNS. Why not?
-- 
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

A friend of mine in a compiler writing class produced a compiler with one error
message you lied to me when you told me this was a program.
- Pete Fenelon [EMAIL PROTECTED]



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



Re: fqdn

2002-02-04 Thread Dave Reed

 From: Hidong Kim [EMAIL PROTECTED]
 
 Hi,
 
 I'm having problems with httpd.  I have a laptop called
 newt.emeraldbiostructures.com running Red Hat 7.2.  'uname -a' shows
 this:
 
 Linux newt.emeraldbiostructures.com 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT
 2001 i686 unknown
 
 
 I've installed Apache on this laptop.  When I try to start httpd with
 '/etc/rc.d/init.d/httpd start', I get this message:
 
 Starting httpd: [Mon Feb  4 17:37:20 2002] [alert] httpd: Could not
 determine the server's fully qualified domain name, using 127.0.0.1 for
 ServerName

I think this is the error you get when

/etc/httpd/conf/httpd.conf

doesn't contain the server name.

Look in that file for the line that starts out ServerName and put
the FQDN for your machine after it.

HTH,
Dave


 And then when I point the browser to
 http://newt.emeraldbiostructures.com, it says that Netscape is unable to
 locate the server.  If I point the browser to localhost, 127.0.0.1, or
 its local class C IP address, I get the familiar Apache start-up page. 
 Why is httpd not recognizing the FQDN?  I have the correct name in
 /etc/HOSTNAME.  Thanks,

 Hidong



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



Re: Reformat partition

2002-02-04 Thread Statux

You have to use fdisk to remove the NTFS partition and repartition to 
Linux Native. Then write the partition table and do a mkfs.ext2 on each 
partition created. Then edit your /etc/fstab and add the device entries 
for the partitions. Make sure the mount point directories exist before 
mounting the new partitions. Keep in mind that if you mount a partition to 
a directory that already contains data on another partition, you'll lose 
sight of the old data while the partition is mounted over top of it.

The man page or HOWTO for mdisk will probably help lots.

On Mon, 4 Feb 2002, James Pifer wrote:

 I have a second drive in a new install of RH7.2. Now that I already have 
 linux installed how to I format the drive and add a mount point? It 
 currently has NTFS on it.
 
 I don't see how to do it with fdisk.
 
 Can disk druid be run after Redhat is installed?
 Is the a GUI in KDE for doing this?
 
 Thanks,
 James
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- 
-Statux



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



Re: How to Use Motif?

2002-02-04 Thread Robert Canary

Please cut the crap out of your signature.  It is not cute it is
annoying.

 Li Bing wrote:
 
 Dear all,
 
 I need to design GUI applications over RedHat 7.0. I have ever used
 Java Swing. If chosing C++, how can I do it? Where can I get Motif?
 
 Thanks so much,
 Li Bing
 _.._
   .'   '-. `.
__/__(-.   `\ \
   /o `o \  \\ \
  _\__.__/ ))|| ;
 .--;   ||  \
(`)  ||   \
   _|`---' .'  _,   _||`\
 '`_\  \ '_,.-';_.-`\| \ \_
 .'  '--'---;`  / / |\ |_..--' \
\'-'.' .--'.__/__.-;
 ``  (___...---''` \
  _/_\
 /ASU\ [EMAIL PROTECTED]
 \___/ 480-965-9038(L), 480-829-8492(H)
 http://www.public.asu.edu/~libing

--
robert canary
system services
OhioCounty.Net
[EMAIL PROTECTED]
(270)298-9331 Office
(270)298-7449 Fax



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



RE: fqdn

2002-02-04 Thread Chad and Doria Skinner


 | And then when I point the browser to
 | http://newt.emeraldbiostructures.com, it says that Netscape is unable to
 | locate the server.  If I point the browser to localhost, 127.0.0.1, or
 | its local class C IP address, I get the familiar Apache start-up page.
 | Why is httpd not recognizing the FQDN?  I have the correct name in
 | /etc/HOSTNAME.  Thanks,

 It's not in the DNS. Why not?

Either make sure the DNS entry is correct or that the ip and hostname are
listed in /etc/hosts so that it can resolve the ip when starting.



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



unsbject

2002-02-04 Thread linux





Re: fqdn

2002-02-04 Thread Hidong Kim

Hi,

Thanks for the tip.  I modified /etc/httpd/conf/httpd.conf by putting in
newt.emeraldbiostructures.com as the ServerName.  I don't get an error
anymore when starting /etc/rc.d/init.d/httpd.  But I still can't point
my browser to newt.emeraldbiostructures.com.  






Dave Reed wrote:
 
  From: Hidong Kim [EMAIL PROTECTED]
 
  Hi,
 
  I'm having problems with httpd.  I have a laptop called
  newt.emeraldbiostructures.com running Red Hat 7.2.  'uname -a' shows
  this:
 
  Linux newt.emeraldbiostructures.com 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT
  2001 i686 unknown
 
 
  I've installed Apache on this laptop.  When I try to start httpd with
  '/etc/rc.d/init.d/httpd start', I get this message:
 
  Starting httpd: [Mon Feb  4 17:37:20 2002] [alert] httpd: Could not
  determine the server's fully qualified domain name, using 127.0.0.1 for
  ServerName
 
 I think this is the error you get when
 
 /etc/httpd/conf/httpd.conf
 
 doesn't contain the server name.
 
 Look in that file for the line that starts out ServerName and put
 the FQDN for your machine after it.
 
 HTH,
 Dave



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



-dj linux kernel?

2002-02-04 Thread Brian Lee

[JUPITER: /lib/modules] $ finger @ftp.kernel.org
[zeus.kernel.org]
The latest stable version of the Linux kernel is:   2.4.17
The latest prepatch for the stable Linux kernel tree is:2.4.18-pre8
The latest beta version of the Linux kernel is: 2.5.3
The latest prepatch for the beta Linux kernel tree is:  2.5.3-pre6
The latest 2.2 version of the Linux kernel is:  2.2.20
The latest prepatch for the 2.2 Linux kernel tree is:   2.2.21-pre2
The latest 2.0 version of the Linux kernel is:  2.0.39
The latest prepatch for the 2.0 Linux kernel tree is:   2.0.40-rc2
The latest -ac patch to the stable Linux kernels is:2.4.18-pre7-ac3
The latest -dj patch to the beta Linux kernels is:  2.5.3-dj2

Hi, I'm one of Linux newbie and I did finger to ftp.kernel.org.
Sorry but what does that mean by -dj linux kernel? I know -ac mean
Alan Cox and -dj is new kernel developer? Sorry for not akwolegement.

-- 
    Brian Lee[EMAIL PROTECTED]
 |o | i   / Homepage http://www.senux.com/
 ###|  GnuPG public key   0x46C763A3
(x-x-x-x) \ Bulldozer to build open world!



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



Re: fqdn

2002-02-04 Thread Hidong Kim

Thanks!

The problem was that the only entry I had in /etc/hosts was '127.0.0.1
localhost'.  I added the entry for newt.emeraldbiostructures.com, and
it's working now.  Thanks,



Hidong





Chad and Doria Skinner wrote:
 
  | And then when I point the browser to
  | http://newt.emeraldbiostructures.com, it says that Netscape is unable to
  | locate the server.  If I point the browser to localhost, 127.0.0.1, or
  | its local class C IP address, I get the familiar Apache start-up page.
  | Why is httpd not recognizing the FQDN?  I have the correct name in
  | /etc/HOSTNAME.  Thanks,
 
  It's not in the DNS. Why not?
 
 Either make sure the DNS entry is correct or that the ip and hostname are
 listed in /etc/hosts so that it can resolve the ip when starting.
 
 ___
 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: -dj linux kernel?

2002-02-04 Thread Hal Burgiss

On Tue, Feb 05, 2002 at 11:52:52AM +0900, Brian Lee wrote:
 [JUPITER: /lib/modules] $ finger @ftp.kernel.org
 [zeus.kernel.org]
 The latest stable version of the Linux kernel is:   2.4.17
 The latest prepatch for the stable Linux kernel tree is:2.4.18-pre8
 The latest beta version of the Linux kernel is: 2.5.3
 The latest prepatch for the beta Linux kernel tree is:  2.5.3-pre6
 The latest 2.2 version of the Linux kernel is:  2.2.20
 The latest prepatch for the 2.2 Linux kernel tree is:   2.2.21-pre2
 The latest 2.0 version of the Linux kernel is:  2.0.39
 The latest prepatch for the 2.0 Linux kernel tree is:   2.0.40-rc2
 The latest -ac patch to the stable Linux kernels is:2.4.18-pre7-ac3
 The latest -dj patch to the beta Linux kernels is:  2.5.3-dj2
 
 Hi, I'm one of Linux newbie and I did finger to ftp.kernel.org.
 Sorry but what does that mean by -dj linux kernel? I know -ac mean
 Alan Cox and -dj is new kernel developer? Sorry for not akwolegement.

Dave Jones? Davey Jones? I think he is with SuSE. I don't think he is
new so much as having his own tree is new.

-- 
Hal Burgiss
 



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



Re: Reformat partition

2002-02-04 Thread Enrique Bory Simon

hello !
First, fdisk DO NOT format anything !!! just it build the partition's table
(make bootable or not a partition, change the type, create delete even
modify a partition, etc). So, you have to use other utilities like some
mkfs

Nonetheless I think you have some unclear conceps, let me review it

To do it: find out where the disk is ? I mean, where is plugged the device?
TO be sure you need open the machine and see inside, THEN
There's  a rule for naming disk in linux: (I assume this is IDE NOT scsi,
but it seem equal , just change below  all terms hd for sd )

(for PRIMARY IDE  master   --   it appear as device/dev/hda)
(for PRIMARY IDE  slave --   it appear as device/dev/hdb)
(for SECUNDARY IDEmaster   --   it appear as device/dev/hdc)
(for SECUNDARY IDEslave --   it appear as  device/dev/hdd)

For instance, if you have a hard disk attached in the first connector and
it's setting as master, so it will be see by the system like /dev/hda
Finally, a number appended to  the name of a device, it will  refer to a
specific partition number ito the device, Example: /dev/hda1 is the first
partition into the device hda.

Then,
First, find out where is the disk is attached ? (I suggest open the
machine )
Second, partiton it with fdisk /dev/hdX  (becarefull ensure you are
fdisking the correct drive)
Thirt, do a logic format  to the device. just use mkfs /dev/hdX (you must
set filesuystem's type)
Fourth, test the partition with fsck /dev/hdX
I strongly recommend read pages of manual:
fdisk, mkfs.*, fsck.* and relatives HOWTO

About KDE, a prefer dont use this tools, but if you insist I have been check
webmin and it work with disk's partition  very good !!
gnome also contain other utilities linuxconf , etc. I recommend you do it
with standard command and ALWAYS standing from console !


I hope it help.

Excuse me my bad Cuban-english.

Lic. Enrique Bory Simon


- Original Message -
From: James Pifer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, February 04, 2002 5:51 PM
Subject: Reformat partition


 I have a second drive in a new install of RH7.2. Now that I already have
 linux installed how to I format the drive and add a mount point? It
 currently has NTFS on it.

 I don't see how to do it with fdisk.

 Can disk druid be run after Redhat is installed?
 Is the a GUI in KDE for doing this?

 Thanks,
 James



 ___
 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: -dj linux kernel?

2002-02-04 Thread Brian Ashe

Hello Brian,

Monday, February 04, 2002, 9:52:52 PM, you textually orated:

BL Hi, I'm one of Linux newbie and I did finger to ftp.kernel.org.
BL Sorry but what does that mean by -dj linux kernel? I know -ac mean
BL Alan Cox and -dj is new kernel developer? Sorry for not akwolegement.

Should have tried the website. ;)
http://kernel.org/djpatch.html

(Hint: it's David Jones)

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



RE: fqdn

2002-02-04 Thread Chad and Doria Skinner


 The problem was that the only entry I had in /etc/hosts was '127.0.0.1
 localhost'.  I added the entry for newt.emeraldbiostructures.com, and
 it's working now.  Thanks,


If this is something you want publicly available at the FQDN you mentioned
you will have to put the entry in the DNS. Putting the entry in your hosts
file will allow your machine to resolve the name and view the pages, but
other machines will still need to use the ip address.



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



Re: [REDHAT] Visioneer Scanner

2002-02-04 Thread David Kramer

On Mon, 4 Feb 2002, James Pifer wrote:

 I have a parallel port Visioneer 6100B scanner. Can anyone point me to some 
 type of howto or instructions on setting it up on RH7.2?
 
 Thanks,
 James

I don't think that one is supported.  I have a parallel prot Visioneer 
too, and would love to get it working undwe Linux.

---
   David Kramer   http://thekramers.net
DK KD  
DKK D  There are things that are so serious that you can only 
DK KD  joke about them.
-Heisenberg 



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



Re: openssh/openssl

2002-02-04 Thread Maynard B. Fernando

thanks for all the concerns, guys! :-)

- Original Message -
From: David Talkington [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, February 05, 2002 1:47 AM
Subject: Re: openssh/openssl


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Trond Eivind Glomsrød wrote:

Maynard B. Fernando [EMAIL PROTECTED] writes:

 [root@ns3 /root]# cd /usr/local/src/
 [root@ns3 src]# rpm -Uvh glibc-2.2.1-3.2.4.i386.rpm
 error: glibc-2.2.1-3.2.4.i386.rpm cannot be installed
 [root@ns3 src]#

1) Is this a valid rpm? rpm -K yourrpmfile
2) You _don't_ want to do this. If you want a newer glibc, get Red Hat
   Linux 7.x. Don't do an upgrade like this on your own

Yikes, I'll second that.  If you are unable to upgrade the system to
7.2, for some reason, then just grab the tarballs from
http://www.openssl.org and http://www.openssh.org, and install them
yourself.  It's not hard.  You _really_ don't want to go messing with
glibc.

- -d

- --
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPF7JHr9BpdPKTBGtEQLomACg5l45L4PaO29I4Q48EW8RGZZwIS4AoPSh
AzA1bKJxQrvKNSsCgE0kZzuQ
=lL6l
-END PGP SIGNATURE-




___
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: For Admin, a sugestion

2002-02-04 Thread John P Verel

On 02/04/02, 12:27:23PM -0500, Trond Eivind Glomsrød wrote:
 Ezra Nugroho [EMAIL PROTECTED] writes:
  I would like if all email headers from this list can have a distinct
  prepend like [REDHAT-LIST] - original title.
 
 Those prefixes are Evil.
Agreed.  Except they keep our regex/sed skills sharp stripping them off
in procmail ;)
 
  Therefore it's easier to sort them in some mailboxes (especially
  trash), so that we can easily delete the old redhat stuff but still
  keep old personal/other mails.
  
  What do you think?
That's what procmail's for.  RTFM :)
-- 
John P. Verel
Living Proof That Low Tech Beats High Tech!



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



Weird ppp0 behaviour when upgraded to 7.2

2002-02-04 Thread Edward Dekkers

Basically, we finally have a redundant piece of hardware similar to our
current server.

I'd been waiting for an opportunity like this to upgrade to 7.2.

Server1 - old server RH 6.2 all updates.
Server2 - new server - to become 7.2 all updates.

So:

I Drive imaged server1 on to server2.
Turned off all startup-stuff services on server2, and changed hostname and
IP-Address.
Upgraded to 7.2 via CD.
Got ppp going manually to up2date all packages except kernel.
Ran up2date again without kernel exclusion to see if it would upgrade
kernel.

P.S. My Red Hat off to Red Hat programmers here. It worked Gave me
another kernel boot-up option in GRUB and booted the new kernel fine.
BRILLIANT!

Turned on only a few services to start-including the AUTOMATIC pppd service,
which, on server1 was set up to dial-on-demand and worked perfectly.

On this server it 'hangs' though. It loads lo and eth0 but hangs on starting
ppp0. The hard drive keeps spinning after and I suspect it IS continuing to
a point, but the screen stops, I can't even switch consoles. The ONLY thing
I can do is Ctrl-Alt-Delete and let it re-boot, the hit 'i' and stop the
network services.

If I then type 'ifup ppp0' ppp starts normally.

As an experiment, I turned the ONBOOT option off on the ppp0 device and
re-booted again.

It fired up successfully, leaving me to believe it IS something to do with
PPP start-up.

Again, manual start works.

Then I simply put the 'ifup ppp0' into rc.local and re-booted again.

Again it is fine.

So, basically, yes I do have a working 7.2 server with automatic ppp dial-up
starting. However I can't stand going through all the ppp scripts and stuff,
finding them exactly the same as the 6.2 server ones, and it working on the
old server but not on the new.

Has anything changed in the ppp startup between 6.2 and 7.2? I'd like to get
this working the 'RedHat' way if possible. Any ideas as to why it locks like
that?

---
Edward Dekkers (Director)
Triple D Computer Services Pty. Ltd.




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



Re: Weird ppp0 behaviour when upgraded to 7.2

2002-02-04 Thread Hidong Kim

Did you go through rp3-config on the 7.2 machine?





Edward Dekkers wrote:
 
 Basically, we finally have a redundant piece of hardware similar to our
 current server.
 
 I'd been waiting for an opportunity like this to upgrade to 7.2.
 
 Server1 - old server RH 6.2 all updates.
 Server2 - new server - to become 7.2 all updates.
 
 So:
 
 I Drive imaged server1 on to server2.
 Turned off all startup-stuff services on server2, and changed hostname and
 IP-Address.
 Upgraded to 7.2 via CD.
 Got ppp going manually to up2date all packages except kernel.
 Ran up2date again without kernel exclusion to see if it would upgrade
 kernel.
 
 P.S. My Red Hat off to Red Hat programmers here. It worked Gave me
 another kernel boot-up option in GRUB and booted the new kernel fine.
 BRILLIANT!
 
 Turned on only a few services to start-including the AUTOMATIC pppd service,
 which, on server1 was set up to dial-on-demand and worked perfectly.
 
 On this server it 'hangs' though. It loads lo and eth0 but hangs on starting
 ppp0. The hard drive keeps spinning after and I suspect it IS continuing to
 a point, but the screen stops, I can't even switch consoles. The ONLY thing
 I can do is Ctrl-Alt-Delete and let it re-boot, the hit 'i' and stop the
 network services.
 
 If I then type 'ifup ppp0' ppp starts normally.
 
 As an experiment, I turned the ONBOOT option off on the ppp0 device and
 re-booted again.
 
 It fired up successfully, leaving me to believe it IS something to do with
 PPP start-up.
 
 Again, manual start works.
 
 Then I simply put the 'ifup ppp0' into rc.local and re-booted again.
 
 Again it is fine.
 
 So, basically, yes I do have a working 7.2 server with automatic ppp dial-up
 starting. However I can't stand going through all the ppp scripts and stuff,
 finding them exactly the same as the 6.2 server ones, and it working on the
 old server but not on the new.
 
 Has anything changed in the ppp startup between 6.2 and 7.2? I'd like to get
 this working the 'RedHat' way if possible. Any ideas as to why it locks like
 that?
 
 ---
 Edward Dekkers (Director)
 Triple D Computer Services Pty. Ltd.
 
 ___
 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