Is it normal that with Asuswrt-Merlin firmwares Minidlna gets a new uuid on every restart?
The UUID is generated by minidlna itself, it's not specified by the firmware.
Is it normal that with Asuswrt-Merlin firmwares Minidlna gets a new uuid on every restart?
Thanks for the reply.The UUID is generated by minidlna itself, it's not specified by the firmware.
Something broke getting the serial number along the line.....ran into this on my fork. Check outThe UUID is generated by minidlna itself, it's not specified by the firmware.
Something broke getting the serial number along the line.....ran into this on my fork. Check out
https://github.com/john9527/asuswrt-merlin/commit/ce9a22edf637e1d1362379ce9a417a736f676b94
/* Determine 60-bit timestamp value. For UUID version 1, this is
* represented by Coordinated Universal Time (UTC) as a count of 100-
* nanosecond intervals since 00:00:00.00, 15 October 1582 (the date of
* Gregorian reform to the Christian calendar).
*/
/* Set UUID version to 1 --- time-based generation */
Typically memory shortage: Remove USB drives and reboot - then try again to update firmware!For some reason I cannot upgrade from beta 3 to 4. It says it's upgraded. But still says on beta 3. I'll do sometime testing. If I have to default first i will. I had no problem updating from 123
I checked my router config backup archives, and I have used at least these Asus-Official (Factory) firmware versions with my Sony Television:The rest of that block of code hasn't been changed since the initial 3.0.0.3.144 merge according to git blame, so it wouldn't be a new issue, unless minidlna itself used to process the provided serial, and that processing had changed at some point.
If I remember correctly, it was returning a random value for serial. And not all clients are sensitive to it. I found it on my Sony Blu-ray player. Same symptom as the OP. Making the change I did made it consistent (again if I remember correctly the first part of the UUID was hardcoded on my fork).I'll have to investigate the matter of the serial number. Most glaring issue I see there is indeed the absence of a fallback block in case the LAN mac address would be blank. But then, I don't see why it would be either, as other things would probably be more seriously broken if that were to happen, so that'd me more of a precaution than a likely potential situation.
If I remember correctly, it was returning a random value for serial. And not all clients are sensitive to it. I found it on my Sony Blu-ray player. Same symptom as the OP. Making the change I did made it consistent (again if I remember correctly the first part of the UUID was hardcoded on my fork).
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!