Koozali.org: home of the SME Server

[Announce]: Update script for 6.0.1-01 for testing (v2)

Offline gregswallow

  • *
  • 651
  • +1/-0

Offline nefkho

  • *****
  • 183
  • +0/-0
    • http://www.cagothonglines.com
install imp give error
« Reply #46 on: November 05, 2004, 01:39:45 AM »
hi, i tried to install the imp and i got error on my webmail "A fatal error has occurred:
'kronolith' is not configured in the Horde Registry.
[line 753 of /home/httpd/html/horde/lib/Registry.php]"

any one can help me fixed this problem?
Nef Kho  :-) .........

Offline gregswallow

  • *
  • 651
  • +1/-0
Re: install imp give error
« Reply #47 on: November 05, 2004, 03:03:42 AM »
Quote from: "nefkho"
hi, i tried to install the imp and i got error on my webmail "A fatal error has occurred:
'kronolith' is not configured in the Horde Registry.
[line 753 of /home/httpd/html/horde/lib/Registry.php]"

any one can help me fixed this problem?


Are you sure all the files downloaded correctly?  I am betting you are missing either e-smith-kronolith or kronolith.

It is very important that you check all the files downloaded before running the update script, and also very important that you don't do this on anything but a fresh install.  Rather than trying to fix it, just re-install and try the scripts again with all the files downloaded first.

Offline nefkho

  • *****
  • 183
  • +0/-0
    • http://www.cagothonglines.com
[Announce]: Update script for 6.0.1-01 for testing (v2)
« Reply #48 on: November 05, 2004, 08:33:09 AM »
hi, i have 2 kronolith files below:

e-smith-imp-1.10.0-04dm.noarch.rpm    
* kronolith-1.1.2-1es.noarch.rpm
* e-smith-kronolith-0.8.1-02.noarch.rpm  
mnemo-1.1.2-1es.noarch.rpm
e-smith-mnemo-0.8.0-04.noarch.rpm      
nag-1.1.1-1es.noarch.rpm
e-smith-nag-0.8.0-05.noarch.rpm        
horde-2.2.5-1dm.noarch.rpm            
imp-3.2.5-01dm.noarch.rpm              
turba-1.2.2-1es00.noarch.rpm

above are the files that i have downlaoded and install.
Nef Kho  :-) .........

Offline nefkho

  • *****
  • 183
  • +0/-0
    • http://www.cagothonglines.com
[Announce]: Update script for 6.0.1-01 for testing (v2)
« Reply #49 on: November 05, 2004, 08:38:00 AM »
hi i got it now, i have installed it by rpm -Uvh *.rpm well it did not install all the files so i did a individual file install and its working now.

thanks  :-D
Nef Kho  :-) .........

Offline smeghead

  • *
  • 563
  • +0/-0
[Announce]: Update script for 6.0.1-01 for testing (v2)
« Reply #50 on: November 07, 2004, 05:20:10 PM »
Hi all

I have rejigged the scripts somewhat to add some basic error trapping on the downloads, updated some of the Apache rpms to the ones currently on the ftp site, and added some extra updates from the SME devel dir.  I have also included the last SME build of Samba 2.2.8a & some extra tools I use all the time.

The download script now give package progress through the download process & generates a log file that is tested for errors (some errors are not logged so check it to be safe).  The script also checks to see if the file is on your HDD so if the d/l aborted then it will pick up from where it left off.

The update script has been modified to suit the changes to the download script.

If some people can test this for me (works for me on my test box - custom iso load of 6.0.1-01) then if acceptaable the wiki can be updated:

http://no.longer.valid/phpwiki/index.php?pagename=Latest%20version%20of%20update%20scripts

Here tis, enjoy :-)

download.sh

#!/bin/sh

mkdir /root/work
cd /root/work

echo " Getting Clamav, Spamassassin & PHP Install Scripts"

wget -nc -nd -S --tries=0 --output-file=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/SpamFilter/spamfilter_install.sh

wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/PHP/php4.3.8-upgrade.sh

wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/AntiVirus/antivirus_install.sh

echo "Done .."
echo ""

echo "Getting Updates"
echo ""

