Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


outdoorsnz

674 posts

Ultimate Geek


#307024 13-Sep-2023 11:30
Send private message

I run OpenMediaVault on a Raspberry Pi 4. Apart from recent NFS bug (introduced by a bad update) that caused a few issues, generally rock solid.

 

But recent system updates broke the downloader plugin module which I used to download youtube movies and music videos etc. Handy as I could do on my phone copy and paste youtube url etc.

 

It seems nne or more of the updates has broke ffmpeg, which is preventing the downloader plug from installing.

 

Any ideas? I guess I could manually run a youtube-dl script, but I would have to do that in terminal. Error below. Thanks.

 

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 

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=; export DEBIAN_FRONTEND=noninteractive; apt-get --yes --allow-downgrades --allow-change-held-packages --fix-missing --allow-unauthenticated --reinstall install openmediavault-downloader 2>&1' with exit code '100': Reading package lists...

 

Building dependency tree...

 

Reading state information...

 

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

 

The following packages have unmet dependencies:
 openmediavault-downloader : Depends: ffmpeg
E: Unable to correct problems, you have held broken packages.

 

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=; export DEBIAN_FRONTEND=noninteractive; apt-get --yes --allow-downgrades --allow-change-held-packages --fix-missing --allow-unauthenticated --reinstall install openmediavault-downloader 2>&1' with exit code '100': Reading package lists...

 

Building dependency tree...

 

Reading state information...

 

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

 

The following packages have unmet dependencies:
 openmediavault-downloader : Depends: ffmpeg
E: Unable to correct problems, you have held broken packages. in /usr/share/openmediavault/engined/rpc/pluginmgmt.inc:246
Stack trace:
#0 /usr/share/php/openmediavault/rpc/serviceabstract.inc(620): Engined\Rpc\PluginMgmt->Engined\Rpc\{closure}('/tmp/bgstatusPw...', '/tmp/bgoutput8e...')
#1 /usr/share/openmediavault/engined/rpc/pluginmgmt.inc(249): OMV\Rpc\ServiceAbstract->execBgProc(Object(Closure))
#2 [internal function]: Engined\Rpc\PluginMgmt->install(Array, 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('install', Array, Array)
#5 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('Plugin', 'install', Array, Array, 1)
#6 {main}

 

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 

 


Create new topic
ratsun81
505 posts

Ultimate Geek


  #3126967 13-Sep-2023 11:58
Send private message

This is due to repo issues, 

 

ffmpeg is the culprit. Quick search on the OMV forums and there is a fix. 

 

It seems incompatability between the raspberry pi version and the omv version. 

 

Best to go there and look at the fixes others have found so far. 

 

TL;DR is to disable the raspberry pi repo clean up and install manually from that repo.





Quic Broadband

 

Use R212389ELFLL2 promo code for free setup at checkout.




outdoorsnz

674 posts

Ultimate Geek


  #3127039 13-Sep-2023 13:21
Send private message

ratsun81:

 

This is due to repo issues, 

 

ffmpeg is the culprit. Quick search on the OMV forums and there is a fix. 

 

It seems incompatability between the raspberry pi version and the omv version. 

 

Best to go there and look at the fixes others have found so far. 

 

TL;DR is to disable the raspberry pi repo clean up and install manually from that repo.

 

 

I missed that forum post. I tried the suggested solution but still get the same error. Well at least it isn't just me.

 

The following packages have unmet dependencies:
 ffmpeg : Depends: libavdevice58 (= 7:4.3.5-0+deb11u1) but it is not going to be installed
          Depends: libavfilter7 (= 7:4.3.5-0+deb11u1)
          Depends: libavformat58 (= 7:4.3.5-0+deb11u1) but it is not going to be installed
          Depends: libavresample4 (= 7:4.3.5-0+deb11u1) but 8:4.3.6-0+deb11u1+rpt5 is to be installed
          Depends: libavutil56 (= 7:4.3.5-0+deb11u1) but 8:4.3.6-0+deb11u1+rpt5 is to be installed
          Depends: libpostproc55 (= 7:4.3.5-0+deb11u1) but 8:4.3.6-0+deb11u1+rpt5 is to be installed
          Depends: libswresample3 (= 7:4.3.5-0+deb11u1) but 8:4.3.6-0+deb11u1+rpt5 is to be installed
          Depends: libswscale5 (= 7:4.3.5-0+deb11u1) but 8:4.3.6-0+deb11u1+rpt5 is to be installed
 libavcodec58 : Depends: libavutil56 (= 7:4.3.5-0+deb11u1) but 8:4.3.6-0+deb11u1+rpt5 is to be installed
                Depends: librsvg2-2 (>= 2.14.4) but it is not going to be installed
                Depends: libswresample3 (= 7:4.3.5-0+deb11u1) but 8:4.3.6-0+deb11u1+rpt5 is to be installed
E: Unable to correct problems, you have held broken packages.


outdoorsnz

674 posts

Ultimate Geek


  #3127115 13-Sep-2023 14:02
Send private message

Thanks @ratsun81.

 

So I first had to run sudo aptitude install ffmpeg, which proposed uninstalling quite a lot of stuff. Perhaps with my experimenting and trying to fix this yesterday, I had installed quite a bit of stuff that wasn't needed.

 

Then running sudo install ffmpeg worked. After that I was able to install normally via plugin install.

 

BUT, running:

 

sudo mv /etc/apt/sources.list.d/raspi.bak /etc/apt/sources.list.d/raspi.list
sudo apt-get update

 

Just put me back to what causes this issue in the first place. OMV then showed me a list of updates to install, would have broken the downloader plugin.

 

So currently disabled the raspberry pi debian repo until a full solution is found. But is working.

 

 


Create new topic





News and reviews »

Amazfit Expands Active 2 Lineup with the New Active 2 Square
Posted 23-Jun-2025 14:49


Logitech G522 Gaming Headset Review
Posted 18-Jun-2025 17:00


Māori Artists Launch Design Collection with Cricut ahead of Matariki Day
Posted 15-Jun-2025 11:19


LG Launches Upgraded webOS Hub With Advanced AI
Posted 15-Jun-2025 11:13


One NZ Satellite IoT goes live for customers
Posted 15-Jun-2025 11:10


Bolt Launches in New Zealand
Posted 11-Jun-2025 00:00


Suunto Run Review
Posted 10-Jun-2025 10:44


Freeview Satellite TV Brings HD Viewing to More New Zealanders
Posted 5-Jun-2025 11:50


HP OmniBook Ultra Flip 14-inch Review
Posted 3-Jun-2025 14:40


Flip Phones Are Back as HMD Reimagines an Iconic Style
Posted 30-May-2025 17:06


Hundreds of School Students Receive Laptops Through Spark Partnership With Quadrent's Green Lease
Posted 30-May-2025 16:57


AI Report Reveals Trust Is Key to Unlocking Its Potential in Aotearoa
Posted 30-May-2025 16:55


Galaxy Tab S10 FE Series Brings Intelligent Experiences to the Forefront with Premium, Versatile Design
Posted 30-May-2025 16:14


New OPPO Watch X2 Launches in New Zealand
Posted 29-May-2025 16:08


Synology Premiers a New Lineup of Advanced Data Management Solutions
Posted 29-May-2025 16:04









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.