Jump to content

adambeck7

Members
  • Posts

    53
  • Joined

  • Last visited

Posts posted by adambeck7

  1. 1 hour ago, mintjberry said:

    Apologies for the noob question, I can't get the script to work. I'm trying to install nodejs. Can anybody see what I'm doing wrong from the logs below?

     

    [cont-init.d] 99-custom-scripts: executing...
    [custom-init] files found in /config/custom-cont-init.d executing
    [custom-init] apt-get update && apt-get install -y nodejs: executing...
    /bin/bash: /config/custom-cont-init.d/apt-get: No such file or directory
    [custom-init] apt-get update && apt-get install -y nodejs: exited 127
    [cont-init.d] 99-custom-scripts: exited 0.
    [cont-init.d] done.

    Can you post your config?

  2. 51 minutes ago, saarg said:

     

    You said you started the script for your web app and it started the server on localhost:3001. So you need to tell your web app server to use the host IP instead of localhost. The host IP is the unraid IP, 192.168.1.200 by the looks of your screenshot.

    Error: listen EADDRNOTAVAIL: address not available 192.168.1.200:3001
        at Server.setupListenHandle [as _listen2] (net.js:1292:21)
        at listenInCluster (net.js:1357:12)
        at doListen (net.js:1496:7)
        at processTicksAndRejections (internal/process/task_queues.js:85:21)
    Emitted 'error' event on Server instance at:
        at emitErrorNT (net.js:1336:8)
        at processTicksAndRejections (internal/process/task_queues.js:84:21) {
      code: 'EADDRNOTAVAIL',
      errno: 'EADDRNOTAVAIL',
      syscall: 'listen',
      address: '192.168.1.200',
      port: 3001
    }

    Not code-server related, but any idea why it would be saying the address isn't available? I tried a few different ports I know are open but it doesn't like any of them so I'm assuming it's having an issue w/ the ip not the port. No matter which IP on my local network it crashes saying the address isn't available.  Thanks for all your help!

  3. 15 hours ago, aptalca said:

    You gotta give us more info. Where is it running? Inside the code-server container?

    Sorry about that. Yea, code-server container is running on my server, just locally, at http://192.168.1.200:8443/. Inside the code-server terminal I navigate to my workspace folder and run my start script for my web app and it says Server listening on http://localhost:3001 but when I navigate there it's not working. Not sure how exactly to access it. 

  4. 7 hours ago, saarg said:

     

    That just looks like it's greyed out because it's hidden files. Have you tried to open the folder?

    I don't know how you are accessing your appdata, but you can also copy them to the appdata folder and move them using the command line to the .ssh folder.

    I was connecting from my macbook via smb. I was able to drop them in the code-server folder then move them into the .ssh folder from the terminal. Thanks!

  5. When I go to Tools/Update OS status is unknown:

    1111880180_ScreenShot2020-03-23at1_44_33PM.thumb.png.8529e44e4978186ff028d88f2e5572bf.png

     

    When I try to use the link (https://s3.amazonaws.com/dnld.lime-technology.com/stable/unRAIDServer.plg) from Plugins/Install Plugins it returns:

    plugin: installing: https://s3.amazonaws.com/dnld.lime-technology.com/stable/unRAIDServer.plg
    plugin: downloading https://s3.amazonaws.com/dnld.lime-technology.com/stable/unRAIDServer.plg
    plugin: downloading: https://s3.amazonaws.com/dnld.lime-technology.com/stable/unRAIDServer.plg ... failed (SSL verification failure)
    plugin: wget: https://s3.amazonaws.com/dnld.lime-technology.com/stable/unRAIDServer.plg download failure (SSL verification failure)

    Any ideas?

×
×
  • Create New...