Custom Query (4874 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (88 - 90 of 4874)

Ticket Owner Reporter Resolution Summary
#728 lfs-book@… lizardo@… fixed Chapter 06: Zlib-1.1.4: libz.a is installed with execution permission
Description

-rwxr-xr-x 1 root root 66272 Dec 12 22:55 /usr/lib/libz.a

Like Ncurses' libncurses++.a, libz.a should have 644 as permission bits. A simple

chmod 644 /usr/lib/libz.a

command does the trick.

#731 lfs-book@… bleyb@… worksforme Forced to delete symlinks /usr/info and /usr/man
Description

"make install" couldn't work (within my reduced linux knowledge) without removins symlink /usr/man to install gcc-3.3.1 which wanted to create directory "man" in /usr and which were unable to do it with the presence of the symlink identically for /usr/info but for glibc first

#732 lfs-book@… marconigarcia@… wontfix how to suppress mount warning in chapter 6
Description

in chapter 6, section "mounting the proc and devpts file systems", the mount warning message can be suppressed if you pass the -n switch option to the command.

we should have:

mount -n proc /proc -t proc mount -n devpts /dev/pts -t devpts

thanks

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.