Displaying 2 results from an estimated 2 matches for "beneith".
Did you mean:
beneath
2008 Aug 07
1
rsync operation times out on excluded directory
...:41 [23001] receiving file list
2008/08/06 01:27:44 [23001] rsync: readlink "/home/username/mnt/dev" failed:
Operation timed out (60)
2008/08/06 01:34:57 [23001] IO error encountered -- skipping file deletion
The manpage says that using the exclude option, will prevent it from traversing
beneith an exclude-path.
Since I exclude /home/username/mnt, howcome it times out on /home/username/mnt/dev?
Is there a solution? Other than lazy-unmounting the NFS filesystem?
--
Rob klein Gunnewiek
BWSS B.V. Deventer (http://www.bwss.nl)
Tel +(31) 0570-665140
Fax +(31) 0570-665141
2003 Aug 22
2
kernel: locore.s doesn't assemble (fillkpt, $PAGE_SHIFT, $PTESHIFT)
...locore.s depends on a number of files, one of which is assym.s.
assym.s should "#define PAGE_SHIFT ...", but the file is empty (but it
exists!). $PTESHIFT comes from machine/pmap.h, but this file exists
and defines this constant.
here's the make-log, with the offending lines right beneith the error
messages. the formatting comes from the way cpp(1) expands macros:
--8<---cut here:--start--->8--
Examining locore.o...non-existent...modified before source...out-of-date.
cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes -Wmissin...