linuxserver / docker-jackett

GNU General Public License v3.0
394 stars 95 forks source link

A minimum Mono version of 5.8 is required #51

Closed daurnimator closed 6 years ago

daurnimator commented 6 years ago
07-15 05:05:57 Info Starting Jackett 0.9.6.0                                                                                  
07-15 05:05:57 Info Environment version: 4.0.30319.42000 (/usr/lib/mono/4.5)                                                  
07-15 05:05:57 Info OS version: Unix 3.10.105.0 (64bit OS) (64bit process)                                                    
07-15 05:05:57 Info ThreadPool MaxThreads: 400 workerThreads, 200 completionPortThreads                                       
07-15 05:05:57 Info App config/log directory: /config/Jackett                                                                 
07-15 05:05:57 Info issue: Ubuntu 16.04.3 LTS \\n \\l                                                                           
07-15 05:05:57 Info mono version: 5.4.1.6 (tarball Wed Nov  8 20:37:08 UTC 2017)                                              
07-15 05:05:57 Error A minimum Mono version of 5.8 is required. Please update to the latest version from http://www.mono-project.com/download/                                                                                                              
sparklyballs commented 6 years ago

root@Unraid-Nas:~# docker exec -it jackett bash root@aae8a16a2133:/# mono --version Mono JIT compiler version 5.12.0.226 (tarball Thu May 3 09:48:32 UTC 2018) Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV: altstack Notifications: epoll Architecture: amd64 Disabled: none Misc: softdebug Interpreter: yes LLVM: supported, not enabled. GC: sgen (concurrent by default)

try updating your image

repulse commented 6 years ago

Any way to do it easily ?

j0nnymoe commented 6 years ago

Pull the latest image and recreate the container.

thelamer commented 6 years ago

@repulse You can use a container updater IE:

sudo docker run -v /var/run/docker.sock:/var/run/docker.sock -t taisun/updater:latest --oneshot <your container name>