Jump to content

Update to Version 4.1.0.26


Kent

Recommended Posts

adrianwi

From 4.0.2.0, freenas11_4.1.1.0 is missing pkg: Missing dependency 'ImageMagick6'

 

I've installed this and the other 44 dependencies.

 

Tried again, then pkg: Missing dependency 'samba48'

 

Installed this and then tried again and it seemed to update.

 

Watching the football so can't really test at the minute, but will try tomorrow...

Link to comment
Share on other sites

RichieCoy

I have the same issue with 4.1.1.0 - chrome browsing cashes crash.  I did notice that freenas is kicking a 

 

kernel: pid 5131 (mono-sgen), uid 8675309: exited on signal 6 (core dumped)

 

error when emby crashes.

  • Like 1
Link to comment
Share on other sites

I tried 4.1.1 and I enabled debugging in mono and got the following Stacktrace is native code.

Mono: DllImport searching in: 'libSkiaSharp' ('/usr/local/lib/emby-server/system/libSkiaSharp.so').
Mono: Searching for 'sk_codec_get_pixels'.
Mono: Probing 'sk_codec_get_pixels'.
Mono: Found as 'sk_codec_get_pixels'.
Stacktrace:

  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) SkiaSharp.SkiaApi.sk_codec_get_pixels (intptr,SkiaSharp.SKImageInfoNative&,intptr,intptr,SkiaSharp.SKCodecOptionsInternal&) [0x00002] in <a0087d635ef94b8aaf6fe37af2df4f8d>:0
  at SkiaSharp.SKCodec.GetPixels (SkiaSharp.SKImageInfo,intptr,int,SkiaSharp.SKCodecOptions) [0x000a6] in <a0087d635ef94b8aaf6fe37af2df4f8d>:0
  at SkiaSharp.SKCodec.GetPixels (SkiaSharp.SKImageInfo,intptr) [0x0000a] in <a0087d635ef94b8aaf6fe37af2df4f8d>:0
  at Emby.Drawing.Skia.SkiaEncoder.Decode (string,bool,System.Nullable`1<MediaBrowser.Model.Drawing.ImageOrientation>,SkiaSharp.SKEncodedOrigin&) [0x000d3] in <db1d58eef92d4e26bb9a303abfb1eab4>:0
  at Emby.Drawing.Skia.SkiaEncoder.GetBitmap (string,bool,bool,System.Nullable`1<MediaBrowser.Model.Drawing.ImageOrientation>,SkiaSharp.SKEncodedOrigin&) [0x00024] in <db1d58eef92d4e26bb9a303abfb1eab4>:0
  at Emby.Drawing.Skia.SkiaEncoder.GetBitmap (string,bool,bool,System.Nullable`1<MediaBrowser.Model.Drawing.ImageOrientation>) [0x00031] in <db1d58eef92d4e26bb9a303abfb1eab4>:0
  at Emby.Drawing.Skia.SkiaEncoder.EncodeImage (string,string,bool,System.Nullable`1<MediaBrowser.Model.Drawing.ImageOrientation>,int,MediaBrowser.Controller.Drawing.ImageProcessingOptions,MediaBrowser.Model.Drawing.ImageFormat) [0x0007e] in <db1d58eef92d4e26bb9a303abfb1eab4>:0
  at Emby.Drawing.ImageProcessor/<ProcessImage>d__28.MoveNext () [0x00605] in <5b1f3dbd256a45ec904e439604a4e3a5>:0
  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Tuple`3<string, string, System.DateTimeOffset>>.Start<Emby.Drawing.ImageProcessor/<ProcessImage>d__28> (Emby.Drawing.ImageProcessor/<ProcessImage>d__28&) [0x0002c] in <89ee76f894ce4cdb97e743b9d43921f3>:0
  at Emby.Drawing.ImageProcessor.ProcessImage (MediaBrowser.Controller.Drawing.ImageProcessingOptions,System.Threading.CancellationToken) [0x00033] in <5b1f3dbd256a45ec904e439604a4e3a5>:0
  at MediaBrowser.Api.Images.ImageService/<GetImage>d__23.MoveNext () [0x00577] in <0bbd3a8d42dc4b1e97ce9d59fa134688>:0
  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<object>.Start<MediaBrowser.Api.Images.ImageService/<GetImage>d__23> (MediaBrowser.Api.Images.ImageService/<GetImage>d__23&) [0x0002c] in <89ee76f894ce4cdb97e743b9d43921f3>:0
  at MediaBrowser.Api.Images.ImageService.GetImage (MediaBrowser.Api.Images.ImageRequest,long,MediaBrowser.Controller.Entities.BaseItem,bool) [0x00044] in <0bbd3a8d42dc4b1e97ce9d59fa134688>:0
  at MediaBrowser.Api.Images.ImageService.Get (MediaBrowser.Api.Images.GetItemImage) [0x00012] in <0bbd3a8d42dc4b1e97ce9d59fa134688>:0
  at (wrapper dynamic-method) object.lambda_method (System.Runtime.CompilerServices.Closure,object,object) [0x00000] in <89ee76f894ce4cdb97e743b9d43921f3>:0
  at Emby.Server.Implementations.Services.ServiceExecGeneral.Execute (System.Type,MediaBrowser.Model.Services.IRequest,object,object,string) [0x0002d] in <4f88ba8f8fec4b92a9a309c2b5349a12>:0
  at Emby.Server.Implementations.Services.ServiceController.Execute (Emby.Server.Implementations.HttpServer.HttpListenerHost,object,MediaBrowser.Model.Services.IRequest) [0x00054] in <4f88ba8f8fec4b92a9a309c2b5349a12>:0
  at Emby.Server.Implementations.Services.ServiceHandler/<ProcessRequestAsync>d__14.MoveNext () [0x001d7] in <4f88ba8f8fec4b92a9a309c2b5349a12>:0
  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<Emby.Server.Implementations.Services.ServiceHandler/<ProcessRequestAsync>d__14> (Emby.Server.Implementations.Services.ServiceHandler/<ProcessRequestAsync>d__14&) [0x0002c] in <89ee76f894ce4cdb97e743b9d43921f3>:0
  at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync (Emby.Server.Implementations.HttpServer.HttpListenerHost,MediaBrowser.Model.Services.IRequest,MediaBrowser.Model.Services.IResponse,MediaBrowser.Model.Logging.ILogger,string,System.Threading.CancellationToken) [0x0004d] in <4f88ba8f8fec4b92a9a309c2b5349a12>:0
  at Emby.Server.Implementations.HttpServer.HttpListenerHost/<RequestHandler>d__52.MoveNext () [0x00a8d] in <4f88ba8f8fec4b92a9a309c2b5349a12>:0
  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<Emby.Server.Implementations.HttpServer.HttpListenerHost/<RequestHandler>d__52> (Emby.Server.Implementations.HttpServer.HttpListenerHost/<RequestHandler>d__52&) [0x0002c] in <89ee76f894ce4cdb97e743b9d43921f3>:0
  at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler (MediaBrowser.Model.Services.IRequest,string,string,string,System.Threading.CancellationToken) [0x0004d] in <4f88ba8f8fec4b92a9a309c2b5349a12>:0
  at EmbyServer.SocketSharp.WebSocketSharpListener.InitTask (SocketHttpListener.Net.HttpListenerContext,System.Threading.CancellationToken) [0x0008d] in <95d486ec93104d9e9dc08cfb1a22060b>:0
  at EmbyServer.SocketSharp.WebSocketSharpListener/<>c__DisplayClass34_0.<ProcessContext>b__0 () [0x00000] in <95d486ec93104d9e9dc08cfb1a22060b>:0
  at System.Threading.Tasks.Task`1<TResult_REF>.InnerInvoke () [0x0000f] in <89ee76f894ce4cdb97e743b9d43921f3>:0
  at System.Threading.Tasks.Task.Execute () [0x00010] in <89ee76f894ce4cdb97e743b9d43921f3>:0
  at System.Threading.Tasks.Task.ExecutionContextCallback (object) [0x00000] in <89ee76f894ce4cdb97e743b9d43921f3>:0
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in <89ee76f894ce4cdb97e743b9d43921f3>:0
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in <89ee76f894ce4cdb97e743b9d43921f3>:0
  at System.Threading.Tasks.Task.ExecuteWithThreadLocal (System.Threading.Tasks.Task&) [0x00050] in <89ee76f894ce4cdb97e743b9d43921f3>:0
  at System.Threading.Tasks.Task.ExecuteEntry (bool) [0x00058] in <89ee76f894ce4cdb97e743b9d43921f3>:0
  at System.Threading.Tasks.Task.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00000] in <89ee76f894ce4cdb97e743b9d43921f3>:0
  at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in <89ee76f894ce4cdb97e743b9d43921f3>:0
  at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <89ee76f894ce4cdb97e743b9d43921f3>:0
  at (wrapper runtime-invoke) <Module>.runtime_invoke_bool (object,intptr,intptr,intptr) [0x0001e] in <89ee76f894ce4cdb97e743b9d43921f3>:0

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
  • Like 1
