SOLVED Sonarr & Radarr Jails (sgen-mono) exited on signal 6

Status
Not open for further replies.

shamo316

Dabbler
Joined
Jun 21, 2016
Messages
30
Jails have been working fine for years, I just recently did a pkg update and upgrade to sonnar and radarr jails.
Now I'm getting this error every time start the jail. Using 11.1-U4, rollback to U2 same issue...

Anyone know how to fix this. ?

Code:
mono_w32file_find_first: error creating find handle

Stacktrace:

at <unknown> <0xffffffff> at System.IO.FileSystemEnumerableIterator`1<TSource_REF>.CommonInit () [0x0003c] in <c5bcd0ec45b240acb20cfcfa5eee2246>:0

at System.IO.FileSystemEnumerableIterator1<TSource_REF>..ctor (string,string,string,System.IO.SearchOption,System.IO.SearchResultHandler1<TSource_REF>,bool) [0x000d6] in <c5bcd0ec45b240acb20cfcfa5eee2246>:0

at System.IO.FileSystemEnumerableFactory.CreateFileNameIterator (string,string,string,bool,bool,System.IO.SearchOption,bool) [0x00009] in <c5bcd0ec45b240acb20cfcfa5eee2246>:0

at System.IO.Directory.InternalGetFileDirectoryNames (string,string,string,bool,bool,System.IO.SearchOption,bool) [0x00000] in <c5bcd0ec45b240acb20cfcfa5eee2246>:0

at System.IO.Directory.InternalGetFiles (string,string,System.IO.SearchOption) [0x00000] in <c5bcd0ec45b240acb20cfcfa5eee2246>:0

at System.IO.Directory.GetFiles (string,string) [0x0001c] in <c5bcd0ec45b240acb20cfcfa5eee2246>:0 at NLog.Config.ConfigurationItemFactory.GetNLogExtensionFiles (string) [0x00035] in <a273cb27438940d6830e58cd57866c35>:0

at NLog.Config.ConfigurationItemFactory.BuildDefaultFactory () [0x0002d] in <a273cb27438940d6830e58cd57866c35>:0

at NLog.Config.ConfigurationItemFactory.get_Default () [0x00009] in <a273cb27438940d6830e58cd57866c35>:0

at NLog.Conditions.ConditionParser.ParseExpression (string) [0x00000] in <a273cb27438940d6830e58cd57866c35>:0

at NLog.Conditions.ConditionExpression.op_Implicit (string) [0x00000] in <a273cb27438940d6830e58cd57866c35>:0

at NLog.Targets.ColoredConsoleTarget..cctor () [0x00005] in <a273cb27438940d6830e58cd57866c35>:0 at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) [0x0001e] in <c5bcd0ec45b240acb20cfcfa5eee2246>:0

at <unknown> <0xffffffff> at NzbDrone.Common.Instrumentation.NzbDroneLogger.RegisterConsole () [0x00006] in <9db1b64640be4d2bad38b67dfa3f128b>:0

at NzbDrone.Common.Instrumentation.NzbDroneLogger.Register (NzbDrone.Common.EnvironmentInfo.IStartupContext,bool,bool) [0x00051] in <9db1b64640be4d2bad38b67dfa3f128b>:0

at NzbDrone.Console.ConsoleApp.Main (string[]) [0x00007] in <9a43a459c8614b4185273ffac274a4af>:0 at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) [0x0004e] in <9a43a459c8614b4185273ffac274a4af>: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.
 
Last edited:

Drew Heath

Explorer
Joined
Mar 7, 2016
Messages
80
Check your version of mono. There was an update recently that is not yet compatible with NZBDrone. Roll back to 4.8 if you are running 5.20 or 5.10.
 

shamo316

Dabbler
Joined
Jun 21, 2016
Messages
30
Check your version of mono. There was an update recently that is not yet compatible with NZBDrone. Roll back to 4.8 if you are running 5.20 or 5.10.

Mono version is 5.2.0.215.
What's the best way to roll back to 4.8?
 

shamo316

Dabbler
Joined
Jun 21, 2016
Messages
30

Im glad I didnt remake the sonnarr jail just the radarr one. I was able to find old mono pkg, ill prob post mono version and pkg this issue will prob come up again.

1: pkg remove mono (5.2.0.215)
2: go in jail either ftp or ssh to /var/cache/pkg , find mono version mono-4.8.1.0_2.txz
3: copy over it to jail main folder
4: pkg install mono-4.8.1.0_2.txz
5: pkg lock mono (stops it from updating)
6: reset jail.
 

Drew Heath

Explorer
Joined
Mar 7, 2016
Messages
80
Good info! Are you fixed with the older version of Mono?
 

shamo316

Dabbler
Joined
Jun 21, 2016
Messages
30
Good info! Are you fixed with the older version of Mono?

Yes Sonarr and Radarr jails are working again with mono-4.8.1.0_2.txz version. Those steps should help people who do a pkg update and pkg upgrade.
 
Status
Not open for further replies.
Top