Re: Networking help

2001-12-04 Thread Rupesh
Login as root (su) and execute "setup" (minus the double quotes), then choose networking option to setup/re-configure your network. BTW, you will have to uncheck DHCP go thru the above to properly configure your network with the static IP. -Rupesh --- Blake Thornton <[EMAIL PROTECTED]> wr

Re: RPM question

2001-12-04 Thread Ian Dobson
Ya, I thought about that, but perl is only one of them, I have a good 30 or 40 perl modules installed that were installed through cpan, so I'd also have to get those rpm's, I was just wondering if you could update the rpm database to include other stuff withough actually going to the trouble o

SQUIDGUARD Configuration and Usage

2001-12-04 Thread Ganesh HariHaran
Title: SQUIDGUARD Configuration and Usage Dear all Anyone to take this query? I need to make squidguard working with ACL features. I have my Squid 2.3.STABLE1 up and runing as a proxy server with various acls, like dstdomains and various list of hosts machines assigned with various acl names

User login script

2001-12-04 Thread John Weez
Hi all.. I want to issue a command the first time a user logs in from the X windows login screen. I currently have a command in .bashrc which works..but everytime i open a new shell it spawns a new process...i only want the command to be issued when that user logs in...is there a script file th

[Fwd: Re: need help with scsi HDD]

2001-12-04 Thread Admin
Just thought of something here... sda1 is the device link...if I change it to sda...it would be the wrong device. Original Message Subject: Re: need help with scsi HDD Date: Tue, 4 Dec 2001 23:54:21 -0500 From: Ray Curtis <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMA

Re: need help with scsi HDD

2001-12-04 Thread Admin
Hi...again... no, I haven't tried that yet...I'm back in windows...right now... I will try it tommorrow, and let you know. Thanks for sticking with me...here. in order to boot to the scsi drive i have to unplug (ide drive)... then reset the bios on reboot...then if i want to reboot back onto th

RE: DHCP & IPTables on 7.1

2001-12-04 Thread Linux
Hi guys this is what did it. It seems that port 67 udp is the problem this is the server listening port apparently the Client port 68 was already open on my firewall. #$IPTABLES -t filter -A INPUT -i $LAN_IFACE -p udp --dport 67 -j ACCEPT Thanks Mike -Original Message- From: Mike Bu

Re: What's that issue with Samba passwords again.

2001-12-04 Thread Justin
On Tuesday 04 December 2001 09:40 pm, you wrote: > I shoulda kept all the old posts. > > I'm trying to get Samba running at home on my RH7.2 box so my wife can use > the laser printer and store some docs on the big drive. I can see the > Linux box in the network neighborhood. When I try to log o

Re: RPM question

2001-12-04 Thread Brian Ashe
Hi Ian, On Tuesday, December 04, 2001, 11:46:40 PM, you babbled something about: ID> I installed perl from source, not from and rpm and now any time I install ID> anything that depends on perl it says ID> error failed dependancies: ID> /usr/bin/perl is needed by whatever.rpm ID> I do have a /u

Re: how can i provide user with special privilege to shutdown orconfigure service ??

2001-12-04 Thread Anth Courtney
Install sudo and then specify the exact commands you wish to make available. :) cheers, Anth On Wed, 5 Dec 2001, [EMAIL PROTECTED] wrote: > > Dear All, > > how can i provide user with special privilege to do any of administrative > tasks such as configure and restart apache or can create users

Re[2]: OT: Switch from @home to Optimum Online?

2001-12-04 Thread Brian Ashe
Hi John, On Tuesday, December 04, 2001, 10:37:57 PM, you babbled something about: JPV> Well, perhaps Excite will survive. That would make life simpler. Nope. http://news.cnet.com/news/0-1004-201-8052920-0.html?tag=tp_pr Have fun, -- _

Re[2]: What's that issue with Samba passwords again.

2001-12-04 Thread Brian Ashe
Hi mike, On Tuesday, December 04, 2001, 10:34:58 PM, you babbled something about: m> On Wed, 2001-12-05 at 03:28, Mike Watson wrote: >> No. It just asks for a password. m> May be worth checking what win98 logs in as If it is just the two machines... (or at least a small set of machines) On th

how can i provide user with special privilege to shutdown or configure service ??

2001-12-04 Thread mabbas
Dear All, how can i provide user with special privilege to do any of administrative tasks such as configure and restart apache or can create users for a particular group without give him root access need help Thanks ___ Redhat-list mailing list

