<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Teh Blarg &#187; linux</title>
	<atom:link href="http://raybdbomb.com/p/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://raybdbomb.com</link>
	<description>Incessant babble and otherwise blarg</description>
	<lastBuildDate>Mon, 06 Feb 2012 01:07:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta3-20587</generator>
		<item>
		<title>Rhythmbox and iPod</title>
		<link>http://raybdbomb.com/p/rhythmbox-and-ipod.html</link>
		<comments>http://raybdbomb.com/p/rhythmbox-and-ipod.html#comments</comments>
		<pubDate>Tue, 12 Aug 2008 19:28:04 +0000</pubDate>
		<dc:creator>Raybdbomb</dc:creator>
				<category><![CDATA[My Stuff ;D]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rhythmbox]]></category>

		<guid isPermaLink="false">http://raybdbomb.com/?p=957</guid>
		<description><![CDATA[At work, I listen to my iPod with Rhythmbox on Xubuntu latest stable. Rhythmbox isn&#8217;t perfect, but from my experience it was the best at dealing with my iPod, works great for reading from and writing to it. Every once in awhile it will do something that makes me very angry at it. For example, [...]]]></description>
			<content:encoded><![CDATA[<p>At work, I listen to my <a href="http://raybdbomb.com/p/white-ipod-5g-80gb.html">iPod</a> with <a href="http://www.gnome.org/projects/rhythmbox/">Rhythmbox</a> on <a href="http://www.xubuntu.org/">Xubuntu</a> latest stable.  Rhythmbox isn&#8217;t perfect, but from my experience it was the best at dealing with my iPod, works great for reading from and writing to it.  Every once in awhile it will do something that makes me very angry at it.</p>
<p>For example, sometimes when I click on a music share with a password, there is no way to escape the resulting screen.  No matter how hard I try, I end up having to go to a virtual terminal and killing the rhythmbox process.  I have no need for music shares, or this might be an issue.</p>
<p>Another example, about 90% of the time that I eject my iPod, I have to click OK to a dialog that says &#8220;Cannot unmount the volume &#8216;IPOD&#8217;&#8221;, with details &#8220;Cannot remove directory&#8221;.  /media/IPOD is owned by my user with perms 0755, so that doesn&#8217;t really make any sense.  After clicking OK, the media is actually ejected.  *shrug* not a big deal.</p>
<p>The most annoying example &#8212; and something that makes me not want to use this player again &#8212; was yesterday.  Rhythmbox was playing <a href="http://www.last.fm/music/The+Mighty+Mighty+Bosstones/_/The+Impression+That+I+Get">The Mighty Mighty Bosstones &#8211; The Impression That I Get</a> from my iPod when the player froze.  It locked up.  I switched to a terminal and killed it, which led to a defunct process, but the window was still open and still very much locked up.  Because I hadn&#8217;t written anything to the iPod recently, I decided to ignore the <a href="http://flickr.com/photos/yum9me/2615632396/">flashing red circle</a> and disconnect it anyway.  I eventually had to close the window manager and reboot because Rhythmbox was giving me such a hard time.  I left work yesterday and thought nothing of it.</p>
<p>This morning I came in, connected my iPod as usual, and came to find there wass no music on there.  All of the photos were in tact, so it wasn&#8217;t a complete wipe, but every single song (of my ~15GB collection) was gone; and of course not backed up.  I knew this day would come someday&#8230; just didn&#8217;t really want it to be today =\</p>
]]></content:encoded>
			<wfw:commentRss>http://raybdbomb.com/p/rhythmbox-and-ipod.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Red Hat Enterprise Linux (RHEL) 4 ifconfig adding an alias</title>
		<link>http://raybdbomb.com/p/red-hat-enterprise-linux-rhel-4-ifconfig-adding-an-alias.html</link>
		<comments>http://raybdbomb.com/p/red-hat-enterprise-linux-rhel-4-ifconfig-adding-an-alias.html#comments</comments>
		<pubDate>Tue, 12 Jun 2007 16:27:35 +0000</pubDate>
		<dc:creator>Raybdbomb</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rhel]]></category>

		<guid isPermaLink="false">http://raybdbomb.com/p/red-hat-enterprise-linux-rhel-4-ifconfig-adding-an-alias.html</guid>
		<description><![CDATA[I&#8217;ve setup multiple IPs on FreeBSD before, so I expected the process to be about the same for RHEL 4. It took me about a half hour to figure out that I didn&#8217;t want to create an alias (at least not by using that terminology). I finally found this site which helped me through it. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve setup <a href="http://raybdbomb.com/p/apache-with-dynamic-ip.html">multiple IPs on FreeBSD</a> before, so I expected the process to be about the same for RHEL 4.  It took me about a half hour to figure out that I didn&#8217;t want to create an alias (at least not by using that terminology).  I finally found <a href="http://www.linode.com/wiki/index.php/Multiple_IPs#CentOS.2FRHEL_way_for_permanent_setup">this site</a> which helped me through it.</p>
<p>Manual:</p>
<pre>ifconfig eth0:0 up 192.168.1.2 netmask 255.255.255.0
ifconfig eth0:1 up 192.168.1.3 netmask 255.255.255.0</pre>
<p>Automatic:<br />
In /etc/sysconfig/network-scripts/ifcfg-eth0:0 put</p>
<pre>DEVICE=eth0:0
BOOTPROTO=none
ONBOOT=yes
IPADDR=192.168.1.2
NETMASK=255.255.255.0</pre>
<p>In /etc/sysconfig/network-scripts/ifcfg-eth0:1 put</p>
<pre>DEVICE=eth0:1
BOOTPROTO=none
ONBOOT=yes
IPADDR=192.168.1.3
NETMASK=255.255.255.0</pre>
<p>That&#8217;s it!  </p>
]]></content:encoded>
			<wfw:commentRss>http://raybdbomb.com/p/red-hat-enterprise-linux-rhel-4-ifconfig-adding-an-alias.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xubuntu Optiplex 320 fix</title>
		<link>http://raybdbomb.com/p/xubuntu-optiplex-320-fix.html</link>
		<comments>http://raybdbomb.com/p/xubuntu-optiplex-320-fix.html#comments</comments>
		<pubDate>Fri, 08 Jun 2007 20:31:53 +0000</pubDate>
		<dc:creator>Raybdbomb</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[optiplex 320]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://raybdbomb.com/p/xubuntu-optiplex-320-fix.html</guid>
		<description><![CDATA[After installing Xubuntu 7.10 on my work Dell Optiplex 320, after the reboot, the system would go to a blinking prompt, without allowing text input. After some research, I found that there is an issue with grub and the motherboard of THIS box. After a few hours of research I was able to find a [...]]]></description>
			<content:encoded><![CDATA[<p>After installing Xubuntu 7.10 on my work Dell Optiplex 320, after the reboot, the system would go to a blinking prompt, without allowing text input.  After some research, I found that there is an issue with grub and the motherboard of THIS box.  After a few hours of research I was able to find a fix: installing and using lilo instead of grub.<br />
<a href="http://ubuntuforums.org/showthread.php?t=409345#post2463643">This is the thread</a> I eventually used to guide me through it.  I write about it because the first time I needed it, I spent 4 hours looking for it.  The second time I needed it, I spent a half hour looking for it.  The third+ times I need it (or maybe not), I&#8217;ll spend 1 minute looking for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://raybdbomb.com/p/xubuntu-optiplex-320-fix.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Argument list too long</title>
		<link>http://raybdbomb.com/p/argument-list-too-long.html</link>
		<comments>http://raybdbomb.com/p/argument-list-too-long.html#comments</comments>
		<pubDate>Sun, 25 Jun 2006 04:59:43 +0000</pubDate>
		<dc:creator>Raybdbomb</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://raybdbomb.com/p/argument-list-too-long.html</guid>
		<description><![CDATA[By now I&#8217;ve figured out that if I need to google something more than once, it&#8217;s important enough to write down. Trying to rm a (large) list of files on my *nux box led to this [root@sam /dir/ectory]# rm 1.* -su: /bin/rm: Argument list too long A google search led to doing this as a [...]]]></description>
			<content:encoded><![CDATA[<p>By now I&#8217;ve figured out that if I need to google something more than once, it&#8217;s important enough to write down.  </p>
<p>Trying to rm a (large) list of files on my *nux box led to this<br />
<code>[root@sam /dir/ectory]# rm 1.*<br />
-su: /bin/rm: Argument list too long</code></p>
<p>A google search led to doing this as a solution, which works.<br />
<code>[root@sam /dir/ectory]# find . -name '1\.*' | xargs rm</code></p>
]]></content:encoded>
			<wfw:commentRss>http://raybdbomb.com/p/argument-list-too-long.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Ubuntu is not for me.</title>
		<link>http://raybdbomb.com/p/why-ubuntu-is-not-for-me.html</link>
		<comments>http://raybdbomb.com/p/why-ubuntu-is-not-for-me.html#comments</comments>
		<pubDate>Fri, 24 Feb 2006 08:42:21 +0000</pubDate>
		<dc:creator>Raybdbomb</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://raybdbomb.com/p/why-ubuntu-is-not-for-me.html</guid>
		<description><![CDATA[I installed Ubuntu Linux about a 3 days ago on my new system. It has not performed up to my expectations. I have compiled a short and concise list why I feel Ubuntu is not for me. First, the OS is workstation oriented, in contrast to server oriented. There is very little support anywhere for [...]]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://raybdbomb.com/p/ubuntu-installed.html">installed Ubuntu Linux</a> about a 3 days ago on my new system. It has not performed up to my expectations.  I have compiled a short and concise list why I feel Ubuntu is not for me.</p>
<p>First, the OS is workstation oriented, in contrast to server oriented.  There is very little support anywhere for a non-GUI based Ubuntu install, and everything is setup according to an &#8216;ease of use&#8217; principle.  There is talk on their forums about how the distro is slightly slow compared to some other Linux distros which compile their application packages, whereas Ubuntu simply installs the binaries.  Moreover, something that really annoying me was the fact that you can&#8217;t by default su to root in an Ubuntu install, you have to instead sudo every command you want to execute as root.  While I&#8217;m sure there are workarounds, such a ridiculous default option is nothing short of pestering.</p>
<p>Next, and further suggesting the above, the fact that the OS by default comes so bloated with software is somewhat annoying.  It would probably be good for a typical workstation user, but for someone wishing to use the system as a server, the fact that OpenOffice, Gimp, etc. are installed is simply a waste of space.  Personally, I think that Windows makes a great workstation, and I doubt I would anytime soon find a replacement.  If the server were bloated with option server software, well that might be a different story&#8230;</p>
<p>Next, I was having some issues installing Oracle 10g.  It turns out that Ubuntu isn&#8217;t a <a href="http://www.oracle.com/technology/pub/articles/smiley_10gdb_install.html">&#8220;Certified Linux Distribution&#8221;</a> for Oracle 10g.  Currently the only distros that are certified are</p>
<ul>
<li>Red Hat Enterprise Linux 4 (RHEL 4)</li>
<li>Red Hat Enterprise Linux 3 (RHEL 3)</li>
<li>Novell SUSE Linux Enterprise Server 9 (SLES9)</li>
</ul>
<p>I&#8217;m pretty sure each of those distros <a href="https://www.redhat.com/en_us/USA/rhel/">cost money</a>.  While I&#8217;m sure that the issues are probably easy to fix, I really don&#8217;t want to have to deal with it.  I want an install that will work &#8220;out of the box.&#8221;</p>
<p>Next, the default &#8220;remote desktop&#8221; for Gnome acts as a vnc server, but it has enormous lag problems (compared to a system with 1/3rd the CPU speed and 1/4th the RAM).  Not exactly sure why&#8230;</p>
<p>Lastly, their <a href="https://wiki.ubuntu.com/UserDocumentation">documentation</a> is heavily lacking.  But, I might have <a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/">spoiled</a> early in my *nux career.</p>
<p>Next step for getting an Oracle server?  I&#8217;m somewhat ashamed to admit that I&#8217;ve considered a Windows 2003 (win2k3) server, or maybe a <a href="http://en.wikipedia.org/wiki/Virtual_private_server">VPS</a> like <a href="http://en.wikipedia.org/wiki/Virtuozzo">Virtuozzo</a> with win2k3 and some *nux (probably back to FreeBSD).</p>
]]></content:encoded>
			<wfw:commentRss>http://raybdbomb.com/p/why-ubuntu-is-not-for-me.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu installed</title>
		<link>http://raybdbomb.com/p/ubuntu-installed.html</link>
		<comments>http://raybdbomb.com/p/ubuntu-installed.html#comments</comments>
		<pubDate>Tue, 21 Feb 2006 23:42:53 +0000</pubDate>
		<dc:creator>Raybdbomb</dc:creator>
				<category><![CDATA[My Stuff ;D]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://raybdbomb.com/p/ubuntu-installed.html</guid>
		<description><![CDATA[I installed Ubuntu 5.10 (Breezy Badger) on a shiny new system I just received&#8230; which barely fits under my desk. Relevant stats: 2x Intel Pentium III 1.05GHz 2GB RAM 2x 250GB 7200RPM IDE hard drive 1x 80GB 7200RPM IDE hard drive 4x 40GB 7200RPM IDE hard drive ATI Rage 128 (it is a server&#8230;) With [...]]]></description>
			<content:encoded><![CDATA[<p>I installed Ubuntu 5.10 (Breezy Badger) on a shiny new system I just received&#8230; which barely fits under my desk.<br />
Relevant stats:</p>
<blockquote><p>
2x Intel Pentium III 1.05GHz<br />
2GB RAM<br />
2x 250GB 7200RPM IDE hard drive<br />
1x 80GB 7200RPM IDE hard drive<br />
4x 40GB 7200RPM IDE hard drive<br />
ATI Rage 128 (it is a server&#8230;)
</p></blockquote>
<p>With an onboard RAID device, and plenty of power, this system has support for 8 HDDs (room to grow!).  It really is a thing of beauty.  It also has room for 4 hard drive caddies, which each have built-in fans for cooling the HDDs.</p>
<p>I immediately installed Ubuntu server onto the system.  After having it installed, I noticed that all of the documentation and guides out there were for the GUI version of Ubuntu.  Apparently nobody uses Ubuntu for a server?  So I scrapped that and reinstalled with the GUI version.</p>
<p>I found some great documentation for learning Ubuntu:</p>
<ul>
<li><a href="http://ubuntuguide.org/">http://ubuntuguide.org/</a></li>
<li><a href="https://wiki.ubuntu.com/UserDocumentation">https://wiki.ubuntu.com/UserDocumentation</a></li>
<li><a href="http://csee.wvu.edu/~ccole/oracle10g-ubuntu.html">Oracle</a> <a href="http://www.google.com/search?hl=en&#038;lr=&#038;q=oracle+10g+ubuntu&#038;btnG=Search">on Ubuntu</a></li>
</ul>
<p>Speaking of&#8230; since one of the <a href="http://raybdbomb.com/p/switching-to-linux-from-freebsd.html">main reasons to switching to Ubuntu</a> is to install Oracle, I decided to try installing Oracle 10g on Ubuntu.</p>
<blockquote><p>Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2<br />
   Failed &lt;&lt;&lt;&lt;
</p></blockquote>
<p><a href="http://csee.wvu.edu/~ccole/oracle10g-ubuntu.html">ccole</a> says you have to trick the system:</p>
<blockquote><p>Add the following to new file /etc/redhat-release:<br />
Red Hat Linux release 2.1 (drupal)</p></blockquote>
<p>I&#8217;ve yet to try this, but I will as soon as possible.</p>
<p>So far, it looks to be working great.  There are a couple of things I need to solve before I consider this a good replacement.  Those things are, namely:</p>
<ol>
<li>Where do I get the gcc compiler?</li>
<li>Java 1.5?</li>
<li>UFS r/w compatibility?</li>
<li>Vncviewer only has &#8220;takeover&#8221; mode, meaning the target machine still has all things viewable, potentially causing excess lag.  How to get around this?</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://raybdbomb.com/p/ubuntu-installed.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Nano Syntax Highlighting</title>
		<link>http://raybdbomb.com/p/nano-syntax-highlighting.html</link>
		<comments>http://raybdbomb.com/p/nano-syntax-highlighting.html#comments</comments>
		<pubDate>Mon, 10 Oct 2005 21:06:30 +0000</pubDate>
		<dc:creator>Raybdbomb</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nano]]></category>

		<guid isPermaLink="false">http://raybdbomb.com/p/nano-syntax-highlighting.html</guid>
		<description><![CDATA[I&#8217;m an avid nano user (the editor, not the ipod), and perusing the manfile today introduced me to a lot more of its features than those to which I am accustomed. I&#8217;ve gotta say, the Syntax Highlighting is a pretty cool enhancement for what I thought to be a very basic text editor.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m an avid <a href="http://www.nano-editor.org/">nano</a> user (the editor, not the ipod), and perusing the manfile today introduced me to a lot more of its features than those to which I am accustomed.  </p>
<p>I&#8217;ve gotta say, the <a href="http://wiki.linuxhelp.net/index.php/Nano_Syntax_Highlighting">Syntax Highlighting</a> is a pretty cool enhancement for what I thought to be a very basic text editor.</p>
]]></content:encoded>
			<wfw:commentRss>http://raybdbomb.com/p/nano-syntax-highlighting.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache with dynamic IP</title>
		<link>http://raybdbomb.com/p/apache-with-dynamic-ip.html</link>
		<comments>http://raybdbomb.com/p/apache-with-dynamic-ip.html#comments</comments>
		<pubDate>Thu, 18 Aug 2005 22:24:55 +0000</pubDate>
		<dc:creator>Raybdbomb</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://raybdbomb.com/p/apache-with-dynamic-ip.html</guid>
		<description><![CDATA[I was setting up a FreeBSD system to use Apache, and I was running into some problems getting it to start normally. I had the following in my /etc/rc.conf file: hostname="grtest.domain.name.com" ifconfig_em0="DHCP" ... and in my /etc/hosts file: ::1 localhost 127.0.0.1 localhost I was getting assigned a good IP, but when I would attempt to [...]]]></description>
			<content:encoded><![CDATA[<p>I was setting up a <a href="http://freebsd.org">FreeBSD</a> system to use <a href="http://www.apache.org">Apache</a>, and I was running into some problems getting it to start normally.  I had the following in my /etc/rc.conf file:<br />
<code><br />
hostname="grtest.domain.name.com"<br />
ifconfig_em0="DHCP"<br />
...<br />
</code><br />
and in my /etc/hosts file:<br />
<code><br />
::1 localhost<br />
127.0.0.1 localhost<br />
</code></p>
<p>I was getting assigned a good IP, but when I would attempt to start Apache, I would get an error message similar to</p>
<blockquote><p>
[Thu Aug 18 11:05:11] [alert] httpd: Could not determine the server&#8217;s fully qualified domain name, using 127.0.0.1 for ServerName
</p></blockquote>
<p>What I had to do to fix the issue was to add a private IP for my NIC.  I did this via <a href="http://www.freebsddiary.org/ip-address-change.php">the FreeBSD Diary&#8217;s instructions</a>, which involved:</p>
<ol>
<li>Adding the following line to /etc/hosts:<br />
<code>192.168.0.1 grtest grtest.domain.name.com</code></li>
<li>Adding line to /etc/rc.conf to add IP automatically to NIC on boot:<br />
<code>ifconfig_em0_alias="inet 192.168.0.1 netmask 0xffffffff"</code></li>
<li>Add IP to  NIC via the command:<br />
<code>ifconfig em0 alias 192.168.0.1 netmask 0xffffffff</code></li>
<li>Restart apache, noting no longer an error:<br />
<code>/usr/local/etc/rc.d/apache2.sh restart</code></li>
</ol>
<p>Now it will still give me a public IP from the DHCP, but now works so that Apache will start correctly.</p>
<p>I was having a similar problem on a <a href="http://www.gentoo.org">Gentoo Linux</a> system before I scrapped it, so a similar solution would probably have fixed that issue as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://raybdbomb.com/p/apache-with-dynamic-ip.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gentoo&#8217;s /bin/ash</title>
		<link>http://raybdbomb.com/p/gentoos-binash.html</link>
		<comments>http://raybdbomb.com/p/gentoos-binash.html#comments</comments>
		<pubDate>Sun, 30 Jan 2005 09:51:50 +0000</pubDate>
		<dc:creator>Raybdbomb</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://raybdbomb.com/01.30.2005/gentoos-binash.html</guid>
		<description><![CDATA[I was getting this message with Gentoo&#8216;s (Linux) 2004.3 livecd: Started device management daemon v1.3.25 for newroot/dev >> Attempting to mount CD:- /newroot/dev/cdroms/cdrom0 BusyBox v1.00-pre7 (2004.07.21-17:47+0000) Built-in shell (ash) Enter &#8216;help&#8217; for a list of built-in commands /bin/ash: can&#8217;t access tty; job control turned off / # I figured out the fix was on bootup [...]]]></description>
			<content:encoded><![CDATA[<p>I was getting this message with <a href="http://www.gentoo.org">Gentoo</a>&#8216;s (Linux) 2004.3 livecd:</p>
<blockquote><p>Started device management daemon v1.3.25 for newroot/dev<br />
>> Attempting to mount CD:- /newroot/dev/cdroms/cdrom0</p>
<p>BusyBox v1.00-pre7 (2004.07.21-17:47+0000) Built-in shell (ash)<br />
Enter &#8216;help&#8217; for a list of built-in commands</p>
<p>/bin/ash: can&#8217;t access tty; job control turned off<br />
/ # </p></blockquote>
<p>I figured out the fix was on bootup to specify ide=nodma on boot, so the full command is<br />
<code>gentoo ide=nodma</code></p>
<p>This allows it to boot (took me about a half hour to figure out).</p>
]]></content:encoded>
			<wfw:commentRss>http://raybdbomb.com/p/gentoos-binash.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samba setup on Gentoo Linux</title>
		<link>http://raybdbomb.com/p/samba-setup-on-gentoo-linux.html</link>
		<comments>http://raybdbomb.com/p/samba-setup-on-gentoo-linux.html#comments</comments>
		<pubDate>Tue, 19 Oct 2004 00:25:29 +0000</pubDate>
		<dc:creator>Raybdbomb</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://raybdbomb.com/10.18.2004/samba-setup-on-gentoo-linux.html</guid>
		<description><![CDATA[I had tried to setup Samba a couple of times before because I thought it would be cool, but never really got it going. I finally invested some effort and followed the steps from this tutorial and got it working. That tutorial provides instructions on how to setup samba for network printing as well as [...]]]></description>
			<content:encoded><![CDATA[<p>I had tried to setup Samba a couple of times before because I thought it would be cool, but never really got it going.  I finally invested some effort and followed the steps from <a href="http://www.gentoo.org/doc/en/quick-samba-howto.xml">this</a> tutorial and got it working.  That tutorial provides instructions on how to setup samba for network printing as well as being a windows file server, but I&#8217;m only using the folder sharing.</p>
<p>It now works perfectly.  Here are the exact steps that I did:</p>
<blockquote><p>
#1.  emerge net-fs/samba  //emerge the script<br />
#2.  nano /etc/samba/smb.conf  //setup the config, includes the following information<br />
#&#8212;&#8212;-<br />
[global]<br />
   workgroup = IWGroup<br />
   server string = Samba Server %v<br />
   log file = /var/log/samba3/log.%m<br />
   max log size = 50<br />
   interfaces = lo eth0<br />
   bind interfaces only = yes</p>
<p>   hosts allow = 144. 127.<br />
   hosts deny = 0.0.0.0/0<br />
   security = share<br />
   guest account = guest<br />
   guest ok = yes</p>
<p>[VideoCardDrivers]<br />
   comment = drivers<br />
   path = /home/VideoCardDrivers<br />
   browseable = yes<br />
   writeable = yes<br />
   public = yes<br />
   create mode = 0766<br />
   guest ok = yes<br />
#&#8212;-<br />
#3.  mkdir /home/VideoCardDrivers  //make the shared directory<br />
#4.  smbpasswd -a root  //created the user &#8216;root&#8217;, but i don&#8217;t think i&#8217;ll use it<br />
#5.  nano -w /etc/nsswitch.conf //edited the line hosts to be {hosts: files dns wins}<br />
#6.  chmod 755 /home/VideoCardDrivers  //make the directory properly permission&#8217;d up<br />
#7.  /usr/bin/testparm  //make sure the settings worked fine<br />
#8.  rc-update add samba default  //adds samba to run at startup<br />
#9.  /etc/init.d/samba start  //starts samba
</p></blockquote>
<p>Works like a charm.</p>
]]></content:encoded>
			<wfw:commentRss>http://raybdbomb.com/p/samba-setup-on-gentoo-linux.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

