fai for BOSS operating system

2009-09-15 Diskussionsfäden Rajesh pant
hello list

>From last 2 or 3 months i have been trying  to  install  BOSS, an indian
version of linux, inside my lab using FAI.
for this purpose i need to create a base image of BOSS.
after running the command as Pbuilder create
i get the following message...



r...@mca62[~]#pbuilder --create
W: /root/.pbuilderrc does not exist
Distribution is sid.
Building the build environment
 -> running cdebootstrap
/usr/bin/cdebootstrap
P: Retrieving Release

it just stuck at this point and then i have to terminate the command
forcefully.

I am desperate to know the mysteries behind this.
 And the list is the only place where i can get some help. because the local
guidance i have is too overwhelming.
I hope, i able to finish my project with the help of the list.
eagerly waiting for help.
thank you.


Re: fai for BOSS operating system

2009-09-15 Diskussionsfäden Thomas Lange
> On Tue, 15 Sep 2009 15:56:17 +0530, Rajesh pant  
> said:

> r...@mca62[~]#pbuilder --create
> W: /root/.pbuilderrc does not exist
> Distribution is sid.
> Building the build environment
-> running cdebootstrap
> /usr/bin/cdebootstrap
> P: Retrieving Release

> it just stuck at this point and then i have to terminate the command
> forcefully.
I would try debootstrap --verbose .. instead

-- 
regards Thomas


Re: INTERNAL ERROR in setup-storage: convert_unit

2009-09-15 Diskussionsfäden Mathieu Alorent
Le mercredi 09 septembre 2009 à 15:18 +0200, Michael Tautschnig a
écrit :
> [...]
> 
> > 
> > The problem disappear if I copy /usr/share/perl5/Linux/LVM.pm from
> > ubuntu to lenny (use liblinux-lvm-perl_0.13 instead of 0.14)
> > 
> > 
> > Something interesting is :
> > from vgdisplay:
> > Alloc PE / Size   0 / 0   
> > 
> > and the associated regexp in LVM.pm:
> > m/^Alloc PE \/ Size\s+(\S+) \/ (\S+) (\S+)/
> > 
> > which doesn't match!
> > 
> > With lib 0.13 the is no complain about empty
> > "$vghash{$vgn}->{alloc_pe_size}" but it's not the case with lib 0.14.
> > 
> > I didn't found what's make the difference...
> 
> Maybe the output of LVM tools has changed, seems like it doesn't output units
> with 0 size allocations (0 / 0 won't match (\S+) \/ (\S+) (\S+)); could you 
> file
> a bug report against liblinux-lvm-perl and report this problem?
> 
> Thanks a lot,
> Michael
> 

I will... :)

however, this how I've managed to get it working :

/usr/share/perl5/Linux/LVM.pm Line 242

# Parse the number of allocated physical extents from the volume group.
-   elsif( m/Alloc PE \/ Size\s+(\S+) \/ (\S+) (\S+)/ ) {
+   elsif( m/Alloc PE \/ Size\s+(\S+) \/ (\S+)(?:\s+(\S+))?/ ) {
$vghash{$vgn}->{alloc_pe} = $1;
$vghash{$vgn}->{alloc_pe_size} = $2;
-   $vghash{$vgn}->{alloc_pe_size_unit} = $3;
+   $vghash{$vgn}->{alloc_pe_size_unit} = $3 || "B";
 next VGINF; }
-- 
Mathieu Alorent
Shell&Core Sophia-Antipolis
AUSY
Pour France Telecom – OPF/PORTAILS/DOP/HEBEX/SOPHIA

Tél: 04 97 12 6226

malorent@orange-ftgroup.com

La signature de ce mail peut être vérifiée en installant les autorités de 
certifications CAcert suivantes :
http://www.cacert.org/certs/root.crt
http://www.cacert.org/certs/class3.crt


smime.p7s
Description: S/MIME cryptographic signature