mheeniac

Members
  • Posts

    8
  • Joined

  • Last visited

mheeniac's Achievements

Noob

Noob (1/14)

1

Reputation

  1. I can confirm that I see the same behaviour, on both of my Unraid systems running 6.9.0 beta 30. Was also able to fix using the same workaround.
  2. I am very new to this so I am sure I am missing something simple, but I can't get this to work. I have this docker image running in host mode, with the standard ports. However, I cannot seem to get any queries through to it. If I run nslookup www.gooogle.com <unraid ip> I get connection timed out; no servers could be reached I have also tried using the host command, as well as setting my laptop's DNS server to unraid's IP. I also see no queries on the web portal dashboard. Am I missing a step here?
  3. EDIT: I only now fully understand Jidovu's post, seems it is impossible to run this as a docker container in unraid. ORIGINAL POST: I have tried it and that does seem to pull it down. However, I believe that is all it does, it does not start it. I tried starting it from command line but to no success. I then attempted to create the container entirely in command line using this source to no avail. I edited his line to be this: docker run -it --rm -e CHE_HOST=<MY_UNRAID_IP> -v /var/run/docker.sock:/var/run/docker.sock -v /mnt/user/appdata/data/:/data eclipse/che:rc start as well as docker run -it --rm -e CHE_HOST=172.17.0.2 -v /var/run/docker.sock:/var/run/docker.sock -v /mnt/user/appdata/data/:/data eclipse/che:rc start -e PUID=100 -e PGID=99 -v /mnt/user/appdata/che/:/config It first pulled down about 8 other containers with it, I guess its dependencies, to eventually receive the following error: INFO: (che cli): rc - using docker 19.03.5 / native INFO: (che config): Generating che configuration... panic: interface conversion: interface is nil, not syscall.Errno goroutine 1 [running]: github.com/docker/docker/pkg/term.tcget(0x1, 0xc82035f340, 0x0) /go/src/github.com/docker/docker/pkg/term/tc_linux_cgo.go:39 +0x7a github.com/docker/docker/pkg/term.IsTerminal(0x1, 0xc8201af840) /go/src/github.com/docker/docker/pkg/term/term.go:74 +0x3b github.com/docker/docker/pkg/term.GetFdInfo(0x175c660, 0xc820080008, 0x175c660, 0xc820080008) /go/src/github.com/docker/docker/pkg/term/term.go:45 +0x54 github.com/docker/docker/api/client.NewDockerCli.func1(0x0, 0x0) /go/src/github.com/docker/docker/api/client/cli.go:165 +0x5d5 github.com/docker/docker/api/client.(*DockerCli).Initialize(0xc820205c80, 0x0, 0x0) /go/src/github.com/docker/docker/api/client/cli.go:59 +0x47 github.com/docker/docker/cli.(*Cli).command(0xc8203ae3c0, 0xc8201afcd0, 0x1, 0x1, 0x0, 0x0, 0x0) /go/src/github.com/docker/docker/cli/cli.go:64 +0x6d3 github.com/docker/docker/cli.(*Cli).Run(0xc8203ae3c0, 0xc820082010, 0x27, 0x27, 0x0, 0x0) /go/src/github.com/docker/docker/cli/cli.go:86 +0x2bb main.main() /go/src/github.com/docker/docker/docker/docker.go:63 +0x43c goroutine 17 [syscall, locked to thread]: runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:1721 +0x1 goroutine 21 [syscall]: os/signal.loop() /usr/local/go/src/os/signal/signal_unix.go:22 +0x18 created by os/signal.init.1 /usr/local/go/src/os/signal/signal_unix.go:28 +0x37
  4. I just broke my server trying to add some drives using a friend's PSU SATA power cable. Guess I found out the hard way that those are not standardised... Anyways, I'll give this a go as soon as I have it back up. What is the :rc supposed to do actually, is it some flag to pull a specific release from the repo? Thank you for your suggestion, I'll post my results as soon as I have them
  5. Ah that explains why I could find so little about it, thank you for your reply Jidovu!
  6. So far all the containers I wanted were conveniently available through the CA database. Now I wanted to run an Eclipse/che docker container, which is not available through CA. Here is what I have tried: Use CA to search for Eclipse/che on DockerHub Click install on the corresponding docker container (https://hub.docker.com/r/eclipse/che/) Create a Port configuration to map a host port to to Container port 8080 Create a path configuration to container path /home/ (I had no idea what to put here actually) Click apply and cross fingers Receive the following error: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='che' --net='bridge' --log-opt max-size='50m' --log-opt max-file='1' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -p '18080:8080/tcp' -v '/mnt/user/coder projects/':'/home/':'rw' 'eclipse/che' Unable to find image 'eclipse/che:latest' locally /usr/bin/docker: Error response from daemon: manifest for eclipse/che:latest not found: manifest unknown: manifest unknown. See '/usr/bin/docker run --help'. It is fair to say that I have absolutely no clue as to what I am doing. Where would I find the docker variables/paths/ports that I would need to configure? The docker hub page has no information. Your help is much appreciated.
  7. I am getting the same problem. Deleted and did it again because I thought I must have selected the wrong version by accident but no success. Can confirm the naming says Catalina but when I get to the install it says Mojave.
  8. I have everything set-up, but I am unable to delete a user and get the following error: "error": "SQLite Error 19: 'FOREIGN KEY constraint failed'." I have found two issues of this on GitHub, but the first is closed as they said it was resolved in an update, and the second someone mentioned manually deleting the foreign keys. I looked into the three different .db files using the docker terminal, but was unable to correctly view these files as it needs a windows based system I assume. Anyone got any ideas apart from re-installing the docker?