Link to comment
Share on other sites

about a half hour ago

 

Can you try uninstalling the cover art plugin and see if that helps? thanks.

Link to comment
Share on other sites

adrianwi

From 4.0.2.0, freenas11_4.1.1.0 is missing pkg: Missing dependency 'ImageMagick6'

 

I've installed this and the other 44 dependencies.

 

Tried again, then pkg: Missing dependency 'samba48'

 

Installed this and then tried again and it seemed to update.

 

Watching the football so can't really test at the minute, but will try tomorrow...

 

No, it's not been playing nicely for me.  Problems connecting from both the aTV and iOS betas which I don't have time to try and diagnose so have rolled back.

 

I've PM'ed a copy of the log file and a link to this post.

 

Thanks

Edited by adrianwi
Link to comment
Share on other sites

RichieCoy

Can you try uninstalling the cover art plugin and see if that helps? thanks.

 

uninstalled covert art plugin and then restarted server.  I then shutdown the server and upgraded, same issue with the web crashing server. mono-sgen crash.

  • Like 1
Link to comment
Share on other sites

Kent

I've posted the 4.1.1 stable release. Please try that. Thanks.

 

Hey Luke - gave this a try. Pkg upgrade/updates installed imagemagik and then did the add for 4.1.1 .

 

Get a playback error.  Attached are the logs.  no other issues in my brief check-out.  I'm back on previous stable 4.0.2.0 for now.

 

