Jump to content

Debian


Luke

Recommended Posts

Hi all,

 

Unable to install Emby-Server, due to lack of ARM packages in Debian 8 repo:
https://build.opensuse.org/package/binaries/home:emby/embymagick?repository=Debian_8.0

root@DietPi:~# apt-get install emby-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
 emby-server : Depends: libembysqlite3-0 but it is not installable
               Depends: embymagick but it is not installable
E: Unable to correct problems, you have held broken packages.

Does anyone know where I can find these packages for ARMv6+/64, or, any online docs to allow for compiling them? 

Also, will Emby/OpenSuse support the main ARM archs (v6+/64) and provide the required packages in the future?

Thanks in advanced.

Edited by Fourdee
Link to comment
Share on other sites

hurricanehrndz

Hi all,

 

Unable to install Emby-Server, due to lack of ARM packages in Debian 8 repo:

https://build.opensuse.org/package/binaries/home:emby/embymagick?repository=Debian_8.0

root@DietPi:~# apt-get install emby-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
 emby-server : Depends: libembysqlite3-0 but it is not installable
               Depends: embymagick but it is not installable
E: Unable to correct problems, you have held broken packages.

Does anyone know where I can find these packages for ARMv6+/64, or, any online docs to allow for compiling them? 

Also, will Emby/OpenSuse support the main ARM archs (v6+/64) and provide the required packages in the future?

 

Thanks in advanced.

We support ARM and have always supported ARM within the openSUSE repos. The distros supported are Ubuntu14.04 and openSUSE ARM. We have never supported ARM within the Debian repos because the openbuild service does not. You can use the Ubuntu14.04 repo on Debian, it should work perfectly fine.

Link to comment
Share on other sites

We support ARM and have always supported ARM within the openSUSE repos. The distros supported are Ubuntu14.04 and openSUSE ARM. We have never supported ARM within the Debian repos because the openbuild service does not. You can use the Ubuntu14.04 repo on Debian, it should work perfectly fine.

Thanks,

 

ARM64:

Missing packages/deps when using 14.04 repo on Debian 8:

root@DietPi:~# apt-get install emby-server embymagick
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
 embymagick : Depends: libjpeg8 (>= 8c) but it is not installable
E: Unable to correct problems, you have held broken packages.

Resolved by grabbing libjpeg8 from sid:

root@DietPi:~# wget http://ftp.de.debian.org/debian/pool/main/libj/libjpeg8/libjpeg8_8d1-2_arm64.deb
--2016-12-05 14:12:47--  http://ftp.de.debian.org/debian/pool/main/libj/libjpeg8/libjpeg8_8d1-2_arm64.deb
Resolving ftp.de.debian.org (ftp.de.debian.org)... 141.76.2.4
Connecting to ftp.de.debian.org (ftp.de.debian.org)|141.76.2.4|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 110022 (107K) [application/x-debian-package]
Saving to: ‘libjpeg8_8d1-2_arm64.deb’

libjpeg8_8d1-2_arm64.d 100%[===========================>] 107.44K  --.-KB/s   in 0.1s

2016-12-05 14:12:47 (718 KB/s) - ‘libjpeg8_8d1-2_arm64.deb’ saved [110022/110022]

root@DietPi:~# dpkg -i libjpeg8_8d1-2_arm64.deb
Selecting previously unselected package libjpeg8:arm64.
(Reading database ... 16847 files and directories currently installed.)
Preparing to unpack libjpeg8_8d1-2_arm64.deb ...
Unpacking libjpeg8:arm64 (8d1-2) ...
Setting up libjpeg8:arm64 (8d1-2) ...
Processing triggers for libc-bin (2.19-18+deb8u6) ...

ARMv7:

Same, resolved by grabbing libjpeg8 from sid.

Link to comment
Share on other sites

hurricanehrndz

Thanks,

 

ARM64:

Missing packages/deps when using 14.04 repo on Debian 8:

root@DietPi:~# apt-get install emby-server embymagick
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
 embymagick : Depends: libjpeg8 (>= 8c) but it is not installable
E: Unable to correct problems, you have held broken packages.
Resolved by grabbing libjpeg8 from sid:
root@DietPi:~# wget http://ftp.de.debian.org/debian/pool/main/libj/libjpeg8/libjpeg8_8d1-2_arm64.deb
--2016-12-05 14:12:47--  http://ftp.de.debian.org/debian/pool/main/libj/libjpeg8/libjpeg8_8d1-2_arm64.deb
Resolving ftp.de.debian.org (ftp.de.debian.org)... 141.76.2.4
Connecting to ftp.de.debian.org (ftp.de.debian.org)|141.76.2.4|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 110022 (107K) [application/x-debian-package]
Saving to: ‘libjpeg8_8d1-2_arm64.deb’

libjpeg8_8d1-2_arm64.d 100%[===========================>] 107.44K  --.-KB/s   in 0.1s

