Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macos:version 1.16 imessage login unknown error #150

Open
thinker007 opened this issue Dec 3, 2024 · 7 comments
Open

macos:version 1.16 imessage login unknown error #150

thinker007 opened this issue Dec 3, 2024 · 7 comments

Comments

@thinker007
Copy link
Contributor

Operating system

pve 8.2

Description

when login with imessage id shows unknow error
the same as icloud login
seem 's apple is detecting login from vm
because no problem occur at real mac imessage login

Docker compose

services:
osx:
image: dockurr/macos
container_name: macosv12
environment:
VERSION: "12"
RAM_SIZE: "8G"
CPU_CORES: "4"
DISK_SIZE: "64G"
dns:
# 不能够使用阿里 DNS, 阿里会莫名其妙的将 swcdn.apple.com 重定向到 swcdn.apple.com.w.alikunlun.com, 后者会导致 reinstall 系统失败
- 1.1.1.1
- 8.8.4.4
volumes:
- ./osx/v12/:/storage
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
ports:
- 8007:8006
- 5900:5900/tcp
- 5900:5900/udp
stop_grace_period: 2m

Docker log

ok

Screenshots (optional)

No response

@Alexey336
Copy link

#107 (comment)

@thinker007
Copy link
Contributor Author

Thank you, I will try it

@thinker007
Copy link
Contributor Author

image
error exist
even with kern.hv_vmm_present: 0

@Alexey336
Copy link

even with kern.hv_vmm_present: 0

Check if it really is disabled by using this comand in terminal
sysctl kern | grep -E 'kern.hv_vmm_present:'

@thinker007
Copy link
Contributor Author

even with kern.hv_vmm_present: 0

Check if it really is disabled by using this comand in terminal sysctl kern | grep -E 'kern.hv_vmm_present:'

I have checked via your command
kern.hv_vmm_present: 0

but error exist

@Alexey336
Copy link

Try to reinstall with new unique serials

@thinker007
Copy link
Contributor Author

thinker007 commented Dec 6, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants