Re: Newbie

2002-01-01 Thread Joe Brenner
Tyrone Khan <[EMAIL PROTECTED]> wrote: > I'm only a newbie in Redhat and I installed version 7.2 after the the > installation the system will reboot. After rebooting and I saw some files > being loaded ..then my monitor went to dark and I've been stuck there, my > friend told me to re-install

Newbie

2002-01-01 Thread Tyrone Khan
Hi to all, I'm only a newbie in Redhat and I installed version 7.2 after the the installation the system will reboot. After rebooting and I saw some files being loaded ..then my monitor went to dark and I've been stuck there, my friend told me to re-install it and I tried it over and over again

Re: Windows True Type Fonts installer package

2002-01-01 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 01 January 2002 04:52 pm, Wolfgang Pfeiffer wrote: > Hi Devon, > I already installed the truetype fonts. After restarting > Netscape-Communicator it seems it has some new fonts available > (going to Edit --> Preferences --> Appearance --> F

Re: No more compile after upgrade to 2.2.20

2002-01-01 Thread Gordon Messmer
On Tue, 1 Jan 2002, Merell L. Matlock, Jr. wrote: > A typical error: > > /usr/include/bits/sigcontext.h:28 (asm/sigcontext.h) No such file or > directory. > > Since I am not a programmer, I have no clue as to what this means. /usr/include/linux and /usr/include/asm are usually symlinks to your

RE: RPC not reading /etx/exports

2002-01-01 Thread Robert Canary
hahahahahaha Me too. I finally got it to go away, but I don't know how. The odd thing is if I do an exportfs -r it will show the *non-existing* /cdrom, but the next time I do exportfs -r it may or may not be there... Now I am having a hard time getting it to show sub-filesfs' that are mounted.

Re: sendmail relay

2002-01-01 Thread Greg Wright
*** REPLY SEPARATOR *** On 1/01/2002 at 7:09 PM Hernan Brun [EMAIL PROTECTED] [gregausit/redhat-list] wrote: >Hi friends!! >Any simple cuestion >In sendmail how can I check if the email account exist in my domain relay >for this sesion? >In sendmail docs only I found relay by

Re: iptables giving error on log

2002-01-01 Thread Jeff Muse
On Tue, Jan 01, 2002 at 08:54:06PM -0600, Chad and Doria Skinner wrote: > I am trying to log a few packets using the following rule: > > $IPTABLES -A DENY_PORTS -p tcp --dport $PORT -m limit --limit 5/minute \ > -j LOG --log-level $LOG_LEVEL --log-prefix "DENIED PORT: " > > When t

Re: RPC not reading /etx/exports

2002-01-01 Thread Monte Milanuk
On Mon, 31 Dec 2001, Leonard den Ottolander wrote: > Hi Robert, > > > Really, wierd. When I unexport the directory I get a message about > > "208.32.6.3:/cdrom: invalid argument" > > > > xtab had the /cdrom entry in it, but I removed it. > > Did you delete the entry in xtab befo

Re: iptables giving error on log

2002-01-01 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 01 January 2002 09:54 pm, Chad and Doria Skinner wrote: > I am trying to log a few packets using the following rule: > > $IPTABLES -A DENY_PORTS -p tcp --dport $PORT -m limit --limit > 5/minute \ -j LOG --log-level $LOG_LEVEL --log-prefix

iptables giving error on log

2002-01-01 Thread Chad and Doria Skinner
I am trying to log a few packets using the following rule: $IPTABLES -A DENY_PORTS -p tcp --dport $PORT -m limit --limit 5/minute \ -j LOG --log-level $LOG_LEVEL --log-prefix "DENIED PORT: " When this loads it gives me an error stating that "DENIED PORT: " is an invalid attribut

RE: init-2.05# on reboot

2002-01-01 Thread Chad and Doria Skinner
Humm, I just did another install 4th today and used lilo instead of grub and the thing boots fine. Have no idea what's up with the grub config, but will have to look into it later. Chad > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Chad and Doria

RH7.1 install on HP Netserver hangs

2002-01-01 Thread Peter Kiem
Hi all, I'm trying to install Red Hat Linux 7.1 on a HP Netserver lp 2000r but having problems with the megaraid driver. If I try to use the driver disk from HP it just hangs at the "Loading megaraid driver" step. If I dont use the driver disk it will usually hang at the same step but about

Re: Problems getting RH 7.2 to boot properly

2002-01-01 Thread Jesus Ortega (a.k.a. Nitebirdz)
On Tue, 1 Jan 2002, K Old wrote: > [call_spurious_interrupt+118835/144011] > [8139too:__insmod_8139too_O/lib/modules/2.4.7-10/kernel/drivers/net/+-486105/96] > [free_page_and_swap_cache+197/208] [zap_page_range+422/624] > [update_atime+74/80] > Dec 29 10:38:55 ocproxy kernel: Call Trace: [] []

Re: RPM --requires question

2002-01-01 Thread Hal Burgiss
On Tue, Jan 01, 2002 at 05:36:47PM -0500, Jason Costomiris wrote: > On Tue, Jan 01, 2002 at 05:07:14PM -0500, Hal Burgiss wrote: > : /usr/local/bin/perl <--- WTF? > : /usr/local/bin/perl5 > > You've got some sort of script in the package that requires the above... > > I.e. it b

Re: RPM --requires question

2002-01-01 Thread Hal Burgiss
On Tue, Jan 01, 2002 at 05:24:02PM -0500, Devon wrote: > > I'm playing with rpm building myself at the moment, and found this, which > may or may nor help. > http://www.rpmdp.org/rpmbook/node68.html#10414 > > - From that URL: > > The autoreqprov Tag Cool, thanks! > > Might work. :) Nah, b

Re: RPM --requires question

2002-01-01 Thread Jason Costomiris
On Tue, Jan 01, 2002 at 05:07:14PM -0500, Hal Burgiss wrote: : /usr/local/bin/perl <--- WTF? : /usr/local/bin/perl5 You've got some sort of script in the package that requires the above... I.e. it begins with: #!/usr/local/bin/perl5 or #!/usr/local/bin/perl -- Jason Costo

Re: RPM --requires question

2002-01-01 Thread Giulio Orsero
On Tue, 1 Jan 2002 17:07:14 -0500, you wrote: >I understand that when building a package from src.rpm, RPM groks some >system stuff, like libc, that it then lists as "Requires". But >how/where does it do this? > >Case in point, is one I am trying to put together, but it is >automagically requirin

Re: RPM --requires question

2002-01-01 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 01 January 2002 05:07 pm, Hal Burgiss wrote: > I understand that when building a package from src.rpm, RPM groks some > system stuff, like libc, that it then lists as "Requires". But > how/where does it do this? Hi Hal, I'm playing with r

RPM --requires question

2002-01-01 Thread Hal Burgiss
I understand that when building a package from src.rpm, RPM groks some system stuff, like libc, that it then lists as "Requires". But how/where does it do this? Case in point, is one I am trying to put together, but it is automagically requiring /usr/local/bin/perl, which I don't have, and is not

sendmail relay

2002-01-01 Thread Hernan Brun
Hi friends!! Any simple cuestion In sendmail how can I check if the email account exist in my domain relay for this sesion? In sendmail docs only I found relay by ip. SMTP Auth may be, but requires aditional configuration on mail client. Thanks in adavance Hernan

Re: Windows True Type Fonts installer package

2002-01-01 Thread Wolfgang Pfeiffer
Hi Devon, I already installed the truetype fonts. After restarting Netscape-Communicator it seems it has some new fonts available (going to Edit --> Preferences --> Appearance --> Fonts) seems everything just worked fine. this is now part of /etc/X11/fs/config (you remember: I have Redhat 6.2):

init-2.05# on reboot

2002-01-01 Thread Chad and Doria Skinner
I just installed rh7.2 on my desktop and the installation seems to go fine, but then it does not restart properly. Grub loads and the init process starts and then it stopps at the following: EXT3-fs: mounted filesystem with ordered data mode. Freeing unused kernel memory: 220k freed init-2.05# T

Remote Syslog woes

2002-01-01 Thread RedHat List
We are using a single box in a RH 7.2 cluster for syslog. I have all machines logging to this machine correctly, but one problem. The syslog messages are showing up as follows: Jan 1 13:28:20 node-2 nfslock: rpc.statd shutdown succeeded Jan 1 13:28:20 node-2 nfslock: rpc.statd shutdown succe

Re: Mothersday edition

2002-01-01 Thread Ted Wager
Brian Ashe wrote: > > On Tuesday 01 January 2002 03:58, you babbled something about: > > Hi.. > > I am trying to find out how long I have been using RedHat...I started > > with the distro before > > the one that Donnie Barnes called the Mothersday distro...Anyone > > remember when ?? > > Preview

Re: Mothersday edition

2002-01-01 Thread Brian Ashe
On Tuesday 01 January 2002 03:58, you babbled something about: > Hi.. > I am trying to find out how long I have been using RedHat...I started > with the distro before > the one that Donnie Barnes called the Mothersday distro...Anyone > remember when ?? Preview (or Beta) - Summer 1994 Halloween -

No more compile after upgrade to 2.2.20

2002-01-01 Thread Merell L. Matlock, Jr.
Happy new year everyone! I hope that there might be an answer for me. I upgraded to 2.2.20. Compiled ok, and booted ok. Now, I can't seem to compile anything. A typical error: /usr/include/bits/sigcontext.h:28 (asm/sigcontext.h) No such file or directory. Since I am not a programmer, I have

Mothersday edition

2002-01-01 Thread Ted Wager
Hi.. I am trying to find out how long I have been using RedHat...I started with the distro before the one that Donnie Barnes called the Mothersday distro...Anyone remember when ?? -- Regards Ted Wager RedHat Linux ___ Redhat-list mailing lis

Re: Problems getting RH 7.2 to boot properly

2002-01-01 Thread K Old
Ok, well, I've looked in the messages log and have found the following. It looks like the xfs is trying to start and can't (cause there is no sound card) and then it seems to start a chain reaction with all other services. Sometimes I can actually get into the OS and start X, but a few minutes

problems with IOMega ZIP, CDROM on 2.4.x

2002-01-01 Thread konf2.martinr
I have a problem with linux on FIC VA503+, latest BIOS. On 2.4 kernels I cannot use cdrom and IOMega ZIP. I MUST boot with hdd=none or hdd=noprobe (hdd is ZIP ATAPI 100) if I want to boot succesfully. As to the CDROM, installation from CDROM works succesfully. But, when boot I cannot mount cd

Can booting from emergency floppy put machine in an "unstable" state?

2002-01-01 Thread John P Verel
I booted from my emergency floppy, created under 7.2 with the 2.4.9-14 kernel, to be sure it worked. I use LILO as my boot loader. I then uninstalled grub, which I no longer needed. Then, upon next boot, I started having gnome login problems under my user (not root) account: the dreaded log in

RE: USB external harddrive?

2002-01-01 Thread Manzabar
The drive is an external unit that connects off of the computer's USB port. I do not see anything on Maxtor's site which specifies USB 1 vs. USB 2; so I'd guess that it would be USB 1. *** REPLY SEPARATOR *** Kevin Krieser did pen these words on 12/31/01 at 10:28 PM >It proba

Re: Simple Question

2002-01-01 Thread Ben Ocean
At 12:39 PM 1/1/02 -0600, you wrote: >On Tue, 1 Jan 2002, Ben Ocean wrote: > > > Hi; > > Forgive this simple question, but the Linux Documentation Project website > > is down and I don't know where else to source answers... > > In order to start openssl working with a new ssl key, crt, csr and wha

Re: Tape Unit in Linux Box

2002-01-01 Thread Charles Galpin
On Sun, 2001-12-30 at 00:16, Ted Hilts wrote: > I need some basic information about tape units in the Linux > environment. I understood - perhaps incorrectly - that TAR would work > with any tape unit as long as the tape unit was properly designated in > the system. This was according to the buil

Re: Windows True Type Fonts installer package

2002-01-01 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 01 January 2002 12:56 pm, Wolfgang Pfeiffer wrote: > Hi, > Is the XftConfig in Rh 7.2 (is it there?) the same as the > /etc/X11/XF86Config in Redhat 6.2? No, they are 2 different files with different functions. > I have here Redhat 6.2,

Re: Problems getting RH 7.2 to boot properly

2002-01-01 Thread Charles Galpin
On Tue, 2002-01-01 at 13:33, K Old wrote: > I am having all kinds of (what seems to be) memory leaks or something like > that, during bootup. > > I am attaching my boot log, for those that can help, and can send other logs > if needed.. > > I don't know what to do from here. I don't see any

Modems PCI does not works with Red Hat 7.2

2002-01-01 Thread FatDaemon
Hi: I wanna ask you about PCI modems. I was happy working with Red Hat 7.1 and I was installing modems PCI Motorola SM-56 and PC Tel, I'm living at El Salvador, and those modes are cheaps and many people use them, we are trying to expand the use of Linux at our country. When I installed Red Ha

strange things with rp3

2002-01-01 Thread steve
Hi all, rp3 is doing odd things on my system it starts normally and will connect fine, but the "connecting to Earthlink" window stays open and the rp3 monitor never shows that the connection is there. Sometimes the connection window stays up and sometimes it disappears - but even when it

Re: setting env variables in RH 7.1

2002-01-01 Thread steve
Hi On Tuesday 01 January 2002 12:03 pm, you wrote: > look at /etc/bashrc > > Try setting PS1 into ~/.bashrc after the point in which /etc/bashrc is > sourced. thanks - found it in /etc/bashrc ... now I just have to decide what I want the new prompt to look like. Steve _

Re: How do I start Apache with SSL? (was: Simple Question)

2002-01-01 Thread K Old
Ben, Documentation for Apache is at http://httpd.apache.org/docs/ Documentation for ApacheSSL is at http://www.apache-ssl.org Basically all you do is in your httpsd.conf file, change all the ssl key, crt and csr information via the tags, then just restart the httpsd demon and enter in your pas

Re: Simple Question

2002-01-01 Thread Jesus Ortega (a.k.a. Nitebirdz)
On Tue, 1 Jan 2002, Ben Ocean wrote: > Hi; > Forgive this simple question, but the Linux Documentation Project website > is down and I don't know where else to source answers... > In order to start openssl working with a new ssl key, crt, csr and what > not, one needs to shut down httpd, restart

Re: samba printing - solved

2002-01-01 Thread Michael S. Dunsavage
solved - Original Message - From: "FatDaemon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 01, 2002 1:43 PM Subject: Re: samba printing Hi Michael: At any O.S. the printing proces has two stages clearly defined: The capture of printout of any application and encod

Problems getting RH 7.2 to boot properly

2002-01-01 Thread K Old
Hello all, I have setup several RH machines and the latest one I've got has stumped me. The stats of the machine are: Athlon 1 Ghz 128 MB RAM 40GB Maxtor HD Transcend Motherboard All equipment is brand new and has been exchanged a few times cause certain components weren't working right, but no

Re: samba printing

2002-01-01 Thread FatDaemon
Hi Michael: At any O.S. the printing proces has two stages clearly defined: The capture of printout of any application and encoding to format a file with te appropiate language to the printer. The spooling to route the file created above, to reach the printig device, without no one judgement, j

Running out of memory on RH7.1

2002-01-01 Thread Linux
Hi and happy new year to all I have been following the amount of free memory on my RH7.1 system and have watched it steadily decrease from 320Mb to 124Mb as reported by Meminfo over the last 2 weeks. Should I be concerned? I see that TOP displays a completely different set of memory statics. Is t

Re: Windows True Type Fonts installer package

2002-01-01 Thread Wolfgang Pfeiffer
Hi, Is the XftConfig in Rh 7.2 (is it there?) the same as the /etc/X11/XF86Config in Redhat 6.2? I have here Redhat 6.2, and I just installed xf86ttfontool, but after reading 'fetchmsttfonts' it seems, this program works only on redhat 7.2 or so: it says (end of the file): -

Re: setting env variables in RH 7.1

2002-01-01 Thread Giulio Orsero
On Tue, 1 Jan 2002 11:54:09 -0500, you wrote: >Using the 'set' command, I've found PS1 as well as 'Command_Prompt' exist. >** does Redhat store these someplace else ??? >** where do I find PS1 so I can change it? >** is the 'Command_Prompt' listing I saw in the 'set' ouput and actual look at /e

setting env variables in RH 7.1

2002-01-01 Thread steve
Hi all, I'm getting tired of the standard prompt and would like to create my own. According to everything I've read, this is done by changing the PS1 variable - which should be located in /etc/profile (for global change). But when I look at the profile file, I find other variables, but not

Re: Brain dead ssh askpass question

2002-01-01 Thread Bret Hughes
Keith Morse wrote: >On Mon, 31 Dec 2001, Bret Hughes wrote: > >>After spending way too much time looking for an article I rea about this >>I thought I would breakdown and ask you guys. >> >>How do I set up ssh askpass so that I get prompted once for the >>passphrase at the beginning of my x ses

How do I start Apache with SSL? (was: Simple Question)

2002-01-01 Thread Anthony E. Greene
No answer, just changed Subject line. - Original Message - From: "Ben Ocean" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 01, 2002 4:38 AM Subject: Simple Question > Hi; > Forgive this simple question, but the Linux Documentation Project website > is down and I don

Re: old question about rpm?

2002-01-01 Thread Trond Eivind Glomsrød
Lewi <[EMAIL PROTECTED]> writes: > how to resolve dependency problem with gnorpm while installation? > is there any program that check dependecy problem and resolve it, like in the first >installation of redhat? > or maybe like dselect in the debian's distro "up2date --help" will show you a cou

(no subject)

2002-01-01 Thread Patrick \"The Great Unclean One\" Lankhorst
Gelukkig nieuwjaar allemaal!!   Happy new year everybody!!

Re: Windows True Type Fonts installer package

2002-01-01 Thread Dale Kosan
The following page has xf86ttfontool wich will download and install true type fonts, is this what you were looking for? http://www.tuxfan.homeip.net:8080/rpms/ ICQ# 55846749 Registered Linux user #191829 A Cherokee Prayer: Oh Great Spirit, Help me always to speak the truth quietly, t

red hat mailing lists for previous betas

2002-01-01 Thread rpjday
i just got an apparently automated reminder from red hat about my membership on a number of RH mailing lists, which includes (i think) lists related to previous betas, like fisher and wolverine (at least one of those was a beta, right?) i'm curious -- is there any value to a beta-related ma

Windows True Type Fonts installer package

2002-01-01 Thread Alimin Bijosono Oei
Dear all, Couple months ago, I saw there was a package in the featured packages download section of Redhat website which dealt with downloading, installing and setting up windows true type fonts into my Linux box. I can't quite remember the name of the package but there was something about th

Simple Question

2002-01-01 Thread Ben Ocean
Hi; Forgive this simple question, but the Linux Documentation Project website is down and I don't know where else to source answers... In order to start openssl working with a new ssl key, crt, csr and what not, one needs to shut down httpd, restart ssl then restart httpd: ./apachectl stop ???