Jump to content

Debian


Luke

Recommended Posts

Jdiesel

Is there not a debian release of 3.2.26.0 yet?

Yes there should be a release available.

 

You may wish to run

sudo apt-get update

and check that your Emby repository key has not expired. If it has follow the install directions again for adding the key.

 

https://software.opensuse.org/download.html?project=home%3Aemby&package=emby-server

  • Like 1
Link to comment
Share on other sites

pr3dict

Thank you! I needed to update my key. That worked!

 

 

Yes there should be a release available.

 

You may wish to run

sudo apt-get update

and check that your Emby repository key has not expired. If it has follow the install directions again for adding the key.

 

https://software.opensuse.org/download.html?project=home%3Aemby&package=emby-server

 

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

I try to install emby on armbian (debian 8.9) and I get error:

 

 

 

The following packages have unmet dependencies:  emby-server : 

Depends: mono-runtime (>= 3.0~) but it is not going to be installed                

Depends: libmono-corlib4.5-cil (>= 4.0.0~alpha1) but it is not going to be installed                

Depends: libmono-microsoft-csharp4.0-cil (>= 1.0) but it is not going to be installed                

Depends: libmono-posix4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed                

Depends: libmono-system-configuration4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed                

Depends: libmono-system-core4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed                

Depends: libmono-system-io-compression4.0-cil (>= 3.2.1) but it is not going to be installed                

Depends: libmono-system-net-http4.0-cil (>= 1.0) but it is not going to be installed                

Depends: libmono-system-runtime-serialization4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed                

Depends: libmono-system-xml4.0-cil (>= 3.12.0) but it is not going to be installed                

Depends: libmono-system4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed                

Depends: libembysqlite3-0 but it is not installable                

Depends: embymagick but it is not installable                

Depends: mono-devel (>= 4.6) but it is not going to be installed E: Unable to correct problems, you have held broken packages.The following packages have unmet dependencies:  emby-server : 

 

 

Can somebody help?

Edited by lpt2007
Link to comment
Share on other sites

  • 3 weeks later...
nicheplayer

Thank you! I needed to update my key. That worked!

I’m running Debian 7 and am getting the KEYEXPIRED error. So do I run this:

 

wget -nv https://download.opensuse.org/repositories/home:emby/Debian_7.0/Release.key -O Release.key

apt-key add - < Release.key

apt-get update

 

before I try apt-get update again? Here’s the contents of my sources.list file, for reference:

 

#

 

# deb cdrom:[Debian GNU/Linux 7.0.0 _Wheezy_ - Official amd64 CD Binary-1 20130504-14:44]/ wheezy main

 

#deb cdrom:[Debian GNU/Linux 7.0.0 _Wheezy_ - Official amd64 CD Binary-1 20130504-14:44]/ wheezy main

 

deb http://ftp.us.debian.org/debian/ wheezy main non-free

deb-src http://ftp.us.debian.org/debian/ wheezy main non-free

 

deb http://security.debian.org/ wheezy/updates main non-free

deb-src http://security.debian.org/ wheezy/updates main non-free

 

# wheezy-updates, previously known as 'volatile'

deb http://ftp.us.debian.org/debian/ wheezy-updates main non-free

deb-src http://ftp.us.debian.org/debian/ wheezy-updates main non-free

deb http://ppa.launchpad.net/jcfp/ppa/ubuntu precise main

deb https://apt.sonarr.tv/ master main

Link to comment
Share on other sites

hi @@nicheplayer

 

What you basically will do is go back to the install page for your distro, and follow the steps to add the key again. In this case

wget -nv https://download.opensuse.org/repositories/home:emby/Debian_7.0/Release.key -O Release.key
apt-key add - < Release.key
apt-get update

After that you should be able to perform your regular update. Please let us know if this helps. Thanks !

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...
superforno

I try to install emby on armbian (debian 8.9) and I get error:

 

 

 

 

