7 Jan 2024 |
kasbah | was the darling repo in gitea not up to date b4? | 11:29:57 |
Abdulrhmn Ghanem | In reply to @kasbah:matrix.org was the darling repo in gitea not up to date b4? yes | 11:30:33 |
Abdulrhmn Ghanem | I cleaned the s3 buckets now to try syncing everything again | 11:32:30 |
Abdulrhmn Ghanem | In reply to @kasbah:matrix.org (how come we use docker but stuff still just changes under us?) We haven't touched the project in six months so it's not that bad 😂 | 11:33:29 |
kasbah | In reply to @ghanem__:matrix.org I cleaned the s3 buckets now to try syncing everything again i'm not sure that's the best approach. it's the "turn everything off and on again" solution that gives us less ideas about what's happening | 11:34:33 |
Abdulrhmn Ghanem | In reply to @kasbah:matrix.org i'm not sure that's the best approach. it's the "turn everything off and on again" solution that gives us less ideas about what's happening I know but I am in the middle of my final exams right now 😬 | 11:35:25 |
kasbah | In reply to @ghanem__:matrix.org We haven't touched the project in six months so it's not that bad 😂 but that's what i mean. i don't understand what's changing | 11:35:38 |
kasbah | In reply to @ghanem__:matrix.org I know but I am in the middle of my final exams right now 😬 aha! stop doing this and go study :D | 11:36:11 |
Abdulrhmn Ghanem | I will finish Jan 24th if you want to schedule a week after it to actually release v2 I am more than happy to do so | 11:36:50 |
Abdulrhmn Ghanem | The processor is broken for a fresh build too! | 11:58:55 |
8 Jan 2024 |
kasbah | setting GIT_DISCOVERY_ACROSS_FILESYSTEM reveals the issue is actually postgres:
PostgreSQL Database directory appears to contain a database; Skipping initialization
2024-01-08 06:36:00.649 GMT [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
2024-01-08 06:36:00.649 GMT [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
2024-01-08 06:36:00.649 GMT [1] LOG: listening on IPv6 address "::", port 5432
2024-01-08 06:36:00.654 GMT [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2024-01-08 06:36:00.661 GMT [26] LOG: database system was shut down at 2024-01-08 06:16:27 GMT
2024-01-08 06:36:00.661 GMT [26] LOG: invalid primary checkpoint record
2024-01-08 06:36:00.661 GMT [26] PANIC: could not locate a valid checkpoint record
2024-01-08 06:36:00.795 GMT [1] LOG: startup process (PID 26) was terminated by signal 6: Aborted
2024-01-08 06:36:00.795 GMT [1] LOG: aborting startup due to startup process failure
2024-01-08 06:36:00.796 GMT [1] LOG: database system is shut down
| 06:37:51 |
kasbah | i deleted the gitea/db volumes and now the problem is back to processor:
Error: Command failed: cd /data/checkout/m3cinc/infidel && git pull
fatal: not a git repository (or any of the parent directories): .git
at ChildProcess.exithandler (node:child_process:402:12)
at ChildProcess.emit (node:events:513:28)
at maybeClose (node:internal/child_process:1100:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5) {
code: 128,
killed: false,
signal: null,
cmd: 'cd /data/checkout/m3cinc/infidel && git pull',
stdout: '',
stderr: 'fatal: not a git repository (or any of the parent directories): .git\n'
}
| 10:39:24 |
kasbah | checkout is indeed empty | 10:44:03 |
Abdulrhmn Ghanem | The deployment on https://abdo-dev.staging.kitspace.dev/ was successful | 11:08:48 |
13 Jan 2024 |
| psydroid changed their profile picture. | 21:08:30 |
15 Jan 2024 |
| psydroid changed their profile picture. | 08:21:09 |
18 Jan 2024 |
Abdulrhmn Ghanem | I realized we don't need the patched version of gitea for the alpha release because we removed all the the features that depend on it | 16:25:13 |
Abdulrhmn Ghanem | I will test the application with the go-gitea/gitea and see if there is any problem | 16:25:53 |
kasbah | really? i think we still need patches for auth, no? | 16:38:23 |
Abdulrhmn Ghanem | We aren't using authentication in alpha | 21:41:05 |
Abdulrhmn Ghanem | only admin token for importing boards | 21:41:16 |
Abdulrhmn Ghanem | Any ways I have face a new issue: nginx doesn't get initialized successfully | 21:42:30 |
Abdulrhmn Ghanem | 11#11: unexpected "l" in /etc/nginx/conf.d/default.conf:14 | 21:42:37 |
kasbah | i don't think we are touching the default.conf 🤔 | 21:52:11 |
Abdulrhmn Ghanem | We are re-writing it | 21:52:34 |
kasbah | oh, right, that's the template | 21:52:54 |
kasbah | i'm forgetting everything | 21:53:07 |
Abdulrhmn Ghanem | https://github.com/kitspace/kitspace-v2/blob/5d510394b94daf31c9f43fbae19bb2f6b75ddf19/nginx/command#L14 | 21:53:08 |
Abdulrhmn Ghanem | but this only happening locally | 21:53:36 |
Abdulrhmn Ghanem | partinfo is down | 23:05:13 |