I realise this is an old thread but I found the solution to this particular problem and hope this may help anyone else facing the same issues.
I have had the same problem with my HP microserver GEN 8 since reinstalling my full system (my own fault but had a catastrophic failure). Having had my server running for numerous years with no problems, I found my new build have the OS drive fall off the RAID between every boot.
I realised after scouring the internet that the issue was I had S.M.A.R.T enabled on my OS drive in OMV. I'm a noob when it comes to this stuff and don't really understand how S.M.A.R.T affects RAID configs but since turning it off my server no reboots flawlessly.
I hope this helps
Posts by Mr-media
-
-
additional environmental variables include
- SERVER_NAME
- SERVER_PORT
- GAMEMODE
- DIFFICULTY
- LEVEL_TYPE
- ALLOW_CHEATS
- MAX_PLAYERS
- ONLINE_MODE
- WHITE_LIST
- VIEW_DISTANCE
- TICK_DISTANCE
- PLAYER_IDLE_TIMEOUT
- MAX_THREADS
- LEVEL_NAME
- LEVEL_SEED
- DEFAULT_PLAYER_PERMISSION_LEVEL
- TEXTUREPACK_REQUIRED
-
hey bud, I've been trying to figure out the same thing myself and have had a few servers running but currently am having a bit or a mare with permissions.
Rough guide:1) open your docker plugin and search for itzg/minecraft-bedrock-server
2) pull the image
3) run the image and set the following:- restart policy- always
- network mode - host
- add the enviromental variables:
- EULA = TRUE
- PUID = 'whatever your puid is'
- PGID = 'whatever you pgid is'
- you can also set other environmental variables such as gamemode etc here but these are the basic ones you need to start a survival server
- you only need one volume to bind, your container path will be /data and your host path to where ever you want to store it
- your extra arguements should include your network port, I use the standard for minecraft bedrock servers, the command should be
-p 19132:19132/udp
That should be it, your docker should then download the image and generate your server
-
I found the issue. I have just setup UnionFS , the config and transcode dont like to be int he pool so have simply placed those volumes outside it.
Thanks for taking the time to read and help though.
Merry Xmas all -
Also, this is on a hp microserver so should be amd64 I believe?
Also fouind this in the local plex logs
Dec 22, 2019 12:14:54.557 [0x7f3769ecf700] INFO - Plex Media Server v1.18.3.2156-349e9837e - Docker Docker Container (LinuxServer.io) x86_64 - build: linux-x86_64 debian - GMT 00:00
Dec 22, 2019 12:14:54.557 [0x7f3769ecf700] INFO - Linux version: 5.3.0-0.bpo.2-amd64, language: en-US
Dec 22, 2019 12:14:54.557 [0x7f3769ecf700] INFO - Processor Intel(R) Xeon(R) CPU E31260L @ 2.40GHz
Dec 22, 2019 12:14:54.557 [0x7f3769ecf700] INFO - /usr/lib/plexmediaserver/Plex Media Server
Dec 22, 2019 12:14:54.555 [0x7f3773dd9b80] DEBUG - BPQ: [Idle] -> [Starting]
Dec 22, 2019 12:14:54.556 [0x7f3773dd9b80] DEBUG - Opening 20 database sessions to library (com.plexapp.plugins.library), SQLite 3.26.0, threadsafe=1
Dec 22, 2019 12:14:54.557 [0x7f3773dd9b80] ERROR - SQLITE3:(nil), 5386, os_unix.c:37072: (19) mmap(/config/Library/Application Support/Plex Media Server/Plug-in Support/Databases/com.plexapp.plugins.library.db-shm) - No such device
Dec 22, 2019 12:14:54.557 [0x7f3773dd9b80] ERROR - SQLITE3:(nil), 5386, disk I/O error in "PRAGMA cache_size=2000"
Dec 22, 2019 12:14:54.557 [0x7f3773dd9b80] ERROR - Database corruption: sqlite3_statement_backend::prepare: disk I/O error for SQL: PRAGMA cache_size=2000
Dec 22, 2019 12:14:54.557 [0x7f3773dd9b80] ERROR - Error: Unable to set up server: sqlite3_statement_backend::prepare: disk I/O error for SQL: PRAGMA cache_size=2000 (N4soci10soci_errorE) -
I'm using linuxserver/plex:latest as per techno dad's video.
The container boots but rather than giving me any gui it doesn't do anything.
The log prints the following:[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: 998,
User gid: 100,
-------------------------------------,
,
[cont-init.d] 10-adduser: exited 0.,
[cont-init.d] 40-chown-files: executing... ,
[cont-init.d] 40-chown-files: exited 0.,
[cont-init.d] 45-plex-claim: executing... ,
[cont-init.d] 45-plex-claim: exited 0.,
[cont-init.d] 50-gid-video: executing... ,
[cont-init.d] 50-gid-video: exited 0.,
[cont-init.d] 60-plex-update: executing... ,
Docker is used for versioning skip update check,
[cont-init.d] 60-plex-update: 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,
Starting Plex Media Server.,
[services.d] done.,
Starting Plex Media Server.,
Starting Plex Media Server.,
Starting Plex Media Server.,
Starting Plex Media Server.,
Starting Plex Media Server.,
Starting Plex Media Server.,
Starting Plex Media Server.,
Starting Plex Media Server.,
Starting Plex Media Server., -
Hello chaps and chapettes,
Total noob here having some issues with plex in portainer.
Having totally lost my server on Thursday I'm rebuilding from the ground up in OMV 5 using portainer.
I followed techno dad lifes video tutorial for plex setup but when I deploy the plex container log constantly keeps saying:
Starting plex media server
Over and over again and I have no access to the plex gui
Any ideas what I've done wrong?
I suspect it might be a permission issue but I'm really noob at this stuff -
i'm just about to pull the trigger and format them, but before I d0 that do you think theres anything that can be done?
I think I might have inadvertently built the 2x drives as a hardware raid while panicking trying to sort out the OS drive. I think thats what has killed them both -
Hi Macom,
They may have been ZFS, to be honest I cant really remember as the server has been running for 2 or 3 years now. Heres the output you requested:
DEVICE OFFSET TYPE UUID LABEL
sda 0x200 gpt
sda 0xe8e0db5e00 gptDEVICE OFFSET TYPE UUID LABEL
sdb 0x200 gpt
sdb 0xe8e0db5e00 gpt -
Forgive my ignorance but is that something I can resolve?
I had noticed that sdc is root, the others are there as sda and sdb, if I reinstall the OS without the extra drives plugged in, then plug them in on reboot would that resolve the problem?
I hope so as I really dont want to lose all my data
Also, thank you for your help, its very much appreciated
-
If you can select the devices in the filesystem creation dialog then OMV does not detect an existing filesystem on it.
Please post the output of
# blkid
/dev/sdc1: UUID="c9e5a97c-3369-4a7b-a88d-c6ad370307da" TYPE="ext4" PARTUUID="9424155a-01"
-bash: /dev/sdc1:: No such file or directory
root@JoesMediaVault:~# /dev/sdc5: UUID="e115cd05-5470-49d1-8e5a-a0a85bae4417" TYPE="swap" PARTUUID="9424155a-05"
-bash: /dev/sdc5:: No such file or directorythey've always worked previous to this install but the dont appear in blkid now
-
to add a few more details, both drives have been working fine on OMV 3 and OMV 4 for as number of years and both drives are formatted as EXT4
-
Hello chaps,
I've been using OMV for a number of years and have ran into some major headaches today. My server failed this morning with a non system disk error. I tried a few things to get it going again and in the end just decided to do a fresh install to OMV 5 (I was on 4).
I'm not hugely knowledgable on linux or CLI stuff and get by mostly using Techno Dad Life videos.
After I installed OMV 5 (HP Microserver gen 8 with 1 x raid 0-ssd on odd and 2x1tb hdd not configured in raid, I know I know, I need more storage and to setup a proper raid system but money hasnt allowed just yet) I can get through to web gui no problems, configure everything as I need to, but my original media drives do not show up in the fiel system tab of the Storage menu. The devices are all listed in the the physical disks and I can select the drives to create a new file system with them but these contain all my existing media that I desperately want to preserve.
Can anyone suggest why they arent showing up?