machineid icon indicating copy to clipboard operation
machineid copied to clipboard

Get the unique machine id of any host (without admin privileges)

Results 11 machineid issues
Sort by recently updated
recently updated
newest added

Add a basic implementation for AIX using `os_uuid` attribute.

hello, I m using machineid on an Alpine docker image. is there anyway to extract the machine unique ID right from the container? Thanks

Hi, This originated here: https://github.com/schollz/croc/issues/137 Your readme states: `BSD uses /etc/hostid` However, OpenBSD uses /etc/machine-id: ``` $ ls -l /etc/machine-id -rw-r--r-- 1 root wheel 33 May 1 2018 /etc/machine-id ```...

I want to use machineid in docker to make sure that machines are unique, but machineid file can be edited in docker.So it happens that docker containers in diffierent machines...

It appears that Docker doesn't expose `/var/lib/dbus/machine-id` or `/etc/machine-id`, so no machine-id gets detected inside docker containers.

Hi, While packaging your software for Debian, I've noticed that a minimal chroot (which is typical for building purposes) might not have any `/etc/machine-id` (or the `/var/lib/dbus/machine-id` counterpart), leading to...

When run under cron, `machineID` returns error: ``` exec: \"ioreg\": executable file not found in $PATH ``` This PR makes it will try again with absolute path instead of failing....

![image](https://user-images.githubusercontent.com/41576095/84856049-36417b00-b098-11ea-8412-5f0a80b8c229.png)

Hi, I am running `machineid` in a [code sandbox](https://codesandbox.io/) that uses a docker container. The package fails with error: ```py Traceback (most recent call last): File "/workspace/run.py", line 8, in...