Fixed it, the reason was a faulty broadcom- module which I never bothered removing.
Posts by Peterthepurser335
-
-
Hi forum!
Since installing some updates today, I can't boot into OMV 7 anymore. The update crashed with an error and lost connection, after a reboot, I got the error in the attached picture. From what I've found so far, it mostly seems related to the ZFS plugin, but I’m not even using that.
Any ideas what I should do? Thanks
-
Hello!
I recently got a new laptop and tried to access my OMV server, which works fine on every other machine without tweaking. This laptop, however, is giving me great trouble.
Every fix I tried did not change anything, this list pretty much sums up what I´ve tried already: https://www.partitionwizard.co…onmanager/0x80070035.html .
However, no luck. I´m using Windows 11 Home 24H2, like on my other machines which work perfectly fine.
Any help would be very appreciated.
-
Thanks again!
If I may ask one more question, when I restart omv I´m sometimes getting stuck on an error loading bluetooth firmware (brcm/BCM20702A1-0b05-17cf.hcd), another restart fixes the issue usually but I get this error everytime for a short period. Is there anything that can be done about it? If necessary, I can take a picture of the full error message.
-
What was the message? I imagine it was about the version line (first line). That can definitely be removed.
Yes, it was that line indeed.
I will try to shorten down the compose, but I`m pretty afraid that something important will be lost lol. Thank you!
-
Thank you guys so much!
Yes jata1, this is exactly what I want.
I did as you said ryecoaaron, however I never had a stack in portainer, only the container. Renaming this container in portainer did the trick, my plex container in compose is now running.
It gave me a message about obsolete lines though, maybe you can have a quick look at my compose please?
Code
Display Moreversion: "3.6" services: plex: cap_drop: - "AUDIT_CONTROL" - "BLOCK_SUSPEND" - "DAC_READ_SEARCH" - "IPC_LOCK" - "IPC_OWNER" - "LEASE" - "LINUX_IMMUTABLE" - "MAC_ADMIN" - "MAC_OVERRIDE" - "NET_ADMIN" - "NET_BROADCAST" - "SYSLOG" - "SYS_ADMIN" - "SYS_BOOT" - "SYS_MODULE" - "SYS_NICE" - "SYS_PACCT" - "SYS_PTRACE" - "SYS_RAWIO" - "SYS_RESOURCE" - "SYS_TIME" - "SYS_TTY_CONFIG" - "WAKE_ALARM" container_name: "plex" entrypoint: - "/init" environment: - "DEBIAN_FRONTEND=noninteractive" - "HOME=/root" - "LANG=en_US.UTF-8" - "LANGUAGE=en_US.UTF-8" - "LSIO_FIRST_PARTY=true" - "NVIDIA_DRIVER_CAPABILITIES=compute,video,utility" - "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" - "PGID=100" - "PLEX_ARCH=amd64" - "PLEX_DOWNLOAD=https://downloads.plex.tv/plex-media-server-new" - "PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR=/config/Library/Application Support" - "PLEX_MEDIA_SERVER_HOME=/usr/lib/plexmediaserver" - "PLEX_MEDIA_SERVER_INFO_DEVICE=Docker Container (LinuxServer.io)" - "PLEX_MEDIA_SERVER_INFO_VENDOR=Docker" - "PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=6" - "PLEX_MEDIA_SERVER_USER=abc" - "PUID=998" - "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0" - "S6_STAGE2_HOOK=/docker-mods" - "S6_VERBOSITY=1" - "TERM=xterm" - "UMASK_SET=022" - "VERSION=docker" - "VIRTUAL_ENV=/lsiopy" expose: - "1900/udp" - "3005/tcp" - "32400/tcp" - "32410/udp" - "32412/udp" - "32413/udp" - "32414/udp" - "32469/tcp" - "5353/udp" - "8324/tcp" hostname: "openmediavault" image: "lscr.io/linuxserver/plex:latest" ipc: "private" labels: build_version: "Linuxserver.io version:- 1.27.1.5916-6b0e31a64-ls121 Build-date:-\ \ 2022-06-23T16:50:12+02:00" maintainer: "thelamer" org.opencontainers.image.authors: "linuxserver.io" org.opencontainers.image.created: "2022-06-23T16:50:12+02:00" org.opencontainers.image.description: "[Plex](https://plex.tv) organizes video,\ \ music and photos from personal media libraries and streams them to smart\ \ TVs, streaming boxes and mobile devices. This container is packaged as a\ \ standalone Plex Media Server. has always been a top priority. Straightforward\ \ design and bulk actions mean getting things done faster." org.opencontainers.image.documentation: "https://docs.linuxserver.io/images/docker-plex" org.opencontainers.image.licenses: "GPL-3.0-only" org.opencontainers.image.ref.name: "29968a8d1c09cfea1ec415465ea25fc42855e973" org.opencontainers.image.revision: "29968a8d1c09cfea1ec415465ea25fc42855e973" org.opencontainers.image.source: "https://github.com/linuxserver/docker-plex" org.opencontainers.image.title: "Plex" org.opencontainers.image.url: "https://github.com/linuxserver/docker-plex/packages" org.opencontainers.image.vendor: "linuxserver.io" org.opencontainers.image.version: "1.27.1.5916-6b0e31a64-ls121" logging: driver: "json-file" options: {} network_mode: "host" restart: "unless-stopped" volumes: - "/srv/dev-disk-by-uuid-126b8169-fdfd-47a3-bc99-1bf04e2ba20e/Filme:/Filme" - "/srv/dev-disk-by-uuid-126b8169-fdfd-47a3-bc99-1bf04e2ba20e/TV-Serien:/TV-Serien" - "/srv/dev-disk-by-uuid-126b8169-fdfd-47a3-bc99-1bf04e2ba20e/Videos:/Videos" - "/srv/dev-disk-by-uuid-126b8169-fdfd-47a3-bc99-1bf04e2ba20e/Config/Plex:/config" working_dir: "/" -
Hello!
Please help me moving my Plex container to the compose plugin, I´m very anxious about screwing something up.
I am on OMV 6, started the migration about a year ago but gave up halfway through and can´t remember why. I followed this guide: Guide: Using the new docker plugin
My plex container is running in portainer, but there is no stack. In the compose plugin, there are 2 containers "plex" and "portainer". Under "files" in compose, I remember to have created plex via autocompose, but I can´t start it (internal server error, name already in use)
Is this fixable without starting from scratch? Plex is working fine, but I really want to use the compose plugin like it´s supposed to be and upgrade to OMV 7 soon.
Thank you!
-
Yeah sorry, should have spent more time searching.
For anyone having the same problem, "omv-aptclean repos" did the trick.
-
Hello!
I just updated my OMV install to the latest version, but I ran into several issues. Biggest one is that I can't update the plugin- list anymore, getting the following error:
Code
Display MoreFailed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; apt-get update 2>&1' with exit code '100': Get:1 file:/var/cache/openmediavault/archives InRelease Ign:1 file:/var/cache/openmediavault/archives InRelease Get:2 file:/var/cache/openmediavault/archives Release Ign:2 file:/var/cache/openmediavault/archives Release Get:3 file:/var/cache/openmediavault/archives Packages Ign:3 file:/var/cache/openmediavault/archives Packages Get:4 file:/var/cache/openmediavault/archives Translation-en Ign:4 file:/var/cache/openmediavault/archives Translation-en Get:3 file:/var/cache/openmediavault/archives Packages Ign:3 file:/var/cache/openmediavault/archives Packages Get:4 file:/var/cache/openmediavault/archives Translation-en Ign:4 file:/var/cache/openmediavault/archives Translation-en Get:3 file:/var/cache/openmediavault/archives Packages Ign:3 file:/var/cache/openmediavault/archives Packages Get:4 file:/var/cache/openmediavault/archives Translation-en Ign:4 file:/var/cache/openmediavault/archives Translation-en Get:3 file:/var/cache/openmediavault/archives Packages Ign:3 file:/var/cache/openmediavault/archives Packages Get:4 file:/var/cache/openmediavault/archives Translation-en Ign:4 file:/var/cache/openmediavault/archives Translation-en Get:3 file:/var/cache/openmediavault/archives Packages Ign:3 file:/var/cache/openmediavault/archives Packages Get:4 file:/var/cache/openmediavault/archives Translation-en Ign:4 file:/var/cache/openmediavault/archives Translation-en Get:3 file:/var/cache/openmediavault/archives Packages Ign:3 file:/var/cache/openmediavault/archives Packages Get:4 file:/var/cache/openmediavault/archives Translation-en Ign:4 file:/var/cache/openmediavault/archives Translation-en Get:3 file:/var/cache/openmediavault/archives Packages Get:4 file:/var/cache/openmediavault/archives Translation-en Ign:4 file:/var/cache/openmediavault/archives Translation-en Hit:5 http://security.debian.org/debian-security bullseye-security InRelease Hit:6 http://deb.debian.org/debian bullseye InRelease Hit:7 http://httpredir.debian.org/debian bullseye-backports InRelease Hit:8 http://packages.openmediavault.org/public shaitan InRelease Get:9 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB] Hit:10 http://deb.debian.org/debian bullseye-updates InRelease Get:11 https://openmediavault-plugin-developers.github.io/packages/debian shaitan InRelease [3934 B] Hit:12 https://openmediavault.github.io/packages shaitan InRelease Err:11 https://openmediavault-plugin-developers.github.io/packages/debian shaitan InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 326A835E697B890A Err:9 https://download.docker.com/linux/debian bullseye InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8 Reading package lists... W: GPG error: https://openmediavault-plugin-developers.github.io/packages/debian shaitan InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 326A835E697B890A E: The repository 'https://openmediavault-plugin-developers.github.io/packages/debian shaitan InRelease' is not signed. W: GPG error: https://download.docker.com/linux/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8 E: The repository 'https://download.docker.com/linux/debian bullseye InRelease' is not signed. OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; apt-get update 2>&1' with exit code '100': Get:1 file:/var/cache/openmediavault/archives InRelease Ign:1 file:/var/cache/openmediavault/archives InRelease Get:2 file:/var/cache/openmediavault/archives Release Ign:2 file:/var/cache/openmediavault/archives Release Get:3 file:/var/cache/openmediavault/archives Packages Ign:3 file:/var/cache/openmediavault/archives Packages Get:4 file:/var/cache/openmediavault/archives Translation-en Ign:4 file:/var/cache/openmediavault/archives Translation-en Get:3 file:/var/cache/openmediavault/archives Packages Ign:3 file:/var/cache/openmediavault/archives Packages Get:4 file:/var/cache/openmediavault/archives Translation-en Ign:4 file:/var/cache/openmediavault/archives Translation-en Get:3 file:/var/cache/openmediavault/archives Packages Ign:3 file:/var/cache/openmediavault/archives Packages Get:4 file:/var/cache/openmediavault/archives Translation-en Ign:4 file:/var/cache/openmediavault/archives Translation-en Get:3 file:/var/cache/openmediavault/archives Packages Ign:3 file:/var/cache/openmediavault/archives Packages Get:4 file:/var/cache/openmediavault/archives Translation-en Ign:4 file:/var/cache/openmediavault/archives Translation-en Get:3 file:/var/cache/openmediavault/archives Packages Ign:3 file:/var/cache/openmediavault/archives Packages Get:4 file:/var/cache/openmediavault/archives Translation-en Ign:4 file:/var/cache/openmediavault/archives Translation-en Get:3 file:/var/cache/openmediavault/archives Packages Ign:3 file:/var/cache/openmediavault/archives Packages Get:4 file:/var/cache/openmediavault/archives Translation-en Ign:4 file:/var/cache/openmediavault/archives Translation-en Get:3 file:/var/cache/openmediavault/archives Packages Get:4 file:/var/cache/openmediavault/archives Translation-en Ign:4 file:/var/cache/openmediavault/archives Translation-en Hit:5 http://security.debian.org/debian-security bullseye-security InRelease Hit:6 http://deb.debian.org/debian bullseye InRelease Hit:7 http://httpredir.debian.org/debian bullseye-backports InRelease Hit:8 http://packages.openmediavault.org/public shaitan InRelease Get:9 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB] Hit:10 http://deb.debian.org/debian bullseye-updates InRelease Get:11 https://openmediavault-plugin-developers.github.io/packages/debian shaitan InRelease [3934 B] Hit:12 https://openmediavault.github.io/packages shaitan InRelease Err:11 https://openmediavault-plugin-developers.github.io/packages/debian shaitan InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 326A835E697B890A Err:9 https://download.docker.com/linux/debian bullseye InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8 Reading package lists... W: GPG error: https://openmediavault-plugin-developers.github.io/packages/debian shaitan InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 326A835E697B890A E: The repository 'https://openmediavault-plugin-developers.github.io/packages/debian shaitan InRelease' is not signed. W: GPG error: https://download.docker.com/linux/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8 E: The repository 'https://download.docker.com/linux/debian bullseye InRelease' is not signed. in /usr/share/openmediavault/engined/rpc/apt.inc:255 Stack trace: #0 /usr/share/php/openmediavault/rpc/serviceabstract.inc(619): Engined\Rpc\Apt->Engined\Rpc\{closure}('/tmp/bgstatusVV...', '/tmp/bgoutputnb...') #1 /usr/share/openmediavault/engined/rpc/apt.inc(259): OMV\Rpc\ServiceAbstract->execBgProc(Object(Closure)) #2 [internal function]: Engined\Rpc\Apt->update(NULL, Array) #3 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array) #4 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('update', NULL, Array) #5 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('Apt', 'update', NULL, Array, 1) #6 {main}Any help would be very welcome!
-
Sadly no and I dont know exactly when the last error happened, but I will report back with the next one as soon as possible

Ive been using a wifi- bridge connected to the ethernet port for the most time, but tried the integrated wifi lately because drivers were available. Made no difference regarding the error
Oh yes, but no chance for a wired connection in my current living situation Im afraid

-
please provide hardware and software version details
Sure! I´m using an Asus Z97i- plus board with an Intel 4790K cpu and a Toshiba MG08 internal hdd (ext4), the os drive is a 250GB Kingston SSD. The software details are:
Linux 5.18.0-0.bpo.1-amd64 Kernel, Version 6.0.31-2 (Shaitan)
Thank you
-
It´s OMV itself, the docker containers are still there. This happens every couple of days, first I cant reach my harddrive anymore ("the local device name is already in use"), then after a restart the dashboard requires setup and the disks wont show up in OMV. After another restart, it will work for usually 2-3 days. Very frustrating

-
Hi guys, newb question here

So I was putting some files on my omv- nas while using the plex- portainer to watch a movie, when I was getting the "the local device name is already in use"- error in Windows. The omv disappeared from the network and a restart couldnt fix it too. After hooking up a screen I realized my install had been reset to default and my harddisk (there is only 1 connected) wouldnt even show up.
After several heart attacks and restarts, my configuration came back partially, but some extras and settings are still missing. Right now I´m wondering if I can use this configuration as is or should I do a clean install and start fresh? And do you guys have any idea what could possibly have caused this?
Thank you
-
Hi!
I´m a total noob regarding linux, so please excuse my dumb questions.
My goal is to set up drivers for my Broadcom BCM4352 Wifi- card under OMV 6. Initially, I followed some Youtube- tutorial for Debian, but it does not seem to be the right way to do it.
I used this command "sudo apt-get install linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms" after adding "non free" to sources.list, but the install was not successful, so I removed the package using dpkg -r. Did I mess up my install doing these steps? Because when I´m trying to install the package now, there are no install candidates available. Another thing thats weird is that I´m not seeing any updates in OMV anymore.
Sorry for my bad english! Any help would be very appreciated
