You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(202) |
Nov
(201) |
Dec
(280) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(493) |
Feb
(106) |
Mar
(215) |
Apr
(163) |
May
(79) |
Jun
(193) |
Jul
(47) |
Aug
(71) |
Sep
(127) |
Oct
(41) |
Nov
(49) |
Dec
(120) |
2005 |
Jan
(147) |
Feb
(45) |
Mar
(26) |
Apr
(71) |
May
(52) |
Jun
(28) |
Jul
(92) |
Aug
(50) |
Sep
(35) |
Oct
(193) |
Nov
(106) |
Dec
(52) |
2006 |
Jan
(51) |
Feb
(38) |
Mar
(33) |
Apr
(79) |
May
(107) |
Jun
(67) |
Jul
(21) |
Aug
(65) |
Sep
(44) |
Oct
(87) |
Nov
(12) |
Dec
(56) |
2007 |
Jan
(48) |
Feb
(58) |
Mar
(63) |
Apr
(31) |
May
(25) |
Jun
(20) |
Jul
(72) |
Aug
(54) |
Sep
(30) |
Oct
(76) |
Nov
(74) |
Dec
(25) |
2008 |
Jan
(39) |
Feb
(39) |
Mar
(62) |
Apr
(64) |
May
(59) |
Jun
(31) |
Jul
(25) |
Aug
(25) |
Sep
(17) |
Oct
(24) |
Nov
|
Dec
(1) |
2009 |
Jan
(60) |
Feb
(39) |
Mar
(16) |
Apr
(30) |
May
(52) |
Jun
(35) |
Jul
(15) |
Aug
(15) |
Sep
(21) |
Oct
(32) |
Nov
(39) |
Dec
(52) |
2010 |
Jan
(42) |
Feb
(40) |
Mar
(23) |
Apr
(20) |
May
(27) |
Jun
(10) |
Jul
(30) |
Aug
(30) |
Sep
(66) |
Oct
(12) |
Nov
(35) |
Dec
(60) |
2011 |
Jan
(16) |
Feb
(1) |
Mar
(3) |
Apr
(28) |
May
(21) |
Jun
|
Jul
(12) |
Aug
(6) |
Sep
(10) |
Oct
(14) |
Nov
(40) |
Dec
(60) |
2012 |
Jan
(23) |
Feb
(17) |
Mar
(24) |
Apr
(18) |
May
(13) |
Jun
(1) |
Jul
|
Aug
(5) |
Sep
|
Oct
(5) |
Nov
(5) |
Dec
(15) |
2013 |
Jan
(2) |
Feb
(5) |
Mar
(1) |
Apr
(2) |
May
(2) |
Jun
(3) |
Jul
|
Aug
(3) |
Sep
(5) |
Oct
(3) |
Nov
(1) |
Dec
(1) |
2014 |
Jan
(3) |
Feb
(5) |
Mar
(8) |
Apr
(3) |
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
(4) |
Oct
(10) |
Nov
|
Dec
(9) |
2015 |
Jan
(18) |
Feb
(17) |
Mar
(5) |
Apr
(2) |
May
|
Jun
(5) |
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
(24) |
Nov
(20) |
Dec
(41) |
2016 |
Jan
(9) |
Feb
(3) |
Mar
(2) |
Apr
(7) |
May
(8) |
Jun
(1) |
Jul
(6) |
Aug
(5) |
Sep
(2) |
Oct
(6) |
Nov
(1) |
Dec
(6) |
2017 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
(4) |
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Heiko Z. <smi...@us...> - 2016-05-14 13:38:06
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29231/scripts Modified Files: inetutils Added Files: iputils Log Message: iputils is back! this will give "ping -l" again Index: inetutils =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/inetutils,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- inetutils 6 Oct 2015 00:59:16 -0000 1.11 +++ inetutils 14 May 2016 13:38:04 -0000 1.12 @@ -26,7 +26,8 @@ --disable-logger --disable-syslogd \ --disable-whois --disable-servers \ --disable-ifconfig --disable-rlogin \ - --disable-rcp --disable-rexec --disable-rsh || exit 1 + --disable-rcp --disable-rexec --disable-rsh \ + --disable-ping || exit 1 make $PMAKE all || exit 1 --- NEW FILE: iputils --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/iputils,v $ # $Revision: 1.18 $ # $Date: 2016/05/14 13:38:04 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings case $1 in build ) make $PMAKE || exit 1 ;; install ) cp -av traceroute6 $CDDIR/usr/sbin || exit 1 cp -av ping $CDDIR/bin || exit 1 cp -av ping6 $CDDIR/bin || exit 1 ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac |
From: Heiko Z. <smi...@us...> - 2016-05-08 15:09:55
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32218/scripts Modified Files: ZoneMinder Log Message: updated to latest zoneminder version from git Index: ZoneMinder =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ZoneMinder,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- ZoneMinder 23 Dec 2015 18:28:42 -0000 1.6 +++ ZoneMinder 8 May 2016 15:09:53 -0000 1.7 @@ -32,7 +32,7 @@ -DZM_CGIDIR=/usr/libexec/zoneminder/cgi-bin -DZM_LOGDIR=/var/log -DZM_RUNDIR=/var/run \ -DZM_SOCKDIR=/var/run || exit 1 make $PMAKE || exit 1 - + ./utils/zmeditconfigdata.sh ZM_OPT_CAMBOZOLA yes || exit 1 fi ;; @@ -56,9 +56,6 @@ cp $MYDIR/scripts/zoneminder.conf $ETCDIR/etc/apache2/extra/ || exit 1 cp $MYDIR/scripts/zoneminder.logrotate $ETCDIR/etc/logrotate.d/ || exit 1 - #echo ZM_OPT_CAMBOZOLA=true >> $ETCDIR/etc/zm.conf - #echo ZM_PATH_CAMBOZOLA=/tools/cambozola.jar >> $ETCDIR/etc/zm.conf - echo "# Start ZoneMinder?" >> $CONFIGFILE echo "START_ZONEMINDER=no" >> $CONFIGFILE echo >> $CONFIGFILE |
From: Heiko Z. <smi...@us...> - 2016-04-09 14:46:23
|
Update of /cvsroot/devil-linux/web/include In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32191 Modified Files: footer.php Log Message: typo Index: footer.php =================================================================== RCS file: /cvsroot/devil-linux/web/include/footer.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- footer.php 9 Apr 2016 12:12:16 -0000 1.5 +++ footer.php 9 Apr 2016 14:46:21 -0000 1.6 @@ -2,7 +2,7 @@ <div id="footer"> <span><img style="display: block;" src="../images/divider.gif" width="760" height="1" alt="" /></span> <div id="copyright"> - All material © Devil-Linux 2004. [<a href="../sitetools/religion.php">Religion</a>]. [<a href="../sitetools/compliance.php">W3C Compliance</a>]. [<a href="../sitetools/privacy.php">Privacy</a>]. Supported by <a href="http://www.chameleonjohn.com" target="_blank">Chameleon John</a>. + All material © Devil-Linux 2004. [<a href="../sitetools/religion.php">Religion</a>]. [<a href="../sitetools/compliance.php">W3C Compliance</a>]. [<a href="../sitetools/privacy.php">Privacy</a>]. Supported by <a href="http://www.chameleonjohn.com" target="_blank">ChameleonJohn</a>. </div> <div id="developed"> Developed by <a href="http://www.engine.ie" target="_blank">Engine Solutions</a> |
From: Heiko Z. <smi...@us...> - 2016-04-09 12:12:18
|
Update of /cvsroot/devil-linux/web/include In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25431 Modified Files: footer.php Log Message: oops Index: footer.php =================================================================== RCS file: /cvsroot/devil-linux/web/include/footer.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- footer.php 9 Apr 2016 12:06:34 -0000 1.4 +++ footer.php 9 Apr 2016 12:12:16 -0000 1.5 @@ -2,7 +2,7 @@ <div id="footer"> <span><img style="display: block;" src="../images/divider.gif" width="760" height="1" alt="" /></span> <div id="copyright"> - All material © Devil-Linux 2004. [<a href="../sitetools/religion.php">Religion</a>]. [<a href="../sitetools/compliance.php">W3C Compliance</a>]. [<a href="../sitetools/privacy.php">Privacy</a>]. Supported by [<a href="http://www.chameleonjohn.com" target="_blank">Chameleon John</a>]. + All material © Devil-Linux 2004. [<a href="../sitetools/religion.php">Religion</a>]. [<a href="../sitetools/compliance.php">W3C Compliance</a>]. [<a href="../sitetools/privacy.php">Privacy</a>]. Supported by <a href="http://www.chameleonjohn.com" target="_blank">Chameleon John</a>. </div> <div id="developed"> Developed by <a href="http://www.engine.ie" target="_blank">Engine Solutions</a> |
From: Heiko Z. <smi...@us...> - 2016-04-09 12:06:36
|
Update of /cvsroot/devil-linux/web/include In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25209 Modified Files: footer.php Log Message: fixed formatting Index: footer.php =================================================================== RCS file: /cvsroot/devil-linux/web/include/footer.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- footer.php 9 Apr 2016 11:46:26 -0000 1.3 +++ footer.php 9 Apr 2016 12:06:34 -0000 1.4 @@ -2,7 +2,7 @@ <div id="footer"> <span><img style="display: block;" src="../images/divider.gif" width="760" height="1" alt="" /></span> <div id="copyright"> - All material © Devil-Linux 2004. [<a href="../sitetools/religion.php">Religion</a>]. [<a href="../sitetools/compliance.php">W3C Compliance</a>]. [<a href="../sitetools/privacy.php">Privacy</a>] [<a href="http://www.chameleonjohn.com" target="_blank">Supported by Chameleon John</a>] . + All material © Devil-Linux 2004. [<a href="../sitetools/religion.php">Religion</a>]. [<a href="../sitetools/compliance.php">W3C Compliance</a>]. [<a href="../sitetools/privacy.php">Privacy</a>]. Supported by [<a href="http://www.chameleonjohn.com" target="_blank">Chameleon John</a>]. </div> <div id="developed"> Developed by <a href="http://www.engine.ie" target="_blank">Engine Solutions</a> |
From: Heiko Z. <smi...@us...> - 2016-04-09 11:46:28
|
Update of /cvsroot/devil-linux/web/client In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24460/client Modified Files: dl.css Log Message: added major sponsor Index: dl.css =================================================================== RCS file: /cvsroot/devil-linux/web/client/dl.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- dl.css 2 Jun 2004 14:35:05 -0000 1.1 +++ dl.css 9 Apr 2016 11:46:26 -0000 1.2 @@ -298,7 +298,7 @@ { padding-top: 10px; padding-left: 10px; - font-size: 10px; + font-size: 9px; } #developed |
From: Heiko Z. <smi...@us...> - 2016-04-08 00:30:18
|
Update of /cvsroot/devil-linux/web/sitetools In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22279 Modified Files: sponsors.php Log Message: fixed URL Index: sponsors.php =================================================================== RCS file: /cvsroot/devil-linux/web/sitetools/sponsors.php,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- sponsors.php 8 Apr 2016 00:26:40 -0000 1.64 +++ sponsors.php 8 Apr 2016 00:30:16 -0000 1.65 @@ -8,7 +8,7 @@ <td class="boxheading" align=center>Sponsor</td> </tr> <tr> - <td><a href="Stags and Hens" target="_blank">Stags and Hens</a></td> + <td><a href="https://www.stagsandhens.com" target="_blank">Stags and Hens</a></td> </tr> <tr> <td><a href="http://www.chameleonjohn.com" target="_blank">Chameleon John</a></td> |
From: Heiko Z. <smi...@us...> - 2016-04-08 00:26:43
|
Update of /cvsroot/devil-linux/web/sitetools In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22118 Modified Files: sponsors.php Log Message: added new sponsor Index: sponsors.php =================================================================== RCS file: /cvsroot/devil-linux/web/sitetools/sponsors.php,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- sponsors.php 2 Apr 2016 13:56:03 -0000 1.63 +++ sponsors.php 8 Apr 2016 00:26:40 -0000 1.64 @@ -8,6 +8,9 @@ <td class="boxheading" align=center>Sponsor</td> </tr> <tr> + <td><a href="Stags and Hens" target="_blank">Stags and Hens</a></td> +</tr> +<tr> <td><a href="http://www.chameleonjohn.com" target="_blank">Chameleon John</a></td> </tr> <tr> |
From: Heiko Z. <smi...@us...> - 2016-04-02 13:56:05
|
Update of /cvsroot/devil-linux/web/sitetools In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5581/sitetools Modified Files: sponsors.php Log Message: cleaning up sponsor site Index: sponsors.php =================================================================== RCS file: /cvsroot/devil-linux/web/sitetools/sponsors.php,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- sponsors.php 1 Mar 2015 15:55:10 -0000 1.62 +++ sponsors.php 2 Apr 2016 13:56:03 -0000 1.63 @@ -6,83 +6,60 @@ <table width="100%" class="box" style="background-color: #EEF1F4" border=1> <tr> <td class="boxheading" align=center>Sponsor</td> - <td class="boxheading" align=center>Donation</td> </tr> <tr> <td><a href="http://www.chameleonjohn.com" target="_blank">Chameleon John</a></td> - <td align="right">$50</td> </tr> <tr> <td>Udo Lembke</td> - <td align="right">€20</td> </tr> <tr> <td>Steven Kucharzyk </td> - <td align="right">$20</td> </tr> <tr> <td><a href="http://www.netnea.com" target="_blank">netnea AG</a></td> - <td align="right">€120</td> </tr> <tr> <td>Bogdan Petrisor</td> - <td align="right">$20</td> </tr> <tr> <td>Mr D G C Ferard</td> - <td align="right">$20</td> </tr> <tr> <td>Gary Stewart</td> - <td align="right">$10</td> </tr> <tr> <td>Andrzej Odyniec</td> - <td align="right">€50</td> </tr> <tr> <td>Joshua Riden</td> - <td align="right">$5</td> -</tr> -<tr> - <td><a href="http://www.netnea.com" target="_blank">netnea AG</a></td> - <td align="right">€300</td> </tr> <tr> <td>Rory Cantwell</td> - <td align="right">$10</td> </tr> <tr> <td>Dale Warnecke</td> - <td align="right">$50</td> </tr> <tr> <td>András Dorn</td> - <td align="right">€20</td> </tr> <tr> <td>Isao Akutsu</td> - <td align="right">$10</td> </tr> <tr> <td>Andreas Gutowski</td> - <td align="right">€10</td> </tr> <tr> <td>Alexander Bialowas</td> - <td align="right">€10</td> </tr> <tr> <td>Toni Lähdekorpi</td> - <td align=right>€3</td> </tr> <tr> <td>Moray McConnachie, <a href="http://www.oxan.com" target="_blank">Oxford Analytica</a></td> - <td align=right> </td> </tr> <tr> <td>Oliver Niesner</td> - <td align=right>Dual CPU build machine upgrade</td> </tr> </table> |
From: Heiko Z. <smi...@us...> - 2016-03-06 14:14:14
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32018/scripts/scripts Removed Files: heartbeat Log Message: removed linux-ha (heartbeat) and replaced it with pacemaker+corosync this is the new industry standard --- heartbeat DELETED --- |
From: Heiko Z. <smi...@us...> - 2016-03-06 14:14:13
|
Update of /cvsroot/devil-linux/build In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32018 Modified Files: CHANGES Makefile.build Makefile.install md5sum.lst Log Message: removed linux-ha (heartbeat) and replaced it with pacemaker+corosync this is the new industry standard Index: Makefile.build =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile.build,v retrieving revision 1.101 retrieving revision 1.102 diff -u -d -r1.101 -r1.102 --- Makefile.build 3 Jan 2016 21:04:42 -0000 1.101 +++ Makefile.build 6 Mar 2016 14:14:10 -0000 1.102 @@ -41,10 +41,11 @@ libnetfilter_conntrack libxslt mcrypt mysql h323plus \ neon tz Pound libconfig libnetfilter_cttimeout \ libnetfilter_cthelper libnetfilter_queue libmspack xerces-c \ - xml-security-c check libidn rpcbind libtirpc gss libnftnl + xml-security-c check libidn rpcbind libtirpc gss libnftnl libqb \ + nspr nss libstatgrab GROUP_16 := util-linux gawk groff coreutils grep gperf file \ - usbutils udev libusb libusb-compat pciutils + usbutils udev libusb libusb-compat pciutils GROUP_17 := e2fsprogs openldap postgresql \ iperf irqbalance ffmpeg pam_mount google-authenticator @@ -90,7 +91,7 @@ watchdog webalizer wget whois wireless_tools \ wol xfsprogs xinetd yp-tools \ ypbind-mt ypserv zip zisofs-tools knock gptfdisk libssh2 minidlna \ - setuptools clamav polkit mozjs nspr bareos + setuptools clamav polkit mozjs bareos GROUP_20 := DenyHosts ImageMagick MySQL-python bluez-libs \ dcc dspam \ @@ -108,8 +109,7 @@ GROUP_22 := linux net-snmp GROUP_23 := aoe6 cpqarrayd \ - cyrus-imapd \ - heartbeat iscsitarget loop-AES \ + cyrus-imapd iscsitarget loop-AES \ nagios-plugins nbd open-iscsi open-vm-tools \ php quagga vblade nut @@ -119,8 +119,8 @@ GROUP_X := git pymilter GeoIP avahi cifs-utils kmod pwauth mod_authnz_external mod_authz_unixgroup \ shellinabox pam-abl mod_spdy netatalk opendkim backports.ssl_match_hostname certifi futures \ - pycurl html5lib GateOne ZoneMinder intltool v4l dovecot-pigeonhole cluster-glue resource-agents \ - google-authenticator-apache-module + pycurl html5lib GateOne ZoneMinder intltool v4l dovecot-pigeonhole \ + google-authenticator-apache-module corosync pacemaker # End of dependencies @@ -742,10 +742,6 @@ cyrus-imapd: | $(GROUP_22) -heartbeat: | $(GROUP_22) cluster-glue - -resource-agents: | heartbeat cluster-glue - iptables: | $(GROUP_17) libnftnl iscsitarget: | $(GROUP_22) @@ -868,7 +864,7 @@ mozjs: | $(GROUP_18) nspr -nspr: | $(GROUP_18) +nspr: | $(GROUP_14) ZoneMinder: | polkit ffmpeg perl php httpd mysql v4l @@ -894,6 +890,14 @@ dovecot-pigeonhole: | dovecot Python -cluster-glue: net-snmp Python - libnftnl: | $(GROUP_14) libxslt + +libqb: | $(GROUP_14) + +corosync: | libqb nss libstatgrab + +pacemaker: | libqb corosync + +nss: | nspr + +libstatgrab: | $(GROUP_14) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1631 retrieving revision 1.1632 diff -u -d -r1.1631 -r1.1632 --- CHANGES 1 Jan 2016 21:50:21 -0000 1.1631 +++ CHANGES 6 Mar 2016 14:14:10 -0000 1.1632 @@ -33,3 +33,5 @@ - save-config now reads /etc/sysconfig/save-config.conf to determine additional files that shoule be saved (Frank Weis) - added a new init script /etc/init.d/post_init.local to help with some initializations scripts that need to run after everything else is up - replace bacula with bareos. manual migration is necessary. + - removed Linux-HA and moved to Corosync 2.x + Pacemaker (new industry standard) + Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.782 retrieving revision 1.783 diff -u -d -r1.782 -r1.783 --- md5sum.lst 7 Feb 2016 20:44:15 -0000 1.782 +++ md5sum.lst 6 Mar 2016 14:14:10 -0000 1.783 @@ -53,7 +53,6 @@ 65b37d0b7b95fa19af9e4c3a1f9524d1 src/cifs-utils-6.4.tar.xz e69137d017114b3a731defebb9a39e00 src/clamav-0.98.7.tar.xz f3a38dadfde3f7736553fb904a62aade src/cloog-0.18.3.tar.xz -9f827fe08140ea51d86f2409e287f858 src/cluster-glue-0a7add1d9996.tar.xz e6d75a35995b479e6bd39d520630615d src/cmake-2.8.7.tar.xz 606a20da2f722127b332ee93c77ec6b9 src/compartment-1.2-suse-patches.diff.xz 5f1b17e8d2028ed2f55c1ad974b35e66 src/compartment-1.2.tar.xz @@ -65,6 +64,7 @@ f08045f33222d2f0e046c969b391e9d9 src/compartment-type.diff.xz aa286ee14bf87e2cb173c61021f6c842 src/conntrack-tools-1.4.2.tar.xz 40efdbce865d2458d8da0a9dcee7c16c src/coreutils-8.24.tar.xz +5d39bc0c725dbbc6249eb6ef91542156 src/corosync-1.4.8.tar.gz 08a33e2ee6f5e3ec3c957a3fd72a9ad9 src/cpio-2.11.tar.xz 88c44549b3cf7361603edce124b61197 src/cpqarrayd-2.3.tar.xz bac14217bd6f6a158e523319f429e98f src/cracklib-git-20150907.tar.xz @@ -165,8 +165,6 @@ da981f86677d58a106496e68de6f8995 src/gzip-1.6.tar.xz bcff53656a888ee0710cadc4288d1d9b src/h323plus-v1_26_5.tar.xz a45c66965ec219178c83b10b4819d4a4 src/hdparm-9.48.tar.xz -2aefc5b791f338c79745b1f6287d2346 src/heartbeat-3.0.6.tar.xz -3bc365ec5b5267f5c114ced91dea0db6 src/heartbeat-poderror_ldirectord.patch.xz 21b6e061d0fba0464050a39025a66e74 src/heimdal-1.5.3.tar.xz 07e5bc13b45af39512450e9da5e2c791 src/hostap-utils-0.4.7.tar.xz 3dbe865c009e90d5a757113046933e0f src/hostapd-2.4.tar.xz @@ -262,7 +260,9 @@ fa8ac168bd307344357ef79e06997bc4 src/libosip2-4.1.0.tar.xz f2e889f46660adcf808446b6b6d2386f src/libpcap-1.7.4.tar.xz 7d18a74e6fd2029aee76ccd00e00a9e6 src/libpng-1.2.53.tar.xz +315d9fba00a277136a98704d22a9a790 src/libqb-git-20160305.tar.xz 358f5e3890c34ec04f8709e9877886b4 src/libssh2-1.6.0.tar.xz +b906d312076ca9be3d5188edfe07f496 src/libstatgrab-0.91.tar.gz 89697bfba923362925cf5362317edda4 src/libstdc++-compat.tar.xz cc85db5f178cbbd2adb4923ffaeb2e0e src/libtasn1-4.5.tar.xz f57a3864ba7e5caae9c7b47dbaa1eab9 src/libtirpc-git-20150919.tar.xz @@ -336,7 +336,9 @@ 2a52b4127efea9a0a0759d858dfdb401 src/noip-2.1.9-1.tar.xz d9ca45659fe27239ed7765b03d0cd319 src/nrpe-2.15.tar.xz a76297e292a94ef7b16823945e66a926 src/nsca-2.9.1.tar.xz -76923fc073c628e13472c43bc2c5ff12 src/nspr-4.10.9.tar.xz +0de760c1e00a92e180e611cf06ce9589 src/nspr-4.12.tar.gz +7899c6771eebb7bae872613856458edf src/nss-3.22.1-standalone-1.patch.xz +66175367b13bbe41295d62fce4efb88b src/nss-3.22.1.tar.gz f96ba104eb601fab0b6e67f57020f783 src/ntop-5.0.1-dl.tar.xz 7f25203b6641b19bf6f1a86c0e47df40 src/ntp-4.2.4_p6-nano.patch.xz c5bddf64fee8685ddc76fb31260ec0b2 src/ntp-4.2.8p3.tar.xz @@ -351,6 +353,7 @@ 6968d05713bb778984cb48a3009132de src/openvpn-2.3.9.tar.xz 0654a933cbebba6a304641b0ed4255a8 src/otpd-3.2.5.tar.xz 18de399550f62957cc27d2d92ed89009 src/p11-kit-0.23.1.tar.xz +2859847796149533d32a1d5f453173dd src/pacemaker-git-20160305.tar.xz e20136028e94b6571977731859f45c67 src/pam-abl-0.6.0.tar.xz 670b74c6fb8533d57f71a52658225552 src/pam-pgsql-0.7.3.2.tar.xz 89f2ef535abe27e8ad57eaea091eed95 src/pam_ldap-186.tar.xz @@ -835,7 +838,6 @@ d9d4c68b5491d21fcc58cf75759803f0 src/razor-agents-2.84.tar.xz 777bd630f6d65bbd9648b66cf45bee73 src/readline-6.3.tar.xz 66787380fb418ff7d88a23e47cda7af6 src/reiserfsprogs-3.6.24.tar.xz -10a19ae6fd952cb2f242e611afc29ae7 src/resource-agents-3.9.6.tar.xz c5548a668f5c9ada195ad2de68a35473 src/rng-tools-5.tar.xz 531f9f45b50a60f43a5eace986c74675 src/rp-pppoe-3.11.tar.xz 724dffbf90f527289c80fdead10d12ec src/rpcbind-0.2.3.tar.xz Index: Makefile.install =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile.install,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- Makefile.install 3 Jan 2016 21:04:42 -0000 1.58 +++ Makefile.install 6 Mar 2016 14:14:10 -0000 1.59 @@ -91,8 +91,7 @@ GROUP_22 := linux net-snmp GROUP_23 := aoe6 cpqarrayd \ - cyrus-imapd \ - heartbeat iptables iscsitarget loop-AES \ + cyrus-imapd iptables iscsitarget loop-AES \ nagios-plugins nbd open-iscsi open-vm-tools \ php quagga vblade paxctl @@ -109,8 +108,8 @@ GROUP_X := git pymilter GeoIP avahi cifs-utils pwauth mod_authnz_external mod_authz_unixgroup \ shellinabox pam-abl mod_spdy netatalk backports.ssl_match_hostname certifi futures \ - pycurl setuptools html5lib GateOne ZoneMinder kmod dovecot-pigeonhole cluster-glue \ - resource-agents google-authenticator-apache-module + pycurl setuptools html5lib GateOne ZoneMinder kmod dovecot-pigeonhole \ + google-authenticator-apache-module corosync pacemaker # End of dependencies @@ -659,10 +658,6 @@ cyrus-imapd: | $(GROUP_22) -heartbeat: | $(GROUP_22) cluster-glue - -resource-agents: | heartbeat cluster-glue - iptables: | $(GROUP_22) iscsitarget: | $(GROUP_22) @@ -781,4 +776,6 @@ dovecot-pigeonhole: | dovecot Python -cluster-glue: | Python net-snmp +corosync: linux + +pacemaker: linux corosync |
From: Heiko Z. <smi...@us...> - 2016-02-13 17:01:27
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10967/scripts Modified Files: shellinabox Log Message: Stability improvements Index: shellinabox =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/shellinabox,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- shellinabox 13 Dec 2015 14:43:42 -0000 1.5 +++ shellinabox 13 Feb 2016 17:01:25 -0000 1.6 @@ -18,7 +18,7 @@ build ) if [ "$CONFIG_SHELLINABOX" = "y" ]; then autoreconf -f -i || exit 1 - ./configure --prefix=/usr --sysconfdir=/etc || exit 1 + ./configure --prefix=/usr --sysconfdir=/etc --disable-runtime-loading || exit 1 make $PMAKE all || exit 1 fi |
From: Heiko Z. <smi...@us...> - 2016-02-13 15:53:48
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8268 Added Files: shellinabox.config Removed Files: shellinabox Log Message: need the correct file ending, otherwise menuconfig will skip --- NEW FILE: shellinabox.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/shellinabox.config,v $ # $Revision: 1.1 $ # $Date: 2016/02/13 15:53:46 $ # # http://www.devil-linux.org menu_add "System|Services" bool "Shell In A Box" CONFIG_SHELLINABOX --- shellinabox DELETED --- |
From: Heiko Z. <smi...@us...> - 2016-02-07 20:44:18
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7131/scripts Modified Files: open-vm-tools Log Message: updated kernel to 4.3.5 updated grsecurity updated open-vm-tools Index: open-vm-tools =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/open-vm-tools,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- open-vm-tools 7 Nov 2015 13:56:48 -0000 1.24 +++ open-vm-tools 7 Feb 2016 20:44:16 -0000 1.25 @@ -14,8 +14,6 @@ # source functions and config source $MYDIR/settings -cd open-vm-tools || exit 1 - case $1 in build ) if [ "$CONFIG_OPEN_VM_TOOLS" = "y" ]; then |
From: Heiko Z. <smi...@us...> - 2016-01-17 19:51:16
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-4.x In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15409 Modified Files: config_linux.686 config_linux.x86_64 Log Message: Don't scan for low memory corruption. This is only intended to be a diagnostic tool Index: config_linux.x86_64 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-4.x/config_linux.x86_64,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- config_linux.x86_64 26 Dec 2015 20:38:36 -0000 1.12 +++ config_linux.x86_64 17 Jan 2016 19:51:14 -0000 1.13 @@ -469,8 +469,8 @@ # CONFIG_IDLE_PAGE_TRACKING is not set CONFIG_FRAME_VECTOR=y # CONFIG_X86_PMEM_LEGACY is not set -CONFIG_X86_CHECK_BIOS_CORRUPTION=y -CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y +CONFIG_X86_CHECK_BIOS_CORRUPTION=n +CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=n CONFIG_X86_RESERVE_LOW=64 CONFIG_MTRR=y # CONFIG_MTRR_SANITIZER is not set Index: config_linux.686 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-4.x/config_linux.686,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- config_linux.686 2 Jan 2016 14:50:53 -0000 1.14 +++ config_linux.686 17 Jan 2016 19:51:14 -0000 1.15 @@ -463,8 +463,8 @@ CONFIG_FRAME_VECTOR=y # CONFIG_X86_PMEM_LEGACY is not set # CONFIG_HIGHPTE is not set -CONFIG_X86_CHECK_BIOS_CORRUPTION=y -CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y +CONFIG_X86_CHECK_BIOS_CORRUPTION=n +CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=n CONFIG_X86_RESERVE_LOW=64 # CONFIG_MATH_EMULATION is not set CONFIG_MTRR=y |
From: Heiko Z. <smi...@us...> - 2016-01-03 21:04:44
|
Update of /cvsroot/devil-linux/build In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32503 Modified Files: Makefile.build Makefile.install md5sum.lst Log Message: added google authenticator support for apache Index: Makefile.build =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile.build,v retrieving revision 1.100 retrieving revision 1.101 diff -u -d -r1.100 -r1.101 --- Makefile.build 1 Jan 2016 21:50:21 -0000 1.100 +++ Makefile.build 3 Jan 2016 21:04:42 -0000 1.101 @@ -119,7 +119,8 @@ GROUP_X := git pymilter GeoIP avahi cifs-utils kmod pwauth mod_authnz_external mod_authz_unixgroup \ shellinabox pam-abl mod_spdy netatalk opendkim backports.ssl_match_hostname certifi futures \ - pycurl html5lib GateOne ZoneMinder intltool v4l dovecot-pigeonhole cluster-glue resource-agents + pycurl html5lib GateOne ZoneMinder intltool v4l dovecot-pigeonhole cluster-glue resource-agents \ + google-authenticator-apache-module # End of dependencies @@ -817,6 +818,8 @@ mod_authz_unixgroup: | httpd +google-authenticator-apache-module: | httpd + shellinabox: | Linux-PAM openssl zlib libconfig: | $(GROUP_14) Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.780 retrieving revision 1.781 diff -u -d -r1.780 -r1.781 --- md5sum.lst 1 Jan 2016 21:50:21 -0000 1.780 +++ md5sum.lst 3 Jan 2016 21:04:42 -0000 1.781 @@ -150,6 +150,7 @@ 80a84ced45152efab77b86bf38e32a9b src/gnupg-1.4.19.tar.xz 8d01c7e7f2cbc5871fdca832d2260b6b src/gnutls-3.3.17.1.tar.xz 5131c549226f03309566a99e619a1252 src/gocr-0.50.tar.xz +146f1d8b2902f2d37484fdf8b9cd064a src/google-authenticator-apache-module.tar.xz b0adf0605b15622873e35b2fda2e8ad2 src/google-authenticator-git-20151224.tar.xz 508288a1c5500b1712629af7a7888962 src/gperf-3.0.4.tar.xz c2097b85ba5d5dd8338c3fd97fd17376 src/gpm-1.20.7.tar.xz Index: Makefile.install =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile.install,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- Makefile.install 1 Jan 2016 21:50:21 -0000 1.57 +++ Makefile.install 3 Jan 2016 21:04:42 -0000 1.58 @@ -110,7 +110,7 @@ GROUP_X := git pymilter GeoIP avahi cifs-utils pwauth mod_authnz_external mod_authz_unixgroup \ shellinabox pam-abl mod_spdy netatalk backports.ssl_match_hostname certifi futures \ pycurl setuptools html5lib GateOne ZoneMinder kmod dovecot-pigeonhole cluster-glue \ - resource-agents + resource-agents google-authenticator-apache-module # End of dependencies @@ -733,6 +733,8 @@ mod_authz_unixgroup: | httpd +google-authenticator-apache-module: | httpd + shellinabox: | Linux-PAM openssl pam-abl: | Linux-PAM |
From: Heiko Z. <smi...@us...> - 2016-01-02 19:42:46
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5362/scripts Modified Files: bareos Log Message: fixes to get bareos working properly Index: bareos =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/bareos,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- bareos 2 Jan 2016 14:52:03 -0000 1.3 +++ bareos 2 Jan 2016 19:42:44 -0000 1.4 @@ -22,7 +22,7 @@ --enable-batch-insert --with-dir-user=bareos --with-dir-group=backup --with-logdir=/var/log/bareos \ --with-sd-user=bareos --with-sd-group=backup --with-lzo=/usr/lib --with-openssl --with-readline \ --with-zlib --with-lzo --with-fastlz --with-python --with-hostname=yourhostname \ - --with-plugindir=/usr/lib/bareos/plugins --with-backenddir=/usr/lib/bareos || exit 1 + --with-plugindir=/usr/lib/bareos/plugins --with-backenddir=/usr/lib/bareos --libdir=/usr/lib/bareos || exit 1 make $PMAKE || exit 1 @@ -44,6 +44,10 @@ chmod 770 $ETCDIR/etc/bareos || exit 1 chmod -R o-rwx $ETCDIR/etc/bareos/* || exit 1 chown -R bareos.backup $TMPDIR/var/bareos || exit 1 + chown -R bareos.backup $TMPDIR/var/log/bareos || exit 1 + chown -R bareos.backup $TMPDIR/usr/sbin/* || exit 1 + rm -f $TMPDIR/usr/lib/bareos/libbareoscats-15.2.2.so || exit 1 + ln -sf libbareoscats-mysql-15.2.2.so $TMPDIR/usr/lib/bareos/libbareoscats-15.2.2.so || exit 1 chmod 555 $TMPDIR/usr/lib/* cp -dvpR $TMPDIR/* $CDDIR/ || exit 1 rm -rf $TMPDIR || exit 1 |
From: Heiko Z. <smi...@us...> - 2016-01-02 14:52:05
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24902 Modified Files: bareos Log Message: make sure we use a generic hostname Index: bareos =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/bareos,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- bareos 1 Jan 2016 21:50:22 -0000 1.2 +++ bareos 2 Jan 2016 14:52:03 -0000 1.3 @@ -21,7 +21,7 @@ ./configure --prefix=/usr --disable-nls --with-mysql --sysconfdir=/etc --with-working-dir=/var/bareos/working \ --enable-batch-insert --with-dir-user=bareos --with-dir-group=backup --with-logdir=/var/log/bareos \ --with-sd-user=bareos --with-sd-group=backup --with-lzo=/usr/lib --with-openssl --with-readline \ - --with-zlib --with-lzo --with-fastlz --with-python \ + --with-zlib --with-lzo --with-fastlz --with-python --with-hostname=yourhostname \ --with-plugindir=/usr/lib/bareos/plugins --with-backenddir=/usr/lib/bareos || exit 1 make $PMAKE || exit 1 |
From: Heiko Z. <smi...@us...> - 2016-01-02 14:50:55
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-4.x In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24847 Modified Files: config_linux.686 Log Message: sync grsec config between 686 and x86_64 Index: config_linux.686 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-4.x/config_linux.686,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- config_linux.686 26 Dec 2015 20:38:36 -0000 1.13 +++ config_linux.686 2 Jan 2016 14:50:53 -0000 1.14 @@ -4971,6 +4971,7 @@ CONFIG_GRKERNSEC=y # CONFIG_GRKERNSEC_CONFIG_AUTO is not set CONFIG_GRKERNSEC_CONFIG_CUSTOM=y +CONFIG_GRKERNSEC_SYMLINKOWN_GID=103 # # Customize Configuration @@ -5040,7 +5041,7 @@ # CONFIG_GRKERNSEC_MODHARDEN is not set CONFIG_GRKERNSEC_HIDESYM=y # CONFIG_GRKERNSEC_RANDSTRUCT is not set -CONFIG_GRKERNSEC_KERN_LOCKOUT=y +# CONFIG_GRKERNSEC_KERN_LOCKOUT is not set # # Role Based Access Control Options @@ -5057,8 +5058,8 @@ CONFIG_GRKERNSEC_PROC_USER=y CONFIG_GRKERNSEC_PROC_ADD=y CONFIG_GRKERNSEC_LINK=y -# CONFIG_GRKERNSEC_SYMLINKOWN is not set -CONFIG_GRKERNSEC_FIFO=y +CONFIG_GRKERNSEC_SYMLINKOWN=y +# CONFIG_GRKERNSEC_FIFO is not set CONFIG_GRKERNSEC_SYSFS_RESTRICT=y # CONFIG_GRKERNSEC_ROFS is not set # CONFIG_GRKERNSEC_DEVICE_SIDECHANNEL is not set @@ -5083,16 +5084,16 @@ # Kernel Auditing # # CONFIG_GRKERNSEC_AUDIT_GROUP is not set -CONFIG_GRKERNSEC_EXECLOG=y +# CONFIG_GRKERNSEC_EXECLOG is not set CONFIG_GRKERNSEC_RESLOG=y -CONFIG_GRKERNSEC_CHROOT_EXECLOG=y +# CONFIG_GRKERNSEC_CHROOT_EXECLOG is not set CONFIG_GRKERNSEC_AUDIT_PTRACE=y -CONFIG_GRKERNSEC_AUDIT_CHDIR=n +# CONFIG_GRKERNSEC_AUDIT_CHDIR is not set CONFIG_GRKERNSEC_AUDIT_MOUNT=y CONFIG_GRKERNSEC_SIGNAL=y CONFIG_GRKERNSEC_FORKFAIL=y CONFIG_GRKERNSEC_TIME=y -CONFIG_GRKERNSEC_PROC_IPADDR=y +# CONFIG_GRKERNSEC_PROC_IPADDR is not set CONFIG_GRKERNSEC_RWXMAP_LOG=y # @@ -5100,7 +5101,7 @@ # CONFIG_GRKERNSEC_DMESG=y CONFIG_GRKERNSEC_HARDEN_PTRACE=y -# CONFIG_GRKERNSEC_PTRACE_READEXEC is not set +CONFIG_GRKERNSEC_PTRACE_READEXEC=y # CONFIG_GRKERNSEC_SETXID is not set # CONFIG_GRKERNSEC_HARDEN_IPC is not set # CONFIG_GRKERNSEC_TPE is not set @@ -5122,13 +5123,13 @@ # CONFIG_GRKERNSEC_SYSCTL=y # CONFIG_GRKERNSEC_SYSCTL_DISTRO is not set -# CONFIG_GRKERNSEC_SYSCTL_ON is not set +CONFIG_GRKERNSEC_SYSCTL_ON=y # # Logging Options # CONFIG_GRKERNSEC_FLOODTIME=10 -CONFIG_GRKERNSEC_FLOODBURST=10 +CONFIG_GRKERNSEC_FLOODBURST=6 CONFIG_KEYS=y # CONFIG_PERSISTENT_KEYRINGS is not set # CONFIG_BIG_KEYS is not set |
From: Heiko Z. <smi...@us...> - 2016-01-01 21:50:24
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16986/scripts Modified Files: bareos Added Files: fastlz Log Message: added fastlz support to bareos fixed bareos paths and added python support Index: bareos =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/bareos,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- bareos 1 Jan 2016 21:26:27 -0000 1.1 +++ bareos 1 Jan 2016 21:50:22 -0000 1.2 @@ -21,7 +21,8 @@ ./configure --prefix=/usr --disable-nls --with-mysql --sysconfdir=/etc --with-working-dir=/var/bareos/working \ --enable-batch-insert --with-dir-user=bareos --with-dir-group=backup --with-logdir=/var/log/bareos \ --with-sd-user=bareos --with-sd-group=backup --with-lzo=/usr/lib --with-openssl --with-readline \ - --with-zlib --with-lzo || exit 1 + --with-zlib --with-lzo --with-fastlz --with-python \ + --with-plugindir=/usr/lib/bareos/plugins --with-backenddir=/usr/lib/bareos || exit 1 make $PMAKE || exit 1 --- NEW FILE: fastlz --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/fastlz,v $ # $Revision: 1.1 $ # $Date: 2016/01/01 21:50:22 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings case $1 in build ) ./configure --prefix=/usr || exit 1 make $PMAKE || exit 1 # let's install this, but make sure we don't overwrite anything from lz4 mkdir -p $TMPDIR || exit 1 make install DESTDIR=$TMPDIR || exit 1 rm $TMPDIR/usr/include/lz4* || exit 1 cp -vdpfR $TMPDIR/* / || exit 1 rm -rf $TMPDIR || exit 1 ;; install ) mkdir -p $TMPDIR || exit 1 make install DESTDIR=$TMPDIR || exit 1 rm -rf $TMPDIR/usr/include || exit rm -rf $TMPDIR/usr/lib/*.a || exit 1 cp -vdpR $TMPDIR/* $CDDIR/ || exit 1 rm -rf $TMPDIR ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac |
From: Heiko Z. <smi...@us...> - 2016-01-01 21:26:31
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15706/scripts Added Files: bareos Log Message: added bareos --- NEW FILE: bareos --- #!/bin/bash # # $Source: /cvsroot/devil-linux/build/scripts/scripts/bareos,v $ # $Revision: 1.1 $ # $Date: 2016/01/01 21:26:28 $ # # http://www.devil-linux.org # ### BEGIN INIT INFO # Provides: bareos # Required-Start: $network $syslog $named mysqld # Required-Stop: $network $syslog $named # Default-Start: # Default-Stop: # Description: starts bareos ### END INIT INFO # settings source /etc/sysconfig/config # source function library source /etc/init.d/functions # Determine the base and follow a runlevel link name. base=${0##*/} link=${base#*[SK][0-9][0-9]} case "$1" in start) if [ "$START_BAREOS_DIR" = "yes" ] ; then /etc/bareos/bareos-ctl-dir start fi if [ "$START_BAREOS_SD" = "yes" ] ; then /etc/bareos/bareos-ctl-sd start fi if [ "$START_BAREOS_FD" = "yes" ] ; then /etc/bareos/bareos-ctl-fd start fi ;; stop) /etc/bareos/bareos stop ;; restart) $0 stop sleep 1 $0 start ;; *) echo "Usage: $0 {start|stop|restart}" exit 1 ;; esac |
From: Heiko Z. <smi...@us...> - 2016-01-01 21:26:30
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15706/configuration/help Added Files: bareos.help Log Message: added bareos --- NEW FILE: bareos.help --- CONFIG_BAREOS Bareos is a 100% open source fork of the backup project from bacula.org. The fork is in development since late 2010, it has a lot of new features. |
From: Heiko Z. <smi...@us...> - 2016-01-01 21:26:29
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15706 Added Files: bareos Log Message: added bareos --- NEW FILE: bareos --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/bareos,v $ # $Revision: 1.1 $ # $Date: 2016/01/01 21:26:27 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 # get the directoryname of the script MYDIR=${0%/*} MYSCRIPT=${0##/*/} # source functions and config source $MYDIR/settings case $1 in build ) if [ "$CONFIG_BAREOS" = "y" ]; then ./configure --prefix=/usr --disable-nls --with-mysql --sysconfdir=/etc --with-working-dir=/var/bareos/working \ --enable-batch-insert --with-dir-user=bareos --with-dir-group=backup --with-logdir=/var/log/bareos \ --with-sd-user=bareos --with-sd-group=backup --with-lzo=/usr/lib --with-openssl --with-readline \ --with-zlib --with-lzo || exit 1 make $PMAKE || exit 1 fi ;; install ) if [ "$CONFIG_BAREOS" = "y" ]; then rm -rf $TMPDIR || exit 1 copy_docs $TMPDIR userdel bareos groupdel backup groupadd -g 111 backup useradd -u 115 -g backup -G tape -c "Bareos backup system" -s /bin/false bareos || exit 1 make install DESTDIR=$TMPDIR || exit 1 cp -dvpR $TMPDIR/etc $ETCDIR/ || exit 1 rm -rf $TMPDIR/etc || exit 1 rm -rf $TMPDIR/tmp || exit 1 chown -R root.backup $ETCDIR/etc/bareos || exit 1 chmod 770 $ETCDIR/etc/bareos || exit 1 chmod -R o-rwx $ETCDIR/etc/bareos/* || exit 1 chown -R bareos.backup $TMPDIR/var/bareos || exit 1 chmod 555 $TMPDIR/usr/lib/* cp -dvpR $TMPDIR/* $CDDIR/ || exit 1 rm -rf $TMPDIR || exit 1 cp $MYDIR/scripts/bareos $ETCDIR/etc/init.d || exit 1 echo "# Start the various Bareos daemons?" >> $CONFIGFILE echo "START_BAREOS_DIR=no" >> $CONFIGFILE echo "START_BAREOS_SD=no" >> $CONFIGFILE echo "START_BAREOS_FD=no" >> $CONFIGFILE echo >> $CONFIGFILE echo "HELP_BAREOS_SD=\"Backula Backup System Storage Daemon\"" >> $SOFTWAREHELP echo "HELP_BAREOS_FD=\"Backula Backup System File Daemon\"" >> $SOFTWAREHELP echo "HELP_BAREOS_DIR=\"Backula Backup System Director\"" >> $SOFTWAREHELP fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac |
From: Heiko Z. <smi...@us...> - 2015-12-31 15:07:29
|
Update of /cvsroot/devil-linux/build/config/etc/initrd In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6241/config/etc/initrd Modified Files: linuxrc Log Message: query dmesg instead of the cpuinfo to identify if we're running under qemu Index: linuxrc =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/initrd/linuxrc,v retrieving revision 1.118 retrieving revision 1.119 diff -u -d -r1.118 -r1.119 --- linuxrc 30 Dec 2015 20:53:04 -0000 1.118 +++ linuxrc 31 Dec 2015 15:07:26 -0000 1.119 @@ -245,7 +245,7 @@ modprobe loop > /dev/null 2>&1 # virtio -if grep QEMU /proc/cpuinfo > /dev/null ; then +if dmesg | grep -i qemu > /dev/null ; then $BLUE echo "It seems we're running in QEMU -> autoloading virtio modules" $NORMAL |
From: Heiko Z. <smi...@us...> - 2015-12-30 20:53:06
|
Update of /cvsroot/devil-linux/build/config/etc/initrd In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20818 Modified Files: linuxrc Log Message: print a message if we detect running in QEMU Index: linuxrc =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/initrd/linuxrc,v retrieving revision 1.117 retrieving revision 1.118 diff -u -d -r1.117 -r1.118 --- linuxrc 27 Dec 2015 21:29:42 -0000 1.117 +++ linuxrc 30 Dec 2015 20:53:04 -0000 1.118 @@ -246,8 +246,11 @@ # virtio if grep QEMU /proc/cpuinfo > /dev/null ; then - modprobe virtio_pci - modprobe virtio_blk + $BLUE + echo "It seems we're running in QEMU -> autoloading virtio modules" + $NORMAL + modprobe virtio_pci + modprobe virtio_blk fi # we load the modules based on information from sysfs |