Can somebody help?

 

 

I'm in the same situation, can everybody help me?

Link to comment
Share on other sites

superforno

hi @@superforno, can you show us the exact error message you're getting? thanks.

 

Sure! Here it is!

 

The following packages have unmet dependencies:  emby-server : 
Depends: mono-runtime (>= 3.0~) but it is not going to be installed                
Depends: libmono-corlib4.5-cil (>= 4.0.0~alpha1) but it is not going to be installed                
Depends: libmono-microsoft-csharp4.0-cil (>= 1.0) but it is not going to be installed                
Depends: libmono-posix4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed                
Depends: libmono-system-configuration4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed                
Depends: libmono-system-core4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed                
Depends: libmono-system-io-compression4.0-cil (>= 3.2.1) but it is not going to be installed                
Depends: libmono-system-net-http4.0-cil (>= 1.0) but it is not going to be installed                
Depends: libmono-system-runtime-serialization4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed                
Depends: libmono-system-xml4.0-cil (>= 3.12.0) but it is not going to be installed                
Depends: libmono-system4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed                
Depends: libembysqlite3-0 but it is not installable                
Depends: embymagick but it is not installable                
Depends: mono-devel (>= 4.6) but it is not going to be installed

E: Unable to correct problems, you have held broken packages.

After this I've also tried with apt-get install -f but nothing changed.

Link to comment
Share on other sites

superforno

Hi @Luke

could be possible that these errors are generated because I am on a i386 arch? 
I've seen in the repo that libembysqlite and embymagik are available only for amd64 arch...

Thanks!

 

Sure! Here it is!
 

The following packages have unmet dependencies:  emby-server : 
Depends: mono-runtime (>= 3.0~) but it is not going to be installed                
Depends: libmono-corlib4.5-cil (>= 4.0.0~alpha1) but it is not going to be installed                
Depends: libmono-microsoft-csharp4.0-cil (>= 1.0) but it is not going to be installed                
Depends: libmono-posix4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed                
Depends: libmono-system-configuration4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed                
Depends: libmono-system-core4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed                
Depends: libmono-system-io-compression4.0-cil (>= 3.2.1) but it is not going to be installed                
Depends: libmono-system-net-http4.0-cil (>= 1.0) but it is not going to be installed                
Depends: libmono-system-runtime-serialization4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed                
Depends: libmono-system-xml4.0-cil (>= 3.12.0) but it is not going to be installed                
Depends: libmono-system4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed                
Depends: libembysqlite3-0 but it is not installable                
Depends: embymagick but it is not installable                
Depends: mono-devel (>= 4.6) but it is not going to be installed

E: Unable to correct problems, you have held broken packages.

After this I've also tried with apt-get install -f but nothing changed.

Link to comment
Share on other sites

hurricanehrndz

Hi @Luke

could be possible that these errors are generated because I am on a i386 arch? 

I've seen in the repo that libembysqlite and embymagik are available only for amd64 arch...

 

Thanks!

I suspect you have added the wrong repo. From your posts so far I discern that you are on arm cpu, as soon you really should be following the sticky:

https://emby.media/community/index.php?/topic/43166-arm-devices-official-instructions/

Link to comment
Share on other sites

superforno

I suspect you have added the wrong repo. From your posts so far I discern that you are on arm cpu, as soon you really should be following the sticky:

https://emby.media/community/index.php?/topic/43166-arm-devices-official-instructions/

 

Nope, maybe my first quote mislead this. I'm on a 32bit Intel system. I've resolved Mono errors installing Mono directly but still having these:

 

Depends: libembysqlite3-0 but it is not installable                
Depends: embymagick but it is not installable    
Link to comment
Share on other sites

  • 4 weeks later...
civilmann

