Jump to content

Draco

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by Draco

  1. On 9/5/2023 at 2:28 PM, A75G said:

    Hello once more,

    As previously mentioned, since you're actively following this thread, if you're aware of any issues, kindly consider either submitting a pull request or offering the necessary configuration changes.

     

    Hi Team,

     

    I figured out a workaround to get the poller up and running within this docker container.

     

    I edited this file "/etc/cont-init.d/07-svc-cron.sh"

     

    and added the below under echo "Creating LibreNMS cron artisan schedule:run"

     

    echo "Creating LibreNMS poller scheduler"
    echo "*/5  *    * * * /opt/librenms/cronic /opt/librenms/poller-wrapper.py 16" >>${CRONTAB_PATH}/librenms

     

    Hope this helps people getting this one up and running.

     

     

    • Like 1
  2. 36 minutes ago, ich777 said:

    What are these device ID's?

    EDIT: If this is the Card and the Audio Controller then no, see the answer below why, also there is a new way of adding devices to VFIO.

     

    Yes this is possible but not recommended (and I never recommend doing it like this) since you can hard lock up the server.

    If you want to use it for Containers and VM's don't bind it to VFIO since Unraid can't see the GPU if it's bound to VFIO (also there is a new way how to bind devices to VFIO - Tools -> System Devices).

    Thanks for the speedy reply i thought this is why it wasn't showing up will give it a whirl (remove this config) and report back

    • Like 1
  3. Hi Guys,

     

    If i have vfio-pci.ids=10de:1c03,10de:10f1 in my syslinux config will this plugin operate? Am i able to have dockers using the gfx as well as VM utilising it i presume no but wanted to check if this is why nvidia-smi wasn't loading?

  4. Hi There,

     

    Searched around and wasn't able to easily find information on this.

     

    Basically looking to run LibreNMS docker and it requires a separate DB Docker looking to use MariaDB in this case. How would I go about implementing this on unraid?I have MariaDB up and running and looking to use https://hub.docker.com/r/librenms/librenms/ as the main container and it requires a DB_HOST variable, how do I utilise this?

     

    I have set both dockers as 192.168.1.203 - Libre and 192.168.1.204 - Maria DB.

     

    Any assistance would be helpful, thanks so much!

  5. Hi There,

     

    I have done a bunch of searching here and elsewhere and can't seem to find an answer on this.

     

    1. I have OpenVPN AS setup in a docker with ports 943 Web and 9443 TCP VPN port open

    2. I am looking to use letsencrypt to redirect 443 for domain vpn.duckdns.org to local server 192.168.1.5:9443 for vpn connections

     

    Does anyone have any idea how i would set this up in the letsencrypt docker. Reason for this is work is blocking anything but HTTP/HTTPS so need to be accessing on one of these open ports.

     

    Help would greatly be appreciated.

     

    Thanks!

    • Like 1
  6. Hi There,

     

    Seem to be getting some low disk errors as below;

     

    ay 25 03:40:01 unRAID move: move: skip /mnt/disk1/appdata/medusa/main.db
    May 25 03:40:01 unRAID move: move: skip /mnt/disk1/appdata/medusa/cache.db
    May 25 03:40:01 unRAID move: move: skip /mnt/disk1/appdata/medusa/failed.db
    May 25 03:40:01 unRAID move: move: file /mnt/disk1/domains/Windows 10/vdisk1.img
    May 25 03:55:00 unRAID shfs: cache disk full
    May 25 03:55:05 unRAID move: move_object: /mnt/disk1/domains/Windows 10/vdisk1.img No space left on device
    May 25 03:55:05 unRAID move: move: skip /mnt/disk1/system/docker/docker.img
    May 25 03:55:05 unRAID move: move: skip /mnt/disk1/system/libvirt/libvirt.img
    May 25 03:55:05 unRAID root: mover: finished

     

     

    Any ideas on why this might be happening? That vm has a 150Gb vdisk assigned i am looking to move some of this data off and reduce disk size to see if it makes a difference but would like to try and resolve without mucking around with the vdisk if possible.

     

    Thanks!

     

×
×
  • Create New...