This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-13
Channels
- # announcements (2)
- # babashka (30)
- # beginners (44)
- # biff (20)
- # calva (15)
- # cider (7)
- # clerk (4)
- # clojure (15)
- # clojure-austin (1)
- # clojure-europe (35)
- # clojure-hungary (1)
- # clojure-nl (1)
- # clojure-norway (6)
- # clojure-uk (7)
- # clojurescript (33)
- # conjure (1)
- # cryogen (1)
- # cursive (3)
- # data-science (8)
- # docker (2)
- # emacs (78)
- # gratitude (2)
- # hyperfiddle (26)
- # improve-getting-started (1)
- # jobs-discuss (12)
- # lsp (7)
- # malli (11)
- # missionary (57)
- # off-topic (14)
- # pathom (13)
- # portal (6)
- # reagent (6)
- # releases (3)
- # ring (25)
- # shadow-cljs (18)
- # squint (11)
- # vim (3)
Investigating an issue with bb deploy
bb deploy
Identity added: /home/laheadle/.ssh/id_rsa (/home/laheadle/.ssh/id_rsa)
Started an ssh-agent session. If you set up `keychain`, you won't have to enter your password each time you run this command:
Rebuilding...
Done in 1154ms.
sh: 1: rsync: not found
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(228) [sender=3.2.3]
Error while executing task: deploy
>
>
>
> rsync -V
rsync version 3.2.3 protocol version 31
🙀 1
very curious
Solved it by installing rsync on prod box
(I saw the note about that in the docs, but misunderstood it)
👍 👍 was this a default DO install, or something else? we could add rsync to the apt-get install command in server-setup.sh if it'd be helpful
something else...found a cheap http://letbox.com box, 8
8 Gigs of mem, 20G fast disk for 100/year
I am good, your call on the change 🙂
> bb logs
-- Logs begin at Thu 2023-11-09 20:10:04 GMT. --
Nov 13 17:57:17 systemd[1]: Started app.
Nov 13 17:57:17 sh[100331]: /bin/sh: 1: bb: not found
Nov 13 17:57:17 systemd[1]: app.service: Main process exited, code=exited, status=127/n/a
Nov 13 17:57:17 systemd[1]: app.service: Failed with result 'exit-code'.
Nov 13 17:57:22 systemd[1]: app.service: Scheduled restart job, restart counter is at 1.
Nov 13 17:57:22 systemd[1]: Stopped app.
Nov 13 17:57:22 systemd[1]: Started app.
I guess server-setup.sh failed somewhere
I see, it expected curl
> 8 Gigs of mem, 20G fast disk for 100/year wow, I might need to look into that...
Congratulations!! Wow... well done!