Re: need help with scsi HDD

2001-12-04 Thread Ray Curtis
> "k" == kompukit writes: k> Ok...thanks...NOW I only see...a linux option and a win98 option... k> BUT ...I STILL can't boot into win98 (on the scsi drive)...after k> selecting it. k> WHY? >From what I see below, this stanza is booting win98: other=/dev/sda1 optional table=/dev/sda la

RPM question

2001-12-04 Thread Ian Dobson
I installed perl from source, not from and rpm and now any time I install anything that depends on perl it says error failed dependancies: /usr/bin/perl is needed by whatever.rpm I do have a /usr/bin/perl and it does work, and if I install the rpm with --nodeps it installs and it works. How do

Re: need help with scsi HDD

2001-12-04 Thread Admin
Ok...thanks...NOW I only see...a linux option and a win98 option... BUT ...I STILL can't boot into win98 (on the scsi drive)...after selecting it. WHY? also, I got the modem working...but not the way it should be, and when it connects, its connection speed is intermittent...and changing. it's als

Re: Timestamp

2001-12-04 Thread Bret Hughes
Nevin Swan wrote: > Hi guys, > > How do you convert a linux timestamp (in a squid access.log for example) into > real human time? > from the info page for date, you can add the number of seconds to the beginning of the epoch here is an example: [bhughes@bretdell_linux bhughes]$ date Tue Dec 4

Re: OT: Switch from @home to Optimum Online?

2001-12-04 Thread John P. Verel
Well, perhaps Excite will survive. That would make life simpler. John On 12/04/01, 09:15:45PM -0600, Mike Watson wrote: > I'm still using @home as a Comcast user and we've always been using DNCP. Might > as well be static though, I've always had the same IP address. > > I just got a message fr

Re: What's that issue with Samba passwords again.

2001-12-04 Thread mike
On Wed, 2001-12-05 at 03:28, Mike Watson wrote: > No. It just asks for a password. May be worth checking what win98 logs in as > > mike wrote: > > > > On Wed, 2001-12-05 at 03:13, Mike Watson wrote: > > > Yes. I'm using lower case for everything. I can see the Win98 box from the > > > Linux

Re: What's that issue with Samba passwords again.

2001-12-04 Thread Mike Watson
No. It just asks for a password. mw mike wrote: > > On Wed, 2001-12-05 at 03:13, Mike Watson wrote: > > Yes. I'm using lower case for everything. I can see the Win98 box from the > > Linux side but not vice versa. > > > > Do you get a username prompt > > ___

Re: What's that issue with Samba passwords again.

2001-12-04 Thread mike
On Wed, 2001-12-05 at 03:13, Mike Watson wrote: > Yes. I'm using lower case for everything. I can see the Win98 box from the > Linux side but not vice versa. > Do you get a username prompt ___ Redhat-list mailing list [EMAIL PROTECTED] https://lis

Re: OT: Switch from @home to Optimum Online?

2001-12-04 Thread Mike Watson
I'm still using @home as a Comcast user and we've always been using DNCP. Might as well be static though, I've always had the same IP address. I just got a message from Comcast saying they had reached some agreement with Excite and would soon switch us to a Comcast managed system. Maybe I can g

Re: What's that issue with Samba passwords again.

2001-12-04 Thread Mike Watson
Yes. I'm using lower case for everything. I can see the Win98 box from the Linux side but not vice versa. Mike W mike wrote: > > On Wed, 2001-12-05 at 02:40, Mike Watson wrote: > > I shoulda kept all the old posts. > > > > I'm trying to get Samba running at home on my RH7.2 box so my wife can

Re: Evolution 1.0 on rh7.2?

