Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Drbl e Clonezilla su gentoo?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
digu
Apprentice
Apprentice


Joined: 26 Feb 2006
Posts: 201
Location: Verona

PostPosted: Wed Sep 06, 2006 5:01 pm    Post subject: Drbl e Clonezilla su gentoo? Reply with quote

Ciao a tutti... qualcuno ha gia' installato e configurato questi software sotto gentoo?

-drbl: diskless remote boot in linux
-clonezilla: sistema per il cloning delle macchine

Per le distribuzioni come debian, redhat e suse esistono i .deb e gli .rpm.
Ho provato a lanciare un emerge -s drbl e poi clonezilla... ma non ho trovato nulla...
_________________
..:[DiGu]:.
Back to top
View user's profile Send private message
.:deadhead:.
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 2963
Location: Milano, Italy

PostPosted: Wed Sep 06, 2006 5:32 pm    Post subject: Reply with quote

in bugzilla hai già guardato? E nei vari overlay non ufficiali?
_________________
Proudly member of the Gentoo Documentation Project: the Italian Conspiracy ! ;)
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Thu Sep 07, 2006 7:36 am    Post subject: Re: Drbl e Clonezilla su gentoo? Reply with quote

digu wrote:
Per le distribuzioni come debian, redhat e suse esistono i .deb e gli .rpm.
Ho provato a lanciare un emerge -s drbl e poi clonezilla... ma non ho trovato nulla...

Non devi suppore che solo perchè un sw è incluso in una o più distro debba essere incluso in tutte ...
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
digu
Apprentice
Apprentice


Joined: 26 Feb 2006
Posts: 201
Location: Verona

PostPosted: Thu Sep 07, 2006 4:43 pm    Post subject: Reply with quote

Infatti io non ho supposto questo, ho chiesto se qualcuno ha installato e configurato drbl e clonezilla sotto gentoo... dato che non ci sono i pacchetti nel portage...

@.:deadhead:. : dato che non sono espertissimo, cosa intendi con overlay non ufficiali?
_________________
..:[DiGu]:.
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Thu Sep 07, 2006 6:20 pm    Post subject: Reply with quote

digu wrote:
Infatti io non ho supposto questo, ho chiesto se qualcuno ha installato e configurato drbl e clonezilla sotto gentoo... dato che non ci sono i pacchetti nel portage...

@.:deadhead:. : dato che non sono espertissimo, cosa intendi con overlay non ufficiali?


Un esempio di ebuild... crea una dir nel tuo overlay e mettici il file, calcola il digest ed installa:

drbl-1.7.1-r12.ebuild:
Code:

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/drbl/drbl-1.7.1.12.ebuild,v 1.0 2006/09/07 17:58:02 comio Exp $

#SNAPSHOT="yes"

inherit rpm

MY_P=${P}-${PR/r/}

SRC_URI="mirror://sourceforge/drbl/${MY_P}.src.rpm"

DESCRIPTION="Diskless Remote Boot in Linux (DRBL) provides a diskless or systemless environment for client machines."

RESTRICT="nostrip"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"

RDEPEND=""

DEPEND="${RDEPEND}"

PDEPEND=""

LICENSE="GPL-2"

src_unpack() {
        rpm_src_unpack
}

src_compile() {
        cd ${WORKDIR}/${MY_P}
        make all
}

src_install() {
        INSTDIR="/opt/drbl"
        cd ${WORKDIR}/${MY_P}
        make DESTDIR=${D} install

        dosym /opt/drbl/doc /usr/share/doc/${MY_P}

        cd ${WORKDIR}/${MY_P}/bin
        for i in *; do
                dosym ${INSTDIR}/bin/${i} /usr/bin/${i}
        done

        cd ${WORKDIR}/${MY_P}/sbin
        for i in *; do
                dosym ${INSTDIR}/sbin/${i} /usr/sbin/${i}
        done
}


edit: modificato l'ebuild
_________________
RTFM!!!!

e

http://www.comio.it
:)


Last edited by comio on Thu Sep 07, 2006 6:54 pm; edited 1 time in total
Back to top
View user's profile Send private message
digu
Apprentice
Apprentice


Joined: 26 Feb 2006
Posts: 201
Location: Verona

PostPosted: Thu Sep 07, 2006 6:43 pm    Post subject: Reply with quote

scusami, ma non mi e' molto chiaro quello che mi hai detto
_________________
..:[DiGu]:.
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Thu Sep 07, 2006 7:03 pm    Post subject: Reply with quote

