ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] настройка hasher
@ 2009-05-27 13:06 Aleksander Gorohovski
  2009-05-28  1:03 ` Dmitry V. Levin
  0 siblings, 1 reply; 6+ messages in thread
From: Aleksander Gorohovski @ 2009-05-27 13:06 UTC (permalink / raw)
  To: ALT Linux Community

Уважаемое сообщество,
Доброго времени суток!

Я пошу прощения, что опять поднимаю это вопрос.

После переустановки системы (ALT4.1.1 на новый винт) настраиваю hasher
для сборки пакетов,
но
возникли некоторые неувязки в стандартной схеме.
Делаю как обычно:

1.
# apt-get update
2.
# apt-get install hasher
3.
# hasher-useradd aleksander

Перезалогинился.
4.
$ mkdir ~/hasher
5.
$ hsh -v --initroot-only ~/hasher

В итоге получаю сообщение:

hasher-priv: slave: chrootuid: execve: /.host/entry: No such file or
directory
hsh-initroot: Failed to create RPM database.

Не пойму, но структура каталогов и файлов для чрут присутствует:


$ ll ~/hasher/chroot/.host/
итого 1736
drwx--x--x  2 aleksander aleksander     4096 Май 27 08:04 ./
drwxrwxr-t 10 aleksander aleksander_a   4096 Май 27 08:04 ../
-rwxr-xr-x  1 aleksander aleksander      543 Май 27 08:04 entry
-rwxr-xr-x  1 aleksander aleksander   596768 Май 27 08:01 cpio
-rwxr-xr-x  1 aleksander aleksander   654880 Май 27 08:01 find
-rwxr-xr-x  1 aleksander aleksander   499028 Май 27 08:01 sh


Подскажите,
что еще можно предпринять, куда дальше копать,
чтобы заработал hasher?

apt настроен на DVD и на внешние источники
# cat alt.list

rpm [desktop]
ftp://ftp.altlinux.org/pub/distributions/ALTLinux/4.1/Desktop/current i586
main
rpm [desktop]
ftp://ftp.altlinux.org/pub/distributions/ALTLinux/4.1/Desktop/current i586
classic
rpm [updates]
ftp://ftp.altlinux.org/pub/distributions/ALTLinux/updates/4.1 i586 updates
rpm [updates] ftp://ftp.altlinux.org/pub/distributions/ALTLinux/4.1/branch
noarch classic
rpm [updates] ftp://ftp.altlinux.org/pub/distributions/ALTLinux/4.1/branch
i586 classic


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] настройка hasher
  2009-05-27 13:06 [Comm] настройка hasher Aleksander Gorohovski
@ 2009-05-28  1:03 ` Dmitry V. Levin
  2009-05-28 13:36   ` Aleksander Gorohovski
  0 siblings, 1 reply; 6+ messages in thread
From: Dmitry V. Levin @ 2009-05-28  1:03 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 756 bytes --]

On Wed, May 27, 2009 at 04:06:37PM +0300, Aleksander Gorohovski wrote:
[...]
> После переустановки системы (ALT4.1.1 на 
> новый винт) настраиваю hasher
> для сборки пакетов,
> но
> возникли некоторые неувязки в 
> стандартной схеме.
> Делаю как обычно:
> 
> 1.
> # apt-get update
> 2.
> # apt-get install hasher
> 3.
> # hasher-useradd aleksander
> 
> Перезалогинился.
> 4.
> $ mkdir ~/hasher
> 5.
> $ hsh -v --initroot-only ~/hasher
> 
> В итоге получаю сообщение:
> 
> hasher-priv: slave: chrootuid: execve: /.host/entry: No such file or
> directory

Файл существует, но запустить его не удаётся.  Интересно, с какими
параметрами смонтирована файловая система, на которой расположен
каталог ~/hasher/chroot?


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] настройка hasher
  2009-05-28  1:03 ` Dmitry V. Levin
@ 2009-05-28 13:36   ` Aleksander Gorohovski
  2009-05-28 14:10     ` Damir
  0 siblings, 1 reply; 6+ messages in thread
From: Aleksander Gorohovski @ 2009-05-28 13:36 UTC (permalink / raw)
  To: ALT Linux Community general discussions

On Thu, 28 May 2009 04:03:05 +0300, Dmitry V. Levin <ldv@altlinux.org>  
wrote:

