linuxmuster / linuxmuster-base

Base functionality of linuxmuster.net
3 stars 12 forks source link

linuxmuster-setup on v6.2 is failing #51

Closed YunusEmreKirmizikan closed 4 years ago

YunusEmreKirmizikan commented 5 years ago
$ linuxmuster-setup --first
Reading debconf database ...
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  linuxmuster-ipfire
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 23.1 kB of archives.
After this operation, 64.5 kB of additional disk space will be used.
Err http://pkg.linuxmuster.net/ babo/ linuxmuster-ipfire 1.2.9-0ubuntu0
  404  Not Found
Failed to fetch http://pkg.linuxmuster.net/babo/linuxmuster-ipfire_1.2.9-0ubuntu0_all.deb  404  Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
/usr/share/linuxmuster/scripts/cyradmpw.sh: line 11: saslpasswd2: command not found
Copying default static configuration files ...
Cleaning up /var/backup/linuxmuster ...
No packages found matching sophomorix2.
Processing /var/lib/linuxmuster/config-dynamic/00_firewall ...
Processing /var/lib/linuxmuster/config-dynamic/00_opsi ...
Processing /var/lib/linuxmuster/config-dynamic/01_stop-services ...
Processing /var/lib/linuxmuster/config-dynamic/02_network ...
Processing /var/lib/linuxmuster/config-dynamic/03_certificates ...
Processing /var/lib/linuxmuster/config-dynamic/04_firewall ...
Processing /var/lib/linuxmuster/config-dynamic/05_dhcp ...
Processing /var/lib/linuxmuster/config-dynamic/06_bind ...
Processing /var/lib/linuxmuster/config-dynamic/10_mysql ...
Processing /var/lib/linuxmuster/config-dynamic/15_ldap ...
Processing /var/lib/linuxmuster/config-dynamic/16_mail ...
Processing /var/lib/linuxmuster/config-dynamic/17_admins ...
Processing /var/lib/linuxmuster/config-dynamic/18_quota ...
Processing /var/lib/linuxmuster/config-dynamic/19_pykota ...
Processing /var/lib/linuxmuster/config-dynamic/21_horde3 ...
Processing /var/lib/linuxmuster/config-dynamic/23_apache2 ...
Processing /var/lib/linuxmuster/config-dynamic/34_cups ...
Processing /var/lib/linuxmuster/config-dynamic/40_linbo ...
Processing /var/lib/linuxmuster/config-dynamic/50_opsi ...
Processing /var/lib/linuxmuster/config-dynamic/99_start-services ...
/usr/share/linuxmuster/scripts/linuxmuster-patch: line 233: /etc/openntpd/ntpd.conf: No such file or directory

Problems:

My suggestions:

ironiemix commented 5 years ago

This ist due to a change in our repository layout: The repository pkg.linuxmuster.net no longer exists. You should get the installation to work, if you

1) Change the sources list files to point to the new reository:

sed -i "s/pkg.linuxmuster.net/archive.linuxmuster.net/" /etc/apt/sources.list.d/babo.list sed -i "s/pkg.linuxmuster.net/archive.linuxmuster.net/" /etc/apt/sources.list.d/linuxmuster-net.list

(only one of those exist, I am not shure which one...)

2) Import the singing key:

wget https://archive.linuxmuster.net/archive.linuxmuster.net.key 1 -O - | apt-key add -

and update the package list: apt-get update

This should get the right packagefiles and afterwards the setup with

linuxmuster-setup --first

should work fine.

To solve this issue we had to get out completely new appliance images, I think this will not happen soon, sorry for that.

HappyBasher commented 4 years ago

Already fixed.