ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] (no subject)
@ 2003-06-09 10:25 Михаил Дворников
  2003-06-09 10:44 ` Gerasimov Dmitry
  0 siblings, 1 reply; 9+ messages in thread
From: Михаил Дворников @ 2003-06-09 10:25 UTC (permalink / raw)
  To: sisyphus

|On Mon, Jun 09, 2003 at 01:35:26PM +0400, Михаил Дворников wrote:
|
|>> Дистрибутив Master 2.2. Создал свой репозитарий.
|>> В SRPMS скачал postgresql-7.3.3 из Sisyphus, в каталоге он один.
|>> В файле srclist.local есть упоминание о нем.
|>> Synaptic видит только Postgresql-7.3.1 из каталога RPM.
|>> 
|>> # apt-get --compile source postgresql
|>> Чтение списков пакетов... Завершено
|>> Построение дерева зависимостей... Завершено
|>> E: Невозможно найти исходный пакет для postgresql-7.3.1-alt7.src.rpm
|
|я посчитал для себя слегки гимморным создавать под src отдельный
|репозитарий, и делаю обычно так.
|1) скачиваю пакет.
|2) rpm -i скачанный.src.rpm
|3) cd ~/RPMS/SPECS/
|4) vi скачанный_пакет.spec
|5) rpm -ba скачанный_пакет.spec
|
|
|>> #  
|>> 
|>> Подскажите, как его поставить?
|>> 
|>> Всего наилучшего, Михаил.
|>> _______________________________________________
|>> Sisyphus mailing list
|>> Sisyphus@altlinux.ru
|>> http://altlinux.ru/mailman/listinfo/sisyphus
|
|--
|    Gerasimov Dmitry
|    e-mail: matrix AT podlipki DOT ru
    
Выдает ошибку:
#rpm -ba postgresql.spec 
postgresql.spec: No such file or directory

Всего наилучшего, Михаил.


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

* Re: [sisyphus] (no subject)
  2003-06-09 10:25 [sisyphus] (no subject) Михаил Дворников
@ 2003-06-09 10:44 ` Gerasimov Dmitry
  2003-06-09 11:03   ` Alexey V. Lubimov
  0 siblings, 1 reply; 9+ messages in thread
From: Gerasimov Dmitry @ 2003-06-09 10:44 UTC (permalink / raw)
  To: sisyphus

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

On Mon, Jun 09, 2003 at 02:25:59PM +0400, Михаил Дворников wrote:
> |On Mon, Jun 09, 2003 at 01:35:26PM +0400, Михаил Дворников wrote:
> |
> |>> Дистрибутив Master 2.2. Создал свой репозитарий.
> |>> В SRPMS скачал postgresql-7.3.3 из Sisyphus, в каталоге он один.
> |>> В файле srclist.local есть упоминание о нем.
> |>> Synaptic видит только Postgresql-7.3.1 из каталога RPM.
> |>> 
> |>> # apt-get --compile source postgresql
> |>> Чтение списков пакетов... Завершено
> |>> Построение дерева зависимостей... Завершено
> |>> E: Невозможно найти исходный пакет для postgresql-7.3.1-alt7.src.rpm
> |
> |я посчитал для себя слегки гимморным создавать под src отдельный
> |репозитарий, и делаю обычно так.
> |1) скачиваю пакет.
> |2) rpm -i скачанный.src.rpm
> |3) cd ~/RPMS/SPECS/
> |4) vi скачанный_пакет.spec
> |5) rpm -ba скачанный_пакет.spec
> |
> |
> |>> #  
> |>> 
> |>> Подскажите, как его поставить?
> |>> 
> |>> Всего наилучшего, Михаил.
> |>> _______________________________________________
> |>> Sisyphus mailing list
> |>> Sisyphus@altlinux.ru
> |>> http://altlinux.ru/mailman/listinfo/sisyphus
> |
> |--
> |    Gerasimov Dmitry
> |    e-mail: matrix AT podlipki DOT ru
>     
> Выдает ошибку:
> #rpm -ba postgresql.spec 
rpm -ba /путь/туда/где/лежит/postgresql.spec
неужели так сложно?
> postgresql.spec: No such file or directory
> 
> Всего наилучшего, Михаил.
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@altlinux.ru
> http://altlinux.ru/mailman/listinfo/sisyphus
--
    Gerasimov Dmitry
    e-mail: matrix AT podlipki DOT ru
    

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

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

* Re: [sisyphus] (no subject)
  2003-06-09 10:44 ` Gerasimov Dmitry