What happened to the different install packages for Linux for Debian? The one I now get does not work with Webmin. The last update I installed was named emby-server_3.2.33.0+59.1_all.deb . The only download I'm able to get now is named   emby-server-deb_3.2.36.0_amd64.deb . It is much larger and does not work properly with Webmin. Can anyone direct me to the old style download page? Very confusing.

Link to comment
Share on other sites

civilmann

Luke, would just like to get the options or choices like I used to get  i.e. betas Debian 7 ,8 ,9 so on. This new package is not working the way the old ones were. I'm not a Linux expert. The old packages worked great with Webmin management. No command line stuff. I don't see any options to get to the packages the way the site used to be laid out. What changed? Can we still get those package options via ftp or something?

Link to comment
Share on other sites

There is a direct link to the .deb binary on the website. If you can download it that way, how would ftp be better for you? Sorry I'm a little unsure of what your issue actually is.

 

We never had an ftp and we always had terminal commands that needed to be executed to install.

Link to comment
Share on other sites

SkyBehind

Luke, would just like to get the options or choices like I used to get  i.e. betas Debian 7 ,8 ,9 so on. This new package is not working the way the old ones were. I'm not a Linux expert. The old packages worked great with Webmin management. No command line stuff. I don't see any options to get to the packages the way the site used to be laid out. What changed? Can we still get those package options via ftp or something?

I have webmin, but I don't use it to install the server.  How exactly is it not working?  How are you trying to install and what error are you getting?

 

It's pretty easy to install on the command line though, it's two commands.  If it's easier, you can just download it on your computer and then use Webmin's file browser to upload the file to the server from your computer.

Link to comment
Share on other sites

civilmann

Well, tried the command line and now nothing works. I had a system for upgrading it worked well now it is trashed. The new version wrote a new .conf file now the server won't start. Tried to go back because that always worked before now that it trashed too. I use Turnkey Linux based on Debian 8.0 it has worked well for me for over a year now it is junk. I don't understand why change something that worked so well. Is this new package all the Debian releases rolled up in one? Why is it 4 times the size of previous packages? Wher can we get the different versions for different releases of Debian do the not exist anymore? I guess now we going to have to upload a bunch of error messages and back and forth ... it is exhausting! 

Link to comment
Share on other sites

It is larger because it now has zero dependencies. We have dropped the mono runtime in favor of Microsoft's new .NET Core runtime, which is lighter and has major performance improvements that you can read about here:

 

https://blogs.msdn.microsoft.com/dotnet/2017/08/14/announcing-net-core-2-0/

 

Even better, the .NET Core runtime is small enough that we can bundle it into the package so that there are no longer any external dependencies, so that's what we've done.

Link to comment
Share on other sites

SkyBehind

Well, tried the command line and now nothing works. I had a system for upgrading it worked well now it is trashed. The new version wrote a new .conf file now the server won't start. Tried to go back because that always worked before now that it trashed too. I use Turnkey Linux based on Debian 8.0 it has worked well for me for over a year now it is junk. I don't understand why change something that worked so well. Is this new package all the Debian releases rolled up in one? Why is it 4 times the size of previous packages? Wher can we get the different versions for different releases of Debian do the not exist anymore? I guess now we going to have to upload a bunch of error messages and back and forth ... it is exhausting! 

I had trouble upgrading too.  I used a procedure listed in the forum and that didn't help.  What I ended up doing was using the backup plugin to backup Emby.

 

Uninstall Emby >> sudo apt remove Emby

Remove the Emby repository from apt, don't remember where off the top of my head, you can use the file manage in Webmin to browse to it (think it's under /etc/apt/sources or something like that).

Reboot

Install using the instructions for Linux

Restore Backup

Done - easy peasy (lemon squeezy)

 

 

 

 

 

 

 

 

 

Link to comment
Share on other sites

civilmann

Ok, well somehow got emby running but when I look at my library no content! Have tried several times to delete and recreate but nothing seems to help. Could it be a permissions issue, or is something else is wrong? Please, anyone help? I would just like my emby back!

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...