PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > Debian livecd
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

Debian livecd

Réponse
 
LinkBack Outils de la discussion
Vieux 23/02/2007, 19h30   #1
José Pablo Fernández
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Debian livecd

Is there a Debian Live CD I could use to do maintenance? I know there are
various Debian-based live cds, but I'd like one based in Sarge so I know the
version of all the tools, like fsck, mdadm, etc match those used by the
system itself.
Thank you.
--
José Pablo Fernández
pablo.fernandez@rs.com.ar
  Réponse avec citation
Vieux 23/02/2007, 19h40   #2
Javier Vasquez
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Debian livecd

On 2/23/07, José Pablo Fernández <pablo.fernandez@rs.com.ar> wrote:
> Is there a Debian Live CD I could use to do maintenance? I know there are
> various Debian-based live cds, but I'd like one based in Sarge so I know the
> version of all the tools, like fsck, mdadm, etc match those used by the
> system itself.
> Thank you.
> --
> José Pablo Fernández
> pablo.fernandez@rs.com.ar


I'm not sure if there's a backport to Sarge, but under unstable
there's the following package, which provides a customized pure debian
live cd:

http://packages.debian.org/unstable/misc/live-package
http://debian-live.alioth.debian.org/
http://wiki.debian.org/LiveCD

--
Javier
  Réponse avec citation
Vieux 23/02/2007, 19h40   #3
Greg Folkert
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Debian livecd

On Fri, 2007-02-23 at 13:21 -0300, José Pablo Fernández wrote:
> Is there a Debian Live CD I could use to do maintenance? I know there are
> various Debian-based live cds, but I'd like one based in Sarge so I know the
> version of all the tools, like fsck, mdadm, etc match those used by the
> system itself.


Boot with nearly any LiveCD that has chroot support.

Mount the filesystems with root on a directory like "/sysimage" and then
do the rest from there.

Then chroot into the system image. Most if not all system maintenance
can be done right from the system itself. Of course there are some
issues you will need to understand but nothing preventing you from doing
what you need to do.
--
greg, greg@gregfolkert.net

Novell's Directory Services is a competitive product to Microsoft's
Active Directory in much the same way that the Saturn V is a competitive
product to those dinky little model rockets that kids light off down at
the playfield. -- Thane Walkup
  Réponse avec citation
Vieux 23/02/2007, 20h40   #4
José Pablo Fernández
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Debian livecd

On Friday 23 February 2007 16:36, Greg Folkert wrote:
> Then chroot into the system image. Most if not all system maintenance
> can be done right from the system itself. Of course there are some
> issues you will need to understand but nothing preventing you from doing
> what you need to do.


I need to do FS maintenance, mdadm and fsck, and I'd be booting with a CD only
to have root not even mounted as read only, so this is not really an option.
--
José Pablo Fernández
pablo.fernandez@rs.com.ar
  Réponse avec citation
Vieux 23/02/2007, 20h50   #5
Joe Hart
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Debian livecd

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

José Pablo Fernández wrote:
> On Friday 23 February 2007 16:36, Greg Folkert wrote:
>> Then chroot into the system image. Most if not all system maintenance
>> can be done right from the system itself. Of course there are some
>> issues you will need to understand but nothing preventing you from doing
>> what you need to do.

>
> I need to do FS maintenance, mdadm and fsck, and I'd be booting with a CD only
> to have root not even mounted as read only, so this is not really an option.


You want to do maintenance, the best live distro (if you know how to use
text based tools) is grml. It saved my butt a few times.

Knoppix is also a good live CD for doing maintenance in graphical mode.

Joe

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF31H8iXBCVWpc5J4RAuQEAKCzKO8DBj7t+El/vl6wSoIZzuMrqwCgn5EH
Mw1Nqkm/PzeoOQq709vV1+s=
=mzvE
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 23/02/2007, 21h50   #6
Mike McCarty
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Debian livecd

José Pablo Fernández wrote:
> Is there a Debian Live CD I could use to do maintenance? I know there are


The Live CD howto supposedly has an explanation of how to make
a Live CD from any distro, especially Debian. I suppose you could
use Knoppix and do a respin, but put your own distro in there.