@ 2003-06-09 11:03   ` Alexey V. Lubimov
  2003-06-09 11:49     ` Gerasimov Dmitry
  2003-06-09 12:56     ` Alexey I. Froloff
  0 siblings, 2 replies; 9+ messages in thread
From: Alexey V. Lubimov @ 2003-06-09 11:03 UTC (permalink / raw)
  To: sisyphus

Gerasimov Dmitry пишет:

>>    
>>Выдает ошибку:
>>#rpm -ba postgresql.spec 
>>    
>>
>rpm -ba /путь/туда/где/лежит/postgresql.spec
>неужели так сложно?
>  
>
>>postgresql.spec: No such file or directory
>>    
>>
да вы оба шутники :)
один спрашивает 100% faq вопрос, а другой отвечает, как будто впервые о 
нем слышит.

правильный ответ:
#apt-get install rpm-build

добавляю в раздел "известные проблемы дистров альтлинукс" на 
www.atmsk.ru раз уж раздел про апт и рпм никто не читает.





-- 
С уважением, Алексей Любимов avl@cad.ru




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

* Re: [sisyphus] (no subject)
  2003-06-09 11:03   ` Alexey V. Lubimov
@ 2003-06-09 11:49     ` Gerasimov Dmitry
  2003-06-09 12:11       ` Alexandre Prokoudine
  2003-06-09 12:56     ` Alexey I. Froloff
  1 sibling, 1 reply; 9+ messages in thread
From: Gerasimov Dmitry @ 2003-06-09 11:49 UTC (permalink / raw)
  To: sisyphus

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

On Mon, Jun 09, 2003 at 03:03:52PM +0400, Alexey V. Lubimov wrote:
> Gerasimov Dmitry пишет:
> 
> >>   
> >>Выдает ошибку:
> >>#rpm -ba postgresql.spec 
> >>   
> >>
> >rpm -ba /путь/туда/где/лежит/postgresql.spec
> >неужели так сложно?
> > 
> >
> >>postgresql.spec: No such file or directory
> >>   
> >>
> да вы оба шутники :)
> один спрашивает 100% faq вопрос, а другой отвечает, как будто впервые о 
> нем слышит.
> 
> правильный ответ:
> #apt-get install rpm-build
> 
> добавляю в раздел "известные проблемы дистров альтлинукс" на 
> www.atmsk.ru раз уж раздел про апт и рпм никто не читает.
скажите, откуда человек подписавшийся на эту рассылку несколько дней назад
(например) будет знать про www.atmsk.ru ? из мирового информационного
пространства ? ладно я (подписан чуть ли не с начала, и на том же atmsk
даже запостил несколько статеек небольших).. но новичку. поэтому давайте,
если человек спрашивает - отвечать на вопрос. а иронизировать уже после.
прошу прощения у модератора за JT

> 
> 
> 
> 
> 
> -- 
> С уважением, Алексей Любимов avl@cad.ru
> 
> 
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@altlinux.ru
> http://altlinux.ru/mailman/listinfo/sisyphus
--
    Gerasimov Dmitry
    e-mail: matrix AT podlipki DOT ru
    

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

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

* Re: [sisyphus] (no subject)
  2003-06-09 11:49     ` Gerasimov Dmitry
@ 2003-06-09 12:11       ` Alexandre Prokoudine
  2003-06-10  7:39         ` Anatoly A. Yakushin
  0 siblings, 1 reply; 9+ messages in thread
From: Alexandre Prokoudine @ 2003-06-09 12:11 UTC (permalink / raw)
  To: sisyphus

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

On Mon, 9 Jun 2003 15:49:40 +0400
Gerasimov Dmitry <matrix@podlipki.ru> wrote:

> скажите, откуда человек подписавшийся на эту рассылку несколько
> дней назад (например) будет знать про www.atmsk.ru ? из мирового
> информационного пространства ?

Из инсталлятора? :-)

-- 
Alexandre Prokoudine
ALT Linux Documentation Team
JabberID: avp@altlinux.org

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

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

* Re: [sisyphus] (no subject)
  2003-06-09 11:03   ` Alexey V. Lubimov
  2003-06-09 11:49     ` Gerasimov Dmitry
@ 2003-06-09 12:56     ` Alexey I. Froloff
  1 sibling, 0 replies; 9+ messages in thread
From: Alexey I. Froloff @ 2003-06-09 12:56 UTC (permalink / raw)
  To: sisyphus

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

* Alexey V. Lubimov <avl@l14.ru> [030609 16:06]:
> добавляю в раздел "известные проблемы дистров альтлинукс" на 
> www.atmsk.ru раз уж раздел про апт и рпм никто не читает.
Не "проблемы", а "зарегистрированные грабли" (C) ldv ;-)

-- 
Regards, Sir Raorn.
-------------------
> В чём смысл помещения содержимого initrd образа в указанный каталог?
Мало ли, вдруг разработчику захочется поковыряться в загруженном initrd?
		-- ldv in devel@

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

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

* Re: [sisyphus] (no subject)
  2003-06-09 12:11       ` Alexandre Prokoudine
