Jump to content

zepheris

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by zepheris

  1. Unraid sometimes crashes after a reboot. I suspect it maybe related to issues I've heard about related to using vlans, but I can' t be sure.

    As of right now, my box is scrolling this on the screen over and over. I did see I had a logon prompt when I pressed the <enter> key a few times, but I'm not able to log in and can't seem to do anything other than reset.

     

    Based on the bnx2, I think it is related to a nic issue, but thats about all I've been able to find after doing some google searches.

     

    Anybody have any clue as to what may be happening?

     

     

    image.png.0c7ee373935cfcb42863d63f41e5dd9d.png

     

    Update: Had to reboot to figure out what version I was running :)
    Unraid 6.9.2

     

    Please let me know what information you need and I can provide it.

     

    Thanks!

  2. 17 hours ago, blaine07 said:


    Thanks for the thorough response. Me and the 10479 people that will ask after me VERY MUCH appreciate it 🙂

     

    Can confirm that changing the repo and then running Fix Common Problems plugin works with no issue. I did run into a problem with the extension on my browser. I had to log out and back in before it would sync again.

    • Like 1
  3. I have a suggestion that would help those of us who like to use reverse proxies (traefik as an example), MFA systems (Authelia), and their own domains.

     

    Add an optional field with the unraid-api plugin to enter a custom URL that would be used to access the local unraid server. The field could be setup to only ask for the url and its assumed the url will start with https.

     

    Then the unraid website could just use that link whenever the owner wanted to access the server remotely.

     

    Doing this would allow us to setup the reverse proxy and any MFA that we choose. This wouldn't be a end all method either. Limetech can still implement their own MFA, but I like the option of using my own.

     

    I know that we can not enable remote access through the plugin which is fine, but having the ability to click on my server from the server's section of the web page is seamless and more convenient.

    • Like 1
  4. On 1/7/2021 at 3:45 PM, kiowa2005 said:

    This container assumes you are running another proxy service container.  I use delugeVPN proxy with PIA VPN.  You ensure this container is on the same network as your proxy container, include the IP and port to that proxy container.  Many other proxy container options out there.

    Thats what I was missing. Thanks. I installed a proxy container and got it working.

     

    Thanks again!

  5. 4 hours ago, kiowa2005 said:

    The default setting is for the browser to be trusted so make sure to leave that as default. If amazon is giving you captcha then you may be hitting it too frequently. Trying playing with the timing setting to back off on the frequency.

     

    Also, I use mine in conjunction with bin-hex delugevpn and I use the delugevpn as my proxy with a vpn. This way I am not hitting the stores all the time from my home IP address so when I go to buy I am not coming from the same address all of the stock checking originated from. The only thing this does is ensure my home IP is not in any danger of a temp blocked by the stores for spamming them too hard.


    I pretty much use the default timing.  However, going through a VPN perhaps that makes a difference (mine being slower).

     

    image.thumb.png.02571190defbf5a293f89c250fee8433.png

     

     

    Thanks for the info and Tip. I was going to use a proxy, but discovered the proxy settings do not include a username/password field. Are there any variables I can pass to the docker container? If so, could you let me know what those are? I tried looking around on the github page, but wasn't able to find anything. (maybe I'm blind) :)

  6. Thanks for making this docker. Its really cool. I noticed an issue and unsure how to get past it. My log is showing this

     

    [3:47:02 PM] [33mwarn[39m :: ✖ [amazon] [evga (3090)] ftw3 ultra :: CAPTCHA

    All of the Amazon log entries show CAPTCHA. Is there a way to get around it?

     

    Thanks!

  7. @Beaker69

     

    Thanks for providing your code. I notice that the CPU usage isn't listed as an attribute. I think I understand why now. I just found this link (https://community.home-assistant.io/t/unraid-api-connect-and-control-unraid-servers-through-home-assistant-via-mqtt/154198/10) that discusses using glances to provide cpu usage. I guess I need to look into it a little more.

     

    Thanks

     

    EDIT:

     

    yep, I can't read very well. Glances

    https://github.com/nicolargo/glances

     

    this is where we're getting CPU usage and other stats. it can be found in the community apps page.

  8. New to Home Assistant. I've been looking over your sample lovelace UI. I'm specifically looking at the bars. I can't seem to find any of the attributes anywhere in the MQTT server. 

     

    Looking at the MQTT Server. The topic homeassistant/hades has the following information: (hades is the name of my Unraid server)

    {
      "arrayStatus": "Started",
      "arrayProtection": "Parity is valid.",
      "moverRunning": false,
      "parityCheckRunning": false,
      "title": "Hades",
      "cpu": "Intel&#174; Xeon&#174; CPU           X5650  @ 2.67GHz",
      "memory": "64 GiB DDR3 Multi-bit ECC ",
      "motherboard": "Dell Inc. 0Y7JM4, Version A01",
      "diskSpace": "35.4 TB used of 42 TB (84.3 %)",
      "on": true
    }

    I suspect the CPU section is supposed to show my cpu usage, but all I see is the CPU type. I did check the topic homeassistant/binary_sensor/hades/config and have the following information:

    {
      "payload_on": true,
      "payload_off": false,
      "value_template": "{{ value_json.on }}",
      "state_topic": "homeassistant/hades",
      "json_attributes_topic": "homeassistant/hades",
      "name": "hades_server",
      "unique_id": "hades unraid api server",
      "device": {
        "identifiers": [
          "hades"
        ],
        "name": "hades_server",
        "manufacturer": "Dell Inc. 0Y7JM4, Version A01",
        "model": "Unraid Server"
      }
    }
    
    homeassistant/binary_sensor/hades/config
    

    I'm confused. Is the Unraid_API docker not publishing all of the information its supposed to?

     

    Also to note. I'm receiving the following error in my docker log:
     

    There was a problem retrieving a field for a docker image
    Cannot read property 'contents' of undefined

    Unfortunately, the message doesn't identify which docker is the problem. I am using a plugin named Docker Folder. Do you think this is causing the error message?

     

    I even cloned the Unraid_API repo and built a new docker image to see if that would help and I'm not seeing where the CPU usage and other sensors are listed.

     

    Any help is appreciated.

     

    -Zeph

  9. 16 minutes ago, trurl said:

    Thanks @trurl

    The user folder had incorrect permissions, exactly how it was depicted in the posts you linked. I'm not sure how that happened. 

     

    Thanks again!

  10. I'm unsure when this started as I don't access my shares all that often. I noticed none of my SMB shares are listed that are part of the array. I have an unassigned device and the flash disk shares, but any share created from the array are missing. The UI shows no shares and creating a share doesn't work.

    https://pasteboard.co/J3ErxSD.png

     

    I have a seperate linux box that uses nfs to access shares on unraid. These are not working either. From what I can see when looking at /etc/samba/smb-shares.conf, the only entry is [flash]. I enabled disk shares under settings>Global Share Settings and saw a entries in smb-shares.conf for each disk. This tells me that some portion of SMB is working. I've been able to create a custom share in /boot/config/smb-extra.conf that shares out /mnt/user/Media (a share I've had in the system for years) and it also works. I've played with /etc/exports for NFS shares and that seems to be partially working (I believe my settings are wrong which is why I can't get it to mount properly).

     

    I'm currently using the Nvidia patched version of 6.8.3. I tried changing to the Limetech 6.8.3 as well as downgrading to 6.8.2. I've installed a new USB stick with a new copy of 6.8.3 (not Nvidia patched) and am unable to see any of my shares and I'm unable to create new shares. I even downgraded to 6.8.2 (not Nvidia patched) with same results.

     

    There have been a few times when I tried to create a new share and received a text after pressing submit that said "test share deleted" as if I wanted to remove it from Unraid.

     

    I'm convinced its something wrong with my filesystem or how Unraid reads my disks as I've tried a new install of unraid using the same disks and shares were not created. I've included a couple of different diagnostics files in hopes that somebody can point out what my issue is.

     

    The last plugin I was playing with was the dynamics file integrity plugin. I looked at it a little more and found that it writes an extended attribute with the hash value into the file. I'm not sure if this effects how unraid operates. 

     

    Any ideas?

    hades-diagnostics-20200413-1200.zip hades-diagnostics-20200413-0915.zip

  11. If one wanted to donate to show appreciation for the work the Dev's have done to make the Nvidia patch possible, where could one do that?

     

    I just started using the Nvidia patch of unraid with the 6.8.0 build and I couldn't tell you enough how awesome it is. I'd like to show my appreciation to the developers.

    • Like 1
  12. On 8/12/2019 at 3:15 AM, devilz said:

    Happy Birthday. 

     

    Running unRaid on my Odroid H2 - replaced 2 RPIs in my network and running a lot more services now!

     

    Thanks

     

    Holy crap. Unraid on an Odriod? Thats awesome! Never considered doing that.

     

    I have Unraid on a Dell R710 with 2x 6 core CPUs w/ HT (24 logical processers) and 64GB ram. I'm 82% full on a 28TB array... Need more disks!

    Unraid has opened up so many options and it just keeps getting better and better.

  13. I've been using the watch later feature to add youtube videos. Recently, any video from this youtube channel won't play

    https://www.youtube.com/user/TheXPGamers

     

    Here is a link to a video from the channel that doesn't play:

    https://www.youtube.com/watch?v=yV3hbfwpK4k

     

    During my troubleshooting, I tried to add a video from the same channel that I knew previously played in the watch later list, but it also won't play now.

     

    Youtube videos that are added to my watch later list from other channels play just fine.

     

    Here is an example of a youtube video that plays fine:

    https://www.youtube.com/watch?v=wU7l0Oz_fHY

     

    Anybody have any idea on how to resolve this?

  14. If you do that, you will no longer get notifications of new versions being available.

     

     

    I did it as a temporary measure as I couldn't get it to install properly.

     

    On the same note. I'm having trouble understanding how the plugin is supposed to work. I've looked up at how FileBot works from their website, but I'm having trouble configuring the plugin. How does one choose the source and destination folders?

  15. I ran into a problem trying to get FileBot to install. I discovered that the latest version on Source Forge doesn't include a portable.zip download.

     

    You can fix it by editing the /usr/local/emhttp/plugins/scripts/rc.Filebot file

     

    Find the function app_install()  {

     

    inside the function you'll see a local LATESTVERSION=`app_newer` variable

     

    replace `app_newer` with '4.7.2'

     

    Save and then try to install. This should get you up and running. I only did this as a temporary measure.

     

     

     

    Disclaimer:

    I make no claims that this will work for you. Worst case, it'll screw up your Unraid server and cause sparks to fly from your power supply. Modify files at your own risk.

×
×
  • Create New...