!HLvqihEIXYNQlLsgWH:matrix.org

kitspace

20 Members
The electronics project sharing site kitspace.org (mirrored to discord.gg/nFjDCZqghC)4 Servers

Load older messages


SenderMessageTime
3 Oct 2023
@kasbah:matrix.orgkasbahi can just delete the hdd of the staging servers, right? even abdo-dev? 13:01:04
@kasbah:matrix.orgkasbahi can recreate them with ansible... 13:01:16
@kasbah:matrix.orgkasbah Abdulrhmn Ghanem 13:01:22
@ghanem__:matrix.orgAbdulrhmn Ghanem
In reply to @kasbah:matrix.org
i can just delete the hdd of the staging servers, right? even abdo-dev?
yes
14:39:39
20 Oct 2023
@kasbah:matrix.orgkasbah

Abdulrhmn Ghanem:

I like Docker Compose but you need to be aware of some limitations. For example, healthchecks are allowed in the docker-compose.yml file but Docker Compose will never check for them periodically. This was supposed to be something just for Docker Swarm, which uses the same format. Devs don’t want to introduce healthcheck into Docker itself (and Docker Compose doesn’t add any daemon for that either).

https://lobste.rs/s/wdqpcw/just_paying_figma_15_month_because#c_tesbpl

10:27:26
@ghanem__:matrix.orgAbdulrhmn Ghanem
In reply to @kasbah:matrix.org

Abdulrhmn Ghanem:

I like Docker Compose but you need to be aware of some limitations. For example, healthchecks are allowed in the docker-compose.yml file but Docker Compose will never check for them periodically. This was supposed to be something just for Docker Swarm, which uses the same format. Devs don’t want to introduce healthcheck into Docker itself (and Docker Compose doesn’t add any daemon for that either).

https://lobste.rs/s/wdqpcw/just_paying_figma_15_month_because#c_tesbpl

So many compose features work but nobody knows why😂
So far the checks are running on time, for example when I hid gitea we got exactly an error every 2mins (I don't remember if this is the exact period) reported in sentry dashboard
10:53:20
@ghanem__:matrix.orgAbdulrhmn GhanemIf you have other suggestions I happy to try them10:54:09
@kasbah:matrix.orgkasbahno, it's all good. if it works it works11:01:46
4 Dec 2023
@sandreas:matrix.sysops.desandreas joined the room.21:17:41
@sandreas:matrix.sysops.desandreasI recently stumbled over the ottercast project. Is this the right place to ask some questions?21:18:45
@kasbah:matrix.orgkasbah hi sandreas, not directly as we just make the website that hosts/mirrors the project 22:17:10
@kasbah:matrix.orgkasbahprobably best to get in touch over github with the creators22:17:39
5 Dec 2023
@sandreas:matrix.sysops.desandreasok thank you09:40:38
@sandreas:matrix.sysops.desandreas kasbah: 09:40:45
@appservice:libera.chat@appservice:libera.chat left the room.12:45:11
@ghanem__:matrix.orgAbdulrhmn GhanemSeems like a good feature in the future https://github.com/kitspace/kitspace-v2/issues/62014:48:09
@kasbah:matrix.orgkasbah sandreas, are you going to build an ottercast? because I have thought about doing that myself 15:24:30
6 Dec 2023
@psydroid:matrix.orgpsydroid changed their display name from psydroid to Tyrannosaurus Rex.17:26:48
@psydroid:matrix.orgpsydroid changed their display name from Tyrannosaurus Rex to psydroid.17:45:47
11 Dec 2023
@_discord_309408702530846730:t2bot.iomatrix-t2bot joined the room.15:57:56
4 Jan 2024
@xengi:xengi.deXenGi joined the room.15:10:38
@xengi:xengi.deXenGiohai! I updated my project, when does the kitspace site reflect those updates? Do I have to trigger something or just wait?15:12:06
@kasbah:matrix.orgkasbah hi XenGi, we need to switch over to kitspace-v2 so there is going to be a little bit of a delay (at least a few weeks). 15:55:13
@kasbah:matrix.orgkasbahyou can help by letting us know if your project looks ok here: https://review.staging.kitspace.dev/xengi/darling 15:55:30
5 Jan 2024
@xengi:xengi.deXenGi hi kasbah , over there it's also the old version. But I'll wait. All good. 15:29:43
@ghanem__:matrix.orgAbdulrhmn Ghanem kasbah: do we have mirror intervals set up in gitea? 15:50:20
6 Jan 2024
@kasbah:matrix.orgkasbah Abdulrhmn Ghanem: i thought we did. can you check? 09:20:53
7 Jan 2024
@kasbah:matrix.orgkasbah

Abdulrhmn Ghanem: I think the default is for the mirrors to update every 10m. The issue on review seems to be this making the processor crash:

🚀 Kitspace processor service is running.
https://partinfo.kitspace.org/graphql health check passed
Acquired sync lock for  /gitea-data/git/repositories/jana-marie/usb-led-otter.git
Pulling updates for /gitea-data/git/repositories/jana-marie/usb-led-otter.git
node:internal/errors:857
  const err = new Error(message);
              ^

Error: Command failed: cd /data/checkout/Jana-Marie/USB-LED-Otter && git pull
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

    at ChildProcess.exithandler (node:child_process:402:12)
    at ChildProcess.emit (node:events:513:28)
    at maybeClose (node:internal/child_process:1100:16)
    at Socket.<anonymous> (node:internal/child_process:458:11)
    at Socket.emit (node:events:513:28)
    at Pipe.<anonymous> (node:net:301:12) {
  code: 128,
  killed: false,
  signal: null,
  cmd: 'cd /data/checkout/Jana-Marie/USB-LED-Otter && git pull',
  stdout: '',
  stderr: 'fatal: not a git repository (or any parent up to mount point /)\n' +
    'Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).\n'
}
11:26:25
@kasbah:matrix.orgkasbah(how come we use docker but stuff still just changes under us?)11:28:23
@ghanem__:matrix.orgAbdulrhmn Ghanem
In reply to @kasbah:matrix.org

Abdulrhmn Ghanem: I think the default is for the mirrors to update every 10m. The issue on review seems to be this making the processor crash:

🚀 Kitspace processor service is running.
https://partinfo.kitspace.org/graphql health check passed
Acquired sync lock for  /gitea-data/git/repositories/jana-marie/usb-led-otter.git
Pulling updates for /gitea-data/git/repositories/jana-marie/usb-led-otter.git
node:internal/errors:857
  const err = new Error(message);
              ^

Error: Command failed: cd /data/checkout/Jana-Marie/USB-LED-Otter && git pull
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

    at ChildProcess.exithandler (node:child_process:402:12)
    at ChildProcess.emit (node:events:513:28)
    at maybeClose (node:internal/child_process:1100:16)
    at Socket.<anonymous> (node:internal/child_process:458:11)
    at Socket.emit (node:events:513:28)
    at Pipe.<anonymous> (node:net:301:12) {
  code: 128,
  killed: false,
  signal: null,
  cmd: 'cd /data/checkout/Jana-Marie/USB-LED-Otter && git pull',
  stdout: '',
  stderr: 'fatal: not a git repository (or any parent up to mount point /)\n' +
    'Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).\n'
}
https://github.com/kitspace/kitspace-v2/pull/624#issuecomment-1880030975 😅
11:28:52

Show newer messages


Back to Room ListRoom Version: