Problem with my startup script?

2002-12-19 Thread Adam Lofstedt
Hello wise ones, I am trying to mount a windows share at boot with mount_smbfs. Since I have to use the noauto option in fstab (filesystems in fstab are mounted before the network is initialized), I have created a startup script (smbfsstartup.sh) and placed it in /usr/local/etc/rc.d: case $1 in

RE: Problem with my startup script?

2002-12-19 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Adam Lofstedt I am trying to mount a windows share at boot with mount_smbfs. Since I have to use the noauto option in fstab (filesystems in fstab are mounted before the network is initialized), I have

Re: Problem with my startup script?

2002-12-19 Thread Matt Smith
On Thu, 2002-12-19 at 11:59, Adam Lofstedt wrote: Hello wise ones, I am trying to mount a windows share at boot with mount_smbfs. Since I have to use the noauto option in fstab (filesystems in fstab are mounted before the network is initialized), I have created a startup script

Re: Problem with my startup script?

2002-12-19 Thread Giorgos Keramidas
On 2002-12-19 08:59, Adam Lofstedt [EMAIL PROTECTED] wrote: I am trying to mount a windows share at boot with mount_smbfs. Since I have to use the noauto option in fstab (filesystems in fstab are mounted before the network is initialized), I have created a startup script (smbfsstartup.sh) and

Re: Problem with my startup script?

2002-12-19 Thread Jack L. Stone
At 07:25 PM 12.19.2002 +0200, Giorgos Keramidas wrote: On 2002-12-19 08:59, Adam Lofstedt [EMAIL PROTECTED] wrote: I am trying to mount a windows share at boot with mount_smbfs. Since I have to use the noauto option in fstab (filesystems in fstab are mounted before the network is initialized),

Re: Problem with my startup script?

2002-12-19 Thread Daniel Schrock
Jack L. Stone wrote: At 07:25 PM 12.19.2002 +0200, Giorgos Keramidas wrote: On 2002-12-19 08:59, Adam Lofstedt [EMAIL PROTECTED] wrote: I am trying to mount a windows share at boot with mount_smbfs. Since I have to use the noauto option in fstab (filesystems in fstab are mounted before the

Re: Problem with my startup script?

2002-12-19 Thread Jack L. Stone
At 11:59 PM 12.19.2002 +0200, Giorgos Keramidas wrote: On 2002-12-19 15:45, Jack L. Stone [EMAIL PROTECTED] wrote: At 07:25 PM 12.19.2002 +0200, Giorgos Keramidas wrote: Local Package Initialization : (skipping smbfsstartup.sh, not executable). Quick fix: # chmod 0750

Re: Problem with my startup script?

2002-12-19 Thread Giorgos Keramidas
On 2002-12-19 16:19, Jack L. Stone [EMAIL PROTECTED] wrote: At 11:59 PM 12.19.2002 +0200, Giorgos Keramidas wrote: Quick fix: # chmod 0750 /usr/local/etc/rc.d/smbfsstartup.sh Pardon moir for chiming in here, but I have noticed 3 different posts about the proper chmod for the