echo "General Updates & Tools .."
mkdir /root/work/updates
cd /root/work/updates
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.ibiblio.org/pub/Linux/distributions/smeserver/releases/development/RPMS/e-smith-mysql-1.10.0-02.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.ibiblio.org/pub/Linux/distributions/smeserver/releases/development/RPMS/e-smith-horde-1.10.0-02.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.ibiblio.org/pub/Linux/distributions/smeserver/releases/development/RPMS/e-smith-LPRng-1.11.0-06ewf.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.ibiblio.org/pub/Linux/distributions/smeserver/updates/6.0.1/RPMS/initscripts-6.67-1es26.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/zlib-1.2.1.1-4.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.dungog.net/sme/files/601updates/zlib-devel-1.2.1.1-4.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/proftpd-1.2.10-es1.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/fetchmail-6.2.5-1.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/Rsync/rsync-2.6.2-1.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/GnuPG/gnupg-1.2.4-0_19.rh7.3.at.i386.rpm

wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/e-smith-lazy_admin_tools-0.9.0-1.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://mirror.contribs.org/smeserver/contribs/erantrua/e-smith/5.6/stable/windows-update/perl-Net-Telnet-3.03-1.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://mirror.contribs.org/smeserver/contribs/erantrua/e-smith/5.6/stable/windows-update/perl-TimeDate-1.16-1.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://mirror.contribs.org/smeserver/contribs/erantrua/e-smith/5.6/stable/windows-update/sme-cache-windows-1.0-3.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://mirror.contribs.org/smeserver/contribs/star/mitel/contrib/e-smith-service-control/5.5/e-smith-service-control-1.1.0-06.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.activeservice.co.uk/sme/contribs/sme-dhcp-dns-0.9-rc1.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.developit.fr/FichePratique/SMEServer/perl-Net-Ping-2.24-1.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.developit.fr/FichePratique/SMEServer/wol-0.6.0-3.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.developit.fr/FichePratique/SMEServer/e-smith-dhcpmanager-1.4-6.noarch.rpm

cd ..
echo "Done .."
echo ""

echo "Samba 2.2.8a .."
mkdir /root/work/samba
cd /root/work/samba
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.ibiblio.org/pub/Linux/distributions/smeserver/releases/development/RPMS/samba-common-2.2.8a-2cb.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.ibiblio.org/pub/Linux/distributions/smeserver/releases/development/RPMS/samba-2.2.8a-2cb.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.ibiblio.org/pub/Linux/distributions/smeserver/releases/development/RPMS/samba-client-2.2.8a-2cb.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.ibiblio.org/pub/Linux/distributions/smeserver/releases/development/RPMS/samba-swat-2.2.8a-2cb.i386.rpm
echo "Done .."
echo ""

echo "SSH .."
mkdir /root/work/ssh
cd /root/work/ssh
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/OpenSSH/openssh-3.9p1-1es1.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/OpenSSH/openssh-clients-3.9p1-1es1.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/OpenSSH/openssh-server-3.9p1-1es1.i386.rpm
cd ..
echo "Done .."
echo ""

echo "SSL .."
mkdir /root/work/ssl
cd /root/work/ssl
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/OpenSSL/openssl-0.9.6m-1es1.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/OpenSSL/openssl-devel-0.9.6m-1es1.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/OpenSSL/openssl-perl-0.9.6m-1es1.i386.rpm
cd ..
echo "Done .."
echo ""

echo "Webmail .."
mkdir /root/work/webmail
cd /root/work/webmail
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/WebMail/e-smith-imp-1.10.0-04dm.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/WebMail/e-smith-kronolith-0.8.1-02.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/WebMail/e-smith-mnemo-0.8.0-04.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/WebMail/e-smith-nag-0.8.0-05.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/WebMail/horde-2.2.5-1dm.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/WebMail/imp-3.2.5-01dm.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/WebMail/kronolith-1.1.2-1es.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/WebMail/mnemo-1.1.2-1es.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/WebMail/nag-1.1.1-1es.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://sme.swerts-knudsen.dk/downloads/Updates/6.0.1/WebMail/turba-1.2.2-1es00.noarch.rpm
cd ..
echo "Done .."
echo ""

cd /root

echo "Apache .."
wget http://norlug.org/NORLUG_RPM_key.asc
gpg --import NORLUG_RPM_key.asc
gpg --import NORLUG_RPM_key.asc
rm -f NORLUG_RPM_key.asc

mkdir /root/work/apache
cd /root/work/apache

wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://mirrors.kernel.org/redhat/redhat/linux/7.3/en/os/i386/RedHat/RPMS/compat-glibc-6.2-2.1.3.2.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://mirror.datapipe.net/norlug/redhat-7.3/RPMS/db4-4.0.14-4.norlug.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://mirror.datapipe.net/norlug/redhat-7.3/RPMS/python2.3-2.3.4-2.norlug.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://mirror.datapipe.net/norlug/redhat-7.3/RPMS/mod_ssl-2.8.22-1.norlug.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://mirror.datapipe.net/norlug/redhat-7.3/RPMS/apache-1.3.33-2.norlug.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://mirror.datapipe.net/norlug/redhat-7.3/RPMS/apache-devel-1.3.33-2.norlug.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://mirror.datapipe.net/norlug/redhat-7.3/RPMS/apache-manual-1.3.33-2.norlug.i386.rpm
cd ..
echo "Done .."
echo ""

echo "MYSQL .."
mkdir /root/work/mysql
cd /root/work/mysql
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://mysql.mirror.cygnal.ca/Downloads/MySQL-4.0/MySQL-server-4.0.21-0.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://mysql.mirror.cygnal.ca/Downloads/MySQL-4.0/MySQL-client-4.0.21-0.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://mysql.mirror.cygnal.ca/Downloads/MySQL-4.0/MySQL-devel-4.0.21-0.i386.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://mysql.mirror.cygnal.ca/Downloads/MySQL-4.0/MySQL-shared-compat-4.0.21-0.i386.rpm
cd ..
echo "Done .."
echo ""

echo "Securemail .."
mkdir /root/work/securemail
cd /root/work/securemail
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.pagefault.org/code/e-smith/securemail/6.0/e-smith-securemail-6.0.1-01dc.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.pagefault.org/code/e-smith/securemail/6.0/e-smith-smtp-authentication-6.0.1-02dc.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.pagefault.org/code/e-smith/securemail/6.0/e-smith-ssl-imap-6.0.1-02dc.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.pagefault.org/code/e-smith/securemail/6.0/e-smith-ssl-mailfront-6.0.1-02dc.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.pagefault.org/code/e-smith/securemail/6.0/e-smith-ssl-popd-6.0.1-02dc.noarch.rpm
cd ..
echo "Done .."
echo ""

echo "Awstats .."
mkdir /root/work/awstats
cd /root/work/awstats
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://nx.dyndns.info/packages/RPMS/awstats/awstats-sme-server-2.3.3-0.noarch.rpm
cd ..
echo "Done .."
echo ""

echo "PHPmyadmin .."
mkdir /root/work/phpmyadmin
cd /root/work/phpmyadmin
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://mirror.contribs.org/smeserver/contribs/nightspirit/e-smith-phpmyadmin/e-smith-phpmyadmin-2.6.0-11.noarch.rpm
cd ..
echo "Done .."
echo ""

echo "Dungog Utils .."
mkdir /root/work/dungog
cd /root/work/dungog
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.dungog.net/sme/files/dungog-mailblocking-1.0-3.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.dungog.net/sme/files/sme-server-update-system-1.0-1.noarch.rpm
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.dungog.net/sme/files/dungog-proftpd-chroot-0.1-5.noarch.rpm

cd ..
echo "Done .."
echo ""

echo "Rootkit Hunter .."
mkdir /root/work/rkhunter
cd /root/work/rkhunter
wget -nc -nd -S --tries=0 --append-output=/root/work/download.log http://www.ibiblio.org/pub/Linux/distributions/smeserver/contribs/dthomas/smeserver/6.x/Contrib/rkhunter/smeserver-rkhunter-1.1.8-1.noarch.rpm
cd ..
echo "Done .."
echo ""

cd /root/work

echo "Updates Download Complete"
echo ""
echo "Now verifying download process completed with no errors"

IS_ERROR=pic /root/work/download.log | grep -c ERROR

if [ $IS_ERROR -eq 1 ]
then
echo "Some updates failed to download, please review the /root/work/download.log file for details"
else
echo "Downloads completed successfully.  Please run the Update.sh script to install these updates"
fi


update.sh

#!/bin/sh

cd /root/work

chmod +x *.sh

sh spamfilter_install.sh

sh antivirus_install.sh

sh php4.3.8-upgrade.sh

cd /root/work

cd ssh
rpm -Uvh *.rpm
cd ..

