Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

sid chroot

 
   Linux (Home) -> -> mentors RSS
Next:  No sponsor found for weeks, what to do now?  
Author Message
Dionysis Kalofonos

External


Since: Jun 06, 2008
Posts: 6



(Msg. 1) Posted: Thu Aug 28, 2008 11:30 am
Post subject: sid chroot
Archived from groups: linux>debian>devel>mentors (more info?)

Hello,

i am trying to create a chroot environment for sid using the command

cdebootstrap -v --flavour=minimal sid /sid http://ftp.debian.org/deb

under etch.

however i get the following error message:

O: The following NEW packages will be installed:
O: apt-utils lzma
O: 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
O: Need to get 243kB of archives.
O: After this operation, 504kB of additional disk space will be used.
O: WARNING: The following packages cannot be authenticated!
O: lzma apt-utils
O: Failed to fetch bootstrap:/pool/main/l/lzma/lzma_4.43-14_i386.deb
Hash Sum mismatch
O: Failed to fetch
bootstrap:/pool/main/a/apt/apt-utils_0.7.14+b1_i386.deb Hash Sum mismatch
O: Authentication warning overridden.
O: E: Unable to fetch some archives, maybe run apt-get update or try
with --fix-missing?
E: Couldn't install system due to errors!

this happens only on the above specific packages and not the numerous
packages that where downloaded and installed by cdebootstrap up to that
point. what is the meaning of the error, and how can i overcome it?

many thanks, regards
--
-- Dionysis Kalofonos


--
To UNSUBSCRIBE, email to debian-mentors-REQUEST DeleteThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster DeleteThis @lists.debian.org
Back to top
Login to vote
Dionysis Kalofonos

External


Since: Jun 06, 2008
Posts: 6



(Msg. 2) Posted: Thu Aug 28, 2008 5:00 pm
Post subject: Re: sid chroot [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you Ricardo,

That did the trick.

However, now i wander whether would be appropriate to bring up this
inconsistency between the two tools. For instance the Debian Reference
document section 8.6.35.1 states:

A chroot Debian environment can easily be created by the debootstrap
command in Sarge. For post-Sarge distributions, you may use cdebootstrap
command instead with appropriate option. For example, to create a Sid
chroot on /sid-root while having fast Internet access:

However, on Etch cdebootstrap seems to fail while debootstrap works fine.

if you think that this is important enough to be brought up then whom
shall i address?

-- Dionysis Kalofonos


Ricardo Ichizo wrote:
> Hello Dionysis,
>
> On Thu, Aug 28, 2008 at 11:18:30AM +0200, Dionysis Kalofonos wrote:
>> Hello,
>>
>> i am trying to create a chroot environment for sid using the command
>>
>> cdebootstrap -v --flavour=minimal sid /sid http://ftp.debian.org/deb
>>
>> under etch.
>>
>
> Try it with debootstrap.
>
> debootstrap sid /sid-root http://ftp.debian.org/debian/
>
> Best regards,


--
To UNSUBSCRIBE, email to debian-mentors-REQUEST.RemoveThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.RemoveThis@lists.debian.org
Back to top
Login to vote
Dionysis Kalofonos

External


Since: Jun 06, 2008
Posts: 6



(Msg. 3) Posted: Thu Aug 28, 2008 5:10 pm
Post subject: Re: sid chroot [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Sebastian, thank you for your reply.

I was also advised to use debootstrap instead, and that tool worked
fine. However, having read your message now i get the impression that
something fishy has happened.

regards
-- Dionysis Kalofonos


Sebastian Harl wrote:
> Hi,
>
> On Thu, Aug 28, 2008 at 11:18:30AM +0200, Dionysis Kalofonos wrote:
>> i am trying to create a chroot environment for sid using the command
>>
>> cdebootstrap -v --flavour=minimal sid /sid http://ftp.debian.org/deb
>>
>> under etch.
>
> In general, *debootstraping Sid under Etch is not supported - use
> cdebootstrap-static from Sid for that purpose.
>
> HTH,
> Sebastian
>


--
To UNSUBSCRIBE, email to debian-mentors-REQUEST RemoveThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster RemoveThis @lists.debian.org
Back to top
Login to vote
Jeremiah C. Foster

External


Since: Dec 14, 2007
Posts: 18



(Msg. 4) Posted: Fri Aug 29, 2008 10:30 am
Post subject: Re: sid chroot [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> Thank you Ricardo,
>
> That did the trick.
>
> However, now i wander whether would be appropriate to bring up this
> inconsistency between the two tools. For instance the Debian Reference
> document section 8.6.35.1 states:
>
> A chroot Debian environment can easily be created by the debootstrap
> command in Sarge. For post-Sarge distributions, you may use cdebootstrap
> command instead with appropriate option. For example, to create a Sid
> chroot on /sid-root while having fast Internet access:
>
> However, on Etch cdebootstrap seems to fail while debootstrap works fine.

I think it is known that debootstrap is better than cdebootstrap. For
example, here is a quote from a recent email on debian-live:[0]

"in general, you should always prefere debootstrap over cdebootstrap:
debootstrap turned out to be better maintained, and it is the official
tool of debian, also used by debian-installer, and it is slightly
faster (although it's written in shell and cdebootstrap is C).

second, debootstrap got updated in the first etch point release
4.0r1) and is thus recent enough to build a lenny or sid live system."

0. http://lists.debian.org/debian-live/2008/08/msg00249.html


Personally I have used debootstrap without a problem a couple of
times so I feel confident in its quality. I have never used
cdebootstrap.
>
> if you think that this is important enough to be brought up then whom
> shall i address?

You may want to file a bug against cdebootstrap.

Regards,
Jeremiah


--
To UNSUBSCRIBE, email to debian-mentors-REQUEST DeleteThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster DeleteThis @lists.debian.org
Back to top
Login to vote
Display posts from previous:   
Related Topics:
pbuilder outside & inside chroot hook scripts - Hello, Situation background: I have two packages which are not available in debian archive. The first one is a library, the second one depends on. The library package builds in pbuilder just fine, but when I try to build the second one I run in..

LessTif conflicts with Motif, doesn't provide Motif, and i.. - Why in the world did DMs compile KDE to say: You must use LessTif and uninstall Motif??? ---------------------------------- 11.8.8 The OSF/Motif and OpenMotif libraries Programs that require the non-DFSG-compliant OSF/Motif or OpenMotif libraries[70]..

Bug#317155: RFP: ldtp -- GNU/Linux Desktop Testing Project - Package: wnpp Severity: wishlist * Package name : ldtp Version : 0.1.6 * URL : http://gnomebangalore.org/ldtp/ * License : GPL2 Description : GNU/Linux Desktop Testing framework GNU/Linux Desktop Testing Project..

Need sponsor - I would like a mentor as I am new and would like to volunteer to help. Be aware that I connect to the inernet via cable and have a computer that I could use only for this. V/R Randy Berry -- To UNSUBSCRIBE, email to..

RFS: color-theme -- Color themes for Emacs - Hi, Friends I'm looking for a sponsor for color-theme. * Package name : color-theme Version : 6.5.4 Upstream Author : Xavier Maillard <zedek@gnu-rox.org> * URL : http://www.emacswiki.org/cgi-bin/wiki?ColorTheme * Lice...
       Linux (Home) -> -> mentors All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
  Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact