ertagh / teamspeak3-server-arm

150 stars 11 forks source link

Unable to open licensekey.dat, falling back to limited functionality #16

Closed 201508876PMH closed 3 years ago

201508876PMH commented 3 years ago

First of all, thank you for the amazing docker image! Was exactly what i was looking for ;)

I decided to throw my ts3 server on my RPI3 instead of my old server. I had a docker image running on my main server, where i copied over the necessary files to my pi...However every time i try to run your rpi docker image, i get the following: |Unable to open licensekey.dat, falling back to limited functionality

rpi-error

ertagh commented 3 years ago

I guess you got a linceskey.dat file you want to use?

I never implemented that feature, because no one requested it and I am unable to test it. Didn't want to add a feature that should work..maybe..maybe not.

So, if you need the feature I will make it happen.

201508876PMH commented 3 years ago

Exactly the problem, i have a paid license that i'd like to use. If you'd care to make it, i'd be thrilled! 💯

ertagh commented 3 years ago

Pushed an update that hopefully will work.. Please test it and report back

Edit: Just as a note.. the licensekey.dat has to be called like that and has to be inside the "save" directory. After a (re)start of the container it should get picked up and work..

201508876PMH commented 3 years ago

And as simply as that...it works! Thank you for taking the time to help me 🥇

rpi-succes

Would you have any suggestions to what image i should pull for the fastest booting TS? :) or simply what to do for faster boots. ATM a reboot takes around 2min for ts to restart :)

ertagh commented 3 years ago

Well, the boot actually takes that long because qemu has to initialize and it just runs on one core. I know that this completely sucks but there is nothing I can do..

Box86 is so much faster but any filetransfer will result in a crash.. Still want to contact the guys over at Box86 to figure out what is going on but my time was somewhat limited.

Long story short: There is nothing out there that I'm aware of for faster booting AND all features..

Edit: Also note that the Box86-container doen't have all updates like qemu does. For example the update for the licensekey file was only for qemu. That's because these containers are not that popular and with the "no fileupload" error.. So I don't really want to promote it that much..

201508876PMH commented 3 years ago

Thank you for the detailed answer 👍 , i'll have a look into it 😃

SoraKasvgano commented 3 years ago

@ertagh hi ertagh sorry for @ maybe we can join box86 's devs Discord to give him a feed back about 30033 crash? https://discord.gg/6jPVJJdqtu

SoraKasvgano commented 3 years ago

@ertagh good news, box 86 owner has fixed the upload file crash bug....after i mentioned QQ图片20210328214648

ertagh commented 3 years ago

Big thanks for your report and your effort!

I will test and rework the container tomorrow and then update it!

ertagh commented 3 years ago

A few days ago I updated the Box86 image and gave it a try. All seems to work now! I also updated the readme and brought all updates from QEMU to Box86 (like use of a licensekey.dat file)!

You all may consider switching to Box86!