From owner-freebsd-questions Thu Nov 16 8:27: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from femail2.sdc1.sfba.home.com (femail2.sdc1.sfba.home.com [24.0.95.82]) by hub.freebsd.org (Postfix) with ESMTP id A4E1537B479 for ; Thu, 16 Nov 2000 08:27:02 -0800 (PST) Received: from cx443070b ([24.0.36.170]) by femail2.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20001116162650.KVT19780.femail2.sdc1.sfba.home.com@cx443070b>; Thu, 16 Nov 2000 08:26:50 -0800 Message-ID: <002401c04fea$5c795150$aa240018@cx443070b> From: "Jeremiah Gowdy" To: , References: <00111608280500.00292@bruce.andrewpea.com> Subject: Re: Running DOS program Date: Thu, 16 Nov 2000 08:29:15 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > We have a multiuser DOS database application presently running on a Novell v3.12 > server that we would like to move to a FreeBSD/ufs server running Samba. > > The company that makes the software said they have never tested the application > on any form of *NIX and that if we made the move we would be on our own as far > as hardware support went. > > Our question is does anyone know why moving this application wouldn't work on a > FreeBSD/Samba box? Is there anything special we should be aware of in terms of > setting user/group permissions, sticky bits, etc.? > > The reason for the move is we are running Novell servers, WindowsNT servers and > FreeBSD servers and its a pain to manage all of the assorted platforms. We want > to move everything to *nix boxes and standardize on FreeBSD. So far everything > we have moved to FreeBSD (various DOS, windows and foxpro apps) have worked > great. However this last application is the company's financial/property > management program that the company pretty much runs on and management needs > to be reassured everything will work alright. Wow, buddy, you and I are in the same boat. I too manage a network where the people use a DOS based File sharing database program. We used to share it off NT, but the company who wrote the software (I helped rewrited parts of it, so I know them), they share it off Novel and others commonly. I said, hey, FreeBSD+Samba for maximum reliability. It took a little time but I switch us over no problem, and now our speed is much improved. As for your questions about permissions, just copy your DOS files into the share, and then chown the whole thing to whatever your account will be, like nobody, guest, whatever. Other than that, Samba will keep track of everything else. If you really don't want to worry about it, you can, in smb.conf, say Force Create Mode = 0777 or something to that effect. Not really needed, but it's there for you. If you ever do run into such issues, where your program acts funny and you think it's permissions, go to the root of the share and chmod -R 777 * and chown -R nobody:nobody * I find that RARELY I actually have to do that when permissions get screwed up. But anyways, it works perfectly and much more reliably than NT4 (vomit). Feel free to contact me directly with any questions you have about setting this up. Heck, if you were local to me, you could contract me to set it up and train people on it :) > > Thanks - > Bruce > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message