FreeNAS-11.2-U3

 

looks like erroring at Shared object "libsmbclient.so.0" not found, required by "libavformat.so.58"

Emby_Log_4.1.1.0.txt

Edited by Kent
Link to comment
Share on other sites

makarai

Hey Luke - gave this a try. Pkg upgrade/updates installed imagemagik and then did the add for 4.1.1 .

 

Get a playback error.  Attached are the logs.  no other issues in my brief check-out.  I'm back on previous stable 4.0.2.0 for now.

 

FreeNAS-11.2-U3

 

looks like erroring at Shared object "libsmbclient.so.0" not found, required by "libavformat.so.58"

is "net/samba48", installed?

Link to comment
Share on other sites

Kent

is "net/samba48", installed?

 

I'll try it again tonight and make sure it is installed. is that just pkg install samba48?

  • Like 1
Link to comment
Share on other sites

Barlog9511

For successful install v4.1.1. I must 

- install net/samba48
- upgrade imagemagik 

 

But when I start server and load page server immediately crashed 

 

so I'm back on previous stable 4.0.2.

  • Like 1
Link to comment
Share on other sites

Baenwort

So does Emby need more logs or test data to solve this issue with updating from 4.0.2.0_1 to a recent version? (I've tried 4.1.0.26 and 4.1.1 and both have the mono crash)

 

What else would you like provided?

 

Currently until FreeNAS 11.2-U4 comes out in June/July I can't rebuild my emby jail due to spaces in my data pool names preventing mounting them to the Emby Jail.

Link to comment
Share on other sites

hjason7812

I'm staying on 4.0.2.1 until the new version is put on the plugin list. I can't do anything in shell with any browser.for some reason windows doesn't like shell

Link to comment
Share on other sites

raidflex

So does Emby need more logs or test data to solve this issue with updating from 4.0.2.0_1 to a recent version? (I've tried 4.1.0.26 and 4.1.1 and both have the mono crash)

 

What else would you like provided?

 

Currently until FreeNAS 11.2-U4 comes out in June/July I can't rebuild my emby jail due to spaces in my data pool names preventing mounting them to the Emby Jail.

 

You in luck Freenas 11.2-U4 has been released. And actually there was a work around for this issue that I have used that did work, but no need now. 

Edited by raidflex
Link to comment
Share on other sites

RichieCoy

You in luck Freenas 11.2-U4 has been released. And actually there was a work around for this issue that I have used that did work, but no need now. 

 what is the work around?

Link to comment
Share on other sites

raidflex

 what is the work around?

 

You need to manually add the mount point to the jail's fstab like below, using "\040" without quotes in place of the space in the source's path. 

 

iocage fstab -a Jail_Name "/Source/TV\040Shows /TV_Shows nullfs rw 0 0"
Edited by raidflex
Link to comment
Share on other sites

Baenwort

You in luck Freenas 11.2-U4 has been released. And actually there was a work around for this issue that I have used that did work, but no need now. 

 

Well, I've run into this: https://jira.ixsystems.com/browse/NAS-101668?jql=text%20~%20"fstab"which is caused by the update to U4 (I did it and had this issue) and the current fix is scheduled for U5. I reverted to U3 which restored function to the mounts.

 

I did have luck with instead of using the 4.1.1 stable released I tried 4.2.0.4-beta and it worked to update. I'm not comfortable on the Beta but until a working stable release comes out I'm stuck. I just hope it isn't very hard to switch back to the stable train of Emby.

Edited by Baenwort
Link to comment
Share on other sites

RichieCoy

Well, I've run into this: https://jira.ixsystems.com/browse/NAS-101668?jql=text%20~%20"fstab"which is caused by the update to U4 (I did it and had this issue) and the current fix is scheduled for U5. I reverted to U3 which restored function to the mounts.

 

I did have luck with instead of using the 4.1.1 stable released I tried 4.2.0.4-beta and it worked to update. I'm not comfortable on the Beta but until a working stable release comes out I'm stuck. I just hope it isn't very hard to switch back to the stable train of Emby.

 

OK, so i upgraded freenas to 11.2-U4 and upgraded to 4.1.1.0 and still had the mono crash.  I tried the beat above 4.2.0.4-beta and i am working without a mono crash.  I don't know what the difference is between the beta and versions 4.0.1.26 or 4.1.1.0 but these 2 still crashed my mono and the beta did not.

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

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