<?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>Ubuntu Forums</title>
		<link>http://ubuntuforums.org/</link>
		<description>A help and support forum for Ubuntu Linux.</description>
		<language>en</language>
		<lastBuildDate>Tue, 09 Feb 2010 17:31:43 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://ubuntuforums.org/images/misc/rss.jpg</url>
			<title>Ubuntu Forums</title>
			<link>http://ubuntuforums.org/</link>
		</image>
		<item>
			<title><![CDATA[[ubuntu] Cannot install pdo from pecl]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1402699&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 17:31:29 GMT</pubDate>
			<description>I have installed PHP5 for 9.10 and am trying to install PDO via pecl and am having no luck.  
 
 
Code: 
--------- 
downloading PDO-1.0.3.tgz ... 
Starting to download PDO-1.0.3.tgz (52,613 bytes) 
.............done: 52,613 bytes 
12 source files, building 
running: phpize</description>
			<content:encoded><![CDATA[<div>I have installed PHP5 for 9.10 and am trying to install PDO via pecl and am having no luck. <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">downloading PDO-1.0.3.tgz ...<br />
Starting to download PDO-1.0.3.tgz (52,613 bytes)<br />
.............done: 52,613 bytes<br />
12 source files, building<br />
running: phpize<br />
Configuring for:<br />
PHP Api Version:&nbsp; &nbsp; &nbsp; &nbsp;  20090626<br />
Zend Module Api No:&nbsp; &nbsp; &nbsp; 20090626<br />
Zend Extension Api No:&nbsp;  220090626<br />
building in /var/tmp/pear-build-root/PDO-1.0.3<br />
running: /tmp/pear/temp/PDO/configure<br />
checking for grep that handles long lines and -e... /bin/grep<br />
checking for egrep... /bin/grep -E<br />
checking for a sed that does not truncate output... /bin/sed<br />
checking for cc... cc<br />
checking for C compiler default output file name... a.out<br />
checking whether the C compiler works... yes<br />
checking whether we are cross compiling... no<br />
checking for suffix of executables...<br />
checking for suffix of object files... o<br />
checking whether we are using the GNU C compiler... yes<br />
checking whether cc accepts -g... yes<br />
checking for cc option to accept ISO C89... none needed<br />
checking how to run the C preprocessor... cc -E<br />
checking for icc... no<br />
checking for suncc... no<br />
checking whether cc understands -c and -o together... yes<br />
checking for system library directory... lib<br />
checking if compiler supports -R... no<br />
checking if compiler supports -Wl,-rpath,... yes<br />
checking build system type... i686-pc-linux-gnu<br />
checking host system type... i686-pc-linux-gnu<br />
checking target system type... i686-pc-linux-gnu<br />
checking for PHP prefix... /usr<br />
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64<br />
checking for PHP extension directory... /usr/lib/php5/20090626+lfs<br />
checking for PHP installed headers prefix... /usr/include/php5<br />
checking if debug is enabled... no<br />
checking if zts is enabled... no<br />
checking for re2c... no<br />
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.<br />
checking for gawk... no<br />
checking for nawk... nawk<br />
checking if nawk is broken... no<br />
checking whether to enable PDO support... yes, shared<br />
checking for ld used by cc... /usr/bin/ld<br />
checking if the linker (/usr/bin/ld) is GNU ld... yes<br />
checking for /usr/bin/ld option to reload object files... -r<br />
checking for BSD-compatible nm... /usr/bin/nm -B<br />
checking whether ln -s works... yes<br />
checking how to recognize dependent libraries... pass_all<br />
checking for ANSI C header files... yes<br />
checking for sys/types.h... yes<br />
checking for sys/stat.h... yes<br />
checking for stdlib.h... yes<br />
checking for string.h... yes<br />
checking for memory.h... yes<br />
checking for strings.h... yes<br />
checking for inttypes.h... yes<br />
checking for stdint.h... yes<br />
checking for unistd.h... yes<br />
checking dlfcn.h usability... yes<br />
checking dlfcn.h presence... yes<br />
checking for dlfcn.h... yes<br />
checking for g77... no<br />
checking for xlf... no<br />
checking for f77... no<br />
checking for frt... no<br />
checking for pgf77... no<br />
checking for cf77... no<br />
checking for fort77... no<br />
checking for fl32... no<br />
checking for af77... no<br />
checking for xlf90... no<br />
checking for f90... no<br />
checking for pgf90... no<br />
checking for pghpf... no<br />
checking for epcf90... no<br />
checking for gfortran... no<br />
checking for g95... no<br />
checking for xlf95... no<br />
checking for f95... no<br />
checking for fort... no<br />
checking for ifort... no<br />
checking for ifc... no<br />
checking for efc... no<br />
checking for pgf95... no<br />
checking for lf95... no<br />
checking for ftn... no<br />
checking whether we are using the GNU Fortran 77 compiler... no<br />
checking whether&nbsp; accepts -g... no<br />
checking the maximum length of command line arguments... 1572864<br />
checking command to parse /usr/bin/nm -B output from cc object... ok<br />
checking for objdir... .libs<br />
checking for ar... ar<br />
checking for ranlib... ranlib<br />
checking for strip... strip<br />
checking if cc supports -fno-rtti -fno-exceptions... no<br />
checking for cc option to produce PIC... -fPIC<br />
checking if cc PIC flag -fPIC works... yes<br />
checking if cc static flag -static works... yes<br />
checking if cc supports -c -o file.o... yes<br />
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes<br />
checking whether -lc should be explicitly linked in... no<br />
checking dynamic linker characteristics... GNU/Linux ld.so<br />
checking how to hardcode library paths into programs... immediate<br />
checking whether stripping libraries is possible... yes<br />
checking if libtool supports shared libraries... yes<br />
checking whether to build shared libraries... yes<br />
checking whether to build static libraries... no<br />
configure: creating libtool<br />
appending configuration tag &quot;CXX&quot; to libtool<br />
appending configuration tag &quot;F77&quot; to libtool<br />
configure: creating ./config.status<br />
config.status: creating config.h<br />
running: make<br />
/bin/bash /var/tmp/pear-build-root/PDO-1.0.3/libtool --mode=compile cc&nbsp; -I. -I/tmp/pear/temp/PDO -DPHP_ATOM_INC -I/var/tmp/pear-build-root/PDO-1.0.3/include -I/var/tmp/pear-build-root/PDO-1.0.3/main -I/tmp/pear/temp/PDO -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64&nbsp; -DHAVE_CONFIG_H&nbsp; -g -O2&nbsp;  -c /tmp/pear/temp/PDO/pdo.c -o pdo.lo<br />
mkdir .libs<br />
&nbsp;cc -I. -I/tmp/pear/temp/PDO -DPHP_ATOM_INC -I/var/tmp/pear-build-root/PDO-1.0.3/include -I/var/tmp/pear-build-root/PDO-1.0.3/main -I/tmp/pear/temp/PDO -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/PDO/pdo.c&nbsp; -fPIC -DPIC -o .libs/pdo.o<br />
/bin/bash /var/tmp/pear-build-root/PDO-1.0.3/libtool --mode=compile cc&nbsp; -I. -I/tmp/pear/temp/PDO -DPHP_ATOM_INC -I/var/tmp/pear-build-root/PDO-1.0.3/include -I/var/tmp/pear-build-root/PDO-1.0.3/main -I/tmp/pear/temp/PDO -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64&nbsp; -DHAVE_CONFIG_H&nbsp; -g -O2&nbsp;  -c /tmp/pear/temp/PDO/pdo_dbh.c -o pdo_dbh.lo<br />
&nbsp;cc -I. -I/tmp/pear/temp/PDO -DPHP_ATOM_INC -I/var/tmp/pear-build-root/PDO-1.0.3/include -I/var/tmp/pear-build-root/PDO-1.0.3/main -I/tmp/pear/temp/PDO -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/PDO/pdo_dbh.c&nbsp; -fPIC -DPIC -o .libs/pdo_dbh.o<br />
/tmp/pear/temp/PDO/pdo_dbh.c: In function ‘pdo_stmt_instantiate’:<br />
/tmp/pear/temp/PDO/pdo_dbh.c:410: error: ‘zval’ has no member named ‘refcount’<br />
/tmp/pear/temp/PDO/pdo_dbh.c:411: error: ‘zval’ has no member named ‘is_ref’<br />
/tmp/pear/temp/PDO/pdo_dbh.c: In function ‘pdo_stmt_construct’:<br />
/tmp/pear/temp/PDO/pdo_dbh.c:435: error: ‘zend_fcall_info’ has no member named ‘object_pp’<br />
/tmp/pear/temp/PDO/pdo_dbh.c:458: error: ‘zend_fcall_info_cache’ has no member named ‘object_pp’<br />
/tmp/pear/temp/PDO/pdo_dbh.c: In function ‘zim_PDO_setAttribute’:<br />
/tmp/pear/temp/PDO/pdo_dbh.c:752: error: ‘zval’ has no member named ‘refcount’<br />
/tmp/pear/temp/PDO/pdo_dbh.c: In function ‘zim_PDO_getAttribute’:<br />
/tmp/pear/temp/PDO/pdo_dbh.c:818: error: ‘zval’ has no member named ‘refcount’<br />
/tmp/pear/temp/PDO/pdo_dbh.c: In function ‘pdo_hash_methods’:<br />
/tmp/pear/temp/PDO/pdo_dbh.c:1122: warning: assignment discards qualifiers from pointer target type<br />
/tmp/pear/temp/PDO/pdo_dbh.c:1126: warning: assignment discards qualifiers from pointer target type<br />
make: *** [pdo_dbh.lo] Error 1<br />
ERROR: `make' failed</code><hr />
</div>I have dev installed and am going to be using postgresql. Ideas?</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=339">Server Platforms</category>
			<dc:creator>jopreacher</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1402699</guid>
		</item>
		<item>
			<title><![CDATA[[ubuntu] Network configurations and prevent to have some data sent]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1402698&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 17:28:03 GMT</pubDate>
			<description>Hello guys, 
 
 I Need heklp with some network configs, i want to block all programs to send data to internet, without remove the access, and the programs that try to send some data to internet have their informations (program, data sent) written in a log file.  
 
Any one know how?</description>
			<content:encoded><![CDATA[<div>Hello guys,<br />
<br />
 I Need heklp with some network configs, i want to block all programs to send data to internet, without remove the access, and the programs that try to send some data to internet have their informations (program, data sent) written in a log file. <br />
<br />
Any one know how?</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=336"><![CDATA[Networking & Wireless]]></category>
			<dc:creator>dcanti</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1402698</guid>
		</item>
		<item>
			<title><![CDATA[[ubuntu] Wireless ICS cutting out]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1402697&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 17:26:59 GMT</pubDate>
			<description><![CDATA[I'm using Ubuntu 9.10 64 bit 
 
I followed this InternetConnectionSharing (https://help.ubuntu.com/community/Internet/ConnectionSharing) guide, but made a couple of changes to share through my wireless adapter. 
 
It works well, except that the Internet connection seems to cut out every few minutes...]]></description>
			<content:encoded><![CDATA[<div>I'm using Ubuntu 9.10 64 bit<br />
<br />
I followed this <a href="https://help.ubuntu.com/community/Internet/ConnectionSharing" target="_blank">InternetConnectionSharing</a> guide, but made a couple of changes to share through my wireless adapter.<br />
<br />
It works well, except that the Internet connection seems to cut out every few minutes on my laptop while connected through this wireless connection.<br />
<br />
Here's my /etc/network/interfaces if that helps:<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">auto lo<br />
iface lo inet loopback<br />
<br />
auto eth0<br />
iface eth0 inet dhcp<br />
<br />
auto wlan0<br />
iface wlan0 inet static<br />
&nbsp; &nbsp; &nbsp; &nbsp; wireless-key 1234567890<br />
&nbsp; &nbsp; &nbsp; &nbsp; wireless-channel 6<br />
&nbsp; &nbsp; &nbsp; &nbsp; wireless-mode ad-hoc<br />
&nbsp; &nbsp; &nbsp; &nbsp; wireless-essid 'Wireless Connection'<br />
&nbsp; &nbsp; &nbsp; &nbsp; address 192.168.0.2<br />
&nbsp; &nbsp; &nbsp; &nbsp; gateway 192.168.0.1<br />
&nbsp; &nbsp; &nbsp; &nbsp; netmask 255.255.255.0</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=336"><![CDATA[Networking & Wireless]]></category>
			<dc:creator>andou</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1402697</guid>
		</item>
		<item>
			<title><![CDATA[[ubuntu] Bios cutoffs?]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1402696&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 17:26:35 GMT</pubDate>
			<description>I have this old laptop that as xp SP3 on it. its so old, the first OS it came with was 98, and it has the old SDRAM.  
 
I need to put a distro of ubuntu on it in which the bios cutoff ISNT 1999.  
 
I kinda want dapper, but the last one i tried was actually the server edition? i think? it said it...</description>
			<content:encoded><![CDATA[<div>I have this old laptop that as xp SP3 on it. its so old, the first OS it came with was 98, and it has the old SDRAM. <br />
<br />
I need to put a distro of ubuntu on it in which the bios cutoff ISNT 1999. <br />
<br />
I kinda want dapper, but the last one i tried was actually the server edition? i think? it said it was the normal dapper, but im still confused about it.<br />
<br />
or maybe you all know if i can put Chrome OS on it?</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=332"><![CDATA[Hardware & Laptops]]></category>
			<dc:creator>airplanes18</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1402696</guid>
		</item>
		<item>
			<title><![CDATA[[ubuntu] What could be causing my browser to crash?]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1402695&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 17:26:08 GMT</pubDate>
			<description>Forgive me if this has been answered in another thread. I did search pretty extensively. 
 
 
Both of my browsers - Chrome and Firefox (both seem to be the newest versions) completely close-out several times a day. They just flat-out disappear, and I have to re-launch. What should I check in order...</description>
			<content:encoded><![CDATA[<div>Forgive me if this has been answered in another thread. I did search pretty extensively.<br />
<br />
<br />
Both of my browsers - Chrome and Firefox (both seem to be the newest versions) completely close-out several times a day. They just flat-out disappear, and I have to re-launch. What should I check in order to find out what the problem is?<br />
<br />
I prefer Chrome, but it crashes more often than Firefox. In fact, it just crashed twice while writing this post!</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=326">Absolute Beginner Talk</category>
			<dc:creator>Michael Kaiser</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1402695</guid>
		</item>
		<item>
			<title>if ubuntu was a planet, what class would it be?</title>
			<link>http://ubuntuforums.org/showthread.php?t=1402694&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 17:24:22 GMT</pubDate>
			<description>gas giant?  
 
a pluto? 
 
rocky and dead? 
 
hot jupiter? 
 
ice world?</description>
			<content:encoded><![CDATA[<div>gas giant? <br />
<br />
a pluto?<br />
<br />
rocky and dead?<br />
<br />
hot jupiter?<br />
<br />
ice world?<br />
<br />
exo-earth?<br />
<br />
and ideas?</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=11">The Community Cafe</category>
			<dc:creator>systemofadown</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1402694</guid>
		</item>
		<item>
			<title><![CDATA[[ubuntu] GNOME DO has disappeared from the bottom?]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1402693&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 17:24:02 GMT</pubDate>
			<description>I have been using GNOME DO as a dock, but since I restarted the PC It has disappeared? if I click on the application nothing happens? where on earth has it gone?</description>
			<content:encoded><![CDATA[<div>I have been using GNOME DO as a dock, but since I restarted the PC It has disappeared? if I click on the application nothing happens? where on earth has it gone?</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=326">Absolute Beginner Talk</category>
			<dc:creator>verachion</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1402693</guid>
		</item>
		<item>
			<title><![CDATA[[ubuntu] HP/Compaq 8510p Install Problems]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1402692&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 17:21:17 GMT</pubDate>
			<description><![CDATA[Hi, I picked up an HP/Compaq 8510p laptop recently, and installed Ubuntu 9.04 as a dual-boot system. But I've found two problems: 
 
1.) Suddenly, Firefox doesn't open in either wired or wireless mode. 
 
2.) When I try to update the software, I get a message that states that I need to free up 237...]]></description>
			<content:encoded><![CDATA[<div>Hi, I picked up an HP/Compaq 8510p laptop recently, and installed Ubuntu 9.04 as a dual-boot system. But I've found two problems:<br />
<br />
1.) Suddenly, Firefox doesn't open in either wired or wireless mode.<br />
<br />
2.) When I try to update the software, I get a message that states that I need to free up 237 MB on the / partition. If I look at the partitioning with a live CD and GParted, it shows that partition as containing 2385 MB, and will not allow me to change the size. That size seems small to me, although I used the automatic partitioning feature. There is 40 GB available for Ubuntu on this machine, and I did defrag the original NTFS partition before installing Ubuntu. <br />
<br />
Do I have to reinstall Ubuntu with a manual partition? or ?<br />
<br />
Thanks for any info you can provide. This is an excellent laptop otherwise.<br />
<br />
- Michael B. in Cincinnati</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=333"><![CDATA[Installation & Upgrades]]></category>
			<dc:creator>wmichaelb</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1402692</guid>
		</item>
		<item>
			<title>Long-term maintenance in different Linux distributions</title>
			<link>http://ubuntuforums.org/showthread.php?t=1402691&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 17:20:35 GMT</pubDate>
			<description><![CDATA[Since I don't know how delicate the topic is, I'll start with a disclaimer: this is not meant as a flame or a start for an argument. 
 
I'm getting to a point where I can no longer bear Ubuntu's policy of abandoning old releases. With each version of Ubuntu there comes a time when I face an...]]></description>
			<content:encoded><![CDATA[<div>Since I don't know how delicate the topic is, I'll start with a disclaimer: this is not meant as a flame or a start for an argument.<br />
<br />
I'm getting to a point where I can no longer bear Ubuntu's policy of abandoning old releases. With each version of Ubuntu there comes a time when I face an obligatory upgrade if I want new versions of software. The upgrade is a disruptive and stressing process that takes many hours of time and causes unpredictable changes in any number of parts of my system. Yes, I am free to compile stuff from the latest sources if the package in the repositories is no longer up to date; but that feels like a mere stopgap that makes the disruption of the upgrade even bigger. <br />
<br />
I'm now burning my second night in a row on a disastrous upgrade quagmire that snowballed from an innocuous attempt to install openCV. Attached is a funny screenshot from KDE's systemsettings. I don't have the energy to describe everything that's not working right, and even if I had I doubt that the good community here could but suggest a reinstallation from scratch. <br />
<br />
This mess isn't the first of its kind, but it will have to be the last. I'm tired; I would like to be able to maintain my system in a steady incremental fashion, and I'm coming to the conclusion that Ubuntu may not be the distribution for me. But is there such a thing as a desktop-friendly Linux distribution that operates without the concept of release lifespan that Ubuntu has? Or do they all operate with similar principles?<br />
<br />
Or am I just doing it wrong? Please educate me if you think I am.</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://ubuntuforums.org/images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://ubuntuforums.org/attachment.php?attachmentid=146542&amp;d=1265736070" target="_blank">argh04.jpg</a> (63.0 KB)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=11">The Community Cafe</category>
			<dc:creator>darsu</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1402691</guid>
		</item>
		<item>
			<title><![CDATA[[ubuntu] MediaTomb]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1402690&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 17:20:13 GMT</pubDate>
			<description><![CDATA[Hey there, i have a Ubuntu 8.04 Server, with Media Tomb installed for streaming to the PS3. 
Works fine, its just a little buggy and you cant really customize it. 
 
For instance the web interface looks feels and works like it was made 10 years ago, and it dousn't give any feedback of directroys...]]></description>
			<content:encoded><![CDATA[<div>Hey there, i have a Ubuntu 8.04 Server, with Media Tomb installed for streaming to the PS3.<br />
Works fine, its just a little buggy and you cant really customize it.<br />
<br />
For instance the web interface looks feels and works like it was made 10 years ago, and it dousn't give any feedback of directroys being scanned, so you have no idea what's being scanned and what's isn't!.<br />
<br />
Is there another WEB gui for managing MediaTomb? or is there another way to steam to the PS3? i have Webmin installed if theres set-up methods through that.<br />
<br />
Cheers.</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=339">Server Platforms</category>
			<dc:creator>GodsDead</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1402690</guid>
		</item>
		<item>
			<title><![CDATA[[ubuntu] Touchpad buttons 'sticking'.]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1402689&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 17:19:07 GMT</pubDate>
			<description><![CDATA[Using 9.10 on an old Latitude d600. 
 
The buttons aren't physically sticking, because they work fine in Windows, but when using Ubuntu, about 1/3 of touchpad button presses don't properly 'release', and the OS thinks that I'm holding the button. 
 
The laptop has two sets of mouse buttons (one for...]]></description>
			<content:encoded><![CDATA[<div>Using 9.10 on an old Latitude d600.<br />
<br />
The buttons aren't physically sticking, because they work fine in Windows, but when using Ubuntu, about 1/3 of touchpad button presses don't properly 'release', and the OS thinks that I'm holding the button.<br />
<br />
The laptop has two sets of mouse buttons (one for the pad, and one for the 'nipple') and both sets are 'sticking'.<br />
<br />
Any ideas?</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=332"><![CDATA[Hardware & Laptops]]></category>
			<dc:creator>Karakh</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1402689</guid>
		</item>
		<item>
			<title><![CDATA[[all variants] UCK or RemasterSys for a LiveCD with Wine+apps?]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1402687&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 17:18:44 GMT</pubDate>
			<description><![CDATA[I'm trying to get a remastered disc of 9.10 together so I can quickly log on to the LiveCD session and go to work on the more powerful comp I have access to (but unfortunately cannot do an install on - for the tasks I'm needing to do, VirtualBox isn't an option either). 
 
So I went with UCK to...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to get a remastered disc of 9.10 together so I can quickly log on to the LiveCD session and go to work on the more powerful comp I have access to (but unfortunately cannot do an install on - for the tasks I'm needing to do, VirtualBox isn't an option either).<br />
<br />
So I went with UCK to facilitate the remastering process, and everything went well, the ISO came out fine with all its updates intact, excess languages trimmed out, and Wine enabled (I did test under VirtualBox just to make sure), but I couldn't seem to be able to install any programs under Wine during the customization process so that they'd be on the disc as well.  It kept complaining that my main Ubuntu .wine directory couldn't be found on the LiveCD (no duh, obviously).<br />
<br />
So my question is, is there any way for UCK to allow me to install programs into the Wine setup I created on the disc?  Is there a system-wide folder I could use to substitute for it, if I can't actually make that happen (the app I actually need to use doesn't require installation, just unpacking, but I need the /home/user/.wine system structure in place so that I can put it in Wine's $PATH).  Yeah, I could be happy with the fact I do have a working Wine installation on the LiveCD, but I don't want to have to bother with carting the program(s) I need around with me on a flash drive every time I need to go into this live session.<br />
<br />
In looking around, though, it seems that RemasterSys can take the existing install on my main setup and turn it into a LiveCD - I assume this would keep my .wine folder and Wine's $PATH intact on the CD so I wouldn't have to worry about it?</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=333"><![CDATA[Installation & Upgrades]]></category>
			<dc:creator>qyot27</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1402687</guid>
		</item>
		<item>
			<title><![CDATA[[ubuntu] 'External Screen'-problem (Blurry)]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1402686&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 17:18:27 GMT</pubDate>
			<description>Hello all. 
 
First of all, I am quite new at Ubunbu, as I have just installed it for the first time, so be gentle ;) 
 
My problem is as follows: 
 
I have installed the drivers for my graphics-card (correctly I think), but when I plugs in my external Screen, i cant make it work the way I want to....</description>
			<content:encoded><![CDATA[<div>Hello all.<br />
<br />
First of all, I am quite new at Ubunbu, as I have just installed it for the first time, so be gentle ;)<br />
<br />
My problem is as follows:<br />
<br />
I have installed the drivers for my graphics-card (correctly I think), but when I plugs in my external Screen, i cant make it work the way I want to.<br />
I can find the screen, and have them both on at the same time, but the I can only set it to the 4:3 formats, 1024x768 and lower, but my screen is a widescreen :mad:<br />
<br />
When I select the 'laptop'-screen and turns it of, my external screen gets all blurry, and it is impossible to see anything on it, which I do not understand.<br />
<br />
INFO:<br />
$ lspci | grep VGA<br />
$ 01:05.0 VGA compatible controller: ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE)<br />
<br />
Samsung SyncMaster 940MW 19&quot;<br />
<br />
<br />
I hope someone can help my :p<br />
<br />
Greatings from Steffen.</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=333"><![CDATA[Installation & Upgrades]]></category>
			<dc:creator>GoldenUFO</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1402686</guid>
		</item>
		<item>
			<title>grub2 menu typo</title>
			<link>http://ubuntuforums.org/showthread.php?t=1402685&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 17:18:12 GMT</pubDate>
			<description><![CDATA[With grub2 1.98 from ppa (the latest), a typo error end the last line when editing the boot line: 
 
at the end of the last line: (initrd) "c" is missing (generi instead of generic) 
 
When i check grub.cfg, there is no error (generic is well writen), don't known how to resolve that problem.]]></description>
			<content:encoded><![CDATA[<div>With grub2 1.98 from ppa (the latest), a typo error end the last line when editing the boot line:<br />
<br />
at the end of the last line: (initrd) &quot;c&quot; is missing (generi instead of generic)<br />
<br />
When i check grub.cfg, there is no error (generic is well writen), don't known how to resolve that problem.</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=377">Lucid Lynx Testing and Discussion</category>
			<dc:creator>dino99</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1402685</guid>
		</item>
		<item>
			<title><![CDATA[[kubuntu] webcam stopped working]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1402684&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 17:17:42 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I just upgraded to karmic the other week and now my webcam isn't working anymore.  
 
here is my dmesg output 
[ 1369.080502] pwc: Philips webcam module version 10.0.13 loaded. 
[ 1369.080505] pwc: Supports Philips PCA645/646, PCVC675/680/690, PCVC720[40]/730/740/750 & PCVC830/840. 
[...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I just upgraded to karmic the other week and now my webcam isn't working anymore. <br />
<br />
here is my dmesg output<br />
[ 1369.080502] pwc: Philips webcam module version 10.0.13 loaded.<br />
[ 1369.080505] pwc: Supports Philips PCA645/646, PCVC675/680/690, PCVC720[40]/730/740/750 &amp; PCVC830/840.<br />
[ 1369.080507] pwc: Also supports the Askey VC010, various Logitech Quickcams, Samsung MPC-C10 and MPC-C30,<br />
[ 1369.080509] pwc: the Creative WebCam 5 &amp; Pro Ex, SOTEC Afina Eye and Visionite VCS-UC300 and VCS-UM100.<br />
[ 1369.465918] pwc: Logitech QuickCam Notebook Pro USB webcam detected.<br />
[ 1369.465948] pwc: Registered as /dev/video0.<br />
[ 1369.479354] input: PWC snapshot button as /devices/pci0000:00/0000:00:1a.2/usb5/5-1/input/input8<br />
[ 1369.479419] usbcore: registered new interface driver Philips webcam<br />
[ 1396.679726] pwc: isoc_init() submit_urb 0 failed with error -28<br />
[ 1396.679734] pwc: isoc_init() submit_urb 1 failed with error -28<br />
<br />
the last two lines are added whenever I try to run mplayer or skype on the webcam. <br />
<br />
We are currently using uname -r: 2.6.31-19-generic (64 bit), but the problem was the same on 2.6.31-17-generic<br />
<br />
any ideas?</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=334"><![CDATA[Multimedia & Video]]></category>
			<dc:creator>wolfgangpauli</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1402684</guid>
		</item>
	</channel>
</rss>
