HTTP request sent, awaiting response... 503 Service Unavailable #188

Closed
opened 2025-12-29 00:19:57 +01:00 by adam · 1 comment
Owner

Originally created by @tejasness on GitHub (May 8, 2021).

after running this command
docker run -it \
--device /dev/kvm
-p 50922:10022
-v /tmp/.X11-unix:/tmp/.X11-unix
-e "DISPLAY=${DISPLAY:-:0.0}"
-e GENERATE_UNIQUE=true
-e MASTER_PLIST_URL=https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist
sickcodes/docker-osx:big-sur
i am getting this error:
DEVICE_MODEL: iMacPro1,1
SERIAL_SET_COUNT: 1
OUTPUT_DIRECTORY: .
Cloning into 'OpenCorePkg'...
remote: Enumerating objects: 1486, done.
remote: Counting objects: 100% (1486/1486), done.
remote: Compressing objects: 100% (1315/1315), done.
remote: Total 1486 (delta 306), reused 707 (delta 120), pack-reused 0
Receiving objects: 100% (1486/1486), 14.29 MiB | 348.00 KiB/s, done.
Resolving deltas: 100% (306/306), done.
make: Entering directory '/home/arch/OSX-KVM/OpenCorePkg/Utilities/macserial'
cc -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -D ENTRY_POINT=main -O3 -I../../User/Include -I../../Include/Acidanthera -I../../Include/Apple -I../../Include/Apple/X64 -I../../Include/Generic -I../../Include/Intel -I../../Include/Microsoft -I../../Include/Nvidia macserial.c -o Linux_X64/macserial.o
cc -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -D ENTRY_POINT=main -O3 -I../../User/Include -I../../Include/Acidanthera -I../../Include/Apple -I../../Include/Apple/X64 -I../../Include/Generic -I../../Include/Intel -I../../Include/Microsoft -I../../Include/Nvidia ../../User/Library/UserFile.c -o Linux_X64/UserFile.o
cc -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -D ENTRY_POINT=main -O3 -I../../User/Include -I../../Include/Acidanthera -I../../Include/Apple -I../../Include/Apple/X64 -I../../Include/Generic -I../../Include/Intel -I../../Include/Microsoft -I../../Include/Nvidia ../../User/Library/UserPseudoRandom.c -o Linux_X64/UserPseudoRandom.o
cc Linux_X64/macserial.o Linux_X64/UserFile.o Linux_X64/UserPseudoRandom.o -o macserial
strip -x macserial
make: Leaving directory '/home/arch/OSX-KVM/OpenCorePkg/Utilities/macserial'
File: ./macserial
Size: 1041776 Blocks: 2040 IO Block: 4096 regular file
Device: 38h/56d Inode: 2888765 Links: 1
Access: (0755/-rwxr-xr-x) Uid: ( 1000/ arch) Gid: ( 1000/ arch)
Access: 2021-05-08 09:49:20.706375353 +0000
Modify: 2021-05-08 09:49:20.706375353 +0000
Change: 2021-05-08 09:49:20.710375673 +0000
Birth: 2021-05-08 09:49:20.702375034 +0000
--2021-05-08 09:49:20-- https://gitlab.com/wireshark/wireshark/-/raw/master/manuf
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving gitlab.com (gitlab.com)... 172.65.251.78, 2606:4700:90:0:f22e:fbec:5bed:a9b9
Connecting to gitlab.com (gitlab.com)|172.65.251.78|:443... connected.
HTTP request sent, awaiting response... 503 Service Unavailable
2021-05-08 09:49:21 ERROR 503: Service Unavailable.

Originally created by @tejasness on GitHub (May 8, 2021). after running this command docker run -it \ --device /dev/kvm \ -p 50922:10022 \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \ -e GENERATE_UNIQUE=true \ -e MASTER_PLIST_URL=https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist \ sickcodes/docker-osx:big-sur i am getting this error: DEVICE_MODEL: iMacPro1,1 SERIAL_SET_COUNT: 1 OUTPUT_DIRECTORY: . Cloning into 'OpenCorePkg'... remote: Enumerating objects: 1486, done. remote: Counting objects: 100% (1486/1486), done. remote: Compressing objects: 100% (1315/1315), done. remote: Total 1486 (delta 306), reused 707 (delta 120), pack-reused 0 Receiving objects: 100% (1486/1486), 14.29 MiB | 348.00 KiB/s, done. Resolving deltas: 100% (306/306), done. make: Entering directory '/home/arch/OSX-KVM/OpenCorePkg/Utilities/macserial' cc -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -D ENTRY_POINT=main -O3 -I../../User/Include -I../../Include/Acidanthera -I../../Include/Apple -I../../Include/Apple/X64 -I../../Include/Generic -I../../Include/Intel -I../../Include/Microsoft -I../../Include/Nvidia macserial.c -o Linux_X64/macserial.o cc -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -D ENTRY_POINT=main -O3 -I../../User/Include -I../../Include/Acidanthera -I../../Include/Apple -I../../Include/Apple/X64 -I../../Include/Generic -I../../Include/Intel -I../../Include/Microsoft -I../../Include/Nvidia ../../User/Library/UserFile.c -o Linux_X64/UserFile.o cc -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -D ENTRY_POINT=main -O3 -I../../User/Include -I../../Include/Acidanthera -I../../Include/Apple -I../../Include/Apple/X64 -I../../Include/Generic -I../../Include/Intel -I../../Include/Microsoft -I../../Include/Nvidia ../../User/Library/UserPseudoRandom.c -o Linux_X64/UserPseudoRandom.o cc Linux_X64/macserial.o Linux_X64/UserFile.o Linux_X64/UserPseudoRandom.o -o macserial strip -x macserial make: Leaving directory '/home/arch/OSX-KVM/OpenCorePkg/Utilities/macserial' File: ./macserial Size: 1041776 Blocks: 2040 IO Block: 4096 regular file Device: 38h/56d Inode: 2888765 Links: 1 Access: (0755/-rwxr-xr-x) Uid: ( 1000/ arch) Gid: ( 1000/ arch) Access: 2021-05-08 09:49:20.706375353 +0000 Modify: 2021-05-08 09:49:20.706375353 +0000 Change: 2021-05-08 09:49:20.710375673 +0000 Birth: 2021-05-08 09:49:20.702375034 +0000 --2021-05-08 09:49:20-- https://gitlab.com/wireshark/wireshark/-/raw/master/manuf Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving gitlab.com (gitlab.com)... 172.65.251.78, 2606:4700:90:0:f22e:fbec:5bed:a9b9 Connecting to gitlab.com (gitlab.com)|172.65.251.78|:443... connected. HTTP request sent, awaiting response... 503 Service Unavailable 2021-05-08 09:49:21 ERROR 503: Service Unavailable.
adam closed this issue 2025-12-29 00:19:57 +01:00
Author
Owner

@tejasness commented on GitHub (May 8, 2021):

Now, server is available, installation can be done.

@tejasness commented on GitHub (May 8, 2021): Now, server is available, installation can be done.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#188