No internet connection
  1. Home
  2. Support

Install error at step 9

By bzero @bzero
    2022-03-06 16:00:33.023Z

    Hello,

    First installation, and getting following error at step 9)
    I follow the instruction here, https://github.com/debiki/talkyard-prod-one

    Any idea how to fix it? Thanks a lot.

    root@talkyard:/opt/talkyard#  ./scripts/upgrade-if-needed.sh 2>&1 | tee -a talkyard-maint.log
    
    2022-03-06T15:58:04+00:00 upgrade-script: Using release channel: tyse-v0-regular.
    2022-03-06T15:58:04+00:00 upgrade-script: Apparently no version currently installed.
    2022-03-06T15:58:04+00:00 upgrade-script: Checking for latest version...
    Reset branch 'tyse-v0-regular'
    Branch 'tyse-v0-regular' set up to track remote branch 'tyse-v0-regular' from 'origin'.
    Your branch is up to date with 'origin/tyse-v0-regular'.
    2022-03-06T15:58:05+00:00 upgrade-script: I will install version v0.2022.02-020271384.
    Total reclaimed space: 0B
    2022-03-06T15:58:06+00:00 upgrade-script: Downloading version v0.2022.02-020271384... (this might take long)
    The Compose file is invalid because:
    Service app has neither an image nor a build context specified. At least one must be provided.
    root@talkyard:/opt/talkyard#
    
    Solved in post #3, click to view
    • 3 replies
    1. B
      bzero @bzero
        2022-03-06 16:40:04.490Z

        not sure if this relates to my issue, as i am getting following error when trying to run hello-word

        root@talkyard:/opt/talkyard# docker run 455a16941659
        Unable to find image '455a16941659:latest' locally
        docker: Error response from daemon: pull access denied for 455a16941659, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
        See 'docker run --help'.
        

        and executing command in step 9), got following .

        Mar 06 16:15:59 talkyard dockerd[1416]: time="2022-03-06T16:15:59.437610127Z" level=info msg="API listen on /run/docker.sock"
        Mar 06 16:17:09 talkyard dockerd[1416]: time="2022-03-06T16:17:09.064537351Z" level=info msg="ignoring event" container=c24145c87d3f407318a4c186b0afd0a4bc7f8ef3aeb6c9d562947b59a9b21315 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
        Mar 06 16:18:34 talkyard dockerd[1416]: time="2022-03-06T16:18:34.783029215Z" level=info msg="ignoring event" container=5b957c6065e5ec8d21a946b859f6025db357d1eee8efdb530a28c3e9f6c9ea8a module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
        Mar 06 16:19:42 talkyard dockerd[1416]: time="2022-03-06T16:19:42.653072620Z" level=error msg="Not continuing with pull after error: errors:\ndenied: requested access to the resource is denied\nunauthorized: authentication required\n"
        Mar 06 16:19:42 talkyard dockerd[1416]: time="2022-03-06T16:19:42.658869319Z" level=info msg="Ignoring extra error returned from registry: unauthorized: authentication required"
        Mar 06 16:22:28 talkyard dockerd[1416]: time="2022-03-06T16:22:28.468295602Z" level=warning msg="failed to prune image docker.io/library/hello-world@sha256:97a379f4f88575512824f3b352bc03cd75e239179eea0fecc38e597b2209f49a: No such image: hello-world@sha256:97a379f4f88575512824f3b352bc03cd75e239179eea0fecc38e597b2209f49a"
        Mar 06 16:24:58 talkyard dockerd[1416]: time="2022-03-06T16:24:58.543752108Z" level=info msg="ignoring event" container=b8d8d051ba189659edce8603cbc2d0fea6713bee8848d3ee2813057e45ab8147 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
        Mar 06 16:26:40 talkyard dockerd[1416]: time="2022-03-06T16:26:40.367668214Z" level=info msg="ignoring event" container=36876dd021a597c416bef3cfe5f9db21de007dd6f9d71f1036701f9fe6ac3c14 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
        Mar 06 16:35:49 talkyard dockerd[1416]: time="2022-03-06T16:35:49.831876312Z" level=info msg="ignoring event" container=455a169416597594ecb151fb73746db5e274ddbff8ec09a7b543921c68cb53df module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
        Mar 06 16:36:25 talkyard dockerd[1416]: time="2022-03-06T16:36:25.913568681Z" level=error msg="Not continuing with pull after error: errors:\ndenied: requested access to the resource is denied\nunauthorized: authentication required\n"
        Mar 06 16:36:25 talkyard dockerd[1416]: time="2022-03-06T16:36:25.918705191Z" level=info msg="Ignoring extra error returned from registry: unauthorized: authentication required"
        Mar 06 16:37:01 talkyard dockerd[1416]: time="2022-03-06T16:37:01.049742930Z" level=error msg="Not continuing with pull after error: errors:\ndenied: requested access to the resource is denied\nunauthorized: authentication required\n"
        Mar 06 16:37:01 talkyard dockerd[1416]: time="2022-03-06T16:37:01.053968425Z" level=info msg="Ignoring extra error returned from registry: unauthorized: authentication required"
        Mar 06 16:41:12 talkyard dockerd[1416]: time="2022-03-06T16:41:12.880956665Z" level=error msg="Not continuing with pull after error: errors:\ndenied: requested access to the resource is denied\nunauthorized: authentication required\n"
        Mar 06 16:41:12 talkyard dockerd[1416]: time="2022-03-06T16:41:12.885925163Z" level=info msg="Ignoring extra error returned from registry: unauthorized: authentication required"
        
        

        I also succeeded to docker login from cli

        1. B
          In reply tobzero:
          bzero @bzero
            2022-03-07 15:26:00.707Z

            All good now, i put wrong docker-compose.yml file.

            ReplySolution
            1. Ok :- )   Thanks for the update.

              (If you have any thoughts about ways the installation instructions can be edited to be made simpler / more clear, it'd be interesting to hear.)

            2. Progress
              with handling this problem
            3. @KajMagnus closed this topic 2022-03-15 16:13:00.543Z.
            4. @KajMagnus reopened this topic 2022-03-15 16:13:10.159Z.