2016-12-05 14:12:47 (718 KB/s) - ‘libjpeg8_8d1-2_arm64.deb’ saved [110022/110022]

root@DietPi:~# dpkg -i libjpeg8_8d1-2_arm64.deb
Selecting previously unselected package libjpeg8:arm64.
(Reading database ... 16847 files and directories currently installed.)
Preparing to unpack libjpeg8_8d1-2_arm64.deb ...
Unpacking libjpeg8:arm64 (8d1-2) ...
Setting up libjpeg8:arm64 (8d1-2) ...
Processing triggers for libc-bin (2.19-18+deb8u6) ...
 
ARMv7:

Same, resolved by grabbing libjpeg8 from sid.

Glad to hear. Thank you for updating your results. What is the default jpeg library in Debian Jessie?

 

Sent from my ONEPLUS A3000 using Tapatalk

Link to comment
Share on other sites

Glad to hear. Thank you for updating your results. What is the default jpeg library in Debian Jessie?

 

Sent from my ONEPLUS A3000 using Tapatalk

Not entirely sure, but possibly one of the following:

root@DietPi-XU4:~# apt-cache search libjpeg | grep runtime
libjpeg62-turbo - libjpeg-turbo JPEG runtime library
libturbojpeg1 - TurboJPEG runtime library - SIMD optimized
libturbojpeg1-dbg - TurboJPEG runtime library - SIMD optimized (debugging symbols)

Link to comment
Share on other sites

hurricanehrndz

 

Not entirely sure, but possibly one of the following:

root@DietPi-XU4:~# apt-cache search libjpeg | grep runtime
libjpeg62-turbo - libjpeg-turbo JPEG runtime library
libturbojpeg1 - TurboJPEG runtime library - SIMD optimized
libturbojpeg1-dbg - TurboJPEG runtime library - SIMD optimized (debugging symbols)

NM.

Edited by hurricanehrndz
Link to comment
Share on other sites

  • 2 weeks later...

Just installed the latest stable update that came out today, however when I logged into the dashboard I saw this.

 

Version 3.1.0.0 beta
A new version of Emby Server is available!
Version 3.1.259 is now available for download.

 

But when I checked the repo, emby-server-beta_3.1.259~beta.orig.tar.gz is the beta version.

Why does the currently installed version have the beta tag and reporting that the beta version is available for download?

Edited by clyir
Link to comment
Share on other sites

hoppel118

My server reported the the following tonight:

 

CRON-APT RUN [/etc/cron-apt/config]: Sun Dec 18 07:35:26 CET 2016CRON-APT SLEEP: 1408, Sun Dec 18 07:58:54 CET 2016CRON-APT ACTION: 3-downloadCRON-APT LINE: /usr/bin/apt-get -o Acquire::http::Dl-Limit=25 dist-upgrade -d -y -o APT::Get::Show-Upgraded=trueReading package lists...Building dependency tree...Reading state information...The following packages will be upgraded:  emby-server1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.Need to get 11.0 MB of archives.After this operation, 4223 kB disk space will be freed.Get:1 http://download.opensuse.org/repositories/home:/emby/Debian_8.0/ emby-server 3.1.0-9.1 [11.0 MB]Fetched 11.0 MB in 7min 0s (26.1 kB/s)Download complete and in download only mode 

Didn't do the update. So it's not the next stable version 3.0.9000.0 mentioned in the fast startup sync plugin thread.

 

Greetings Hoppel

Edited by hoppel118
Link to comment
Share on other sites

Didn't do the update. So it's not the next stable version 3.0.9000.0 mentioned in the fast startup sync plugin thread.

 

I don't quite understand. Are you saying version 3.0.9000.0 is the latest stable release? All the linux repos are reporting 3.1.0 as stable, 3.1.259 as beta and 3.1.6195 as dev.

Link to comment
Share on other sites

hoppel118

Sorry, I don't know the latest stable version. I thought it will be "3.0.9000.0", but now my server reports the update "3.1.0-9.1". At the moment I am using "3.0.8500.0". I don't use the beta versions for my emby server.

 

Here is written the following: https://emby.media/community/index.php?/topic/21348-emby-latest-versions/

 

Emby Server
Windows
Public: v3.0.8500
Beta: v3.1.257.0
Dev: v3.1.6195.28581

 

Greetings hoppel

Edited by hoppel118
Link to comment
Share on other sites

Just checked the Github repo and it appears 3.1.0 is the latest stable release. I guess it's just a bug that the dashboard is reporting that it's a beta release.

Edited by clyir
Link to comment
Share on other sites

