ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] установка  heartbeat
@ 2007-02-13  5:54 Peter Evdokimov
  2007-02-13 10:14 ` Sergey Vlasov
  0 siblings, 1 reply; 10+ messages in thread
From: Peter Evdokimov @ 2007-02-13  5:54 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Hello, ALT Linux Sisyphus discussion list <sisyphus@lists.altlinux.org>.


Пытался сделать сегодня:

apt-get -d install heartbeat
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  heartbeat: Depends: raidtools but it is not installable
E: Broken packages


При том, что:

apt-cache search raidtools
mdadm - A tool for managing Soft RAID under Linux

и:

apt-get install mdadm
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
  mdadm
0 upgraded, 1 newly installed, 0 removed and 0 not upgraded.
Need to get 0B/181kB of archives.
After unpacking 309kB of additional disk space will be used.
Committing changes...
Preparing...                 ########################################################################################### [100%]
1: mdadm                     ########################################################################################### [100%]
IMPORTANT NOTE: udev service changes names of drives.
--------------  It's recommended to diagnose (or remove, if possibly)
                all 'DEVICE' lines and 'devices=xxx' option
                in /etc/mdadm.conf and call 'service mdadm restart' command.
Done.


Что делать?

sy,
	peter

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

* Re: [sisyphus] установка heartbeat
  2007-02-13  5:54 [sisyphus] установка heartbeat Peter Evdokimov
@ 2007-02-13 10:14 ` Sergey Vlasov
  2007-02-13 10:22   ` Peter Evdokimov
  2007-02-13 10:54   ` Peter Evdokimov
  0 siblings, 2 replies; 10+ messages in thread
From: Sergey Vlasov @ 2007-02-13 10:14 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

On Tue, Feb 13, 2007 at 08:54:07AM +0300, Peter Evdokimov wrote:
> The following packages have unmet dependencies:
>   heartbeat: Depends: raidtools but it is not installable
> E: Broken packages
> 
> 
> При том, что:
> 
> apt-cache search raidtools
> mdadm - A tool for managing Soft RAID under Linux

Хотя пакет mdadm и может выполнять все те функции, которые мог
выполнять устаревший пакет raidtools, он не является непосредственной
заменой для пакета raidtools.

> Что делать?

Как минимум повесить на пакет heartbeat баг со статусом critical.
Скорее всего, где-то в скриптах используются напрямую (без
оборачивания вызовов в промежуточные переменные) утилиты из raidtools,
что и вызвало появление зависимостей на raidtools при сборке пакета
(хотя вроде бы в heartbeat предусмотрена поддержка и raidtools, и
mdadm).

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

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

* Re: [sisyphus] установка heartbeat
  2007-02-13 10:14 ` Sergey Vlasov
@ 2007-02-13 10:22   ` Peter Evdokimov
  2007-02-13 11:00     ` Sergey Vlasov
  2007-02-13 10:54   ` Peter Evdokimov
  1 sibling, 1 reply; 10+ messages in thread
From: Peter Evdokimov @ 2007-02-13 10:22 UTC (permalink / raw)
  To: sisyphus

On Tue, 13 Feb 2007 13:14:26 +0300
Sergey Vlasov wrote:

> > apt-cache search raidtools
> > mdadm - A tool for managing Soft RAID under Linux
> 
> Хотя пакет mdadm и может выполнять все те функции, которые мог
> выполнять устаревший пакет raidtools, он не является непосредственной
> заменой для пакета raidtools.
> 
> > Что делать?
> 
> Как минимум повесить на пакет heartbeat баг со статусом critical.
> Скорее всего, где-то в скриптах используются напрямую (без
> оборачивания вызовов в промежуточные переменные) утилиты из raidtools,
> что и вызвало появление зависимостей на raidtools при сборке пакета
> (хотя вроде бы в heartbeat предусмотрена поддержка и raidtools, и
> mdadm).
это я уже понял, переворошив все необходимые пакеты. что можно сейчас
сделать? пересобрать raidtools и установить - лишь бы заткнулся или ...?


sy,
	peter

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

* Re: [sisyphus] установка heartbeat
  2007-02-13 10:14 ` Sergey Vlasov
  2007-02-13 10:22   ` Peter Evdokimov
