Index: [Article Count Order] [Thread]

Date:  Fri, 16 Apr 2004 12:55:02 +0200
From:  "ASHosting" <info (at mark) ashosting.nl>
Subject:  [coba-e:00589] Re: Fedora clean BlueQuartz installation
To:  <coba-e (at mark) open.cobaltqube.org>
Message-Id:  <135601c423a1$4efa4d70$9800000a@2blue4u02>
References:  <003c01c422f0$46ae25d0$0100000a@mainpc>
X-Mail-Count: 00589

Hi,

I followed exactly your clean-Fedora-installation, but when I finished I
could not login to the webinterface. I received: A crucial system component
(CCE) is currently not operating. Please try again in a moment.

I checked /var/log/admserv/adm_error and saw:
[Fri Apr 16 10:51:22 2004] [error] (13)Permission denied: Cannot open
SSLSessionCache DBM file `/var/log/admserv/adm_ssl_scache' for scanning
[Fri Apr 16 10:51:22 2004] [error] (13)Permission denied: Cannot open
SSLSessionCache DBM file `/var/log/admserv/adm_ssl_scache' for reading
(fetch)
[Fri Apr 16 10:51:22 2004] [error] (13)Permission denied: Cannot open
SSLSessionCache DBM file `/var/log/admserv/adm_ssl_scache' for writing
(store)
[client 10.0.0.152] loginHandler.php: <CENTER><BR><BR><BR><BR><FONT
COLOR="#990000">A crucial system component (CCE) is currently not operating.
Please try again in a moment.</FONT></CENTER>, referer:
http://10.0.0.157:444/login.php

touch /var/log/admserv/adm_ssl_scache did not help

Anyone an idea?

Kind regards,
Sjaak Scheffer
ASHosting


----- Original Message ----- 
From: "Trond Huso" <tr-huso (at mark) online.no>
To: <coba-e (at mark) open.cobaltqube.org>
Sent: Thursday, April 15, 2004 3:48 PM
Subject: [coba-e:00587] Fedora clean BlueQuartz installation


> Just installed BQ on a clean Fedora, and here is an howto... I think I
wrote
> everything down, so most of this should be OK.
>
> Fedora - BlueQuartz installation
> . Downloaded Fedora ISO-images and burned three CDs. Download also the
> BlueQuartz tar.gz-file so you don't have to download this afterwards.
> . If you have old files and data in the database: Backup all your
> files and dump data from the database.
> . If you computer doesn't boot on CD-rom, make installation disks. One
> for booting, and another one for drivers. I have an old Cdrom-player. So
in
> order to find it, I need the driver disk.
> . Reboot the box and put the install disks in the diskdrive and CD-1
> in the CDplayer. Choose graphic or text-installations. Both work just as
> well. Installation is pretty much self-explaining, but here are some
> pitfalls:
> . When Fedora asks for a media-test, skip it. It only checks if you
> CDs are ok. If you have had the CDs for a long time, run the test. But if
> you just had them burned, it's no need.
> . If you don't know what type of mouse you have or what kind of
> monitor you are using (or it's old). Choose generic mouse with two buttons
> and generic monitor. When installing the mouse, check the box for
> three-button simulation.
> . Now install FC1, and choose the following:
> . Fedora Core
> Server
> Auto partition (to remove the old partitions). I have big disks, so I made
> some of my own choices. But I looked at the tips from the RH9.0
> installation. So Root (/) got 5gb, /home has 20 gb and /var got 6,78 gb.
> Enough space for Fedora.
> GRUB Bootloader for Fedora Core on /dev/hdc2 (just follow the default
> choices). I didn't put any password on boot, and I also skipped the
advanced
> boot-loader options.
> . I now give my computer a real domain-name. I have two
> ethernet-cards, so I set eth0 to 192.168.1.1, and eth1 to 10.0.0.1.
> Primary-DNS is set to 192.168.1.1, gateway is set to 192.168.1.1.
> . Don't install a firewall.
> . Set root-password.
> . You don't need X-Windows or Gnome/KDE, so don't install them.
> Installation will take more time.
> . If you want PHP with mySQL-support. Install this now. If you don't
> you have to run rpm -ivh --nodeps when installing php-mysql after
BlueQuartz
> is up and running.
> . Here I followed the installation instructions for RH9.0, but made
> some decisions of my own. You are free to do so also. I found that I could
> install the telnet-server at this time. If you don't you will be asked
> during the BQ-installation.
> . Installation now formats the disks, and files are transferred. The
> installation takes about 15 minutes. Even on a AMD-300mhz with an old and
> slow CD-rom.
> . A boot-disk was not possible to make, so I skipped that. I will make
> that later however.
> . Reboot computer and hope everything goes well.
> . I got some errors on modprobe when boot searches for new hardware,
> but it can have something to do with the fact that I don't have a
soundcard
> on the computer. I will stop boot from finding new hardware.
> The computer still booted well and I could log in with no problem.
> . Now install BQ. Here I followed the instructions from RH9.0. I
> stopped all unnecessary services.
> cd /etc/rc.d/init.d/
> ./apmd stop
> ./cups stop
> ./portmap stop
> ./iptables stop
> ./nfslock stop
> /sbin/chkconfig --level 2345 FreeWnn off
> /sbin/chkconfig --level 2345 apmd off
> /sbin/chkconfig --level 2345 canna off
> /sbin/chkconfig --level 2345 cups off
> /sbin/chkconfig --level 2345 pcmcia off
> /sbin/chkconfig --level 2345 portmap off
> /sbin/chkconfig --level 2345 iptables off
> /sbin/chkconfig --level 2345 netfs off
> /sbin/chkconfig --level 2345 nfslock off
> /sbin/chkconfig --level 2345 xfs off
> /sbin/chkconfig --level 2345 mysql off
> . Now install more of the packages needed by BQ. Most of the files are
> where you find them on RH9.0. They all have different names though. You
will
> need:
> tcl-8.3.5-93.i386.rpm
> expect-5.39.0-93.i386.rpm
> nss_db-2.2-22.i386.rpm (found on CD3)
> net-snmp-5.0.9-2.i386.rpm (found on CD1)
> perl-5.8.3-16.i386.rpm
> . You pretty much run the same commands for the top four packages:
> mount /mnt/cdrom
> rpm -ivh /mnt/cdrom/Fedora/RPMS/packagefile.rpm
> umount /mnt/cdrom
> . The Perl update has to be downloaded. I found my package on
> ftp.uninett.no/pub/linux/Fedora/core/updates/1/386/, which is a mirror for
> the main FC1-download. You should find it on any server near you that is a
> mirror for the Fedora-download.
> To upgrade you run:
> rpm -Uvh perl-5.8.3-16.i386.rpm
> . I now moved the /tmp directory to /home/tmp and made a symlink
> mv /tmp /home/tmp
> ln -s /home/tmp /tmp
> And I also made a symlink for the mysql.core. I first had to start mysql
> /etc/rc.d/init.d/mysql start
> ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock
> . I now copied fstab:
> cp -pi /etc/fstab /etc/fstab.old
> . Now run:
> /bin/mount -o remount /home
> /sbin/quotacheck -c -u -g -a (if you get an error-message, add -m and
> everything should work well - it did for me.)
> /sbin/quotaon -aug
> If you don't do it now, you will be asked to do so during installation of
> BQ.
> . I untared the BQ-package:
> tar -zxf BlueQuartz.
> Everything works well and I go into the BQ-directory. (cd BlueQuartz.)
> . Run ./install.sh
> . After this, you start your favorite browser and insert the
> IP-address for you box and /login (xx.xx.xx.xx/login) and then you are
> inside. Username and password is set to admin, and you can change this
when
> you are logged in. That's about it.
> PS: I also tried to install it on the FC1 upgrade, but I couldn't get it
up
> and running. I could have something to do with the fact that I didn't have
a
> real domain-name on the computer. So instead of doing a lot of research, I
> went for the clean install version. DS
>
>