rofl0r
rofl0r
glad to hear. i will probably be without internet for the next week, so if you have questions someone else in our irc channel might be able to help.
@bkauler : any updates ? the search engine thing is no deal-breaker, i hope ?
well sabotage linux is currently only build-from-source. that works also with old laptops... it just takes a while to compile the few huge packages (like kernel or firefox). i think...
while we currently not have a lot of dedicated developers, we're trying to stay up-to-date in software packages that are susceptible to vulnerabilities like network services and browsers. regarding binary...
yeah, a second server is still "most wanted". i'm not sure if CI started from every commit is the way to go forward, since you'd have to build the **entire**...
this issue might be caused by a new relocation type R_X86_64_REX_GOTPCRELX which was added to binutils around 2.25 with no possibility to opt out. https://sourceware.org/ml/binutils/2015-10/msg00186.html it might be possible to...
the way to go about this is 1) start kernel build until extraction is finished (on a multicore build you typically see cpu usage going from a single core to...
/src/build/$packagename > Also how can we add custom repositories ? > Like for a custom software? you mean custom packages? usually people just have those lying around inside their pkg...
i can confirm that the issue exists, and as well in busybox/runit's chpst. however i'm unsure about how to fix it, since the existing "solutions" are complicated and cripple legitimate...
the result of a discussion was that the best solution is to remove TIOCSTI from the kernel ``` diff the TIOCSTI ioctl is supposed to simulate keyboard input in a...