@ 2007-02-13 10:54   ` Peter Evdokimov
  1 sibling, 0 replies; 10+ messages in thread
From: Peter Evdokimov @ 2007-02-13 10:54 UTC (permalink / raw)
  To: sisyphus

On Tue, 13 Feb 2007 13:14:26 +0300
Sergey Vlasov wrote:

> Как минимум повесить на пакет heartbeat баг со статусом critical.
> Скорее всего, где-то в скриптах используются напрямую (без
> оборачивания вызовов в промежуточные переменные) утилиты из raidtools,
> что и вызвало появление зависимостей на raidtools при сборке пакета
> (хотя вроде бы в heartbeat предусмотрена поддержка и raidtools, и
> mdadm).

+ еще в зависимостях libxen, xen*. Тоже оторвать бы.

sy,
	peter

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

* Re: [sisyphus] установка heartbeat
  2007-02-13 10:22   ` Peter Evdokimov
@ 2007-02-13 11:00     ` Sergey Vlasov
  2007-02-13 12:02       ` Peter Evdokimov
  0 siblings, 1 reply; 10+ messages in thread
From: Sergey Vlasov @ 2007-02-13 11:00 UTC (permalink / raw)
  To: sisyphus

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

On Tue, Feb 13, 2007 at 01:22:24PM +0300, Peter Evdokimov wrote:
> это я уже понял, переворошив все необходимые пакеты. что можно сейчас
> сделать? пересобрать raidtools и установить - лишь бы заткнулся или ...?

raidtools выкинули вроде бы как раз за несобираемость в текущем
окружении.  Впрочем, вытащенный из архива бинарный пакет всё ещё
должен устанавливаться.

Что будет использоваться, если установлены и raidtools, и mdadm - надо
смотреть.

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

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

* Re: [sisyphus] установка heartbeat
  2007-02-13 11:00     ` Sergey Vlasov
@ 2007-02-13 12:02       ` Peter Evdokimov
  2007-02-13 12:37         ` Dmitry V. Levin
  0 siblings, 1 reply; 10+ messages in thread
From: Peter Evdokimov @ 2007-02-13 12:02 UTC (permalink / raw)
  To: sisyphus

On Tue, 13 Feb 2007 14:00:26 +0300
Sergey Vlasov wrote:

> raidtools выкинули вроде бы как раз за несобираемость в текущем
> окружении.  Впрочем, вытащенный из архива бинарный пакет всё ещё
> должен устанавливаться.
> 
> Что будет использоваться, если установлены и raidtools, и mdadm - надо
> смотреть.

при сборке требует:

ошибка: неудовлетворенные зависимости сборки:
        libpopt-devel нужен для raidtools-1.00.3-alt2
        libpopt-devel-static нужен для raidtools-1.00.3-alt2
        kernel24-headers   нужен для raidtools-1.00.3-alt2
sy,
	peter

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

* Re: [sisyphus] установка heartbeat
  2007-02-13 12:02       ` Peter Evdokimov
@ 2007-02-13 12:37         ` Dmitry V. Levin
  2007-02-13 13:19           ` Peter Evdokimov
  0 siblings, 1 reply; 10+ messages in thread
From: Dmitry V. Levin @ 2007-02-13 12:37 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

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

On Tue, Feb 13, 2007 at 03:02:07PM +0300, Peter Evdokimov wrote:
> On Tue, 13 Feb 2007 14:00:26 +0300
> Sergey Vlasov wrote:
> 
> > raidtools выкинули вроде бы как раз за несобираемость в текущем
> > окружении.  Впрочем, вытащенный из архива бинарный пакет всё ещё
> > должен устанавливаться.
> > 
> > Что будет использоваться, если установлены и raidtools, и mdadm - надо
> > смотреть.
> 
> при сборке требует:
> 
> ошибка: неудовлетворенные зависимости сборки:
>         libpopt-devel нужен для raidtools-1.00.3-alt2
>         libpopt-devel-static нужен для raidtools-1.00.3-alt2
>         kernel24-headers   нужен для raidtools-1.00.3-alt2

libpopt-devel и libpopt-devel-static в Сизифе есть, а kernel24-headers нет.
Скорее всего, если kernel24-headers из raidtools.spec убрать, то пакет
соберётся.


-- 
ldv

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

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

