RE: Samba woes

2001-11-25 Thread Alexander Shaw
Dale Kosan said: Do you have encrypt passwords = yes in your /etc/samba/smb.conf file? Do you mean I should have, or I shouldn't have? ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

RE: jdk1.3.1 not finding files in current directory: post script

2001-11-25 Thread Green, Aaron
This really has nothing to do with your classpath. Your wanting it to compile both files, so the VM looking for *.class files would do you no good. If your .java files are in /home/john/java/Assignment6/ then just compile the program while in the java directory using javac

Re: POP before SMTP

2001-11-25 Thread Mike Burger
btree? Am I correct in my understanding, then, that you're running makemap btree virtusertable virtusertable? The default for virtusertable, etc, is hash. Try makemap hash virtusertable virtusertable, and see if that works. On Sat, 24 Nov 2001, Steve Lee wrote: Okay. the upgrade has

upgrading 7.1 to 7.2

2001-11-25 Thread Gilbert Goldstein
Is available an upgrade from RedHat? If yes does it have an installation program? Where can I find it? Thanks. __ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1

Re: Samba woes

2001-11-25 Thread Patrick \The Great Unclean One\ Lankhorst
Dale Kosan said: Do you have encrypt passwords = yes in your /etc/samba/smb.conf file? Do you mean I should have, or I shouldn't have? You should set it to yes. ___ Redhat-list mailing list [EMAIL PROTECTED]

RE: Samba woes

2001-11-25 Thread Dale Kosan
Here is part of my samba.conf file: #=== Global Settings = [global] smb passwd file = /etc/samba/smbpasswd printing = lprng dns proxy = no security = user null passwords = no encrypt

RE: Networking: Last Call Before I Quit

2001-11-25 Thread Alexander Shaw
Ben said: Well, glad to hear I'm not alone. But what on earth could be wrong with this? So, you don't think it's a hardware problem, then? Or, maybe the isos were corrupted? Makes a fella appreciate Gates :-} BenO Hang on in there Ben, it will start to make some

Clustering - Piranha - LVS - etc.. :(

2001-11-25 Thread Ashwin Kutty
Hi, I have been banging my head over the keyboard with this and have gotten nowhere.. I have been trying to get some sort of guidance in terms of docs as to how I could setup a two node cluster using RH7.2 piranha but with no luck.. After checking at the LVS site and Redhat's HA site I still

lpd and hostname problem

2001-11-25 Thread Jason Jesso
As of yesterday I noticed that my server name is something like CPE0060673AABA9 I think rogers cable is changing things. I use dhcp. In /etc/dhcpc/dhcpcd-eth0.info I see HOSTNAME=CPE0060673AABA9 Now when I start lpd I get the following error: 0:jason ./lpd start Starting lpd:

Re: upgrading 7.1 to 7.2

2001-11-25 Thread Ed Wilts
On Sun, 2001-11-25 at 03:17, Gilbert Goldstein wrote: Is available an upgrade from RedHat? If yes does it have an installation program? Where can I find it? The 7.2 package allows you to upgrade from 7.1. You can download the 7.2 ISOs or purchase the media and documention. If you purchased

RE: Networking: Last Call Before I Quit

2001-11-25 Thread Dale Kosan
Dont give up hope yet Ben, good things come to those who wait. Read all you can and watch this list. I was like you about a year ago, now I only go into Windows XP to play Counterstrike. Everything I need or want to do I can do with Linux. Endeaver to come out on top and you will.

Adding additional hard drives

2001-11-25 Thread Alexander Shaw
I've now got my system up and running and want to add an extra hard drive. Have searched the net and can't find the answers. Howexactly do I do it, and is it possible (and sensible) to create four partitions on the one drive and turn it intoRAID device to hopefully speed up the transfer of

Re: Adding additional hard drives

2001-11-25 Thread Duncan Hill
On Sun, 25 Nov 2001, Alexander Shaw wrote: Have searched the net and can't find the answers. How exactly do I do it, and is it possible (and sensible) to create four partitions on the one drive and turn it into RAID device to hopefully speed up the transfer of the large files I like to move

Re: Adding additional hard drives

2001-11-25 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 25 Nov 2001, Alexander Shaw wrote: I've now got my system up and running and want to add an extra hard drive. Have searched the net and can't find the answers. How exactly do I do it, Make sure Kudzu will run when you reboot: chkconfig

Re: lpd and hostname problem

2001-11-25 Thread Jason Jesso
In /etc/rc.d/init.d/lpd there is a program being called /usr/sbin/checkpc -f that complains about the error. Any ideas?? On November 25, 2001 09:09 am, you wrote: As of yesterday I noticed that my server name is something like CPE0060673AABA9 I think rogers cable is changing things. I

Re: Adding additional hard drives

2001-11-25 Thread Duncan Hill
On Sun, 25 Nov 2001, Anthony E. Greene wrote: Make sure Kudzu will run when you reboot: chkconfig kudzu on Install the drive and boot the system. Your BIOS should detect the new drive. If not, you will need manually reconfigure your BIOS. *blink* RedHat requires kudzu to find hard

Re: jdk1.3.1 not finding files in current directory: post script

2001-11-25 Thread Jason Costomiris
On Sat, Nov 24, 2001 at 11:04:27PM -0500, [EMAIL PROTECTED] wrote: : Then . is in your classpath :) It's not that... You're trying to import the class foo1 before you've compiled it.. work around this by doing either: javac *.java or javac foo1.java javac foo2.java Either of those will

