<?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>Linux Forums - Misc</title>
		<link>http://www.linuxforums.org/forum/</link>
		<description>Any questions or Linux discussion that does not fit in any of the other technical areas.</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 00:05:40 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.linuxforums.org/forum/linux2/misc/rss.jpg</url>
			<title>Linux Forums - Misc</title>
			<link>http://www.linuxforums.org/forum/</link>
		</image>
		<item>
			<title>Loading a custom boot code with GRUB</title>
			<link>http://www.linuxforums.org/forum/misc/155984-loading-custom-boot-code-grub.html</link>
			<pubDate>Fri, 20 Nov 2009 12:42:16 GMT</pubDate>
			<description><![CDATA[I want to know if I can such a thing. Assume, there are an Ext filesystem on some partition and some file "/image.img". I want GRUB(2) to switch on...]]></description>
			<content:encoded><![CDATA[<div>I want to know if I can such a thing. Assume, there are an Ext filesystem on some partition and some file &quot;/image.img&quot;. I want GRUB(2) to switch on protected mode with flat model, load /image.img to some fixed address in memory and to jump to this address. Is it possible to configure GRUB so?</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/misc/">Misc</category>
			<dc:creator>eigenein</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/misc/155984-loading-custom-boot-code-grub.html</guid>
		</item>
		<item>
			<title>Need help with dd !!!</title>
			<link>http://www.linuxforums.org/forum/misc/155970-need-help-dd.html</link>
			<pubDate>Thu, 19 Nov 2009 23:41:16 GMT</pubDate>
			<description><![CDATA[Partition backup image created as follows: 
 
Code: 
--------- 
dd if=/dev/hda3 conv=sync,noerror bs=64K | gzip -c > nc6000_linux_system.img.gz...]]></description>
			<content:encoded><![CDATA[<div>Partition backup image created as follows:<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">dd if=/dev/hda3 conv=sync,noerror bs=64K | gzip -c &gt; nc6000_linux_system.img.gz</code><hr />
</div>Trying to restore the partition from the image as follows:<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">gunzip -c nc6000_linux_system.img.gz | dd of=/dev/hda3 conv=sync,noerror bs=64K</code><hr />
</div>The dd operation fails with the 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">dd: writing '/dev/hda3': No space left on device<br />
3673+348340 records in<br />
352012+0 records out<br />
23069491200 bytes (23 GB) copied, 713.275 s, 32.3 MB/s</code><hr />
</div>Why is there no space left? I'm restoring the same partition, from which the image is made.<br />
<b>What am I doing wrong?</b><br />
Can someone help me please? I do not understand if my partition image is faulty, or I do not know how to restore it.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/misc/">Misc</category>
			<dc:creator>blnl</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/misc/155970-need-help-dd.html</guid>
		</item>
		<item>
			<title>iPhone syncing on Linux</title>
			<link>http://www.linuxforums.org/forum/misc/155934-iphone-syncing-linux.html</link>
			<pubDate>Thu, 19 Nov 2009 10:32:15 GMT</pubDate>
			<description><![CDATA[Hi folks, 
 
IPhone 3GS 
iTune 9 
KVM - Virtualization software 
Host - Debian 5.0 
VM - Debian 5.0/Utunto 9.04 
 
 
Since iTune 9 can't work...]]></description>
			<content:encoded><![CDATA[<div>Hi folks,<br />
<br />
IPhone 3GS<br />
iTune 9<br />
KVM - Virtualization software<br />
Host - Debian 5.0<br />
VM - Debian 5.0/Utunto 9.04<br />
<br />
<br />
Since iTune 9 can't work properly on wine.  I'm prepared to make IPhone communicating with Linux according to following document;<br />
<br />
iPhone syncing on Linux<br />
<a href="http://marcansoft.com/blog/2009/10/iphone-syncing-on-linux/#more-104" target="_blank">Abort, Retry, Hack?  Blog Archive  iPhone syncing on Linux</a><br />
<br />
It requires following packages;<br />
<br />
libusb<br />
usbmuxd<br />
libiphone<br />
iFuse<br />
gvfs-backend-afc<br />
<br />
<br />
I'll install above packages on VM.  However I can't find them on repo.  Please advise where can I download their binary package?  Otherwise I have to download their compressed tarballs.<br />
<br />
Is there any way to convert tar.bz2 to rpm/deb so that I can install the later with dpkg?<br />
<br />
Another question is if they are running on VM(client, NOT host), can IPhone be detected via USB connection<br />
<br />
TIA<br />
<br />
B.R.<br />
satimis</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/misc/">Misc</category>
			<dc:creator>satimis</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/misc/155934-iphone-syncing-linux.html</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Don't know filesystem type of an unmounted volume]]></title>
			<link>http://www.linuxforums.org/forum/misc/155921-solved-dont-know-filesystem-type-unmounted-volume.html</link>
			<pubDate>Thu, 19 Nov 2009 06:32:32 GMT</pubDate>
			<description><![CDATA[Hello all. I'm making my best attempt to learn everything the right way, and for sake of knowing how to do it I'm mounting my own things manually....]]></description>
			<content:encoded><![CDATA[<div>Hello all. I'm making my best attempt to learn everything the right way, and for sake of knowing how to do it I'm mounting my own things manually. I've got things like my USB sticks working, I didn't have to specify a filesystem type but the type is unknown for my USB hard drive. I mounted it automatically with my file manager and found out the type, but I'd like to know. Is there a command that lets you detect the filesystem of a volume that isn't already mounted? It seems like it would be good to know. Thank you kindly.<br />
<br />
-Kit</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/misc/">Misc</category>
			<dc:creator>SteamKit</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/misc/155921-solved-dont-know-filesystem-type-unmounted-volume.html</guid>
		</item>
		<item>
			<title>RTnet driver for realtek8168</title>
			<link>http://www.linuxforums.org/forum/misc/155893-rtnet-driver-realtek8168.html</link>
			<pubDate>Wed, 18 Nov 2009 15:39:52 GMT</pubDate>
			<description>Hi, 
     
     RTnet is an open source hard real-time network protocol stack for Xenomai and  
 
RTAI . Currently i want to experiment with it on a...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
    <br />
     RTnet is an open source hard real-time network protocol stack for Xenomai and <br />
<br />
RTAI . Currently i want to experiment with it on a realtek8168 NIC but RTnet <br />
<br />
currently  has a driver for realtek8169 but not for 8168.<br />
<br />
Is anybody  aware of the availability of this particular driver?<br />
<br />
Thanks in advance.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/misc/">Misc</category>
			<dc:creator>sarans1987</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/misc/155893-rtnet-driver-realtek8168.html</guid>
		</item>
		<item>
			<title>Creating bin file</title>
			<link>http://www.linuxforums.org/forum/misc/155855-creating-bin-file.html</link>
			<pubDate>Tue, 17 Nov 2009 12:44:03 GMT</pubDate>
			<description>I need  to know whether bin file can be  generated using maven.If it is possible ,please provide the maven script</description>
			<content:encoded><![CDATA[<div>I need  to know whether bin file can be  generated using maven.If it is possible ,please provide the maven script</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/misc/">Misc</category>
			<dc:creator>Chanti</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/misc/155855-creating-bin-file.html</guid>
		</item>
		<item>
			<title>Question on running iTune software on Linux</title>
			<link>http://www.linuxforums.org/forum/misc/155793-question-running-itune-software-linux.html</link>
			<pubDate>Sun, 15 Nov 2009 12:16:28 GMT</pubDate>
			<description><![CDATA[Hi folks, 
 
 
Recently I purchased an "iPhone 3G S".  I don't have Windows box.  I started googling around for solution to run iTune software on...]]></description>
			<content:encoded><![CDATA[<div>Hi folks,<br />
<br />
<br />
Recently I purchased an &quot;iPhone 3G S&quot;.  I don't have Windows box.  I started googling around for solution to run iTune software on Linux with;<br />
<br />
1)<br />
iTunes Linux Project for HOW To's for running iTunes on Linux<br />
<br />
and<br />
<br />
2)<br />
itune ubuntu debian<br />
<br />
It returned dozens of solution, some of them already out off date.  I'm not very clear which of them shall I follow.  Please shed me some light.<br />
<br />
TIA<br />
<br />
<br />
B.R.<br />
satimis</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/misc/">Misc</category>
			<dc:creator>satimis</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/misc/155793-question-running-itune-software-linux.html</guid>
		</item>
		<item>
			<title><![CDATA[When to use (su -) (su) & (sudo)]]></title>
			<link>http://www.linuxforums.org/forum/misc/155747-when-use-su-su-sudo.html</link>
			<pubDate>Sat, 14 Nov 2009 11:33:21 GMT</pubDate>
			<description>Hi, 
 
I have been doing quite a few commands on the terminal lately and I would just like to ask if there is a rule of thumb to follow when or when...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have been doing quite a few commands on the terminal lately and I would just like to ask if there is a rule of thumb to follow when or when not to use the following if I have to execute a command as root.<br />
<br />
su -<br />
<br />
su<br />
<br />
sudo<br />
<br />
Thank you very much for any thoughts shared!</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/misc/">Misc</category>
			<dc:creator>nujinini</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/misc/155747-when-use-su-su-sudo.html</guid>
		</item>
		<item>
			<title>Help On RTC !</title>
			<link>http://www.linuxforums.org/forum/misc/155737-help-rtc.html</link>
			<pubDate>Sat, 14 Nov 2009 04:29:01 GMT</pubDate>
			<description><![CDATA[Is it possible to turn on periodic interrupt for RTC from a kernel module ? We can do it from user space using 'RTC_IRQP_SET' and 'RTC_PIE_ON'...]]></description>
			<content:encoded><![CDATA[<div>Is it possible to turn on periodic interrupt for RTC from a kernel module ? We can do it from user space using 'RTC_IRQP_SET' and 'RTC_PIE_ON' options. But what about turning it on from kernel module?</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/misc/">Misc</category>
			<dc:creator>anniedeepa</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/misc/155737-help-rtc.html</guid>
		</item>
		<item>
			<title>Is it safe to delete (or clear) /dev/tty12</title>
			<link>http://www.linuxforums.org/forum/misc/155725-safe-delete-clear-dev-tty12.html</link>
			<pubDate>Fri, 13 Nov 2009 20:42:13 GMT</pubDate>
			<description>I have only semi-basic linux experience (I use to run some old RedHat distros in college for C development, but havent used any linux distros in...</description>
			<content:encoded><![CDATA[<div>I have only semi-basic linux experience (I use to run some old RedHat distros in college for C development, but havent used any linux distros in years).<br />
<br />
At our office, we have some linux servers but no one with skills to maintain them.  I volunteered to take a look at them.<br />
<br />
We have a gentoo box which is using vservers (Im not really familiar with gentoo, or vservers).  I can get into our virtual servers, and one of them seems to have a 16gig /dev/tty12 file.  This is causing disk space problems on that vserver.<br />
<br />
From what I remember (and have googled), all of the tty* files represent the console, and virtual consoles.  When I &quot;cat tty12 | more&quot;, I can see indeed it is log entries (from what I think is an LDAP server).<br />
<br />
Is it safe for me to delete the /dev/tty12 file to free up the 16gig of space its using?  Or is there a proper way to clear tty12?<br />
<br />
I tried rebooting the vserver with &quot;shutdown -r now&quot;, but when I log back into it the tty12 is still 16gig.<br />
<br />
Can anyone tell me if its safe to clear the tty12 contents (maybe with a &quot;tail -10 &gt; /dev/tty12&quot; command?), or if there is a better/safer way to clear it?</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/misc/">Misc</category>
			<dc:creator>quencybrown</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/misc/155725-safe-delete-clear-dev-tty12.html</guid>
		</item>
		<item>
			<title>sanity check on server</title>
			<link>http://www.linuxforums.org/forum/misc/155600-sanity-check-server.html</link>
			<pubDate>Wed, 11 Nov 2009 07:03:44 GMT</pubDate>
			<description>Hi All, 
 
We have Linux server with oracle 10g(R2) database in it.My client asked us to perform a sanity check on this server. 
 
since i am new to...</description>
			<content:encoded><![CDATA[<div>Hi All,<br />
<br />
We have Linux server with oracle 10g(R2) database in it.My client asked us to perform a sanity check on this server.<br />
<br />
since i am new to this work,I have no idea what it is.So,Please someone help me with this thing.<br />
<br />
Tell me what and how to do it and how the report should be.<br />
<br />
If any one have report of this kind please paste it here,that would be really helpful.<br />
<br />
Thanks in advance....</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/misc/">Misc</category>
			<dc:creator>techfeud</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/misc/155600-sanity-check-server.html</guid>
		</item>
		<item>
			<title>Changing file name uppon dragging</title>
			<link>http://www.linuxforums.org/forum/misc/155586-changing-file-name-uppon-dragging.html</link>
			<pubDate>Wed, 11 Nov 2009 00:04:08 GMT</pubDate>
			<description><![CDATA[Hi, 
 
Although this question relates to my MP3 player I'm putting it here since its essentially a USB flash. In fact I've used it as such when I've...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
Although this question relates to my MP3 player I'm putting it here since its essentially a USB flash. In fact I've used it as such when I've forgot to take my flash drive with me.<br />
<br />
I ripped some CD's into Rythmbox so I could put them on my MP3 (Sony Walkman) Once in Rythmbox it did not recognise the CD name and the file was listed as &quot;Unknown&quot;. Thats not unusual for some CD's.<br />
So I renamed the file with the Artist-Album name and dragged it across to the MP3 and it copied successfully. However, once it was on the MP3 it reverts to &quot;Unknown&quot; again! I've tried several times and the result is the same. <br />
<br />
I assume this would be the same if I was coppying to a USB flash drive. Any ideas whats happening?<br />
<br />
Thanks<br />
Mike</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/misc/">Misc</category>
			<dc:creator>oxf</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/misc/155586-changing-file-name-uppon-dragging.html</guid>
		</item>
		<item>
			<title>I am looking for some great Linux books</title>
			<link>http://www.linuxforums.org/forum/misc/155525-i-am-looking-some-great-linux-books.html</link>
			<pubDate>Mon, 09 Nov 2009 21:55:50 GMT</pubDate>
			<description>I would like to find a few Linux books that will give me a great insight on the inner workings of Linux, customizations, and truly understanding what...</description>
			<content:encoded><![CDATA[<div>I would like to find a few Linux books that will give me a great insight on the inner workings of Linux, customizations, and truly understanding what Linux does, how it does it, and how I can make it do other cool things. I am running Ubuntu 8.04 and have been for a good year now and it is great. I can do a good bit of things, but now I want more. I really want to dig deep into the world of Linux. I am looking for just a few great books about and for Linux.  Books that will show me how to run different commands, and administrate different things on my network. I need a real good reference book basically. Any ideas would be greatly appreciated.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/misc/">Misc</category>
			<dc:creator>newtech</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/misc/155525-i-am-looking-some-great-linux-books.html</guid>
		</item>
		<item>
			<title>Is Using Sudo Like Using a Safety Net?</title>
			<link>http://www.linuxforums.org/forum/misc/155516-using-sudo-like-using-safety-net.html</link>
			<pubDate>Mon, 09 Nov 2009 18:32:31 GMT</pubDate>
			<description>Hello Everybody, 
 
Greetings!  
 
I just learned how to include my name in the sudoers list and have been enjoying using sudo for commands that...</description>
			<content:encoded><![CDATA[<div>Hello Everybody,<br />
<br />
Greetings! <br />
<br />
I just learned how to include my name in the sudoers list and have been enjoying using sudo for commands that require root.<br />
<br />
My question is, what is the advantage if I use sudo in commands that are suppose to be executed as root. If I make a mistake using the sudo option in execution of commands and screw-up my environment. Will I be able to undo the mistake since the command was not executed as real root (su -)? Or &quot;roll it back&quot; so to speak?<br />
<br />
Thank you for any clarifications! :)</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/misc/">Misc</category>
			<dc:creator>nujinini</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/misc/155516-using-sudo-like-using-safety-net.html</guid>
		</item>
		<item>
			<title>Live Cd (iso) on usb flash drive?</title>
			<link>http://www.linuxforums.org/forum/misc/155503-live-cd-iso-usb-flash-drive.html</link>
			<pubDate>Mon, 09 Nov 2009 13:14:26 GMT</pubDate>
			<description><![CDATA[How do you get a Live CD's iso on a usb flash drive? 
 
I've tried two methods already and both failed.   Linux really sucks for this.   I've been...]]></description>
			<content:encoded><![CDATA[<div>How do you get a Live CD's iso on a usb flash drive?<br />
<br />
I've tried two methods already and both failed.   Linux really sucks for this.   I've been suggested two other methods and they both involve WINDOWS!   Says a lot, doesn't it?!? :mad:</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/misc/">Misc</category>
			<dc:creator>penguin2</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/misc/155503-live-cd-iso-usb-flash-drive.html</guid>
		</item>
	</channel>
</rss>
