Le vendredi 15 février 2019 20:31:53 UTC+1, [email protected] a écrit :
> Hello everybody,
> I have no problem to install BareOs with Debian 9 but I do not succeed with 
> Ubuntu 18.04.
> 
> I create the file
> # /etc/apt/sources.list.d/bareos.list
> deb http://download.bareos.org/bareos/release/latest/xUbuntu_18.04 bionic main
> 
> I run these 2 commands
> # wget -q 
> http://download.bareos.org/bareos/release/latest/xUbuntu_18.04/Release.key 
> -O- | apt-key add -
> # apt-get update
> 
> Atteint:1 http://archive.ubuntu.com/ubuntu bionic InRelease
> Atteint:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 
> Ign:3 http://download.bareos.org/bareos/release/latest/xUbuntu_18.04 bionic 
> InRelease           
> Atteint:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease           
>                   
> Err:5 http://download.bareos.org/bareos/release/latest/xUbuntu_18.04 bionic 
> Release
>   404  Not Found [IP : 185.170.114.121 80]
> Lecture des listes de paquets... Fait                         
> E: Le dépôt http://download.bareos.org/bareos/release/latest/xUbuntu_18.04 
> bionic Release n'a pas de fichier Release.
> N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière 
> sécurisée, et sont donc désactivées par défaut
> N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et 
> les détails de configuration d'un utilisateur.
> 
> Any advice?
> 
> Thanks in advance.



I wrote this script based on # 
https://schroeffu.ch/2018/05/workaround-bareos-backup-server-client-unter-ubuntu-18-04/

#!/bin/bash 
apt-get install equivs
echo "Section: libs
Priority: optional
Standards-Version: 6.0-1

Package: libreadline6
Version: 6.0
Links: /lib/x86_64-linux-gnu/libreadline.so.7 
/lib/x86_64-linux-gnu/libreadline.so.6
Description: fake libreadline6 for u1804 cause libreadline7 is installed
" > libreadline6
equivs-build libreadline6

Then follonow the procedure in the manual for xUbuntu16

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to