Skip to content

Commit

Permalink
update adaptiveservice version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bai-Yingjie committed Mar 7, 2022
1 parent 9436983 commit 5bb554c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docs/daemon.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,5 @@ GSHELL_NOUPDATE=1 bin/gshell -loglevel info -wd .working daemon -registry 10.10.

1. service not found: godevsig_gshellDaemon
Start gshell daemon first before any other commands.
1. Start gshell daemon failed with "socket already exists: [/var/tmp/adaptiveservice/builtin_serviceLister.sock]"
1. Start gshell daemon failed with "listen unix @adaptiveservice/xxxxx: address already in use"
There is an old gshell daemon still running. `pkill -SIGINT gshell` to kill the old one, and then start the new one.
1. gshell still failed to start?
Try `rm -rf /var/tmp/adaptiveservice` and then restart gshell daemon.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/godevsig/gshellos
go 1.16

require (
github.com/godevsig/adaptiveservice v0.9.17
github.com/godevsig/adaptiveservice v0.9.18
github.com/godevsig/grepo v0.1.0
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/traefik/yaegi v0.11.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/godevsig/adaptiveservice v0.9.16/go.mod h1:t/MOA1DVvomK8ltOny8pbb8k1ZBYub6GvnTOs/M6Qkk=
github.com/godevsig/adaptiveservice v0.9.17 h1:UY7rx6aDIYWDv4/krFn4jvaT7GBVuE+AdkKn2tfGZOc=
github.com/godevsig/adaptiveservice v0.9.17/go.mod h1:t/MOA1DVvomK8ltOny8pbb8k1ZBYub6GvnTOs/M6Qkk=
github.com/godevsig/adaptiveservice v0.9.18 h1:3MomE8T6VRg5y+zA3h1fJfugzOaw+FfCQ1qyVnb7Qkw=
github.com/godevsig/adaptiveservice v0.9.18/go.mod h1:t/MOA1DVvomK8ltOny8pbb8k1ZBYub6GvnTOs/M6Qkk=
github.com/godevsig/go-echarts/v2 v2.0.0-20211101104447-e8e4a51bc4fd h1:NXoy9fdgrEi4dREtTBQMRl5naGeHpYldnqjh5rmZgJk=
github.com/godevsig/go-echarts/v2 v2.0.0-20211101104447-e8e4a51bc4fd/go.mod h1:6TOomEztzGDVDkOSCFBq3ed7xOYfbOqhaBzD0YV771A=
github.com/godevsig/gotiny v0.0.4-0.20210913173728-083dd4b72177 h1:Ga+4dO0xF4ejuZfKnHfEA/bqlNUc2XKNjpopVDhMjLM=
Expand Down

0 comments on commit 5bb554c

Please sign in to comment.