documentation:technical_docs
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| documentation:technical_docs [2024/11/12 15:22] – [Running the build script] olivier | documentation:technical_docs [2024/11/12 15:23] (current) – [Current problems with make] olivier | ||
|---|---|---|---|
| Line 45: | Line 45: | ||
| make upstream-sync | make upstream-sync | ||
| </ | </ | ||
| - | ===== Current problems with make ===== | ||
| - | ==== Disk image creation can fail ==== | ||
| - | On FreeBSD dektop, sometimes NanoBSD can't umount the md during image creation. | ||
| - | "fstat | grep BSDRP" display the name of the process locking the temporary mount point. It can be: | ||
| - | * gam_server | ||
| - | * gvfsd-trash | ||
| - | here is the log of a failed build: | ||
| - | |||
| - | < | ||
| - | ### log : / | ||
| - | Error encountered. Check errors in last log file. | ||
| - | Running exit trap code | ||
| - | root@dev # tail -n 4 / | ||
| - | unmount: unmount of / | ||
| - | </ | ||
| - | |||
| - | ==== gam_server ==== | ||
| - | For preventing gamin to lock the working mount point, create this configuration file and force a restart of gamin: | ||
| - | < | ||
| - | mkdir / | ||
| - | echo "fsset ufs poll 10" > / | ||
| - | killall -9 gam_server | ||
| - | </ | ||
| - | |||
| - | ==== gvfsd-trash ==== | ||
| - | |||
| - | I don't know how to fix this gvfs bug. | ||
| ====== How to generate customized BSDRP images ====== | ====== How to generate customized BSDRP images ====== | ||
documentation/technical_docs.1731421378.txt.gz · Last modified: 2024/11/12 15:22 by olivier
