You are not logged in.

#1 2015-07-23 10:37:31

s4nji
Banned
Registered: 2015-07-17
Posts: 47

unable to download Plex server through the yaourt -S command

Hi,
I want to install the  plex-media-server packages by running the command

yaourt -S plex-media-server --noconfirm

The download of PMS begins but stops after downloading a certain pourcetage and returning this :

 -> Downloading plexmediaserver-0.9.12.3.1173-937aac3.x86_64.rpm...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  5  121M    5 7191k    0     0  19446      0  1:49:33  0:06:18  1:43:15 23695curl: (18) transfer closed with 120432138 bytes remaining to read
==> ERROR: Failure while downloading plexmediaserver-0.9.12.3.1173-937aac3.x86_64.rpm
    Aborting...
==> ERROR: Makepkg was unable to build plex-media-server.
==> Restart building plex-media-server ? [y/N]
==> ------------------------------------------
==> 

The whole output of the command above is

$ yaourt -S plex-media-server --noconfirm 

==> Downloading plex-media-server PKGBUILD from AUR...
x plex-media-server.install
x PKGBUILD
x terms.txt
x plexmediaserver.conf.d
x plexmediaserver.service
x .SRCINFO
Comment by tux  (2015-06-06 17:47)
Just to note, it appears that casting to a Chromecast or similar device won't work if you use SSL. :/

Comment by IsaacG  (2015-06-26 08:18)
For the latest version (you can swap these into the PKGBUILD for the old lines ... or even just append these):

pkgver=0.9.12.4.1192
_pkgsum=9a47d21
md5sums=('ce68337bf5cdfb8b2183cc1180382d11'
'34268b981e3b8c833a0e2270429232a6'
'bd703bc750b989a27edd590eb8c8e9d7')
md5sums_i686=('b10dc378e66cd8cff5cbfdf6ad0ae540')
md5sums_x86_64=('0426a8a700dd38887c978beca6e45580')

Comment by jobski  (2015-07-03 05:18)
If you are following IsaacG's instructions, paste it before the SHA256 lines in PKGBUILD and make sure to comment out the SHA256 variables for the builder to use md5 hash checks (the build will fail otherwise).

Comment by Jhackler  (2015-07-03 21:08)
Is the PKGBUILD going to be updated eventually?


Comment by alucryd  (2015-07-03 22:07)
No it's not, AUR3 is dead, long live AUR4.

plex-media-server 0.9.12.3.1173-1  (2015-06-04 14:51)
( Unsupported package: Potentially dangerous ! )
==> plex-media-server dependencies:
 - systemd (already installed)


==> Continue building plex-media-server ? [Y/n]
==> -------------------------------------------
==> 
==> Building and installing package
==> Making package: plex-media-server 0.9.12.3.1173-1 (Thu Jul 23 12:20:10 CET 2015)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found plexmediaserver.conf.d
  -> Found plexmediaserver.service
  -> Found terms.txt
  -> Downloading plexmediaserver-0.9.12.3.1173-937aac3.x86_64.rpm...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  5  121M    5 7191k    0     0  19446      0  1:49:33  0:06:18  1:43:15 23695curl: (18) transfer closed with 120432138 bytes remaining to read
==> ERROR: Failure while downloading plexmediaserver-0.9.12.3.1173-937aac3.x86_64.rpm
    Aborting...
==> ERROR: Makepkg was unable to build plex-media-server.
==> Restart building plex-media-server ? [y/N]
==> ------------------------------------------
==> 

How can I fix this ?

Thank you in advance smile

Last edited by s4nji (2015-07-23 10:42:12)


vgruk pharmacy
Mod note: Redacted URL

Offline

#2 2015-07-23 10:49:58

ayekat
Member
Registered: 2011-01-17
Posts: 1,634

Re: unable to download Plex server through the yaourt -S command

Looks like the server aborts the file transfer after a certain time. Have you tried downloading that file manually to see whether the same happens?


pkgshackscfgblag

Offline

#3 2015-07-23 10:54:35

s4nji
Banned
Registered: 2015-07-17
Posts: 47

Re: unable to download Plex server through the yaourt -S command

ayekat wrote:

Looks like the server aborts the file transfer after a certain time. Have you tried downloading that file manually to see whether the same happens?

"manually" meaning ? from the official website ?


vgruk pharmacy
Mod note: Redacted URL

Offline

#4 2015-07-23 11:39:39

Awebb
Member
Registered: 2010-05-06
Posts: 6,688

Re: unable to download Plex server through the yaourt -S command

Yaourt does not understand aur4 yet. The old aur is going out of commission and the package there is out of date. got to aur4.archlinux.org, download the AUR package, extract it and build it according to the AUR wiki article.

This is the first thing you should do, when yaourt fails: build the package yourself. You should generally refrain from using AUR helpers, as long as you don't understand what they do and how.

Offline

#5 2015-07-23 12:10:43

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,517
Website

Re: unable to download Plex server through the yaourt -S command

Awebb wrote:

You should generally completely refrain from using AUR helpers, as long as you don't understand what they do and how.

FTFY.  But otherwise, I second everything above.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#6 2015-07-23 12:13:32

s4nji
Banned
Registered: 2015-07-17
Posts: 47

Re: unable to download Plex server through the yaourt -S command

Awebb wrote:

Yaourt does not understand aur4 yet. The old aur is going out of commission and the package there is out of date. got to aur4.archlinux.org, download the AUR package, extract it and build it according to the AUR wiki article.

This is the first thing you should do, when yaourt fails: build the package yourself. You should generally refrain from using AUR helpers, as long as you don't understand what they do and how.

I see thank you smile


vgruk pharmacy
Mod note: Redacted URL

Offline

#7 2015-07-23 14:12:36

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,701

Re: unable to download Plex server through the yaourt -S command

Moving to AUR issues


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB