[gentoo-user] [SOLVED] make[1]: *** [kernel/Makefile:134: kernel/kheaders_data.tar.xz] Error 127

2021-03-04 Thread Walter Dnes
On Thu, Mar 04, 2021 at 10:28:46PM -0500, John Covici wrote > > On Thu, 04 Mar 2021 22:22:47 -0500, > Walter Dnes wrote: > > > > I'm doing a fresh install on another Lenovo Thinkpad. First attempt > > at a kernel build ends with... > > > > > > CC kernel/kallsyms.o > > CC

Re: [gentoo-user] make[1]: *** [kernel/Makefile:134: kernel/kheaders_data.tar.xz] Error 127

2021-03-04 Thread John Covici
On Thu, 04 Mar 2021 22:22:47 -0500, Walter Dnes wrote: > > I'm doing a fresh install on another Lenovo Thinkpad. First attempt > at a kernel build ends with... > > > CC kernel/kallsyms.o > CC kernel/acct.o > CC kernel/crash_core.o > CC kernel/utsname.o > CC

[gentoo-user] make[1]: *** [kernel/Makefile:134: kernel/kheaders_data.tar.xz] Error 127

2021-03-04 Thread Walter Dnes
I'm doing a fresh install on another Lenovo Thinkpad. First attempt at a kernel build ends with... CC kernel/kallsyms.o CC kernel/acct.o CC kernel/crash_core.o CC kernel/utsname.o CC kernel/pid_namespace.o GZIPkernel/config_data.gz CC

Re: [gentoo-user] [OT] Saving an image as black and white

2021-03-04 Thread Frank Steinmetzger
Am Mon, Mar 01, 2021 at 03:54:12PM + schrieb Wols Lists: > >> So basically, how do I save an image as "one bit per pixel" like you'd > >> think you'd send to a B printer? > > > > $ convert input.jpg -threshold 50% output.png > > > > should do it, you may need to play with the threshold