2001-12-04 Thread mike
On Tue, 2001-12-04 at 17:28, Kurt Swanson wrote: > Is there an easy way to get the 1.0 release of Evolution on a rh7.2 > system (i.e. without totally replacing all of GNOME w/Ximian's rpms?)? > -- > © 2001 Kurt Swanson AB I may be wrong but all I got was gconf-1.07 (gtkhtml dep), gal-0.18.1, gt

Re: What's that issue with Samba passwords again.

2001-12-04 Thread mike
On Wed, 2001-12-05 at 02:40, Mike Watson wrote: > I shoulda kept all the old posts. > > I'm trying to get Samba running at home on my RH7.2 box so my wife can use the > laser printer and store some docs on the big drive. I can see the Linux box in > the network neighborhood. When I try to log o

OT: Switch from @home to Optimum Online?

2001-12-04 Thread John P. Verel
I just got a note from Cablevision, through whom I purchase the @home cable modem service, warning that because of EXCITE@HOME's bankruptcy, @home subscribers (i.e. me) are at risk that the service may not continue. They recommend switching to their Optimum Online service as a hedge. Aside from

What's that issue with Samba passwords again.

2001-12-04 Thread Mike Watson
I shoulda kept all the old posts. I'm trying to get Samba running at home on my RH7.2 box so my wife can use the laser printer and store some docs on the big drive. I can see the Linux box in the network neighborhood. When I try to log on to the box, I get... "Enter network password" "\\POSEI

Re: Evolution 1.0 on rh7.2?

2001-12-04 Thread J Hayward
On Tue, 2001-12-04 at 09:28, Kurt Swanson wrote: > Is there an easy way to get the 1.0 release of Evolution on a rh7.2 > system (i.e. without totally replacing all of GNOME w/Ximian's rpms?)? > -- > © 2001 Kurt Swanson AB > > ftp://people.redhat.com/hp/gnomehide Development packages are optio

Re: Evolution 1.0 on rh7.2?

2001-12-04 Thread Gordon Messmer
On 4 Dec 2001, Kurt Swanson wrote: > Is there an easy way to get the 1.0 release of Evolution on a rh7.2 > system (i.e. without totally replacing all of GNOME w/Ximian's rpms?)? Yep. Fetch and install/upgrade these packages from Ximian's 7.2 directory: ftp://ftp.ximian.com/pub/ximian-gnome/re

Re: grub.conf

2001-12-04 Thread mike
On Wed, 2001-12-05 at 00:37, Stephen Liu wrote: > Hi, > > Thanks for your advice. > > At 03:15 PM 12/4/2001 -0500, you wrote: > >If I gather you are asking "Why does Red Hat Linux (2.4.7-10smp) appear on > >the grub startup screen?". Looking at your grub.conf file below it is > >because that you

Re: Evolution 1.0 on rh7.2?

2001-12-04 Thread Brian Ashe
Hi Kurt, On Tuesday, December 04, 2001, 12:28:11 PM, you babbled something about: KS> Is there an easy way to get the 1.0 release of Evolution on a rh7.2 KS> system (i.e. without totally replacing all of GNOME w/Ximian's rpms?)? On their announcement page they show where to get the binaries for

Shanghai in December - So Much to See & Do

2001-12-04 Thread
Title: Shanghai Events Shanghai in December For the Latest and Most Comprehensive List of Events Happening in Shanghai for the month of December, Please click Here Pavarotti Live The Shanghai Boat Show The Shanghai Marathon Fat Boy Slim in Concert The Shan

Re: Which port

2001-12-04 Thread Weng Zhenhong
I think it is because of the setup of firewall. You should cutomize the firewall setup, and open these ports. I met these problem before. "Blake Thornton" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > It seems I am behind a firewall and would like to ask them to open it > fo

Evolution 1.0 on rh7.2?

2001-12-04 Thread Kurt Swanson
Is there an easy way to get the 1.0 release of Evolution on a rh7.2 system (i.e. without totally replacing all of GNOME w/Ximian's rpms?)? -- © 2001 Kurt Swanson AB ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/lis

BUILD Cds

2001-12-04 Thread Julio Cesar Campos Borges
I downloaded redhat 7.2. Now, how I build de four CDS. JCCB Thanks _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp ___ Redhat-list mailing list [EM

Minimal backup directories?

2001-12-04 Thread Kurt Swanson
I'd like to make more frequent backups of the critical parts my system, which I could easily burn on a CD-RW. What are the directory trees which are specific to my system? I.e. If my disk should head crash, I would re-install rh7.2 and then like to have my specifics loaded from the backup. My l

Raidstart after a reboot

2001-12-04 Thread Chuck Lidderdale
Last week I went to the howto's and set up a raid0. --- RH 7.2, scsi drives /etc/raidtab raiddev /dev/md0 raid-level 0 nr-raid-disks 2 chunk-size 4 persistent-superblock 1 device /dev/sde1

Imlibproblem on Suse7.1

2001-12-04 Thread Ravi Dhanshetty
- Original Message - From: "Mail Delivery Subsystem" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 4:12 PM Subject: Returned mail: see transcript for details > The original message was received at Tue, 4 Dec 2001 05:42:08 -0500 > from [202.54.39.164] > >

Re: Pb with Kernel 2.4.9-xxx

2001-12-04 Thread Wally Brock
The first place I would check is CRON. Do you have any cron jobs scheduled for that time period? Good Luck, Wally Thomas V. Fischer wrote: > Hi all, > > I am having a serious problem trying to run kernel 2.4.9-xx on my machine > running Redhat 7.1(seawolf) on a DELL Latitude portable. > >

Help needed - installation problem

2001-12-04 Thread Saugata Halder
Sir, I have both the cds of red hat 7.1. The problem is within fews times of installtion process when the setup is asking for the 2nd cd & when i am entering the 2nd one then it is saying that it is not a red hat cd, though everything including key & necessary files are available in the second one

Sco-ansi emulation

2001-12-04 Thread Riccardo Bernacchi
Hallo, I have installed RedHat Linux 7.1 on a PC (old pentium 233 Mhz) and it works fine. I would like to use that machine in my office and it must connect via tcp/ip to a server using SCO Openserver (Unix) with a terminal emulator throug the LAN. Does RedHat produce a terminal emulator software

Re: fvwm2 instead of kde

2001-12-04 Thread Anthony
There's another lightweight desktop environment you may be interested in called XFCE. http://www.xfce.org/ Anthony Hidong Kim wrote: > > Hi, > > I want to switch to fvwm2 from kde. My machine just doesn't have the > ponies to run kde very well. I created a ~/.xinitrc with two lines: > > #!

Re: How to stop Log rotate [Repost]

2001-12-04 Thread northstone
himaybe you can try to look at linux.com - Original Message - From: Mike van Lokven (DOUNSIX Systems Ltd) <[EMAIL PROTECTED]> Newsgroups: gated.redhat-list To: <[EMAIL PROTECTED]> Sent: Wednesday, November 28, 2001 3:59 PM Subject: RE: How to stop Log rotate [Repost] > Thanks Da

Re: dial in broken after 7.2 upgrade

2001-12-04 Thread Tom Kiblin
Charles, Per our discussion/email. The ppp (2.4.1-2) that ships with 7.2 is broken in terms of having cbcp forced on. According to the bugzilla reports, this only is broken with rh to windows client and not rh to rh machines. See: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=55367

Re:RE: Vncserver management

2001-12-04 Thread Aldebaran - Computer Center
I'm not at a RH72 console right now (I have a RH62 in front of me), but this is the possible problem: the init script for vncserver checks the file /etc/sysconfig/vncserver to see the user/display pairs to be started. It happens that each vnc instance sets a temporary file /tmp/.X11-unix/X1, X

Big problems booting RedHat

2001-12-04 Thread sales
Hello, I'm in a bit of a pickle. One of our servers (RH6.0) crashed a few days ago and I have not been able to boot it up since. Problems on boot occur when the system gets to loading the keymap. This is the message I get: Loading default keymap/etc/rc.d/rc.sysinit /dev/null: Read-only filesyst

vfat problems with 7.2 (Enigma)

2001-12-04 Thread topalis
Dear Managers, I installed Red Hat 7.2 (Enigma) on a old PC of mine (Celeron 300). Everything is ok but when I am trying to mount and transfer things to my vfat disk strange things are happening. The disk is recognised as vfat and mounted ok. Then when I am trying to create a dir or transfer

Re: scsi - CD Writer

2001-12-04 Thread Thomas Ribbrock
On Sat, Dec 01, 2001 at 08:11:03PM +0100, sc0ubid0u wrote: > I am running a RH 7.2; kernel 2.4.16 > Here is the problem I have with my Tekram DC395U scsi card / Teac 58S cd > writer : > > [root@scoubidou linux]# cdrecord --scanbus > Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg S

Re: RH 7.2 not receiving email

2001-12-04 Thread Ashwin Kutty
In /etc/mail/sendmail.mc you will find the following line.. Either edit and customize it to what you prefer for your system or just comment it out.. DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA') Once you do that regenerate sendmail.cf using m4 via, m4 /etc/mail/sendmail.mc > /etc/sendmai

tcsh tab complete & perl readdir miss files

2001-12-04 Thread Bennett, Paul
I have a few RH 7.1 machines where, both the tab complete function of tcsh and readdir call of perl don't return all the files they should in a directory. For instance if there are two files, test.test and test.old, tab complete will complete test.test after entering te or may not find any files

Re: DHCP & IPTables on 7.1

2001-12-04 Thread Mike Burger
Actually, I only wanted DHCP for my internal interface...but until I spefically added accept rules for udp and tcp on ports 67 and 68 on the internal interface, my server/firewall would not accept dhcp requests, nor dole out the addresses. And that, specifically, was the problem. And I'm 100%

Re: DHCP & IPTables on 7.1

2001-12-04 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike Burger wrote: >I recently had a similar issue. > >The default behavior is to block everything that is not explicitly >allowed. > >If you want to allow DHCP, you need to add ACCEPT rules to the firewall >for those ports. For _clients_ using ip

Re[2]: sendmail on RH 7.2

2001-12-04 Thread Brian Ashe
Hi Martín, On Tuesday, December 04, 2001, 5:17:29 PM, you babbled something about: >> MM> I have a question for the people of RH. Why is the default >> configuration of MM> sendmail in RH 7.2 (and I was told in 7.1 too) is to >> only listen to the MM> loopback device, and not to the ethernets? >

Re: grub.conf

2001-12-04 Thread Stephen Liu
Hi, Thanks for your advice. At 03:15 PM 12/4/2001 -0500, you wrote: >If I gather you are asking "Why does Red Hat Linux (2.4.7-10smp) appear on >the grub startup screen?". Looking at your grub.conf file below it is >because that you declared the title of that OS to boot. > > > > > title Red Hat

Re: Command-line mail syntax for bash script

2001-12-04 Thread Cameron Simpson
On Tue, Dec 04, 2001 at 12:47:20PM -0600, Vinny Valdez <[EMAIL PROTECTED]> wrote: | I have a quick question, I'm sure the answer is simple. | | I want to do the following: | | 1. send an email to a list through a bash script (no interaction) | 2. hide the recepients (bcc) | 3. be able to alter

Re: Which port

2001-12-04 Thread Duncan Hill
On Tue, 4 Dec 2001, Blake Thornton wrote: > Thank you very much. But now the question becomes, how do I find this > out? Or, how could I change this port number to something else? lsof can do it. And locate the sshd config file. -- Sapere aude My mind not only wanders, it sometimes leaves

Re: ext3 in RH 6.2

2001-12-04 Thread Matthew Melvin
On Tue, 4 Dec 2001 at 4:03pm (-0800), P K wrote: > Hi all > > Could I have information how to install ext3 in RH 6.2? > > Thank you > You'll need to patch/upgrade/recompile (*) your kernel and your e2fsprogs but that should be all. There is an ext3 patch for 2.2.19 avilable from...

Re: Which port

2001-12-04 Thread Ed Wilts
On Tue, 2001-12-04 at 17:55, Blake Thornton wrote: > > > It seems I am behind a firewall and would like to ask them to open it for > > > me so that I can ssh (or telnet, or ftp, or something else) to my box. IT > > > here wants to know what port I want open. > > > > > > How do I figure out whi

Re: Which port

2001-12-04 Thread Blake Thornton
> > It seems I am behind a firewall and would like to ask them to open it for > > me so that I can ssh (or telnet, or ftp, or something else) to my box. IT > > here wants to know what port I want open. > > > > How do I figure out which port my sshd is running on? > > By default, it runs on it

Re: printing PDF

2001-12-04 Thread ABrady
On Tue, 04 Dec 2001 10:06:31 -0700 Doug Piper <[EMAIL PROTECTED]> implied: > I am sure this is a really basic question but I haven't been able to > find the answer. First, I am running 6.0 and my printer is an Epson > Color Stylus 500. > > If I open a pdf file in xpdf and click print, a .ps fi

Re: Which port

2001-12-04 Thread Duncan Hill
On Tue, 4 Dec 2001, Blake Thornton wrote: > It seems I am behind a firewall and would like to ask them to open it for > me so that I can ssh (or telnet, or ftp, or something else) to my box. IT > here wants to know what port I want open. > > How do I figure out which port my sshd is running o

Which port

2001-12-04 Thread Blake Thornton
It seems I am behind a firewall and would like to ask them to open it for me so that I can ssh (or telnet, or ftp, or something else) to my box. IT here wants to know what port I want open. How do I figure out which port my sshd is running on? Thanks, Blake

Re: StarOffice and PDF

2001-12-04 Thread Duane Clark
Fernando wrote: > I have some slideshow presentations created using StarOffice, and I'd > like to convert them to PDF. Looks easy -- just print to file and run > ps2pdf from gostscript. > > But the end result is that all slides get rotated by 90 degrees. If I > use xpdf or gv, that's easy -- jus

Re: sendmail on RH 7.2

2001-12-04 Thread Martín Marqués
On Mar 04 Dic 2001 18:28, you wrote: > Hi Martín, > > On Tuesday, December 04, 2001, 4:22:24 PM, you babbled something about: > > MM> I have a question for the people of RH. Why is the default > configuration of MM> sendmail in RH 7.2 (and I was told in 7.1 too) is to > only listen to the MM> loop

Re: DHCP & IPTables on 7.1

2001-12-04 Thread cgalpin
On Tue, 4 Dec 2001, Linux wrote: > Hi > > I have recently found out the reason why I cannot get DHCP to work on my > network. > It is because of my IPTables rc.firewall script. When I look through the > script > I cannot find a specific instance where ports 67 or 68 are blocked. If you mean your

Re: RedHat Kernel Release Schedule?

2001-12-04 Thread Trond Eivind Glomsrød
Jeff Bearer <[EMAIL PROTECTED]> writes: > Is there any place to find information on when RedHat expects to have > future versions ready? No. > I need to move to a dell supported version to get support and I'm > wondering that redhat is working on, or if I should just go get my own > version.

Re: ext3 in RH 6.2

2001-12-04 Thread P K
Dear Patrick   Where is -J option?   [root@mail /]# mke2fs -J /backupmke2fs 1.18, 11-Nov-1999 for EXT2 FS 0.5b, 95/08/09mke2fs: invalid option -- JUsage: mke2fs [-c|-t|-l filename] [-b block-size] [-f fragment-size]    [-i bytes-per-inode]  [-N number-of-inodes]    [-m reserved-blo

RedHat Kernel Release Schedule?

2001-12-04 Thread Jeff Bearer
Is there any place to find information on when RedHat expects to have future versions ready? I need to move to a dell supported version to get support and I'm wondering that redhat is working on, or if I should just go get my own version. Currently they support 2.4.10 -- Jeff Bearer, RHCE Web

RE: ext3 in RH 6.2

2001-12-04 Thread Patrick Nelson
Patrick Nelson wrote: -    P K  wrote:    -    Hi all         Could I have information how to install ext3 in RH 6.2?    -  Use the -J option with mke2fs.  Check man mke2fs for details but I just added the -J when making the

Re: sendmail on RH 7.2

2001-12-04 Thread Brian Ashe
Hi Martín, On Tuesday, December 04, 2001, 4:22:24 PM, you babbled something about: MM> I have a question for the people of RH. Why is the default configuration of MM> sendmail in RH 7.2 (and I was told in 7.1 too) is to only listen to the MM> loopback device, and not to the ethernets? I think

RE: ext3 in RH 6.2

2001-12-04 Thread Patrick Nelson
P K  wrote: - Hi all   Could I have information how to install ext3 in RH 6.2? -  Use the -J option with mke2fs.  Check man mke2fs for details but I just added the -J when making the partition.   

Re: StarOffice and PDF

2001-12-04 Thread Brian Ashe
Hi Fernando, On Tuesday, December 04, 2001, 2:53:52 PM, you babbled something about: FL> Hi there! FL> This may not be the right forum, but I hope someone here can help me -- FL> and I guess many people here would like to see the solution. FL> I have some slideshow presentations created using

sendmail on RH 7.2

2001-12-04 Thread Martín Marqués
I have a question for the people of RH. Why is the default configuration of sendmail in RH 7.2 (and I was told in 7.1 too) is to only listen to the loopback device, and not to the ethernets? Is there a solution for making a MTA server,that doesn't mean compiling with m4 the sendmail.mc after t

Re: RHCE 7.2

2001-12-04 Thread Steve Coffman
Geez.. sorry guys, was just a little pun on concept. Vinny's reply was very good and the RH site : http://www.redhat.com/training/rhce/examprep.html has a good example of what someone would need to know and feel comfortable with taking the exam. Of course any exam can be stressful. Trond.. I kn

ext3 in RH 6.2

2001-12-04 Thread P K
Hi all   Could I have information how to install ext3 in RH 6.2?   Thank you

RE: RHCE 7.2

2001-12-04 Thread Vinny Valdez
I think it makes the exam more credible. The harder it is to retrieve answers/solutions to exams questions, the more the examinee is actually tested. Rather than brain dumping memorized facts. Isn't this how the CCIE is modeled? Vinny ___ Redhat

Re: RHCE 7.2

2001-12-04 Thread Jeff Bearer
I had lots of linux experience, I took the class and the test. the class helped fill in the cracks of all the stuff I already knew. The class is also gave answers some of the questions that were to be in the exam, unlike the study guide I had. If I didn't take the class I probabally would of pa

Re: RHCE 7.2

2001-12-04 Thread Fernando Lozano
Hi Steve, > Interesting... NDA for Open Source, nice concept but I think M$ has the patent on it. NDA just for the exams, like everybody else, not just with computers. This does not hurts the GPL or any other free software license []s, Fernando Lozano

Re: RHCE 7.2

2001-12-04 Thread Trond Eivind Glomsrød
Steve Coffman <[EMAIL PROTECTED]> writes: > Interesting... NDA for Open Source, nice concept but I think M$ has > the patent on it. Not for the open source (the boxes run standard RHL), the exam. -- Trond Eivind Glomsrød Red Hat, Inc. ___ Redhat-

Re: RHCE 7.2

2001-12-04 Thread Steve Coffman
Interesting... NDA for Open Source, nice concept but I think M$ has the patent on it. At 12/4/01 12:09 PM, you wrote: >those of us who have tæken the exam are bound to secrecey be a NDA we >had to sign. sorry tiger! > >but good luck. > >On Tue, Dec 04, 2001 at 12:01:14PM -0800, Duo Maxwell wrote:

RE: RHCE 7.2

2001-12-04 Thread Vinny Valdez
Study Guides won't help you (IMHO), you're wasting your money, they're behind the times. You need to know and feel what you're doing. My best advice would be: 1. make sure you know how to do everything here: http://www.redhat.com/training/rhce/examprep.html 2. read docs for that which you don'

Re: MASQ and ISP connect

2001-12-04 Thread Renzo Alejandro Granados
Iulian wrote: > Hi, and thanks to all who make this list usefull! > > > > It is possible, in RedHat 7.1 (MASQ WIN98 clients), when a win98 user > use a browser, to make Linux to connect at INTERNET (ISP)! > > Use diald > >Iulian > > > > [EMAIL PROTECTED]

Re: grub.conf

2001-12-04 Thread Stephen Torri
On Tue, 4 Dec 2001, Stephen Liu wrote: > Hi Robert, > > Thanks. It works now. > > What will be "Red Hat Linux (2.4.7-10smp)" on the starting screen for ? If I gather you are asking "Why does Red Hat Linux (2.4.7-10smp) appear on the grub startup screen?". Looking at your grub.conf file belo

Re: RHCE 7.2

2001-12-04 Thread Nicholas A. Martini
those of us who have tæken the exam are bound to secrecey be a NDA we had to sign. sorry tiger! but good luck. On Tue, Dec 04, 2001 at 12:01:14PM -0800, Duo Maxwell wrote: > hi, im going to take my RHCE exam on the 14th, and im > kinda scared. > do they ask to install and config like apache, nfs

RHCE 7.2

2001-12-04 Thread Duo Maxwell
hi, im going to take my RHCE exam on the 14th, and im kinda scared. do they ask to install and config like apache, nfs , bind, etc via consol or wer allowed to use x? && can we use man pages? so far ive setup and used linux at home and for home ( personal use ), any RHCE have any tips for me.. ? a

StarOffice and PDF

2001-12-04 Thread Fernando Lozano
Hi there! This may not be the right forum, but I hope someone here can help me -- and I guess many people here would like to see the solution. I have some slideshow presentations created using StarOffice, and I'd like to convert them to PDF. Looks easy -- just print to file and run ps2pdf from g

MASQ and ISP connect

2001-12-04 Thread Iulian
  Hi, and thanks to all who make this list usefull!   It is possible, in RedHat 7.1 (MASQ WIN98 clients), when a win98 user use a browser, to make Linux to connect at INTERNET (ISP)!      Iulian   [EMAIL PROTECTED]

RE: Networking help

2001-12-04 Thread Brad Bonkoski
Title: RE: Networking help use the GUI if you are having trouble (netconf?) Or you have to edit /etc/sysconfig/network-scripts/ifcfg-eth0 That is your configuration information for your actual device and in it you will see the dhcp stuff... check out the how-tos on www.linuxdoc.org HTH -Brad

Networking help

2001-12-04 Thread Blake Thornton
I'm trying to get my network running. My provider gave me an IP adress (I'll call it ip.ip), a hostname (host.name), and a gate way (this was only two numbers long, say 1.2). So, I changed a few files: /etc/hosts, /etc/sysconfig/network For example: $ cat hosts # Do not remove the following l

Command-line mail syntax for bash script

2001-12-04 Thread Vinny Valdez
I have a quick question, I'm sure the answer is simple. I want to do the following: 1. send an email to a list through a bash script (no interaction) 2. hide the recepients (bcc) 3. be able to alter the from: address (or set a reply-to), to listoperator@domain instead of [EMAIL PROTECTED] I no

Re: maximum users in a group.

2001-12-04 Thread Steve Lee
I have a Samba PDC, default group is 100, however, some users need access to share group 200 others need access to backup group 300 On Tue, 4 Dec 2001, Cameron Simpson wrote: > On Mon, Dec 03, 2001 at 09:21:44PM -0800, Steve Lee <[EMAIL PROTECTED]> wrote: > | Does anyone know what the maxium

Re: password retrieval

2001-12-04 Thread eric clover
try reading at the bottom where it states: To change your subscription (set options like digest and delivery modes, get a reminder of your password, or unsubscribe from Redhat-list), enter your subscription email address: eric - Original Message - From: "Michael S. Dunsavage" <[EMAIL PRO

password retrieval

2001-12-04 Thread Michael S. Dunsavage
I know I aksed this beforebut if I go to https://listman.redhat.com/mailman/listinfo/redhat-list it just allows me to subscribe... I'm already subscribed, I just want my password. -- Michael S. Dunsavage ___ Redhat-list mailing list [EMAIL PROTEC

gnome-terminal not displaying lines in curses.

2001-12-04 Thread Jeff Bearer
With gnome-terminal when i use an curses application like iptraf or centericq characters that are susposed to be drawn as lines, are drawn as dotted rectangles. WI assume gnome-terminal draws the rectangles for characters it does not know how to draw. If I use Eterm on the same system it draws t

printing PDF

2001-12-04 Thread Doug Piper
I am sure this is a really basic question but I haven't been able to find the answer. First, I am running 6.0 and my printer is an Epson Color Stylus 500. If I open a pdf file in xpdf and click print, a .ps file is created. If I open the file in Kghostview what is printed is: No way to print

Re: how to unsubscribe

2001-12-04 Thread cgalpin
On Tue, 4 Dec 2001, Muthupandi wrote: > after i subscribe redha-list my inbox is filled by lot of mails from redhat-list. >so i want to unsubscribe from redhat-list. and i want to add another user to >subscribe. > > Muthupandi Why not just use procmail to put the redhat-list email in a sepera

Re: SCRIPT FOR ADDUSER

2001-12-04 Thread J Hayward
On Tue, 2001-12-04 at 07:47, Alessandro Coppelli wrote: > > Hi to all. > > Is there a script that use adduser for add many client from a file > from a file with this format : > >client1 group1 fullname1 passwd1 >client2 group2 fullname2 passwd2 >client3 group3 fullanme pas

Re: how to unsubscribe

2001-12-04 Thread Stephen Liu
At 09:58 AM 12/4/2001 -0500, you wrote: >What do I do if I forgot my password? >How can I change or retrieve it? Visit following URL https://listman.redhat.com/mailman/listinfo/redhat-list It will guide you to obtain your password. Good Luck Stephen >- Original Message - >From: "St

SCRIPT FOR ADDUSER

2001-12-04 Thread Alessandro Coppelli
Hi to all. Is there a script that use adduser for add many client from a file from a file with this format : client1 group1 fullname1 passwd1 client2 group2 fullname2 passwd2 client3 group3 fullanme passwd3 I would write in a file the values name_account group_account

zebra-0.92a RPM

2001-12-04 Thread John Telford
Hello The zebra mailing list suggests upgrading to zebra-0.92a. = ... Your zebra version must be earlier than zebra-0.92. There are significant changes before and after the version such as interface handling scheme and OSPF message send/recv methods. I would suggest to update your zebra sui

  1   2   >