Skip to main content
improved formatting
Source Link
AdminBee
  • 23.6k
  • 25
  • 56
  • 78

Solved! The problem was: almost the entirety of $LFS$LFS was owned by rootroot, not the lfslfs user. Trying to run make installmake install as the lfslfs user, I was attempting to write to directories that weren't mine. I fixed this by running

sudo chown -R lfs $LFS 

As rootas root. Hope this helps you guys!!!

Solved! The problem was: almost the entirety of $LFS was owned by root, not the lfs user. Trying to run make install as the lfs user, I was attempting to write to directories that weren't mine. I fixed this by running

sudo chown -R lfs $LFS 

As root. Hope this helps you guys!!!

Solved! The problem was: almost the entirety of $LFS was owned by root, not the lfs user. Trying to run make install as the lfs user, I was attempting to write to directories that weren't mine. I fixed this by running

sudo chown -R lfs $LFS 

as root.

Solved! The problem was: almost the entirety of $LFS was owned by root, not the lfs user. Trying to run make install as the lfs user, I was attemtingattempting to write to directories that weren't mine. I fixed this by running

sudo chown -R lfs $LFS

sudo chown -R lfs $LFS 

As root. Hope this helps you guys!!!

Solved! The problem was: almost the entirety of $LFS was owned by root, not the lfs user. Trying to run make install as the lfs user, I was attemting to write to directories that weren't mine. I fixed this by running

sudo chown -R lfs $LFS

As root. Hope this helps you guys!!!

Solved! The problem was: almost the entirety of $LFS was owned by root, not the lfs user. Trying to run make install as the lfs user, I was attempting to write to directories that weren't mine. I fixed this by running

sudo chown -R lfs $LFS 

As root. Hope this helps you guys!!!

Source Link

Solved! The problem was: almost the entirety of $LFS was owned by root, not the lfs user. Trying to run make install as the lfs user, I was attemting to write to directories that weren't mine. I fixed this by running

sudo chown -R lfs $LFS

As root. Hope this helps you guys!!!