<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Linux Information</title>
	<atom:link href="http://adam.rosi-kessel.org/weblog/2004/12/31/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://adam.rosi-kessel.org/weblog/2004/12/31/linux</link>
	<description>Technology, law, and personal stories</description>
	<lastBuildDate>Mon, 15 Mar 2010 20:13:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mohammed</title>
		<link>http://adam.rosi-kessel.org/weblog/2004/12/31/linux/comment-page-2#comment-3332</link>
		<dc:creator>Mohammed</dc:creator>
		<pubDate>Sun, 13 May 2007 08:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://adam.rosi-kessel.org/weblog/free_software/code/linux.html#comment-3332</guid>
		<description>&lt;p&gt;Thanks for ur help, ur information helped me so much. The printer was going to print a lot of papers, you&#039;ve saved my company money :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for ur help, ur information helped me so much. The printer was going to print a lot of papers, you&#8217;ve saved my company money :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Combs</title>
		<link>http://adam.rosi-kessel.org/weblog/2004/12/31/linux/comment-page-1#comment-771</link>
		<dc:creator>Chris Combs</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://adam.rosi-kessel.org/weblog/free_software/code/linux.html#comment-771</guid>
		<description>&lt;p&gt;Your CUPS/job-cancelling fix worked beautifully. Danke.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Your CUPS/job-cancelling fix worked beautifully. Danke.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien THOMAS</title>
		<link>http://adam.rosi-kessel.org/weblog/2004/12/31/linux/comment-page-1#comment-772</link>
		<dc:creator>Sébastien THOMAS</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://adam.rosi-kessel.org/weblog/free_software/code/linux.html#comment-772</guid>
		<description>&lt;p&gt;I can&#039;t install your CUPS/job-cancelling packages on Woody, because bad depends
libc6 &gt;= 2.3.1-1, Woody:2.2.5-11.5,
libgcc1 &gt;= 1:3.3, Woody:1:3.0.4-7, etc...
I haven&#039;t found the solution on google :(&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I can&#8217;t install your CUPS/job-cancelling packages on Woody, because bad depends
libc6 >= 2.3.1-1, Woody:2.2.5-11.5,
libgcc1 >= 1:3.3, Woody:1:3.0.4-7, etc&#8230;
I haven&#8217;t found the solution on google :(</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nestor Diaz</title>
		<link>http://adam.rosi-kessel.org/weblog/2004/12/31/linux/comment-page-1#comment-773</link>
		<dc:creator>Nestor Diaz</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://adam.rosi-kessel.org/weblog/free_software/code/linux.html#comment-773</guid>
		<description>&lt;p&gt;If you want to support AuthType None under Woody you need to recompile your own packages, the debian way:&lt;/p&gt;

&lt;p&gt;dpkg-source cupsys
cd cupsys-1.1.14
wget http://bostoncoop.net/adam/cups/cups&lt;em&gt;patch
patch -p1 &lt; cups&lt;/em&gt;patch
dch -v 1.1.14-5tiendalx # the name we assign to our own made packages
./debian/rules binary&lt;/p&gt;

&lt;p&gt;and then install debian packages.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If you want to support AuthType None under Woody you need to recompile your own packages, the debian way:</p>

<p>dpkg-source cupsys
cd cupsys-1.1.14
wget <a href="http://bostoncoop.net/adam/cups/cups" rel="nofollow">http://bostoncoop.net/adam/cups/cups</a><em>patch
patch -p1 &lt; cups</em>patch
dch -v 1.1.14-5tiendalx # the name we assign to our own made packages
./debian/rules binary</p>

<p>and then install debian packages.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Kessel</title>
		<link>http://adam.rosi-kessel.org/weblog/2004/12/31/linux/comment-page-1#comment-774</link>
		<dc:creator>Adam Kessel</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://adam.rosi-kessel.org/weblog/free_software/code/linux.html#comment-774</guid>
		<description> &lt;p&gt;
Nestor is correct, although I should rebuild the packages myself under Woody as lots of people are looking for them here. I built the patched cupsys with cupsys 1.1.14 from woody, but forgot to use woody libraries for compiling, so of course it will only install on testing/unstable.
&lt;/p&gt;

