<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Sles9 on BAFM</title><link>https://christian.blog.pakiheim.de/tags/sles9/</link><description>Recent content in Sles9 on BAFM</description><generator>Hugo -- 0.160.1</generator><language>en</language><lastBuildDate>Sat, 16 Aug 2014 10:23:06 +0000</lastBuildDate><atom:link href="https://christian.blog.pakiheim.de/tags/sles9/index.xml" rel="self" type="application/rss+xml"/><item><title>SLES-9-2</title><link>https://christian.blog.pakiheim.de/posts/2014-08-16_sles-9-2/</link><pubDate>Sat, 16 Aug 2014 10:23:06 +0000</pubDate><guid isPermaLink="false">http://blogs.barfoo.org/phreak/?p=81</guid><description>&lt;p&gt;Hrm, today I tried to install some extra programs I need for devel-stuff (quilt, git, subversion) on an &lt;em&gt;ancient&lt;/em&gt; (not sooo ancient) SuSE Linux Enterprise Server 9.2.&lt;/p&gt;
&lt;p&gt;Did I already mention &lt;strong&gt;I hate&lt;/strong&gt; rpm-based distros ? Ah and I missed to tell you, that I &lt;strong&gt;really&lt;/strong&gt; love USE-flags &amp;hellip;&lt;/p&gt;
&lt;p&gt;Ok, so it took me half the afternoon, to rebuild half of all installed packages (heh, &lt;em&gt;kde*&lt;/em&gt; depends upon &lt;em&gt;expat*&lt;/em&gt;; but who need &lt;em&gt;X&lt;/em&gt; or even &lt;em&gt;KDE&lt;/em&gt; on a server-machine?) and figured that everything was for nothing.&lt;/p&gt;</description></item><item><title>TSM client: Backing up files with umlauts on SLES</title><link>https://christian.blog.pakiheim.de/posts/2009-03-02_tsm-client-backing-up-files-with-umlauts-on-sles/</link><pubDate>Mon, 02 Mar 2009 13:21:10 +0000</pubDate><guid isPermaLink="false">http://blog.barfoo.org/?p=1907</guid><description>&lt;p&gt;In the past, I always had problems with SLES and our Tivoli Storage Manager client&amp;rsquo;s when backing up files with german umlauts. Well, today I looked a bit harder, and quite quickly found a solution.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;div class="chroma"&gt;
&lt;table class="lntable"&gt;&lt;tr&gt;&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code&gt;&lt;span class="lnt" id="hl-0-1"&gt;&lt;a class="lnlinks" href="#hl-0-1"&gt;1&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-2"&gt;&lt;a class="lnlinks" href="#hl-0-2"&gt;2&lt;/a&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;sles9 root [0] &amp;gt; env | grep ^LC
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;LC_CTYPE=de_DE.UTF-8
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;As you can see from the above, SLES9/10 ain&amp;rsquo;t setting &lt;em&gt;LANG&lt;/em&gt; or &lt;em&gt;LC_ALL&lt;/em&gt; (which I searched for first), but is setting &lt;em&gt;LC_CTYPE&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;So, simply changing the &lt;em&gt;LC_CTYPE&lt;/em&gt; in the init-script and/or prepending the dsmc command line with a new &lt;em&gt;LC_CTYPE&lt;/em&gt; fixes my umlauts problems!&lt;/p&gt;</description></item><item><title>TYPO3 hogging</title><link>https://christian.blog.pakiheim.de/posts/2008-04-08_typo3-hogging/</link><pubDate>Tue, 08 Apr 2008 21:28:44 +0000</pubDate><guid isPermaLink="false">http://blog.barfoo.org/?p=267</guid><description>&lt;p&gt;Well, we do appear to be having some strange load problems with our main TYPO3 box hosting several home pages of the local universities, as you can see below.&lt;/p&gt;
&lt;figure&gt;
&lt;img loading="lazy" src="https://christian.blog.pakiheim.de/uploads/2008/08/t3node1_load_05-19_07_04_2008.png"
alt="LOAD on t3node1 between 05:00-19:00 on 2008/04/07" width="500"/&gt; &lt;figcaption&gt;
&lt;p&gt;LOAD on t3node1 between 05:00-19:00 on 2008/04/07&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;We repeatedly tried to figure out which of them was the one responsible, but neither I nor the other Unix sysadmin knew a better way to figure out the load each TYPO3 installation was causing (since there ain&amp;rsquo;t no phptop or something similar). But since today the new semester started, we figured it might be good to finally figure which one it was. And a few minutes (as in one or two) wouldn&amp;rsquo;t be much of a problem compared to the advantage we&amp;rsquo;re getting out of it.&lt;/p&gt;</description></item><item><title>Creating multi-distribution RPM/XML repositories</title><link>https://christian.blog.pakiheim.de/posts/2008-04-02_creating-multi-distribution-rpm-xml-repositories/</link><pubDate>Wed, 02 Apr 2008 14:36:05 +0000</pubDate><guid isPermaLink="false">http://blog.barfoo.org/?p=261</guid><description>&lt;p&gt;Well, as we do have quite a few custom built RPM&amp;rsquo;s, I was searching for a new solution to manage the repo(s). Currently I do have a single repository per distribution.&lt;/p&gt;
&lt;p&gt;One thing one needs to know about createrepo (from &lt;a href="http://linux.duke.edu/projects/metadata/"&gt;createrepo&lt;/a&gt;), it doesn&amp;rsquo;t support this type of thing in the first place. So I had to come up with another way of doing it. First, I created a proper layout (much like the Debian Official Repository layout):&lt;/p&gt;</description></item><item><title>SLES-9 (once again)</title><link>https://christian.blog.pakiheim.de/posts/2007-03-08_sles-9-once-again/</link><pubDate>Thu, 08 Mar 2007 22:55:36 +0000</pubDate><guid isPermaLink="false">http://blogs.barfoo.org/phreak/2007/03/08/sles-9-once-again/</guid><description>&lt;p&gt;OK, so today was the highlight of the week &amp;hellip; We updated apache2 on Tuesday (yeah, that&amp;rsquo;s still 2.0.49, so if you have some exploits - try them &amp;#x1f61b; ) and now out of the sudden we have major performance issues. We looked nearly the whole forenoon for a reason, &lt;em&gt;&lt;strong&gt;why&lt;/strong&gt;&lt;/em&gt; the frackin&amp;rsquo; apache was using 236% of the CPU&amp;rsquo;s.&lt;/p&gt;
&lt;p&gt;In the afternoon, when my co-worker decided to go home (that was ~1500), I decided to revert back to the old patch level. But that isn&amp;rsquo;t as easy as you think (at least on SLES). The only thing I wanted to do, was something like this:&lt;/p&gt;</description></item><item><title>SLES-9 SP2 (continued)</title><link>https://christian.blog.pakiheim.de/posts/2006-08-09_sles-9-2-continued/</link><pubDate>Wed, 09 Aug 2006 12:27:50 +0000</pubDate><guid isPermaLink="false">http://blogs.barfoo.org/phreak/?p=82</guid><description>&lt;p&gt;OK, so after yesterdays &lt;a href="https://christian.blog.pakiheim.de/posts/2014-08-16_sles-9-2" title="SLES-9.2"&gt;battle&lt;/a&gt; with SLES and rpm, I decided to simply upgrade rpm (again rpmbuild -bb rpm.spec as in from source).&lt;/p&gt;
&lt;p&gt;I had to &lt;strong&gt;tune&lt;/strong&gt; (hah, remove stuff that isn&amp;rsquo;t working on this ancient gcc-3.3.3 ie. &lt;em&gt;-fstack-protector&lt;/em&gt;) a bit to get it working, wasted 20 minutes worth of CPU time and ~30 of my time. I finally gave up. I couldn&amp;rsquo;t persuade neither rpm, nor git to compile on the damn SLES/Dell.&lt;/p&gt;</description></item><item><title>Bitching</title><link>https://christian.blog.pakiheim.de/posts/2006-03-10_bitching/</link><pubDate>Fri, 10 Mar 2006 19:57:11 +0000</pubDate><guid isPermaLink="false">http://blogs.barfoo.org/phreak/?p=63</guid><description>&lt;p&gt;Once again, I&amp;rsquo;m compelled to play (other call it administering &amp;#x1f61b;) with our TYPO3 cluster (which is sadly running SLES).&lt;/p&gt;
&lt;p&gt;One thing I just learned about SLES (for the ones curious, its &lt;a href="http://www.novell.com/products/server/"&gt;Novell&amp;rsquo;s SuSE Linux Enterprise Server&lt;/a&gt; and yes, it suffers the same pain as SuSE/openSuSE). They split one single config file (at least the apache2 one) into 9 (or more) different files.&lt;/p&gt;
&lt;p&gt;Another thing is, for what the hell does a simple LAMP need a full blown Xorg w/ KDE installed ?&lt;/p&gt;</description></item></channel></rss>