Bug 15933 - Некорректный автоматический поиск hsh_workdir
Summary: Некорректный автоматический поиск hsh_workdir
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: kernel-build-tools (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Sergey Vlasov
QA Contact: qa-sisyphus
URL:
Keywords:
: 15934 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-06-06 11:34 MSD by Kirill A. Shutemov
Modified: 2008-06-13 13:26 MSD (History)
13 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kirill A. Shutemov 2008-06-06 11:34: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
*** Bug 15934 has been marked as a duplicate of this bug. ***
Comment 2 Kirill A. Shutemov 2008-06-11 01:10:37 MSD
Дима, можно вместо того, что делается в kernel-build-sh-functions внутри if [ -z
"$hsh_workdir" ]; then просто присвоить hsh_workdir="$HOME/hasher"?
Comment 3 Dmitry V. Levin 2008-06-11 01:31:37 MSD
(In reply to comment #2)
> Дима, можно вместо того, что делается в kernel-build-sh-functions внутри if [ -z
> "$hsh_workdir" ]; then просто присвоить hsh_workdir="$HOME/hasher"?

Можно, хотя большинство пользователей этого пакета используют возможность
определить hsh_workdir с помощью config.sh
Comment 4 Kirill A. Shutemov 2008-06-13 13:26:52 MSD
У меня в git'е лежит исправление + ещё два патча. Прошу смерижить или дать NMU.