<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"
	xml:lang="en">
	<title>LyraTechnicalSystems.com</title>
	<subtitle>Technology exploration and annotation</subtitle>
        <link rel="alternate" type="text/html" href="http://lyratechnicalsystems.com/index.php"/>
        <link rel="self" type="application/atom+xml" href="http://lyratechnicalsystems.com/atom.xml"/>
	<updated>2010-03-31T11:38:54-06:00</updated>
	<author>
	<name>KevinFarnham</name>
	<uri>http://lyratechnicalsystems.com/index.php</uri>
	<email>kfarnham@lyratechnicalsystems.com</email>
	</author>
	<id>tag:pivotpowered,2010:LyraTechnicalSystemscom</id>
	<generator uri="http://www.pivotlog.net" version="Pivot - 1.40.6: 'Dreadwind'">Pivot</generator>
	<rights>Copyright (c) 2010, Authors of LyraTechnicalSystems.com</rights>
	
	
	
	<entry>
		<title>Installing Java for BlogBridge 6.7 on Ubuntu Studio 9.10</title>
		<link rel="alternate" type="text/html" href="http://lyratechnicalsystems.com/pivot/entry.php?id=43" />
		<updated>2010-03-31T11:38:00-06:00</updated>
		<published>2010-03-31T11:37:00-06:00</published>
		<id>tag:pivotpowered,2010:LyraTechnicalSystemscom.43</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">In my earlier post, BlogBridge on Debian or Ubuntu Needs Sun Java, I showed how I got a version of Java installed on Debian that enabled me to run BlogBridge. On my new Ubuntu Studio 9.04 system, I ran into all sorts of problems as soon as I installed Open Office, BlogBridge, and OpenJDK 6. Both Open Office and BlogBridge ran, but the system kept freezing (a crashing real-time kernel, from what I've read).


My new Ubuntu Studio 9.10 install, with Open Office now also installed, is very stable. However, using Thunderbird as my RSS feed reader is annoying -- it's much more cumbersome process to see what's new and how old the entries are than is the case with BlogBridge, which has a nice little diagram showing the number of entries for each feed in each day of the past week. That's really convenient!


