m4tt0 you can always use Watchtower to update your images regularly. It's not that hard to set up and you're much safer.
Posts by _calm_bomb_
-
-
I keep getting notification emails from OMV about one of my disks. The report looks like this:
Code
Display MoreThis message was generated by the smartd daemon running on: host name: tesla DNS domain: local The following warning/error was logged by the smartd daemon: Device: /dev/disk/by-id/ata-ST2000VN004-2E4164_Z52A88XQ [SAT], Failed SMART usage Attribute: 190 Airflow_Temperature_Cel. Device info: ST2000VN004-2E4164, S/N:Z52A88XQ, WWN:5-000c50-0c68aee55, FW:SC60, 2.00 TB For details see host's SYSLOG. You can also use the smartctl utility for further investigation. The original message about this issue was sent at Wed Aug 25 11:05:17 2021 EEST Another message will be sent in 24 hours if the problem persists.
Checking the SMART dashboard in OMV I see the disk is green (they all are). Checking the last smart logs I don't see anything worying. The temperature never passes 57 degrees Celsius. The official documentation for the drive says it can go to 70 degrees maximum, but should not operate above 60 for long periods of time.
Here's the last smart report: https://bin.snopyta.org/?96d18…1Ls9KuKGvs6BCQk4KVgiGs8Xb
Any other tips or ideas on what could cause this and how to troubleshoot?
-
votdev I was asking specifically because I get two per day (or night/morning actually).
And even daily is a bit too much for me
-
I've set up notifications through mail and I'm OK with them, only that I would like Software Updates to be checked only once a week. At the moment I'm getting notifications twice daily. Is there any way to change this?
-
I just saw this posted on reddit and I think it's a very nice tool for everyone to have: https://www.reddit.com/r/selfh…d_as_promised_hard_drive/
The source is hosted on github and there's also a docker image available on Docker Hub.
I know there's a S.M.A.R.T. monitoring section in OMV, but I never got the hang of it.
-
Thank you for answer, but that not help me. I have a valid DNS address configured, OMV works fine. I just want to to map domain names to IP addresses in /etc/hosts. For example:
192.168.10.10:8765 heimdall.mydomain.com
First of all, that is not a valid hostname. You can't specify a port in /etc/hosts.
I can tell you what I've done: I use PiHole docker container for dns in my home network and there you have the option to add your own hosts. But again, you can't specify a port like that.
-
-
I disabled it and there are no issues.
-
I'm trying to start a pihole docker container and I get an error that port 53 is already used. I checked on the server and systemd-resolv is using it. Any problem disabling it?
-
Yes... I just started using portainer, but I don't do anything from the UI: just edit docker-compose files and add them to stacks. Works wonders. Thanks all so far for your opinions.
-
I have to look further into that. Thanks.
-
-
Trying to install OMV 5.3.9 on my system, the installer is not able to install grub on the disk you've chosen if you're using UEFI with CSM (Compatibility Support Module) enabled!
I thought it was an issue with OMV and I tried to do the Debian 10 Minimal installation with the same result -so the problem is in the debian installer. Then I found a discussion on reddit where people mentioned CSM as being the problem. So I went and disabled CSM in the UEFI setup and the installer worked as it's supposed to.
This is just a heads-up for other people getting this.
-
Huh!!! So that's what I'll try @KM0201's solution.
-
While waiting for a new HDD to arrive to replace an old failing one, I'd like to have a discussion on what you prefer: using portainer or docker-compose?
I tried portainer a bit until I saw one of my disks was red in the SMART monitor tab and powered it off. I find it a bit cumbersome. I'm a pretty advanced linux user and I like KISS things. The old docker plugin was pretty good, even if lacking some features. But now I'm inclined to go the docker-compose route because portainer seems overly complicated for what I need.
So, what's your experience?
-
So, I'd like to upgrade from 4.x to 5 in the near future. At the moment I have a setup with ZFS and a lot of docker containers. Is there a guide somewhere on how to do this? (I couldn't find one) Or should I try this scenario in a VM and then go with the actual update?
What are your thoughts?
-
So this means I can't use it for all of my containers? Because I have two networks for separate services.
-
I did that yesterday when I created the new container, but still no resolution from other docker containers. This is something to do with how the containers connect to the pi-hole container.
-
I've had my OMV set up for some time now and had never had any problems. But yesterday I noticed my NextCloud andoid app was not able to connect to my server, so I checked and saw that the container was running just fine, along with nginx and all the other stuff. So, I opened an interactive session on the container and saw that no host was being resolved. Then checked my other containers and all had the same problem.
Then I went back to the pi-hole container and saw that it was running just fine. Also, my home devices (laptop, phones, TV) were all just working fine and resolving any hostname, having the pi-hole as the DNS server.
Went back again in some of my containers and tried to ping my server - it worked. But nothing related to resolving hosts was working. Went back to the router and added 1.1.1.1 as DNS server along with my server and all started to work just fine.
Now, I checked the forum and found @flmaxey guide on setting up Pi-hole. I followed every step, the container starts and runs just fine, but its IP address is not accessible. My network is 10.11.12.0/24 and set up the pi-hole as 10.11.12.88.
So, went back and re-created pi-hole as I had it before. It still doesn't work in any container I have.
Bash: dig using local IP addressbash-4.3# dig google.com @10.11.12.77 ;; reply from unexpected source: 172.17.0.1#53, expected 10.11.12.77#53 ;; reply from unexpected source: 172.17.0.1#53, expected 10.11.12.77#53 ;; reply from unexpected source: 172.17.0.1#53, expected 10.11.12.77#53 ; <<>> DiG 9.11.1-P1 <<>> google.com @10.11.12.77 ;; global options: +cmd ;; connection timed out; no servers could be reached
Bash: dig using 1.1.1.1
Display Morebash-4.3# dig google.com @1.1.1.1 ; <<>> DiG 9.11.1-P1 <<>> google.com @1.1.1.1 ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33499 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1452 ;; QUESTION SECTION: ;google.com. IN A ;; ANSWER SECTION: google.com. 235 IN A 172.217.16.110 ;; Query time: 16 msec ;; SERVER: 1.1.1.1#53(1.1.1.1) ;; WHEN: Wed Mar 13 13:56:36 UTC 2019 ;; MSG SIZE rcvd: 55
-
This is my first time using OMV. I had my "server" set up manually (Debian) until now and I was using docker with docker-compose. I had no issues running a few containers before.
So, first thing I did was to get back with calibre-web container. I've done everything using the Docker plugin in OMV. I pulled the image (technosoft2000/calibre-web), then clicked on Run image. I set up everything like I had it before and it looked to be working well - I connected to http://my-ip.host:8080 (this is the port I chose) and I got to the setup of calibre-web, which asks for the path to the books library and some other stuff. Then clicked on Save and got a login button. When I clicked the login button I get redirected to http://my-ip.host:8080/login which says "Could not connect" and from then on I can't connect to that port.
Looking at the logs I can't see anything wrong, yet I can't connect.
Here's the log file
Bash: log file
Display More,----, ,/ .`| ,` .' : .--.--. ,----, ,-. ; ; // / '. .' .' \ ,--/ /| .'___,/ ,'| : /`. / ,----,' |,--. :/ | | : | ; | |--` | : . ;: : ' / ; |.'; ; | : ;_ ; |.' / | ' / `----' | | \ \ `. `----'/ ; ' | : ' : ; `----. \ / ; / | | \ | | ' __ \ \ | ; / /-, ' : |. \ ' : | / /`--' / / / /.`| | | ' \ \ ; |.' '--'. /./__; : ' : |--' '---' `--'---' | : .' ; |,' ; | .' '--' `---' PRESENTS ANOTHER AWESOME DOCKER IMAGE ~~~~~ Calibre Web ~~~~~ [INFO] Docker image version: 1.2.3 [INFO] Alpine Linux version: 3.8.0 [WARNING] A group with id 100 exists already [in use by users] and will be modified. [WARNING] The group users will be renamed to calibre [INFO] Create user calibre with id 1000 [INFO] Current active timezone is EET [INFO] Change the ownership of /calibre-web (including subfolders) to calibre:calibre [INFO] Current git version is: git version 2.18.0 [INFO] Checkout the latest Calibre-Web version ... [INFO] Autoupdate is active, try to pull the latest sources for Calibre-Web ... [INFO] ... current git status is On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean c527d1f49a2213e523957fd90d814c075bacde89 [INFO] ... pulling sources Already up to date. [INFO] ... git status after update is On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean c527d1f49a2213e523957fd90d814c075bacde89 [INFO] Config directory option is ACTIVATED > due this the directory /calibre-web/config will be used to store the configuration [INFO] Change the ownership of /calibre-web/config (including subfolders) to calibre:calibre [INFO] Checking permissions of the config directory: /calibre-web/config > Output is: 755 calibre 100 calibre 1000 > Permissions: 755 > Assigned group: calibre > Assigned group ID: 100 > Assigned owner: calibre > Assigned owner ID: 1000 > Using permissions for checks: 0755 > The user calibre:1000 is the owner and has write access at /calibre-web/config [INFO] 'app.db' and 'gdrive.db' will be linked into /calibre-web/config > 'app.db' link /calibre-web/app/app.db exists already and won't be recreated > 'gdrive.db' link /calibre-web/app/gdrive.db exists already and won't be recreated [INFO] Checking permissions of the books directory: /books > Output is: 755 calibre 100 calibre 1000 > Permissions: 755 > Assigned group: calibre > Assigned group ID: 100 > Assigned owner: calibre > Assigned owner ID: 1000 > Using permissions for checks: 0755 > The user calibre:1000 is the owner and has write access at /books [INFO] The mapped volume for /books contains a Calibre database file 'metadata.db' which will be used [INFO] The kindlegen directory exist already and will be used: /calibre-web/kindlegen [INFO] Kindlegen application exists already in directory: /calibre-web/kindlegen [INFO] kindlegen (Amazon Kindle Generator) will be linked into /calibre-web/app/vendor > kindlegen link /calibre-web/app/vendor/kindlegen exists already and won't be recreated [INFO] Creating directory for temporary directories and files: /tmp [INFO] Change the ownership of /tmp (including subfolders) to calibre:calibre [INFO] Launching Calibre-Web ... [2019-01-14 15:54:50,392] INFO in web: Starting Calibre Web... [2019-01-14 15:54:50,733] INFO in server: Starting Gevent server