Difference between revisions of "Greyhole updating"

From Amahi Wiki
Jump to: navigation, search
(Created page with "== Disclaimer == Amahi releases new versions of Greyhole (GH) after they've been tested. If you follow this guide to update your GH install manually you do so on your own risk. I...")
 
Line 4: Line 4:
 
== Instructions ==
 
== Instructions ==
 
1. Find current version:
 
1. Find current version:
rpm -q hda-greyhole
+
{{Code|rpm -q hda-greyhole}}
  
 
2. Is there a new version?
 
2. Is there a new version?
http://www.greyhole.net/download/
+
{{Link|http://www.greyhole.net/download/}}
  
 
3. Browse the archive and copy the link for the latest hda-greyhole (Amahi needs hda-greyhole, the regular greyhole will conflict)
 
3. Browse the archive and copy the link for the latest hda-greyhole (Amahi needs hda-greyhole, the regular greyhole will conflict)
http://www.greyhole.net/download/archives.html
+
{{Link|http://www.greyhole.net/download/archives.html}}
 
: Unsure whether you have i386 or x86_64? Run in terminal:
 
: Unsure whether you have i386 or x86_64? Run in terminal:
uname -i
+
{{Code|uname -i}}
  
 
4. Back to terminal, make sure you are root (su). Example update command:
 
4. Back to terminal, make sure you are root (su). Example update command:
rpm -Uvh http://www.greyhole.net/releases/hda-greyhole-0.9.10-1.i386.rpm
+
{{Code|rpm -Uvh http://www.greyhole.net/releases/hda-greyhole-0.9.10-1.i386.rpm}}
  
 
5. Check the GH log for any errors occured the last minutes
 
5. Check the GH log for any errors occured the last minutes
nano /var/log/greyhole.log
+
{{Code|nano /var/log/greyhole.log}}
  
 
6. Recheck version of your newly updated Greyhole install and enjoy!
 
6. Recheck version of your newly updated Greyhole install and enjoy!
rpm -q hda-greyhole
+
{{Code|rpm -q hda-greyhole}}

Revision as of 02:19, 1 September 2011

Disclaimer

Amahi releases new versions of Greyhole (GH) after they've been tested. If you follow this guide to update your GH install manually you do so on your own risk. If it breaks, it's on you.

Instructions

1. Find current version:

bash code
​rpm -q hda-greyhole​


2. Is there a new version?

Link
​http://www.greyhole.net/download/​

3. Browse the archive and copy the link for the latest hda-greyhole (Amahi needs hda-greyhole, the regular greyhole will conflict)

Link
​http://www.greyhole.net/download/archives.html​
Unsure whether you have i386 or x86_64? Run in terminal:
bash code
​uname -i​


4. Back to terminal, make sure you are root (su). Example update command:

bash code
​rpm -Uvh http://www.greyhole.net/releases/hda-greyhole-0.9.10-1.i386.rpm​


5. Check the GH log for any errors occured the last minutes

bash code
​nano /var/log/greyhole.log​


6. Recheck version of your newly updated Greyhole install and enjoy!

bash code
​rpm -q hda-greyhole​