trevormiller6

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by trevormiller6

  1. 26 minutes ago, trevormiller6 said:

    I have been using this with sonarr for years and never had an issue. Sonarr loads the torrents in just fine. They just don't download anymore.

     

    Ok so I removed the docker with the image. Deleted the deluge folder in appdata that had the configs. Re-downloaded the docker and set it back up and now it works... Not sure why that fixed it but it did.

  2. 1 minute ago, DaSlinky said:

    I switched from Chrome to Edge, that fixed it.  Now I let Sonarr load the downloads in.

    I have been using this with sonarr for years and never had an issue. Sonarr loads the torrents in just fine. They just don't download anymore.

  3. On 1/4/2021 at 9:28 PM, jace055 said:

    Same issue here.  Just installed a few days ago and was working fine.  I can add torrents but none are downloading and all show paused.  

    I'm having this same issue. Nothing downloads anymore... I can't figure out why. There are no errors in the logs. It is connected to PIA just fine. The only error I see is in the bottom right where it used to show free space now just says error...
    image.png.0fa8bafe703fbff37a09f63401b0a0ad.png

     

    I am not even sure where to start troubleshooting, any help would be appreciated!

  4. I can't get flarum to connect to my mysql database. I don't have this issue with any of my other dockers. Any help would be greatly appreciated.
     

    Checking database connection...
    Waiting 60s for database to be ready...
    ERROR: Failed to connect to database on <my ip>

     

  5. 4 hours ago, surfshack66 said:

    So to answer my original question it sounds like you're running their elastic stack as opposed to the official kibana, logstash, and elasticsearch.

     

    No I am running splunk Enterprise... Wazuh has a splunk app that you install in splunk.

     

    Here is the documentation for kibana.

    https://documentation.wazuh.com/3.11/user-manual/kibana-app/

  6. 7 hours ago, surfshack66 said:

    @trevormiller6 Are you running the other wazuh containers or just this? I have separate instances of elasticsearch, kibana, and logstash so I'm trying to integrate this container into my existing stack.

    This is the wazuh server and then you would install the kibana app in your case or if using splunk you would install the splunk app. From the app you connect to the server using the API. The app serves as the UI for wazuh.

  7. 3 hours ago, Squid said:

    No, since there isn't an adequate docker run command listed in the docker page, you'd want to use these instructions instead

     

    https://forums.unraid.net/topic/36057-noobie-docker-setup-guide/#comment-345882

     

     

    haha i was way over thinking it. I thought i had to replicate the dockerfile in the template but i just needed the paths ports and variables and unraid still runs the docker file. I was confused, the below worked just fine.  Thanks for the help!

     

    wazuh_unraid.thumb.PNG.f1e35cc247cfdbf111df350b4ccda2e3.PNG

  8. 1 hour ago, Squid said:

     

    Thanks for the reply! So as an example i would just add the below into the extra parameters field?

    RUN set -x && echo "deb https://packages.wazuh.com/3.x/apt/ stable main" | tee /etc/apt/sources.list.d/wazuh.list && \
       curl -s https://packages.wazuh.com/key/GPG-KEY-WAZUH | apt-key add - && \
       curl --silent --location https://deb.nodesource.com/setup_8.x | bash - && \
       echo "postfix postfix/mailname string wazuh-manager" | debconf-set-selections && \
       echo "postfix postfix/main_mailer_type string 'Internet Site'" | debconf-set-selections && \
       groupadd -g 1000 ossec && useradd -u 1000 -g 1000 -d /var/ossec ossec