<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>The UNIX and Linux Forums - SuSE</title>
		<link>http://www.unix.com/</link>
		<description>SUSE Linux  is a major operating system. The developer rights are owned by Novell, Inc.</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 04:44:26 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>5</ttl>
		<image>
			<url>http://solaris.unix.com/images/misc/rss.jpg</url>
			<title>The UNIX and Linux Forums - SuSE</title>
			<link>http://www.unix.com/</link>
		</image>
		<item>
			<title>configure vnc sles 11</title>
			<link>http://www.unix.com/suse/122784-configure-vnc-sles-11-a-new-post.html</link>
			<pubDate>Tue, 03 Nov 2009 15:39:18 GMT</pubDate>
			<description>Is there any doc/procedure to set up VNC on SLES 11 to connect from windows clients??</description>
			<content:encoded><![CDATA[<div>Is there any doc/procedure to set up VNC on SLES 11 to connect from windows clients??</div>

]]></content:encoded>
			<category domain="http://www.unix.com/suse/">SuSE</category>
			<dc:creator>s_linux</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/suse/122784-configure-vnc-sles-11-a.html</guid>
		</item>
		<item>
			<title>how to ri-rdoc for Ruby on suse</title>
			<link>http://www.unix.com/suse/122259-how-ri-rdoc-ruby-suse-new-post.html</link>
			<pubDate>Tue, 27 Oct 2009 21:14:27 GMT</pubDate>
			<description>Hello guys, 
 
This is suse SLES 9.2.  
 
I want to get ri working for all users on this system. I used  
 
 
Code: 
--------- 
gem rdoc --all --ri</description>
			<content:encoded><![CDATA[<div>Hello guys,<br />
<br />
This is suse SLES 9.2. <br />
<br />
I want to get ri working for all users on this system. I used <br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">gem rdoc --all --ri</code><hr />
</div> to generate documentation and it went on doing it successfully.<br />
<br />
Then I tried<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">ri Array</code><hr />
</div>It shows following message :<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Nothing known about Array</code><hr />
</div>Therefore I ran &quot;rdoc --ri&quot; as that user and after a long time it generated the documentation and this time &quot;ri Array&quot; did show some result (Same as when you do &quot;man &lt;command&gt;&quot;<br />
<br />
but this works only for that user and for other users they always get Nothing known about array.<br />
<br />
Is there anyway to generate documentation which would be globally accessible using ri command?<br />
<br />
I don't use ruby or gems much, so any help in this matter is really appreciated.<br />
<br />
Thanks:b:</div>

]]></content:encoded>
			<category domain="http://www.unix.com/suse/">SuSE</category>
			<dc:creator>upengan78</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/suse/122259-how-ri-rdoc-ruby-suse.html</guid>
		</item>
		<item>
			<title>lvextend on ext3  resizing</title>
			<link>http://www.unix.com/suse/122163-lvextend-ext3-resizing-new-post.html</link>
			<pubDate>Mon, 26 Oct 2009 21:43:51 GMT</pubDate>
			<description><![CDATA[Hi all 
 
IM very curious about one thing 
Im currently playing with a test server SLES x64 SP2, and I got to a serious issue which is really sorry for the word pissing me off. :mad: 
 
I created an pv, then vg and finaly some lv's which is fine. 
 
I mounted then and everything worked fine...]]></description>
			<content:encoded><![CDATA[<div>Hi all<br />
<br />
IM very curious about one thing<br />
Im currently playing with a test server SLES x64 SP2, and I got to a serious issue which is really sorry for the word pissing me off. :mad:<br />
<br />
I created an pv, then vg and finaly some lv's which is fine.<br />
<br />
I mounted then and everything worked fine till....<br />
<br />
my vg have some free unallocated space so I wanted to try out the offline resizing for ext3 lv.<br />
<br />
kernel 2.6.10<br />
e2fsprogs 1.38<br />
<br />
<br />
used<br />
1. umount /tmp<br />
2. lvexted -L50G /dev/vg00/lvol01<br />
3. e2fsck -f /dev/vg00/lvol01<br />
4. resize2fs /dev/vg00/lvol01<br />
5. mount /dev/vg00/lvol01 /tmp<br />
<br />
The actuall problem is that by using df -h /tmp the size of the lv has increased, still the free space wasnt showed correctly  as an example<br />
<br />
Before<br />
<br />
Size    Used    Aval.<br />
5 GB   4.5 GB  0.5 GB<br />
<br />
After resize<br />
55GB  54.5 GB 0.5 GB<br />
<br />
TO fix this issue I had simply to reboot the server which isnt very handy<br />
<br />
Just for an example I tried the same on my Workstation with Fedora12 BETA!!!<br />
<br />
just wow online resizing <br />
lvextend, resize2fs and thats all<br />
<br />
I read some articles that from e2fsprogs version 1.39 you are able to resize ext3 online still It cannot be true that I need to reboot the whole linux enteprise class server so the changes can take place.<br />
<br />
I also tried the tip with removing the Journaling option still the issue remains the same tune2fs -O ^has_journal and tune2fs -O has_journal<br />
<br />
I would be very thankfull for any tips or recommendation <br />
<br />
Have a nice day</div>

]]></content:encoded>
			<category domain="http://www.unix.com/suse/">SuSE</category>
			<dc:creator>kl1ngac1k</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/suse/122163-lvextend-ext3-resizing.html</guid>
		</item>
		<item>
			<title>errors after upgrading from SLES10Sp2 to SLES 11</title>
			<link>http://www.unix.com/suse/121897-errors-after-upgrading-sles10sp2-sles-11-a-new-post.html</link>
			<pubDate>Thu, 22 Oct 2009 18:38:19 GMT</pubDate>
			<description>I just upgraded sles 10 sp2 to sles 11. Apache is running on the server. apache needs to contact the backend server which is weblogic. But once I upgrade to sles 11 i cant able to telnet or ping to the backend (weblogic)server. I checked firewall and is disabled.  Any ideas. Thanks.</description>
			<content:encoded><![CDATA[<div>I just upgraded sles 10 sp2 to sles 11. Apache is running on the server. apache needs to contact the backend server which is weblogic. But once I upgrade to sles 11 i cant able to telnet or ping to the backend (weblogic)server. I checked firewall and is disabled.  Any ideas. Thanks.</div>

]]></content:encoded>
			<category domain="http://www.unix.com/suse/">SuSE</category>
			<dc:creator>s_linux</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/suse/121897-errors-after-upgrading-sles10sp2-sles-11-a.html</guid>
		</item>
	</channel>
</rss>
