Bug 15934

Summary: Некорректный автоматический поиск hsh_workdir
Product: Sisyphus Reporter: Kirill A. Shutemov <kas>
Component: kernel-build-toolsAssignee: Sergey Vlasov <vsu>
Status: CLOSED DUPLICATE QA Contact: qa-sisyphus
Severity: normal    
Priority: P2 CC: boyarsh, glebfm, kernelbot, ldv, mike, rider, sbolshakov, shrek, sin, vitty, vsu, vt, zerg
Version: unstable   
Hardware: all   
OS: Linux   

Description Kirill A. Shutemov 2008-06-06 11:38:11 MSD
prefix в конфигурации hasher-priv может иметь несколько несколько значений
разделённых ':'

$ cat /etc/hasher-priv/system 
# Systemwide configuration for the hasher-priv(8) helper program.
# See hasher-priv.conf(5) for details.

prefix=~:/tmp/.private:/var/tmp
allowed_mountpoints=/proc

В этом случае buildkernel --hasher работает неверно:
$ buildkernel --hasher -t refs/remotes/lakostis-2.6.26/kernel-image-wks-smp
hsh: /home/kas:/tmp/.private:/var/tmp/kas/hasher: no such file or directory.
Comment 1 Andrey Rahmatullin 2008-06-06 12:06:33 MSD

*** This bug has been marked as a duplicate of 15933 ***