Fatal error trying to install Dockstarter

  • I am following the Dockstarter tutorial by Technodadlife and reached the point where he said nano needs to remove 'noexec' from mntent.

    I followed the instructions and removed it but when i then tried to access omv via a browser got


    Fatal error 76: Opening and ending tag mismatch: ntent line 356 and mntent (line=365, column=16)


    I returned to mntent and reintroduced noexec into it's previous place but still got the same error.


    I noticed that the Teechnodadlife video showed mntent in yellow followed by mntent in white. When I did it there was mntent in yellow followed by ntent in white.


    You can tell I don't know what I'm doing but need to recover OMV.

    • Offizieller Beitrag
    1. always make a copy of a system file before editing it
    2. it is safer to change noexec to exec than removing it completely
    3. common mistake is to introduce a "space"
    4. after you change config.xml you need to deploy the change

    This is how a section looks on my system. Might help you to find the mistake


    Code
          <mntent>
            <uuid>d32954ed-e0b1-4fb5-a8b8-1d4f6657b8fb</uuid>
            <fsname>/dev/disk/by-label/dataos</fsname>
            <dir>/srv/dev-disk-by-label-dataos</dir>
            <type>ext4</type>
            <opts>defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl</opts>
            <freq>0</freq>
            <passno>2</passno>
            <hidden>0</hidden>
          </mntent>

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!