!yAXokUArOJxHEACeib:pussthecat.org

Invidious

653 Members
https://invidious.io/ | Instances: https://instances.invidious.io/ | Documentation: https://docs.invidious.io | SourceCode: https://git.invidious.io | Instances API: https://api.invidious.io/ | ToDo: https://todo.invidious.io/ | Bridged to #invidious on Libera.Chat134 Servers

Load older messages


SenderMessageTime
2 Jan 2022
@samantazfox:pussthecat.orgSamantaz Foxthis will disable the compiiler optimization of a debug build an fasten build21:48:47
@appservice:libera.chatappservice 21:49:00
@zehka:matrix.flokinet.iszehka
In reply to @samantazfox:pussthecat.org

during testing, you can also pass RELEASE=0

OK but it probably isn't worth it to kill the compile process now (multiple minutes in)
21:49:54
@samantazfox:pussthecat.orgSamantaz Fox

(with RELEASE=0, it will generally drop to 2 minutes, where an optimized binary takes ~16 minutes)

21:50:13
@thefrenchghosty:pussthecat.orgTheFrenchGhosty zehka: I just sent the VPS access to Samantaz Fox 21:58:32
@thefrenchghosty:pussthecat.orgTheFrenchGhosty
# cat /etc/almalinux-release
AlmaLinux release 8.4 (Electric Cheetah)
21:58:38
@thefrenchghosty:pussthecat.orgTheFrenchGhostyShe'll have to figure out how to upgrade it xD21:58:48
@samantazfox:pussthecat.orgSamantaz Foxdnf something, I guess21:59:08
@thefrenchghosty:pussthecat.orgTheFrenchGhosty Samantaz Fox: It's a 1 core / 1GB ram VPS, from Scaleway (it's a stardust) 21:59:14
@zehka:matrix.flokinet.iszehkaHm, the binary i compiled with DISABLE_LSQUIC=1 and RELEASE=0 does not seem functional. There is no log output, it is not binding to the port and the strace output just freezes21:59:57
@thefrenchghosty:pussthecat.orgTheFrenchGhosty(if you remember it was the VPS I spun up around 2 weeks ago as a test, I just kept it since a price like that is rare)22:00:15
@zehka:matrix.flokinet.iszehkaAnd then dies in a core dump22:01:18
@zehka:matrix.flokinet.iszehka
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_ACCERR, si_addr=0x7f01f91e9000} ---
fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(0x88, 0), ...}) = 0
lseek(2, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
write(2, "Invalid memory access (signal 11"..., 60Invalid memory access (signal 11) at address 0x7f01f91e9000
) = 60
fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(0x88, 0), ...}) = 0
lseek(2, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
write(2, "[0x8454e6] *Exception::CallStack"..., 74[0x8454e6] *Exception::CallStack::print_backtrace:Nil +118 in ./invidious
) = 74
--- SIGBUS {si_signo=SIGBUS, si_code=SI_KERNEL, si_addr=NULL} ---
fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(0x88, 0), ...}) = 0
lseek(2, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
write(2, "Invalid memory access (signal 7)"..., 48Invalid memory access (signal 7) at address 0x0
) = 48
--- SIGBUS {si_signo=SIGBUS, si_code=SI_KERNEL, si_addr=NULL} ---
+++ killed by SIGBUS (core dumped) +++
Bus error (core dumped)

22:01:32
@thefrenchghosty:pussthecat.orgTheFrenchGhosty zehka: That's really weird 22:01:46
@thefrenchghosty:pussthecat.orgTheFrenchGhostywe should be able to figure it out22:01:55
@unixfox:matrix.orgunixfoxis disable_quic to false in the settings?22:03:38
@unixfox:matrix.orgunixfox * is disable_quic to true in the settings?22:03:49
@samantazfox:pussthecat.orgSamantaz FoxI instructed them to compile without QUIC22:04:13
@thefrenchghosty:pussthecat.orgTheFrenchGhosty Samantaz Fox: I sent you the logins in the other room 22:04:23
@thefrenchghosty:pussthecat.orgTheFrenchGhosty * Samantaz Fox: I sent you the creds in the other room 22:04:29
@thefrenchghosty:pussthecat.orgTheFrenchGhostyI'm currently updating it22:04:36
@zehka:matrix.flokinet.iszehkaI just stashed the git repo because there where quite a few changes accumulating from the different builds22:05:05
@tia4f8r:matrix.orgTiA4f8R
In reply to @samantazfox:pussthecat.org

TiA4f8R yeah, I did. Though, I havent tried from CLI, only inside invidious

Did you tried with curl on your machine?
22:05:41
@thefrenchghosty:pussthecat.orgTheFrenchGhosty
In reply to @thefrenchghosty:pussthecat.org
I'm currently updating it
I know it's offtopic: but damn DNF is SLOWWWWW
22:06:24
@samantazfox:pussthecat.orgSamantaz Fox

TiA4f8R I'm using this: https://github.com/iv-org/youtube-utils/blob/master/scripts/yt-api-helper.sh

22:06:26
@samantazfox:pussthecat.orgSamantaz Foxspeeds stuff up22:06:37
@thefrenchghosty:pussthecat.orgTheFrenchGhostythe "scriptlet" (I'm guessing the update hooks) take SO LONG22:07:34
@unixfox:matrix.orgunixfox zehka: for the moment an alternative would be to use docker which we know works perfectly 22:08:28
@thefrenchghosty:pussthecat.orgTheFrenchGhosty
In reply to @unixfox:matrix.org
zehka: for the moment an alternative would be to use docker which we know works perfectly
I kinda agree, but it doesn't really fix it... it should work on Almalinux
22:09:01
@unixfox:matrix.orgunixfox
In reply to @thefrenchghosty:pussthecat.org
I kinda agree, but it doesn't really fix it... it should work on Almalinux
we can't easily support ALL the linux distributions :)
22:09:41

Show newer messages


Back to Room ListRoom Version: 7