> On Wed, May 27, 2009 at 04:06:37PM +0300, Aleksander Gorohovski wrote:
> [...]
>> После переустановки системы (ALT4.1.1 на
>> новый винт) настраиваю hasher
>> для сборки пакетов,
>> но
>> возникли некоторые неувязки в
>> стандартной схеме.
>> Делаю как обычно:
>>
>> 1.
>> # apt-get update
>> 2.
>> # apt-get install hasher
>> 3.
>> # hasher-useradd aleksander
>>
>> Перезалогинился.
>> 4.
>> $ mkdir ~/hasher
>> 5.
>> $ hsh -v --initroot-only ~/hasher
>>
>> В итоге получаю сообщение:
>>
>> hasher-priv: slave: chrootuid: execve: /.host/entry: No such file or
>> directory
>
> Файл существует, но запустить его не удаётся.  Интересно, с какими
> параметрами смонтирована файловая система, на которой расположен
> каталог ~/hasher/chroot?

Права, кажется, соответсвуют проводимым действиям:

# cat /etc/fstab | grep home
UUID=e1a208ee-ebb4-486f-b0a6-38996e17ba49       /home   ext3    nosuid   
1       2



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] настройка hasher
  2009-05-28 13:36   ` Aleksander Gorohovski
@ 2009-05-28 14:10     ` Damir
  2009-05-28 15:07       ` Aleksander Gorohovski
  0 siblings, 1 reply; 6+ messages in thread
From: Damir @ 2009-05-28 14:10 UTC (permalink / raw)
  To: ALT Linux Community general discussions

> # cat /etc/fstab | grep home
> UUID=e1a208ee-ebb4-486f-b0a6-38996e17ba49       /home   ext3    nosuid  1
>     2
Наверное надо убрать nosuid.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] настройка hasher
  2009-05-28 14:10     ` Damir
@ 2009-05-28 15:07       ` Aleksander Gorohovski
  2009-05-28 16:50         ` Anton Chaykin
  0 siblings, 1 reply; 6+ messages in thread
From: Aleksander Gorohovski @ 2009-05-28 15:07 UTC (permalink / raw)
  To: ALT Linux Community general discussions

On Thu, 28 May 2009 17:10:14 +0300, Damir <lost404@gmail.com> wrote:

>> # cat /etc/fstab | grep home
>> UUID=e1a208ee-ebb4-486f-b0a6-38996e17ba49       /home   ext3    nosuid  
>>  1
>>     2
> Наверное надо убрать nosuid.

Странно, но nosuid по смыслу --- не noexec или nodev.

Да к тому же почему всё работает если в apt
отключить репозитарии на DVD
?

Тут что-то в консерватории менять надо (т.е. в hasher)


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] настройка hasher
  2009-05-28 15:07       ` Aleksander Gorohovski
@ 2009-05-28 16:50         ` Anton Chaykin
  0 siblings, 0 replies; 6+ messages in thread
From: Anton Chaykin @ 2009-05-28 16:50 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 855 bytes --]

On Thursday 28 May 2009 22:07:20 Aleksander Gorohovski wrote:
> On Thu, 28 May 2009 17:10:14 +0300, Damir <lost404@gmail.com> wrote:
> >> # cat /etc/fstab | grep home
> >> UUID=e1a208ee-ebb4-486f-b0a6-38996e17ba49       /home   ext3    nosuid
> >>  1
> >>     2
> >
> > Наверное надо убрать nosuid.
>
> Странно, но nosuid по смыслу --- не noexec или nodev.
>
> Да к тому же почему всё работает если в apt
> отключить репозитарии на DVD
> ?
>
> Тут что-то в консерватории менять надо (т.е. в hasher)
> _______________________________________________
> community mailing list
> community@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community

Потому что aptbox не поддерживает репозитории DVD :)

-- 
#Jabber: metalgizmo@jabber.ru
#ICQ:    388767565             
With best regards, Anton Chaykin.  
Novosibirsk, Russia               



[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-05-28 16:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-27 13:06 [Comm] настройка hasher Aleksander Gorohovski
2009-05-28  1:03 ` Dmitry V. Levin
2009-05-28 13:36   ` Aleksander Gorohovski
2009-05-28 14:10     ` Damir
2009-05-28 15:07       ` Aleksander Gorohovski
2009-05-28 16:50         ` Anton Chaykin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git