Jump to content
XPEnology Community

[SOLVED] DSM5 update 2 with gnoboot 10.5 success


Recommended Posts

Is anyone else having issues with ffmpeg/transcoding using ds video mobile app? I am using gnoboot 10.5 alpha and dsm 5 update 2. I can log in via ds video on android but, it won't transcode/play anything on the mobile device. Trantor 4.3 worked great with the same video files and mobile device.

 

 

 

I have the same problem as well, I wonder if it has anything to do with the Serial number

 

May  4 10:49:42 MasterWaiter entry.cgi_SYNO.Core.Package.Server[1].check[3253]: myds_token_generation.c:105 Serial number is invalid: [][0x2000]
May  4 10:49:43 MasterWaiter synocodectool: G1Licence.cpp:81 Licence not Success,error msg "SN format is wrong."
May  4 10:49:43 MasterWaiter synocodectool: SYNOCodecPatentG1.cpp:240 ValidateG1Licence failed
May  4 10:49:43 MasterWaiter entry.cgi_SYNO.Core.Package.Server[1].check[3253]: myds_token_generation.c:105 Serial number is invalid: [][0x2000]
May  4 10:49:44 MasterWaiter entry.cgi_SYNO.Core.Package.Server[1].check[3253]: myds_token_generation.c:105 Serial number is invalid: [][0x2000]
May  4 10:49:46 MasterWaiter entry.cgi_SYNO.Core.Package.Server[1].check[3253]: myds_token_generation.c:105 Serial number is invalid: [][0x2000]
May  4 10:49:47 MasterWaiter entry.cgi_SYNO.Core.Package.Server[1].check[3253]: myds_token_generation.c:105 Serial number is invalid: [][0x2000]
May  4 10:49:48 MasterWaiter entry.cgi_SYNO.Core.Package.Server[1].check[3253]: myds_token_generation.c:105 Serial number is invalid: [][0x2000]
May  4 10:49:49 MasterWaiter entry.cgi_SYNO.Core.Package.Server[1].check[3253]: myds_token_generation.c:105 Serial number is invalid: [][0x2000]
May  4 10:49:50 MasterWaiter entry.cgi_SYNO.Core.Package.Server[1].check[3253]: myds_token_generation.c:105 Serial number is invalid: [][0x2000]
May  4 10:49:51 MasterWaiter entry.cgi_SYNO.Core.Package.Server[1].check[3253]: myds_token_generation.c:105 Serial number is invalid: [][0x2000]
May  4 10:49:52 MasterWaiter entry.cgi_SYNO.Core.Package.Server[1].check[3253]: myds_token_generation.c:105 Serial number is invalid: [][0x2000]
May  4 10:49:53 MasterWaiter entry.cgi_SYNO.Core.Package.Server[1].check[3253]: myds_token_generation.c:105 Serial number is invalid: [][0x2000]
May  4 10:49:54 MasterWaiter entry.cgi_SYNO.Core.Package.Server[1].check[3253]: myds_token_generation.c:105 Serial number is invalid: [][0x2000]
May  4 10:49:55 MasterWaiter entry.cgi_SYNO.Core.Package.Server[1].check[3253]: pkgcurltool.cpp:350 http://packages.synology.me/spkrepo/spkrepo/packages, Failed to request packages, httpResponseCode=500
May  4 10:49:55 MasterWaiter entry.cgi_SYNO.Core.Package.Server[1].check[3253]: myds_token_generation.c:105 Serial number is invalid: [][0x2000]
May  4 10:50:36 MasterWaiter synocodectool: G1Licence.cpp:81 Licence not Success,error msg "SN format is wrong."
May  4 10:50:36 MasterWaiter synocodectool: SYNOCodecPatentG1.cpp:187 ValidateG1Licence failed
May  4 10:50:37 MasterWaiter synocodectool: G1Licence.cpp:81 Licence not Success,error msg "SN format is wrong."
May  4 10:50:37 MasterWaiter synocodectool: SYNOCodecPatentG1.cpp:240 ValidateG1Licence failed
May  4 10:53:27 MasterWaiter synocodectool: G1Licence.cpp:81 Licence not Success,error msg "SN format is wrong."
May  4 10:53:27 MasterWaiter synocodectool: SYNOCodecPatentG1.cpp:187 ValidateG1Licence failed
May  4 10:53:28 MasterWaiter synocodectool: G1Licence.cpp:81 Licence not Success,error msg "SN format is wrong."
May  4 10:53:28 MasterWaiter synocodectool: SYNOCodecPatentG1.cpp:240 ValidateG1Licence failed

Link to comment
Share on other sites

Not sure if it will help but I had an SN missing error testing out HA showing in /var/log/messages. I added this to the bootloader:

 

BigWorm2> cat /volumeUSB1/usbshare/boot/grub/menu_alpha.lst
timeout 5
default 0
fallback 1

title gnoboot-alpha
root (hd0,0)
kernel /zImage syno_hw_version=DS3612xs sn=B3JN00311

title main menu
configfile (hd0,0)/boot/grub/menu.lst

 

More specifically

syno_hw_version=DS3612xs sn=B3JN00311

to the kernel and I got past that issue. Check your hardware version string or omit it all together.

Link to comment
Share on other sites

Not sure if it will help but I had an SN missing error testing out HA showing in /var/log/messages. I added this to the bootloader:

 

BigWorm2> cat /volumeUSB1/usbshare/boot/grub/menu_alpha.lst
timeout 5
default 0
fallback 1

title gnoboot-alpha
root (hd0,0)
kernel /zImage syno_hw_version=DS3612xs sn=B3JN00311

title main menu
configfile (hd0,0)/boot/grub/menu.lst

 

More specifically

syno_hw_version=DS3612xs sn=B3JN00311

to the kernel and I got past that issue. Check your hardware version string or omit it all together.

 

Thanks for your help but your solution didn't change anything for me. I am still not able to strim in medium low... from video station on Google browser.

Link to comment
Share on other sites

Not sure if it will help but I had an SN missing error testing out HA showing in /var/log/messages. I added this to the bootloader:

 

BigWorm2> cat /volumeUSB1/usbshare/boot/grub/menu_alpha.lst
timeout 5
default 0
fallback 1

title gnoboot-alpha
root (hd0,0)
kernel /zImage syno_hw_version=DS3612xs sn=B3JN00311

title main menu
configfile (hd0,0)/boot/grub/menu.lst

 

More specifically

syno_hw_version=DS3612xs sn=B3JN00311

to the kernel and I got past that issue. Check your hardware version string or omit it all together.

 

Thanks for your help but your solution didn't change anything for me. I am still not able to strim in medium low... from video station on Google browser.

 

You did reboot right?

Link to comment
Share on other sites

  • 5 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...