cd ssl
rpm -Uvh *.rpm
cd ..

cd webmail
rpm -Uvh e-smith-imp-1.10.0-04dm.noarch.rpm
rpm -Uvh imp-3.2.5-01dm.noarch.rpm
rpm -Uvh horde-2.2.5-1dm.noarch.rpm
rpm -Uvh turba-1.2.2-1es00.noarch.rpm
rpm -Uvh kronolith-1.1.2-1es.noarch.rpm
rpm -Uvh mnemo-1.1.2-1es.noarch.rpm
rpm -Uvh nag-1.1.1-1es.noarch.rpm
rpm -Uvh e-smith-kronolith-0.8.1-02.noarch.rpm
rpm -Uvh e-smith-mnemo-0.8.0-04.noarch.rpm
rpm -Uvh e-smith-nag-0.8.0-05.noarch.rpm
/sbin/e-smith/signal-event post-upgrade
cd ..

cd phpmyadmin
rpm -Uvh e-smith-phpmyadmin-2.6.0-11.noarch.rpm
cd ..

cd awstats
rpm -ivh awstats-sme-server-2.3.3-0.noarch.rpm
cd ..

cd apache
rpm -Uvh compat-glibc-6.2-2.1.3.2.i386.rpm
rpm -Uvh db4-4.0.14-4.norlug.i386.rpm
rpm -Uvh python2.3-2.3.4-2.norlug.i386.rpm
rpm -Uvh apache-*.rpm
rpm -Uvh mod_ssl-2.8.21-1.norlug.i386.rpm
cd ..

cd mysql
service mysqld stop
rpm -e --nodeps mysql mysql-server
rpm -e mysql-devel
rpm -e mysqlclient9
rpm -Uvh MySQL-*.rpm
chkconfig --levels 2345 mysql on
mv -f /etc/rc.d/init.d/mysql /etc/rc.d/init.d/mysqld
rm -rf /etc/rc.d/rc7.d/S90mysqld
ln -s /etc/rc.d/init.d/mysqld /etc/rc.d/rc7.d/S90mysqld
/sbin/e-smith/config setprop mysqld LocalNetworkingOnly no
/sbin/e-smith/expand-template /root/.my.cnf
ln -s /usr/sbin/mysqld /usr/libexec/
service mysqld restart
/usr/bin/mysql_fix_privilege_tables
cd ..

cd updates
rpm -Uvh *.rpm
cd ..

cd samba
rpm -Uvh *.rpm
cd ..

cd securemail
rpm -ihv e-smith-securemail-6.0.1-01dc.noarch.rpm \
e-smith-smtp-authentication-6.0.1-02dc.noarch.rpm \
e-smith-ssl-imap-6.0.1-02dc.noarch.rpm \
e-smith-ssl-mailfront-6.0.1-02dc.noarch.rpm \
e-smith-ssl-popd-6.0.1-02dc.noarch.rpm
cd ..

cd dungog
rpm -Uvh *.rpm
cd ..

cd rkhunter
rpm -ivh smeserver-rkhunter-1.1.8-1.noarch.rpm
cd ..

echo "The server needs to reboot, press any key"
read answer
reboot
..................

Offline gregswallow

  • *
  • 651
  • +1/-0
[Announce]: Update script for 6.0.1-01 for testing (v2)
« Reply #51 on: November 09, 2004, 01:18:50 AM »
I don't have time to try it at the moment, but if it works for you, go ahead and paste all that into the wiki page.

My only suggestion would be now that you have added error checking to the download script, combine the two scripts into one - I guess replacing:
Code: [Select]
echo "Downloads completed successfully. Please run the Update.sh script to install these updates"
...with the content of the update script.

Super job!

Offline compdoc

  • *
  • 226
  • +0/-0
[Announce]: Update script for 6.0.1-01 for testing (v2)
« Reply #52 on: November 09, 2004, 01:55:23 PM »
Many thanks to Greg Swallow for this script. It used to take me hours to install these packages by hand.

Now I can get a new server up and running in no time, and with everything (almost) that I need running on it.

Now if only someone could automate the installation of lm_sensors and sysmon.  ;-)

Very cool, dude...

aussie

making a 'replacement' sme6.01 box
« Reply #53 on: November 10, 2004, 11:22:09 AM »
Hi greg! It looks like youve done the forums proud with your excellent work!

