ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. CrimsonKidA
    C
    • Profile
    • Following 0
    • Followers 1
    • Topics 0
    • Posts 18
    • Best 3
    • Controversial 0
    • Groups 0

    CrimsonKidA

    @CrimsonKidA

    3
    Reputation
    341
    Profile views
    18
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    CrimsonKidA Unfollow Follow

    Best posts made by CrimsonKidA

    • RE: Install NextCloud 11 on Fedora 25 with SaltStack

      Hey Scott, Drew here (CrimsonKidA) from SW. I think there might be something wrong with my Salt Master install. The salt-master service doesn't auto start at boot, so I manually start it. Also, it didn't seem to make /var/cache/salt/master either, so I manually created it. When I try to run your last command here, this is what I get:
      [root@NextCloud /srv/salt]# salt 'NextCloud.ourdomain.com' state.apply nextcloud
      No minions matched the target. No command was sent, no jid was assigned.
      ERROR: No return received

      Any ideas? Thanks.

      posted in IT Discussion
      C
      CrimsonKidA
    • RE: Install NextCloud 11 on Fedora 25 with SaltStack

      @scottalanmiller Perfect, thanks. I just added '127.0.0.0 salt' to my /etc/hosts file and that got the DNS issue cleared up. But then the key was still not accepted. Got that sorted by running:
      salt-key -A
      from directory /etc/salt

      posted in IT Discussion
      C
      CrimsonKidA
    • RE: Install NextCloud 11 on Fedora 25 with SaltStack

      ...just CD'd back to /srv/salt and your scripts are working now!! 😄

      posted in IT Discussion
      C
      CrimsonKidA

    Latest posts made by CrimsonKidA

    • RE: Install NextCloud 11 on Fedora 25 with SaltStack

      Would I need to add something to the salt script to enable the "LDAP user and group backend" v1.1.2 app for NextCloud? I want SSO for our AD users, but NextCloud says "This app cannot be installed because the following dependencies are not fulfilled:
      The library ldap is not available."

      posted in IT Discussion
      C
      CrimsonKidA
    • RE: Install NextCloud 11 on Fedora 25 with SaltStack

      ...in that case I may just use 443, yeah.

      posted in IT Discussion
      C
      CrimsonKidA
    • RE: Install NextCloud 11 on Fedora 25 with SaltStack

      Oh very cool! I did not know that 🙂

      posted in IT Discussion
      C
      CrimsonKidA
    • RE: Install NextCloud 11 on Fedora 25 with SaltStack

      @scottalanmiller said in Install NextCloud 11 on Fedora 25 with SaltStack:

      onse I understand. Why port 80 though?

      Not sure if it will get used outside our LAN yet. If so, I will close 80 and purchase an SSL cert.

      posted in IT Discussion
      C
      CrimsonKidA
    • RE: Install NextCloud 11 on Fedora 25 with SaltStack

      @scottalanmiller Thanks so much, Scott! Working perfectly now! 😄 Personally, I want a PING response, plus port 22 and 80 open, so I'm going to tweak IPtables, but it is coming back up after rebooting the VM.

      posted in IT Discussion
      C
      CrimsonKidA
    • RE: Install NextCloud 11 on Fedora 25 with SaltStack

      @scottalanmiller Thanks, I'll look at making a cron job for it to run at boot. I'm having to manually disable the firewall at each boot too, so that will need to be added. Salt master and minion are starting up on their own now, so that's good.

      posted in IT Discussion
      C
      CrimsonKidA
    • RE: Install NextCloud 11 on Fedora 25 with SaltStack

      @scottalanmiller Well, it doesn't lose my NextCloud config (I changed the admin PW) but Apache2.4, Salt (master and minion) and NextCloud are just not auto starting up. I've set the salt services to auto-start up, so I'll see if that's all it needs...

      posted in IT Discussion
      C
      CrimsonKidA
    • RE: Install NextCloud 11 on Fedora 25 with SaltStack

      Thanks again, Scott! Just one last question: how do I get this to "stick" after a reboot? It seems to be reverting back to having nothing installed after I reboot the Fedora Svr VM...

      posted in IT Discussion
      C
      CrimsonKidA
    • RE: Install NextCloud 11 on Fedora 25 with SaltStack

      @scottalanmiller Thanks, Scott. I ran the your final command again and it worked this time: Succeeded: 19 (changed=5)! The firewall seems to be too aggressive, so I just turned it off since this will be LAN-use only (at least for now).

      posted in IT Discussion
      C
      CrimsonKidA
    • RE: Install NextCloud 11 on Fedora 25 with SaltStack

      The script seemed run fine, but I still have no NextCloud installation. 😞 I thought it was just the firewall getting enabled in Fedora, but I turned it off and still nothing is there on 443 at the IP (other than Cockpit at 9090 of course).

      posted in IT Discussion
      C
      CrimsonKidA