question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MachineCode changing after reboot

See original GitHub issue

Hi, I have a RasperryPi wiith OpenWRT OS, and I notice that at each reboot Helpers.GetMachineCode() changes, making it impossible to limit licenses to a certain numbers of machines.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
lucabianchi91commented, Nov 17, 2020

Hi, thanks for the reply. I verified as requested /proc/cpuinfoand on RaspberryPi the Serial remains the same after reboot. BUT I tried also on a NanoPi NEO Core (OpenWrt OS) and sadly there is no Serial in /proc/cpuinfo and Helpers.GetMachineCode() changes at reboot. On Nanopi:

root@OpenWrt:~# cat /proc/cpuinfo
processor	: 0
BogoMIPS	: 48.00
Features	: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer	: 0x41
CPU architecture: 8
CPU variant	: 0x0
CPU part	: 0xd03
CPU revision	: 4

processor	: 1
BogoMIPS	: 48.00
Features	: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer	: 0x41
CPU architecture: 8
CPU variant	: 0x0
CPU part	: 0xd03
CPU revision	: 4

processor	: 2
BogoMIPS	: 48.00
Features	: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer	: 0x41
CPU architecture: 8
CPU variant	: 0x0
CPU part	: 0xd03
CPU revision	: 4

processor	: 3
BogoMIPS	: 48.00
Features	: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer	: 0x41
CPU architecture: 8
CPU variant	: 0x0
CPU part	: 0xd03
CPU revision	: 4
0reactions
lucabianchi91commented, Nov 25, 2020

Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Changing Machine ID on reboot. - Microsoft Community
I installed a program that is coded to a CD Key, machine ID and subscription code. My Win 7 32 bit machine when...
Read more >
Why do we need to restart an Express server to see changes ...
Your server code is complied by your computer. When you restart your server the code is recompiled to accommodate the new changes.
Read more >
Change password and reset machine code
1)change Password. Image 2)reset machine code. one account can use on 3 computers. by default, the first 3 computers successfully logged in can...
Read more >
Software - IntroComputing.org
Software. Software - code that runs on the hardware; I'm going to simplify things a bit here; CPU implements "machine code" instructions
Read more >
Why does /etc/machine-id changes at reboot?
In case it matters, I installed Jessie using the installer GUI on the Debian Live DVD. – Jérôme. Feb 7, 2016 at 15:22....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found