From owner-freebsd-questions Tue Oct 22 17:57: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8833737B401 for ; Tue, 22 Oct 2002 17:57:01 -0700 (PDT) Received: from dc-mx03.cluster1.charter.net (dc-mx03.cluster1.charter.net [209.225.8.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AA8743E75 for ; Tue, 22 Oct 2002 17:57:01 -0700 (PDT) (envelope-from unixnoob@charter.net) Received: from [66.191.207.16] (HELO papabear) by dc-mx03.cluster1.charter.net (CommuniGate Pro SMTP 3.5.9) with ESMTP id 28495460 for freebsd-questions@freebsd.org; Tue, 22 Oct 2002 20:57:00 -0400 Reply-To: From: "RD" To: Subject: Shlight help plz Date: Tue, 22 Oct 2002 20:57:16 -0400 Message-ID: <001401c27a2f$21d78820$0a00a8c0@papabear> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi guys, I'm having some trouble here. I'm sorda a noob to unix, so plz bare with me J I've searched all the shlight list archives I found the startup shel script #!/bin/sh case "$1" in 'start') /usr/local/sbin/shlight //papabear/myftp /usr/FTP -w -P ou812ou812 ;; 'stop') # Trivial (you may be able to produce something less # hamfisted than this) stop script: /usr/bin/killall shlight ;; *) echo "Usage: $0 { start | stop }" exit 1 ;; esac exit 0 I'm getting an error ( local package initialization : Samba/etc/rc: /usr/local/etc/rc.d/shlight.sh: not found ? Is this because samba needs 30 seconds or so to settle maybe? I can't access my smb shares from w32 for a few seconds after login prompt. I can login and run the shlight command and it mounts ok without error, so I'm wondering if I need to make the shlight startup sleep or something for a certain amount of time maybe ? Tx in advance RD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message