GoFlex Home pyload install ?

This forum is for topics dealing with problems with software specifically in the ARMv5 repo.

GoFlex Home pyload install ?

Postby isson » Thu Jul 23, 2015 6:04 pm

Hi,

This is my first post and i am very newbie :) i installed alarm and i want to install pyload my goflex home. i read wiki and some forum posts. but i can't install pyload , package-query, yaourt etc. (not working makepkg --asroot etc...) and i want help for any url or step by step guide for newbies.

Thank you for your help..

Linux alarm 4.1.3-1-ARCH #1 PREEMPT Wed Jul 22 02:14:56 MDT 2015 armv5tel GNU/Linux
isson
 
Posts: 7
Joined: Thu Jul 23, 2015 5:56 pm

Re: GoFlex Home pyload install ?

Postby WarheadsSE » Thu Jul 23, 2015 9:25 pm

makepkg should not be used with --asroot
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: GoFlex Home pyload install ?

Postby Guidobelix » Fri Jul 24, 2015 7:05 am

Hi isson,

as WarheadSE correctly mentioned, you shouldn't use --asroot with makepkg.
And using makepkg is the right approach to use the AUR. :geek:
But, while you familiarize with AUR and Alarm, you could use this step-by-step guide to yaourt:
https://archlinux.fr/yaourt-en
Any of the two methods mentioned there is fine.
Guidobelix
 
Posts: 45
Joined: Fri Jun 21, 2013 6:52 am

Re: GoFlex Home pyload install ?

Postby isson » Fri Jul 24, 2015 7:46 pm

Hi,

Thanks for replays. i'm stuck here
$this->bbcode_second_pass_code('', '[isson@alarm ~]$ pacman -Sy yaourt
error: you cannot perform this operation unless you are root.

[isson@alarm package-query]$ sudo pacman -Sy yaourt
[sudo] password for isson:
isson is not in the sudoers file. This incident will be reported.
')

my /etc/sudoers.conf
$this->bbcode_second_pass_code('', 'Defaults targetpw
isson ALL=(ALL) ALL')

What can i do?
Last edited by isson on Fri Jul 24, 2015 7:48 pm, edited 1 time in total.
isson
 
Posts: 7
Joined: Thu Jul 23, 2015 5:56 pm

Re: GoFlex Home pyload install ?

Postby Socaltom » Fri Jul 24, 2015 7:48 pm

you need to have root privileges to run pacman.
Tom
used to be owned by me
Pink Pogo V2, Black Pogo V3, Zyxel NAS 325 v1,
used to be Adminstrator for
Goflex net, Black V3, Black V2
Now I have a couple of raspberry pi ( 3+ and 4)
Socaltom
 
Posts: 571
Joined: Thu Apr 07, 2011 2:21 pm
Location: The left side

Re: GoFlex Home pyload install ?

Postby isson » Fri Jul 24, 2015 7:50 pm

i'm trying but dosn't work

$this->bbcode_second_pass_code('', '[isson@alarm package-query]$ sudo pacman -Sy yaourt
[sudo] password for isson:
isson is not in the sudoers file. This incident will be reported.
')
isson
 
Posts: 7
Joined: Thu Jul 23, 2015 5:56 pm

Re: GoFlex Home pyload install ?

Postby isson » Fri Jul 24, 2015 8:27 pm

Now i'm here : (

$this->bbcode_second_pass_code('', '[isson@alarm ~]$ yaourt -S pyload

==> Downloading pyload PKGBUILD from AUR...
x pyload.install
x suppress_jinja2_version_check.patch
x pyLoadGui
x pyLoadCli
x pyLoadCore
x pyload.conf
x pyload.service
x .SRCINFO
x PKGBUILD
Comment by HLFH (2014-04-10 17:02)
Does not work. Because of jinja2 ? Please update

Comment by dobo (2014-06-12 16:50)
I adopted this package. I forced pyload to use internal libraries bundled in its archive. That's why I removed python2-jinja and python2-beaker dependencies. I also included functionality to PKGBUILD which builds Python optimized byte-code files (*.pyo). Hope it works all fine!

Comment by killermoehre (2014-06-18 16:55)
Please, for the sake of systemd, use this service file

### FILE /usr/lib/systemd/system/pyload.service ###
[Unit]
Description=pyLoad Core
After=network.target

[Service]
ExecStart=/usr/bin/pyLoadCore
User=pyload
Group=pyload

[Install]
WantedBy=multi-user.target
### END ###

Comment by hawk07 (2015-02-14 10:57)
+1 for killermoehre

Comment by dobo (2015-03-08 21:25)
Ok, I've changed pyload.service but it's minor change so I haven't bumped package version. Sorry for waiting so long I've missed e-mail notification.

pyload 0.4.9-17 (2015-03-08 21:24)
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==>

Please add $VISUAL to your environment variables
for example:
export VISUAL="vim" (in ~/.bashrc)
(replace vim with your favorite editor)

==> Edit PKGBUILD with:

/usr/lib/yaourt/util.sh: line 203: PKGBUILD: command not found
==> pyload dependencies:
- python2 (already installed)
- python2-crypto (already installed)
- python2-pycurl (already installed)
- tesseract (already installed)
- python2-imaging (already installed)
- python2-pyopenssl (already installed)


==> Edit pyload.install ? [Y/n] ("A" to abort)
==> ------------------------------------------
==>

Please add $VISUAL to your environment variables
for example:
export VISUAL="vim" (in ~/.bashrc)
(replace vim with your favorite editor)

==> Edit pyload.install with:

/usr/lib/yaourt/util.sh: line 203: pyload.install: command not found
==> Continue building pyload ? [Y/n]
==> --------------------------------
==>
==> Building and installing package
==> Making package: pyload 0.4.9-17 (Fri Jul 24 23:23:14 EEST 2015)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading 0.4.9...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 301 100 301 0 0 687 0 --:--:-- --:--:-- --:--:-- 687
curl: (51) SSL: no alternative certificate subject name matches target host name 'get.pyload.org'
==> ERROR: Failure while downloading 0.4.9
Aborting...
==> ERROR: Makepkg was unable to build pyload.
==> Restart building pyload ? [y/N]
==> -------------------------------')
isson
 
Posts: 7
Joined: Thu Jul 23, 2015 5:56 pm

Re: GoFlex Home pyload install ?

Postby isson » Fri Jul 24, 2015 8:33 pm

Now i installed with
$this->bbcode_second_pass_code('', '[isson@alarm ~]$ yaourt -S pyload-nightly')

Thanks..i'm starting configuration :)
isson
 
Posts: 7
Joined: Thu Jul 23, 2015 5:56 pm


Return to ARMv5

Who is online

Users browsing this forum: No registered users and 12 guests