Skip to main content

All Questions

Tagged with
1 vote
2 answers
622 views

LFS 11.2 on Ubuntu Server 22.04: chroot: failed to run command ‘/usr/bin/env’: No such file or directory

I have been following the LFS 11.2 guide and it has gone smoothly up until the chroot part. Although the symlinks have created properly i.e. relative to the LFS directory, the error is still ...
Abhinav Gupta's user avatar
6 votes
1 answer
3k views

bash autocompletion is slow, freezing my desktop

sometimes when working with a custom kernel, pressing tab in the bash autocompletes at a horrible pace. It freezes the whole desktop. Then comes back after awhile. This is the only quirk that I've ...
user108754's user avatar
1 vote
2 answers
2k views

Why program fails when started using /lib/ld-linux.so.2?

$ /bin/bash -c 'echo qqq' qqq $ /lib/ld-linux.so.2 /bin/bash -c 'echo qqq' /bin/bash: xmalloc: ../bash/variables.c:2176: cannot allocate 3 bytes (8192 bytes allocated) Why this happens (zsh4, python ...
Vi.'s user avatar
  • 17.3k
22 votes
2 answers
11k views

How to check which SysRq functions are enabled?

The file /proc/sys/kernel/sysrq contains a single number, such as: 1 (enable all SysRq commands), 0 (disable all), or a base-10 positive integer which functions as a binary bitmask, enabling a subset ...
user001's user avatar
  • 3,714