Difference between revisions of "Scientific Linux"

From Amahi Wiki
Jump to: navigation, search
 
Line 34: Line 34:
  
 
     Now open a terminal and change to the root user:
 
     Now open a terminal and change to the root user:
     {{Code|su -}}
+
     su -
 
     Enter root password
 
     Enter root password
 
      
 
      
 
     Now we need to turn off Selinux
 
     Now we need to turn off Selinux
     {{Code|nano /etc/sysconfig/selinux}}
+
     nano /etc/sysconfig/selinux
 
     Change:
 
     Change:
 
     SELINUX=enforcing
 
     SELINUX=enforcing
Line 46: Line 46:
 
     Reboot to ensure everything is ok then update
 
     Reboot to ensure everything is ok then update
 
     Again, as root in a terminal
 
     Again, as root in a terminal
     {{Code|yum update}}
+
     yum update
  
 
     Once the system is updated, reboot again
 
     Once the system is updated, reboot again
Line 52: Line 52:
 
You now to install a couple of repositories:
 
You now to install a couple of repositories:
  
{{Code|yum -y install http://download.fedora.redhat.com/pub/epel/6/i386/epel-release-6-5.noarch.rpm}}
+
yum -y install http://download.fedora.redhat.com/pub/epel/6/i386/epel-release-6-5.noarch.rpm
 
 
{{Code|yum -y install http://passenger.stealthymonkeys.com/rhel/6/passenger-release.noarch.rpm}}
+
yum -y install http://passenger.stealthymonkeys.com/rhel/6/passenger-release.noarch.rpm
  
 
Now install a few packages:
 
Now install a few packages:
  
{{Code|yum -y install ruby-libs php-mbstring ImageMagick perl-Authen-PAM openvpn pkcs11-helper fpaste ruby-RMagick rubygem-rack rubygem-fastthread libev rubygem-rack-test rubygem-sinatra mod_fcgid ruby-ldap rubygem-daemon_controller rubygem-passenger rubygem-passenger-native rubygem-passenger-native-libs mod_passenger bind}}
+
<pre>yum -y install ruby-libs php-mbstring ImageMagick perl-Authen-PAM openvpn pkcs11-helper fpaste ruby-RMagick rubygem-rack rubygem-fastthread libev rubygem-rack-test rubygem-sinatra mod_fcgid ruby-ldap rubygem-daemon_controller rubygem-passenger rubygem-passenger-native rubygem-passenger-native-libs mod_passenger bind</pre>
  
 
Finally, we need to download and install a couple of packages:  
 
Finally, we need to download and install a couple of packages:  
  
{{Code|wget ftp://rpmfind.net/linux/fedora/releases/13/Everything/x86_64/os/Packages/cadaver-0.23.3-1.fc13.x86_64.rpm}}
+
<pre><nowiki>wget ftp://rpmfind.net/linux/fedora/releases/13/Everything/x86_64/os/Packages/cadaver-0.23.3-1.fc13.x86_64.rpm
  
{{Code|wget http://download.fedora.redhat.com/pub/fedora/linux/updates/14/x86_64/boost-random-1.44.0-8.fc14.x86_64.rpm}}
+
wget http://download.fedora.redhat.com/pub/fedora/linux/updates/14/x86_64/boost-random-1.44.0-8.fc14.x86_64.rpm</nowiki>
  
{{Code|yum -y localinstall cadaver-0.23.3-1.fc13.x86_64.rpm}}
+
yum -y localinstall cadaver-0.23.3-1.fc13.x86_64.rpm
  
{{Code|yum -y localinstall boost-random-1.44.0-8.fc14.x86_64.rpm}}
+
yum -y localinstall boost-random-1.44.0-8.fc14.x86_64.rpm</pre>
  
 
Now you need to create an Amahi repo file:
 
Now you need to create an Amahi repo file:
  
{{Code|nano /etc/yum.repos.d/amahi.repo}}
+
nano /etc/yum.repos.d/amahi.repo
  
{{Text|[amahi]
+
<pre>[amahi]
 
name<nowiki>=</nowiki>Amahi repository for Fedora 14
 
name<nowiki>=</nowiki>Amahi repository for Fedora 14
 
baseurl<nowiki>=</nowiki>http://f14.amahi.org/
 
baseurl<nowiki>=</nowiki>http://f14.amahi.org/
Line 80: Line 80:
 
gpgcheck<nowiki>=</nowiki>0
 
gpgcheck<nowiki>=</nowiki>0
 
gpgkey<nowiki>=</nowiki>file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amahi
 
gpgkey<nowiki>=</nowiki>file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amahi
exclude<nowiki>=</nowiki>ruby,ruby-rdoc,ruby-irb,ruby-libs,ruby-ri,ruby-devel,rubygem-passenger-native-libs,mod_passenger,perl-Authen-PAM,rubygem-passenger,rubygem-passenger-native,dhcp,rubygem-rack-test,rubygem-sinatra}}
+
exclude<nowiki>=</nowiki>ruby,ruby-rdoc,ruby-irb,ruby-libs,ruby-ri,ruby-devel,rubygem-passenger-native-libs,mod_passenger,perl-Authen-PAM,rubygem-passenger,rubygem-passenger-native,dhcp,rubygem-rack-test,rubygem-sinatra</pre>
  
 
When hda-suite is installed later, it overwrites the amahi.repo file, so we will install hda-release first then reset the repo file.
 
When hda-suite is installed later, it overwrites the amahi.repo file, so we will install hda-release first then reset the repo file.
{{Code|yum -y install hda-release}}
+
yum -y install hda-release  
  
 
Once it installed recreate the amahi.repo file as above.
 
Once it installed recreate the amahi.repo file as above.
Line 89: Line 89:
 
Edit /etc/issue and add 'Fedora' to the end of the top line.
 
Edit /etc/issue and add 'Fedora' to the end of the top line.
  
{{Code|nano /etc/issue}}
+
nano /etc/issue
  
{{Text|Scientific Linux release 6.1 (Carbon) Fedora <--- Added here!
+
Scientific Linux release 6.1 (Carbon) Fedora <--- Added here!
Kernel \r on an \m}}
+
Kernel \r on an \m
  
 
There are a few problems with the DNS server.
 
There are a few problems with the DNS server.
 
Create /etc/rndc.key
 
Create /etc/rndc.key
{{Code|rndc-confgen -a}}
+
rndc-confgen -a
  
 
Change the owner of /etc/rndc.key
 
Change the owner of /etc/rndc.key
{{Code|chown named /etc/rndc.key}}
+
chown named /etc/rndc.key
  
 
Change the owner of /var/named.
 
Change the owner of /var/named.
{{Code|chown -R named:named /var/named}}
+
chown -R named:named /var/named
  
 
Finally, restart the DNS server.  
 
Finally, restart the DNS server.  
{{Code|service named restart}}
+
service named restart
  
 
Now install the Amahi packages:
 
Now install the Amahi packages:
{{Code|yum -y install hda-suite}}
+
yum -y install hda-suite
  
 
Unfortunately, to see and download apps, you computer has to use an alias.
 
Unfortunately, to see and download apps, you computer has to use an alias.
{{Code|cp /etc/redhat-release /etc/redhat-release.orig}}
+
cp /etc/redhat-release /etc/redhat-release.orig
{{Code|echo "Fedora release 14 (Laughlin)" > /etc/redhat-release}}
+
echo "Fedora release 14 (Laughlin)" > /etc/redhat-release
  
 
Start the Amahi web installer:  
 
Start the Amahi web installer:  
{{Code|service amahi-installer start}}
+
service amahi-installer start
 
 
 
Goto: http://localhost:2000 to complete the install. You can get your Install Code by logging into http://amahi.org and going to your control panel.  
 
Goto: http://localhost:2000 to complete the install. You can get your Install Code by logging into http://amahi.org and going to your control panel.  
  
 
You can also install by going to http://your-hda-ipaddress:2000 from another PC but you will have to temporarily turn off the firewall:
 
You can also install by going to http://your-hda-ipaddress:2000 from another PC but you will have to temporarily turn off the firewall:
{{Code|service iptables stop}}
+
service iptables stop
  
 
At the end you should have a working Amahi Hda server running on Scientific Linux 6.1; this has an E.O.L of Until at least 2017-11-11
 
At the end you should have a working Amahi Hda server running on Scientific Linux 6.1; this has an E.O.L of Until at least 2017-11-11
  
 
I must point out that whilst this worked for me, it may not work for you, but I cannot see any reason why it would not.
 
I must point out that whilst this worked for me, it may not work for you, but I cannot see any reason why it would not.

Latest revision as of 17:27, 9 January 2021

Warning.png WARNING
This is only for developers, advanced users and testers. Do NOT use with data you would not mind losing!



Install

Download a Scientific Linux 6.1 x86_64 DVD iso from: http://ftp.scientificlinux.org/linux/scientific/6.1/x86_64/iso/SL-61-x86_64-2011-07-27-Install-DVD.iso Or a Scientific Linux 6.1 i386 DVD iso from: http://ftp.scientificlinux.org/linux/scientific/6.1/i386/iso/SL-61-i386-2011-07-27-Install-DVD.iso

   Depending on your machines processor (32bit or 64bit)
       Note: These instructions are based on the x86_64 version. 

Install Scientific Linux 6.1 ( I did a minimal desktop installation )

   Enter the hostname you gave amahi i.e. hda.home.com.
   Remember the root password.
   Reboot when requested.
   You will be asked to create a user, 
   then when asked 'Synchronize date and time over the internet', click in the box
   You may get a Kdump error, you can ignore this, click OK then Finish
   Login as the user you just created.
   Right click on the Network icon on the top bar (this is at the right).
   Then select 'Edit Connections'.
   Select 'wired', 'System eth0', then the 'IPv4' tab.
   Change the method to manual.
   Click on Add and enter the ipaddress you gave Amahi, press the tab key. 
   Click under 'Gateway' and enter your routes ipaddress.
   Add your ISP's nameservers and the search domain, this is usually home.com unless you gave Amahi a different one.
   Click in the box (at the top) next to 'Connect automatically'
   Click on the 'Apply' button and enter root password when asked.
   Now open a terminal and change to the root user:
   su -
   Enter root password
   
   Now we need to turn off Selinux
   nano /etc/sysconfig/selinux
   Change:
   SELINUX=enforcing
   To:
   SELINUX=disabled
   Reboot to ensure everything is ok then update
   Again, as root in a terminal
   yum update
   Once the system is updated, reboot again

You now to install a couple of repositories:

yum -y install http://download.fedora.redhat.com/pub/epel/6/i386/epel-release-6-5.noarch.rpm

yum -y install http://passenger.stealthymonkeys.com/rhel/6/passenger-release.noarch.rpm

Now install a few packages:

yum -y install ruby-libs php-mbstring ImageMagick perl-Authen-PAM openvpn pkcs11-helper fpaste ruby-RMagick rubygem-rack rubygem-fastthread libev rubygem-rack-test rubygem-sinatra mod_fcgid ruby-ldap rubygem-daemon_controller rubygem-passenger rubygem-passenger-native rubygem-passenger-native-libs mod_passenger bind

Finally, we need to download and install a couple of packages:

wget ftp://rpmfind.net/linux/fedora/releases/13/Everything/x86_64/os/Packages/cadaver-0.23.3-1.fc13.x86_64.rpm

wget http://download.fedora.redhat.com/pub/fedora/linux/updates/14/x86_64/boost-random-1.44.0-8.fc14.x86_64.rpm

yum -y localinstall cadaver-0.23.3-1.fc13.x86_64.rpm

yum -y localinstall boost-random-1.44.0-8.fc14.x86_64.rpm

Now you need to create an Amahi repo file:

nano /etc/yum.repos.d/amahi.repo
[amahi]
name=Amahi repository for Fedora 14
baseurl=http://f14.amahi.org/
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amahi
exclude=ruby,ruby-rdoc,ruby-irb,ruby-libs,ruby-ri,ruby-devel,rubygem-passenger-native-libs,mod_passenger,perl-Authen-PAM,rubygem-passenger,rubygem-passenger-native,dhcp,rubygem-rack-test,rubygem-sinatra

When hda-suite is installed later, it overwrites the amahi.repo file, so we will install hda-release first then reset the repo file.

yum -y install hda-release 

Once it installed recreate the amahi.repo file as above.

Edit /etc/issue and add 'Fedora' to the end of the top line.

nano /etc/issue
Scientific Linux release 6.1 (Carbon) Fedora <--- Added here!
Kernel \r on an \m

There are a few problems with the DNS server. Create /etc/rndc.key

rndc-confgen -a

Change the owner of /etc/rndc.key

chown named /etc/rndc.key

Change the owner of /var/named.

chown -R named:named /var/named

Finally, restart the DNS server.

service named restart

Now install the Amahi packages:

yum -y install hda-suite

Unfortunately, to see and download apps, you computer has to use an alias.

cp /etc/redhat-release /etc/redhat-release.orig
echo "Fedora release 14 (Laughlin)" > /etc/redhat-release

Start the Amahi web installer:

service amahi-installer start

​ Goto: http://localhost:2000 to complete the install. You can get your Install Code by logging into http://amahi.org and going to your control panel.

You can also install by going to http://your-hda-ipaddress:2000 from another PC but you will have to temporarily turn off the firewall:

service iptables stop

At the end you should have a working Amahi Hda server running on Scientific Linux 6.1; this has an E.O.L of Until at least 2017-11-11

I must point out that whilst this worked for me, it may not work for you, but I cannot see any reason why it would not.