&lt;p&gt;&lt;p&gt;
I would do apt-get source cupsys rather than dpkg-source cupyss; I &lt;b&gt;thought&lt;/b&gt; the latter was for unpacking it after you&#039;ve already downloaded it.
&lt;/p&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>
Nestor is correct, although I should rebuild the packages myself under Woody as lots of people are looking for them here. I built the patched cupsys with cupsys 1.1.14 from woody, but forgot to use woody libraries for compiling, so of course it will only install on testing/unstable.
</p>

<p></p><p>
I would do apt-get source cupsys rather than dpkg-source cupyss; I <b>thought</b> the latter was for unpacking it after you&#8217;ve already downloaded it.
</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Farooq</title>
		<link>http://adam.rosi-kessel.org/weblog/2004/12/31/linux/comment-page-1#comment-775</link>
		<dc:creator>Farooq</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://adam.rosi-kessel.org/weblog/free_software/code/linux.html#comment-775</guid>
		<description>&lt;p&gt;I&#039;m glad there is no more &quot;client-error-forbidden&quot; message when i want to cancel the print job. I use your cupsd.conf example. Is it normal when i cancel a job and it still printing 1-2 pages.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad there is no more &#8220;client-error-forbidden&#8221; message when i want to cancel the print job. I use your cupsd.conf example. Is it normal when i cancel a job and it still printing 1-2 pages.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Christopher</title>
		<link>http://adam.rosi-kessel.org/weblog/2004/12/31/linux/comment-page-1#comment-776</link>
		<dc:creator>Paul Christopher</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://adam.rosi-kessel.org/weblog/free_software/code/linux.html#comment-776</guid>
		<description>&lt;p&gt;Thanks for the CUPS &quot;client-error-forbidden&quot; fix. I just pasted in your  example and it worked!
Thanks! Much appreciated.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the CUPS &#8220;client-error-forbidden&#8221; fix. I just pasted in your  example and it worked!
Thanks! Much appreciated.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://adam.rosi-kessel.org/weblog/2004/12/31/linux/comment-page-1#comment-777</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://adam.rosi-kessel.org/weblog/free_software/code/linux.html#comment-777</guid>
		<description>&lt;p&gt;Want a more up to date SMC setup?  It&#039;s still in progress, but it&#039;s relly handy so far.  using 2.6 and everything.  check my URL.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Want a more up to date SMC setup?  It&#8217;s still in progress, but it&#8217;s relly handy so far.  using 2.6 and everything.  check my URL.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien THOMAS</title>
		<link>http://adam.rosi-kessel.org/weblog/2004/12/31/linux/comment-page-1#comment-778</link>
		<dc:creator>Sébastien THOMAS</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://adam.rosi-kessel.org/weblog/free_software/code/linux.html#comment-778</guid>
		<description>&lt;p&gt;It works fine now! :)
Thanks All :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It works fine now! :)
Thanks All :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Franklin</title>
		<link>http://adam.rosi-kessel.org/weblog/2004/12/31/linux/comment-page-1#comment-779</link>
		<dc:creator>Joshua Franklin</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://adam.rosi-kessel.org/weblog/free_software/code/linux.html#comment-779</guid>
		<description>&lt;p&gt;Your helpful config file also worked for me on Fedora Core 2-test2, after I added these lines from my original config:&lt;/p&gt;

&lt;p&gt;LogLevel info
MaxLogSize 0
Printcap /etc/printcap&lt;/p&gt;

&lt;p&gt;Browsing On
BrowseProtocols cups
BrowseOrder Deny,Allow
BrowseAllow from @LOCAL
Listen 127.0.0.1:631
Listen 192.168.0.100:631&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Your helpful config file also worked for me on Fedora Core 2-test2, after I added these lines from my original config:</p>

<p>LogLevel info
MaxLogSize 0
Printcap /etc/printcap</p>

<p>Browsing On
BrowseProtocols cups
BrowseOrder Deny,Allow
BrowseAllow from @LOCAL
Listen 127.0.0.1:631
Listen 192.168.0.100:631</p>]]></content:encoded>
	</item>
</channel>
</rss>
