public inbox for gentoo-user-ru@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user-ru] getdelta.sh
@ 2008-11-10  6:52 Попов Владимир Ильич
  2008-11-10  7:28 ` Edward Hades
  2008-11-10  7:42 ` hajit
  0 siblings, 2 replies; 4+ messages in thread
From: Попов Владимир Ильич @ 2008-11-10  6:52 UTC (permalink / raw
  To: gentoo-user-ru

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

Добрый день!
После очередного обновления системы, перестал работать  emerge с обновлениями 
через дельту. Процесс просто останавливается...

пример:
>>> Fetching (12 of 257) kde-base/kdeartwork-iconthemes-4.1.3
>>> Downloading 
'http://distfiles.gentoo.org/distfiles/kdeartwork-4.1.3.tar.bz2'

>>>Searching for a previously downloaded file in /usr/portage/distfiles

>>>We have the following candidates to choose from
>>>kdeartwork-3.5.10.tar.bz2
>>>kdeartwork-3.5.9.tar.bz2
>>>kdeartwork-4.1.2.tar.bz2

>>>The best of all is ... kdeartwork-4.1.2.tar.bz2

>>>Checking if this file is OK.


Я удалил настройки /etc/deltup. После чего, перезапустив скрипт getdelta.sh, 
увидел новые чудеса..

>>> Fetching (12 of 257) kde-base/kdeartwork-iconthemes-4.1.3
>>> Downloading 
'http://distfiles.gentoo.org/distfiles/kdeartwork-4.1.3.tar.bz2'
>>> /usr/bin/getdelta.sh: line 298: 3: command not found
>>> /usr/bin/getdelta.sh: line 298: 3: command not found
>>> /usr/bin/getdelta.sh: line 298: 3: command not found
>>> /usr/bin/getdelta.sh: line 298: 3: command not found

И процесс опять останавливается... :(

Открывая скрипт getdelta.sh на указанной строке, вижу следующее:

296 # some colors for colored output
297 output() {
298 ${VERBOSITY} && echo -e "$1${NORMAL}" | tee -a $LOGFILE
299 }

На какую команду ругается? Кто-нибудь с таким сталкивался?

[-- Attachment #2: Type: text/html, Size: 7804 bytes --]

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

* Re: [gentoo-user-ru] getdelta.sh
  2008-11-10  6:52 [gentoo-user-ru] getdelta.sh Попов Владимир Ильич
@ 2008-11-10  7:28 ` Edward Hades
  2008-11-10  7:42 ` hajit
  1 sibling, 0 replies; 4+ messages in thread
From: Edward Hades @ 2008-11-10  7:28 UTC (permalink / raw
  To: gentoo-user-ru

On Mon, Nov 10, 2008 at 9:52 AM, Попов Владимир Ильич <vip@bti.secna.ru> wrote:
>>>>kdeartwork-3.5.10.tar.bz2
>
>>>>kdeartwork-3.5.9.tar.bz2
>
>>>>kdeartwork-4.1.2.tar.bz2
>
>>>>The best of all is ... kdeartwork-4.1.2.tar.bz2
>
>>>>Checking if this file is OK.

kdeartwork-4.1.2 весит порядка 40 мегабайт. Может он просто долго считает хеш?

>
> Я удалил настройки /etc/deltup. После чего, перезапустив скрипт getdelta.sh,
> увидел новые чудеса..

Совсем удалил? Без резервной копии?

> 296 # some colors for colored output
> 297 output() {
> 298 ${VERBOSITY} && echo -e "$1${NORMAL}" | tee -a $LOGFILE
> 299 }
> На какую команду ругается? Кто-нибудь с таким сталкивался?

Возможно в /etc/deltup была VERBOSITY=true или VERBOSITY=false, а
после удаления конфига её и не стало.

-- 
Edward "Hades" Toroshchin,
Aides on irc.freenode.org

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

* Re: [gentoo-user-ru] getdelta.sh
  2008-11-10  6:52 [gentoo-user-ru] getdelta.sh Попов Владимир Ильич
  2008-11-10  7:28 ` Edward Hades
@ 2008-11-10  7:42 ` hajit
  2008-11-10  9:42   ` Попов Владимир Ильич
  1 sibling, 1 reply; 4+ messages in thread
From: hajit @ 2008-11-10  7:42 UTC (permalink / raw
  To: gentoo-user-ru

В сообщении от 10 ноября 2008 Попов Владимир Ильич написал(a):
> Добрый день!
> После очередного обновления системы, перестал работать  emerge с
> обновлениями через дельту. Процесс просто останавливается...
>
> пример:
> >>> Fetching (12 of 257) kde-base/kdeartwork-iconthemes-4.1.3
> >>> Downloading
>
> 'http://distfiles.gentoo.org/distfiles/kdeartwork-4.1.3.tar.bz2'
>
> >>>Searching for a previously downloaded file in /usr/portage/distfiles
> >>>
> >>>We have the following candidates to choose from
> >>>kdeartwork-3.5.10.tar.bz2
> >>>kdeartwork-3.5.9.tar.bz2
> >>>kdeartwork-4.1.2.tar.bz2
> >>>
> >>>The best of all is ... kdeartwork-4.1.2.tar.bz2
> >>>
> >>>Checking if this file is OK.
>
> Я удалил настройки /etc/deltup. После чего, перезапустив скрипт
> getdelta.sh, увидел новые чудеса..
>
> >>> Fetching (12 of 257) kde-base/kdeartwork-iconthemes-4.1.3
> >>> Downloading
>
> 'http://distfiles.gentoo.org/distfiles/kdeartwork-4.1.3.tar.bz2'
>
> >>> /usr/bin/getdelta.sh: line 298: 3: command not found
> >>> /usr/bin/getdelta.sh: line 298: 3: command not found
> >>> /usr/bin/getdelta.sh: line 298: 3: command not found
> >>> /usr/bin/getdelta.sh: line 298: 3: command not found
>
> И процесс опять останавливается... :(
>
> Открывая скрипт getdelta.sh на указанной строке, вижу следующее:
>
> 296 # some colors for colored output
> 297 output() {
> 298 ${VERBOSITY} && echo -e "$1${NORMAL}" | tee -a $LOGFILE
> 299 }
>
> На какую команду ругается? Кто-нибудь с таким сталкивался?

http://bugs.gentoo.org/show_bug.cgi?id=245231
там лежит патч

-- 
Linux Registered User #404103
Ноябрь [ #############========================== ] 31% complete
Осень [ ###############################======== ] 77% complete

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

* Re: [gentoo-user-ru] getdelta.sh
  2008-11-10  7:42 ` hajit
@ 2008-11-10  9:42   ` Попов Владимир Ильич
  0 siblings, 0 replies; 4+ messages in thread
From: Попов Владимир Ильич @ 2008-11-10  9:42 UTC (permalink / raw
  To: gentoo-user-ru

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

Спасибо!!!!!!!!!!!!!!!!
Работает!!!!!!!!!!

Оказывается это глюк  sys-apps/portage-2.2_rc13! :(



On Monday 10 November 2008 13:42:12 hajit wrote:
> В сообщении от 10 ноября 2008 Попов Владимир Ильич написал(a):
> > Добрый день!
> > После очередного обновления системы, перестал работать  emerge с
> > обновлениями через дельту. Процесс просто останавливается...
> >
> > пример:
> > >>> Fetching (12 of 257) kde-base/kdeartwork-iconthemes-4.1.3
> > >>> Downloading
> >
> > 'http://distfiles.gentoo.org/distfiles/kdeartwork-4.1.3.tar.bz2'
> >
> > >>>Searching for a previously downloaded file in /usr/portage/distfiles
> > >>>
> > >>>We have the following candidates to choose from
> > >>>kdeartwork-3.5.10.tar.bz2
> > >>>kdeartwork-3.5.9.tar.bz2
> > >>>kdeartwork-4.1.2.tar.bz2
> > >>>
> > >>>The best of all is ... kdeartwork-4.1.2.tar.bz2
> > >>>
> > >>>Checking if this file is OK.
> >
> > Я удалил настройки /etc/deltup. После чего, перезапустив скрипт
> > getdelta.sh, увидел новые чудеса..
> >
> > >>> Fetching (12 of 257) kde-base/kdeartwork-iconthemes-4.1.3
> > >>> Downloading
> >
> > 'http://distfiles.gentoo.org/distfiles/kdeartwork-4.1.3.tar.bz2'
> >
> > >>> /usr/bin/getdelta.sh: line 298: 3: command not found
> > >>> /usr/bin/getdelta.sh: line 298: 3: command not found
> > >>> /usr/bin/getdelta.sh: line 298: 3: command not found
> > >>> /usr/bin/getdelta.sh: line 298: 3: command not found
> >
> > И процесс опять останавливается... :(
> >
> > Открывая скрипт getdelta.sh на указанной строке, вижу следующее:
> >
> > 296 # some colors for colored output
> > 297 output() {
> > 298 ${VERBOSITY} && echo -e "$1${NORMAL}" | tee -a $LOGFILE
> > 299 }
> >
> > На какую команду ругается? Кто-нибудь с таким сталкивался?
>
> http://bugs.gentoo.org/show_bug.cgi?id=245231
> там лежит патч


[-- Attachment #2: Type: text/html, Size: 10791 bytes --]

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

end of thread, other threads:[~2008-11-10  9:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-10  6:52 [gentoo-user-ru] getdelta.sh Попов Владимир Ильич
2008-11-10  7:28 ` Edward Hades
2008-11-10  7:42 ` hajit
2008-11-10  9:42   ` Попов Владимир Ильич

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox