The time now is Wed 25 Apr 2018, 07:11
All times are UTC - 4 |
Author |
Message |
jplt

Joined: 12 Nov 2010 Posts: 282 Location: Terre
|
Posted: Wed 09 Oct 2013, 13:55 Post subject:
[RESOLU] Fatdog sandbox dans puppy ? |
|
Existe-t-il dans puppy le même outil qu'il y a dans fatdog64: http://distro.ibiblio.org/fatdog/web/faqs/sandbox.html
je trouve géniale le fait de pourvoir tester des pets ,sfs sans endommager son systeme !
_________________ Precise , Tahr
Last edited by jplt on Wed 09 Oct 2013, 15:12; edited 1 time in total
|
Back to top
|
|
 |
ASRI éducation

Joined: 09 May 2009 Posts: 3203 Location: France
|
Posted: Wed 09 Oct 2013, 15:10 Post subject:
Re: Fatdog sandbox dans puppy ? |
|
Non, un tel outil n'existe pas dans Puppy.
Pour obtenir un comportement proche, tu peux démarrer Puppy en ram et ne pas sauvegarder la session.
Dans le cas d'un installation frugale avec fichier de sauvegarde, le forum anglophone propose quelques solutions (c'est souvent du bidouillage) pour ne pas sauvegarder la session en cours. cf. http://www.murga-linux.com/puppy/index.php?f=4
Cordialement,
_________________ Projet ASRI éducation => Association | Forum | Dépôt | Espace kids
|
Back to top
|
|
 |
jplt

Joined: 12 Nov 2010 Posts: 282 Location: Terre
|
Posted: Wed 09 Oct 2013, 15:14 Post subject:
|
|
Dommage , c'est un genre de chroot je pense https://fr.wikipedia.org/wiki/Chroot
Ok merci ASRI
_________________ Precise , Tahr
|
Back to top
|
|
 |
Médor
Joined: 26 May 2011 Posts: 2822
|
Posted: Wed 09 Oct 2013, 15:36 Post subject:
|
|
Bonsoir jplp,
N'ayant pas de pc 64 bits je ne peut pas tester de Fatdog au delà de l'ancienne version 111 en 32 bits...
Il serait intéressant si ce ne sont que des scripts et non des exécutables de vérifier ces fichiers sur une Puppy 32Bits si tu peux les joindre en tar.gz.
(Les pets actuels de Fatdog sont compressés en tar.zx le format en lui-même est donc incompatible...).
Cordialement,
Médor.
_________________ Recherches Puppy|Index Puppy|Index FR|Tuto Toutou
|
Back to top
|
|
 |
jplt

Joined: 12 Nov 2010 Posts: 282 Location: Terre
|
Posted: Thu 10 Oct 2013, 03:34 Post subject:
|
|
Hello Médor,
voici le scirpt sandbox que j'ai recupéré dans la Fatfog64-621.
Description |
|

Download |
Filename |
sandbox.sh.zip |
Filesize |
2.23 KB |
Downloaded |
143 Time(s) |
_________________ Precise , Tahr
|
Back to top
|
|
 |
Médor
Joined: 26 May 2011 Posts: 2822
|
Posted: Thu 10 Oct 2013, 05:16 Post subject:
|
|
Bonjour jplt,
En première lecture il n'y a rien qui semble incompatible dans le script !
A voir :
Vers la fin du fichier le montage de $FAKEROOT/usr/lib64 et /usr/X11R7/lib64, ce n'est pas nécessaire en 32 Bits.
(/etc/shinit n'existe pas sur une Puppy classique).
Y-a-t-il d'origine des fichiers dans /usr/share/sandbox/ ?
Et dans la lancé peux-tu joindre les fichiers : rw-sandbox.sh, pet4sand.sh, shinit et les éventuels fichiers dans /usr/share/sandbox/.
Cordialement,
Médor.
_________________ Recherches Puppy|Index Puppy|Index FR|Tuto Toutou
|
Back to top
|
|
 |
jplt

Joined: 12 Nov 2010 Posts: 282 Location: Terre
|
Posted: Thu 10 Oct 2013, 17:01 Post subject:
|
|
Tout est la... fatdog64_sandbox.tar.gz - 859 KB
_________________ Precise , Tahr
|
Back to top
|
|
 |
Médor
Joined: 26 May 2011 Posts: 2822
|
Posted: Thu 10 Oct 2013, 17:44 Post subject:
|
|
Bonsoir jplt,
Merci pour l'archive, par contre ça se complique avec le serveur X : Xephyr, je ne le connais pas et il est compilé en 64 Bits donc inutilisable en l'état.
ÉDITÉ : Xephyr est un serveur auxiliaire pour lancer une application dans une session X, donc il faut le compiler...
Je regarderais ça ce week-end car demain je ne serais pas disponible une grande partie de la journée.
Cordialement,
Médor.
_________________ Recherches Puppy|Index Puppy|Index FR|Tuto Toutou
|
Back to top
|
|
 |
jamesbond
Joined: 26 Feb 2007 Posts: 3146 Location: The Blue Marble
|
Posted: Thu 10 Oct 2013, 23:44 Post subject:
|
|
ASRI éducation wrote: | Pour obtenir un comportement proche, tu peux démarrer Puppy en ram et ne pas sauvegarder la session.
|
Exactly because I'm tired of booting and rebooting, I created sandbox
Yes, essentially sandbox is chroot (with a few helpful functions added on top of it).
Médor wrote: | ture il n'y a rien qui semble incompatible dans le script !
A voir :
Vers la fin du fichier le montage de $FAKEROOT/usr/lib64 et /usr/X11R7/lib64, ce n'est pas nécessaire en 32 Bits.
(/etc/shinit n'existe pas sur une Puppy classique).
|
More importantly, Fatdog uses different mountpoints for the stackable filesystem: instead of /initrd/pup_rw, /initrd/pup_ro2, etc Fatdog uses /aufs/pup_save, /aufs/pup_ro, etc so these needs to be translated as well. Puppy doesn't use /etc/shinit - that's not important, instead, just insert whatever stuff in /etc/shinit to /etc/profile.
As for Xephyr, I'm quite sure there is a package on PPM for Precise. Use that one if it works.
Happy porting,
cordialement,
(PS: Pardon my use of English. I don't understand French. The only reason I can reply to this thread is because Google Translate helped me).
_________________ Fatdog64, Slacko and Puppeee user. Puppy user since 2.13.
Contributed Fatdog64 packages thread.
|
Back to top
|
|
 |
Médor
Joined: 26 May 2011 Posts: 2822
|
Posted: Sat 12 Oct 2013, 05:34 Post subject:
|
|
jamesbond wrote: | More importantly, Fatdog uses different mountpoints for the stackable filesystem: instead of /initrd/pup_rw, /initrd/pup_ro2, etc Fatdog uses /aufs/pup_save, /aufs/pup_ro, etc so these needs to be translated as well. Puppy doesn't use /etc/shinit - that's not important, instead, just insert whatever stuff in /etc/shinit to /etc/profile. |
Thanks James for pointing these mountpoints differences.
Yes Xephyr binary packages are available in Ubuntu repro:
Lucid: xserver-xephyr_1.7.6-2ubuntu7.12_i386.deb
Precise: xserver-xephyr_1.11.4-0ubuntu10.13_i386.deb
So I will test sandbox soon
Cordialement,
Médor.
_________________ Recherches Puppy|Index Puppy|Index FR|Tuto Toutou
|
Back to top
|
|
 |
|
|
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 You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|