Re: Is LABEL syntax in fstab really a good thing?

2001-11-25 Thread Bruce Davis
How do I modify an existing label or label a new partition? While I agree that using labels in fstab can be safer, I have difficulty locating documentation. What happens if I want to re-partition my system? I have found no MAN page documenting how to either change a label on a partition

Re: Is LABEL syntax in fstab really a good thing?

2001-11-25 Thread Edward C. Bailey
Bruce == Bruce Davis [EMAIL PROTECTED] writes: Bruce How do I modify an existing label or label a new partition? While Bruce I agree that using labels in fstab can be safer, I have difficulty Bruce locating documentation. What happens if I want to re-partition my Bruce system? I have found

Re: jdk1.3.1 not finding files in current directory: post script

2001-11-25 Thread John P. Verel
Dear patient folks of this list, I found the problem. When I did my upgrade from 7.1 to 7.2, I chose, EVERYTHING. This, amongst other things, installed kaffe. Since kaffe's javac compiler lay ahead of my jdk compiler on my path, that is what I was executing, not what was intended. I found it

Re: Networking: Last Call Before I Quit

2001-11-25 Thread fred smith
On Sat, Nov 24, 2001 at 07:23:08PM -0800, Harry Putnam wrote: Ben Ocean [EMAIL PROTECTED] writes: Hi; I d'l'd RH72, burned the isos, installed it according to defaults, snippage BenO snippage My linux career continued along that line for several years before I began to catch on. I'm

[OT] vim script forces [Enter] as last character

2001-11-25 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm trying to write a vim script that ends with vim in insert mode. I can get to insert mode, but vim adds a linefeed, as if I'd pressed the [Enter] key after my last command. The script file ends on the same line as the last command (A). There is no

Re: Adding additional hard drives

2001-11-25 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 25 Nov 2001, Duncan Hill wrote: On Sun, 25 Nov 2001, Anthony E. Greene wrote: Make sure Kudzu will run when you reboot: chkconfig kudzu on Install the drive and boot the system. Your BIOS should detect the new drive. If not, you

Re: jdk1.3.1 not finding files in current directory: post script

2001-11-25 Thread Rob Saul
ah, kaffe, an oft encountered rock in the road for those new to Java and Linux ( at least on Red Hat ). Sure would save a lot of grief it they'd pull it from the 'standard' installs and put it on PowerTools or some such. Can't think of any good reason for it being installed by default. Note:

Re: upgrading 7.1 to 7.2

2001-11-25 Thread Gilbert Goldstein
if I download the ISO i have to burn it right? I want to download the files to the disk so I can run the installation from it. please advise. thx. Gilbert --- [EMAIL PROTECTED] wrote: Send Redhat-list mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the

Re: upgrading 7.1 to 7.2

