public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Old machine having troubles syncing
@ 2008-01-30  0:16 Mark Knecht
  2008-01-30  0:21 ` Neil Bothwick
  2008-01-30  0:23 ` deface
  0 siblings, 2 replies; 8+ messages in thread
From: Mark Knecht @ 2008-01-30  0:16 UTC (permalink / raw
  To: gentoo-user

I have a machine that hasn't been updated in quite awhile I turned it
on today with the intention of possibly using it to replace an older
MYthTV server that is going bad. First step would be eix-sync which is
failing with only a message

problems running time emerge --sync

Not much help there.

Then I tried emerge -pvDuN world to see what state I left things after
the last sync and get lots of messages like these:

!!! A file is not listed in the Manifest:
'/usr/portage/dev-libs/openssl/openssl-0.9.8e-r2.ebuild'

!!! All ebuilds that could satisfy "dev-libs/openssl" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-libs/openssl-0.9.8e-r1 (masked by: corruption)
- dev-libs/openssl-0.9.8e-r3 (masked by: corruption)

Clearly the machine is unhappy about something.

emerge -pv portage does this:

<SNIP>
 \!!! A file is not listed in the Manifest:
'/usr/portage/app-arch/rpm2targz/rpm2targz-9.0-r4.ebuild'
... done!
[ebuild     U ] sys-apps/portage-2.1.3.9 [2.1.2.12] USE="-build -doc
-epydoc (-selinux)" LINGUAS="-pl" 377 kB

Total: 1 package (1 upgrade), Size of downloads: 377 kB
Sector9 ~ #

I tried emerge -pv system and get a failure at the end that says:

(dependency required by "dev-lang/python-2.4.4-r6" [ebuild])

!!! Problem resolving dependencies for dev-lang/python
!!! Depgraph creation failed.


I'm not at all clear how to proceed as I've never had a Gentoo machine
do anything like this.

Any ideas much appreciated. I've been googling but haven't found a
great answer yet.

Thanks in advance.
Mark
-- 
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] Old machine having troubles syncing
  2008-01-30  0:16 [gentoo-user] Old machine having troubles syncing Mark Knecht
@ 2008-01-30  0:21 ` Neil Bothwick
  2008-01-30  1:04   ` Mark Knecht
  2008-01-30  0:23 ` deface
  1 sibling, 1 reply; 8+ messages in thread
From: Neil Bothwick @ 2008-01-30  0:21 UTC (permalink / raw
  To: gentoo-user

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

On Tue, 29 Jan 2008 16:16:25 -0800, Mark Knecht wrote:

> First step would be eix-sync which is
> failing with only a message
> 
> problems running time emerge --sync

Run emerge --sync directly so you can see the actual error message.


-- 
Neil Bothwick

Top Oxymorons Number 45: Resident alien

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

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

* Re: [gentoo-user] Old machine having troubles syncing
  2008-01-30  0:16 [gentoo-user] Old machine having troubles syncing Mark Knecht
  2008-01-30  0:21 ` Neil Bothwick
@ 2008-01-30  0:23 ` deface
  1 sibling, 0 replies; 8+ messages in thread
From: deface @ 2008-01-30  0:23 UTC (permalink / raw
  To: gentoo-user

try emerge --sync; emerge --update --newuse --deep world; emerge -- 
depclean


On Jan 29, 2008, at 6:16 PM, Mark Knecht wrote:

> I have a machine that hasn't been updated in quite awhile I turned it
> on today with the intention of possibly using it to replace an older
> MYthTV server that is going bad. First step would be eix-sync which is
> failing with only a message
>
> problems running time emerge --sync
>
> Not much help there.
>
> Then I tried emerge -pvDuN world to see what state I left things after
> the last sync and get lots of messages like these:
>
> !!! A file is not listed in the Manifest:
> '/usr/portage/dev-libs/openssl/openssl-0.9.8e-r2.ebuild'
>
> !!! All ebuilds that could satisfy "dev-libs/openssl" have been  
> masked.
> !!! One of the following masked packages is required to complete  
> your request:
> - dev-libs/openssl-0.9.8e-r1 (masked by: corruption)
> - dev-libs/openssl-0.9.8e-r3 (masked by: corruption)
>
> Clearly the machine is unhappy about something.
>
> emerge -pv portage does this:
>
> <SNIP>
> \!!! A file is not listed in the Manifest:
> '/usr/portage/app-arch/rpm2targz/rpm2targz-9.0-r4.ebuild'
> ... done!
> [ebuild     U ] sys-apps/portage-2.1.3.9 [2.1.2.12] USE="-build -doc
> -epydoc (-selinux)" LINGUAS="-pl" 377 kB
>
> Total: 1 package (1 upgrade), Size of downloads: 377 kB
> Sector9 ~ #
>
> I tried emerge -pv system and get a failure at the end that says:
>
> (dependency required by "dev-lang/python-2.4.4-r6" [ebuild])
>
> !!! Problem resolving dependencies for dev-lang/python
> !!! Depgraph creation failed.
>
>
> I'm not at all clear how to proceed as I've never had a Gentoo machine
> do anything like this.
>
> Any ideas much appreciated. I've been googling but haven't found a
> great answer yet.
>
> Thanks in advance.
> Mark
> -- 
> gentoo-user@lists.gentoo.org mailing list
>

-- 
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] Old machine having troubles syncing
  2008-01-30  0:21 ` Neil Bothwick
