Announcement

Collapse
No announcement yet.

Delayed Startup

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Delayed Startup

    My goal is to get my shares mounted on startup automatically. SMB4K starts up on boot just fine, but when it starts, KNetworkManager hasn't yet finished connecting to my wireless network, so SMB4K times out before the shares are available.

    I was wondering how I could simply delay the automatic startup of SMB4K for about 15 seconds in order to solve this.

    Thanks!

    #2
    Re: Delayed Startup

    Mount manually? or

    !/usr/bin/-application-
    config.version = "8"
    virtualHW.version = "4"
    scsi0.present = "TRUE"
    memsize = "256"
    scsi0:0.present = "TRUE"
    scsi0:0.fileName = "MYDNS-000002.vmdk"
    scsi0:0.writeThrough = "TRUE"
    ide1:0.present = "TRUE"
    ide1:0.fileName = "/dev/hdc"
    ide1:0.deviceType = "cdrom-raw"
    floppy0.fileName = "/dev/fd0"
    Ethernet0.present = "TRUE"
    displayName = "MYDNS"
    guestOS = "win2000serv"
    autostart = "poweron"
    autostart.delay = 10
    priority.grabbed = "normal"
    priority.ungrabbed = "normal"
    powerType.powerOff = "hard"
    powerType.powerOn = "hard"
    powerType.suspend = "hard"
    powerType.reset = "hard"

    scsi0:0.redo = ""
    ethernet0.addressType = "generated"
    uuid.location = "56 4d f9 b8 4e da 08 9a-74 0a e0 99 2a 9d 69 6f"
    uuid.bios = "56 4d f9 b8 4e da 08 9a-74 0a e0 99 2a 9d 69 6f"
    ethernet0.generatedAddress = "00:0c:29:9d:69:6f"
    ethernet0.generatedAddressOffset = "0"

    ide1:0.startConnected = "TRUE"
    tools.syncTime = "FALSE"

    Comment

    Working...
    X