#geodesic (2022-12)

geodesic https://github.com/cloudposse/geodesic

Discussions related to https://github.com/cloudposse/geodesic

Archive: https://archive.sweetops.com/geodesic/

2022-12-08

Alcp avatar

I am getting this error in geodesic shell

WARNING: terminal is not fully functional
{  (press RETURN)
Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

How you you calling it?

Alcp avatar

I am in the docker shell built with make all

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

hrm… odd. I think something must be up with the TTY

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

what is your host machine/OS?

Alcp avatar

MacOS - ventura 13.0.1 (22A400)

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

@Jeremy G (Cloud Posse) any ideas?

Jeremy G (Cloud Posse) avatar
Jeremy G (Cloud Posse)

That comes from the TERM environment variable (or a related one) being set to a value that terminfo believes is missing key capabilities, in particular not supporting curses (being able to write to arbitrary locations on the screen). Before you run make all run echo $TERM and see what you get. For the standard macOS Terminal, you should get xterm-256color.

If you get something else, you should look into why and probably fix it, because it will affect other programs, not just Geodesic. Please report back what you find.

1
Alcp avatar

for macos terminal I get value of xterm-256color after make all and in the geodesic shell get the value dumb makefile section

run:
	@docker run -it \
				--rm \
				--volume "$$HOME":/localhost \
				--name $(CONTAINER_NAME) \
				cp/cp-dev:latest;

the error doesn’t happen all instances, I haven’t found the steps to reproduce

2022-12-09

2022-12-11

Release notes from geodesic avatar
Release notes from geodesic
07:10:39 PM

v1.5.2 Included Tools Update AWS CLI packages @renovate (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1473622930” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/822“…

Release v1.5.2 · cloudposse/geodesicattachment image

Included Tools

Update AWS CLI packages @renovate (#822) This PR contains the following updates:

Package Change Age Adoption Passing Confidence

awscli (source, changelog) ==1.27.16 -> ==…

Update AWS CLI packages by renovate[bot] · Pull Request #822 · cloudposse/geodesicattachment image

This PR contains the following updates:

Package Change Age Adoption Passing Confidence

awscli (source, changelog) ==1.27.16 -> ==1.27.27

boto3 ==1.26.16 -> ==1.26.27

Release No…

2022-12-12

Release notes from geodesic avatar
Release notes from geodesic
10:40:37 PM

v1.6.0 Remove obsolete boto Python library :toolbox: Included Tools Remove obsolete boto (replaced with boto3) @Nuru (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1492836723” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/823“…

Release v1.6.0 Remove obsolete `boto` Python library · cloudposse/geodesicattachment image

:toolbox: Included Tools

Remove obsolete boto (replaced with boto3) @Nuru (#823) what

Remove obsolete boto (replaced with boto3)

why

boto requires Python 2 and installs dependencies that require …

Nuru - Overview

Nuru has 21 repositories available. Follow their code on GitHub.

Remove obsolete `boto` (replaced with `boto3`) by Nuru · Pull Request #823 · cloudposse/geodesicattachment image

what

Remove obsolete boto (replaced with boto3)

why

boto requires Python 2 and installs dependencies that require Python 2 but we no longer install Python 2 so boto is just extra broken cruft.

2022-12-14

2022-12-31

Release notes from geodesic avatar
Release notes from geodesic
09:40:39 PM

v1.7.0 update Debian 11.5 -> 11.6 Update debian Docker tag to v11.6 @renovate (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1505664442” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/826“…

Release v1.7.0 update Debian 11.5 -> 11.6 · cloudposse/geodesicattachment image

Update debian Docker tag to v11.6 @renovate (#826) This PR contains the following updates:

Package Type Update Change

debian final minor 11.5-slim -> 11.6-slim

debian stage minor 11.5-slim…

Update debian Docker tag to v11.6 by renovate[bot] · Pull Request #826 · cloudposse/geodesicattachment image

This PR contains the following updates:

Package Type Update Change

debian final minor 11.5-slim -> 11.6-slim

debian stage minor 11.5-slim -> 11.6-slim

Configuration Schedule: Branch …

    keyboard_arrow_up