Mailinglist Archive: opensuse (3103 mails)
| < Previous | Next > |
Re: [SLE] Adding Samba mount to bootup process
- From: Karol Pietrzak <kap4020@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 18 Feb 2003 18:00:24 -0500
- Message-id: <200302181800.24823.kap4020@xxxxxxxxxxxxxxxxxxx>
You can use Yast2 (Runlevel editor), or you can run:
# chkconfig nmb on
# chkconfig smb on
#
You can check what runlevels it's going to run by:
# chkconfig -l nmb smb
nmb 0:off 1:off 2:off 3:on 4:off 5:on 6:off
smb 0:off 1:off 2:off 3:on 4:off 5:on 6:off
#
Wasn't this same exact question asked ~2 days ago?
On Tuesday 18 February 2003 15:07, henjay wrote:
> Into which bootup script can I add the commands 'rcsmb start' and
> 'rcnmb start' to get these two process up and running properly?
>
> I added the commands to boot.local but eth0 comes online after
> boot.local.
>
> Then I want to mount two samba shares from a networked windows
> system.
>
> I'm assumming that the mouts can come directly after 'rcsmb' and
> 'rcnmb'
>
>
> Everything is working if I start the processes after booting.
# chkconfig nmb on
# chkconfig smb on
#
You can check what runlevels it's going to run by:
# chkconfig -l nmb smb
nmb 0:off 1:off 2:off 3:on 4:off 5:on 6:off
smb 0:off 1:off 2:off 3:on 4:off 5:on 6:off
#
Wasn't this same exact question asked ~2 days ago?
On Tuesday 18 February 2003 15:07, henjay wrote:
> Into which bootup script can I add the commands 'rcsmb start' and
> 'rcnmb start' to get these two process up and running properly?
>
> I added the commands to boot.local but eth0 comes online after
> boot.local.
>
> Then I want to mount two samba shares from a networked windows
> system.
>
> I'm assumming that the mouts can come directly after 'rcsmb' and
> 'rcnmb'
>
>
> Everything is working if I start the processes after booting.
| < Previous | Next > |