Centos 7 i386 - EPEL

ZAJDAN

  • *****
  • 2 078
    • Zobrazit profil
    • E-mail
Centos 7 i386 - EPEL
« kdy: 17. 02. 2017, 17:37:16 »
Ahoj...
nainstaloval jsem si 32 bit verzi Centos 7 a mam problem. Chci si nainstalovat balicek Remmina a zjistil jsem, ze je v repositari EPEL.
Existuje EPEL pro 32bit verzi Centosu 7?

díky
Vesele, vesele do továrny dělník běží...vesele, vesele do továrny jde. Vesele se usmívá když mu soustruh zazpívá...vesele, vesele do továrny jde. Vesele si poskočí když se soustruh roztočí ...vesele, vesele do továrny jde.


abc123

Re:Centos 7 i386 - EPEL
« Odpověď #1 kdy: 17. 02. 2017, 19:29:40 »
centos7 32bit neexistuje, cize ani 32 bitovy repozitar neexistuje.

skus dat vystupy z commandov:
uname -a
lsb_release
cat /etc/redhat-release

abc123

Re:Centos 7 i386 - EPEL
« Odpověď #2 kdy: 17. 02. 2017, 19:36:32 »
pozeram ze existuje :) ale nieje z oficialnych obrazov, aky ma vlastne zmysle v dnesnej dobe instalovat 32bit os?

petercheco

Re:Centos 7 i386 - EPEL
« Odpověď #3 kdy: 18. 02. 2017, 10:16:56 »
Remmina není v Epelu pro CentOS 7, ale v repozitáři Nux. Jelikož Nux obsahuje je 64 bitové verze balíků, doporučuji si stáhnout src.rpm a rebuildnout ho. Postup je jednoduchý:

wget http://li.nux.ro/download/nux/dextop/el7/SRPMS/remmina-1.0.0-8.el7.nux.src.rpm
rpmbuild --rebuild remmina-1.0.0-8.el7.nux.src.rpm

Poté jen nainstaluješ vygenerovaný balíček, který bude ve složce rpmbuild/RPMS

ZAJDAN

  • *****
  • 2 078
    • Zobrazit profil
    • E-mail
Re:Centos 7 i386 - EPEL
« Odpověď #4 kdy: 18. 02. 2017, 17:46:18 »
díky, ale uvážil jsem, že nejlepší bude reinstal na verzi 6 a tam je NUX i pro 32bit
Vesele, vesele do továrny dělník běží...vesele, vesele do továrny jde. Vesele se usmívá když mu soustruh zazpívá...vesele, vesele do továrny jde. Vesele si poskočí když se soustruh roztočí ...vesele, vesele do továrny jde.


ZAJDAN

  • *****
  • 2 078
    • Zobrazit profil
    • E-mail
Re:Centos 7 i386 - EPEL
« Odpověď #5 kdy: 20. 02. 2017, 08:50:11 »
zvedavost mi nedala a rekl jsem si, ze to s tou 32bit 7kou jeste zkusim:
davam tedy info:
uname -a
terminal-1 3.10.0-514.el7.centos.plus.i686 #1 SMP Wed Jan 25 12:55:04 UTC 2017 i686 i686 i386 GNU/Linux
lsb_release
bash: lsb_release: command not found...
cat /etc/redhat-release
CentOS release 7.3.1611 (AltArch)

Vesele, vesele do továrny dělník běží...vesele, vesele do továrny jde. Vesele se usmívá když mu soustruh zazpívá...vesele, vesele do továrny jde. Vesele si poskočí když se soustruh roztočí ...vesele, vesele do továrny jde.

ZAJDAN

  • *****
  • 2 078
    • Zobrazit profil
    • E-mail
Re:Centos 7 i386 - EPEL
« Odpověď #6 kdy: 20. 02. 2017, 09:01:47 »
nemam s Centosem zadne zkusenosti....divam se ze ty repositare se nejak zacuchali:
Kód: [Vybrat]
[b]yum repolist[/b]
Loaded plugins: fastestmirror, langpacks
base                                                                                   | 3.6 kB  00:00:00     
epel/i386/metalink                                                                     |  36 kB  00:00:00     
Could not parse metalink https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=i386 error was
No repomd file
extras/7/i386                                                                          | 2.9 kB  00:00:00     
http://li.nux.ro/download/nux/dextop/el7/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base article

