Page 1 of 1

[SOLVED] urpmi.update -a: rsync failed: exited with 35

PostPosted: Mar 10th, '14, 07:20
by jtwdyp
I updated My desktop without issue around 8 hrs ago... But now that I want to
update my laptop...

Code: Select all
urpmi.update -a
...retrieving failed: rsync failed: exited with 35


Anybody else having trouble?

Re: urpmi.update -a: rsync failed: exited with 35

PostPosted: Mar 11th, '14, 00:25
by doktor5000
You may want to show with which repo you're having trouble, otherwise probably nobody can reproduce.
Either have a look at
Code: Select all
urpmq --list-media active
and if that doesn't show the mirror URLs then please show the output of
Code: Select all
grep url /var/cache/urpmi/mirrors.cache | head -5

Re: urpmi.update -a: rsync failed: exited with 35

PostPosted: Mar 11th, '14, 13:24
by jtwdyp
doktor5000 wrote:You may want to show with which repo you're having trouble, otherwise probably nobody can reproduce.


I gather that it's only my laptop having this problem. :sigh:

Either have a look at
Code: Select all
urpmq --list-media active
and if that doesn't show the mirror URLs then please show the output of
Code: Select all
grep url /var/cache/urpmi/mirrors.cache | head -5


Sure, {thanks for the clue on how to extract that info}:

Code: Select all
 ~
UnderTree=-> urpmq --list-media active
Core Release (distrib1)
Core Release Debug (distrib2)
Core Updates (distrib3)
Nonfree Release (distrib11)
Nonfree Updates (distrib13)
Tainted Release (distrib21)
Tainted Updates (distrib23)
Core 32bit Release (distrib31)
Core 32bit Updates (distrib32)
Nonfree 32bit Release (distrib36)
Nonfree 32bit Updates (distrib37)
 ~
UnderTree=->


And while I'm at it...:

Code: Select all
 ~
UnderTree=-> grep url /var/cache/urpmi/mirrors.cache | head -5
                                           'url' => 'rsync://distro.ibiblio.org/mageia/distrib/3/x86_64',
                                           'url' => 'http://distro.ibiblio.org/pub/linux/distributions/mageia/distrib/3/x86_64',
                                           'url' => 'ftp://distro.ibiblio.org/pub/linux/distributions/mageia/distrib/3/x86_64',
                                           'url' => 'ftp://mirror.nexcess.net/mageia/distrib/3/x86_64',
                                           'url' => 'http://mirror.nexcess.net/mageia/distrib/3/x86_64',
 ~
UnderTree=->


Don't know that it matters, but here's a clue as to which mageia release
etc... my l;aptop's running.

Code: Select all
Mageia release 3 (Official) for x86_64
Kernel 3.10.28-desktop-1.mga3 on a Dual-processor x86_64 / tty3
2013mageia_lap-11 login:


Thing is, I've not changed any of my laptop's repo settings, and urpmi.update used
to work on it... Though I'm not sure if it's been about one month, or more
like two since I did so... But clearly something changed.

Hmmnn, I just noticed, there is just one repo listing rsync in the "grep url" output...

Could it be so simple? Does "distro.ibiblio.org/mageia/distrib/3/x86_64" come in an ftp or http version?

Re: urpmi.update -a: rsync failed: exited with 35

PostPosted: Mar 11th, '14, 23:53
by jtwdyp
I still don't know which media had the problem, But using the Mageia control center, I "edited" each entry with an update checkmark. changing curl to wget. and now it works...