@ 2003-06-10  7:39         ` Anatoly A. Yakushin
  2003-06-10  9:40           ` Борис Ревякин
  2003-06-10 11:34           ` Alexandre Prokoudine
  0 siblings, 2 replies; 9+ messages in thread
From: Anatoly A. Yakushin @ 2003-06-10  7:39 UTC (permalink / raw)
  To: sisyphus

Alexandre Prokoudine пишет:

> On Mon, 9 Jun 2003 15:49:40 +0400
> Gerasimov Dmitry <matrix@podlipki.ru> wrote:
> 
> 
>>скажите, откуда человек подписавшийся на эту рассылку несколько
>>дней назад (например) будет знать про www.atmsk.ru ? из мирового
>>информационного пространства ?
> 
> 
> Из инсталлятора? :-)
> 
А это кстати мысль - если при завершении инсталляции будет вместо 
поздравлений выводится сообщение "Парень! Ты типа попал.... Помощь тебя 
ждет по следующим адресам....." и дальше ссылки как на документацию в 
дистрибутиве, так и в online

-- 
Rgrds,
Anatoly A. Yakushin aka DOC
Orthopaedic Departmens
Veterans Hospital # 3
Moscow



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

* Re: [sisyphus] (no subject)
  2003-06-10  7:39         ` Anatoly A. Yakushin
@ 2003-06-10  9:40           ` Борис Ревякин
  2003-06-10 11:34           ` Alexandre Prokoudine
  1 sibling, 0 replies; 9+ messages in thread
From: Борис Ревякин @ 2003-06-10  9:40 UTC (permalink / raw)
  To: sisyphus

On Tue, 10 Jun 2003 11:39:13 +0400
"Anatoly A. Yakushin" <yakushin@umail.ru> wrote:


> А это кстати мысль - если при завершении инсталляции будет вместо 
> поздравлений выводится сообщение "Парень! Ты типа попал.... Помощь
> тебя ждет по следующим адресам....." и дальше ссылки как на
> документацию в дистрибутиве, так и в online

В свое время я предлагал поместить эти ссылки на стартовой странице
по умолчанию всех браузеров, но был проигнорирован. :-(

А что могло бы быть проще - запустил браузер,
а там пунктик - "в случае проблем жмакать сюда" ! :-)

-- 
С уважением,
  нач.ОАСУ ЗАО "Урупский ГОК"
  Борис Ревякин			mailto:br@gin.ru
  
  
  


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

* Re: [sisyphus] (no subject)
  2003-06-10  7:39         ` Anatoly A. Yakushin
  2003-06-10  9:40           ` Борис Ревякин
@ 2003-06-10 11:34           ` Alexandre Prokoudine
  1 sibling, 0 replies; 9+ messages in thread
From: Alexandre Prokoudine @ 2003-06-10 11:34 UTC (permalink / raw)
  To: sisyphus

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

On Tue, 10 Jun 2003 11:39:13 +0400
"Anatoly A. Yakushin" <yakushin@umail.ru> wrote:

> Alexandre Prokoudine пишет:
> 
> > On Mon, 9 Jun 2003 15:49:40 +0400
> > Gerasimov Dmitry <matrix@podlipki.ru> wrote:
> > 
> > 
> >>скажите, откуда человек подписавшийся на эту рассылку несколько
> >>дней назад (например) будет знать про www.atmsk.ru ? из мирового
> >>информационного пространства ?
> > 
> > 
> > Из инсталлятора? :-)
> > 
> А это кстати мысль

А это, кстати, уже реализованная мысль :)

-- 
Alexandre Prokoudine
ALT Linux Documentation Team
JabberID: avp@altlinux.org

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

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

end of thread, other threads:[~2003-06-10 11:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-09 10:25 [sisyphus] (no subject) Михаил Дворников
2003-06-09 10:44 ` Gerasimov Dmitry
2003-06-09 11:03   ` Alexey V. Lubimov
2003-06-09 11:49     ` Gerasimov Dmitry
2003-06-09 12:11       ` Alexandre Prokoudine
2003-06-10  7:39         ` Anatoly A. Yakushin
2003-06-10  9:40           ` Борис Ревякин
2003-06-10 11:34           ` Alexandre Prokoudine
2003-06-09 12:56     ` Alexey I. Froloff

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