Jump to content

whoopn

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by whoopn

  1. I'm seeing some behavior that I wasn't expecting, I'm trying to share some folders from Unraid through to a VM, the ones from my actual array I'm able to mount with the fstab commands below, but the one going to an unassigned device (that is mounted), I cannot write to the ones on the unassigned device.  I've tried all manner of what should be unnecessary chown commands (file are all 777 right now).

     

    What am I missing?  The exact same thing happened with a VM Unraid share from the cache drive...what am I missing? 

     

    Additional info: There are hardlinks to the folder (no idea from where)

     

    cat /etc/fstab | grep virtio
    PS_Library /mnt/PS_Library 9p trans=virtio,version=9p2000.L,_netdev,rw 0 0
    HousePhotos /mnt/HousePhotos 9p trans=virtio,version=9p2000.L,_netdev,ro 0 0
    AppCacheData /mnt/AppDataCache 9p trans=virtio,version=9p2000.L,_netdev,rw 0 0

     

    I can write to PS_Library all day long...

     

    Thanks for any assistance in advance!

     

  2. 8 minutes ago, atribe said:

    Whatever you are using to send data to influxdb should create the DB. I use telegraf, it creates the db.

     

    I'm not sure the data logger does that, its expecting the database to be created for it.  Is there a way to create the database manually?

     

    Here are the instructions I am following: http://codersaur.com/2016/04/smartthings-data-visualisation-using-influxdb-and-grafana/

     

    I appreciate your help BTW!

  3. 2 minutes ago, atribe said:

    Influxdb doesn't have an admin interface anymore. That being said, try port 8086 instead of port 8183.

    Still no go, this was me troubleshooting earlier before I changed the ports back to stock, should've changed my screenshot.

     

    image.thumb.png.5a90407afcfd5c22b61b0305146c6989.png

     

    I don't know what credentials to use, does it need any?  What about creating a database?  I haven't done that either.

  4. Ok I must be missing something that everyone else seems to know already.

     

    I installed the Influx and Grafana dockers.  Grafana works like a charm.  Influx though I'm not sure if its up at all.  

     

    I tried enabling the web interface but I still get a 404

    59dfe2585571a_2017-10-1215_44_26-Backup_UpdateContainer.png.adca4b0599f94d47ebe6f661e31d2a98.png

     

    I honestly don't care if I have a web interface but I have no idea how I'm supposed to interact with the db as a docker on unraid in any other way.

     

    What I'm really going for here is this page to complete successfully:

    59dfe2aba649c_2017-10-1215_45_54-Grafana-Home.thumb.png.8cb7a65a0f2e41681926f3bffb0bf0be.png

     

    I literally don't know what to fill in the fields with b/c I wasn't able to define any of these settings somewhere.

     

    I would really really appreciate any assistance as this is my first go at influx and grafana.  I swear I'm not stupid, but I encounter issues like this and I have my doubts...

  5. I have a question regarding the multiple IPs that are unavoidable on Docker (the host IP -in the 10.0.1.0 range- and the docker0 interface in the 172.16.1.0 range).

     

    How can I force plex to only work over a single interface?  My TV's plex app wont work otherwise.  I'd like to specify the 10.0.1.0 range to be used.  I disabled docker0 and it worked great but NONE of my other docker apps work then.

×
×
  • Create New...