* Re: [sisyphus] установка heartbeat
  2007-02-13 12:37         ` Dmitry V. Levin
@ 2007-02-13 13:19           ` Peter Evdokimov
  2007-02-13 13:46             ` Konstantin A. Lepikhov
  0 siblings, 1 reply; 10+ messages in thread
From: Peter Evdokimov @ 2007-02-13 13:19 UTC (permalink / raw)
  To: sisyphus

On Tue, 13 Feb 2007 15:37:18 +0300
Dmitry V. Levin wrote:

> > при сборке требует:
> > 
> > ошибка: неудовлетворенные зависимости сборки:
> >         libpopt-devel нужен для raidtools-1.00.3-alt2
> >         libpopt-devel-static нужен для raidtools-1.00.3-alt2
> >         kernel24-headers   нужен для raidtools-1.00.3-alt2
> 
> libpopt-devel и libpopt-devel-static в Сизифе есть, а
> kernel24-headers нет. Скорее всего, если kernel24-headers из
> raidtools.spec убрать, то пакет соберётся.

нет, не собирается. я сделал проще - поставил старый raidtools,
тем более, что мне он не очень-то и нужен.

затем пробую опять:

#apt-get -d install heartbeat

Reading Package Lists... Done
Building Dependency Tree... Done

The following extra packages will be installed:
  bridge-utils ipvsadm ldirectord libxen linux-ha-common lvm2
pam0_timestamp perl-Mail-POP3Client perl-Net-IMAP-Simple
perl-Net-IMAP-Simple-SSL pils python-module-xen stonith xen
xen-hypervisor 

The following NEW packages will be installed:
bridge-utils heartbeat ipvsadm ldirectord libxen linux-ha-common lvm2
pam0_timestamp perl-Mail-POP3Client perl-Net-IMAP-Simple
perl-Net-IMAP-Simple-SSL pils python-module-xen stonith xen
xen-hypervisor 
0 upgraded, 16 newly installed, 0 removed and 0 not upgraded. 
Need to get 0B/3988kB of archives. 
After unpacking 10.8MB of additional disk space will be used. 
Do you want to continue? [Y/n] y
Download complete and in download only mode


меня смущает наличие в этом списке:

libxen perl-Mail-POP3Client perl-Net-IMAP-Simple
perl-Net-IMAP-Simple-SSL python-module-xen xen
xen-hypervisor 

неужели это все реально необходимо?

sy,
	peter

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

* Re: [sisyphus] установка heartbeat
  2007-02-13 13:19           ` Peter Evdokimov
@ 2007-02-13 13:46             ` Konstantin A. Lepikhov
  2007-02-14  4:39               ` Peter Evdokimov
  0 siblings, 1 reply; 10+ messages in thread
From: Konstantin A. Lepikhov @ 2007-02-13 13:46 UTC (permalink / raw)
  To: sisyphus


<цитата от="Peter Evdokimov">
...
>
> меня смущает наличие в этом списке:
>
> libxen perl-Mail-POP3Client perl-Net-IMAP-Simple
> perl-Net-IMAP-Simple-SSL python-module-xen xen
> xen-hypervisor
>
> неужели это все реально необходимо?
это необходимо различным скриптам в heartbeat.

-- 
WBR et al.



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

* Re: [sisyphus] установка heartbeat
  2007-02-13 13:46             ` Konstantin A. Lepikhov
@ 2007-02-14  4:39               ` Peter Evdokimov
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Evdokimov @ 2007-02-14  4:39 UTC (permalink / raw)
  To: sisyphus

On Tue, 13 Feb 2007 16:46:49 +0300 (MSK)
Konstantin A. Lepikhov wrote:

> > меня смущает наличие в этом списке:
> >
> > libxen perl-Mail-POP3Client perl-Net-IMAP-Simple
> > perl-Net-IMAP-Simple-SSL python-module-xen xen
> > xen-hypervisor
> >
> > неужели это все реально необходимо?
> это необходимо различным скриптам в heartbeat.

мда, жаль нельзя выкусить просто так. не нужно мне лишнее.
А так, по существу вопроса - вопрос снят, после сегодняшнего
обновления все ставится без raidtools.


sy,
	peter

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

end of thread, other threads:[~2007-02-14  4:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-13  5:54 [sisyphus] установка heartbeat Peter Evdokimov
2007-02-13 10:14 ` Sergey Vlasov
2007-02-13 10:22   ` Peter Evdokimov
2007-02-13 11:00     ` Sergey Vlasov
2007-02-13 12:02       ` Peter Evdokimov
2007-02-13 12:37         ` Dmitry V. Levin
2007-02-13 13:19           ` Peter Evdokimov
2007-02-13 13:46             ` Konstantin A. Lepikhov
2007-02-14  4:39               ` Peter Evdokimov
2007-02-13 10:54   ` Peter Evdokimov

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