I have a 6.01 box split across 2 drives that I need to get back to one: so a REPLACEMENT seems in order!
(I can build it on a new driev and still ge tto the old one too!)
I am hoping you can take a moment to set me on the right track to do it smoothly!...

1. Maybe Ive missed something but for the life of me I cannot find the lastest sme:
is it the Mar04 6.01-01 plus the update4? or is there a 6.01-04 around?

2a. Do i simply use your script or is that on top of a 'fresh basic 6.01-01' install,?

2b. I think I should start that basic install from the re-installation floppy created (to keep settings)

3. all I really need is sme6.0, clamav, mondo (gee THAT rocks!) and www-blocking for some IPs

4. am i lost, if so I should read what??
(links to documents that result from searches seem to be broken, although forum entries work)

thanks in GREAT anticipation, Robert

mbachmann

[Announce]: Update script for 6.0.1-01 for testing (v2)
« Reply #54 on: November 12, 2004, 11:40:46 AM »
1. http://www.ibiblio.org/pub/Linux/distributions/smeserver/releases/6.0.1/iso/ is the current version. Some developers have "more current" versions but you should not care.

2a use the script on whatever sme you like.

3. you can comment out entries in the script, the packages then will not be installed.

4. You can try Nietzsche ;-)

Offline charlien

  • ****
  • 88
  • +0/-0
    • http://www.rn-computing.com
[Announce]: Update script for 6.0.1-01 for testing (v2)
« Reply #55 on: November 15, 2004, 06:32:39 PM »
I get "directory not found" when I run this line:
wget -nc --tries=0 ftp://ftp.pbone.net/mirror/norlug.org/redhat-7.3/RPMS/db4-4.0.14-4.norlug.i386.rpm

I can't see a redhat-7.3 directory either. Is it gone?
...

ergozd

[Announce]: Update script for 6.0.1-01 for testing (v2)
« Reply #56 on: November 15, 2004, 08:07:46 PM »
Chipster "re-furhished" his website(-s)...

Try

wget -nc --tries=0  http://mirror.datapipe.net/norlug/redhat-7.3/RPMS/db4-4.0.14-4.norlug.i386.rpm

Best rgds, Ergin

Offline stefan24

  • *****
  • 483
  • +0/-0
    • www.sme-server.de
[Announce]: Update script for 6.0.1-01 for testing (v2)
« Reply #57 on: November 17, 2004, 03:40:08 PM »
Quote from: "ergozd"
wget -nc --tries=0  http://mirror.datapipe.net/norlug/redhat-7.3/RPMS/db4-4.0.14-4.norlug.i386.rpm
Best rgds, Ergin


OK, I changed this in the wiki script now.
(beside linking to the newer Apache RPMs)

What about using your PHP 4.3.9 update instead of the 4.38 update? Any reason, why we should stay at 4.3.8?

And I would prefer splitting the updates of already  installed apps like PHP, OpenSSH, Apache and the installation of new contribs.

Stefan

ryan

[Announce]: Update script for 6.0.1-01 for testing (v2)
« Reply #58 on: November 17, 2004, 05:18:41 PM »
Hello all,

I like to let things brew a bit before jumping in....Things are looking very good in this forum.  I am impressed with the progress.  Good job and thank you for your efforts!

I have a Dell PE600 available for testing...I want to make this Dell a clone of my current 6.0.1-01 production server.  The end goal is to have my cloned (test) production server upgraded and fully functional.  Anyone tried this yet or have any suggestions?  If I am jumping the gun here, please say so...no rush to begin testing.  

ryan

Offline gregswallow

  • *
  • 651
  • +1/-0
[Announce]: Update script for 6.0.1-01 for testing (v2)
« Reply #59 on: November 17, 2004, 11:54:14 PM »
Quote from: "stefan24"
And I would prefer splitting the updates of already  installed apps like PHP, OpenSSH, Apache and the installation of new contribs.


Best to leave the script as-is - that way you could just comment out the parts you dont want to install/upgrade.  Or if you want to (and have some spare time), add some if/else logic to the script to let the user press y/n to install each section.  Or even better, make the script detect what is installed and do the appropriate action.  You could see some examples in this script: http://mirror.contribs.org/smeserver/contribs/ergozd/scripts/MySQL-4_0_21.sh - which could replace the current MySQL download/install on the wiki page btw.

Greg