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

Docker won't start on Container Station #12

Closed
AndnixSH opened this issue Nov 2, 2021 · 3 comments
Closed

Docker won't start on Container Station #12

AndnixSH opened this issue Nov 2, 2021 · 3 comments

Comments

@AndnixSH
Copy link

AndnixSH commented Nov 2, 2021

I'm trying to run it on my QNAP's Container Station but getting the following errors and it shuts down.

My QNAP is TS451+ running QTS 5.0 with Linux Kernel 5.10

ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
nohup: appending output to 'nohup.out'
/home/arch/docker-eyeos/hfs.main: No such file or directory
/home/arch/docker-eyeos/hfs.main: CAN'T CHECK FILE SYSTEM.
/home/arch/docker-eyeos/hfs.main: UNEXPECTED INCONSISTENCY; RUN fsck_hfs MANUALLY.
/home/arch/docker-eyeos/hfs.sec: No such file or directory
/home/arch/docker-eyeos/hfs.sec: CAN'T CHECK FILE SYSTEM.
/home/arch/docker-eyeos/hfs.sec: UNEXPECTED INCONSISTENCY; RUN fsck_hfs MANUALLY.
Unable to init server: Could not connect: Connection refused
bash: line 13:    20 Aborted                 sudo xnu-qemu-arm64/aarch64-softmmu/qemu-system-aarch64 -M iPhone6splus-n66-s8000,kernel-filename=/home/arch/docker-eyeos/kernelcache.release.n66.out,dtb-filename=/home/arch/docker-eyeos/Firmware/all_flash/DeviceTree.n66ap.im4p.out,driver-filename=/home/arch/docker-eyeos/aleph_bdev_drv.bin,qc-file-0-filename=/home/arch/docker-eyeos/hfs.main,qc-file-1-filename=/home/arch/docker-eyeos/hfs.sec,kern-cmd-args="debug=0x8 kextlog=0xfff cpus=1 rd=disk0 serial=2",xnu-ramfb=off -cpu max -m ${RAM:-6}G -serial mon:stdio -vga std ${EXTRA:-}
nohup: appending output to 'nohup.out'
/home/arch/docker-eyeos/hfs.main: No such file or directory
/home/arch/docker-eyeos/hfs.main: CAN'T CHECK FILE SYSTEM.
/home/arch/docker-eyeos/hfs.main: UNEXPECTED INCONSISTENCY; RUN fsck_hfs MANUALLY.
/home/arch/docker-eyeos/hfs.sec: No such file or directory
/home/arch/docker-eyeos/hfs.sec: CAN'T CHECK FILE SYSTEM.
/home/arch/docker-eyeos/hfs.sec: UNEXPECTED INCONSISTENCY; RUN fsck_hfs MANUALLY.
Unable to init server: Could not connect: Connection refused
bash: line 13:    21 Aborted                 sudo xnu-qemu-arm64/aarch64-softmmu/qemu-system-aarch64 -M iPhone6splus-n66-s8000,kernel-filename=/home/arch/docker-eyeos/kernelcache.release.n66.out,dtb-filename=/home/arch/docker-eyeos/Firmware/all_flash/DeviceTree.n66ap.im4p.out,driver-filename=/home/arch/docker-eyeos/aleph_bdev_drv.bin,qc-file-0-filename=/home/arch/docker-eyeos/hfs.main,qc-file-1-filename=/home/arch/docker-eyeos/hfs.sec,kern-cmd-args="debug=0x8 kextlog=0xfff cpus=1 rd=disk0 serial=2",xnu-ramfb=off -cpu max -m ${RAM:-6}G -serial mon:stdio -vga std ${EXTRA:-}
nohup: appending output to 'nohup.out'
/home/arch/docker-eyeos/hfs.main: No such file or directory
/home/arch/docker-eyeos/hfs.main: CAN'T CHECK FILE SYSTEM.
/home/arch/docker-eyeos/hfs.main: UNEXPECTED INCONSISTENCY; RUN fsck_hfs MANUALLY.
/home/arch/docker-eyeos/hfs.sec: No such file or directory
/home/arch/docker-eyeos/hfs.sec: CAN'T CHECK FILE SYSTEM.
/home/arch/docker-eyeos/hfs.sec: UNEXPECTED INCONSISTENCY; RUN fsck_hfs MANUALLY.
Unable to init server: Could not connect: Connection refused
bash: line 13:    19 Aborted                 sudo xnu-qemu-arm64/aarch64-softmmu/qemu-system-aarch64 -M iPhone6splus-n66-s8000,kernel-filename=/home/arch/docker-eyeos/kernelcache.release.n66.out,dtb-filename=/home/arch/docker-eyeos/Firmware/all_flash/DeviceTree.n66ap.im4p.out,driver-filename=/home/arch/docker-eyeos/aleph_bdev_drv.bin,qc-file-0-filename=/home/arch/docker-eyeos/hfs.main,qc-file-1-filename=/home/arch/docker-eyeos/hfs.sec,kern-cmd-args="debug=0x8 kextlog=0xfff cpus=1 rd=disk0 serial=2",xnu-ramfb=off -cpu max -m ${RAM:-6}G -serial mon:stdio -vga std ${EXTRA:-}
@sickcodes
Copy link
Owner

Unable to init server: Could not connect: Connection refused

This means there is no Display attached or the user doesn't have permission to launch GTK windows.

https://github.com/sickcodes/Docker-OSX#libgtk-errors-connection-refused

Specifically sickcodes/Docker-OSX#174 (comment)

@AndnixSH
Copy link
Author

AndnixSH commented Nov 3, 2021

Oh ok. It seems the container station doesn't support display, still getting this error even i gave all permissions in the docker settings

I'll try Linux station since it supports display

@AndnixSH
Copy link
Author

AndnixSH commented Nov 4, 2021

no luck running docker on Linux station on QNAP. I Guess I should find other system to run docker

docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: process_linux.go:508: setting cgroup config for procHooks process caused: bpf_prog_query(BPF_CGROUP_DEVICE) failed: function not implemented: unknown.
ERRO[0007] error waiting for container: context canceled

@AndnixSH AndnixSH closed this as completed Nov 4, 2021
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