Just curious - my ODROID C2 seems to have some limited HW support for transcoding on the amlogic board, but on Android (seen via Kodi, here http://kodi.wiki/view/Android_hardware).I'm wondering if this will ever pan out to being able to offer better transcoding in Emby on Linux (currently using DietPi // Debian) ? 

 

Thx

 

We already have VA API, doesn't that cover it?

Link to comment
Share on other sites

Simon_rb

Hi,

I can't get this to install on my raspberry Pi 3.. Got same issue as above - those two dependencies.. Tried the fix above and it still doesn't work.. Any ideas

root@raspberrypi:/home/pi# sudo dpkg -i libjpeg8_8d1-2_arm64.deb
dpkg: error processing archive libjpeg8_8d1-2_arm64.deb (--install):
 package architecture (arm64) does not match system (armhf)
Errors were encountered while processing:
 libjpeg8_8d1-2_arm64.deb

Thought mine was an arm64.. 

 

Followed the tutorials and even tried https://akosresch.wordpress.com/2016/05/11/installing-emby-server-on-raspberry-pi-3/

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:
 emby-server : Depends: libembysqlite3-0 but it is not installable
               Depends: embymagick but it is not installable
E: Unable to correct problems, you have held broken packages.
root@raspberrypi:/home/pi# uname -a

Linux raspberrypi 4.4.26-v7+ #915 SMP Thu Oct 20 17:08:44 BST 2016 armv7l GNU/Linux

Cheers

Link to comment
Share on other sites

Simon_rb

Thanks Luke - I used the Ubuntu 14.04 repos/instructions - cheers

 

I seem to have an issue that the server crashes a min or so into scanning my library. Any ideas?

2016-12-30 19:44:27.5541 Info HttpClient: HttpClientManager GET: https://image.tmdb.org/t/p/original/pstLWDvW5gGxmNJiqbC0i5zqJFQ.jpg
2016-12-30 19:44:29.5505 Error ProviderManager: Error in metadata saver
	*** Error Report ***
	Version: 3.1.2.0
	Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby-server -restartpath /usr/lib/emby-server/restart.sh
	Operating system: Unix 4.4.38.7
	64-Bit OS: False
	64-Bit Process: False
	Mono: 4.6.2 (Stable 4.6.2.7/08fd525 Mon Nov 28 21:10:03 UTC 2016)
	Processor count: 4
	Program data path: /var/lib/emby-server
	Application directory: /usr/lib/emby-server/bin
	System.UnauthorizedAccessException: Access to the path "/home/pi/mnt/S/Movies/Batman vs Superman Dawn of Justice (2016)/Batman vs Superman Dawn of Justice (2016).nfo" is denied.
	  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0025f] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int)
	  at Emby.Common.Implementations.IO.ManagedFileSystem.GetFileStream (System.String path, MediaBrowser.Model.IO.FileOpenMode mode, MediaBrowser.Model.IO.FileAccessMode access, MediaBrowser.Model.IO.FileShareMode share, System.Boolean isAsync) [0x00045] in <bef7798f4baf4a2cbd193bda78100cb9>:0 
	  at MediaBrowser.XbmcMetadata.Savers.BaseNfoSaver.SaveToFile (System.IO.Stream stream, System.String path) [0x00063] in <333117a7114649b9b7c503e982597308>:0 
	  at MediaBrowser.XbmcMetadata.Savers.BaseNfoSaver.Save (MediaBrowser.Controller.Entities.IHasMetadata item, System.Threading.CancellationToken cancellationToken) [0x00026] in <333117a7114649b9b7c503e982597308>:0 
	  at MediaBrowser.Providers.Manager.ProviderManager+<SaveMetadata>c__async3.MoveNext () [0x001ff] in <4524d7985e294e9696ebc4a30f5a4c54>:0 
	System.UnauthorizedAccessException
	  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0025f] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int)
	  at Emby.Common.Implementations.IO.ManagedFileSystem.GetFileStream (System.String path, MediaBrowser.Model.IO.FileOpenMode mode, MediaBrowser.Model.IO.FileAccessMode access, MediaBrowser.Model.IO.FileShareMode share, System.Boolean isAsync) [0x00045] in <bef7798f4baf4a2cbd193bda78100cb9>:0 
	  at MediaBrowser.XbmcMetadata.Savers.BaseNfoSaver.SaveToFile (System.IO.Stream stream, System.String path) [0x00063] in <333117a7114649b9b7c503e982597308>:0 
	  at MediaBrowser.XbmcMetadata.Savers.BaseNfoSaver.Save (MediaBrowser.Controller.Entities.IHasMetadata item, System.Threading.CancellationToken cancellationToken) [0x00026] in <333117a7114649b9b7c503e982597308>:0 
	  at MediaBrowser.Providers.Manager.ProviderManager+<SaveMetadata>c__async3.MoveNext () [0x001ff] in <4524d7985e294e9696ebc4a30f5a4c54>:0 
	
2016-12-30 19:44:30.4904 Info HttpClient: HttpClientManager GET: https://image.tmdb.org/t/p/original/uwir4SZOaXy5syDbqfC2ItkmIna.jpg
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...