On Thu, Mar 3, 2022 at 10:24 PM Frans Spiesschaert < frans.spiesscha...@yucom.be> wrote:
> Dashamir Hoxha schreef op do 03-03-2022 om 21:40 [+0100]: > > On Thu, Mar 3, 2022 at 8:56 PM Petter Reinholdtsen <p...@hungry.com> > wrote: > > > I suspect you can adjust the recipe available from > <URL: https://wiki.debian.org/DebianEdu/HowTo/RaspberryPiWorkstation > > to get it working, assuming the partitioning is good. > > > That recipe is for installing a workstation/client, but I also want to > install a server. > The first step should be to install "debian-edu-config", but then it is > not quite clear what steps to follow or what scripts to call. > > > See > https://salsa.debian.org/debian-edu/debian-edu-config/-/blob/master/share/debian-edu-config/tools/debian-edu-bless. > lines 36-40. > > So running the command > PROFILE=Main-Server bash -x tools/debian-edu-bless > could be your next step. > This is a useful suggestion, thanks. And sorry for the belated reply. I am trying to install a gateway, as described here: https://wiki.debian.org/DebianEdu/Documentation/Bullseye/Requirements#Internet_router As a first step, I am trying to install the Minimal profile of DebianEdu, to be followed by: `tools/configure-edu-gateway --firewall <yes|no>` For installing the Minimal profile I am using these commands (in a minimal debian 11 system): apt install debian-edu-config cd /usr/share/debian-edu-config/ PROFILE=Minimal DESKTOP=none bash -x tools/debian-edu-bless However I get an error like this: E: Sub-process /usr/bin/dpkg returned an error code (1) + /usr/lib/education-tasks/edu-tasksel-setup teardown + echo 'error: installing packages failed' error: installing packages failed + exit 1 I may try to debug it, following the steps at: https://salsa.debian.org/debian-edu/debian-edu-config/-/blob/master/share/debian-edu-config/tools/debian-edu-bless but it is easier to ask somebody for help. If there is someone at DebConf, who might be able to help, I would appreciate it if we try to fix it together. Regards, Dashamir