Im just wondering I already have a mergerfs and snapraid config. Is it ok to add drives to a setup like that? I mean I know the new drive would get loaded up first since my mergerfs rule is most free. But would it hurt anything by doing that?
Posts by cj2tech
-
-
I have abandon this project due to no answers plus from what I understand you shouldn't be using OMV as a firewall
-
Ok so I've gotten a new maching and am doing a fresh install. Below are the steps I took to get install up and running with docker. My question is why can't I use ssh to login docker. There are some docker containers that I can't use in Portainer. But when I run docker login i get this:
Code
Display Moreroot@openmediavault:~# docker login panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x55f1df78d406] goroutine 1 [running]: github.com/docker/cli/cli/command.ConfigureAuth(0x55f1e11cffe0, 0xc000338680, 0x0, 0x0, 0x0, 0x0, 0x0, 0x55f1e113f401, 0xc00035fee0, 0xc00059d968) /go/src/github.com/docker/cli/cli/command/registry.go:128 +0x46 github.com/docker/cli/cli/command/registry.runLogin(0x55f1e11cffe0, 0xc000338680, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /go/src/github.com/docker/cli/cli/command/registry/login.go:123 +0x223 github.com/docker/cli/cli/command/registry.NewLoginCommand.func1(0xc0002ec840, 0x55f1e21da5c8, 0x0, 0x0, 0x0, 0x0) /go/src/github.com/docker/cli/cli/command/registry/login.go:45 +0xcc github.com/docker/cli/vendor/github.com/spf13/cobra.(*Command).execute(0xc0002ec840, 0xc000310470, 0x0, 0x0, 0xc0002ec840, 0xc000310470) /go/src/github.com/docker/cli/vendor/github.com/spf13/cobra/command.go:850 +0x462 github.com/docker/cli/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0xc0002202c0, 0xc000310470, 0x1, 0x1) /go/src/github.com/docker/cli/vendor/github.com/spf13/cobra/command.go:958 +0x34b github.com/docker/cli/vendor/github.com/spf13/cobra.(*Command).Execute(...) /go/src/github.com/docker/cli/vendor/github.com/spf13/cobra/command.go:895 main.runDocker(0xc000338680, 0x55f1e1142120, 0xc0000e0010) /go/src/github.com/docker/cli/cmd/docker/docker.go:287 +0x1d3 main.main() /go/src/github.com/docker/cli/cmd/docker/docker.go:298 +0xf3 root@openmediavault:~#
How I setup omv:
- Made bootable usb using etcher and omv 5.5.11
- run through setup proccess using openmediavault for hostname and eyevan.local as domain
- rebooted
- once booted w/o install media login as root ran omv-firstaid and configured network to pull dhcp for ipv4 and ipv6 w/ wol enabled
- rebooted
- logged into consol as root again ran omv-update
- logged into webui and updated time
- rebooted
- logged into consol as root again ran wget -O - https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/install | bash
- logged into web ui ran via omv-extra pluging updat, omv-update, and upgrade
- rebooted
- installed docker - saw that docker-compose failed
- set iptables to legacy
- ran docker install again - everything worked
- restarted docker
- installed Portainer
- tried to run docker login get error above
Has anyone else have simular issues?
-
I just notice that my MergerFS share isn't showing the full amount of space.... So I guess I set it up wrong. Should I be using the absolute path of the sharedfolder?
-
Do UID and GID of 1000 represent an actual existing user on the system? Do not use the admin user for this.
I made a user on the system and ran id <username> to get the guid and pgid
-
So I have checked the container logs and it shows nothing went wrong. So I set up another user called user with the guid and pgid 1000. I’ve seen people use use the admin user that same for portaiber. Which is best? And I not really sure how to set folder permissions. I did check that the folder had 777 permission with chmod.
-
So I'm on a journey to rebuild my OMV server. I was working on setting up the docker files and then notice that docker-transmission-OpenVPN won't work with Radarr and Sonarr any more. It will download the files but then the files just go poof and never reach the download folder. I originally thought it was because I'm using a snapraid + mergerFS set for my files system but it wasn't. I created new shares on just one disk and tried the same thing with the same result. Radarr will send the request, the transmission will download it but then the file never goes to the download folder. very strange stuff
I'm using portainer to manage my docker containers
I'm using https://github.com/haugene/docker-transmission-openvpn. With current config is https://pastebin.com/isZwbSZe
And I'm using https://hub.docker.com/r/linuxserver/radarr with the config https://pastebin.com/zKeMcZFB.
I also tried another VPN+torrent client set up https://hub.docker.com/r/markusmcnugen/qbittorrentvpn with https://pastebin.com/9SDZmCt6 and that's not working
TLDR can anyone help me setup a torrent+VPN to work with https://privatevpn.com/?
-
I tested it with new OMV4 - IT WORKS!
I have defined problem:
Before setting VPN I have followed this video tutorial for docker which interacted with some things which I don't understand clearly:
How to Install Transmission with VPN on Openmediavault with Docker - YouTubeSolution to this is to follow more recent step by step tutorial:
How to Install Transmission with VPN on Openmediavault 2019 - YouTubeConclusion: If something doesn't work and it is perfectly configured, then something else might interfere which its configuration "next to it". Solution might be turning services off.
Yeah you got to be careful with video about setting up dockers. They are great as guidelines but you should always follow the dockerhub instruction and permissions. It can save you a lot of head scratching. popular images are constantly changing and being updated. Most dockers need PUID, PGUID, TZ, and a config location mounted.
-
You could download a torrent file and upload it to see if it download. Try Downloading Debian https://cdimage.debian.org/debian-cd/current/amd64/bt-dvd/
-
are you able to download videos with transmission?
-
Das Video ist veraltet. Befolgen Sie die Erlaubnis auf dem Dockerhub. Er gibt niemals die Erlaubnis für PUID, PGID oder TZ.
https://hub.docker.com/r/linuxserver/nextcloud/
Gehen Sie immer nach den Angaben des Docker-Hubs vor, die für Berechtigungen erforderlich sind
-
Nextcloud is a storage cloud application, like Dropbox, google drive, or even like Microsoft's dreaded onedrive. A storage system that you can access anywhere and sync across multiple devices.It also lets you add manage data and give access to other with user management.
I personally use it to keep my data that I need to be secure and my data that I need to be accessible separate.
-
I always recommend if your have a crazy issue with and sd or usb is to set all bits 0 or do a secure wipe of the drive. or to get a new one
-
-
ok so in the first video
External Content www.youtube.comContent embedded from external sources will not be displayed without your consent.Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy. -
Bitte geben Sie ein Bild der Docker-Konfiguration für nextcloud und mariadb an.
-
Please send pic of docker config
-
Don't know to scared to press it lol. It makes an image of your container for you to redeploy as a container if I understand correctly. Its pretty much version control for your containers.
-
Man there are tons of variables in this I would try from another device and see if it is the same. Try to isolate the problem. Make sure your not using a browser with the vpn turned on. Try to think what could of changed on you computer since it loaded slower. Hope this hekps.
-
whenever you use a docker container look at what is supported by the community of whatever application you are running. most of the time it will be self-named (ie. emby/embyserver) or linuxserver.