Raspberry Pi Education server

what happens with just the above?

1 Like

No package nethserver-lemonldap-ng available

yum install nethserver-lemonldap-ng --enablerepo=danb35

1 Like

Error getting repository data for danb35, repository not found sorry for being a pain

What? But it said it was already installed? Try yum reinstall https://repo.familybrown.org/nethserver/7/noarch/nethserver-danb35-1.1.0-1.ns7.noarch.rpm

1 Like

ok that worked to get the repo but

error

Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-danb35
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-danb35-2
danb35/7/signature | 2.9 kB 00:00 !!!
https://repo.familybrown.org/nethserver/7/repodata/repomd.xml: [Errno -1] repomd.xml signature could not be verified for danb35
Trying other mirror.

One of the configured repositories failed (DanB35 repository for nethserver 7 - armhfp),
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=danb35 ...

 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 danb35
    or
        subscription-manager repos --disable=danb35

 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=danb35.skip_if_unavailable=true

failure: repodata/repomd.xml from danb35: [Errno 256] No more mirrors to try.
https://repo.familybrown.org/nethserver/7/repodata/repomd.xml: [Errno -1] repomd.xml signature could not be verified for danb35

yum clean all
yum --enablerepo=danb35 makecache

and try again?

unfortunatley the same problem i ran

URLGRABBER_DEBUG=1 yum update