https://access.redhat.com/articles/1320623

If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/

http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
updates/7/i386                                                                         | 2.9 kB  00:00:00     


 One of the configured repositories failed (Unknown),
 and yum doesn't have enough cached data to continue. At this point the only
 safe thing yum can do is fail. There are a few ways to work "fix" this:

     1. Contact the upstream for the repository and get them to fix the problem.

     2. Reconfigure the baseurl/etc. for the repository, to point to a working
        upstream. This is most often useful if you are using a newer
        distribution release than is supported by the repository (and the
        packages for the previous distribution release still work).

     3. Run the command with the repository temporarily disabled
            yum --disablerepo=<repoid> ...

     4. Disable the repository permanently, so yum won't use it by default. Yum
        will then just ignore the repository until you permanently enable it
        again or use --enablerepo for temporary usage:

            yum-config-manager --disable <repoid>
        or
            subscription-manager repos --disable=<repoid>

     5. Configure the failing repository to be skipped, if it is unavailable.
        Note that yum will try to contact the repo. when it runs most commands,
        so will have to try and fail each time (and thus. yum will be be much
        slower). If it is a very temporary problem though, this is often a nice
        compromise:

            yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true

File /var/cache/yum/i386/7/epel/metalink.xml does not exist
[root@sap-terminal-1 erka-operator]# yum repolist
Loaded plugins: fastestmirror, langpacks
base                                                                                   | 3.6 kB  00:00:00     
epel/i386/metalink                                                                     |  36 kB  00:00:00     
Could not parse metalink https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=i386 error was
No repomd file
extras/7/i386                                                                          | 2.9 kB  00:00:00     
http://li.nux.ro/download/nux/dextop/el7/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base article

https://access.redhat.com/articles/1320623

If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/

http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
updates/7/i386                                                                         | 2.9 kB  00:00:00     


 One of the configured repositories failed (Unknown),
 and yum doesn't have enough cached data to continue. At this point the only
 safe thing yum can do is fail. There are a few ways to work "fix" this:

     1. Contact the upstream for the repository and get them to fix the problem.

     2. Reconfigure the baseurl/etc. for the repository, to point to a working
        upstream. This is most often useful if you are using a newer
        distribution release than is supported by the repository (and the
        packages for the previous distribution release still work).

     3. Run the command with the repository temporarily disabled
            yum --disablerepo=<repoid> ...

     4. Disable the repository permanently, so yum won't use it by default. Yum
        will then just ignore the repository until you permanently enable it
        again or use --enablerepo for temporary usage:

            yum-config-manager --disable <repoid>
        or
            subscription-manager repos --disable=<repoid>

     5. Configure the failing repository to be skipped, if it is unavailable.
        Note that yum will try to contact the repo. when it runs most commands,
        so will have to try and fail each time (and thus. yum will be be much
        slower). If it is a very temporary problem though, this is often a nice
        compromise:

            yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true

File /var/cache/yum/i386/7/epel/metalink.xml does not exist
Vesele, vesele do továrny dělník běží...vesele, vesele do továrny jde. Vesele se usmívá když mu soustruh zazpívá...vesele, vesele do továrny jde. Vesele si poskočí když se soustruh roztočí ...vesele, vesele do továrny jde.

ZAJDAN

  • *****
  • 2 078
    • Zobrazit profil
    • E-mail
Re:Centos 7 i386 - EPEL
« Odpověď #7 kdy: 20. 02. 2017, 09:15:30 »
disabloval jsem nux i epel a nyni to vypada ciste:
Kód: [Vybrat]
[b]yum repolist[/b]
Loaded plugins: fastestmirror, langpacks
base                                                                                   | 3.6 kB  00:00:00     
extras                                                                                 | 2.9 kB  00:00:00     
updates                                                                                | 2.9 kB  00:00:00     
Loading mirror speeds from cached hostfile
repo id                                           repo name                                             status
base/7/i386                                       CentOS-7 - Base                                       7,114
extras/7/i386                                     CentOS-7 - Extras                                         0
updates/7/i386                                    CentOS-7 - Updates                                      637
repolist: 7,751
[root@sap-terminal-1 erka-operator]# yum install rpmbuild
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
No package rpmbuild available.
Error: Nothing to do
zkousim tu reminu tedy pres ten rpmbuild...ale tento balicek nemam...mel by byt v defaultnich repositarich?
Vesele, vesele do továrny dělník běží...vesele, vesele do továrny jde. Vesele se usmívá když mu soustruh zazpívá...vesele, vesele do továrny jde. Vesele si poskočí když se soustruh roztočí ...vesele, vesele do továrny jde.

