Raspberry Pi Education server

i like that the main thing about the one i shared above was the ups addon

I agree–I’m not sure I’d use that for a Neth server, but it might make a nice upgrade for my mini CA. Looks like a well thought-out system, and the RTC would be a nice addition as well. Looks like I need to get a laser cutter…

2 Likes

this is one interesting topic, and i would be happy to bring onboard my experience working with education systems and platform for that matter,

1 Like

I think we’re getting a pretty good solution worked out for that, and it sounds like it should run on the Pi.

2 Likes

Ok I’ve ordered my first raspberry pi it’s a standard v 4 model b 8g I went with this case to start https://core-electronics.com.au/argon-one-m-2-case.html for ease and capacity of ssd

2 Likes

@Shane_Treweek

I’m sure you’ve seen this:

Next Weekend’s project for me… :slight_smile:

My 2 cents
Andy

1 Like

BTW nextcloud is available for arm, not in the software-center (jet:) still looking for a co-maintainer as i’m not a nextcloud user)
yum install nethserver-nextcloud should do the trick.

I’m curios how far you can push the RPI4, you are suggesting quite a workload… :thinking:

2 Likes

I am … but i am going to try and see what the rpi4 can do and stress test it, keeping in mind that if need be (or even as an eventual feature) the infrastructure could be run over more than 1 unit but would still be very cost effective.

Think of the power savings in terms of both actual running costs and cooling i see many areas it could be useful

Example lets say you have a school where they limit the amount of students to 10 per class and due to lockdowns with covid they need remote learning infrastructure for 2 classes but as many commercial solutions have a 500 user minimum per month or even having a backup that can be implemented quickly for a school who has the infrastructure but a fire destroys the server rooms.

Another reason i thought it would be good is being low powered it could be run of battery and solar i maybey expecting to much but dont know unless you try

1 Like

@Shane_Treweek

A lot of people run solar / battery powered Raspberries… I know - for example - of a Bee-Keeper, who has one on each colony, reporting basics via LoRa (Longrange Radio for IoT), powered by sun / batteries. He has 4 colonies in the woods. At home he has the LoRa “Gateway” (Connector between LoRa / TCP/IP / Internet.

See here (Power) for some idea what the market provides:
(From normal power, solar cells, battery regulators & batteries)…

My 2 cents
Andy

1 Like

Ive just received my rpi4 im impressed so far i got a case i thought was bigger (at least what i pictures in my head)

1 Like

ok im trying to get lemon ldap working obviously getting lasso is the problem ive managed to cobble together most of the dependencies to build from source but im struggling with the followng errors which i cant find dependancies

configure: error: Package requirements (glib-2.0 >= 2.17.0 gobject-2.0 >= 2.17.0 libxml-2.0 xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl) were not met:

No package 'xmlsec1-openssl' found
1 Like

Hi @Shane_Treweek for lasso: this is my development repo > BE WARNED, not all packages are tested!!

https://vps01.havak.nl/nethserver/7/devel/

cat > /etc/yum.repos.d/Mark_Devel.repo << EOF
#
# Mark's devel YUM repositories configuration
#

[mark_devel]
name=Mark's Development Repository
baseurl=https://vps01.havak.nl/nethserver/7/devel/armhfp/
enabled=0
gpgcheck=0
EOF

then yum --enablerepo=mark_devel install ..... should do the trick

1 Like

thanks

Ive gotten to the stage of the server showing


how would i go about installing the nethserver-lemonldap-ng pakage for configuration

You should be able to install it from my repo just like you do on x64. It’s a .noarch RPM.

1 Like

yum install https://repo.familybrown.org/nethserver/7/noarch/nethserver-danb35-1.1.0-1.ns7.noarch.rpm
Loaded plugins: changelog, fastestmirror, nethserver_events
nethserver-danb35-1.1.0-1.ns7.noarch.rpm | 55 kB 00:00
Examining /var/tmp/yum-root-lMkBGK/nethserver-danb35-1.1.0-1.ns7.noarch.rpm: nethserver-danb35-1.1.0-1.ns7.noarch
/var/tmp/yum-root-lMkBGK/nethserver-danb35-1.1.0-1.ns7.noarch.rpm: does not update installed package.
Error: Nothing to do

yum install nethserver-lemonldap-ng --enablerepo=lemonldap-ng,lemonldap-ng-extras

1 Like

i just realized what i did i installed lemon lemonldap-ng first il have to go over what i installed as its still giving me the error installing the repo but yum install nethserver-lemonldap-ng --enablerepo=lemonldap-ng,lemonldap-ng-extras reports No package nethserver-lemonldap-ng available

what happens with just the above?

1 Like

No package nethserver-lemonldap-ng available

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

1 Like