> various Debian-based live cds, but I'd like one based in Sarge so I know the
> version of all the tools, like fsck, mdadm, etc match those used by the
> system itself.
> Thank you.


Mike
--
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){pri ntf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
I can explain it for you, but I can't understand it for you.
I speak only for myself, and I am unanimous in that!


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 24/02/2007, 11h00   #7
Oliver Jato
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Debian livecd

Am Freitag, 23. Februar 2007 21:33 schrieb José Pablo Fernández:
> I need to do FS maintenance, mdadm and fsck, and I'd be booting with a CD
> only to have root not even mounted as read only, so this is not really an
> option.

"Recovery Is Possible" handles mdadm plus lvm2 setups very good. Plus it's
very small and it's available with or without X:
http://www.tux.org/pub/people/kent-r...looplinux/rip/
--

Grüße / Regards,
Oliver

God is subtle, but he is not malicious.
-- Albert Einstein
  Réponse avec citation
Vieux 24/02/2007, 11h10   #8
Hugo Vanwoerkom
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Debian livecd

Joe Hart wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> José Pablo Fernández wrote:
>> On Friday 23 February 2007 16:36, Greg Folkert wrote:
>>> Then chroot into the system image. Most if not all system maintenance
>>> can be done right from the system itself. Of course there are some
>>> issues you will need to understand but nothing preventing you from doing
>>> what you need to do.

>> I need to do FS maintenance, mdadm and fsck, and I'd be booting with a CD only
>> to have root not even mounted as read only, so this is not really an option.

>
> You want to do maintenance, the best live distro (if you know how to use
> text based tools) is grml. It saved my butt a few times.
>
> Knoppix is also a good live CD for doing maintenance in graphical mode.
>


Or like grml if you boot it 'knoppix 2'

Hugo


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 25/02/2007, 07h30   #9
Joe Hart
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Debian livecd

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hugo Vanwoerkom wrote:
> Joe Hart wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> José Pablo Fernández wrote:
>>> On Friday 23 February 2007 16:36, Greg Folkert wrote:
>>>> Then chroot into the system image. Most if not all system maintenance
>>>> can be done right from the system itself. Of course there are some
>>>> issues you will need to understand but nothing preventing you from
>>>> doing
>>>> what you need to do.
>>> I need to do FS maintenance, mdadm and fsck, and I'd be booting with
>>> a CD only to have root not even mounted as read only, so this is not
>>> really an option.

>>
>> You want to do maintenance, the best live distro (if you know how to use
>> text based tools) is grml. It saved my butt a few times.
>>
>> Knoppix is also a good live CD for doing maintenance in graphical mode.
>>

>
> Or like grml if you boot it 'knoppix 2'
>
> Hugo
>
>


Agreed. However, the benefit of grml is that the fonts are much better,
and it opens all the tty's and logs either root or user grml into them.
It also places the syslog on 12, so you can watch it live. Not to
mention it boots much faster.


There _is_ a live Debian CD, if someone wants the real thing, they can
get it at http://live.debian.net/

I have never tried it, so I can't make a comment on it.

Joe



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF4Tk4iXBCVWpc5J4RAnuoAJwK5vNqTU4Javzw7LRmJA OkQiHkSACfaII5
S9T1OKl7+MxjkMUn+AmDhT4=
=4f7j
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 26/02/2007, 12h10   #10
Chris Lale
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Debian livecd

José Pablo Fernández wrote:
> Is there a Debian Live CD I could use to do maintenance? I know there are
> various Debian-based live cds, but I'd like one based in Sarge so I know the
> version of all the tools, like fsck, mdadm, etc match those used by the
> system itself.
>
>

Debian Live is the only live CD that uses only 100% Debian packages
straight from the repositories. You can download Sid and Etch ISOs. The
Etch weekly builds are available from
http://live.debian.net/weekly-builds/current/i386/

Consult

* http://debian-live.alioth.debian.org/
* http://wiki.debian.org/DebianLive/

if you really want Sarge.


--
Chris.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 00h11.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,20252 seconds with 18 queries