digu wrote:
scusami, ma non mi e' molto chiaro quello che mi hai detto


'sto programma è un delirio... praticamente contiene una marea di codice dipendente dalla distribuzione... bisognerebbe fare una patch...

ciao
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Thu Sep 07, 2006 7:16 pm    Post subject: Reply with quote

ommiddioooooooooooooooooo

come ho fatto a vivere senza!!!!!!!!!!!!!!!!!
8O

mi devo assolutamente deocumentare
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
digu
Apprentice
Apprentice


Joined: 26 Feb 2006
Posts: 201
Location: Verona

PostPosted: Thu Sep 07, 2006 7:57 pm    Post subject: Reply with quote

Si effettivamente drbl e' comodo, e non vorrei installare debian per poterlo usare immediatamente...
Per non parlare poi di Clonezilla...
_________________
..:[DiGu]:.
Back to top
View user's profile Send private message
tizio
Guru
Guru


Joined: 22 Mar 2005
Posts: 365

PostPosted: Thu Sep 07, 2006 10:09 pm    Post subject: Reply with quote

sto cercando informazioni su dbrl ma non son sicuro di aver capito a modo...
potreste spiegarmi come funziona?
serve per avere una sorta di live-cd senza cd? per fare boot nel caso succedano danni?
_________________
ci son 10 tipi di persone al mondo..
chi capisce il binario e chi no
Back to top
View user's profile Send private message
digu
Apprentice
Apprentice


Joined: 26 Feb 2006
Posts: 201
Location: Verona

PostPosted: Fri Sep 08, 2006 6:36 am    Post subject: Reply with quote

una macchina funge da server centralizzato... su questo hai attivi DHCP, NIS, TFTP....
Bisogna abilitare sui client il PXE-boot, in modo che questi inviino una richiesta DHCP al server, che gli risponde con una rom per il boot, e poi tramite tftp si caricano l'intero sistema operativo dal server.
Personalmente l'ho sempre usato in coppia con clonezilla...
_________________
..:[DiGu]:.
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Fri Sep 08, 2006 7:54 am    Post subject: Reply with quote

Non ho capito una cosa, in pratica cosa offre in piu' rispetto a Linux Terminal Server Project (LTSP) ?
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
digu
Apprentice
Apprentice


Joined: 26 Feb 2006
Posts: 201
Location: Verona

PostPosted: Fri Sep 08, 2006 9:45 am    Post subject: Reply with quote

Offrono lo stesso servizio...
Non so dirti se c'e' differenza di prestazioni, perche' ltsp non l'ho mai provato
_________________
..:[DiGu]:.
Back to top
View user's profile Send private message
digu
Apprentice
Apprentice


Joined: 26 Feb 2006
Posts: 201
Location: Verona

PostPosted: Mon Sep 11, 2006 3:50 pm    Post subject: Reply with quote

comio wrote:
digu wrote:
scusami, ma non mi e' molto chiaro quello che mi hai detto


'sto programma è un delirio... praticamente contiene una marea di codice dipendente dalla distribuzione... bisognerebbe fare una patch...

ciao


Avete novita'? Non avete piu' detto nulla riguardo a questo programma...
_________________
..:[DiGu]:.
Back to top
View user's profile Send private message
digu
Apprentice
Apprentice


Joined: 26 Feb 2006
Posts: 201
Location: Verona

PostPosted: Sun Sep 17, 2006 10:53 am    Post subject: Reply with quote

comio wrote:

edit: modificato l'ebuild


con questa modifica e' superato il problema di cui parlavi?
Seguendo le tue indicazioni si riesce a installare il software?

Grazie ancora

edit: grazie all'ebuild postato da comio sono riuscito ad installare il sw ma quando provo a far partire la configurazione con il comando:

Code:
/opt/drblsrv -i

ho quest'errore:
Code:
The distribution or version is unknown! Program terminated!


Se qualcuno ha configuraro e fatto partire il programma con successo sa dirmi come lo ha risolto?
_________________
..:[DiGu]:.
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Sun Sep 17, 2006 3:37 pm    Post subject: Reply with quote

we, non ho ancora avuto il tempo di provare,
sono pienissimo di lavoro ed impegni vari....

in effetti l'adozione di questo sistema sembra comportare parecchio PITA
pero mi interessa parecchio, nel caso riesca a testare il tutto
vi faro' sapere
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot 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