<?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>thebackroomtech &#187; suse</title>
	<atom:link href="http://thebackroomtech.com/tag/suse/feed/" rel="self" type="application/rss+xml" />
	<link>http://thebackroomtech.com</link>
	<description>serving up the info back room techs everywhere find interesting</description>
	<lastBuildDate>Sat, 20 Nov 2010 03:13:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Howto: Mount a Windows share on SLES linux using cifs</title>
		<link>http://thebackroomtech.com/2009/02/19/howto-mount-a-windows-share-on-sles-linux-using-cifs/</link>
		<comments>http://thebackroomtech.com/2009/02/19/howto-mount-a-windows-share-on-sles-linux-using-cifs/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 13:42:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CIFS]]></category>
		<category><![CDATA[Mount]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[Sles]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1491</guid>
		<description><![CDATA[This post is mainly for my own benefit.  I mount Windows shares on my SuSE linux box so infrequently, I have to dig through past notes to remind myself what the syntax is. To mount a Windows share on SLES linux using cifs: mount -t cifs -o username=jsmith //po5/gwdompri /mnt/po5/gwdompri where: jsmith is the user [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This post is mainly for my own benefit.  I mount Windows shares on my SuSE linux box so infrequently, I have to dig through past notes to remind myself what the syntax is.</p>
<p>To mount a Windows share on SLES linux using cifs:</p>
<p><!--StartFragment--><em>mount -t cifs -o username=jsmith //po5/gwdompri /mnt/po5/gwdompri</em></p>
<div>where:</div>
<ul>
<li><em>jsmith</em> is the user account to authenticate as</li>
<li><em>//po5/gwdompri</em> is the Windows server and share you wish to mount</li>
<li><em>/mnt/po5/gwdompri</em> is the location to mount the share, or where you access it on the local Linux box.</li>
</ul>
<div>Note:</div>
<ul>
<li> you will be prompted for the password </li>
<li><em>/mnt/po5/gwdompri</em> must exist</li>
</ul>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2008/11/03/fix-for-make-install-compiler-issues-with-intel-e1000-nic-driver-in-sles-10/" title="Fix for make install / compiler issues with Intel e1000 NIC driver in SLES 10">Fix for make install / compiler issues with Intel e1000 NIC driver in SLES 10</a></li><li><a href="http://thebackroomtech.com/2008/08/11/howto-mount-a-usb-device-in-suse-linux/" title="Howto: Mount a USB device in SuSE Linux">Howto: Mount a USB device in SuSE Linux</a></li><li><a href="http://thebackroomtech.com/2009/08/12/howto-reset-a-lost-vmware-guest-password/" title="Howto: Reset a lost VMware guest password">Howto: Reset a lost VMware guest password</a></li><li><a href="http://thebackroomtech.com/2008/09/03/howto-determine-the-version-of-sles-linux/" title="Howto: Determine the version of SLES Linux">Howto: Determine the version of SLES Linux</a></li><li><a href="http://thebackroomtech.com/2008/08/04/basic-apache-hardening-in-sles-10/" title="Basic Apache Hardening in SLES 10">Basic Apache Hardening in SLES 10</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/02/19/howto-mount-a-windows-share-on-sles-linux-using-cifs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for make install / compiler issues with Intel e1000 NIC driver in SLES 10</title>
		<link>http://thebackroomtech.com/2008/11/03/fix-for-make-install-compiler-issues-with-intel-e1000-nic-driver-in-sles-10/</link>
		<comments>http://thebackroomtech.com/2008/11/03/fix-for-make-install-compiler-issues-with-intel-e1000-nic-driver-in-sles-10/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 09:16:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[e1000]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[insmod]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[kernel-devel]]></category>
		<category><![CDATA[kernel-source]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[NIC]]></category>
		<category><![CDATA[Sles]]></category>
		<category><![CDATA[suse]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=1143</guid>
		<description><![CDATA[How I was able to make and install the Intel e1000 NIC driver in SLES 10 Linux: Steps 1 through 3 of the e1000-8.0.6.tar.gz readme file are simple enough to follow when making the Intel e1000 network card driver on SLES 10 SP2.     1. Move the base driver tar file to the directory [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><!--StartFragment-->How I was able to make and install the <a href="http://downloadcenter.intel.com/T8Clearance.aspx?sType=&amp;agr=Y&amp;ProductID=&amp;DwnldID=9180&amp;url=/9180/eng/e1000-8.0.6.tar.gz&amp;PrdMap=&amp;strOSs=&amp;OSFullName=&amp;lang=eng" target="_blank">Intel e1000 NIC driver</a> in SLES 10 Linux:</p>
<div>Steps 1 through 3 of the <a href="http://downloadmirror.intel.com/9180/eng/README.txt" target="_blank">e1000-8.0.6.tar.gz readme file</a> are simple enough to follow when making the Intel e1000 network card driver on SLES 10 SP2.  </div>
<div> </div>
<div>1. Move the base driver tar file to the directory of your choice.  For example, <em>/usr/local/src/e1000</em></div>
<div> </div>
<div>2. From a terminal prompt, untar archive:</div>
<div> </div>
<div>    <em>tar zxf e1000-8.0.6.tar.gz</em></div>
<div> </div>
<div>3. Change to the driver src directory:</div>
<div> </div>
<div>   <em> cd e1000-8.0.6/src/</em></div>
<div> </div>
<div>Step 4 was where I started having problems</div>
<div> </div>
<div>4.  <em>make install</em></div>
<div> </div>
<div>should have compiled the driver module.  Instead, I received the following error:</div>
<div> </div>
<div><em>Linux kernel source not found in any of these locations:</em></div>
<div><em>*** Install the appropriate kernel development package, e.g.</em></div>
<div><em>*** kernel-devel, for building kernel modules and try again. Stop.</em></div>
<div> </div>
<div>I opened YaST and searched for <em>kernel-devel</em>, but that package was not listed.  I did see a <em>kernel-source</em> package, which I installed.  I then ran <em>make install</em> again, and this time I received a different error message:</div>
<div> </div>
<div><em>Makefile:131: *** Compiler not found.  Stop.</em></div>
<div> </div>
<div>I went back into YaST, installed the gcc compiler, which added <em>glibc-devel</em> and <em>libmudflap</em> packages as dependencies, and ran <em>make install</em> once again.  This time it compiled successfully.</div>
<div> </div>
<div>The binary was installed as <em>/lib/modules/2.6.16.60-0.21-bigsmp/kernel/drivers/net/e1000/e1000.ko</em></div>
<div> </div>
<div>5.  Make sure to remove any older existing drivers before loading the new driver:</div>
<div> </div>
<div><em>rmmod e1000</em></div>
<div> </div>
<div>6.  The module was then loaded using the following syntax:</div>
<div> </div>
<div><em>insmod /lib/modules/2.6.16.60-0.21-bigsmp/kernel/drivers/net/e1000/e1000.ko</em></div>
<div> </div>
<div>Once you assign an IP address, you should be able to use the interface.</div>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/02/19/howto-mount-a-windows-share-on-sles-linux-using-cifs/" title="Howto: Mount a Windows share on SLES linux using cifs">Howto: Mount a Windows share on SLES linux using cifs</a></li><li><a href="http://thebackroomtech.com/2009/08/12/howto-reset-a-lost-vmware-guest-password/" title="Howto: Reset a lost VMware guest password">Howto: Reset a lost VMware guest password</a></li><li><a href="http://thebackroomtech.com/2009/01/15/howto-edit-network-card-bindings-in-windows-server-2008/" title="Howto:  Edit network card bindings in Windows Server 2008">Howto:  Edit network card bindings in Windows Server 2008</a></li><li><a href="http://thebackroomtech.com/2009/01/12/fix-the-error-returned-when-trying-to-retrieve-these-settings-from-the-local-security-policy-database-windirsecuritydatabaseseceditsdb-was-the-parameter-is-incorrect/" title="Fix: The error returned when trying to retrieve these settings from the local security policy database (%windir%\security\database\secedit.sdb) was: The parameter is incorrect">Fix: The error returned when trying to retrieve these settings from the local security policy database (%windir%\security\database\secedit.sdb) was: The parameter is incorrect</a></li><li><a href="http://thebackroomtech.com/2008/11/18/fix-for-consoleoneexe-error-the-procedure-entry-point-wpsudatalength-could-not-be-located-in-the-dynamic-link-library-gwenv1dll/" title="Fix for ConsoleOne.exe error – The procedure entry point WpSUDataLength could not be located in the dynamic link library gwenv1.dll">Fix for ConsoleOne.exe error – The procedure entry point WpSUDataLength could not be located in the dynamic link library gwenv1.dll</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/11/03/fix-for-make-install-compiler-issues-with-intel-e1000-nic-driver-in-sles-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto: Determine the version of SLES Linux</title>
		<link>http://thebackroomtech.com/2008/09/03/howto-determine-the-version-of-sles-linux/</link>
		<comments>http://thebackroomtech.com/2008/09/03/howto-determine-the-version-of-sles-linux/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 08:11:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sles]]></category>
		<category><![CDATA[suse]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=781</guid>
		<description><![CDATA[To determine the version of SuSE Linux Enterprise Server (SLES), type the following in a terminal window: cat /etc/SuSE-release or SPident To determine which kernel version is in use, type the following in a terminal window: rpm -qf /boot/vmlinuz Related PostsHowto: Mount a Windows share on SLES linux using cifsFix for make install / compiler issues [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>To determine the version of SuSE Linux Enterprise Server (SLES), type the following in a terminal window:</p>
<p><em>cat /etc/SuSE-release</em></p>
<p>or</p>
<p><em>SPident</em></p>
<p>To determine which kernel version is in use, type the following in a terminal window:</p>
<p><em>rpm -qf /boot/vmlinuz</em></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/02/19/howto-mount-a-windows-share-on-sles-linux-using-cifs/" title="Howto: Mount a Windows share on SLES linux using cifs">Howto: Mount a Windows share on SLES linux using cifs</a></li><li><a href="http://thebackroomtech.com/2008/11/03/fix-for-make-install-compiler-issues-with-intel-e1000-nic-driver-in-sles-10/" title="Fix for make install / compiler issues with Intel e1000 NIC driver in SLES 10">Fix for make install / compiler issues with Intel e1000 NIC driver in SLES 10</a></li><li><a href="http://thebackroomtech.com/2008/08/11/howto-mount-a-usb-device-in-suse-linux/" title="Howto: Mount a USB device in SuSE Linux">Howto: Mount a USB device in SuSE Linux</a></li><li><a href="http://thebackroomtech.com/2008/07/30/novell-has-released-patches-for-dns-cache-poisoning-vulnerability/" title="Novell has released patches for DNS cache poisoning vulnerability">Novell has released patches for DNS cache poisoning vulnerability</a></li><li><a href="http://thebackroomtech.com/2008/07/25/consoleone-error-on-sles-10-sp2-cant-find-java/" title="ConsoleOne error on SLES 10 SP2: Can&#8217;t find Java">ConsoleOne error on SLES 10 SP2: Can&#8217;t find Java</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/09/03/howto-determine-the-version-of-sles-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Howto: Mount a USB device in SuSE Linux</title>
		<link>http://thebackroomtech.com/2008/08/11/howto-mount-a-usb-device-in-suse-linux/</link>
		<comments>http://thebackroomtech.com/2008/08/11/howto-mount-a-usb-device-in-suse-linux/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 08:12:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mount]]></category>
		<category><![CDATA[Sles]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=583</guid>
		<description><![CDATA[I have a Kingston USB flash drive that does not automatically mount itself on my SLES server on occasion.  TID 7000951 explains how to mount the drive manually: 1) From a terminal, run: lsmod &#124;grep usb  make sure usb_storage is loaded.  If it is not, run: modprobe usb-storage 2) Plug the USB device in and run [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I have a Kingston USB flash drive that does not automatically mount itself on my SLES server on occasion.  <a href="http://www.novell.com/support/search.do?cmd=displayKC&amp;sliceId=SAL_Public&amp;externalId=7000951" target="_blank">TID 7000951</a> explains how to mount the drive manually:</p>
<p>1) From a terminal, run:</p>
<p><em>lsmod |grep usb  </em>make sure usb_storage is loaded.  If it is not, run:<br />
<em><br />
modprobe usb-storage</em></p>
<p>2) Plug the USB device in and run <em>dmesg</em>.  The results will look like:</p>
<p>USB Mass Storage support registered.<br />
scsi 6:0:0:0: Direct-Access CRUCIAL USB Flash Disk 2.00 PQ: 0 ANSI: 2<br />
ready<br />
sd 6:0:0:0: [sdd] 1017856 512-byte hardware sectors (521 MB)<br />
sd 6:0:0:0: [sdd] Write Protect is off<br />
sd 6:0:0:0: [sdd] Mode Sense: 03 00 00 00<br />
sd 6:0:0:0: [sdd] Assuming drive cache: write through<br />
sd 6:0:0:0: [sdd] 1017856 512-byte hardware sectors (521 MB)<br />
sd 6:0:0:0: [sdd] Write Protect is off<br />
sd 6:0:0:0: [sdd] Mode Sense: 03 00 00 00<br />
sd 6:0:0:0: [sdd] Assuming drive cache: write through<br />
sdd: sdd1 &lt;&#8211; THIS IS THE DEVICE NAME<br />
sd 6:0:0:0: [sdd] Attached SCSI removable disk<br />
sd 6:0:0:0: Attached scsi generic sg4 type 0<br />
usb-storage: device scan complete</p>
<p>Look for the kernel device name, in this case, /dev/sdd, with a partition on /dev/sdd1</p>
<p>3) Mount volume manually by running:</p>
<p><em>mount /dev/sdd1 /mnt</em></p>
<p>Access the USB drive at /mnt</p>
<p>To unmount the USB drive run:</p>
<p><em>umount /mnt</em></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/02/19/howto-mount-a-windows-share-on-sles-linux-using-cifs/" title="Howto: Mount a Windows share on SLES linux using cifs">Howto: Mount a Windows share on SLES linux using cifs</a></li><li><a href="http://thebackroomtech.com/2008/11/03/fix-for-make-install-compiler-issues-with-intel-e1000-nic-driver-in-sles-10/" title="Fix for make install / compiler issues with Intel e1000 NIC driver in SLES 10">Fix for make install / compiler issues with Intel e1000 NIC driver in SLES 10</a></li><li><a href="http://thebackroomtech.com/2008/09/03/howto-determine-the-version-of-sles-linux/" title="Howto: Determine the version of SLES Linux">Howto: Determine the version of SLES Linux</a></li><li><a href="http://thebackroomtech.com/2008/07/30/novell-has-released-patches-for-dns-cache-poisoning-vulnerability/" title="Novell has released patches for DNS cache poisoning vulnerability">Novell has released patches for DNS cache poisoning vulnerability</a></li><li><a href="http://thebackroomtech.com/2008/07/25/consoleone-error-on-sles-10-sp2-cant-find-java/" title="ConsoleOne error on SLES 10 SP2: Can&#8217;t find Java">ConsoleOne error on SLES 10 SP2: Can&#8217;t find Java</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/08/11/howto-mount-a-usb-device-in-suse-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Novell has released patches for DNS cache poisoning vulnerability</title>
		<link>http://thebackroomtech.com/2008/07/30/novell-has-released-patches-for-dns-cache-poisoning-vulnerability/</link>
		<comments>http://thebackroomtech.com/2008/07/30/novell-has-released-patches-for-dns-cache-poisoning-vulnerability/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 12:45:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Netware]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[Sles]]></category>
		<category><![CDATA[suse]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=507</guid>
		<description><![CDATA[Novell has released patches for novell-bind on OES2 and named.nlm on Netware that address the deficiencies in the DNS protocol and common DNS implementations that facilitate DNS cache poisoning attacks described in CVE-2008-1447.    Patches for bind running on SuSE Enterprise Linux Server (SLES) 9 and 10, plus openSUSE 10.2, 10.3, and 11.0 were released previously.    [...]]]></description>
			<content:encoded><![CDATA[<p></p><div><span style="font-size:xx-small;">Novell has released patches for novell-bind on OES2 and named.nlm on Netware that address the deficiencies in the DNS protocol and common DNS implementations that facilitate DNS cache poisoning attacks described in <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1447" target="_blank">CVE-2008-1447</a>.   </p>
<p></span></div>
<div><span style="font-size:xx-small;"><span style="font-size:xx-small;">Patches for bind running on SuSE Enterprise Linux Server (SLES) 9 and 10, plus openSUSE 10.2, 10.3, and 11.0 were released previously.   </p>
<p></span></span></div>
<div><span style="font-size:xx-small;"><span style="font-size:xx-small;">See <a href="http://www.novell.com/support/viewContent.do?externalId=7000912&amp;sliceId=1" target="_blank">TID 7000912</a> for details. Security patches are available from the <a href="http://download.novell.com/index.jsp?tab=patches&amp;page_num=1&amp;build_type=PatchBuildBean&amp;patch_security_alert=on&amp;search_type=&amp;search=Search" target="_blank">Novell download site</a>.</span></span></div>
<div></div>
<div><span style="font-size:xx-small;"></span></div>
<p><span style="font-size:xx-small;"><span style="font-size:xx-small;"></p>
<div><span style="font-size:xx-small;">These patches should be applied as soon as possible.  Metasploit exploits of this vulnerability are already available.</span></div>
<p></span></span></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/06/10/assigning-netware-rights-via-the-command-line/" title="Assigning Netware rights via the command line">Assigning Netware rights via the command line</a></li><li><a href="http://thebackroomtech.com/2009/05/12/enabling-backup-exec-remote-agent-debug-logging-on-novell-netware/" title="Enabling Backup Exec remote agent debug logging on Novell Netware">Enabling Backup Exec remote agent debug logging on Novell Netware</a></li><li><a href="http://thebackroomtech.com/2009/02/19/howto-mount-a-windows-share-on-sles-linux-using-cifs/" title="Howto: Mount a Windows share on SLES linux using cifs">Howto: Mount a Windows share on SLES linux using cifs</a></li><li><a href="http://thebackroomtech.com/2008/11/03/fix-for-make-install-compiler-issues-with-intel-e1000-nic-driver-in-sles-10/" title="Fix for make install / compiler issues with Intel e1000 NIC driver in SLES 10">Fix for make install / compiler issues with Intel e1000 NIC driver in SLES 10</a></li><li><a href="http://thebackroomtech.com/2008/09/03/howto-determine-the-version-of-sles-linux/" title="Howto: Determine the version of SLES Linux">Howto: Determine the version of SLES Linux</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/07/30/novell-has-released-patches-for-dns-cache-poisoning-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ConsoleOne error on SLES 10 SP2: Can&#8217;t find Java</title>
		<link>http://thebackroomtech.com/2008/07/25/consoleone-error-on-sles-10-sp2-cant-find-java/</link>
		<comments>http://thebackroomtech.com/2008/07/25/consoleone-error-on-sles-10-sp2-cant-find-java/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 05:24:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ConsoleOne]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Sles]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[VNC]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=473</guid>
		<description><![CDATA[So, the other day I wrote about my Java errors I experienced when trying to load VNC in Firefox on a brand new SuSE 10 SP2 server.  Today brought about a new Java error after I installed ConsoleOne 1.3.6f on the same SLES 10 SP2 servers. I  received the following message while trying to start up ConsoleOne [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>So, the other day <a href="http://thebackroomtech.wordpress.com/2008/07/24/howto-fix-vnc-firefox-plugin-problems-on-sles-10-sp2/" target="_blank">I wrote about my Java errors </a>I experienced when trying to load VNC in Firefox on a brand new SuSE 10 SP2 server.  Today brought about a new Java error after I installed ConsoleOne 1.3.6f on the<br />
same SLES 10 SP2 servers. I  received the following message while trying to start up ConsoleOne for the first time:</p>
<p><em>no java found</em></p>
<p>I figured it had to do with me not using the version of Java that shipped with C1.  Here&#8217;s what I did to fix the problem:</p>
<p>1) Browse to the /usr/ConsoleOne/bin/ConsoleOne file and right click on it.<br />
2) Select the Permissions tab, and give Owner write access<br />
3) Edit the /usr/ConsoleOne/bin/ConsoleOne file with gedit<br />
4) Add the following line that points to our java installation directory:<br />
<em>export C1_JRE_HOME=/usr/java/jre1.6.0_07</em><br />
5) Save the file and exit gedit<br />
6) To run ConsoleOne execute: <em>/usr/ConsoleOne/bin/ConsoleOne</em></p>
<p>Replace /usr/java/jre1.6.0_07 with the path to your Java installation. </p>
<p>To the location of your version of Java, run the following from a terminal:<br />
<em>find / -name java</em></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2008/07/24/howto-fix-vnc-firefox-plugin-problems-on-sles-10-sp2/" title="Howto: Fix VNC / Firefox plugin problems on SLES 10 SP2">Howto: Fix VNC / Firefox plugin problems on SLES 10 SP2</a></li><li><a href="http://thebackroomtech.com/2009/02/19/howto-mount-a-windows-share-on-sles-linux-using-cifs/" title="Howto: Mount a Windows share on SLES linux using cifs">Howto: Mount a Windows share on SLES linux using cifs</a></li><li><a href="http://thebackroomtech.com/2009/02/05/fix-for-consoleone-error-634-the-target-server-does-not-have-a-copy-of-what-the-source/" title="Fix for ConsoleOne Error -634 The target server does not have a copy of what the source">Fix for ConsoleOne Error -634 The target server does not have a copy of what the source</a></li><li><a href="http://thebackroomtech.com/2008/11/03/fix-for-make-install-compiler-issues-with-intel-e1000-nic-driver-in-sles-10/" title="Fix for make install / compiler issues with Intel e1000 NIC driver in SLES 10">Fix for make install / compiler issues with Intel e1000 NIC driver in SLES 10</a></li><li><a href="http://thebackroomtech.com/2008/09/03/howto-determine-the-version-of-sles-linux/" title="Howto: Determine the version of SLES Linux">Howto: Determine the version of SLES Linux</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/07/25/consoleone-error-on-sles-10-sp2-cant-find-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto: Fix VNC / Firefox plugin problems on SLES 10 SP2</title>
		<link>http://thebackroomtech.com/2008/07/24/howto-fix-vnc-firefox-plugin-problems-on-sles-10-sp2/</link>
		<comments>http://thebackroomtech.com/2008/07/24/howto-fix-vnc-firefox-plugin-problems-on-sles-10-sp2/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 05:48:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Sles]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[VNC]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=457</guid>
		<description><![CDATA[Yesterday I installed two identical SuSE Linux Enterprise (SLES) 10 SP2 servers on their own private network.  Since this private network was completeky isolated, neither server received any updates or patches.  When I tried to connect from one server to the other through VNC at http://192.168.1.2:5801, I received the following message from Firefox: Plugin Finder [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Yesterday I installed two identical SuSE Linux Enterprise (SLES) 10 SP2 servers on their own private network.  Since this private network was completeky isolated, neither server received any updates or patches.  When I tried to connect from one server to the other through VNC at <a href="http://192.168.1.2:5801">http://192.168.1.2:5801</a>, I received the following message from Firefox:</p>
<p>Plugin Finder Service Window reports Firefox is now checking for available plugins<br />
Click here to download plugin</p>
<p>I figured Firefox was trying to download the Java browser plugin from the Internet.  I had not installed Java during the base installation, so this is what I did to fix the problem:</p>
<p>1)      Downloaded the most recent version of Java,  1.6.0_07 available from <a href="http://java.com/en/download/manual.jsp">http://java.com/en/download/manual.jsp</a><br />
2)      Copied jre-6u7-linux-i586-rpm.bin to /usr/src/packages/RPMs/i586<br />
3)      Opened a terminal and su root<br />
4)      cd <em>/usr/src/packages/RPMs/i586<br />
</em>5)      Typed <em>chmod a+x jre-6u7-linux-i586-rpm.bin<br />
</em>6)      To start install type <em> ./ jre-6u7-linux-i586-rpm.bin<br />
</em>7)      Hit the space bar several times to view license agreement<br />
8)      Press y to accept license agreement.  Java will be installed to /usr/java/jre1.6.0_07<br />
9)      Link Java to plugin directory.  To do this type <em>cd /usr/lib/browser-plugins<br />
</em>10)    Type  <em>ln -s /usr/java/jre1.6.0_07/plugin/i386/ns7/libjavaplugin_oji.so</em></p>
<p>Firefox was then able to see the VNC login screen at<br />
<a href="http://192.168.1.2:5801">http://192.168.1.2:5801</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2008/07/25/consoleone-error-on-sles-10-sp2-cant-find-java/" title="ConsoleOne error on SLES 10 SP2: Can&#8217;t find Java">ConsoleOne error on SLES 10 SP2: Can&#8217;t find Java</a></li><li><a href="http://thebackroomtech.com/2009/02/19/howto-mount-a-windows-share-on-sles-linux-using-cifs/" title="Howto: Mount a Windows share on SLES linux using cifs">Howto: Mount a Windows share on SLES linux using cifs</a></li><li><a href="http://thebackroomtech.com/2008/11/03/fix-for-make-install-compiler-issues-with-intel-e1000-nic-driver-in-sles-10/" title="Fix for make install / compiler issues with Intel e1000 NIC driver in SLES 10">Fix for make install / compiler issues with Intel e1000 NIC driver in SLES 10</a></li><li><a href="http://thebackroomtech.com/2008/09/03/howto-determine-the-version-of-sles-linux/" title="Howto: Determine the version of SLES Linux">Howto: Determine the version of SLES Linux</a></li><li><a href="http://thebackroomtech.com/2008/08/11/howto-mount-a-usb-device-in-suse-linux/" title="Howto: Mount a USB device in SuSE Linux">Howto: Mount a USB device in SuSE Linux</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/07/24/howto-fix-vnc-firefox-plugin-problems-on-sles-10-sp2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 36/49 queries in 0.019 seconds using disk: basic
Object Caching 986/988 objects using disk: basic

Served from: thebackroomtech.com @ 2012-05-22 22:41:35 -->
