<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Creating Your Own Debian Package Mirror for Use With Apt</title>
	<link>http://blog.unixlore.net/2006/03/creating-your-own-debian-package.html</link>
	<description>Geek tech-tips, news and commentary</description>
	<pubDate>Tue, 06 Jan 2009 08:32:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Anonymous</title>
		<link>http://blog.unixlore.net/2006/03/creating-your-own-debian-package.html#comment-122</link>
		<author>Anonymous</author>
		<pubDate>Fri, 09 Feb 2007 05:54:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/03/creating-your-own-debian-package.html#comment-122</guid>
		<description>Geek Pit&lt;br/&gt;Help me&lt;br/&gt;How to create mirror -debian-sarge&lt;br/&gt;with source 14CDs&lt;br/&gt;please step by step</description>
		<content:encoded><![CDATA[<p>Geek Pit<br />Help me<br />How to create mirror -debian-sarge<br />with source 14CDs<br />please step by step</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blog.unixlore.net/2006/03/creating-your-own-debian-package.html#comment-121</link>
		<author>Doug</author>
		<pubDate>Wed, 07 Feb 2007 11:46:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/03/creating-your-own-debian-package.html#comment-121</guid>
		<description>There is another way to do what you want - see http://www.debianplanet.org/node.php?id=698 for details, I think it will help.</description>
		<content:encoded><![CDATA[<p>There is another way to do what you want - see <a href="http://www.debianplanet.org/node.php?id=698" rel="nofollow">http://www.debianplanet.org/node.php?id=698</a> for details, I think it will help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.unixlore.net/2006/03/creating-your-own-debian-package.html#comment-120</link>
		<author>Anonymous</author>
		<pubDate>Wed, 07 Feb 2007 06:26:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/03/creating-your-own-debian-package.html#comment-120</guid>
		<description>Geek Pit</description>
		<content:encoded><![CDATA[<p>Geek Pit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.unixlore.net/2006/03/creating-your-own-debian-package.html#comment-119</link>
		<author>Anonymous</author>
		<pubDate>Tue, 06 Feb 2007 11:28:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/03/creating-your-own-debian-package.html#comment-119</guid>
		<description>Hi 
plase help me
I Have debian-sarge 14CDs,and try to make
mirror-server
the configurations like this

#copy all CD one per one to direktory /debian/sarge
#cp-R  /media/cdrom/* /root/debian/sarge
(what is true ?)

#dpkg-scanpackages pool/contrib /dev/null &#124;gzip -9c
&gt;Pakckages.gz
#dpkg-scanpackages pool/main /dev/null &#124;gzip -9c
&gt;Pakckages.gz
and
#cd /var/www
#lin -s /debian/sarge

apache:
/etc/apache2/sites-enabled/00-default
   #RedirectMatch ^/$ /apache2-default/

for client
/etc/apt/sources
ded http://10.252.10.254 /sarge contrib main

test
#apt-get update
not success


Err http://10.252.10.254 /sarge/contrib Packages
  404 Not Found
Ign http://10.252.10.254 /sarge/contrib Release
Err http://10.252.10.254 /sarge/main Packages
  404 Not Found
Ign http://10.252.10.254 /sarge/main Release
Failed to fetch
http://10.252.10.254/dists//sarge/contrib/binary-i386/Packages.gz
 404 Not Found
Failed to fetch
http://10.252.10.254/dists//sarge/main/binary-i386/Packages.gz
 404 Not Found
Reading Package Lists... Done
W: Couldn't stat source package list
http://10.252.10.254 /sarge/contrib Packages
(/var/lib/apt/lists/10.252.10.254_dists__sarge_contrib_binary-i386_Packages)
- stat (2 No such file or directory)
W: Couldn't stat source package list
http://10.252.10.254 /sarge/main Packages
(/var/lib/apt/lists/10.252.10.254_dists__sarge_main_binary-i386_Packages)
- stat (2 No such file or directory)
W: You may want to run apt-get update to correct these
problems
E: Some index files failed to download, they have been
ignored, or old ones used instead.</description>
		<content:encoded><![CDATA[<p>Hi<br />
plase help me<br />
I Have debian-sarge 14CDs,and try to make<br />
mirror-server<br />
the configurations like this</p>
<p>#copy all CD one per one to direktory /debian/sarge<br />
#cp-R  /media/cdrom/* /root/debian/sarge<br />
(what is true ?)</p>
<p>#dpkg-scanpackages pool/contrib /dev/null |gzip -9c<br />
>Pakckages.gz<br />
#dpkg-scanpackages pool/main /dev/null |gzip -9c<br />
>Pakckages.gz<br />
and<br />
#cd /var/www<br />
#lin -s /debian/sarge</p>
<p>apache:<br />
/etc/apache2/sites-enabled/00-default<br />
   #RedirectMatch ^/$ /apache2-default/</p>
<p>for client<br />
/etc/apt/sources<br />
ded <a href="http://10.252.10.254" rel="nofollow">http://10.252.10.254</a> /sarge contrib main</p>
<p>test<br />
#apt-get update<br />
not success</p>
<p>Err <a href="http://10.252.10.254" rel="nofollow">http://10.252.10.254</a> /sarge/contrib Packages<br />
  404 Not Found<br />
Ign <a href="http://10.252.10.254" rel="nofollow">http://10.252.10.254</a> /sarge/contrib Release<br />
Err <a href="http://10.252.10.254" rel="nofollow">http://10.252.10.254</a> /sarge/main Packages<br />
  404 Not Found<br />
Ign <a href="http://10.252.10.254" rel="nofollow">http://10.252.10.254</a> /sarge/main Release<br />
Failed to fetch<br />
<a href="http://10.252.10.254/dists//sarge/contrib/binary-i386/Packages.gz" rel="nofollow">http://10.252.10.254/dists//sarge/contrib/binary-i386/Packages.gz</a><br />
 404 Not Found<br />
Failed to fetch<br />
<a href="http://10.252.10.254/dists//sarge/main/binary-i386/Packages.gz" rel="nofollow">http://10.252.10.254/dists//sarge/main/binary-i386/Packages.gz</a><br />
 404 Not Found<br />
Reading Package Lists&#8230; Done<br />
W: Couldn&#8217;t stat source package list<br />
<a href="http://10.252.10.254" rel="nofollow">http://10.252.10.254</a> /sarge/contrib Packages<br />
(/var/lib/apt/lists/10.252.10.254_dists__sarge_contrib_binary-i386_Packages)<br />
- stat (2 No such file or directory)<br />
W: Couldn&#8217;t stat source package list<br />
<a href="http://10.252.10.254" rel="nofollow">http://10.252.10.254</a> /sarge/main Packages<br />
(/var/lib/apt/lists/10.252.10.254_dists__sarge_main_binary-i386_Packages)<br />
- stat (2 No such file or directory)<br />
W: You may want to run apt-get update to correct these<br />
problems<br />
E: Some index files failed to download, they have been<br />
ignored, or old ones used instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.unixlore.net/2006/03/creating-your-own-debian-package.html#comment-106</link>
		<author>Anonymous</author>
		<pubDate>Tue, 24 Oct 2006 12:44:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/03/creating-your-own-debian-package.html#comment-106</guid>
		<description>Hi Doug&lt;br/&gt;&lt;br/&gt;It is working from another machine with the ftp option.&lt;br/&gt;&lt;br/&gt;The http does not work and the Packages.gz where in pathtomirror/.temp/dists/sarge/ and so on but i have made my own Package.gz files now and the contrib and non-free are working so far i am still waiting for the Packages.gz to be finished for main but i expect this to take some time longer due to the larger number of files.&lt;br/&gt;&lt;br/&gt;Once again thanks for your help and the great how-to</description>
		<content:encoded><![CDATA[<p>Hi Doug</p>
<p>It is working from another machine with the ftp option.</p>
<p>The http does not work and the Packages.gz where in pathtomirror/.temp/dists/sarge/ and so on but i have made my own Package.gz files now and the contrib and non-free are working so far i am still waiting for the Packages.gz to be finished for main but i expect this to take some time longer due to the larger number of files.</p>
<p>Once again thanks for your help and the great how-to</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.unixlore.net/2006/03/creating-your-own-debian-package.html#comment-105</link>
		<author>Anonymous</author>
		<pubDate>Tue, 24 Oct 2006 09:39:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/03/creating-your-own-debian-package.html#comment-105</guid>
		<description>Hi Doug&lt;br/&gt;&lt;br/&gt;Thanks for the quick reply&lt;br/&gt;&lt;br/&gt;I have the following failure exactly&lt;br/&gt;&lt;br/&gt;Err ftp: sarge/non-free Release&lt;br/&gt;  Temporary failure resolving 'dists'&lt;br/&gt;Err http://debian sarge/main Packages&lt;br/&gt;  404 Not Found&lt;br/&gt;Ign http://debian sarge/main Release&lt;br/&gt;Err http://debian sarge/contrib Packages&lt;br/&gt;  404 Not Found&lt;br/&gt;Ign http://debian sarge/contrib Release&lt;br/&gt;Err http://debian sarge/non-free Packages&lt;br/&gt;  404 Not Found&lt;br/&gt;Ign http://debian sarge/non-free Release&lt;br/&gt;Failed to fetch http://debian/dists/sarge/main/binary-i386/Packages.gz  404 Not&lt;br/&gt;Found&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;These are my 2 entries in the sources list&lt;br/&gt;&lt;br/&gt;deb http://debian/ sarge main contrib non-free&lt;br/&gt;deb ftp:// sarge main contrib non-free&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;I have used piwd to change the ftp user to where the mirror is store&lt;br/&gt;&lt;br/&gt;/mnt/hda3&lt;br/&gt;&lt;br/&gt;I also noticed it was needed to add debian to the hosts file afterlocal host to get the ftp slightly further&lt;br/&gt;&lt;br/&gt;I have also tried 2 types of configuration for the apache2&lt;br/&gt;&lt;br/&gt;Alias  /mnt/hda3 "/debian/"&lt;br/&gt;Directory #imagine tag here as not allowed post&lt;br/&gt;    AllowOverride FileInfo AuthConfig Limit&lt;br/&gt;    Options Indexes SymLinksIfOwnerMatch IncludesNoExec&lt;br/&gt;Directory&lt;br/&gt;&lt;br/&gt;and&lt;br/&gt;&lt;br/&gt;Alias /debian/ "/mnt/hda3"&lt;br/&gt;Directory "/mnt/hda3"&lt;br/&gt;    AllowOverride FileInfo AuthConfig Limit&lt;br/&gt;    Options Indexes SymLinksIfOwnerMatch IncludesNoExec&lt;br/&gt;Directory&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;But it still has the same problem&lt;br/&gt;&lt;br/&gt;Shane</description>
		<content:encoded><![CDATA[<p>Hi Doug</p>
<p>Thanks for the quick reply</p>
<p>I have the following failure exactly</p>
<p>Err ftp: sarge/non-free Release<br />  Temporary failure resolving &#8216;dists&#8217;<br />Err <a href="http://debian" rel="nofollow">http://debian</a> sarge/main Packages<br />  404 Not Found<br />Ign <a href="http://debian" rel="nofollow">http://debian</a> sarge/main Release<br />Err <a href="http://debian" rel="nofollow">http://debian</a> sarge/contrib Packages<br />  404 Not Found<br />Ign <a href="http://debian" rel="nofollow">http://debian</a> sarge/contrib Release<br />Err <a href="http://debian" rel="nofollow">http://debian</a> sarge/non-free Packages<br />  404 Not Found<br />Ign <a href="http://debian" rel="nofollow">http://debian</a> sarge/non-free Release<br />Failed to fetch <a href="http://debian/dists/sarge/main/binary-i386/Packages.gz" rel="nofollow">http://debian/dists/sarge/main/binary-i386/Packages.gz</a>  404 Not<br />Found</p>
<p>These are my 2 entries in the sources list</p>
<p>deb <a href="http://debian/" rel="nofollow">http://debian/</a> sarge main contrib non-free<br />deb <a href="ftp://" rel="nofollow">ftp://</a> sarge main contrib non-free</p>
<p>I have used piwd to change the ftp user to where the mirror is store</p>
<p>/mnt/hda3</p>
<p>I also noticed it was needed to add debian to the hosts file afterlocal host to get the ftp slightly further</p>
<p>I have also tried 2 types of configuration for the apache2</p>
<p>Alias  /mnt/hda3 &#8220;/debian/&#8221;<br />Directory #imagine tag here as not allowed post<br />    AllowOverride FileInfo AuthConfig Limit<br />    Options Indexes SymLinksIfOwnerMatch IncludesNoExec<br />Directory</p>
<p>and</p>
<p>Alias /debian/ &#8220;/mnt/hda3&#8243;<br />Directory &#8220;/mnt/hda3&#8243;<br />    AllowOverride FileInfo AuthConfig Limit<br />    Options Indexes SymLinksIfOwnerMatch IncludesNoExec<br />Directory</p>
<p>But it still has the same problem</p>
<p>Shane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blog.unixlore.net/2006/03/creating-your-own-debian-package.html#comment-104</link>
		<author>Doug</author>
		<pubDate>Tue, 24 Oct 2006 00:02:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/03/creating-your-own-debian-package.html#comment-104</guid>
		<description>Just guessing that perhaps you are not using the right line is sources.list? It should be something like:&lt;br/&gt;&lt;br/&gt;deb http://debian/ sarge main contrib non-free&lt;br/&gt;&lt;br/&gt;What does yours look like?&lt;br/&gt;&lt;br/&gt;Doug</description>
		<content:encoded><![CDATA[<p>Just guessing that perhaps you are not using the right line is sources.list? It should be something like:</p>
<p>deb <a href="http://debian/" rel="nofollow">http://debian/</a> sarge main contrib non-free</p>
<p>What does yours look like?</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.unixlore.net/2006/03/creating-your-own-debian-package.html#comment-103</link>
		<author>Anonymous</author>
		<pubDate>Mon, 23 Oct 2006 14:20:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/03/creating-your-own-debian-package.html#comment-103</guid>
		<description>Hi Thanks for the great how to although i have one question it seems as though my Packages.gz are not inside the distribution and as such when my machine or another looks towards the mirror we get the error /pathtomirror/dists/sarge/main/binaray-i386/Packages.gz 404 not found&lt;br/&gt;&lt;br/&gt;Must i create my own packages and if so how&lt;br/&gt;&lt;br/&gt;Thanks in advance for any clue</description>
		<content:encoded><![CDATA[<p>Hi Thanks for the great how to although i have one question it seems as though my Packages.gz are not inside the distribution and as such when my machine or another looks towards the mirror we get the error /pathtomirror/dists/sarge/main/binaray-i386/Packages.gz 404 not found</p>
<p>Must i create my own packages and if so how</p>
<p>Thanks in advance for any clue</p>
]]></content:encoded>
	</item>
</channel>
</rss>
