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

iMessages wont send #76

Open
ghost opened this issue Sep 26, 2024 · 3 comments
Open

iMessages wont send #76

ghost opened this issue Sep 26, 2024 · 3 comments

Comments

@ghost
Copy link

ghost commented Sep 26, 2024

Operating system

Ubuntu WSL

Description

I got iMessage logged in and even syncing to the cloud, but I'm not able to send any messages and I don't know why, it looks like everything should be working. Completely fresh install on Ventura

Docker compose

services:
macos:
image: dockurr/macos
container_name: macos
environment:
VERSION: "ventura"
devices:
- /dev/kvm
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 5900:5900/tcp
- 5900:5900/udp
stop_grace_period: 2m

Docker log

BdsDxe: failed to load Boot0080 "Mac OS X" from PciRoot(0x0)/Pci(0xA,0x0)/VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,DBC8A7EAC8CD854DB54402B7F7B6B7BE)/\856403D1-DB12-48FE-BEE0-9FDD968B8240\System\Library\CoreServices\boot.efi: Not Found
BdsDxe: failed to load Boot0001 "UEFI Misc Device" from PciRoot(0x0)/Pci(0xA,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
#[EB|LOG:EXITBS:END] _
#[EB.BST.FBS|-]
#[EB|B:BOOT]
#[EB|LOG:HANDOFF TO XNU] _
======== End of efiboot serial output. ========
usb_desc_get_descriptor: 2 unknown type 33 (len 10)
usb_desc_get_descriptor: 1 unknown type 33 (len 10)
usb_desc_get_descriptor: 2 unknown type 33 (len 10)
usb_desc_get_descriptor: 1 unknown type 33 (len 10)

Screenshots (optional)

downloading
not-delivered

@kroese
Copy link
Contributor

kroese commented Nov 16, 2024

I created a new version 1.16 that generates unique machine serials when creating a fresh installation.

I think this should solve your problem, so please try it out.

@regix1
Copy link

regix1 commented Feb 16, 2025

How would I try this as well? I'm having the same issue. I'm using docker-compose

@regix1
Copy link

regix1 commented Feb 16, 2025

Image

version: '3.8'

services:
macos:
image: dockurr/macos
container_name: macos
environment:
VERSION: "13" # macOS 13 Ventura
CPU_CORES: "4" # 4 CPU cores as requested
RAM_SIZE: "8G" # Default 8GB RAM
DISK_SIZE: "125G" # 125GB storage as requested
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
ports:
- 8006:8006 # Web viewer
- 5900:5900/tcp # VNC
- 5900:5900/udp # VNC
volumes:
- ./storage:/storage # Persistent storage
restart: always
stop_grace_period: 2m
deploy:
resources:
limits:
cpus: '4' # Ensure container doesn't exceed 4 cores
reservations:
cpus: '2' # Guarantee minimum 2 cores
root@extra:/srv/extra#

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