Richamc01

Members
  • Posts

    30
  • Joined

  • Last visited

Posts posted by Richamc01

  1. On 3/16/2023 at 10:51 AM, JonathanM said:

    No, you don't.

    You've looked so many times you can't see the issue. Not making fun, I've been there, done that. Compare letter by letter if you need to.

    Haha! This is great. I see my typo now. Thanks for the assistance with my "technical problem." 

  2. I cannot get this working for the life of me. Every time I save the docker template and check the logs, I get:

    grep: /etc/odoo/odoo.conf: No such file or directory

     

    When I attempt to open the webui, I see this in the logs:

    2023-03-20 20:04:50,346 1 ERROR ? odoo.modules.loading: Database odoo not initialized, you can force it with `-i base` 
    2023-03-20 20:04:50,347 1 INFO ? odoo.modules.registry: Registry loaded in 0.178s 
    2023-03-20 20:04:50,350 1 ERROR odoo odoo.http: Exception during request handling. 
    Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/odoo/http.py", line 1584, in _serve_db
        return service_model.retrying(self._serve_ir_http, self.env)
      File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 134, in retrying
        result = func()
      File "/usr/lib/python3/dist-packages/odoo/http.py", line 1598, in _serve_ir_http
        ir_http = self.registry['ir.http']
      File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 190, in __getitem__
        return self.models[model_name]
    KeyError: 'ir.http'
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/odoo/http.py", line 1990, in __call__
        response = request._serve_db()
      File "/usr/lib/python3/dist-packages/odoo/http.py", line 1590, in _serve_db
        exc.error_response = self.registry['ir.http']._handle_error(exc)
      File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 190, in __getitem__
        return self.models[model_name]
    KeyError: 'ir.http'
    2023-03-20 20:04:50,356 1 INFO odoo werkzeug: 192.168.89.249 - - [20/Mar/2023 20:04:50] "GET / HTTP/1.1" 500 - 8 0.195 0.086
    2023-03-20 20:04:50,604 1 ERROR odoo odoo.http: Exception during request handling. 
    Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/odoo/http.py", line 1584, in _serve_db
        return service_model.retrying(self._serve_ir_http, self.env)
      File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 134, in retrying
        result = func()
      File "/usr/lib/python3/dist-packages/odoo/http.py", line 1598, in _serve_ir_http
        ir_http = self.registry['ir.http']
      File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 190, in __getitem__
        return self.models[model_name]
    KeyError: 'ir.http'
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/odoo/http.py", line 1990, in __call__
        response = request._serve_db()
      File "/usr/lib/python3/dist-packages/odoo/http.py", line 1590, in _serve_db
        exc.error_response = self.registry['ir.http']._handle_error(exc)
      File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 190, in __getitem__
        return self.models[model_name]
    KeyError: 'ir.http'
    2023-03-20 20:04:50,605 1 INFO odoo werkzeug: 192.168.89.249 - - [20/Mar/2023 20:04:50] "GET /favicon.ico HTTP/1.1" 500 - 2 0.012 0.037
    2023-03-20 20:04:56,372 1 ERROR odoo odoo.sql_db: bad query: 
                SELECT latest_version
                FROM ir_module_module
                 WHERE name='base'
            
    ERROR: relation "ir_module_module" does not exist
    LINE 3:             FROM ir_module_module
                             ^
     
    2023-03-20 20:04:56,373 1 WARNING odoo odoo.addons.base.models.ir_cron: Tried to poll an undefined table on database odoo. 
    2023-03-20 20:04:58,377 1 ERROR odoo odoo.sql_db: bad query: 
                SELECT latest_version
                FROM ir_module_module
                 WHERE name='base'
            
    ERROR: relation "ir_module_module" does not exist
    LINE 3:             FROM ir_module_module
                             ^
     
    2023-03-20 20:04:58,378 1 WARNING odoo odoo.addons.base.models.ir_cron: Tried to poll an undefined table on database odoo. 

     

    I created a config file in the appdata folder (which is set in the docker template as /etc/odoo) and I still have the same problem.

     

    Would you mind sharing some screenshots of the setup that you were able to get working? 

    • Upvote 1
  3. I'm getting the following error with my installation:

    Quote

    Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add "default_phone_region" with the respective ISO 3166-1 code ↗ of the region to your config file.

     

    I took a look at the config.php file found here: /www/nextcloud/config and I already have the "default_phone_region" set to US as seen below. 

      'maintenance' => false,
      'defualt_phone_region' => 'US',
      'theme' => '',
      'loglevel' => 0,
      'filesystem_check_changes' => 1,
      'app_install_overwrite' => 

     

    Does this also need to be set somewhere else? Or is there another variable that needs to be set in conjunction with this? 

  4. On 5/29/2021 at 9:27 AM, mkono87 said:

    Draw.io.....Are we able to save the drawings on a share or is the only option to save/open it to/from our computers? Sorry im a bit confused how to have draw.io see a mapped share.

     

    Did you ever get this answered? I recently installed the docker and it would be great to be able to save to the array. When saving to the "device" or "browser" I am very confused about where it actually saves. 

  5. I am having some problems when exporting a page to PDF. The pictures are either behind the text or just do not show up at all. When I export as an HTML, the pictures show up as they should. 

     

    Edit: I am on Unraid 6.8.3 and BookStack v21.08.5

     

    Any help would be appreciated. 

     

    Screenshot of the page when viewing in BookStack:

    image.thumb.png.ba895e904fc175a85b45a16e1834bf85.png

     

    Screenshot of the exported PDF with images behind the text:

    image.png.a5b139b4ea844e3b36f8cd52cbfcad5f.png

     

    Screenshot of the PDF with the image not appearing: (Image should be between the large text and the smaller text)

    image.png.05ac0d0bad189068c50ecd58e37b2c4e.png

  6. On 5/20/2021 at 6:33 AM, Jessie said:

    I presume you are talking about updating nextcloud itself vs updating the docker in unraid.

    I'm also going to guess you are going to v21 from 20

    In unraid open a console from the nextcloud icon

    Then run these commands one at a time.

    sudo -u abc php /config/www/nextcloud/occ db:add-missing-indices
    sudo -u abc php /config/www/nextcloud/occ db:convert-filecache-bigint

    sudo -u abc php /config/www/nextcloud/occ db:add-missing-columns
    sudo -u abc php /config/www/nextcloud/occ db:add-missing-primary-keys

     

    Then

    sudo -u abc php /config/www/nextcloud/occ maintenance:repair

    then

    sudo -u abc php /config/www/nextcloud/occ upgrade

    then

    sudo -u abc php /config/www/nextcloud/occ maintenance:repair

    (again for good measure)

    Then turn maintenance mode off

    sudo -u abc php /config/www/nextcloud/occ maintenance:mode --off

    Then see if you can get back to the logon screen

     

    I'm having major issues getting Nextcloud to update. I tried to update through the GUI and eventually had to restore my appdata from a backup as Nextcloud became inoperable. Now I'm trying through the CLI. Option 2 from the first page of this forum results in:

    Step 6 is currently in process. Please call this command later.

     So, I tried Option 3 (manual upgrade using occ) when I run the perform upgrade step, I am presented with:

    Nextcloud or one of the apps require upgrade - only a limited number of commands are available
    You may use your browser or the occ upgrade command to do the upgrade
    Setting log level to debug
    Turned on maintenance mode
    Exception: Updates between multiple major versions and downgrades are unsupported.
    Update failed
    Maintenance mode is kept active
    Resetting log level

    Then I found your post and I tried the first command you mention and I get:

    sudo: unknown user: abc
    sudo: unable to initialize policy plugin

    It seems way too complicated to update Nextcloud. Any idea what my options are now? 

  7. On 1/16/2020 at 6:32 PM, Bob1215 said:

    I kept getting a 504 code when attempting to update form the webUI. Now I can't access nextcloud at all. I posted and issue here

     

    Expected Behavior
    When navigating to the NextCloud instance through the web browser, the application should be shown.

     

    Current Behavior
    The following message is shown "Update in process." and has persisted for multiple hours, including after reboot and using multiple browsers (FireFox ESR and Brave Browser)

     

    Steps to Reproduce
    1. Open web browser
    2. Type in NextCloud URL
    3. See message

     

    Environment
    OS:      unRAID 6.8.0
    CPU architecture: x86_64

    Docker logs

    
    [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
    [s6-init] ensuring user provided files have correct perms...exited 0.
    [fix-attrs.d] applying ownership & permissions fixes...
    [fix-attrs.d] done.
    [cont-init.d] executing container initialization scripts...
    [cont-init.d] 01-envfile: executing...
    [cont-init.d] 01-envfile: exited 0.
    [cont-init.d] 10-adduser: executing...
    
    -------------------------------------
              _         ()
             | |  ___   _    __
             | | / __| | |  /  \
             | | \__ \ | | | () |
             |_| |___/ |_|  \__/
    
    
    Brought to you by linuxserver.io
    We gratefully accept donations at:
    https://www.linuxserver.io/donate/
    -------------------------------------
    GID/UID
    -------------------------------------
    
    User uid:    1000
    User gid:    100
    -------------------------------------
    
    [cont-init.d] 10-adduser: exited 0.
    [cont-init.d] 20-config: executing...
    [cont-init.d] 20-config: exited 0.
    [cont-init.d] 30-keygen: executing...
    using keys found in /config/keys
    [cont-init.d] 30-keygen: exited 0.
    [cont-init.d] 40-config: executing...
    [cont-init.d] 40-config: exited 0.
    [cont-init.d] 50-install: executing...
    [cont-init.d] 50-install: exited 0.
    [cont-init.d] 60-memcache: executing...
    [cont-init.d] 60-memcache: exited 0.
    [cont-init.d] 99-custom-files: executing...
    [custom-init] no custom files found exiting...
    [cont-init.d] 99-custom-files: exited 0.
    [cont-init.d] done.
    [services.d] starting services
    [services.d] done.
    Could not open input file: /config/www/nextcloud/cron.php
    Could not open input file: /config/www/nextcloud/cron.php
    ....
    
    ....
    
    ....
    Could not open input file: /config/www/nextcloud/cron.php
    Could not open input file: /config/www/nextcloud/cron.php
    [cont-finish.d] executing container finish scripts...
    [cont-finish.d] done.
    [s6-finish] waiting for services.
    [s6-finish] sending all processes the TERM signal.
    [s6-finish] sending all processes the KILL signal and exiting.
    [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
    [s6-init] ensuring user provided files have correct perms...exited 0.
    [fix-attrs.d] applying ownership & permissions fixes...
    [fix-attrs.d] done.
    [cont-init.d] executing container initialization scripts...
    [cont-init.d] 01-envfile: executing...
    [cont-init.d] 01-envfile: exited 0.
    [cont-init.d] 10-adduser: executing...
    usermod: no changes
    
    -------------------------------------
              _         ()
             | |  ___   _    __
             | | / __| | |  /  \
             | | \__ \ | | | () |
             |_| |___/ |_|  \__/
    
    
    Brought to you by linuxserver.io
    We gratefully accept donations at:
    https://www.linuxserver.io/donate/
    -------------------------------------
    GID/UID
    -------------------------------------
    
    User uid:    1000
    User gid:    100
    -------------------------------------
    
    [cont-init.d] 10-adduser: exited 0.
    [cont-init.d] 20-config: executing...
    [cont-init.d] 20-config: exited 0.
    [cont-init.d] 30-keygen: executing...
    using keys found in /config/keys
    [cont-init.d] 30-keygen: exited 0.
    [cont-init.d] 40-config: executing...
    [cont-init.d] 40-config: exited 0.
    [cont-init.d] 50-install: executing...
    [cont-init.d] 50-install: exited 0.
    [cont-init.d] 60-memcache: executing...
    [cont-init.d] 60-memcache: exited 0.
    [cont-init.d] 99-custom-files: executing...
    [custom-init] no custom files found exiting...
    [cont-init.d] 99-custom-files: exited 0.
    [cont-init.d] done.
    [services.d] starting services
    [services.d] done.
    Could not open input file: /config/www/nextcloud/cron.php
    Could not open input file: /config/www/nextcloud/cron.php
    Could not open input file: /config/www/nextcloud/cron.php
    Could not open input file: /config/www/nextcloud/cron.php

     

     

    Do you remember how you fixed this? I am trying to update and I'm experiencing the exact same. 

  8. 1 minute ago, trurl said:

    Replace CMOS battery

    I had this same thought, but I tested the battery voltage when I installed the motherboard a few months back, and it was a solid 3VDC. Would this cause the system to not boot when adding the drives though? I didn’t think it would. 
     

    Either way, I’ll give this a shot. Thank you for the reply! 

  9. I am having some problems when trying to add additional storage drives. I've added drives in the past with no issues. When I built my server, I used smaller internal drives because they were inexpensive or I had them already lying around. Now, two years later, these drives are getting to be filled up. I have a 1 TB HDD and a 2 TB HDD that I am wanting to replace with larger drives. I bought two Seagate IronWolf 4TB drives to replace these, and I was wanting to connect them to my SAS expander card to run a preclear on them before swapping them.

     

    I connected a Mini SAS to SATA cable to a spare port on the SAS expander card, connected the drives to power, and powered the server back up. To my surprise, Unraid did not boot up as it normally does, so I connected to the IPMI interface and launched a console to see what was going on. When it connected, I was receiving a message that says,

     

    Quote

    "Reboot and Select proper Boot device or Insert Boot Media in selected Boot Device and press a key".

     

    I powered down and double checked everything was connected properly and it was, so I booted it up again and received the same message. I rebooted again and went into the BIOS to make sure my USB was still selected as the boot device and it was. In the boot menu, I disabled all of the HDDs from being able to be used as a boot device, and made sure the only device is the Unraid USB and then saved the settings. I rebooted and received the same message. I went back into the BIOS and noticed that everything in the boot priority had changed. Now the Unraid USB wasn't showing as the only device. I changed the boot settings back to how they need to be and then rebooted again, only to receive the same message. 

     

    I finally disconnected the new drives, to put everything back how it was before, and booted the server up. I went into the BIOS to make sure it was set correctly. Everything in the the boot priority menu had changed once again. I set everything back to how it needs to be (disable everything except the SanDisk USB) and rebooted. Now, without the new drives connected, Unraid boots up as it should. This was all a few days ago.

     

    Yesterday I had some free time, and I tried adding the drives again, using a different port on the SAS expander card, and I got the same message. Disconnecting the drives results in Unraid booting just fine again. Both times I tried this, the SAS expander sees the new drives. 

     

    Here are some system specs:

    • Unraid Pro Version 6.8.3
    • Motherboard - Supermicro X8DTL-i 
    • Dell H310 SAS HBA w/ LSI 9211-8i
    • HP 487738-001 SAS Expander
    • Seagate IronWolf 4TB ST4000VN008 - (drives that I'm trying to add)

     

    This might less of an Unraid issue and more an issue with Supermicro, and I plan to post on their forums as well. Any help would be greatly appreciated!

     

     

  10. On 6/7/2020 at 11:32 AM, zzgus said:

    Any idea why I get this error:

    
    Array Started•Warning: posix_kill() expects parameter 1 to be int, string given in /usr/local/emhttp/plugins/ca.backup2/scripts/killRsync.php on line 27

    Thankyou

     

    Did you ever get an answer to this? I just ran into this same issue when trying to disable the docker service.  

  11. Hello, everyone. I posted this in the specific plugin topic as well, but I'm not sure if it is related to it or not; it's just what I was tinkering with at the time. I think my problem was caused by the Dynamix system temp plugin. 

     

    • Motherboard: Supermicro X8DTL-6F
    • CPU: Dual Intel Xeon X5680
    • Unraid version: 6.8.3

     

    I installed this plugin almost two years ago and it worked great. About a year ago, it stopped working. I tried to re-detecting the drivers (it found one) and I was able to get the CPU temp to show, but my motherboard was now showing a negative number and I could no longer see any fan stats.

     

    Today, I tried to fix this issue. I did some Googling and I came across this article in the unraid wiki. I followed the steps in the "older versions" (at the time, I thought this meant older hardware. I now know this means older unraid version) and after completing step 7, I logged into the GUI with my phone (I did the steps before while using a monitor and keyboard connected directly to the server) and tried to load the drivers. I clicked on detect and it pulled in 5 different drivers (coretemp, i5500_temp, jc42, w83627ehf, and w83795). I clicked on save and then tried to select the sensors from the drop-down menus. While I was doing this, the page tried to load and failed. I went back to the keyboard and mouse and tried pressing enter to get a response, but the system was frozen. 

     

    I reset the server using the reset button on the front of my case and let it boot. I logged into the GUI again and it froze while trying to load the dashboard. I shut down the server by holding the power button on the front of the case and then turned it back on. I logged into the GUI again and I was able to get to the settings page, and then it froze again. At this point, I shut the server back down and I pulled the flash drive. I put it into my laptop to view the most recently modified files. 

     

    This is where I stand now. Can someone offer some assistance, please? I would really like to not lose all of my data. I can pull information from the flash drive and upload here if it will be helpful, but I don't know what to even upload. Since the system locks up, I cant really pull the logs either. Please help!

     

    Edit: Brief update. I decided to power up the server amd take a look in the BIOS for any leads. When I load into the BIOS, it is very slow and gets to the point where it becomes unresponsive. I am going to try and re-flash the BIOS and see what happens. 

  12. Hello, everyone. I have a problem that was caused by the system temp plugin (I think). 

    • Motherboard: Supermicro X8DTL-6F
    • CPU: Dual Intel Xeon X5680
    • Unraid version: Latest stable (6.8, I think)

    I installed this plugin almost two years ago and it worked great. About a year ago, it stopped working. I tried to re-detecting the drivers (it found one) and I was able to get the CPU temp to show, but my motherboard was now showing a negative number and I could no longer see any fan stats.

     

    Today, I tried to fix this issue. I did some Googling and I came across this article in the unraid wiki. I followed the steps in the "older versions" (at the time, I thought this meant older hardware. I now know this means older unraid version) and after completing step 7, I logged into the GUI with my phone (I did the steps before while using a monitor and keyboard connected directly to the server) and tried to load the drivers. I clicked on detect and it pulled in 5 different drivers (coretemp, i5500_temp, jc42, w83627ehf, and w83795). I clicked on save and then tried to select the sensors from the drop-down menus. While I was doing this, the page tried to load and failed. I went back to the keyboard and mouse and tried pressing enter to get a response, but the system was frozen. 

     

    I reset the server using the reset button on the front of my case and let it boot. I logged into the GUI again and it froze while trying to load the dashboard. I shut down the server by holding the power button on the front of the case and then turned it back on. I logged into the GUI again and I was able to get to the settings page, and then it froze again. At this point, I shut the server back down and I pulled the flash drive. I put it into my laptop to view the most recently modified files. 

     

    This is where I stand now. Can someone offer some assistance, please? I would really like to not lose all of my data. I can pull information from the flash drive and upload here if it will be helpful, but I don't know what to even upload. Since the system locks up, I cant really pull the logs either. Please help!

     

    Edit: Brief update. I decided to power up the server amd take a look in the BIOS for any leads. When I load into the BIOS, it is very slow and gets to the point where it becomes unresponsive. I am going to try and re-flash the BIOS and see what happens. 

  13. 8 minutes ago, Abe677 said:

    I’m new to Unraid, docker and many things here. I need some education or a pointer to some education. I’m going to use my desire to run BookStack as an example.

     

    Easy enough to find BookStack via Community Applications. When I click to install I’m faced with having to provide some information. Since I don’t have much experience I’m looking for some pointers on where to go to figure out what all those container settings should be?

     

    I watched a youtube video on someone installing BookStack via Portainer. In that video it appears the installation creates the BookStack app and the database to support it. However when I click to install on my Unraid server there’s a very clear “A database server is needed.” This leads to a series of rookie questions:

     

    1.    What database should I install? (I assume I need to install it first.)

    2.    Does the BookStack app take care of doing all the database work or is there some database configuration that’s required before BookStack is installed?

     

    I run into this information void with every docker I install. Sometimes I can find a good walk-thru document or video that helps, but so far I haven’t run into anything too helpful for BookStack on Unraid. Just looking for some pointers to how people track these answers down?

    Take a look at spaceinvader one’s YouTube channel. He’s the only reason my server is as successful as it is. 
     

    Edit: to answer a little more specifically, I am using Mariadb for the database. There’s a docker for it in CA. You create the database and user manually, before installing Bookstack. 
     

    Edit 2: here is a walkthrough tutorial. It’s up to you if you want to put yours behind a reverse proxy or not. 
     

    https://technicalramblings.com/blog/how-to-install-bookstack-and-reverse-proxy-it-using-linuxserver-letsencrypt-on-unraid/#:~:text=Installing Bookstack,let the container start up.

     

  14. 10 hours ago, Janddy said:

    That's good to hear. I think I only have my own subdomain - something similar to janddybookstack.duckdns.org.

     

    Your config file would be great if you don't mind.

    Here you go, @Janddy. This is my config file for subdomain. Just make sure that you add  the CNAME in the DNS settings of your domain provider. I followed one of SpaceInvader's videos to set up a different docker behind the reverse proxy and then just kind of fumbled my way through other ones. 

     

    # make sure that your dns has a cname set for bookstack and that your bookstack container is named bookstack
    # Ensure you have the APP_URL Environment Variable set correctly in your Docker Run/Compose or in BookStack Env File (/www/.env)
    # https://github.com/linuxserver/docker-bookstack#docker
    
    server {
        listen 443 ssl;
        listen [::]:443 ssl;
    
        server_name bookstack.*;
    
        include /config/nginx/ssl.conf;
    
        client_max_body_size 0;
    
        # enable for ldap auth, fill in ldap details in ldap.conf
        #include /config/nginx/ldap.conf;
    
        # enable for Authelia
        #include /config/nginx/authelia-server.conf;
    
        location / {
            #enable the next two lines for http auth
            #auth_basic "Restricted";
            #auth_basic_user_file /config/nginx/.htpasswd;
    
            # enable the next two lines for ldap auth
            #auth_request /auth;
            #error_page 401 =200 /ldaplogin;
    
            # enable for Authelia
            #include /config/nginx/authelia-location.conf;
    
            include /config/nginx/proxy.conf;
            resolver 127.0.0.11 valid=30s;
            set $upstream_app bookstack;
            set $upstream_port 80;
            set $upstream_proto http;
            proxy_pass $upstream_proto://$upstream_app:$upstream_port;
    
        }   
    }

     

    • Thanks 1
  15. Is it possible to use duckdns for reverse proxy with bookstack?   I followed gilbn's guide but when I got up to the Nginx section it didn't seem to work. I noticed in the comments of the code that I had to copy into the 'default' file in the swag appdata that it said   

     

     

    Does that mean the entire reverse proxy won't work, or just that specific feature won't work? Sorry I'm not very familiar with web stuff like Content-Security-Policy.   I have swag reverse proxy set up for multiple other containers using duckdns and I have also have bookstack running fine locally. I understand if the solution is to just buy a domain but I wanted to see if it was possible to do it the way I have everything else set up first.

     

        

     

    I have mine working with swag and duck dns. Do you have your own domain? I can send you my working config file.

     

    Edit: I'm on mobile and Tapatalk was giving me issues with the quote inside of the quote. Gave up and deleted it.

     

     

    Sent from my iPhone using Tapatalk

  16. Hello, I recently started using the NUT-InfluxDB-Exporter Docker container and it was working great up until yesterday. My Grafana dashboard stopped showing any data on the UPS. Upon looking in the logs for the container, it shows the below over and over. Also, it seems that the NUT plugin stopped working. I went  to the settings to look at the settings and It showed that it was running, but it was not showing me any data. I used the "Reload" button and this did not help. I then stopped the service by setting the first option to "No" and then set it back to "Yes" to start it again. Now, even when it is set to yes, the status shows "stopped". Screenshot below. 

     

    Connecting to InfluxDB host:192.168.89.5, DB:nut
    Connected successfully to InfluxDB
    Connecting to NUT host 192.168.89.5:3493
    Traceback (most recent call last):
    File "/usr/local/lib/python3.8/site-packages/nut2.py", line 97, in _connect
    self._srv_handler = telnetlib.Telnet(self._host, self._port,
    File "/usr/local/lib/python3.8/telnetlib.py", line 218, in __init__
    self.open(host, port, timeout)
    File "/usr/local/lib/python3.8/telnetlib.py", line 235, in open
    self.sock = socket.create_connection((host, port), timeout)
    File "/usr/local/lib/python3.8/socket.py", line 808, in create_connection
    raise err
    File "/usr/local/lib/python3.8/socket.py", line 796, in create_connection
    sock.connect(sa)
    ConnectionRefusedError: [Errno 111] Connection refused
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
    File "/src/nut-influxdb-exporter.py", line 47, in <module>
    ups_client = PyNUTClient(host=nut_host, port=nut_port, login=nut_username, password=nut_password, debug=(verbose == 'true'))
    File "/usr/local/lib/python3.8/site-packages/nut2.py", line 70, in __init__
    self._connect()
    File "/usr/local/lib/python3.8/site-packages/nut2.py", line 112, in _connect
    raise PyNUTError("Socket error.")
    nut2.PyNUTError: Socket error.

     

    image.thumb.png.d89daf4764c2ca2dd0fc7cc514b5d524.png

     

    Any ideas??

  17. 34 minutes ago, kubed_zero said:

    Did you try restarting the server? Did you try reinstalling the plugin? What version of the plugin are you using? What version of Unraid are you using? 

    The curl command on localhost would have no impact on the functionality of SNMP, as I believe SNMP uses some port other than port 80 to communicate. As you can see, the curl command redirects you to the Dashboard and is using Nginx which is more relevant to the Unraid GUI than to SNMP. 

    Thanks for the reply. Rebooting the server seemed to fix the problem for me. I didn't think to reboot as no changes were made to have caused this. 

  18. I am using PRTG to monitor my unraid machine using this plugin. About an hour ago, most of my sensors went down. I connected via SSH and ran the "snmpwalk -v2c -c public localhost" command and received "Timeout: No Response from localhost". After reading some other suggestions on this forum, I logged into the server and I was able to ping "localhost". I then ran the "curl -I http://localhost/" command and below if what I received back. Can anyone help me out with this? Nothing changed on the server, so I am a little baffled as to why it just randomly stopped working. 


    HTTP/1.1 302 Moved Temporarily
    Server: nginx
    Date: Mon, 01 Jun 2020 19:06:17 GMT
    Content-Type: text/html
    Content-Length: 138
    Connection: keep-alive
    Location: http://localhost/Dashboard

  19. 19 minutes ago, Richamc01 said:

    My mouse completely disappears after installing the Red Hat QXL controller for the display adapter. I was able to roll back the driver and get it back. Installing Windows updates now to hopefully fix this. Anyone else have this problem? 

    I completed Windows updates and I still have no mouse. I can still click on things, I just cannot see the cursor.