So, even though I think there has to be a Java Run-time Environment on this system somewhere (doesn't Open Office require that? or does it have its own built-in JRE or something?) -- I decided to install a JRE. After a bit of research, I went with the sun-java6-jre package.


BlogBridge now works. And, thus far, my system is still stable. Here's hoping that continues!</summary>
        <content type="html" xml:lang="en" xml:base="http://lyratechnicalsystems.com/pivot/entry.php?id=43"><![CDATA[
                <p>
In my earlier post, <a rel="external" href="http://lyratechnicalsystems.com/pivot/entry.php?id=29">BlogBridge on Debian or Ubuntu Needs Sun Java</a>, I showed how I got a version of Java installed on Debian that enabled me to run BlogBridge. On my new Ubuntu Studio 9.04 system, I ran into <a rel="external" href="http://lyratechnicalsystems.com/archives/archive_2010-m03.php#e42">all sorts of problems</a> as soon as I installed Open Office, BlogBridge, and OpenJDK 6. Both Open Office and BlogBridge ran, but the system kept freezing (a crashing real-time kernel, from what I've read).
</p>
<p>
My new Ubuntu Studio 9.10 install, with Open Office now also installed, is very stable. However, using Thunderbird as my RSS feed reader is annoying -- it's much more cumbersome process to see what's new and how old the entries are than is the case with BlogBridge, which has a nice little diagram showing the number of entries for each feed in each day of the past week. That's <em>really</em> convenient!
</p>
<p>
So, even though I think there has to be a Java Run-time Environment on this system somewhere (doesn't Open Office require that? or does it have its own built-in JRE or something?) -- I decided to install a JRE. After a bit of research, I went with the <code>sun-java6-jre</code> package.
</p>
<p>
BlogBridge now works. And, thus far, my system is still stable. Here's hoping that continues!</p>
		]]></content>
		<author>
			<name>kf_admin</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Open Office, Java, BlogBridge, Ubuntu Studio with Real-Time Kernel</title>
		<link rel="alternate" type="text/html" href="http://lyratechnicalsystems.com/pivot/entry.php?id=42" />
		<updated>2010-03-29T20:07:00-06:00</updated>
		<published>2010-03-29T14:33:00-06:00</published>
		<id>tag:pivotpowered,2010:LyraTechnicalSystemscom.42</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">On a new Ubuntu Studio 9.04 installation on a quad-core machine, I ran into problems where the system would hang. After doing some research and experimentation, I came to think the problems had something to do with interactions between the Ubuntu Studio 9.04 real time kernel, Open Office, and perhaps the OpenJDK 5 that I installed to get BlogBridge running.


Among the things that my research turned up was that other people have had problems running Open Office on Ubuntu Studio with the real-time kernel. People spoke of a problem in the low-level threading in the kernel that could cause the kernel to crash when Open Office was running. Sure enough, the problems occurred when I was running oowriter, a tool I use every day. In addition, I was seeing problems running BlogBridge, my favorite RSS aggregator tool.


Attempts to uninstall OpenOffice led to the system repeatedly locking up when it attempted to remove openoffice.org-emailmerge.


Further research indicated that the Ubuntu Studio 9.10 release has a much more stable real-time kernel. So, since I had already wiped away my very stable gentoo system, I decided to wipe away the non-functioning Ubuntu Studio 9.04 release and try out 9.10.


First, I installed Ubuntu Studio 9.10 and did not install OpenOffice or BlogBridge or any Java runtime. After a few days of working with the system, all seemed fine: no lock-ups, no crashes. I used gnumeric instead of oocalc.


The problem, though, was that AbiWord could not handle all the complexity of the documents I work with. So, I went back to a page I had found earlier:



[Tutorial] Installing OOo on Ubuntu, Debian and Co.


This tutorial includes the warning:


But Ubuntu releases of OOo are known to be rather bugged...


And it provides instructions on installing OpenOffice without using the Ubuntu Studio "Add/Remove Programs" feature -- which might be one of those buggy OO installations.


Basically, you download the OO debs and install them from the command line using dpkg.


I'm really hoping this works. If it does -- if my system remains stable after the OpenOffice install -- I'll return to the BlogBridge problem. Right now I'm using Thunderbird's RSS feed reader, but that is cumbersome, because you can't at a glance see which feeds have new content within the last few days (something I need for my work as java.net editor).


Anyway... OpenOffice is now in place on my Ubuntu Studio 9.10 real-time kernel quad-core machine. I am in the middle of writing a report, so I really hope the manual deb-based install works!


Update: OpenOffice JRE error


My first attempt to use my newly installed OpenOffice.org 3.2.0 required me to configure OO by entering my name and initials. Then, OOwriter displayed an error message:


OpenOffice.org requires a Java runtime environment...


and asked me to install a JRE. Having experienced first hand and read about problems with JREs on Debian/Ubuntu, I did not want to get into installing a JRE. I was pretty certain that my Ubuntu already had a JRE installed, but somehow OpenOffice wasn't finding it. A web search led me to this page:


[Solved] Some wizards receive defective JRE error


The advice that solved the person's problem was to delete the javasettings_Linux_x86.xml in the user's ~/.openoffice.org2/user/config directory. Since I have OpenOffice.org 3.2, I didn't have exactly that directory name; instead, I found that file in ~/.openoffice.org/3/user/config. So, I changed its name to javasettings_Linux_x86.xml_sav (I generally don't like deleting files whose purpose I don't understand). OOwriter popped up and let me open the report I've been working on. All seems fine!


So, what's in this javasettings_Linux_x86.xml that caused the error message?


<?xml version="1.0" encoding="UTF-8"?>
<!--This is a generated file. Do not alter this file!-->
<java xmlns="http://openoffice.org/2004/java/framework/1.0" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<enabled xsi:nil="true"></enabled>
<userClassPath xsi:nil="true"></userClassPath>
<vmParameters xsi:nil="true"></vmParameters>
<jreLocations xsi:nil="true"></jreLocations>
<javaInfo xsi:nil="true"></javaInfo>
</java>


That <jreLocations xsi:nil="true"></jreLocations> looks rather suspicious, I'd say. Is it saying that no JRE location exists -- i.e., that no JRE is installed?


Anyway, OOwriter is running now. So, back to work on my report!</summary>
        <content type="html" xml:lang="en" xml:base="http://lyratechnicalsystems.com/pivot/entry.php?id=42"><![CDATA[
                <p>
On a new Ubuntu Studio 9.04 installation on a quad-core machine, I ran into problems where the system would hang. After doing some research and experimentation, I came to think the problems had something to do with interactions between the Ubuntu Studio 9.04 real time kernel, Open Office, and perhaps the OpenJDK 5 that I installed to get BlogBridge running.
</p>
<p>
Among the things that my research turned up was that other people have had problems running Open Office on Ubuntu Studio with the real-time kernel. People spoke of a problem in the low-level threading in the kernel that could cause the kernel to crash when Open Office was running. Sure enough, the problems occurred when I was running oowriter, a tool I use every day. In addition, I was seeing problems running BlogBridge, my favorite RSS aggregator tool.
</p>
<p>
Attempts to uninstall OpenOffice led to the system repeatedly locking up when it attempted to remove <em>openoffice.org-emailmerge</em>.
</p>
<p>
Further research indicated that the Ubuntu Studio 9.10 release has a much more stable real-time kernel. So, since I had already wiped away my very stable gentoo system, I decided to wipe away the non-functioning Ubuntu Studio 9.04 release and try out 9.10.
</p>
<p>
First, I installed Ubuntu Studio 9.10 and did not install OpenOffice or BlogBridge or any Java runtime. After a few days of working with the system, all seemed fine: no lock-ups, no crashes. I used gnumeric instead of oocalc.
</p>
<p>
The problem, though, was that AbiWord could not handle all the complexity of the documents I work with. So, I went back to a page I had found earlier:
</p>
<blockquote>
<a rel="external" href="http://user.services.openoffice.org/en/forum/viewtopic.php?f=16&t=68">
[Tutorial] Installing OOo on Ubuntu, Debian and Co.</a>
</blockquote>
<p>
This tutorial includes the warning:
</p>
<blockquote>
But Ubuntu releases of OOo are known to be rather bugged...
</blockquote>
<p>
And it provides instructions on installing OpenOffice without using the Ubuntu Studio "Add/Remove Programs" feature -- which might be one of those buggy OO installations.
</p>
<p>
Basically, you <a rel="external" href="http://download.openoffice.org/other.html">download the OO debs</a> and install them from the command line using <code>dpkg</a>.
</p>
<p>
I'm really hoping this works. If it does -- if my system remains stable after the OpenOffice install -- I'll return to the BlogBridge problem. Right now I'm using Thunderbird's RSS feed reader, but that is cumbersome, because you can't at a glance see which feeds have new content within the last few days (something I need for my work as <a rel="external" href="http://www.java.net/blog/45">java.net editor</a>).
</p>
<p>
Anyway... OpenOffice is now in place on my Ubuntu Studio 9.10 real-time kernel quad-core machine. I am in the middle of writing a report, so I really hope the manual deb-based install works!
</p>

<h3>Update: OpenOffice JRE error</h3>

<p>
My first attempt to use my newly installed OpenOffice.org 3.2.0 required me to configure OO by entering my name and initials. Then, OOwriter displayed an error message:
</p>
<blockquote>
OpenOffice.org requires a Java runtime environment...
</blockquote>
<p>
and asked me to install a JRE. Having experienced first hand and read about problems with JREs on Debian/Ubuntu, I did not want to get into installing a JRE. I was pretty certain that my Ubuntu already had a JRE installed, but somehow OpenOffice wasn't finding it. A web search led me to this page:
</p>
<blockquote>
<a rel="external" href="http://user.services.openoffice.org/en/forum/viewtopic.php?f=16&t=5463">[Solved] Some wizards receive defective JRE error</a>
</blockquote>
<p>
The advice that solved the person's problem was to delete the <em>javasettings_Linux_x86.xml</em> in the user's <em>~/.openoffice.org2/user/config</em> directory. Since I have OpenOffice.org 3.2, I didn't have exactly that directory name; instead, I found that file in <em>~/.openoffice.org/3/user/config</em>. So, I changed its name to <em>javasettings_Linux_x86.xml_sav</em> (I generally don't like deleting files whose purpose I don't understand). OOwriter popped up and let me open the report I've been working on. All seems fine!
</p>
<p>
So, what's in this <em>javasettings_Linux_x86.xml</em> that caused the error message?
</p>
<pre><code>
&lt;?xml version="1.0" encoding="UTF-8"?>
&lt;!--This is a generated file. Do not alter this file!--&gt;
&lt;java xmlns="http://openoffice.org/2004/java/framework/1.0" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
&lt;enabled xsi:nil="true"&gt;&lt;/enabled&gt;
&lt;userClassPath xsi:nil="true"&gt;&lt;/userClassPath&gt;
&lt;vmParameters xsi:nil="true"&gt;&lt;/vmParameters&gt;
&lt;jreLocations xsi:nil="true"&gt;&lt;/jreLocations&gt;
&lt;javaInfo xsi:nil="true"&gt;&lt;/javaInfo&gt;
&lt;/java&gt;
</code></pre>
<p>
That <code>&lt;jreLocations xsi:nil="true"&gt;&lt;/jreLocations&gt;</code> looks rather suspicious, I'd say. Is it saying that no JRE location exists -- i.e., that no JRE is installed?
</p>
<p>
Anyway, OOwriter is running now. So, back to work on my report!</p>
		]]></content>
		<author>
			<name>kf_admin</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Gentoo: Installing Flash for Firefox</title>
		<link rel="alternate" type="text/html" href="http://lyratechnicalsystems.com/pivot/entry.php?id=40" />
		<updated>2009-05-16T10:58:00-06:00</updated>
		<published>2009-05-16T10:54:00-06:00</published>
		<id>tag:pivotpowered,2010:LyraTechnicalSystemscom.40</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">A new installation of Gentoo will typically not include a Flash plugin for your browser. I'm using Firefox. If you go to a site that has Flash content, Firefox asks you if you want to install the needed plugin. Clicking through, you get to the Adobe site, where you can download a *.gz file. Unfortunately, unpacking this file and following the instructions may not provide you with a working Flash player within Firefox.


This led me to search for a flash player using Gentoo's emerge --search option. Executing:



emerge -s flash



returned a list of applications that included net-www/netscape-flash:



*  net-www/netscape-flash
      Latest version available: 10.0.22.87
      Latest version installed: [ Not Installed ]
      Size of files: 8,747 kB
      Homepage:      http://www.adobe.com/
      Description:   Adobe Flash Player
      License:       AdobeFlash-10



That indeed sounded like what I was looking for.


So, I "emerged" the application:



emerge net-www/netscape-flash



restarted Firefox, and: Voila! I now have a working Flash player in Firefox on Gentoo Linux.</summary>
        <content type="html" xml:lang="en" xml:base="http://lyratechnicalsystems.com/pivot/entry.php?id=40"><![CDATA[
                <p>
A new installation of Gentoo will typically not include a Flash plugin for your browser. I'm using Firefox. If you go to a site that has Flash content, Firefox asks you if you want to install the needed plugin. Clicking through, you get to the Adobe site, where you can download a <em>*.gz</em> file. Unfortunately, unpacking this file and following the instructions may not provide you with a working Flash player within Firefox.
</p>
<p>
This led me to search for a flash player using Gentoo's <code>emerge --search</code> option. Executing:
</p>
<blockquote>
<pre>
emerge -s flash
</pre>
</blockquote>
<p>
returned a list of applications that included <em>net-www/netscape-flash</em>:
</p>
<p>
<pre>
*  net-www/netscape-flash
      Latest version available: 10.0.22.87
      Latest version installed: [ Not Installed ]
      Size of files: 8,747 kB
      Homepage:      http://www.adobe.com/
      Description:   Adobe Flash Player
      License:       AdobeFlash-10
</pre>
</p>
<p>
That indeed sounded like what I was looking for.
</p>
<p>
So, I "emerged" the application:
</p>
<blockquote>
<pre>
emerge net-www/netscape-flash
</pre>
</blockquote>
<p>
restarted Firefox, and: Voila! I now have a working Flash player in Firefox on Gentoo Linux.</p>
		]]></content>
		<author>
			<name>kf_admin</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Getting a Terminal on a Linux HP Mini</title>
		<link rel="alternate" type="text/html" href="http://lyratechnicalsystems.com/pivot/entry.php?id=39" />
		<updated>2009-04-29T11:27:00-06:00</updated>
		<published>2009-04-29T10:08:00-06:00</published>
		<id>tag:pivotpowered,2010:LyraTechnicalSystemscom.39</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">Just received my new HP Mini 1120NR. This computer comes with the "Command Prompt" or Linux terminal feature disabled. A lot of people have asked how this can be re-enabled.

I found Chud67's Ubuntu on the HP Mini 1000 posts to be a great starting point for my own 1120NR system. To get a terminal as your own login, do the following:

1. click Alt-F2
2. enter gnome-terminal into the text field
3. Click the "Run" button

A gnome terminal will open up for you.

If you really know what you're doing with Linux, you may want to open a terminal as the root user. Here, Chud67's Mini 1000 instructions didn't exactly work for my Mini 1120NR. But they set me off on the right track. Here's what to do on the HP Mini 1120NR:

1. On the Mini's Home screen, click "Settings" in the upper right of the screen
2. In the "System Settings" window that pops up, click the "Advanced" tab
3. Click the "Customize Settings" icon
4. Under "Preferences," click "Advanced"
5. Scroll down until you see "Root Terminal," and then click its checkbox
6. Click the "Close" button at the lower right of the window to exit the Preferences window

And you're done. Now, whenever you click on "Settings" in the upper right of your home screen, you'll see "Root Terminal" in the "Advanced" tab of the "System Settings" window that pops up. Click the "Root Terminal" icon and enter your password (your own personal password, not the root password), and a terminal will appear, with you logged in as root.

Note to anyone reading this who has no idea what all this talk about "root" is: you REALLY SHOULDN'T DO what I've just described. Doing so, then typing a few seemingly harmless characters into that "Root Terminal" window that pops up, could seriously damage or destroy your system!</summary>
        <content type="html" xml:lang="en" xml:base="http://lyratechnicalsystems.com/pivot/entry.php?id=39"><![CDATA[
                Just received my new HP Mini 1120NR. This computer comes with the "Command Prompt" or Linux terminal feature disabled. A lot of people have asked how this can be re-enabled.<br />
<br />
I found Chud67's <a rel="external" href="http://ubuntuforums.org/showthread.php?t=1045239">Ubuntu on the HP Mini 1000</a> posts to be a great starting point for my own 1120NR system. To get a terminal as your own login, do the following:<br />
<br />
1. click Alt-F2<br />
2. enter <code>gnome-terminal</code> into the text field<br />
3. Click the "Run" button<br />
<br />
A gnome terminal will open up for you.<br />
<br />
If you really know what you're doing with Linux, you may want to open a terminal as the <code>root</code> user. Here, Chud67's Mini 1000 instructions didn't exactly work for my Mini 1120NR. But they set me off on the right track. Here's what to do on the HP Mini 1120NR:<br />
<br />
1. On the Mini's Home screen, click "Settings" in the upper right of the screen<br />
2. In the "System Settings" window that pops up, click the "Advanced" tab<br />
3. Click the "Customize Settings" icon<br />
4. Under "Preferences," click "Advanced"<br />
5. Scroll down until you see "Root Terminal," and then click its checkbox<br />
6. Click the "Close" button at the lower right of the window to exit the Preferences window<br />
<br />
And you're done. Now, whenever you click on "Settings" in the upper right of your home screen, you'll see "Root Terminal" in the "Advanced" tab of the "System Settings" window that pops up. Click the "Root Terminal" icon and enter your password (your own personal password, not the root password), and a terminal will appear, with you logged in as root.<br />
<br />
Note to anyone reading this who has no idea what all this talk about "root" is: you REALLY SHOULDN'T DO what I've just described. Doing so, then typing a few seemingly harmless characters into that "Root Terminal" window that pops up, could seriously damage or destroy your system!
		]]></content>
		<author>
			<name>kf_admin</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Gentoo says &quot;config files in /etc need updating&quot;</title>
		<link rel="alternate" type="text/html" href="http://lyratechnicalsystems.com/pivot/entry.php?id=38" />
		<updated>2009-04-17T21:18:00-06:00</updated>
		<published>2009-04-17T21:18:00-06:00</published>
		<id>tag:pivotpowered,2010:LyraTechnicalSystemscom.38</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">If you use Gentoo Linux, you may become familiar with seeing messages such as:


 * IMPORTANT: 26 config files in '/etc' need updating.
 * See the CONFIGURATION FILES section of the emerge
 * man page to learn how to update config files.


I finally visited that man page, and indeed it tells you what you need to know. Basically, Gentoo does not want to automatically overwrite configuration files that you may have tweaked manually when portage installs a new software package. So, instead, portage writes a modified configuration file.

You can find all the config files that need to be updated by going to /etc and entering (as root is best):

# find . -name "._cfg*"

For me, today, this returns:


./ssh/._cfg0000_sshd_config
./ssh/._cfg0000_moduli
./ssh/._cfg0000_ssh_config
./logrotate.d/._cfg0000_elog-save-summary
./._cfg0000_ca-certificates.conf
./._cfg0000_locale.gen
./._cfg0000_wgetrc
./._cfg0000_login.defs
./security/._cfg0000_namespace.init
./security/._cfg0000_limits.conf
./._cfg0000_nanorc
./pam.d/._cfg0000_sshd
./pam.d/._cfg0000_login
./fonts/conf.avail/._cfg0000_40-nonlatin.conf
./fonts/conf.avail/._cfg0000_45-latin.conf
./fonts/conf.avail/._cfg0000_65-nonlatin.conf
./fonts/conf.avail/._cfg0000_69-unifont.conf
./fonts/conf.avail/._cfg0000_60-latin.conf
./fonts/conf.avail/._cfg0000_65-fonts-persian.conf
./fonts/conf.avail/._cfg0000_25-unhint-nonlatin.conf
./._cfg0000_mke2fs.conf
./._cfg0000_man.conf
./init.d/._cfg0000_crypto-loop
./bash/._cfg0000_bashrc
./._cfg0000_gai.conf
./udev/._cfg0000_udev.conf


For each .cfg0000_FILEXXX file name in the list, Gentoo is telling you that you have a FILEXXX configuration file that needs to be updated, due to your recent installs. Rather than overwriting your previous file, Gentoo provides you with the opportunity to examine the new config file, compare it with your current file, and update your current file as you deem fit.

For me, in most cases, the correct solution is to just copy the new ._cfg0000_FILEXXX file to FILEXXX. But, it's kind of nice that Gentoo respects your system and your desire to create and maintain a certain configuration that is best suited to your needs. 

I like that about Gentoo!</summary>
        <content type="html" xml:lang="en" xml:base="http://lyratechnicalsystems.com/pivot/entry.php?id=38"><![CDATA[
                If you use <a rel="external" href="http://www.gentoo.org">Gentoo Linux</a>, you may become familiar with seeing messages such as:<br />
<br />
<pre><br />
 * IMPORTANT: 26 config files in '/etc' need updating.<br />
 * See the CONFIGURATION FILES section of the emerge<br />
 * man page to learn how to update config files.<br />
</pre><br />
<br />
I finally visited that man page, and indeed it tells you what you need to know. Basically, Gentoo does not want to automatically overwrite configuration files that you may have tweaked manually when portage installs a new software package. So, instead, portage writes a modified configuration file.<br />
<br />
You can find all the config files that need to be updated by going to <em>/etc</em> and entering (as root is best):<br />
<br />
<pre># find . -name "._cfg*"</pre><br />
<br />
For me, today, this returns:<br />
<br />
<pre><br />
./ssh/._cfg0000_sshd_config<br />
./ssh/._cfg0000_moduli<br />
./ssh/._cfg0000_ssh_config<br />
./logrotate.d/._cfg0000_elog-save-summary<br />
./._cfg0000_ca-certificates.conf<br />
./._cfg0000_locale.gen<br />
./._cfg0000_wgetrc<br />
./._cfg0000_login.defs<br />
./security/._cfg0000_namespace.init<br />
./security/._cfg0000_limits.conf<br />
./._cfg0000_nanorc<br />
./pam.d/._cfg0000_sshd<br />
./pam.d/._cfg0000_login<br />
./fonts/conf.avail/._cfg0000_40-nonlatin.conf<br />
./fonts/conf.avail/._cfg0000_45-latin.conf<br />
./fonts/conf.avail/._cfg0000_65-nonlatin.conf<br />
./fonts/conf.avail/._cfg0000_69-unifont.conf<br />
./fonts/conf.avail/._cfg0000_60-latin.conf<br />
./fonts/conf.avail/._cfg0000_65-fonts-persian.conf<br />
./fonts/conf.avail/._cfg0000_25-unhint-nonlatin.conf<br />
./._cfg0000_mke2fs.conf<br />
./._cfg0000_man.conf<br />
./init.d/._cfg0000_crypto-loop<br />
./bash/._cfg0000_bashrc<br />
./._cfg0000_gai.conf<br />
./udev/._cfg0000_udev.conf<br />
</pre><br />
<br />
For each <code>.cfg0000_FILEXXX</code> file name in the list, Gentoo is telling you that you have a <code>FILEXXX</code> configuration file that needs to be updated, due to your recent installs. Rather than overwriting your previous file, Gentoo provides you with the opportunity to examine the new config file, compare it with your current file, and update your current file as you deem fit.<br />
<br />
For me, in most cases, the correct solution is to just copy the new <code>._cfg0000_FILEXXX</code> file to <code>FILEXXX</code>. But, it's kind of nice that Gentoo respects your system and your desire to create and maintain a certain configuration that is best suited to your needs. <br />
<br />
I like that about Gentoo!
		]]></content>
		<author>
			<name>kf_admin</name>
		</author>
	</entry>
	
	
	
</feed>
