Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2845 → Rev 2847

/CHANGELOG
7,7 → 7,7
- Remove HAVP & Tinyproxy (replaced by E2guardian & clamd)
- All user pages are now responsive. Thanks to Clément GELINEAU
- Add an additional BL : Malwares Command & Control servers (C&C) from "osint.bambenekconsulting.com/feeds/". Thanks to Sven RATH
- Add IoT live capture (to detect private data leakage). Thanks to Dorian LEMOINE & Guillaume GELLUSSEAU
- Add IoT live capture (to detect & analyze private data leakage). Thanks to Dorian LEMOINE & Guillaume GELLUSSEAU
- Update processes have been improved
ACC
- "sysinfo" is displayed with "phpsysinfo 3.3.2"
/alcasar.sh
23,7 → 23,6
# Options :
# -i or --install
# -u or --uninstall
 
# Functions :
# testing : connectivity tests, free space test and mageia version test
# init : Installation of RPM and scripts
222,12 → 221,15
mode="update"
fi
fi
# Test free space on /var
# Free /var (when updating) and test free space
[ -d /var/log/netflow ] && rm -rf /var/log/netflow # remove old porttracker RRD database
[ -d /var/lib/clamav ] && rm -rf /var/lib/clamav # remove old clamav database
journalctl -q --vacuum-files 1 # remove previous journal logs
free_space=`df -BG --output=avail /var|tail -1|tr -d '[:space:]G'`
if [ $free_space -lt 10 ]
then
if [ $Lang == "fr" ]
then echo "place disponible sur /var insufisante ($free_space Go au lieu de 10 Go au minimum)"
then echo "Espace disponible insuffisant sur /var ($free_space Go au lieu de 10 Go au minimum)"
else echo "not enough free space on /var ($free_space GB instead of at least 10 GB)"
fi
exit 0
1978,8 → 1980,6
/etc/pki/CA/private/* root.root 600
/etc/pki/tls/private/ root.apache 750
/etc/pki/tls/private/* root.apache 640
/var/log/netflow/porttracker root.apache 770
/var/log/netflow/porttracker/* root.apache 660
EOF
# apply now hourly & daily checks
/usr/sbin/msec
2315,11 → 2315,11
$DIR_DEST_BIN/alcasar-uninstall.sh -full
fi
fi
if [ $DEBUG_ALCASAR == "on" ]
then
echo "*** 'debug' : end of cleaning ***"
read
fi
if [ $DEBUG_ALCASAR == "on" ]
then
echo "*** 'debug' : end of cleaning ***"
read
fi
# Test if conf file
if [ -e /var/tmp/alcasar-conf.tar.gz ]
then
2326,8 → 2326,7
# Extract some info from the previous configuration file
cd /var/tmp
tar -xf /var/tmp/alcasar-conf.tar.gz conf/etc/alcasar.conf
cd $DIR_INSTALL
if [ "mode" == "install" ] # don't display this if updating a running version
if [ "$mode" == "install" ] # don't display this if updating a running version
then
header_install
ORGANISME=`grep ^ORGANISM= conf/etc/alcasar.conf|cut -d"=" -f2`
2355,6 → 2354,7
fi
done
fi
cd $DIR_INSTALL
fi
# Test if update
if [ -e /var/tmp/alcasar-conf.tar.gz ]
/readme.txt
1,22 → 1,16
$Id: readme-2.0.txt 581 2011-04-21 16:59:59Z richard $
 
ALCASAR-3.4
ALCASAR-3.5
 
*********** English **********
- New installation : Boot your system with the ISO file of ALCASAR. This ISO is a dedicated version of Linux Mageia (Linux Mageia + ALCASAR = Mageiar).
- New installation : Boot your system with the ISO file of Linux-Mageia-7.1 (or with "Mageiar" ISO file which is customized ISO file of Linux-Mageia (Linux Mageia + ALCASAR = Mageiar).
--> Follow ALCASAR installation documentation.
- Update ALCASAR 3.2 or higher
--> On your running ALCASAR, retrieve the last version of ALCASAR archive file "alcasar-x.y.z.tar.gz" (for example, with the command "lftp http://ftp.alcasar.net")
--> uncompress this archive and run it. During the installation process of this new version, choose "update"
- Update an older version
--> Save and store the users database of your current ALCASAR
--> Install the new version. Import the previous saved users database
- Update ALCASAR 3.x
--> On your running ALCASAR, create and retrieve the configuration file with the command "alcasar-conf.sh -create". This configuration file (alcasar-conf.tar.gz) is stored in "/var/tmp/" (or in "/tmp/").
--> Install the Linux-Mageia-7.1 as a new installation, but without formating the "/var" partition. Just before running the ALCASAR installation script, verify that your configuration file (alcasar-conf.tar.gz) is indeed in "/var/tmp/" folder. Copy it in this folder if necessary.
*********** Français ********
- Nouvelle installation : Démarrez votre système avec l'image ISO d'ALCASAR. Cette ISO est une version dédiée de Linux Mageia (Linux MAgeia + ALCASAR = Mageiar).
- Nouvelle installation : Démarrez votre système avec l'image ISO de Linux-Mageia7.1 (ou l'image ISO de "Mageiar" qui est une image ISO personnalisée de Linux-Mageia (Linux Mageia + ALCASAR = Mageiar).
--> Suivez la documentation d'installation d'ALCASAR.
- Mise à jour d'une version 3.2 ou supérieure
--> Sur votre ALCASAR en fonctionnement, copiez la dernière version du fichier archive d'ALCASAR "alcasar-x.y.z.tar.gz" (par exemple avec la commande "lftp http://ftp.alcasar.net")
--> Décompressez cette archive et lancez l'installation. Pendant le processus d'installation, choisissez "mise à jour"
- Mise à jour d'une version plus ancienne
--> Sauvegardez et archivez la base des utilisateurs de votre ALCASAR
--> Installez la nouvelle version. Importez la base des utilisateurs précédemment archivée.
- Mise à jour d'une version 3.x
--> Sur votre ALCASAR en fonctionnement, créez et récupérez le fichier de configuration via la commande "alcasar-conf.sh -create". Ce fichier de configuration (alcasar-conf.tar.gz) est enregistré dans le répertoire "/var/tmp/' (ou "/tmp/").
--> Installez Linux-Mageia-7.1 comme pour une nouvelle installation, mais sans formater la partition "/var/". Juste avant de lancer le script d'installation d'alcasar, vérifiez que votre fichier de configuration (alcasar-conf.tar.gz) et bien dans le répertoire "/var/tmp". Copiez-le dans ce répertoire le cas échéant.