ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] vserver doesn't builds
@ 2006-07-03 20:34 Andrey Khavryuchenko
  2006-07-03 21:20 ` Konstantin A. Lepikhov
  2006-07-03 21:25 ` Pavel Usischev
  0 siblings, 2 replies; 4+ messages in thread
From: Andrey Khavryuchenko @ 2006-07-03 20:34 UTC (permalink / raw)
  To: sisyphus

Hi!

На свежей системе не создаётся vserver.  Действую по
http://www.freesource.info/wiki/Altlinux/VServer 

akhavr@janus ~ $ sudo cp -a /etc/apt/vendors.list /etc/vservers/.distributions/altSisyphus/apt/
akhavr@janus ~ $ sudo cp /etc/apt/sources.list /etc/vservers/.distributions/altSisyphus/apt/sources.list
akhavr@janus ~ $ sudo vserver quchem build -m apt-rpm --hostname=qu --interface eth0:192.168.1.99/24 --context 4101 -- -d altSisyphus
Get:1 ftp://ftp.linux.kiev.ua x86_64 release [721B]
Fetched 721B in 0s (4224B/s)
Get:1 ftp://ftp.linux.kiev.ua x86_64/classic pkglist [1567kB]
Get:2 ftp://ftp.linux.kiev.ua x86_64/classic release [127B]
Get:3 ftp://ftp.linux.kiev.ua x86_64/classic srclist [667kB]
Fetched 2234kB in 30s (73,9kB/s)
Reading Package Lists... Done
Building Dependency Tree... Done
Reading Package Lists... Done
Building Dependency Tree... Done
Package startup has no available version, but exists in the database.
This typically means that the package was mentioned in a dependency and
never uploaded, has been obsoleted or is not available with the contents
of sources.list
E: Package startup has no installation candidate


akhavr@janus ~ $ uname -a
Linux janus.kds.com.ua 2.6.16-vs26-smp-alt8 #1 SMP Wed May 24 18:47:27 MSD 2006 x86_64 GNU/Linux

akhavr@janus ~ $ rpm -q util-vserver util-vserver-build util-vserver-sysv
util-vserver-0.30.210-alt2
util-vserver-build-0.30.210-alt2
util-vserver-sysv-0.30.210-alt2

Куда копать?

-- 
Andrey V Khavryuchenko            
Software Development Company http://www.kds.com.ua/


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

* Re: [sisyphus] vserver doesn't builds
  2006-07-03 20:34 [sisyphus] vserver doesn't builds Andrey Khavryuchenko
@ 2006-07-03 21:20 ` Konstantin A. Lepikhov
  2006-07-04  8:31   ` Andrey Khavryuchenko
  2006-07-03 21:25 ` Pavel Usischev
  1 sibling, 1 reply; 4+ messages in thread
From: Konstantin A. Lepikhov @ 2006-07-03 21:20 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

Hi Andrey!

Monday 03, at 11:34:23 PM you wrote:

> Hi!
> 
> На свежей системе не создаётся vserver.  Действую по
> http://www.freesource.info/wiki/Altlinux/VServer 
> 
> akhavr@janus ~ $ sudo cp -a /etc/apt/vendors.list /etc/vservers/.distributions/altSisyphus/apt/
> akhavr@janus ~ $ sudo cp /etc/apt/sources.list /etc/vservers/.distributions/altSisyphus/apt/sources.list
> akhavr@janus ~ $ sudo vserver quchem build -m apt-rpm --hostname=qu --interface eth0:192.168.1.99/24 --context 4101 -- -d altSisyphus
> Get:1 ftp://ftp.linux.kiev.ua x86_64 release [721B]
> Fetched 721B in 0s (4224B/s)
> Get:1 ftp://ftp.linux.kiev.ua x86_64/classic pkglist [1567kB]
> Get:2 ftp://ftp.linux.kiev.ua x86_64/classic release [127B]
> Get:3 ftp://ftp.linux.kiev.ua x86_64/classic srclist [667kB]
> Fetched 2234kB in 30s (73,9kB/s)
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Package startup has no available version, but exists in the database.
> This typically means that the package was mentioned in a dependency and
> never uploaded, has been obsoleted or is not available with the contents
> of sources.list
> E: Package startup has no installation candidate
noarch добавлен в sources.list?

-- 
WBR et al.

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

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

* Re: [sisyphus] vserver doesn't builds
  2006-07-03 20:34 [sisyphus] vserver doesn't builds Andrey Khavryuchenko
  2006-07-03 21:20 ` Konstantin A. Lepikhov
@ 2006-07-03 21:25 ` Pavel Usischev
  1 sibling, 0 replies; 4+ messages in thread
From: Pavel Usischev @ 2006-07-03 21:25 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Andrey Khavryuchenko пишет:
> Get:1 ftp://ftp.linux.kiev.ua x86_64/classic pkglist [1567kB]
> Get:2 ftp://ftp.linux.kiev.ua x86_64/classic release [127B]
> Get:3 ftp://ftp.linux.kiev.ua x86_64/classic srclist [667kB]
> Fetched 2234kB in 30s (73,9kB/s)

> E: Package startup has no installation candidate

> Куда копать?

В sources.list не указана компонента noarch? Пакет startup как раз в ней 
и находится.

-- 
С уважением,
Павел Усищев


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

* Re: [sisyphus] vserver doesn't builds
  2006-07-03 21:20 ` Konstantin A. Lepikhov
@ 2006-07-04  8:31   ` Andrey Khavryuchenko
  0 siblings, 0 replies; 4+ messages in thread
From: Andrey Khavryuchenko @ 2006-07-04  8:31 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Konstantin, Pavel,

"KAL" == Konstantin A Lepikhov wrote:

 KAL> noarch добавлен в sources.list?

"PU" == Pavel Usischev wrote:

 PU> В sources.list не указана компонента noarch? Пакет startup как раз в ней 
 PU> и находится.

Естественно, забыл :(

Спасибо.

-- 
Andrey V Khavryuchenko            
Software Development Company http://www.kds.com.ua/


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

end of thread, other threads:[~2006-07-04  8:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-03 20:34 [sisyphus] vserver doesn't builds Andrey Khavryuchenko
2006-07-03 21:20 ` Konstantin A. Lepikhov
2006-07-04  8:31   ` Andrey Khavryuchenko
2006-07-03 21:25 ` Pavel Usischev

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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