{"id":162,"date":"2016-09-26T17:27:01","date_gmt":"2016-09-26T17:27:01","guid":{"rendered":"https:\/\/netadmintools.com\/?p=162"},"modified":"2016-10-03T01:43:16","modified_gmt":"2016-10-03T01:43:16","slug":"installing-gentoo-gnulinux-2004-3-on-sparc-part-5-getting-silo-installed","status":"publish","type":"post","link":"https:\/\/www.netadmintools.com\/installing-gentoo-gnulinux-2004-3-on-sparc-part-5-getting-silo-installed\/","title":{"rendered":"Installing Gentoo GNU\/Linux 2004.3 on SPARC &#8211; Part 5 &#8211; Getting Silo Installed"},"content":{"rendered":"<p>There are 7 parts to this article:<br \/>\n<a href=\"https:\/\/netadmintools.com\/art380.html\">Part 1 &#8211; Gentoo on SPARC &#8211; Booting the Install CD<\/a><br \/>\n<a href=\"https:\/\/netadmintools.com\/art381.html\">Part 2 &#8211; Gentoo on SPARC &#8211; Creating the Filesystems<\/a><br \/>\n<a href=\"https:\/\/netadmintools.com\/art382.html\">Part 3 &#8211; Gentoo on SPARC &#8211; Copying Initial System, Portage, and Distfiles<\/a><br \/>\n<a href=\"https:\/\/netadmintools.com\/art383.html\">Part 4 &#8211; Gentoo on SPARC &#8211; Creating the Kernel<\/a><br \/>\n<a href=\"https:\/\/netadmintools.com\/art384.html\">Part 5 &#8211; Gentoo on SPARC &#8211; Getting Silo Installed<\/a><br \/>\n<a href=\"https:\/\/netadmintools.com\/art385.html\">Part 6 &#8211; Gentoo on SPARC &#8211; Initial Logon<\/a><br \/>\n<a href=\"https:\/\/netadmintools.com\/art386.html\">Part 7 &#8211; Gentoo on SPARC &#8211; Final Configuration<\/a><\/p>\n<p>It turns out that Silo is not in the distfiles. We will investigate this some other time if we get bored, but *the only* piece that didn&#8217;t come on the Universal LiveCD was Silo. We figured we could transfer it by putting it on a diskette formatted with ext2 on Agatha&#8217;s workstation and using sneaker net to transfer to the SPARC:<\/p>\n<table border=\"0\" width=\"99%\" bgcolor=\"#E0E0E0\">\n<tbody>\n<tr>\n<td>\n<pre>root@mach-1 usr-1 # <b>mkfs \/dev\/fd0<\/b>\r\nmke2fs 1.35 (28-Feb-2004)\r\nFilesystem label=\r\nOS type: Linux\r\nBlock size=1024 (log=0)\r\nFragment size=1024 (log=0)\r\n184 inodes, 1440 blocks\r\n72 blocks (5.00%) reserved for the super user\r\nFirst data block=1\r\n1 block group\r\n8192 blocks per group, 8192 fragments per group\r\n184 inodes per group\r\nWriting inode tables: done\r\nWriting superblocks and filesystem accounting information: done\r\nThis filesystem will be automatically checked every 38 mounts or\r\n180 days, whichever comes first.  Use tune2fs -c or -i to override.\r\nroot@mach-1 usr-1 #\r\nroot@mach-1 usr-1 # <b>ls silo*<\/b>\r\nsilo-1.4.8.tar.gz\r\nroot@mach-1 usr-1 # <b>mount -t ext2 \/dev\/fd0 \/mnt<\/b>\r\nroot@mach-1 usr-1 # <b>cp silo* \/mnt<\/b>\r\nroot@mach-1 usr-1 # <b>umount \/mnt<\/b>\r\nroot@mach-1 usr-1 #\r\nlivecd \/ # <b>mount -t ext2 \/dev\/fd0 \/mnt\/floppy<\/b>\r\nOOPS: Bogus kernel PC [0000000000000080] in fault handler\r\n[0000000000408cc8] [000000000040eb40] [000000000041a504] [00000000006b4694] [000\r\n0000000404678] [0000000000000000]\r\nUnable to handle kernel NULL pointer dereference\r\ntsk-&gt;{mm,active_mm}-&gt;context = 00000000000007a2\r\ntsk-&gt;{mm,active_mm}-&gt;pgd = fffff8001fe7b000\r\n\\|\/ ____ \\|\/\r\n\"@'\/ .. \\`@\"\r\n\/_| \\__\/ |_\\\r\n\\__U_\/\r\n<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Hrmphhh&#8230; that didn&#8217;t work. Nice core dump ASCII though. If we get bored (again), maybe we will dig into this problem. We really just want to get the OS booted, though. Let&#8217;s try using the raw device and tar:<\/p>\n<table border=\"0\" width=\"99%\" bgcolor=\"#E0E0E0\">\n<tbody>\n<tr>\n<td>\n<pre>root@mach-1 usr-1 # <b>tar -cf \/dev\/fd0 silo-1.4.8.tar.gz<\/b>\r\nroot@mach-1 usr-1 # <b>tar -tf \/dev\/fd0<\/b>\r\nsilo-1.4.8.tar.gz\r\nroot@mach-1 usr-1 #\r\nlivecd root # <b>tar -xf \/dev\/fd0<\/b>\r\nOOPS: Bogus kernel PC [0000000000000080] in fault handler\r\n[0000000000408cc8] [000000000040eb40] [000000000041a504] [00000000006b4694] [00\r\nUnable to handle kernel NULL pointer dereference\r\ntsk-&gt;{mm,active_mm}-&gt;context = 00000000000004cb\r\ntsk-&gt;{mm,active_mm}-&gt;pgd = fffff8001fe7b000\r\n\\|\/ ____ \\|\/\r\n\"@'\/ .. \\`@\"\r\n\/_| \\__\/ |_\\\r\n\\__U_\/\r\nswapper(0): Oops\r\n<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Well&#8230; sheesh&#8230; It looks like we need to set up the network and sshd to transfer the silo source:<\/p>\n<table border=\"0\" width=\"99%\" bgcolor=\"#E0E0E0\">\n<tbody>\n<tr>\n<td>\n<pre>livecd root # <b>net-setup eth0<\/b>\r\nlivecd root # <b>ifconfig<\/b>\r\neth0      Link encap:Ethernet  HWaddr 08:00:20:9A:E6:79\r\ninet addr:10.50.100.49  Bcast:10.50.100.255  Mask:255.255.255.0\r\nUP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1\r\nRX packets:13 errors:0 dropped:0 overruns:0 frame:0\r\nTX packets:4 errors:0 dropped:0 overruns:0 carrier:0\r\ncollisions:0 txqueuelen:1000\r\nRX bytes:1344 (1.3 Kb)  TX bytes:1830 (1.7 Kb)\r\nInterrupt:96\r\nlo        Link encap:Local Loopback\r\ninet addr:127.0.0.1  Mask:255.0.0.0\r\nUP LOOPBACK RUNNING  MTU:16436  Metric:1\r\nRX packets:0 errors:0 dropped:0 overruns:0 frame:0\r\nTX packets:0 errors:0 dropped:0 overruns:0 carrier:0\r\ncollisions:0 txqueuelen:0\r\nRX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)\r\nlivecd root #\r\nlivecd root # <b>passwd<\/b>\r\nNew UNIX password:\r\nRetype new UNIX password:\r\npasswd: password updated successfully\r\nlivecd root #\r\nlivecd root # <b>\/etc\/init.d\/sshd start<\/b>\r\n* Generating Hostkey...\r\n.\r\n.\r\n.\r\n* Starting sshd...  [ ok ]\r\nlivecd root #\r\nusr-1@mach-1 usr-1 $ <b>ssh root@srv-1<\/b>\r\nPlease report any bugs you find to http:\/\/bugs.gentoo.org. Be sure to include\r\ndetailed information about how to reproduce the bug you are reporting. Thanks\r\nfor using Gentoo Linux!\r\nStage tarball(s), distfiles and packages can be found in \/mnt\/cdrom\/.\r\nlivecd root #\r\n<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Go back into the new system environment and compile\/install Silo:<\/p>\n<table border=\"0\" width=\"99%\" bgcolor=\"#E0E0E0\">\n<tbody>\n<tr>\n<td>\n<pre>livecd \/ # <b>mount \/dev\/sda1 \/mnt\/gentoo<\/b>\r\nlivecd \/ # <b>mount -t proc none \/mnt\/gentoo\/proc<\/b>\r\nlivecd \/ # <b>chroot \/mnt\/gentoo \/bin\/bash<\/b>\r\nlivecd \/ # <b>env-update; source \/etc\/profile<\/b>\r\n&gt;&gt;&gt; Regenerating \/etc\/ld.so.cache...\r\n* Caching service dependencies...\r\nlivecd \/ #\r\nlivecd \/ # <b>emerge silo<\/b>\r\nCalculating dependencies ...done!\r\n&gt;&gt;&gt; emerge (1 of 1) sys-boot\/silo-1.4.8 to \/\r\n&gt;&gt;&gt; Downloading http:\/\/gentoo.osuosl.org\/distfiles\/silo-1.4.8.tar.gz\r\n--11:03:04--  http:\/\/gentoo.osuosl.org\/distfiles\/silo-1.4.8.tar.gz\r\n=&gt; `\/usr\/portage\/distfiles\/silo-1.4.8.tar.gz'\r\nResolving gentoo.osuosl.org... failed: Temporary failure in name resolution.\r\n&gt;&gt;&gt; Downloading http:\/\/distro.ibiblio.org\/pub\/Linux\/distributions\/gentoo\/\r\ndistfiles\/silo-1.4.8.tar.gz\r\n--11:03:04--  http:\/\/distro.ibiblio.org\/pub\/Linux\/distributions\/gentoo\/\r\ndistfiles\/silo-1.4.8.tar.gz\r\n=&gt; `\/usr\/portage\/distfiles\/silo-1.4.8.tar.gz'\r\nResolving distro.ibiblio.org... failed: Temporary failure in name resolution.\r\n&gt;&gt;&gt; Downloading http:\/\/www.sparc-boot.org\/pub\/silo\/silo-1.4.8.tar.gz\r\n--11:03:04--  http:\/\/www.sparc-boot.org\/pub\/silo\/silo-1.4.8.tar.gz\r\n=&gt; `\/usr\/portage\/distfiles\/silo-1.4.8.tar.gz'\r\nResolving www.sparc-boot.org... failed: Temporary failure in name resolution.\r\n!!! Couldn't download silo-1.4.8.tar.gz. Aborting.\r\n<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Doh! Have to set up name resolution:<\/p>\n<table border=\"0\" width=\"99%\" bgcolor=\"#E0E0E0\">\n<tbody>\n<tr>\n<td>\n<pre>livecd \/ # <b>nano \/etc\/resolv.conf<\/b>\r\nlivecd \/ # <b>cat \/etc\/resolv.conf<\/b>\r\ndomain signalq.com\r\nnameserver 199.181.164.2\r\nnameserver 199.181.164.1\r\nlivecd \/ #\r\nlivecd \/ # <b>emerge silo<\/b>\r\nCalculating dependencies ...done!\r\n&gt;&gt;&gt; emerge (1 of 1) sys-boot\/silo-1.4.8 to \/\r\n.\r\n.\r\n.\r\n&gt;&gt;&gt; \/boot\/isofs.b\r\n* NOTE: If this is an upgrade to an existing SILO install,\r\n*       you will need to re-run silo as the \/boot\/second.b\r\n*       file has changed, else the system will fail to load\r\n*       SILO at the next boot.\r\n&gt;&gt;&gt; Regenerating \/etc\/ld.so.cache...\r\n* Caching service dependencies...\r\n&gt;&gt;&gt; sys-boot\/silo-1.4.8 merged.\r\n&gt;&gt;&gt; Recording sys-boot\/silo in \"world\" favorites file...\r\n&gt;&gt;&gt; clean: No packages selected for removal.\r\n&gt;&gt;&gt; Auto-cleaning packages ...\r\n&gt;&gt;&gt; No outdated packages were found on your system.\r\n* GNU info directory index is up-to-date.\r\nlivecd \/ #\r\nlivecd \/ # <b>rm \/etc\/silo.conf<\/b>\r\nlivecd \/ # <b>nano \/etc\/silo.conf<\/b>\r\nlivecd \/ # <b>cat \/etc\/silo.conf<\/b>\r\npartition = 1\r\nroot = \/dev\/sda1\r\ntimeout = 150\r\nimage = \/boot\/kernel-2.4.27\r\nlabel = Gentoo\r\nlivecd \/ #\r\nlivecd \/ # <b>silo<\/b>\r\n\/etc\/silo.conf appears to be valid\r\n<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>OK. Let&#8217;s reboot:<\/p>\n<table border=\"0\" width=\"99%\" bgcolor=\"#E0E0E0\">\n<tbody>\n<tr>\n<td>\n<pre>livecd \/ #\r\nlivecd \/ # <b>reboot<\/b>\r\nINIT: Switching to runlevel: 6\r\nINIT: Sending processes the TERM signal\r\nlivecd \/ #\r\nRebooting with command: boot\r\n<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>In the next installment of this article, we will <a href=\"https:\/\/netadmintools.com\/art385.html\">log on to the system<\/a>.<\/p>\n<p>There are 7 parts to this article:<br \/>\n<a href=\"https:\/\/netadmintools.com\/art380.html\">Part 1 &#8211; Gentoo on SPARC &#8211; Booting the Install CD<\/a><br \/>\n<a href=\"https:\/\/netadmintools.com\/art381.html\">Part 2 &#8211; Gentoo on SPARC &#8211; Creating the Filesystems<\/a><br \/>\n<a href=\"https:\/\/netadmintools.com\/art382.html\">Part 3 &#8211; Gentoo on SPARC &#8211; Copying Initial System, Portage, and Distfiles<\/a><br \/>\n<a href=\"https:\/\/netadmintools.com\/art383.html\">Part 4 &#8211; Gentoo on SPARC &#8211; Creating the Kernel<\/a><br \/>\n<a href=\"https:\/\/netadmintools.com\/art384.html\">Part 5 &#8211; Gentoo on SPARC &#8211; Getting Silo Installed<\/a><br \/>\n<a href=\"https:\/\/netadmintools.com\/art385.html\">Part 6 &#8211; Gentoo on SPARC &#8211; Initial Logon<\/a><br \/>\n<a href=\"https:\/\/netadmintools.com\/art386.html\">Part 7 &#8211; Gentoo on SPARC &#8211; Final Configuration<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>There are 7 parts to this article: Part 1 &#8211; Gentoo on SPARC &#8211; Booting the Install CD Part 2 &#8211; Gentoo on SPARC &#8211; Creating the Filesystems Part 3 &#8211; Gentoo on SPARC &#8211; Copying Initial System, Portage, and Distfiles Part 4 &#8211; Gentoo on SPARC &#8211; Creating the Kernel Part 5 &#8211; Gentoo [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[3],"tags":[],"class_list":{"0":"post-162","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-gnu-linux","7":"entry"},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Installing Gentoo GNU\/Linux 2004.3 on SPARC - Part 5 - Getting Silo Installed - Network Admin Tools<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.netadmintools.com\/art384.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Installing Gentoo GNU\/Linux 2004.3 on SPARC - Part 5 - Getting Silo Installed - Network Admin Tools\" \/>\n<meta property=\"og:description\" content=\"There are 7 parts to this article: Part 1 &#8211; Gentoo on SPARC &#8211; Booting the Install CD Part 2 &#8211; Gentoo on SPARC &#8211; Creating the Filesystems Part 3 &#8211; Gentoo on SPARC &#8211; Copying Initial System, Portage, and Distfiles Part 4 &#8211; Gentoo on SPARC &#8211; Creating the Kernel Part 5 &#8211; Gentoo [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.netadmintools.com\/art384.html\" \/>\n<meta property=\"og:site_name\" content=\"Network Admin Tools\" \/>\n<meta property=\"article:published_time\" content=\"2016-09-26T17:27:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2016-10-03T01:43:16+00:00\" \/>\n<meta name=\"author\" content=\"Paul Anderson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Paul_AndersonNA\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Paul Anderson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.netadmintools.com\\\/art384.html#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.netadmintools.com\\\/art384.html\"},\"author\":{\"name\":\"Paul Anderson\",\"@id\":\"https:\\\/\\\/www.netadmintools.com\\\/#\\\/schema\\\/person\\\/eee9a07392c4bee0964628c706e86a7f\"},\"headline\":\"Installing Gentoo GNU\\\/Linux 2004.3 on SPARC &#8211; Part 5 &#8211; Getting Silo Installed\",\"datePublished\":\"2016-09-26T17:27:01+00:00\",\"dateModified\":\"2016-10-03T00:00:00+0000\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.netadmintools.com\\\/art384.html\"},\"wordCount\":313,\"articleSection\":[\"GNU\\\/Linux\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.netadmintools.com\\\/art384.html\",\"url\":\"https:\\\/\\\/www.netadmintools.com\\\/art384.html\",\"name\":\"Installing Gentoo GNU\\\/Linux 2004.3 on SPARC - Part 5 - Getting Silo Installed - Network Admin Tools\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.netadmintools.com\\\/#website\"},\"datePublished\":\"2016-09-26T17:27:01+00:00\",\"dateModified\":\"2016-10-03T01:43:16+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.netadmintools.com\\\/#\\\/schema\\\/person\\\/eee9a07392c4bee0964628c706e86a7f\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.netadmintools.com\\\/art384.html#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.netadmintools.com\\\/art384.html\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.netadmintools.com\\\/art384.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.netadmintools.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Installing Gentoo GNU\\\/Linux 2004.3 on SPARC &#8211; Part 5 &#8211; Getting Silo Installed\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.netadmintools.com\\\/#website\",\"url\":\"https:\\\/\\\/www.netadmintools.com\\\/\",\"name\":\"Network Admin Tools\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.netadmintools.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.netadmintools.com\\\/#\\\/schema\\\/person\\\/eee9a07392c4bee0964628c706e86a7f\",\"name\":\"Paul Anderson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cdn.netadmintools.com\\\/wp-content\\\/uploads\\\/paul-anderson-150x150.jpg\",\"url\":\"https:\\\/\\\/cdn.netadmintools.com\\\/wp-content\\\/uploads\\\/paul-anderson-150x150.jpg\",\"contentUrl\":\"https:\\\/\\\/cdn.netadmintools.com\\\/wp-content\\\/uploads\\\/paul-anderson-150x150.jpg\",\"caption\":\"Paul Anderson\"},\"description\":\"Paul is an Avid Tech Geek who Loves writing, Cycling and All Things Linux! He comes from a Background of Windows Administration along with Ubuntu\\\/Centos Server administration. Paul holds industry wide certifications include CompTIA & Microsoft Accredited certifications.\",\"sameAs\":[\"https:\\\/\\\/www.netadmintools.com\\\/author\\\/editor\\\/\",\"https:\\\/\\\/x.com\\\/Paul_AndersonNA\"],\"url\":\"https:\\\/\\\/www.netadmintools.com\\\/author\\\/editor\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Installing Gentoo GNU\/Linux 2004.3 on SPARC - Part 5 - Getting Silo Installed - Network Admin Tools","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.netadmintools.com\/art384.html","og_locale":"en_US","og_type":"article","og_title":"Installing Gentoo GNU\/Linux 2004.3 on SPARC - Part 5 - Getting Silo Installed - Network Admin Tools","og_description":"There are 7 parts to this article: Part 1 &#8211; Gentoo on SPARC &#8211; Booting the Install CD Part 2 &#8211; Gentoo on SPARC &#8211; Creating the Filesystems Part 3 &#8211; Gentoo on SPARC &#8211; Copying Initial System, Portage, and Distfiles Part 4 &#8211; Gentoo on SPARC &#8211; Creating the Kernel Part 5 &#8211; Gentoo [&hellip;]","og_url":"https:\/\/www.netadmintools.com\/art384.html","og_site_name":"Network Admin Tools","article_published_time":"2016-09-26T17:27:01+00:00","article_modified_time":"2016-10-03T01:43:16+00:00","author":"Paul Anderson","twitter_card":"summary_large_image","twitter_creator":"@Paul_AndersonNA","twitter_misc":{"Written by":"Paul Anderson","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.netadmintools.com\/art384.html#article","isPartOf":{"@id":"https:\/\/www.netadmintools.com\/art384.html"},"author":{"name":"Paul Anderson","@id":"https:\/\/www.netadmintools.com\/#\/schema\/person\/eee9a07392c4bee0964628c706e86a7f"},"headline":"Installing Gentoo GNU\/Linux 2004.3 on SPARC &#8211; Part 5 &#8211; Getting Silo Installed","datePublished":"2016-09-26T17:27:01+00:00","dateModified":"2016-10-03T00:00:00+0000","mainEntityOfPage":{"@id":"https:\/\/www.netadmintools.com\/art384.html"},"wordCount":313,"articleSection":["GNU\/Linux"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.netadmintools.com\/art384.html","url":"https:\/\/www.netadmintools.com\/art384.html","name":"Installing Gentoo GNU\/Linux 2004.3 on SPARC - Part 5 - Getting Silo Installed - Network Admin Tools","isPartOf":{"@id":"https:\/\/www.netadmintools.com\/#website"},"datePublished":"2016-09-26T17:27:01+00:00","dateModified":"2016-10-03T01:43:16+00:00","author":{"@id":"https:\/\/www.netadmintools.com\/#\/schema\/person\/eee9a07392c4bee0964628c706e86a7f"},"breadcrumb":{"@id":"https:\/\/www.netadmintools.com\/art384.html#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.netadmintools.com\/art384.html"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.netadmintools.com\/art384.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.netadmintools.com\/"},{"@type":"ListItem","position":2,"name":"Installing Gentoo GNU\/Linux 2004.3 on SPARC &#8211; Part 5 &#8211; Getting Silo Installed"}]},{"@type":"WebSite","@id":"https:\/\/www.netadmintools.com\/#website","url":"https:\/\/www.netadmintools.com\/","name":"Network Admin Tools","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.netadmintools.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.netadmintools.com\/#\/schema\/person\/eee9a07392c4bee0964628c706e86a7f","name":"Paul Anderson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cdn.netadmintools.com\/wp-content\/uploads\/paul-anderson-150x150.jpg","url":"https:\/\/cdn.netadmintools.com\/wp-content\/uploads\/paul-anderson-150x150.jpg","contentUrl":"https:\/\/cdn.netadmintools.com\/wp-content\/uploads\/paul-anderson-150x150.jpg","caption":"Paul Anderson"},"description":"Paul is an Avid Tech Geek who Loves writing, Cycling and All Things Linux! He comes from a Background of Windows Administration along with Ubuntu\/Centos Server administration. Paul holds industry wide certifications include CompTIA & Microsoft Accredited certifications.","sameAs":["https:\/\/www.netadmintools.com\/author\/editor\/","https:\/\/x.com\/Paul_AndersonNA"],"url":"https:\/\/www.netadmintools.com\/author\/editor\/"}]}},"_links":{"self":[{"href":"https:\/\/www.netadmintools.com\/wp-json\/wp\/v2\/posts\/162","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.netadmintools.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.netadmintools.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.netadmintools.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.netadmintools.com\/wp-json\/wp\/v2\/comments?post=162"}],"version-history":[{"count":1,"href":"https:\/\/www.netadmintools.com\/wp-json\/wp\/v2\/posts\/162\/revisions"}],"predecessor-version":[{"id":163,"href":"https:\/\/www.netadmintools.com\/wp-json\/wp\/v2\/posts\/162\/revisions\/163"}],"wp:attachment":[{"href":"https:\/\/www.netadmintools.com\/wp-json\/wp\/v2\/media?parent=162"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.netadmintools.com\/wp-json\/wp\/v2\/categories?post=162"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.netadmintools.com\/wp-json\/wp\/v2\/tags?post=162"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}