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

491 posts

Ultimate Geek


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

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
458 posts

Ultimate Geek


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

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.


 
 
 

Best TrendMicro deals for antivirus and malware protection(affiliate link).
outdoorsnz

491 posts

Ultimate Geek


  #3127039 13-Sep-2023 13:21
Send private message quote this post

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

491 posts

Ultimate Geek


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

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 »

New Air Traffic Management Platform and Resilient Buildings a Milestone for Airways
Posted 6-Dec-2023 05:00


Logitech G Launches New Flagship Console Wireless Gaming Headset Astro A50 X
Posted 5-Dec-2023 21:00


NordVPN Helps Users Protect Themselves From Vulnerable Apps
Posted 5-Dec-2023 14:27


First-of-its-Kind Flight Trials Integrate Uncrewed Aircraft Into Controlled Airspace
Posted 5-Dec-2023 13:59


Prodigi Technology Services Announces Strategic Acquisition of Conex
Posted 4-Dec-2023 09:33


Samsung Announces Galaxy AI
Posted 28-Nov-2023 14:48


Epson Launches EH-LS650 Ultra Short Throw Smart Streaming Laser Projector
Posted 28-Nov-2023 14:38


Fitbit Charge 6 Review 
Posted 27-Nov-2023 16:21


Cisco Launches New Research Highlighting Gap in Preparedness for AI
Posted 23-Nov-2023 15:50


Seagate Takes Block Storage System to New Heights Reaching 2.5 PB
Posted 23-Nov-2023 15:45


Seagate Nytro 4350 NVMe SSD Delivers Consistent Application Performance and High QoS to Data Centers
Posted 23-Nov-2023 15:38


Amazon Fire TV Stick 4k Max (2nd Generation) Review
Posted 14-Nov-2023 16:17


Over half of New Zealand adults surveyed concerned about AI shopping scams
Posted 3-Nov-2023 10:42


Super Mario Bros. Wonder Launches on Nintendo Switch
Posted 24-Oct-2023 10:56


Google Releases Nest WiFi Pro in New Zealand
Posted 24-Oct-2023 10:18









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.