ZAJDAN

  • *****
  • 2 078
    • Zobrazit profil
    • E-mail
Re:Centos 7 i386 - EPEL
« Odpověď #8 kdy: 20. 02. 2017, 09:23:45 »
ok...zjistil jsem ze balicek se jmenuje rpm-build ..nainstaloval jsem tedy a zkousim buildnout stahnutou remminu viz doporuceni vise, ale opet trable:
Kód: [Vybrat]
rpmbuild --rebuild remmina-1.0.0-8.el7.nux.src.rpm
Installing remmina-1.0.0-8.el7.nux.src.rpm
warning: remmina-1.0.0-8.el7.nux.src.rpm: Header V4 RSA/SHA1 Signature, key ID 85c6cd8a: NOKEY
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
error: Failed build dependencies:
gtk3-devel is needed by remmina-1.0.0-8.el7.centos.i686
libssh-devel >= 0.4. is needed by remmina-1.0.0-8.el7.centos.i686
libgcrypt-devel is needed by remmina-1.0.0-8.el7.centos.i686
avahi-ui-devel is needed by remmina-1.0.0-8.el7.centos.i686
vte3-devel is needed by remmina-1.0.0-8.el7.centos.i686
cmake is needed by remmina-1.0.0-8.el7.centos.i686
intltool is needed by remmina-1.0.0-8.el7.centos.i686
libxkbfile-devel is needed by remmina-1.0.0-8.el7.centos.i686
gnutls-devel is needed by remmina-1.0.0-8.el7.centos.i686
libjpeg-devel is needed by remmina-1.0.0-8.el7.centos.i686
libvncserver-devel is needed by remmina-1.0.0-8.el7.centos.i686
libgnome-keyring-devel is needed by remmina-1.0.0-8.el7.centos.i686
freerdp-devel is needed by remmina-1.0.0-8.el7.centos.i686
telepathy-glib-devel is needed by remmina-1.0.0-8.el7.centos.i686

Vesele, vesele do továrny dělník běží...vesele, vesele do továrny jde. Vesele se usmívá když mu soustruh zazpívá...vesele, vesele do továrny jde. Vesele si poskočí když se soustruh roztočí ...vesele, vesele do továrny jde.

Re:Centos 7 i386 - EPEL
« Odpověď #9 kdy: 20. 02. 2017, 10:47:49 »
Chybí ti závislosti. Čili doinstalovat ty balíky. Existuje na to příkaz:
Kód: [Vybrat]
yum-builddep remmina-1.0.0-8.el7.nux.src.rpm

ZAJDAN

  • *****
  • 2 078
    • Zobrazit profil
    • E-mail
Re:Centos 7 i386 - EPEL
« Odpověď #10 kdy: 20. 02. 2017, 11:55:22 »
Chybí ti závislosti. Čili doinstalovat ty balíky. Existuje na to příkaz:
Kód: [Vybrat]
yum-builddep remmina-1.0.0-8.el7.nux.src.rpm

Kód: [Vybrat]
yum-builddep remmina-1.0.0-8.el7.nux.src.rpm
Loaded plugins: fastestmirror, langpacks
Enabling base-source repository
Enabling extras-source repository
Enabling updates-source repository
http://vault.centos.org/altarch/7/extras/Source/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base article

https://access.redhat.com/articles/1320623

If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/

failure: repodata/repomd.xml from extras-source: [Errno 256] No more mirrors to try.
http://vault.centos.org/altarch/7/extras/Source/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found

Vesele, vesele do továrny dělník běží...vesele, vesele do továrny jde. Vesele se usmívá když mu soustruh zazpívá...vesele, vesele do továrny jde. Vesele si poskočí když se soustruh roztočí ...vesele, vesele do továrny jde.