Thank you gderf, that did the trick for me!
Posts by halvliter
-
-
Not any more. The ability to add additional repos in the GUI was removed.
I have the below in my /etc/apt/sources.list
I editet the text in /etc/apt/sources.list using nano to match your code-box, and tried sudo apt install unrar-nonfree afterwords. (After I sudo apt-get update)
Still gets
CodeOMV 5 on Debian 10
-
First time user of OMV here.
Did a simple install of OMV on a laptop with external harddrive.
Sonarr is set up like this:
---
version: "2.1"
services:
sonarr:
image: linuxserver/sonarr
container_name: sonarr
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Oslo
- UMASK_SET=022 #optional
volumes:
- /srv/dev-disk-by-label-data/appdata/sonarr:/config
- /srv/dev-disk-by-label-media/media/TV-serie:/tv
- /srv/dev-disk-by-label-media/downloads/@seeding/standard:/downloads
ports:
- 8989:8989
restart: unless-stopped
Qbittorrent is:
---
version: "2"
services:
qbittorrentvpn:
image: binhex/arch-qbittorrentvpn
container_name: qbittorrentvpn
privileged: true
environment:
- VPN_USERNAME=XXXXXXXXXXXX
- VPN_PASSWORD=XXXXXXXXXXXXX
- PUID=1000 #optional
- PGID=1000 #optional
- WEBUI_PORT_ENV=8080 #optional
- INCOMING_PORT_ENV=8999 #optional
- VPN_ENABLED=yes
- LAN_NETWORK=192.168.1.0/24
- NAME_SERVERS=209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1 \
- VPN_PROV=custom \
- STRICT_PORT_FORWARD=yes \
- ENABLE_PRIVOXY=yes \
- DEBUG=false
ports:
- 8080:8080
- 8999:8999
- 8999:8999/udp
- 6881:6881
- 6881:6881/udp
- 8118:8118
volumes:
- /srv/dev-disk-by-label-data/appdata/qbittorrentvpn:/config
- /srv/dev-disk-by-label-media/downloads:/downloads
restart: unless-stopped
The logs from portainer looks like this:
[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,
-------------------------------------,
,
To support the app dev(s) visit:,
Sonarr: https://sonarr.tv/donate,
,
To support LSIO projects visit:,
https://www.linuxserver.io/donate/,
-------------------------------------,
GID/UID,
-------------------------------------,
,
User uid: 1000,
User gid: 1000,
-------------------------------------,
,
[cont-init.d] 10-adduser: exited 0.,
[cont-init.d] 30-config: executing... ,
[cont-init.d] 30-config: exited 0.,
[cont-init.d] 99-custom-scripts: executing... ,
[custom-init] no custom files found exiting...,
[cont-init.d] 99-custom-scripts: exited 0.,
[cont-init.d] done.,
[services.d] starting services,
[services.d] done.,
[Info] Bootstrap: Starting Sonarr - /app/sonarr/bin/NzbDrone.exe - Version 2.0.0.5344 ,
[Info] AppFolderInfo: Data directory is being overridden to [/config] ,
[Info] Router: Application mode: Interactive ,
[Info] MigrationLogger: *** Migrating data source=/config/nzbdrone.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** ,
[Info] MigrationLogger: *** Migrating data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** ,
[Info] OwinHostController: Listening on the following URLs: ,
[Info] OwinHostController: http://*:8989/ ,
[Info] NancyBootstrapper: Starting Web Server ,
[Error] DownloadedEpisodesImportService: Import failed, path does not exist or is not accessible by Sonarr: /downloads/@seeding/standard/XXXXXXXXXXXXXXX
[
I have three shares set up:
appdatadownloads
media
I have resetforms-plugin installed, and set it to "Everyone" read and write.
Where do I go from here?