@ 2008-01-30  1:04   ` Mark Knecht
  2008-01-30  1:27     ` Kevin
                       ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Mark Knecht @ 2008-01-30  1:04 UTC (permalink / raw
  To: gentoo-user

On Jan 29, 2008 4:21 PM, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Tue, 29 Jan 2008 16:16:25 -0800, Mark Knecht wrote:
>
> > First step would be eix-sync which is
> > failing with only a message
> >
> > problems running time emerge --sync
>
> Run emerge --sync directly so you can see the actual error message.
>
>
> --
> Neil Bothwick

Hi Neil,
   Thanks. It looks like the following. I guess I'll keep trying. What
I'm not understanding is why my other machines don't have a problem
but this one does. Possibly because it has a bigger update to do?

   Maybe I should run my own portage server here for our 6 home machines?

- Mark

dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.2.4.ebuild
dev-php/PEAR-HTML_Common2/ChangeLog
dev-php/PEAR-HTML_Common2/Manifest
dev-php/PEAR-HTML_Common2/PEAR-HTML_Common2-2.0.0_beta1.ebuild
dev-php/PEAR-HTML_Javascript/ChangeLog
dev-php/PEAR-HTML_Javascript/Manifest
io timeout after 180 seconds -- exiting
rsync error: timeout in data send/receive (code 30) at io.c(165)
[receiver=2.6.9]
rsync: connection unexpectedly closed (3195946 bytes received so far)
[generator]
rsync error: error in rsync protocol data stream (code 12) at
io.c(458) [generator=2.6.9]
>>> Retrying...


>>> Starting retry 1 of 3 with rsync://64.127.121.98/gentoo-portage
>>> Checking server timestamp ...
timed out
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at
rsync.c(276) [receiver=2.6.9]
>>> Retrying...


>>> Starting retry 2 of 3 with rsync://140.211.166.165/gentoo-portage
>>> Checking server timestamp ...
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at
io.c(458) [receiver=2.6.9]
>>> Retrying...


>>> Starting retry 3 of 3 with rsync://134.68.220.73/gentoo-portage
>>> Checking server timestamp ...
timed out
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at
rsync.c(276) [receiver=2.6.9]

!!! Rsync has not successfully finished. It is recommended that you keep
!!! trying or that you use the 'emerge-webrsync' option if you are unable
!!! to use rsync due to firewall or other restrictions. This should be a
!!! temporary problem unless complications exist with your network
!!! (and possibly your system's filesystem) configuration.

Sector9 ~ #
-- 
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] Old machine having troubles syncing
  2008-01-30  1:04   ` Mark Knecht
@ 2008-01-30  1:27     ` Kevin
  2008-01-30  4:31     ` Mark Knecht
  2008-01-30  5:25     ` Dan Farrell
  2 siblings, 0 replies; 8+ messages in thread
From: Kevin @ 2008-01-30  1:27 UTC (permalink / raw
  To: gentoo-user

Mark Knecht wrote:
> On Jan 29, 2008 4:21 PM, Neil Bothwick <neil@digimed.co.uk> wrote:
>> On Tue, 29 Jan 2008 16:16:25 -0800, Mark Knecht wrote:
>>
>>> First step would be eix-sync which is
>>> failing with only a message
>>>
>>> problems running time emerge --sync
>> Run emerge --sync directly so you can see the actual error message.
>>
>>
>> --
>> Neil Bothwick
> 
> Hi Neil,
>    Thanks. It looks like the following. I guess I'll keep trying. What
> I'm not understanding is why my other machines don't have a problem
> but this one does. Possibly because it has a bigger update to do?
> 
>    Maybe I should run my own portage server here for our 6 home machines?
> 
> - Mark
> 
> dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.2.4.ebuild
> dev-php/PEAR-HTML_Common2/ChangeLog
> dev-php/PEAR-HTML_Common2/Manifest
> dev-php/PEAR-HTML_Common2/PEAR-HTML_Common2-2.0.0_beta1.ebuild
> dev-php/PEAR-HTML_Javascript/ChangeLog
> dev-php/PEAR-HTML_Javascript/Manifest
> io timeout after 180 seconds -- exiting
> rsync error: timeout in data send/receive (code 30) at io.c(165)
> [receiver=2.6.9]
> rsync: connection unexpectedly closed (3195946 bytes received so far)
> [generator]
> rsync error: error in rsync protocol data stream (code 12) at
> io.c(458) [generator=2.6.9]
>>>> Retrying...
> 
> 
>>>> Starting retry 1 of 3 with rsync://64.127.121.98/gentoo-portage
>>>> Checking server timestamp ...
> timed out
> rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at
> rsync.c(276) [receiver=2.6.9]
>>>> Retrying...
> 
> 
>>>> Starting retry 2 of 3 with rsync://140.211.166.165/gentoo-portage
>>>> Checking server timestamp ...
> rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
> rsync error: error in rsync protocol data stream (code 12) at
> io.c(458) [receiver=2.6.9]
>>>> Retrying...
> 
> 
>>>> Starting retry 3 of 3 with rsync://134.68.220.73/gentoo-portage
>>>> Checking server timestamp ...
> timed out
> rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at
> rsync.c(276) [receiver=2.6.9]
> 
> !!! Rsync has not successfully finished. It is recommended that you keep
> !!! trying or that you use the 'emerge-webrsync' option if you are unable
> !!! to use rsync due to firewall or other restrictions. This should be a
> !!! temporary problem unless complications exist with your network
> !!! (and possibly your system's filesystem) configuration.
> 
> Sector9 ~ #

Have you tried a different mirror?  It looks like the mirror you are
using is having a problem based on the rsync errors.
-- 
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] Old machine having troubles syncing
  2008-01-30  1:04   ` Mark Knecht
  2008-01-30  1:27     ` Kevin
@ 2008-01-30  4:31     ` Mark Knecht
  2008-01-30  5:25     ` Dan Farrell
  2 siblings, 0 replies; 8+ messages in thread
From: Mark Knecht @ 2008-01-30  4:31 UTC (permalink / raw
  To: gentoo-user

On Jan 29, 2008 5:04 PM, Mark Knecht <markknecht@gmail.com> wrote:
> On Jan 29, 2008 4:21 PM, Neil Bothwick <neil@digimed.co.uk> wrote:
> > On Tue, 29 Jan 2008 16:16:25 -0800, Mark Knecht wrote:
> >
> > > First step would be eix-sync which is
> > > failing with only a message
> > >
> > > problems running time emerge --sync
> >
> > Run emerge --sync directly so you can see the actual error message.
> >
> >
> > --
> > Neil Bothwick

Thanks all. After repeated emerge --sync efforts, probably 6-8 of
them, I finally got the whole database and started an emerge system
this evening.

I appreciate your help.

cheers,
Mark
-- 
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] Old machine having troubles syncing
  2008-01-30  1:04   ` Mark Knecht
  2008-01-30  1:27     ` Kevin
  2008-01-30  4:31     ` Mark Knecht
@ 2008-01-30  5:25     ` Dan Farrell
  2008-01-30 17:27       ` Mark Knecht
  2 siblings, 1 reply; 8+ messages in thread
From: Dan Farrell @ 2008-01-30  5:25 UTC (permalink / raw
  To: gentoo-user

On Tue, 29 Jan 2008 17:04:28 -0800
"Mark Knecht" <markknecht@gmail.com> wrote:

>  Maybe I should run my own portage server here for our 6 home
> machines?

You could then sync once for the lot of them, rather than for each.
You might find that convenient, and the servers might appreciate it
too.  
-- 
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] Old machine having troubles syncing
  2008-01-30  5:25     ` Dan Farrell
@ 2008-01-30 17:27       ` Mark Knecht
  0 siblings, 0 replies; 8+ messages in thread
From: Mark Knecht @ 2008-01-30 17:27 UTC (permalink / raw
  To: gentoo-user

On Jan 29, 2008 9:25 PM, Dan Farrell <dan@spore.ath.cx> wrote:
> On Tue, 29 Jan 2008 17:04:28 -0800
> "Mark Knecht" <markknecht@gmail.com> wrote:
>
> >  Maybe I should run my own portage server here for our 6 home
> > machines?
>
> You could then sync once for the lot of them, rather than for each.
> You might find that convenient, and the servers might appreciate it
> too.
>

Actually, I just did it. Took maybe 15 minutes total for me to find
the docs and set the server up on my PC. Other machines seems to see
it. Good stuff.

Thanks,
Mark
-- 
gentoo-user@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-01-30 17:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-30  0:16 [gentoo-user] Old machine having troubles syncing Mark Knecht
2008-01-30  0:21 ` Neil Bothwick
2008-01-30  1:04   ` Mark Knecht
2008-01-30  1:27     ` Kevin
2008-01-30  4:31     ` Mark Knecht
2008-01-30  5:25     ` Dan Farrell
2008-01-30 17:27       ` Mark Knecht
2008-01-30  0:23 ` deface

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