HTTP/1.1 200 OK
< Date: Sat, 24 Jul 2021 15:43:48 GMT
< Server: Apache
< Last-Modified: Fri, 02 Jul 2021 14:21:36 GMT
< ETag: “bb1-5c624ac5d1068”
< Accept-Ranges: bytes
< Content-Length: 2993
< Content-Type: text/xml
2021-07-24 15:43:48,213 header ended:
<

  • Connection #22 to host mirror.nsw.coloau.com.au left intact
    centos-kernel | 2.9 kB 00:00
    2021-07-24 15:43:48,219 success
    2021-07-24 15:43:48,226 MIRROR: trying repodata/repomd.xml → https://repo.familybrown.org/nethserver/7/repodata/repomd.xml
    2021-07-24 15:43:48,227 combined options: {
    ‘checkfunc’ : (<bound method YumRepository._checkRepoXML of <yum.yumRepo.YumRepository object at 0xb4d90490>>, (), {}),
    ‘copy_local’ : 1,
    ‘http_headers’ : (),
    ‘range’ : None,
    ‘reget’ : None,
    ‘retry_no_cache’: False,
    ‘size’ : 102400,
    ‘text’ : <yum.yumRepo.YumRepository object at 0xb4d90490>,
    ‘delegate’ : {
    ‘delegate’ : {
    ‘async’ : None,
    ‘bandwidth’ : 0,
    ‘cache_openers’: True,
    ‘checkfunc’ : None,
    ‘close_connection’: 0,
    ‘copy_local’ : 0,
    ‘curl_obj’ : None,
    ‘data’ : None,
    ‘default_speed’: 1000000.0,
    ‘delegate’ : None,
    ‘failfunc’ : <function _do_raise at 0xb58468f0>,
    ‘failure_callback’: (<bound method YumBaseCli.failureReport of <cli.YumBaseCli object at 0xb4f5b070>>, (), {}),
    ‘ftp_disable_epsv’: False,
    ‘ftp_headers’ : None,
    ‘half_life’ : 2592000,
    ‘http_headers’ : (),
    ‘interrupt_callback’: <bound method YumBaseCli.interrupt_callback of <cli.YumBaseCli object at 0xb4f5b070>>,
    ‘ip_resolve’ : None,
    ‘keepalive’ : True,
    ‘libproxy’ : False,
    ‘max_connections’: 5,
    ‘max_header_size’: 2097152,
    ‘minrate’ : 0,
    ‘mirror_group’ : None,
    ‘multi_progress_obj’: <output.YumTextMultiFileMeter instance at 0xb4e3ee90>,
    ‘no_cache’ : False,
    ‘opener’ : None,
    ‘password’ : None,
    ‘prefix’ : None,
    ‘progress_obj’ : <output.YumTextMeter instance at 0xb4e3e670>,
    ‘proxies’ : None,
    ‘proxy’ : None,
    ‘quote’ : None,
    ‘range’ : None,
    ‘reget’ : ‘simple’,
    ‘retry’ : 10,
    ‘retry_no_cache’: False,
    ‘retrycodes’ : [-1, 2, 4, 5, 6, 7],
    ‘size’ : None,
    ‘ssl_ca_cert’ : None,
    ‘ssl_cert’ : None,
    ‘ssl_cert_type’: ‘PEM’,
    ‘ssl_context’ : None,
    ‘ssl_key’ : None,
    ‘ssl_key_pass’ : None,
    ‘ssl_key_type’ : ‘PEM’,
    ‘ssl_verify_host’: True,
    ‘ssl_verify_peer’: True,
    ‘text’ : None,
    ‘throttle’ : 0,
    ‘timedhosts’ : None,
    ‘timeout’ : 30.0,
    ‘urlparser’ : <urlgrabber.grabber.URLParser instance at 0xb4a982d8>,
    ‘user_agent’ : ‘urlgrabber/3.10 yum/3.4.3’,
    ‘username’ : None,
    }
    }
    }
    2021-07-24 15:43:48,232 attempt 1/10: https://repo.familybrown.org/nethserver/7/repodata/repomd.xml
    2021-07-24 15:43:48,234 opening local file “/var/cache/yum/armhfp/7/danb35/repomdw8zfqJtmp.xml” with mode wb
  • About to connect() to repo.familybrown.org port 443 (#24)
  • Trying 104.21.58.117…
  • Connected to repo.familybrown.org (104.21.58.117) port 443 (#24)
  • Initializing NSS with certpath: sql:/etc/pki/nssdb
  • CAfile: /etc/pki/tls/certs/ca-bundle.crt
    CApath: none
  • SSL connection using TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
  • Server certificate:
  • subject: CN=sni.cloudflaressl.com,O=“Cloudflare, Inc.”,L=San Francisco,ST=California,C=US
  • start date: Jul 08 00:00:00 2021 GMT
  • expire date: Jul 07 23:59:59 2022 GMT
  • common name: sni.cloudflaressl.com
  • issuer: CN=Cloudflare Inc ECC CA-3,O=“Cloudflare, Inc.”,C=US

GET /nethserver/7/repodata/repomd.xml HTTP/1.1
User-Agent: urlgrabber/3.10 yum/3.4.3
Host: repo.familybrown.org
Accept: /

< HTTP/1.1 200 OK
< Date: Sat, 24 Jul 2021 15:43:49 GMT
< Content-Type: text/xml
< Content-Length: 2981
< Connection: keep-alive
< last-modified: Sat, 24 Jul 2021 15:01:06 GMT
< etag: “ba5-5c7dfca23672c”
< accept-ranges: bytes
< CF-Cache-Status: DYNAMIC
< Expect-CT: max-age=604800, report-uri=“https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct
< Report-To: {“endpoints”:[{“url”:“https://a.nel.cloudflare.com/report/v3?s=ZAsl0%2Bs50MqvVW%2BzEYCmCYhkDlXIE8kO5qOsRq1rIn410Tm0kdWo7Zm%2B7ypLq2IUzM%2BSHYyiXWxJhiToQQd%2BJbao1W%2Bw9SgRueiedsaVgMGSD7aJJTAsqpknlvO0KdRWMZ%2FeKnA8pw%3D%3D”}],“group”:“cf-nel”,“max_age”:604800}
< NEL: {“report_to”:“cf-nel”,“max_age”:604800}
< Strict-Transport-Security: max-age=15552000
< X-Content-Type-Options: nosniff
< Server: cloudflare
< CF-RAY: 673e4427f88ffd32-SYD
< alt-svc: h3-27=“:443”; ma=86400, h3-28=“:443”; ma=86400, h3-29=“:443”; ma=86400, h3=“:443”; ma=86400
2021-07-24 15:43:49,815 header ended:
<

  • Connection #24 to host repo.familybrown.org left intact
    2021-07-24 15:43:49,823 MIRROR: trying repodata/repomd.xml.asc → https://repo.familybrown.org/nethserver/7/repodata/repomd.xml.asc
    2021-07-24 15:43:49,824 combined options: {
    ‘checkfunc’ : None,
    ‘copy_local’ : 1,
    ‘http_headers’ : (),
    ‘range’ : None,
    ‘reget’ : None,
    ‘retry_no_cache’: False,
    ‘size’ : 102400,
    ‘text’ : ‘danb35/7/signature’,
    ‘delegate’ : {
    ‘delegate’ : {
    ‘async’ : None,
    ‘bandwidth’ : 0,
    ‘cache_openers’: True,
    ‘checkfunc’ : None,
    ‘close_connection’: 0,
    ‘copy_local’ : 0,
    ‘curl_obj’ : None,
    ‘data’ : None,
    ‘default_speed’: 1000000.0,
    ‘delegate’ : None,
    ‘failfunc’ : <function _do_raise at 0xb58468f0>,
    ‘failure_callback’: (<bound method YumBaseCli.failureReport of <cli.YumBaseCli object at 0xb4f5b070>>, (), {}),
    ‘ftp_disable_epsv’: False,
    ‘ftp_headers’ : None,
    ‘half_life’ : 2592000,
    ‘http_headers’ : (),
    ‘interrupt_callback’: <bound method YumBaseCli.interrupt_callback of <cli.YumBaseCli object at 0xb4f5b070>>,
    ‘ip_resolve’ : None,
    ‘keepalive’ : True,
    ‘libproxy’ : False,
    ‘max_connections’: 5,
    ‘max_header_size’: 2097152,
    ‘minrate’ : 0,
    ‘mirror_group’ : None,
    ‘multi_progress_obj’: <output.YumTextMultiFileMeter instance at 0xb4e3ee90>,
    ‘no_cache’ : False,
    ‘opener’ : None,
    ‘password’ : None,
    ‘prefix’ : None,
    ‘progress_obj’ : <output.YumTextMeter instance at 0xb4e3e670>,
    ‘proxies’ : None,
    ‘proxy’ : None,
    ‘quote’ : None,
    ‘range’ : None,
    ‘reget’ : ‘simple’,
    ‘retry’ : 10,
    ‘retry_no_cache’: False,
    ‘retrycodes’ : [-1, 2, 4, 5, 6, 7],
    ‘size’ : None,
    ‘ssl_ca_cert’ : None,
    ‘ssl_cert’ : None,
    ‘ssl_cert_type’: ‘PEM’,
    ‘ssl_context’ : None,
    ‘ssl_key’ : None,
    ‘ssl_key_pass’ : None,
    ‘ssl_key_type’ : ‘PEM’,
    ‘ssl_verify_host’: True,
    ‘ssl_verify_peer’: True,
    ‘text’ : None,
    ‘throttle’ : 0,
    ‘timedhosts’ : None,
    ‘timeout’ : 30.0,
    ‘urlparser’ : <urlgrabber.grabber.URLParser instance at 0xb4a982d8>,
    ‘user_agent’ : ‘urlgrabber/3.10 yum/3.4.3’,
    ‘username’ : None,
    }
    }
    }
    2021-07-24 15:43:49,827 attempt 1/10: https://repo.familybrown.org/nethserver/7/repodata/repomd.xml.asc
    2021-07-24 15:43:49,830 opening local file “/var/cache/yum/armhfp/7/danb35/repomd.xml.asc” with mode wb
  • Found bundle for host repo.familybrown.org: 0x151b358
  • Re-using existing connection! (#24) with host repo.familybrown.org
  • Connected to repo.familybrown.org (104.21.58.117) port 443 (#24)

GET /nethserver/7/repodata/repomd.xml.asc HTTP/1.1
User-Agent: urlgrabber/3.10 yum/3.4.3
Host: repo.familybrown.org
Accept: /

< HTTP/1.1 200 OK
< Date: Sat, 24 Jul 2021 15:43:51 GMT
< Content-Type: text/plain; charset=UTF-8
< Content-Length: 230
< Connection: keep-alive
< Last-Modified: Sat, 24 Jul 2021 15:01:08 GMT
< ETag: “e6-5c7dfca3a4a94”
< Accept-Ranges: bytes
< CF-Cache-Status: DYNAMIC
< Expect-CT: max-age=604800, report-uri=“https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct
< Report-To: {“endpoints”:[{“url”:“https://a.nel.cloudflare.com/report/v3?s=DizhgTlUIhS0UUb2kK0Ck9KvEKVZGgRCyvwo8FurlzYQdEWlxdd%2FWbASWHVBnjdUu5J5vCaVtw0oA5B3iJrcqf1tldIhvEBW4um%2FhAI6crm%2BEfkuvtpURA%2BfI1hx3qTNy%2Fxy0h5ZQQ%3D%3D”}],“group”:“cf-nel”,“max_age”:604800}
< NEL: {“report_to”:“cf-nel”,“max_age”:604800}
< Strict-Transport-Security: max-age=15552000
< X-Content-Type-Options: nosniff
< Server: cloudflare
< CF-RAY: 673e44307857fd32-SYD
< alt-svc: h3-27=“:443”; ma=86400, h3-28=“:443”; ma=86400, h3-29=“:443”; ma=86400, h3=“:443”; ma=86400
2021-07-24 15:43:51,122 header ended:
<

  • Connection #24 to host repo.familybrown.org left intact
    danb35/7/signature | 230 B 00:00:00
    2021-07-24 15:43:51,125 success
    Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-danb35
    2021-07-24 15:43:51,335 combined options: {
    ‘bandwidth’ : 0,
    ‘failure_callback’: <bound method YumBaseCli.redirect_failure_callback of <cli.YumBaseCli object at 0xb4f5b070>>,
    ‘ftp_disable_epsv’: False,
    ‘http_headers’ : (),
    ‘ip_resolve’ : None,
    ‘keepalive’ : True,
    ‘minrate’ : 0,
    ‘password’ : None,
    ‘proxies’ : None,
    ‘retry’ : 10,
    ‘ssl_ca_cert’ : None,
    ‘ssl_cert’ : None,
    ‘ssl_key’ : None,
    ‘ssl_verify_host’: True,
    ‘ssl_verify_peer’: True,
    ‘throttle’ : 0,
    ‘timeout’ : 30.0,
    ‘user_agent’ : ‘urlgrabber/3.10 yum/3.4.3’,
    ‘username’ : None,
    ‘delegate’ : {
    ‘async’ : None,
    ‘bandwidth’ : 0,
    ‘cache_openers’: True,
    ‘checkfunc’ : None,
    ‘close_connection’: 0,
    ‘copy_local’ : 0,
    ‘curl_obj’ : None,
    ‘data’ : None,
    ‘default_speed’: 1000000.0,
    ‘delegate’ : None,
    ‘failfunc’ : <function _do_raise at 0xb58468f0>,
    ‘failure_callback’: None,
    ‘ftp_disable_epsv’: False,
    ‘ftp_headers’ : None,
    ‘half_life’ : 2592000,
    ‘http_headers’ : None,
    ‘interrupt_callback’: None,
    ‘ip_resolve’ : None,
    ‘keepalive’ : 1,
    ‘libproxy’ : False,
    ‘max_connections’: 5,
    ‘max_header_size’: 2097152,
    ‘minrate’ : None,
    ‘mirror_group’ : None,
    ‘multi_progress_obj’: None,
    ‘no_cache’ : False,
    ‘opener’ : None,
    ‘password’ : None,
    ‘prefix’ : None,
    ‘progress_obj’ : None,
    ‘proxies’ : None,
    ‘proxy’ : None,
    ‘quote’ : None,
    ‘range’ : None,
    ‘reget’ : None,
    ‘retry’ : None,
    ‘retry_no_cache’: False,
    ‘retrycodes’ : [-1, 2, 4, 5, 6, 7],
    ‘size’ : None,
    ‘ssl_ca_cert’ : None,
    ‘ssl_cert’ : None,
    ‘ssl_cert_type’: ‘PEM’,
    ‘ssl_context’ : None,
    ‘ssl_key’ : None,
    ‘ssl_key_pass’ : None,
    ‘ssl_key_type’ : ‘PEM’,
    ‘ssl_verify_host’: True,
    ‘ssl_verify_peer’: True,
    ‘text’ : None,
    ‘throttle’ : 1.0,
    ‘timedhosts’ : ‘/var/cache/yum/armhfp/7/timedhosts’,
    ‘timeout’ : 300,
    ‘urlparser’ : <urlgrabber.grabber.URLParser instance at 0xb5848288>,
    ‘user_agent’ : ‘urlgrabber/3.10 yum/3.4.3’,
    ‘username’ : None,
    }
    }
    2021-07-24 15:43:51,338 attempt 1/10: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-danb35
  • Closing connection 25
    2021-07-24 15:43:51,339 success
    Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-danb35-2
    2021-07-24 15:43:51,415 combined options: {
    ‘bandwidth’ : 0,
    ‘failure_callback’: <bound method YumBaseCli.redirect_failure_callback of <cli.YumBaseCli object at 0xb4f5b070>>,
    ‘ftp_disable_epsv’: False,
    ‘http_headers’ : (),
    ‘ip_resolve’ : None,
    ‘keepalive’ : True,
    ‘minrate’ : 0,
    ‘password’ : None,
    ‘proxies’ : None,
    ‘retry’ : 10,
    ‘ssl_ca_cert’ : None,
    ‘ssl_cert’ : None,
    ‘ssl_key’ : None,
    ‘ssl_verify_host’: True,
    ‘ssl_verify_peer’: True,
    ‘throttle’ : 0,
    ‘timeout’ : 30.0,
    ‘user_agent’ : ‘urlgrabber/3.10 yum/3.4.3’,
    ‘username’ : None,
    ‘delegate’ : {
    ‘async’ : None,
    ‘bandwidth’ : 0,
    ‘cache_openers’: True,
    ‘checkfunc’ : None,
    ‘close_connection’: 0,
    ‘copy_local’ : 0,
    ‘curl_obj’ : None,
    ‘data’ : None,
    ‘default_speed’: 1000000.0,
    ‘delegate’ : None,
    ‘failfunc’ : <function _do_raise at 0xb58468f0>,
    ‘failure_callback’: None,
    ‘ftp_disable_epsv’: False,
    ‘ftp_headers’ : None,
    ‘half_life’ : 2592000,
    ‘http_headers’ : None,
    ‘interrupt_callback’: None,
    ‘ip_resolve’ : None,
    ‘keepalive’ : 1,
    ‘libproxy’ : False,
    ‘max_connections’: 5,
    ‘max_header_size’: 2097152,
    ‘minrate’ : None,
    ‘mirror_group’ : None,
    ‘multi_progress_obj’: None,
    ‘no_cache’ : False,
    ‘opener’ : None,
    ‘password’ : None,
    ‘prefix’ : None,
    ‘progress_obj’ : None,
    ‘proxies’ : None,
    ‘proxy’ : None,
    ‘quote’ : None,
    ‘range’ : None,
    ‘reget’ : None,
    ‘retry’ : None,
    ‘retry_no_cache’: False,
    ‘retrycodes’ : [-1, 2, 4, 5, 6, 7],
    ‘size’ : None,
    ‘ssl_ca_cert’ : None,
    ‘ssl_cert’ : None,
    ‘ssl_cert_type’: ‘PEM’,
    ‘ssl_context’ : None,
    ‘ssl_key’ : None,
    ‘ssl_key_pass’ : None,
    ‘ssl_key_type’ : ‘PEM’,
    ‘ssl_verify_host’: True,
    ‘ssl_verify_peer’: True,
    ‘text’ : None,
    ‘throttle’ : 1.0,
    ‘timedhosts’ : ‘/var/cache/yum/armhfp/7/timedhosts’,
    ‘timeout’ : 300,
    ‘urlparser’ : <urlgrabber.grabber.URLParser instance at 0xb5848288>,
    ‘user_agent’ : ‘urlgrabber/3.10 yum/3.4.3’,
    ‘username’ : None,
    }
    }
    2021-07-24 15:43:51,418 attempt 1/10: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-danb35-2
  • Closing connection 26
    2021-07-24 15:43:51,420 success
    danb35/7/signature | 2.9 kB 00:00:00 !!!
    2021-07-24 15:43:51,612 exception: [Errno -1] repomd.xml signature could not be verified for danb35
    2021-07-24 15:43:51,613 calling callback: (<bound method YumBaseCli.failureReport of <cli.YumBaseCli object at 0xb4f5b070>>, (), {})
    https://repo.familybrown.org/nethserver/7/repodata/repomd.xml: [Errno -1] repomd.xml signature could not be verified for danb35
    Trying other mirror.
    2021-07-24 15:43:51,614 MIRROR: failed
    2021-07-24 15:43:51,615 GR mirrors: 0
    2021-07-24 15:43:51,615 MAIN mirrors: [Index of /nethserver/7] 0

i ended up downloading the rpm and trying manualy

 rpm -i nethserver-lemonldap-ng-0.2.0-6.ns7.noarch.rpm
warning: nethserver-lemonldap-ng-0.2.0-6.ns7.noarch.rpm: Header V4 RSA/SHA512 Signature, key ID 2d55864b: NOKEY
error: Failed dependencies:
	lasso-perl is needed by nethserver-lemonldap-ng-0.2.0-6.ns7.noarch
	lemonldap-ng is needed by nethserver-lemonldap-ng-0.2.0-6.ns7.noarch

so i guess even if i get it working ill need lasso-perl although if thats all not bad out of 200 odd dependencys

Can confirm the key’s do not import on arm32 (works fine on x86_64) :thinking: for now disabled both gpg checks in /etc/yum.repos.d/danb35.repo

yum --enablerepo=mark_devel install lasso-perl

did you configure the [lemonldap-ng] repository?

1 Like

ok so i disabled the repo installed the dependancies manualy

warning: nethserver-lemonldap-ng-0.2.0-6.ns7.noarch.rpm: Header V4 RSA/SHA512 Signature, key ID 2d55864b: NOKEY

yeah i did and installed lemonldap-ng and perl-lasso

yum install --enablerepo=mark_devel nethserver-lemonldap-ng

it is installing here on arm32

Summary
Installed:
  nethserver-lemonldap-ng.noarch 0:0.2.0-6.ns7

Dependency Installed:
  ImageMagick.armv7hl 0:6.9.10.68-5.el7_9                              ImageMagick-perl.armv7hl 0:6.9.10.68-5.el7_9
  OpenEXR-libs.armv7hl 0:1.7.1-8.el7                                   adobe-mappings-cmap.noarch 0:20171205-3.el7
  adobe-mappings-cmap-deprecated.noarch 0:20171205-3.el7               adobe-mappings-pdf.noarch 0:20180407-1.el7
  gd.armv7hl 0:2.0.35-27.el7_9                                         gdbm-devel.armv7hl 0:1.10-8.el7
  gdk-pixbuf2.armv7hl 0:2.36.12-3.el7                                  glibc-devel.armv7hl 0:2.17-324.el7_9
  glibc-headers.armv7hl 0:2.17-324.el7_9                               ilmbase.armv7hl 0:1.0.3-7.el7
  jasper-libs.armv7hl 0:1.900.1-33.el7                                 jbigkit-libs.armv7hl 0:2.0-11.el7
  kernel-headers.armv7hl 0:5.4.129-200.el7                             lasso.armv7hl 0:2.7.0-1.1.ns7
  lasso-perl.armv7hl 0:2.7.0-1.1.ns7                                   lcms2.armv7hl 0:2.6-3.el7
  lemonldap-ng.noarch 0:2.0.12-1.el7                                   lemonldap-ng-conf.noarch 0:2.0.12-1.el7
  lemonldap-ng-doc.noarch 0:2.0.12-1.el7                               lemonldap-ng-handler.noarch 0:2.0.12-1.el7
  lemonldap-ng-manager.noarch 0:2.0.12-1.el7                           lemonldap-ng-portal.noarch 0:2.0.12-1.el7
  lemonldap-ng-test.noarch 0:2.0.12-1.el7                              libICE.armv7hl 0:1.0.9-9.el7
  libSM.armv7hl 0:1.2.2-2.el7                                          libXcursor.armv7hl 0:1.1.15-1.el7
  libXi.armv7hl 0:1.7.9-1.el7                                          libXinerama.armv7hl 0:1.1.3-2.1.el7
  libXmu.armv7hl 0:1.1.2-2.el7                                         libXpm.armv7hl 0:3.5.12-1.el7
  libXrandr.armv7hl 0:1.5.1-2.el7                                      libXt.armv7hl 0:1.1.5-3.el7
  libXxf86misc.armv7hl 0:1.0.3-7.1.el7                                 libdb-devel.armv7hl 0:5.3.21-25.el7
  libfontenc.armv7hl 0:1.1.3-3.el7                                     libgs.armv7hl 0:9.25-5.el7
  libjpeg-turbo.armv7hl 0:1.2.90-8.el7                                 liblzf.armv7hl 0:3.6-7.el7
  libpaper.armv7hl 0:1.1.24-9.el7                                      librsvg2.armv7hl 0:2.40.20-1.el7
  libtiff.armv7hl 0:4.0.3-35.el7                                       libtool-ltdl.armv7hl 0:2.4.2-22.el7_3
  libwmf-lite.armv7hl 0:0.2.8.4-44.el7                                 mod_fcgid.armv7hl 0:2.3.9-6.el7
  mod_perl.armv7hl 0:2.0.11-1.el7                                      openjpeg2.armv7hl 0:2.3.1-3.el7_7
  perl-Any-Moose.noarch 0:0.21-5.el7                                   perl-Apache-LogFormat-Compiler.noarch 0:0.23-1.el7
  perl-Apache-Session.noarch 0:1.93-2.el7                              perl-Apache-Session-Browseable.noarch 0:1.2.1-1.el7
  perl-AuthCAS.noarch 0:1.6-4.el7                                      perl-Authen-Radius.noarch 0:0.26-4.el7
  perl-B-Hooks-EndOfScope.noarch 0:0.13-2.el7                          perl-BSD-Resource.armv7hl 0:1.29.07-1.el7
  perl-CGI.noarch 0:3.63-4.el7                                         perl-CGI-Compile.noarch 0:0.15-6.el7
  perl-CGI-Emulate-PSGI.noarch 0:0.15-4.el7                            perl-Cache-Cache.noarch 0:1.06-12.el7
  perl-Cache-Memcached.noarch 0:1.30-8.el7                             perl-Class-Accessor.noarch 0:0.34-12.el7
  perl-Class-Data-Inheritable.noarch 0:0.08-14.el7                     perl-Class-ErrorHandler.noarch 0:0.03-1.el7
  perl-Class-Inspector.noarch 0:1.28-2.el7                             perl-Class-Load.noarch 0:0.20-3.el7
  perl-Class-Singleton.noarch 0:1.4-14.el7                             perl-Clone.armv7hl 0:0.34-5.el7
  perl-Compress-LZF.armv7hl 0:3.7-1.el7                                perl-Config-IniFiles.noarch 0:2.79-1.el7
  perl-Convert-Bencode.noarch 0:1.03-9.el7                             perl-Convert-BinHex.noarch 0:1.119-20.el7
  perl-Convert-PEM.noarch 0:0.08-14.el7                                perl-Cpanel-JSON-XS.armv7hl 0:3.0104-1.el7
  perl-Crypt-DES.armv7hl 0:2.05-20.el7                                 perl-Crypt-DES_EDE3.noarch 0:0.01-18.el7
  perl-Crypt-DH-GMP.armv7hl 0:0.00012-13.el7                           perl-Crypt-OpenSSL-Bignum.armv7hl 0:0.04-18.el7
  perl-Crypt-OpenSSL-RSA.armv7hl 0:0.28-7.el7                          perl-Crypt-OpenSSL-Random.armv7hl 0:0.04-21.el7
  perl-Crypt-OpenSSL-X509.armv7hl 0:1.803-4.el7                        perl-Crypt-Rijndael.armv7hl 0:1.12-1.el7
  perl-Crypt-URandom.noarch 0:0.34-1.el7                               perl-DBI.armv7hl 0:1.627-4.el7
  perl-DB_File.armv7hl 0:1.830-6.el7                                   perl-Data-Dump.noarch 0:1.22-1.el7
  perl-Data-HexDump.noarch 0:0.02-26.el7                               perl-Data-OptList.noarch 0:0.107-9.el7
  perl-Date-Manip.noarch 0:6.41-2.el7                                  perl-DateTime.armv7hl 2:1.04-6.el7
  perl-DateTime-Format-RFC3339.noarch 0:1.0.5-1.el7                    perl-DateTime-Locale.noarch 0:0.45-6.el7
  perl-DateTime-TimeZone.noarch 0:1.70-2.el7                           perl-Devel-GlobalDestruction.noarch 0:0.12-1.el7
  perl-Devel-PartialDump.noarch 0:0.15-8.el7                           perl-Devel-StackTrace.noarch 1:1.30-2.el7
  perl-Devel-StackTrace-AsHTML.noarch 0:0.15-1.el7                     perl-Digest-SHA1.armv7hl 0:2.13-9.el7
  perl-Dist-CheckConflicts.noarch 0:0.06-2.el7                         perl-Email-Abstract.noarch 0:3.007-1.el7.1
  perl-Email-Address.noarch 0:1.898-3.el7                              perl-Email-Date-Format.noarch 0:1.002-15.el7
  perl-Email-Sender.noarch 0:0.120002-4.el7                            perl-Email-Simple.noarch 0:2.214-1.el7
  perl-Error.noarch 1:0.17020-2.el7                                    perl-Eval-Closure.noarch 0:0.08-4.el7
  perl-ExtUtils-Install.noarch 0:1.58-299.el7_9                        perl-ExtUtils-MakeMaker.noarch 0:6.68-3.el7
  perl-ExtUtils-Manifest.noarch 0:1.61-244.el7                         perl-ExtUtils-ParseXS.noarch 1:3.18-3.el7
  perl-FCGI.armv7hl 1:0.74-8.el7                                       perl-FCGI-Client.noarch 0:0.08-6.el7
  perl-File-pushd.noarch 0:1.005-2.el7                                 perl-GD.armv7hl 0:2.49-3.el7
  perl-GD-SecurityImage.noarch 0:1.72-1.el7                            perl-HTML-Template.noarch 0:2.95-1.el7
  perl-HTTP-Body.noarch 0:1.07-10.el7                                  perl-Hash-MultiValue.noarch 0:0.15-2.el7
  perl-IO-SessionData.noarch 0:1.03-1.el7                              perl-IO-Socket-Timeout.noarch 0:0.27-1.el7
  perl-IO-String.noarch 0:1.08-19.el7                                  perl-IO-Tty.armv7hl 0:1.10-11.el7
  perl-IPC-Run.noarch 0:0.92-2.el7                                     perl-IPC-ShareLite.armv7hl 0:0.17-12.el7
  perl-JSON-MaybeXS.noarch 0:1.003005-1.el7                            perl-JSON-XS.armv7hl 1:3.01-2.el7
  perl-LWP-Protocol-https.noarch 0:6.04-4.el7                          perl-Lemonldap-NG-Common.noarch 0:2.0.12-1.el7
  perl-Lemonldap-NG-Handler.noarch 0:2.0.12-1.el7                      perl-Lemonldap-NG-Manager.noarch 0:2.0.12-1.el7
  perl-Lemonldap-NG-Portal.noarch 0:2.0.12-1.el7                       perl-Linux-Pid.armv7hl 0:0.04-18.el7
  perl-List-MoreUtils.armv7hl 0:0.33-9.el7                             perl-Log-Dispatch.noarch 0:2.41-1.el7.1
  perl-Log-Dispatch-FileRotate.noarch 0:1.19-13.el7                    perl-Log-Log4perl.noarch 0:1.42-2.el7
  perl-MIME-Lite.noarch 0:3.030-1.el7                                  perl-MIME-Types.noarch 0:1.38-2.el7
  perl-MIME-tools.noarch 0:5.505-1.el7                                 perl-MRO-Compat.noarch 0:0.12-2.el7
  perl-Mail-Sender.noarch 0:0.8.23-1.el7                               perl-Mail-Sendmail.noarch 0:0.79-21.el7
  perl-Module-Implementation.noarch 0:0.06-6.el7                       perl-Module-Pluggable.noarch 1:4.8-3.el7
  perl-Module-Refresh.noarch 0:0.17-6.el7                              perl-Module-Runtime.noarch 0:0.013-4.el7
  perl-Moose.armv7hl 0:2.1005-1.el7                                    perl-Mouse.armv7hl 0:1.11-1.el7
  perl-Net-Daemon.noarch 0:0.48-5.el7                                  perl-Net-Facebook-Oauth2.noarch 0:0.11-2.el7
  perl-Net-IP.noarch 0:1.26-4.el7                                      perl-Net-OAuth.noarch 0:0.28-2.el7
  perl-Net-OpenID-Common.noarch 0:1.20-8.el7                           perl-Net-OpenID-Consumer.noarch 0:1.18-8.el7
  perl-Net-OpenID-Server.noarch 0:1.09-11.el7                          perl-Package-DeprecationManager.noarch 0:0.13-7.el7
  perl-Package-Generator.noarch 0:0.103-14.el7                         perl-Package-Stash.noarch 0:0.34-2.el7
  perl-Package-Stash-XS.armv7hl 0:0.26-3.el7                           perl-Params-Util.armv7hl 0:1.07-6.el7
  perl-Params-Validate.armv7hl 0:1.08-4.el7                            perl-PerlIO-via-Timeout.noarch 0:0.29-1.el7
  perl-PlRPC.noarch 0:0.2020-14.el7                                    perl-Plack.noarch 0:1.0033-1.el7
  perl-Redis.noarch 0:1.978-1.el7                                      perl-Regexp-Assemble.noarch 0:0.35-11.el7
  perl-Regexp-Common.noarch 0:2013031301-1.el7                         perl-SOAP-Lite.noarch 0:1.10-2.el7
  perl-Stream-Buffered.noarch 0:0.02-1.el7                             perl-String-CRC32.armv7hl 0:1.4-19.el7
  perl-String-Random.noarch 0:0.25-1.el7                               perl-Sub-Exporter.noarch 0:0.986-2.el7
  perl-Sub-Exporter-Progressive.noarch 0:0.001011-1.el7                perl-Sub-Install.noarch 0:0.926-6.el7
  perl-Sub-Name.armv7hl 0:0.09-1.el7                                   perl-Throwable.noarch 0:0.102080-11.el7
  perl-Try-Tiny.noarch 0:0.12-2.el7                                    perl-Types-Serialiser.noarch 0:1.0-1.el7
  perl-Unicode-String.armv7hl 0:2.09-29.el7                            perl-Variable-Magic.armv7hl 0:0.54-2.el7
  perl-XML-DOM.noarch 0:1.44-19.el7                                    perl-XML-LibXML.armv7hl 1:2.0018-5.el7
  perl-XML-LibXSLT.armv7hl 0:1.80-4.el7                                perl-XML-RegExp.noarch 0:0.04-2.el7
  perl-XML-SAX.noarch 0:0.99-9.el7                                     perl-XML-Simple.noarch 0:2.20-5.el7
  perl-YAML.noarch 0:0.84-5.el7                                        perl-common-sense.noarch 0:3.6-4.el7
  perl-devel.armv7hl 4:5.16.3-299.el7_9                                perl-namespace-clean.noarch 0:0.24-2.el7
  perl-version.armv7hl 3:0.99.07-6.el7                                 perltidy.noarch 0:20121207-3.el7
  pyparsing.noarch 0:1.5.6-9.el7                                       rrdtool-perl.armv7hl 0:1.4.8-9.el7
  systemtap-sdt-devel.armv7hl 0:4.0-13.el7                             urw-base35-bookman-fonts.noarch 0:20170801-10.el7
  urw-base35-c059-fonts.noarch 0:20170801-10.el7                       urw-base35-d050000l-fonts.noarch 0:20170801-10.el7
  urw-base35-fonts.noarch 0:20170801-10.el7                            urw-base35-fonts-common.noarch 0:20170801-10.el7
  urw-base35-gothic-fonts.noarch 0:20170801-10.el7                     urw-base35-nimbus-mono-ps-fonts.noarch 0:20170801-10.el7
  urw-base35-nimbus-roman-fonts.noarch 0:20170801-10.el7               urw-base35-nimbus-sans-fonts.noarch 0:20170801-10.el7
  urw-base35-p052-fonts.noarch 0:20170801-10.el7                       urw-base35-standard-symbols-ps-fonts.noarch 0:20170801-10.el7
  urw-base35-z003-fonts.noarch 0:20170801-10.el7                       xmlsec1.armv7hl 0:1.2.20-7.el7_4
  xmlsec1-openssl.armv7hl 0:1.2.20-7.el7_4                             xorg-x11-font-utils.armv7hl 1:7.5-21.el7
  xorg-x11-server-utils.armv7hl 0:7.7-20.el7

Complete!

yum install --enablerepo=mark_devel nethserver-lemonldap-ng
Loaded plugins: changelog, fastestmirror, nethserver_events
Loading mirror speeds from cached hostfile

  • ce-base: mirror.nsw.coloau.com.au
  • ce-extras: mirror.nsw.coloau.com.au
  • ce-updates: mirror.nsw.coloau.com.au
  • centos-kernel: mirror.nsw.coloau.com.au
    Nothing to do

ill remove it then reinstall just incase some of the manual .rpm is still there

ok now i got

[root@orion yum.repos.d]# yum --enablerepo=mark_devel install nethserver-lemonldap-ng

Loaded plugins: changelog, fastestmirror, nethserver_events
Loading mirror speeds from cached hostfile
 * ce-base: mirror.nsw.coloau.com.au
 * ce-extras: mirror.nsw.coloau.com.au
 * ce-updates: mirror.nsw.coloau.com.au
 * centos-kernel: mirror.nsw.coloau.com.au
No package nethserver-lemonldap-ng available.

ONLY FOR TESTING NOW did you remove the gpg checks for dan35 repo:

cat /etc/yum.repos.d/danb35.repo
[danb35]
name=DanB35 repository for nethserver $releasever - $basearch
baseurl=https://repo.familybrown.org/nethserver/$releasever
enabled=1
gpgcheck=0
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-danb35 file:///etc/pki/rpm-gpg/RPM-GPG-KEY-danb35-2
2 Likes

11 posts were merged into an existing topic: Install LemonLDAP::NG SSO/IAM on Nethserver

My goals for the moment is to install

  • Lemon-ldap-ng ✓
  • Automx ✓
  • Glpi, flyvemdm
  • Savaprint
  • Sogo ✓
  • WordPress ✓
  • Web filter and proxy ✓

I’m thinking of getting another raspberry pi
To install

  • Zammad
  • Guacamole
  • Nextcloud ✓
2 Likes

Ok next step getting glpi and mdm working

is this a self hosted product or it is a plugin for glpi, just heard of it i think, and it seems nifty.

Both actually there is a plugin but they have a seperate web admin panel that is supposed to work through the plugin to connect flyve with glpi at least how they worded it

so this still works with a self hosted glpi version. because they keep mentioning the cloud version of glpi.