2001-11-25 Thread Ed Wilts
On Sun, 2001-11-25 at 14:27, Gilbert Goldstein wrote: if I download the ISO i have to burn it right? I want to download the files to the disk so I can run the installation from it. please advise. Please don't include hundreds of lines unrelated to the topic when replying... The first thing

Re:Networking: Last Call Before I Quit

2001-11-25 Thread pfeifferw
Ben, Linux sometimes really s***s ... I'd bet this will not be the last situation (provided courage returns and you'll try again :)) that you've had it ... but in most situations there will be a solution sooner or later, in others perhaps never, sorry ... I'm rather new to Linux. I started

Re: lpd and hostname problem

2001-11-25 Thread Bret Hughes
Jason Jesso wrote: In /etc/rc.d/init.d/lpd there is a program being called /usr/sbin/checkpc -f that complains about the error. Any ideas?? On November 25, 2001 09:09 am, you wrote: As of yesterday I noticed that my server name is something like CPE0060673AABA9 I think rogers

RE: Samba woes

2001-11-25 Thread Alexander Shaw
Well I seem to be making some headway now. I have access to Samba and have got one share up and working, only problem is it's not the part I want to work. I've added a second hard drive, partitioned etc and mounted as /mnt/data. I can get this to show up on the winME machine and merrily browse

RE: ntp client for Win2000

