From owner-freebsd-questions Wed Jan 20 19:58:17 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03005 for freebsd-questions-outgoing; Wed, 20 Jan 1999 19:58:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from peacock.tci.com (coral.tci.com [198.178.8.81]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02996 for ; Wed, 20 Jan 1999 19:58:15 -0800 (PST) (envelope-from chris@tci.com) Received: from oreo.tci.com (co-chris-pc01.tci.com [172.18.27.65]) by peacock.tci.com (8.9.0/8.9.0) with ESMTP id UAA28920; Wed, 20 Jan 1999 20:58:05 -0700 (MST) Received: from tci.com (localhost [127.0.0.1]) by oreo.tci.com (8.9.1b+Sun/8.9.1) with ESMTP id UAA04419; Wed, 20 Jan 1999 20:57:49 -0700 (MST) Message-ID: <36A6A5BD.581C55B0@tci.com> Date: Wed, 20 Jan 1999 20:57:49 -0700 From: Chris Tubutis Organization: Tele-Communications, Inc. X-Mailer: Mozilla 4.5 [en] (X11; U; SunOS 5.7 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: bsd CC: "freebsd-questions@FreeBSD.ORG" Subject: Re: cron and NT scheduler References: <36A6A286.9A9CAF21@capgemini.com.sg> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bsd wrote: > > Hi > > I have encountered a problem with sychronizing a WindozeNT and FreeBSD. > Can anybody help? > > Description: > > I need to start a program in FreeBSD and another program on NT at the > same time, I know i can set the cron for FreeBSD and scheduler for NT, > but on events that the clocks don't sychronise, there may be some > delays. > > Is there a way to activate a program (on NT) from FreeBSD or vice versa? > > Best Regards and thanks in advance, > > Chan You can set up your fbsd box to allow remote logins from the nt box. (You may have to snoop the ethernet here to see exactly what usernmae the nt box is coming across as; unix is case sensitive, nt isn't.) Then, from the nt box, $ rsh fbsdbox /path/to/program/or/command I think nt comes with the rstuff by default; it might be part of the resource kit, though, in which cause I think you can find a pd version of the r utilities. Read a few things: man rsh man rhosts and related files, including the parts about security considerations. ct To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message