[01:10] apache2 "500 Server Error" i have followed instruction on how to setup snipe-it(Asset Management Software on ubuntu server) but I am getting this error, I am a newbie with linux, google tells me its generic error without much information could some one please help me with this? [02:41] no one can help you with it [02:41] the 500 error means, there was nothing to return [02:41] likely your using a cgi [02:41] and likely that cgi crashed [02:41] so you will have to find the logs of that cgi [02:42] perhaps apache error log might have some info... [02:55] i helped him with the correct tutorial installing sni[e-it on ubuntu, the universal tutorial might be the culprit [02:55] and using a VM is easy to start all over [05:43] https://bpa.st/RPLQ [05:43] which mount to use when chroot from non ubuntu [05:46] aaaaal, weird question, use ubuntu! [05:46] https://help.ubuntu.com/community/LiveCdRecovery [05:46] i cannot guarantee you will be succesfull === oerheks is now known as Guest1586 === oerheks1 is now known as oerheks === lotuspsychje_ is now known as lotuspsychje === scoobydoob is now known as scoobydoo [17:59] grmbl [17:59] # netplan generate [17:59] mode: wireguard [17:59] ^ [17:59] /etc/netplan/home0.yaml:5:7: Error in network definition: home0: invalid wireguard public key [18:01] ok, the wireguard public key was wrong (I had a path in there, thinking it was supported, just like it is for the private key) [18:01] but the arrow above is clearly not pointing at the right bit :) [18:09] TIL systemd-networkd does not run as root [18:33] during install you can have the installer pull keys from a github user id, can you have it refresh keys from there after install somehow? [18:37] "# ssh-import-id gh:xxx" [18:39] also, is there a way to tell which key is which from the ones that installer pulled and the ones on gh? to remove unused ones. [18:40] nvm on the last question. [19:22] kinghat: I think you're limited to what the "ssh-import-id" command can do. I believe that's what the installer uses. [19:23] The source is here: https://git.launchpad.net/ssh-import-id/tree/ [19:24] 👌 [20:53] Hmm, libsnmp40 is in main but libsnmp-dev is in universe. That seems unusual? [21:12] there is something automatic that can happen to *-dev packages [21:12] likewise to *-doc [21:13] * Extra-Include: *-dbg *-debug *-dev *-doc *-docs gir1.2-* *-examples [21:14] hm, which should have taken care of pulling these into main? I don't recall how this works