[Debian-ha-maintainers] pacemaker build failed another jessie host due to missing man7 files

Juha Heinanen jh at tutpro.com
Sun Feb 28 21:40:53 UTC 2016


Ferenc Wágner writes:

> Why doesn't that find command finds the directories you list in the next
> command?  Are your permissions all right?  What do the following
> commands report?

It turned out that the find command didn't find anything because
/usr/share is symbolic link:

$ ls -ls /usr/share
0 lrwxrwxrwx 1 root root 12 Apr 16  2015 /usr/share -> /mnt/1/share/

If I add / to the path, it finds the directories:

$ find /usr/share/ -name manpages -type d
/usr/share/doc/manpages
/usr/share/doc/docbook-xsl-doc-html/doc/manpages
/usr/share/xml/docbook/stylesheet/docbook-xsl-ns/manpages
/usr/share/xml/docbook/stylesheet/docbook-xsl/manpages

> $ mount
> $ ls -ld / /usr /usr/share /usr/share/xml /usr/share/xml/docbook /usr/share/xml/docbook/stylesheet /usr/share/xml/docbook/stylesheet/docbook-xsl /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages

ls gives:

$ ls -ld / /usr /usr/share /usr/share/xml /usr/share/xml/docbook /usr/share/xml/docbook/stylesheet /usr/share/xml/docbook/stylesheet/docbook-xsl /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages
drwxr-xr-x 23 root root 4096 Feb 27 07:29 //
drwxr-xr-x  9 root root 4096 Apr 16  2015 /usr/
lrwxrwxrwx  1 root root   12 Apr 16  2015 /usr/share -> /mnt/1/share/
drwxr-xr-x 12 root root 4096 May  6  2015 /usr/share/xml/
drwxr-xr-x  4 root root 4096 Oct  4  2012 /usr/share/xml/docbook/
drwxr-xr-x  6 root root 4096 Feb 27 07:32 /usr/share/xml/docbook/stylesheet/
drwxr-xr-x 23 root root 4096 May  6  2015 /usr/share/xml/docbook/stylesheet/docbook-xsl/
drwxr-xr-x  2 root root 4096 May  6  2015 /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/

-- Juha



More information about the Debian-ha-maintainers mailing list