-
[Support] binhex - Code-Server
My bad, but i was sure I read they could be used. I've obviously misread something. Cheers for the prompt reply though. Is there a way to install things like go and npm on this Image? Edit, your link answers this question. cheers again.
-
[Support] binhex - Code-Server
Having installed binhex-code-server and looking for some guidance if possible. I have code-server installed, can access via the web and using nginx proxy. But for the life of me, and I'm likely missing something obvious, cannot get the docker mods to run on this container. Some of the details I have are as follows: The docker run: Command execution docker run -d --name='binhex-code-server' --net='bridge' --privileged=true -e TZ="Europe/London" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="binhex-code-server" -e 'CERT_PATH'='' -e 'CERT_KEY_PATH'='' -e 'SELF_SIGNED_CERT'='yes' -e 'BIND_CLOUD_NAME'='' -e 'ENABLE_STARTUP_SCRIPTS'='yes' -e 'PASSWORD'='SuperSercret' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -e 'DOCKER_MODS'='linuxserver/mods:code-server-nodejs:latest|linuxserver/mods:code-server-golang:latest' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='https://[IP]:[PORT:8500]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/code-server-icon.png' -p '3004:8500/tcp' -v '/mnt/user/devFiles/codeServer':'/data':'rw' -v '/mnt/user/appdata/binhex-code-server':'/config':'rw' 'binhex/arch-code-server' df32af6e56c670074a55e3e62791a86ee3a388a28e2dc4e7355276b77f5a8e40 The command finished successfully! The container log after startup: 11/01/2023 16:29:33 Created by... 11/01/2023 16:29:33 ___. .__ .__ 11/01/2023 16:29:33 \_ |__ |__| ____ | |__ ____ ___ ___ 11/01/2023 16:29:33 | __ \| |/ \| | \_/ __ \\ \/ / 11/01/2023 16:29:33 | \_\ \ | | \ Y \ ___/ > < 11/01/2023 16:29:33 |___ /__|___| /___| /\___ >__/\_ \ 11/01/2023 16:29:33 \/ \/ \/ \/ \/ 11/01/2023 16:29:33 https://hub.docker.com/u/binhex/ 11/01/2023 16:29:33 11/01/2023 16:29:33 2023-01-11 16:29:33.338238 [info] Host is running unRAID 11/01/2023 16:29:33 2023-01-11 16:29:33.352994 [info] System information Linux df32af6e56c6 5.19.17-Unraid #2 SMP PREEMPT_DYNAMIC Wed Nov 2 11:54:15 PDT 2022 x86_64 GNU/Linux 11/01/2023 16:29:33 2023-01-11 16:29:33.368226 [info] OS_ARCH defined as 'x86-64' 11/01/2023 16:29:33 2023-01-11 16:29:33.382553 [info] PUID defined as '99' 11/01/2023 16:29:33 2023-01-11 16:29:33.400949 [info] PGID defined as '100' 11/01/2023 16:29:33 2023-01-11 16:29:33.433187 [info] UMASK defined as '000' 11/01/2023 16:29:33 2023-01-11 16:29:33.447987 [info] Setting permissions recursively on '/config'... 11/01/2023 16:29:33 2023-01-11 16:29:33.471235 [info] Deleting files in /tmp (non recursive)... 11/01/2023 16:29:33 2023-01-11 16:29:33.486977 [info] PASSWORD defined as 'SuperSercret' 11/01/2023 16:29:33 2023-01-11 16:29:33.501256 [info] CERT_PATH not defined,(via -e CERT_PATH) 11/01/2023 16:29:33 2023-01-11 16:29:33.518246 [info] CERT_KEY_PATH not defined,(via -e CERT_KEY_PATH) 11/01/2023 16:29:33 2023-01-11 16:29:33.532956 [info] SELF_SIGNED_CERT defined as 'yes' 11/01/2023 16:29:33 2023-01-11 16:29:33.547209 [info] BIND_CLOUD_NAME not defined,(via -e BIND_CLOUD_NAME) 11/01/2023 16:29:33 2023-01-11 16:29:33.561450 [info] ENABLE_STARTUP_SCRIPTS defined as 'yes' 11/01/2023 16:29:33 2023-01-11 16:29:33.588012 [info] Starting Supervisor... 11/01/2023 16:29:33 2023-01-11 16:29:33,685 INFO Included extra file "/etc/supervisor/conf.d/code-server.conf" during parsing 11/01/2023 16:29:33 2023-01-11 16:29:33,685 INFO Set uid to user 0 succeeded 11/01/2023 16:29:33 2023-01-11 16:29:33,686 INFO supervisord started with pid 7 11/01/2023 16:29:34 2023-01-11 16:29:34,688 INFO spawned: 'start-script' with pid 104 11/01/2023 16:29:34 2023-01-11 16:29:34,688 INFO reaped unknown pid 8 (exit status 0) 11/01/2023 16:29:34 2023-01-11 16:29:34,695 DEBG 'start-script' stderr output: 11/01/2023 16:29:34 sed: couldn't open temporary file /usr/lib/code/sed5dZHyR: Permission denied 11/01/2023 16:29:34 11/01/2023 16:29:34 2023-01-11 16:29:34,695 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 11/01/2023 16:29:34 2023-01-11 16:29:34,697 DEBG 'start-script' stderr output: 11/01/2023 16:29:34 sed: couldn't open temporary file /usr/lib/code/seddUFgVQ: Permission denied 11/01/2023 16:29:34 11/01/2023 16:29:34 2023-01-11 16:29:34,698 DEBG 'start-script' stderr output: 11/01/2023 16:29:34 sed: couldn't open temporary file /usr/lib/code/sedKx19Rf: Permission denied 11/01/2023 16:29:34 11/01/2023 16:29:34 2023-01-11 16:29:34,700 DEBG 'start-script' stderr output: 11/01/2023 16:29:34 sed: couldn't open temporary file /usr/lib/code/sedHMS4Nk: Permission denied 11/01/2023 16:29:34 11/01/2023 16:29:35 2023-01-11 16:29:35,030 DEBG 'start-script' stdout output: 11/01/2023 16:29:35 [2023-01-11T16:29:35.029Z] info code-server 4.8.2 ef82b1a565709cc91a53dc7b609aeee435404c0e 11/01/2023 16:29:35 11/01/2023 16:29:35 2023-01-11 16:29:35,030 DEBG 'start-script' stdout output: 11/01/2023 16:29:35 [2023-01-11T16:29:35.029Z] info Using user-data-dir /config/code-server/user-data 11/01/2023 16:29:35 11/01/2023 16:29:35 2023-01-11 16:29:35,041 DEBG 'start-script' stdout output: 11/01/2023 16:29:35 [2023-01-11T16:29:35.041Z] info Using config file /config/code-server/config/config.yml 11/01/2023 16:29:35 11/01/2023 16:29:35 2023-01-11 16:29:35,041 DEBG 'start-script' stdout output: 11/01/2023 16:29:35 [2023-01-11T16:29:35.041Z] info HTTPS server listening on https://0.0.0.0:8500/ 11/01/2023 16:29:35 11/01/2023 16:29:35 2023-01-11 16:29:35,041 DEBG 'start-script' stdout output: 11/01/2023 16:29:35 [2023-01-11T16:29:35.041Z] info - Authentication is enabled 11/01/2023 16:29:35 [2023-01-11T16:29:35.041Z] info - Using password from $PASSWORD 11/01/2023 16:29:35 [2023-01-11T16:29:35.041Z] info - Using certificate for HTTPS: ~/.local/share/code-server/localhost.crt My terminal prompts: bash: /home/nobody/.bashrc: No such file or directory [nobody@df32af6e56c6 ~]$ go bash: go: command not found [nobody@df32af6e56c6 ~]$ node bash: node: command not found I'm not sure where I am going wrong here, so any help appreciated. Thanks
-
ByteBool started following 6.10.3 - nginx error message - ngx_slab_alloc() failed: no memory
-
6.10.3 - nginx error message - ngx_slab_alloc() failed: no memory
Sorry, just to be clear, portable devices? Are we talking mobile phones and laptops sort of thing? edit: Or are we talking USB devices and such?
-
6.10.3 - nginx error message - ngx_slab_alloc() failed: no memory
I'm hoping someone can help with this error message that has started filling up my logs. In syslog.1.txt I'm getting: Does anyone have any ideas on how I can fix this? Thanks
-
Unable to set custom resolution on Win10Pro VM
Afternoon, was hoping one of you fine folk could point me in the right direction. Over the weekend I setup a Windows 10 Pro gaming vm. I've passed through the gpu and thats all fine, but the issue I have is that I cannot change the res or refresh rate. I can play games and all that no problem, but I'm stuck at 2560x1440 @ 30hz. I've used the nvidea control panel to change to 3440x1440 @ 120Hz and works fine when I test it, but as soon as I try to apply the changes after the test, the screen will flicker, as though it's tried, but nothing changes, and the custom resolution is now greyed out. I've also tried using CRU but the changes made there will only work within the bounds of the dummy DisplayPort (I don't have a monitor attached to the server). If I remove the dummy, I only get a black screen. Nvidia control panel seems the way to go, as I can get the res to work when test, I just for the life of me cant get it to stick/apply. Any other ideas? UPDATE: I've managed to get nvidia custom resolution to 3440x1440 @ 30hz. The issue seems to be when I try go above 30hz. When I try switch it to 60hz, it works when tested again, but when trying apply 60hz, it jumps right back to 30hz. Not sure what I'm doing wrong here...
ByteBool
Members
-
Joined
-
Last visited