2001-11-25 Thread Hugh E Cruickshank
Hi Matt: Try Dimension 4 (http://www.thinkman.com/dimension4/index.html) its free and it seems to work well for me on Win95 WinNT. HTH Regards, Hugh -- Hugh E Cruickshank, Forward Software, www.forward-software.com -Original Message- From: Matthew Simpson Sent: Saturday,

Re: Cert problem popping with 7.2

2001-11-25 Thread Gordon Messmer
On Tue, 20 Nov 2001, Rodolfo J. Paiz wrote: Took me a couple of days to see sense here. Eudora was complaining about the cert when *checking* mail, and I'd foolishly only changed it to never on SMTP. Oops. Thanks, Gordon. Now, does anyone know where I can find instructions on how to

Re: eth deleted by mistake

2001-11-25 Thread Gordon Messmer
On Sat, 24 Nov 2001, [EMAIL PROTECTED] wrote: i deleted by mistake all hardware devices from gnone network configuration hoping kudzu will autodetect them on next boot. kudzu detected nothing. You could remove the devices, physically, then reboot so that kudzu sees them removed, and add them

Re: ntp client for Win2000

2001-11-25 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 25 November 2001 01:43 am, Matthew Simpson wrote: Hi Tony, Thanks for your reply. I really need this for standalone, off site Win2k machines. Heres the scenario: User dials into there ISP (using Win98 or 2k) Sets time via NTP

Re: net config file?

2001-11-25 Thread Gordon Messmer
On Fri, 23 Nov 2001, Rupesh wrote: /etc/HOSTNAME ## For hostname Your hostname isn't stored in /etc/HOSTNAME, it's stored in /etc/sysconfig/network. /etc/HOSTNAME is used on other distributions, but isn't *read* by the RHL init scripts. At least, not currently :) -- If I had a dollar

Re: Netscape very slow start-up

2001-11-25 Thread Gordon Messmer
On Sat, 24 Nov 2001, Wolfgang Pfeiffer wrote: Netscape 4.77 (on Redhat 6.2) is *suddenly* starting very slowly: it takes up to 5 or more minutes until he loads the local start file -- the whole Netscape window is nearly empty during this start-up process (all I can see at this time is the

Re:Networking: Last Call Before I Quit

2001-11-25 Thread Rob Wolfe
At 10:01 PM 11/25/2001 +0100, somebody wrote: tons of stuff snipped just because everyone has read it 1000 times thus far Ben I have been working in IT for going on 20 years and have been beating myself senseless with Linux since about 1995. Who cares right... Well, the one singular law that I

Re: Networking: Last Call Before I Quit

2001-11-25 Thread Gordon Messmer
On Sat, 24 Nov 2001, Ben Ocean wrote: I d'l'd RH72, burned the isos, installed it according to defaults, everything appeared normal, but then Gnome doesn't come up (and I installed it twice). What does come up? Any windows at all? Does it immediately exit back the the login screen? Do

Re: Networking: Last Call Before I Quit

2001-11-25 Thread Harry Putnam
fred smith [EMAIL PROTECTED] writes: snippage My linux career continued along that line for several years before I began to catch on. I'm still a dummy about many things. There may not be many on this list anymore that were there back then and remember my long and continuous posting of

Re: Netscape very slow start-up

2001-11-25 Thread Wolfgang Pfeiffer
On Nov 25, 2001, 14:20 (-0800) Gordon Messmer wrote: On Sat, 24 Nov 2001, Wolfgang Pfeiffer wrote: Netscape 4.77 (on Redhat 6.2) is *suddenly* starting very slowly: ... this is only half the truth ... IIRC I had the same problem around March

Re: Netscape very slow start-up

2001-11-25 Thread ABrady
On Sun, 25 Nov 2001 14:20:11 -0800 (PST) Gordon Messmer [EMAIL PROTECTED] implied: On Sat, 24 Nov 2001, Wolfgang Pfeiffer wrote: Netscape 4.77 (on Redhat 6.2) is *suddenly* starting very slowly: it takes up to 5 or more minutes until he loads the local start file -- the whole Netscape

Re: [RH] POP before SMTP

2001-11-25 Thread Paul M Foster
On Fri, Nov 23, 2001 at 06:47:20PM -0800, Steve Lee wrote: Sorry for this question. I really need a POP to SMTP authentication for my pop server. I have been using the drac version of sendmail and everything was perfect until now. I just realized that all works perfect until i need to

Re: Netscape very slow start-up

2001-11-25 Thread Wolfgang Pfeiffer
On Nov 25, 2001, 18:25 (-0600) ABrady wrote: On Sun, 25 Nov 2001 14:20:11 -0800 (PST) Gordon Messmer [EMAIL PROTECTED] implied: On Sat, 24 Nov 2001, Wolfgang Pfeiffer wrote: Netscape 4.77 (on Redhat 6.2) is *suddenly* starting very slowly: it [ ... snipped, svrl. times ... ] To

Re: Netscape very slow start-up

2001-11-25 Thread ABrady
On Mon, 26 Nov 2001 01:45:56 +0100 (CET) Wolfgang Pfeiffer [EMAIL PROTECTED] implied: On Nov 25, 2001, 18:25 (-0600) ABrady wrote: On Sun, 25 Nov 2001 14:20:11 -0800 (PST) Gordon Messmer [EMAIL PROTECTED] implied: On Sat, 24 Nov 2001, Wolfgang Pfeiffer wrote: Netscape 4.77 (on

CD writing software for RH7.2/KDE

2001-11-25 Thread Peter Kiem
I've been running RH6.2 and Gnome for quite a while and recently upgraded my workstation to RH7.2 and the KDE desktop. What CD writing software (preferably in RPM format) is everyone using under RH7.2 and KDE? -- Regards, +---+-+ | Peter

Re: CD writing software for RH7.2/KDE

2001-11-25 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 25 November 2001 08:02 pm, Peter Kiem wrote: I've been running RH6.2 and Gnome for quite a while and recently upgraded my workstation to RH7.2 and the KDE desktop. What CD writing software (preferably in RPM format) is everyone using

Re: CD writing software for RH7.2/KDE

2001-11-25 Thread Peter Kiem
Hi Devon, I use xcdroast here. Works great. $ rpm -qa | grep roast xcdroast-0.98a9-2 $ rpm -q --requires xcdroast cdrecord = 1.10 mkisofs = 1.10 cdda2wav = 1.10 usermode = 1.42-1 Hope that helps, Excellent! Thanks! I thought I had all software I needed after the upgrade till I

Re: jdk1.3.1 not finding files in current directory: post script

2001-11-25 Thread John P. Verel
No quarrel from these quarters. John On 11/25/01, 10:42:54AM -0800, Rob Saul wrote: ah, kaffe, an oft encountered rock in the road for those new to Java and Linux ( at least on Red Hat ). Sure would save a lot of grief it they'd pull it from the 'standard' installs and put it on

Re: ? NIS+/OpenLDAP/nothing

2001-11-25 Thread Edward Marczak
On 11/23/01 5:48 AM, Steve Lee [EMAIL PROTECTED] wrote: I have a question for people using multiple Unix systems at work. I am looking for a centralized password server for the Unix and maybe even incorporating Windows machine using samba. What have most people setup in there working

Re: Migration from Novell Groupwise

2001-11-25 Thread Ian Dobson
Well if you really want to do it look at either UW imap or the cyrus Imap server, both see up to the task, if you pick UW Imap make sure that you switch the default folder create format from what it is to mbx. for the clients you could use almost anything that supports imap :) Groupwise

Vmware Install procedure

2001-11-25 Thread Ganesh HariHaran
Title: Vmware Install procedure Dear List Could you please throw me steps and verification of partition/partition table before installing Vmware. Installing Vmware and window ... will it affect the existing Dual Boot OS (windows and Linux) Thanks in advance Ganeshh

7.2, etx3, RAID1 Grinds to a halt! - Why?

2001-11-25 Thread Darryl Harvey
Howdie, I have a fairly new 7.2 installation. It runs as a server supplying services for Web (Apache), Mail (postfix), Database (MySQL), and DNS (Bind 9.x) This machine runs fine for about 5-6 days, then it grinds to a halt with the response slowing way down. Eventually it stops responding and

Re: Shutting down linux

2001-11-25 Thread Redhat mailing list
Hi, What I mean is normally shutdown, sorry i 4got to clear this. I have two OS running on my machine, one is windows 2000 and the other is linux. when I'm running windows and press my power switch, the windows OS normaly shutdowns, not just turning the power off. Im thinking if this could

Redundant connection switching

2001-11-25 Thread Nevin Swan
Hi guys, I have a customer with 3 active internet connections 2 cable and 1 ADSL. I have setup a Linux box with 4 NIC's and currently all connections are working. However, the customer would like to have a system in place in that if one connection was to go down for whatever reason, then the

Re: 7.2, etx3, RAID1 Grinds to a halt! - Why?

2001-11-25 Thread ABrady
On Mon, 26 Nov 2001 16:10:02 +1100 Darryl Harvey [EMAIL PROTECTED] implied: Howdie, I have a fairly new 7.2 installation. It runs as a server supplying services for Web (Apache), Mail (postfix), Database (MySQL), and DNS (Bind 9.x) This machine runs fine for about 5-6 days, then it

Re: Shutting down linux

2001-11-25 Thread Bill Hartwell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 25 November 2001 10:27 pm, Redhat mailing list wrote: Hi, What I mean is normally shutdown, sorry i 4got to clear this. I have two OS running on my machine, one is windows 2000 and the other is linux. when I'm running windows and

RE: Shutting down linux

2001-11-25 Thread Nevin Swan
Only old AT machines have switches that are hooked directly to the power supply, ATX however is not, the switch goes to the motherboard and it controls the power, windows intercepts this signal and puts the machine through a forcfull shutdown. -Original Message- From: Bill Hartwell

Re: Shutting down linux

2001-11-25 Thread Ian Truelsen
Bill Hartwell writes: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 25 November 2001 10:27 pm, Redhat mailing list wrote: Hi, What I mean is normally shutdown, sorry i 4got to clear this. I have two OS running on my machine, one is windows 2000 and the other is linux.

Re: Shutting down linux

2001-11-25 Thread Bill Hartwell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 25 November 2001 11:56 pm, Ian Truelsen wrote: Bill Hartwell writes: That's one interesting machine you have. I know about binding ctrl-alt-del to the shutdown command, but normally a power switch is directly linked to the power

RE: Shutting down linux

2001-11-25 Thread Moke Tsing Moh Lim
Usually I will edit the inittab file to # Trap CTRL-ALT-DELETE ca::ctrlaltdel:/sbin/shutdown -h now But anyone have better idea if I could do addition trap eg 1. CTRL-ALT-3 2. CTRL-ALT-5 3. CTRL-ALT-1 So that I can decide the next level of boot that I wanted.

Re: Shutting down linux

2001-11-25 Thread Ashley M. Kirchner
Bill Hartwell wrote: Looks like I'm going to have to see about upgrading my system, then. Mine still uses an AT motherboard. I suppose that'll mean a new case, too, to accomodate the new-style power supply Case, not necessarily. If you have one of the newer AT cases, the size of the