#451 Le 02/07/2010, à 14:43
- danboy
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
dan@dan-desktop:~/ubukey-test/ubukey/src$ python ubukey.py
selected path : /home/dan/distrib
Traceback (most recent call last):
File "ubukey.py", line 137, in <module>
gui.start_Xephyr()
File "ubukey.py", line 84, in start_Xephyr
os.remove(lockfile)
OSError: [Errno 1] Opération non permise: '/tmp/.X5-lock'
/va se cacher avec toutes ses erreurs
Hors ligne
#452 Le 02/07/2010, à 21:59
- smo
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
Ola
whoue kanor sur ce coup la ca a pas traine !!!
Danboy t abuses hein
lances pas le gui avec sudo et apres en user ou c est un reste du script
la tu fais
sudo rm /tmp/.X5-lock
et relances
passes sur le tchat sinon, a toute
++
Streamstudio, streaming youtube/dailymotion...: http://forum.ubuntu-fr.org/viewtopic.php?id=1299461 / http://streamstudio.me
Page facebook : https://www.facebook.com/streamstudio1?fref=ts
ubukey, createur ubuntu customisé: http://forum.ubuntu-fr.org/viewtopic.php?id=360408
ME PAYER UNE BIERE !! :D : http://gtk-apps.org/content/donate.php?content=138588
Hors ligne
#453 Le 03/07/2010, à 10:25
- danboy
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
CouCou
ben jétais pas en sudo
look la 1ere ligne. Jfais pas sudo
[edit] : c'était sur mon ordi au taff .
Dernière modification par danboy (Le 03/07/2010, à 10:47)
Hors ligne
#454 Le 03/07/2010, à 10:32
- danboy
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
bon j'tai touuuut copié c'que j'ai fait la sur mon ordi [at home]
dan@dan-laptop:~$ mkdir essai-ubukey
dan@dan-laptop:~$ cd essai-ubukey/
dan@dan-laptop:~/essai-ubukey$ git clone http://github.com/smolleyes/ubukey.git
Le programme « git » n'est pas installé. Vous pouvez l'installer en saisissant :
sudo apt-get install git-core
dan@dan-laptop:~/essai-ubukey$ sudo apt-get install git-co
git-cola git-completion git-core
dan@dan-laptop:~/essai-ubukey$ sudo apt-get install git-co
git-cola git-completion git-core
dan@dan-laptop:~/essai-ubukey$ sudo apt-get install git-core
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Les paquets supplémentaires suivants seront installés :
libdigest-sha1-perl liberror-perl
Paquets suggérés :
git-doc git-arch git-cvs git-svn git-email git-daemon-run git-gui gitk gitweb
Les NOUVEAUX paquets suivants seront installés :
git-core libdigest-sha1-perl liberror-perl
0 mis à jour, 3 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 5 673ko dans les archives.
Après cette opération, 11,9Mo d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer [O/n] ? o
Réception de : 1 http://fr.archive.ubuntu.com/ubuntu/ lucid/main liberror-perl 0.17-1 [23,8kB]
Réception de : 2 http://fr.archive.ubuntu.com/ubuntu/ lucid/main libdigest-sha1-perl 2.12-1build1 [26,2kB]
Réception de : 3 http://fr.archive.ubuntu.com/ubuntu/ lucid/main git-core 1:1.7.0.4-1 [5 623kB]
5 673ko réceptionnés en 3s (1 615ko/s)
Sélection du paquet liberror-perl précédemment désélectionné.
(Lecture de la base de données... 224625 fichiers et répertoires déjà installés.)
Dépaquetage de liberror-perl (à partir de .../liberror-perl_0.17-1_all.deb) ...
Sélection du paquet libdigest-sha1-perl précédemment désélectionné.
Dépaquetage de libdigest-sha1-perl (à partir de .../libdigest-sha1-perl_2.12-1build1_i386.deb) ...
Sélection du paquet git-core précédemment désélectionné.
Dépaquetage de git-core (à partir de .../git-core_1%3a1.7.0.4-1_i386.deb) ...
Traitement des actions différées (« triggers ») pour « man-db »...
Paramétrage de liberror-perl (0.17-1) ...
Paramétrage de libdigest-sha1-perl (2.12-1build1) ...
Paramétrage de git-core (1:1.7.0.4-1) ...
localepurge: Disk space freed in /usr/share/locale: 0 KiB
localepurge: Disk space freed in /usr/share/man: 0 KiB
localepurge: Disk space freed in /usr/share/gnome/help: 0 KiB
localepurge: Disk space freed in /usr/share/omf: 0 KiB
localepurge: Disk space freed in /usr/share/doc/kde/HTML: 0 KiB
Total disk space freed by localepurge: 0 KiB
dan@dan-laptop:~/essai-ubukey$ git clone http://github.com/smolleyes/ubukey.git
Initialized empty Git repository in /home/dan/essai-ubukey/ubukey/.git/
remote: Counting objects: 184, done.
remote: Compressing objects: 100% (166/166), done.
remote: Total 184 (delta 62), reused 0 (delta 0)
Receiving objects: 100% (184/184), 2.97 MiB | 932 KiB/s, done.
Resolving deltas: 100% (62/62), done.
dan@dan-laptop:~/essai-ubukey$ cd ubukey
dan@dan-laptop:~/essai-ubukey/ubukey$ sudo ln -s /xxx/xxxx/ubukey /usr/share/ubukey
dan@dan-laptop:~/essai-ubukey/ubukey$ python /usr/share/ubukey/ubukey.py
python: can't open file '/usr/share/ubukey/ubukey.py': [Errno 2] No such file or directory
dan@dan-laptop:~/essai-ubukey/ubukey$ sudo ln -s /home/dan/essai-ubukey/ubukey /usr/share/ubukey
ln: création d'un lien symbolique `/usr/share/ubukey': Le fichier existe
dan@dan-laptop:~/essai-ubukey/ubukey$ python /usr/share/ubukey/ubukey.py
python: can't open file '/usr/share/ubukey/ubukey.py': [Errno 2] No such file or directory
dan@dan-laptop:~/essai-ubukey/ubukey$ sudo ln -s /home/dan/essai-ubukey/ubukey/src/ /usr/share/ubukey
ln: création d'un lien symbolique `/usr/share/ubukey': Le fichier existe
dan@dan-laptop:~/essai-ubukey/ubukey$ python /usr/share/ubukey/ubukey.py
python: can't open file '/usr/share/ubukey/ubukey.py': [Errno 2] No such file or directory
dan@dan-laptop:~/essai-ubukey/ubukey$ cd s
scripts/ src/
dan@dan-laptop:~/essai-ubukey/ubukey$ cd src/
dan@dan-laptop:~/essai-ubukey/ubukey/src$ python /usr/share/ubukey/ubukey.py
*python: can't open file '/usr/share/ubukey/ubukey.py': [Errno 2] No such file or directory
dan@dan-laptop:~/essai-ubukey/ubukey/src$ ls
constants.py data __init__.py lib loader.py ubukey.py
dan@dan-laptop:~/essai-ubukey/ubukey/src$ python ubukey.py
Traceback (most recent call last):
File "ubukey.py", line 9, in <module>
import Xlib
ImportError: No module named Xlib
dan@dan-laptop:~/essai-ubukey/ubukey/src$ sudo apt-get install python-xlib
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Les NOUVEAUX paquets suivants seront installés :
python-xlib
0 mis à jour, 1 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 165ko dans les archives.
Après cette opération, 922ko d'espace disque supplémentaires seront utilisés.
Réception de : 1 http://fr.archive.ubuntu.com/ubuntu/ lucid/universe python-xlib 0.14+20091101-1 [165kB]
165ko réceptionnés en 0s (534ko/s)
Sélection du paquet python-xlib précédemment désélectionné.
(Lecture de la base de données... 225149 fichiers et répertoires déjà installés.)
Dépaquetage de python-xlib (à partir de .../python-xlib_0.14+20091101-1_all.deb) ...
Traitement des actions différées (« triggers ») pour « install-info »...
install-info: avertissement: aucune entrée répertoire Info dans « /usr/share/info/gtkdialog.info.gz »
Paramétrage de python-xlib (0.14+20091101-1) ...
Traitement des actions différées (« triggers ») pour « python-support »...
localepurge: Disk space freed in /usr/share/locale: 0 KiB
localepurge: Disk space freed in /usr/share/man: 0 KiB
localepurge: Disk space freed in /usr/share/gnome/help: 0 KiB
localepurge: Disk space freed in /usr/share/omf: 0 KiB
localepurge: Disk space freed in /usr/share/doc/kde/HTML: 0 KiB
Total disk space freed by localepurge: 0 KiB
dan@dan-laptop:~/essai-ubukey/ubukey/src$ python ubukey.py
selected path : /home/dan/testestes
Traceback (most recent call last):
File "ubukey.py", line 136, in <module>
gui = Ubukey_gui()
File "ubukey.py", line 37, in __init__
img = gtk.gdk.pixbuf_new_from_file_at_scale('/usr/share/ubukey/images/vbox.png', 24, 24, 1)
glib.GError: Impossible d'ouvrir le fichier « /usr/share/ubukey/images/vbox.png » : Aucun fichier ou dossier de ce type
dan@dan-laptop:~/essai-ubukey/ubukey/src$
Dernière modification par danboy (Le 03/07/2010, à 10:48)
Hors ligne
#455 Le 03/07/2010, à 19:34
- smo
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
ola danboy
scuse j ai pas recu de mail...
MDR
sudo ln -s /xxx/xxxx/ubukey /usr/share/ubukey
a partir de la c etait mort vu que t as recommence mais sans jamais virer el lien /usr/share/ubukey avant
donc là
sudo rm /usr/share/ubukey
sudo ln -s /home/dan/essai-ubukey/ubukey /usr/share/ubukey
cd ~/essai-ubukey/ubukey/src
python ubukey.py
voila
passes sur le tchat si besoin
++
Streamstudio, streaming youtube/dailymotion...: http://forum.ubuntu-fr.org/viewtopic.php?id=1299461 / http://streamstudio.me
Page facebook : https://www.facebook.com/streamstudio1?fref=ts
ubukey, createur ubuntu customisé: http://forum.ubuntu-fr.org/viewtopic.php?id=360408
ME PAYER UNE BIERE !! :D : http://gtk-apps.org/content/donate.php?content=138588
Hors ligne
#456 Le 04/07/2010, à 13:51
- smo
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
ola
bon j ai ajoute un bouton pour virtualbox, un pour creer un cd de boot et la taille du soft est reglee automatiquement au demarrage, 50px de moins en hauteur et largeur par rapport a l ecran vu que Xephyr peut pas etre redimensionné
++
Streamstudio, streaming youtube/dailymotion...: http://forum.ubuntu-fr.org/viewtopic.php?id=1299461 / http://streamstudio.me
Page facebook : https://www.facebook.com/streamstudio1?fref=ts
ubukey, createur ubuntu customisé: http://forum.ubuntu-fr.org/viewtopic.php?id=360408
ME PAYER UNE BIERE !! :D : http://gtk-apps.org/content/donate.php?content=138588
Hors ligne
#457 Le 04/07/2010, à 18:47
- danboy
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
Ola les gennnns !
Alors après avoir bossé des heuuuures sur les bugs ! j'suis crevé !
Nan j'déconne ! C'est Smo qui fait tout !
Mais il à bien bossé et ça à d'la gueule ! Comme on dit "c'est d'la belle ouvrage !"
Ca donne un programme assez complet pour se faire ses distrib perso. Franchement si vous pouvez tester les gens, faiiites! Meme moi j'ai pas de bug !!!
Tite demande au passage : ca serait possible d'avoir la fenetre de virtualbox qui s'ouvre comme le viewer ? dans le soft ? au lieu d'une fênetre a part ?
Et le syslinux 4.preqqechose est obligatoire ? parce que du coup, ca empèche d'utiliser conjointement le script de frafa, pour faire un multiboot.
Dernière modification par danboy (Le 04/07/2010, à 18:48)
Hors ligne
#458 Le 08/07/2010, à 00:11
- smo
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
ola
thx danboy je vais en discuter avec frafa ....et pas possible pour virtualbox non ...
alors j ai pas mal taffé encore, tu voulais de la nouveauté tu vas en avoir
nouveau systeme (qui evoluera sans doute) pour partir carrement d un debootstrap avec des modules tout fait qui installent le minimum possible pour chaque sessions supportées par le script (gnome/kde4/xfce4/lxde pour l instant) avec bien sure possibilitee de les editer, ajouter vos paquets etc
pour l instant j ai teste modules lxde et gnome, ca roule, la je fais kde4, je vais avoir besoin de testeurs !! vuq ue c ets ultra long de recommencer a chaque fosi des distribs completes en cas de boullette...
je reposterais une video plus tard
frafa si tu vois le message je suis sur le tchat
++
Dernière modification par smo (Le 08/07/2010, à 00:13)
Streamstudio, streaming youtube/dailymotion...: http://forum.ubuntu-fr.org/viewtopic.php?id=1299461 / http://streamstudio.me
Page facebook : https://www.facebook.com/streamstudio1?fref=ts
ubukey, createur ubuntu customisé: http://forum.ubuntu-fr.org/viewtopic.php?id=360408
ME PAYER UNE BIERE !! :D : http://gtk-apps.org/content/donate.php?content=138588
Hors ligne
#459 Le 08/07/2010, à 00:12
- smo
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
post croisé hizo
non, passes sur le tchat..
++
Streamstudio, streaming youtube/dailymotion...: http://forum.ubuntu-fr.org/viewtopic.php?id=1299461 / http://streamstudio.me
Page facebook : https://www.facebook.com/streamstudio1?fref=ts
ubukey, createur ubuntu customisé: http://forum.ubuntu-fr.org/viewtopic.php?id=360408
ME PAYER UNE BIERE !! :D : http://gtk-apps.org/content/donate.php?content=138588
Hors ligne
#460 Le 18/07/2010, à 09:40
- Barakrante
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
Bonjour a tous,
Depuis quelques jours je tente d'utiliser ubukeymaker, mais quand je veux cloner mon systeme, j'ai un message d'erreur:
Calcul de l'espace necessaire pour la copie....
/usr/local/bin/themescan.sh: line 169: / 1000 :erreur de syntaxe: operande attendue (error token is "/ 1000")
Si quelqu'un pouvait m'aider, cela serait super
Merci
Dell Latitude D610, Intel M 1.73Ghz 2Gb Memory
Hors ligne
#461 Le 04/08/2010, à 10:42
- gab.m
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
salut à tous
j'utilise UBUKEYMAKER depuis un mois ou deux sans trop de problèmes
c'est trop top merci et bravo au concepteurs
je n'ai pas encore l'ADSL un jour peut être
donc le fait de pouvoir utilise la clé un peu partout c'est trop bien
et donc j'ai tenté une installe sur mon DD à la maison
ca ne marche pas, démarrage de memtest seul dans grub
j'ai lu que je n'étais pas le seul à avoir des problèmes
mais la solution ma échappé
si vous pouviez m'aiguiller pour trouver la solution
merci et bonne journée
Hors ligne
#462 Le 04/08/2010, à 23:06
- smo
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
salut
"ca ne marche pas, démarrage de memtest seul dans grub"
tu peux m expliquer ça?
detailler quoi, tu fais quoi, ca affiche quoi etc
et si possible:
tu boot en mode persistant, tu fais ton install et si ca plante tu reboot sur ta cle, tu ouvres la partition casper-rw de ta cle et tu regardes (ou tu postes) le fichier /var/log/installer ou /var/log/install j me rappel jamais ...
et on saura
et merci d utilser le soft plutot que le vieux script
je vais refaire un post specifique...
a+
Streamstudio, streaming youtube/dailymotion...: http://forum.ubuntu-fr.org/viewtopic.php?id=1299461 / http://streamstudio.me
Page facebook : https://www.facebook.com/streamstudio1?fref=ts
ubukey, createur ubuntu customisé: http://forum.ubuntu-fr.org/viewtopic.php?id=360408
ME PAYER UNE BIERE !! :D : http://gtk-apps.org/content/donate.php?content=138588
Hors ligne
#463 Le 05/08/2010, à 14:44
- gab.m
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
salut
"ca ne marche pas, démarrage de memtest seul dans grub"
tu peux m expliquer ça?
Il n'y a pas de problème avec le système qui se trouve sur la clé
Je lance l'install à partir de la clé en mode persistant,
l'installation se passe sans problème,
à la fin je reboot sur l'ordi,
grub ne propose que memtest et il n'y a pas d'autre choix d'OS
tu boot en mode persistant, tu fais ton install et si ca plante tu reboot sur ta cle, tu ouvres la partition casper-rw de ta cle et tu regardes (ou tu postes) le fichier /var/log/installer ou /var/log/install j me rappel jamais ...
et on saura
On ne peut pas vraiment dire que ça plante,
il n'y a pas de message d'erreurs
et merci d utilser le soft plutot que le vieux script
j'utilise bien le soft
A+ GAB
Hors ligne
#464 Le 05/08/2010, à 14:50
- smo
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
ola
posts le log d installation comme indique avant
/var/log/installer/xxxx
y a deux fichiers (dans ta partition casper-rw)
j ai fait une install hier d un debootstrap aucun pb avec grub... choisit le bon disque ?
a+
Dernière modification par smo (Le 05/08/2010, à 14:59)
Streamstudio, streaming youtube/dailymotion...: http://forum.ubuntu-fr.org/viewtopic.php?id=1299461 / http://streamstudio.me
Page facebook : https://www.facebook.com/streamstudio1?fref=ts
ubukey, createur ubuntu customisé: http://forum.ubuntu-fr.org/viewtopic.php?id=360408
ME PAYER UNE BIERE !! :D : http://gtk-apps.org/content/donate.php?content=138588
Hors ligne
#465 Le 08/08/2010, à 07:08
- gab.m
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
salut
désolé je peut pas mettre /var/log/installer/xxxx
sinon comme les essai que tu fait marche
je suis repartie de zéro et donc l'install marche
(quelque petit problème de paquets manquant mais rien qui gêne au démarrage)
par contre sur la machine qui ma servi à faire la clé
il y a un petit problème d'affichage
genre
Ubuntu fonctionne en mode graphique dégradé
L'erreur suivante est survenue. Vous aurez peut-être besoin de mettre à jour votre configuration pour résoudre cela.
genre de mémoire
A+ gab
Hors ligne
#466 Le 09/08/2010, à 22:47
- smo
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
ola
ok mr
bah je peux pas t aider là, l install est une des rares parties que je ne modifie pas du tout ca reflete le taff que tu as fait apres faut voir en detail
je vais regarder vite fait pour le bug de barakrante
++
Streamstudio, streaming youtube/dailymotion...: http://forum.ubuntu-fr.org/viewtopic.php?id=1299461 / http://streamstudio.me
Page facebook : https://www.facebook.com/streamstudio1?fref=ts
ubukey, createur ubuntu customisé: http://forum.ubuntu-fr.org/viewtopic.php?id=360408
ME PAYER UNE BIERE !! :D : http://gtk-apps.org/content/donate.php?content=138588
Hors ligne
#467 Le 09/08/2010, à 23:18
- smo
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
ola
bon j ai mis a jour le git pour la version "logicielle" d ubukey barakrante
essayes de mettre a jour, là ça clone bien toute ma distrib, aucune erreur
++
Dernière modification par smo (Le 09/08/2010, à 23:30)
Streamstudio, streaming youtube/dailymotion...: http://forum.ubuntu-fr.org/viewtopic.php?id=1299461 / http://streamstudio.me
Page facebook : https://www.facebook.com/streamstudio1?fref=ts
ubukey, createur ubuntu customisé: http://forum.ubuntu-fr.org/viewtopic.php?id=360408
ME PAYER UNE BIERE !! :D : http://gtk-apps.org/content/donate.php?content=138588
Hors ligne
#468 Le 10/08/2010, à 08:04
- gab.m
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
slt
merci pour tes réponses
je n'ai pas l'ADSL (je suis dans un trou)
donc mes temps de réponses sont un peu long
A+
Hors ligne
#469 Le 10/08/2010, à 16:12
- popololo
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
Tout d'abord merci pour ce script cela fait un moment que je me posait la question de comment créer simplement un iso perso pour une live usb.
Salut, suite à l'étape ou l'on me demande l'emplacement de l'iso et après vérification positive du Md5 voilà lce qui suit:
du: ne peut accéder `/home/XXXX/UBUKEY': Aucun fichier ou dossier de ce type
du: ne peut accéder `/distribs/XXXXX/old': Aucun fichier ou dossier de ce type
/usr/local/bin/ubukey: line 464: /1000/1000: erreur de syntaxe : opérande attendue (error token is "/1000/1000")
Dernière modification par popololo (Le 10/08/2010, à 17:44)
Hors ligne
#470 Le 14/08/2010, à 19:17
- Hizoka
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
perso, impossible d'utiliser le mode custom chroot graphique avec xephyr... il ouvre et referme la fenetre quelques secondes apres.
Resolution choisie : 1024x768
Démarrage du chroot en mode safe !
#########################
## Variables du chroot ##
#########################
Type de session : kde4
Utilisateur session chroot : hizoka
Utilisateur reel du live-cd : ubuntu
Locales : fr_FR.UTF-8
Langue : fr
Clavier: fr
Verification des sources, merci de patienter
Detection des dossiers Xdg (Bureau, Desktop...)
Dossier bureau : Bureau
Kde4 detecte... verification de zenity, kdm et de l utilisateur chroot
zenity ok
Reverifie l integritee du dossier /etc/skel (peut etre long...)
############
## Xorg ##
############
Pilote : vesa
Distribution: lucid
Id carte : PCI:1:0:0
Resolution:
Layout clavier : fr
Tout est pret, demarre X dans le chroot !
starter = startkde
Sortie du chroot ok, Nettoyage
Reverifie l integritee du dossier /etc/skel (peut etre long...)
Verifie l'integritee des fichiers vmlinuz/initrd
Nettoyage de dpkg
Nettoyage des paquets apt, gain de place sur le live...
Vérification des process restants...
demonte l image
Image demontee... ok
Umount ok...
Sortie du chroot ok, nettoyage terminé :)
KDE Neon 64bits
Tous mes softs (MKVExtractorQt, HizoSelect, HizoProgress, Qtesseract, Keneric, Services menus...) sont sur github
Hors ligne
#471 Le 14/08/2010, à 20:19
- smo
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
hello
comment as tu reussi a avoir /home/XXXXX polopolo ?
fais moi voir ton fichier /home/tonlogin/.config/ubukey/config
steup, et tu as utilise le script ou le logiciel?
je vais refaire un petit test vu que je ne m occupe carrement pas de tout ca en ce moment
hizo, passes sur le tchat si tu peux j vais y passer... et balances le chrootlog.log dans dossier logs de la distrib comme d hab)
++
Dernière modification par smo (Le 14/08/2010, à 20:38)
Streamstudio, streaming youtube/dailymotion...: http://forum.ubuntu-fr.org/viewtopic.php?id=1299461 / http://streamstudio.me
Page facebook : https://www.facebook.com/streamstudio1?fref=ts
ubukey, createur ubuntu customisé: http://forum.ubuntu-fr.org/viewtopic.php?id=360408
ME PAYER UNE BIERE !! :D : http://gtk-apps.org/content/donate.php?content=138588
Hors ligne
#472 Le 14/08/2010, à 20:56
- Hizoka
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
retour :
root@hizo-pc:/#
root@hizo-pc:/# mode="$(cat /etc/ubukey/ubukeyconf | grep -e "mode" | sed 's/.*=//')"
root@hizo-pc:/#
root@hizo-pc:/# function message() {
root@hizo-pc:/#
root@hizo-pc:/# function INITCHROOT()
root@hizo-pc:/#
root@hizo-pc:/# ###### config xorg
root@hizo-pc:/# function genXorg
root@hizo-pc:/#
root@hizo-pc:/# function CHROOTGRAPHIQUE()
root@hizo-pc:/#
root@hizo-pc:/# function CLEANCHROOT()
root@hizo-pc:/#
root@hizo-pc:/# if [ -z "$mode" ]; then
Ajout de « local diversion of /sbin/initctl to /sbin/initctl.distrib »
ln : commande introuvable
Dépot:
# deb cdrom:[Kubuntu 10.04 LTS _Lucid Lynx_ - Release amd64 (20100427)]/ lucid main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ lucid main restricted
présent mais commenté, activation...
# deb cdrom:[Kubuntu 10.04 LTS _Lucid Lynx_ - Release amd64 (20100427)]/ lucid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ lucid main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ lucid universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid universe
deb http://fr.archive.ubuntu.com/ubuntu/ lucid-updates universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ lucid multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://fr.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu lucid partner
# deb-src http://archive.canonical.com/ubuntu lucid partner
deb http://security.ubuntu.com/ubuntu lucid-security main restricted
deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
deb http://security.ubuntu.com/ubuntu lucid-security universe
deb-src http://security.ubuntu.com/ubuntu lucid-security universe
deb http://security.ubuntu.com/ubuntu lucid-security multiverse
deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed restricted main multiverse universe
deb http://packages.medibuntu.org/ lucid free non-free
## Depôt MultiBoot-v3
deb http://liveusb.info/MultiBoot-v3/depot/ ./
deb http://download.virtualbox.org/virtualbox/debian lucid non-free
deb http://www.bunkus.org/ubuntu/lucid/ ./
source src lucid main ok
Dépot:
# deb cdrom:[Kubuntu 10.04 LTS _Lucid Lynx_ - Release amd64 (20100427)]/ lucid main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ lucid main restricted
présent mais commenté, activation...
# deb cdrom:[Kubuntu 10.04 LTS _Lucid Lynx_ - Release amd64 (20100427)]/ lucid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ lucid main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ lucid universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid universe
deb http://fr.archive.ubuntu.com/ubuntu/ lucid-updates universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ lucid multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://fr.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu lucid partner
# deb-src http://archive.canonical.com/ubuntu lucid partner
deb http://security.ubuntu.com/ubuntu lucid-security main restricted
deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
deb http://security.ubuntu.com/ubuntu lucid-security universe
deb-src http://security.ubuntu.com/ubuntu lucid-security universe
deb http://security.ubuntu.com/ubuntu lucid-security multiverse
deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed restricted main multiverse universe
deb http://packages.medibuntu.org/ lucid free non-free
## Depôt MultiBoot-v3
deb http://liveusb.info/MultiBoot-v3/depot/ ./
deb http://download.virtualbox.org/virtualbox/debian lucid non-free
deb http://www.bunkus.org/ubuntu/lucid/ ./
deb http://fr.archive.ubuntu.com/ubuntu/ lucid main
source src lucid restricted ok
source lucid universe ok
source src lucid universe ok
source lucid multiverse ok
source src lucid multiverse ok
Depot(s) specifique(s) au script ok...
[32mMise a jour des sources...ok[m
rm: impossible de supprimer «/etc/skel/skel»: Aucun fichier ou dossier de ce type
Dépot:
# deb cdrom:[Kubuntu 10.04 LTS _Lucid Lynx_ - Release amd64 (20100427)]/ lucid main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ lucid main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ lucid main
présent mais commenté, activation...
# deb cdrom:[Kubuntu 10.04 LTS _Lucid Lynx_ - Release amd64 (20100427)]/ lucid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ lucid main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ lucid universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid universe
deb http://fr.archive.ubuntu.com/ubuntu/ lucid-updates universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ lucid multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://fr.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu lucid partner
# deb-src http://archive.canonical.com/ubuntu lucid partner
deb http://security.ubuntu.com/ubuntu lucid-security main restricted
deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
deb http://security.ubuntu.com/ubuntu lucid-security universe
deb-src http://security.ubuntu.com/ubuntu lucid-security universe
deb http://security.ubuntu.com/ubuntu lucid-security multiverse
deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed restricted main multiverse universe
deb http://packages.medibuntu.org/ lucid free non-free
## Depôt MultiBoot-v3
deb http://liveusb.info/MultiBoot-v3/depot/ ./
deb http://download.virtualbox.org/virtualbox/debian lucid non-free
deb http://www.bunkus.org/ubuntu/lucid/ ./
deb http://fr.archive.ubuntu.com/ubuntu/ lucid main
deb http://fr.archive.ubuntu.com/ubuntu/ lucid restricted
source src lucid main ok
Dépot:
# deb cdrom:[Kubuntu 10.04 LTS _Lucid Lynx_ - Release amd64 (20100427)]/ lucid main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ lucid main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ lucid restricted
présent mais commenté, activation...
# deb cdrom:[Kubuntu 10.04 LTS _Lucid Lynx_ - Release amd64 (20100427)]/ lucid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ lucid main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ lucid universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid universe
deb http://fr.archive.ubuntu.com/ubuntu/ lucid-updates universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ lucid multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://fr.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu lucid partner
# deb-src http://archive.canonical.com/ubuntu lucid partner
deb http://security.ubuntu.com/ubuntu lucid-security main restricted
deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
deb http://security.ubuntu.com/ubuntu lucid-security universe
deb-src http://security.ubuntu.com/ubuntu lucid-security universe
deb http://security.ubuntu.com/ubuntu lucid-security multiverse
deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed restricted main multiverse universe
deb http://packages.medibuntu.org/ lucid free non-free
## Depôt MultiBoot-v3
deb http://liveusb.info/MultiBoot-v3/depot/ ./
deb http://download.virtualbox.org/virtualbox/debian lucid non-free
deb http://www.bunkus.org/ubuntu/lucid/ ./
deb http://fr.archive.ubuntu.com/ubuntu/ lucid main
deb http://fr.archive.ubuntu.com/ubuntu/ lucid restricted
deb http://fr.archive.ubuntu.com/ubuntu/ lucid main
source src lucid restricted ok
source lucid universe ok
source src lucid universe ok
source lucid multiverse ok
source src lucid multiverse ok
Depot(s) specifique(s) au script ok...
[32mMise a jour des sources...ok[m
Lecture des listes de paquets...
Construction de l'arbre des dépendances...
Lecture des informations d'état...
xterm est déjà la plus récente version disponible.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
W: Duplicate sources.list entry http://fr.archive.ubuntu.com/ubuntu/ lucid/main Packages (/var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_lucid_main_binary-amd64_Packages)
W: Duplicate sources.list entry http://fr.archive.ubuntu.com/ubuntu/ lucid/main Translation-fr (/var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_lucid_main_i18n_Translation-fr)
W: Duplicate sources.list entry http://fr.archive.ubuntu.com/ubuntu/ lucid/restricted Packages (/var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_lucid_restricted_binary-amd64_Packages)
W: Duplicate sources.list entry http://fr.archive.ubuntu.com/ubuntu/ lucid/restricted Translation-fr (/var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_lucid_restricted_i18n_Translation-fr)
W: Duplicate sources.list entry http://fr.archive.ubuntu.com/ubuntu/ lucid/main Packages (/var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_lucid_main_binary-amd64_Packages)
W: Duplicate sources.list entry http://fr.archive.ubuntu.com/ubuntu/ lucid/main Translation-fr (/var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_lucid_main_i18n_Translation-fr)
W: Duplicate sources.list entry http://fr.archive.ubuntu.com/ubuntu/ lucid/restricted Packages (/var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_lucid_restricted_binary-amd64_Packages)
W: Duplicate sources.list entry http://fr.archive.ubuntu.com/ubuntu/ lucid/restricted Translation-fr (/var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_lucid_restricted_i18n_Translation-fr)
W: Vous pouvez lancer « apt-get update » pour corriger ces problèmes.
--2010-08-14 19:55:02-- http://scripts.penguincape.org/ubukey/ubukey-kde4.sh
Résolution de scripts.penguincape.org... 88.191.117.211
Connexion vers scripts.penguincape.org|88.191.117.211|:80... connecté.
requête HTTP transmise, en attente de la réponse... 200 OK
Longueur: 1506 (1,5K) [text/x-sh]
Sauvegarde en : «ubukey-kde4.sh»
0K . 100% 12,2M=0s
2010-08-14 19:55:02 (12,2 MB/s) - «ubukey-kde4.sh» sauvegardé [1506/1506]
rm: impossible de supprimer «/etc/X11/xorg.conf»: Aucun fichier ou dossier de ce type
sed: -e expression n°1, caractère 12: commande `s' inachevée
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 16
SubSection "Display"
Depth 16
EndSubSection
EndSection
xauth: creating new authority file /home/hizoka/.Xauthority
Warning: This program is an suid-root program or is being run by the root user.
The full text of the error or warning message cannot be safely formatted
in this environment. You may get a more descriptive message by running the
program as a non-root user or by removing the suid bit on the executable.
xterm Xt error: Can't open display: %s
cat: /etc/skel/.kde4/share/config/plasma-appletsrc: Aucun fichier ou dossier de ce type
sed: impossible de lire /etc/skel/.kde4/share/config/plasma-appletsrc: Aucun fichier ou dossier de ce type
cat: /etc/skel/.kde4/share/config/plasma-appletsrc: Aucun fichier ou dossier de ce type
sed: impossible de lire /etc/skel/.kde4/share/config/plasma-appletsrc: Aucun fichier ou dossier de ce type
Efface le fichier socket:
rm: impossible de supprimer «/usr/local/bin/quit-chroot.sh»: Aucun fichier ou dossier de ce type
rm: impossible de supprimer «/var/crash/*»: Aucun fichier ou dossier de ce type
rm: impossible de supprimer «/sbin/initctl»: Aucun fichier ou dossier de ce type
Suppression de « local diversion of /sbin/initctl to /sbin/initctl.distrib »
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
cat: /etc/skel/.kde4/share/config/plasma-appletsrc: Aucun fichier ou dossier de ce type
sed: impossible de lire /etc/skel/.kde4/share/config/plasma-appletsrc: Aucun fichier ou dossier de ce type
cat: /etc/skel/.kde4/share/config/plasma-appletsrc: Aucun fichier ou dossier de ce type
sed: impossible de lire /etc/skel/.kde4/share/config/plasma-appletsrc: Aucun fichier ou dossier de ce type
Efface le fichier socket:
rm: impossible de supprimer «/usr/local/bin/quit-chroot.sh»: Aucun fichier ou dossier de ce type
rm: impossible de supprimer «/var/crash/*»: Aucun fichier ou dossier de ce type
rm: impossible de supprimer «/etc/hosts»: Aucun fichier ou dossier de ce type
rm: impossible de supprimer «/etc/resolv.conf»: Aucun fichier ou dossier de ce type
rm: impossible de supprimer «/etc/X11/xorg.conf»: Aucun fichier ou dossier de ce type
rm: impossible de supprimer «/sbin/initctl»: Aucun fichier ou dossier de ce type
Pas de détournement « local diversion of /sbin/initctl », aucun supprimé
root@hizo-pc:/tmp# exit
un autre truc, impossible de tester le fichier iso obtenu, il commence à charger le le kdm et pouf ecran noir et se relance...
KDE Neon 64bits
Tous mes softs (MKVExtractorQt, HizoSelect, HizoProgress, Qtesseract, Keneric, Services menus...) sont sur github
Hors ligne
#473 Le 15/08/2010, à 01:57
- Hizoka
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
j'ai voulu installer ta nouvelle version mais j'ai le droit à un :
You need to install python bindings for libvte
je vois pas quel est ce paquet...
EDIT : précise qu'il faut le paquet : python-vte
Il m'est toujours impossible d'utiliser le chroot :
bash: pas de contrôle de tâche dans ce shell
]0;root@hizo-pc: /root@hizo-pc:/#
]0;root@hizo-pc: /root@hizo-pc:/# mode="$(cat /etc/ubukey/ubukeyconf | grep -e "mode" | sed 's/.*=
//')"
]0;root@hizo-pc: /root@hizo-pc:/#
]0;root@hizo-pc: /root@hizo-pc:/# function message() {
]0;root@hizo-pc: /root@hizo-pc:/#
]0;root@hizo-pc: /root@hizo-pc:/# function INITCHROOT()
]0;root@hizo-pc: /root@hizo-pc:/#
]0;root@hizo-pc: /root@hizo-pc:/# function CHROOTGRAPHIQUE()
]0;root@hizo-pc: /root@hizo-pc:/#
]0;root@hizo-pc: /root@hizo-pc:/# function CLEANCHROOT()
]0;root@hizo-pc: /root@hizo-pc:/#
]0;root@hizo-pc: /root@hizo-pc:/# message "Démarrage du chroot en mode $mode ! \n"
]0;root@hizo-pc: /root@hizo-pc:/# INITCHROOT
#ln : commande introuvable
]0;root@hizo-pc: /root@hizo-pc:/# ln -sf /etc/skel/ /home/"$user"
]0;root@hizo-pc: /root@hizo-pc:/# rm /etc/skel/skel
rm: impossible de supprimer «/etc/skel/skel»: Aucun fichier ou dossier de ce type
]0;root@hizo-pc: /root@hizo-pc:/# cd /home/"$user"
]0;root@hizo-pc: /home/hizokaroot@hizo-pc:/home/hizoka# export DISPLAY=localhost:5
]0;root@hizo-pc: /home/hizokaroot@hizo-pc:/home/hizoka# #/usr/share/ubukey/scripts/ubusrc-gen
]0;root@hizo-pc: /home/hizokaroot@hizo-pc:/home/hizoka# apt-get update
Réception de : 1 http://packages.medibuntu.org lucid Release.gpg [197B]
Ign http://packages.medibuntu.org/ lucid/free Translation-fr
Ign http://packages.medibuntu.org/ lucid/non-free Translation-fr
Atteint http://liveusb.info ./ Release.gpg
Ign http://liveusb.info/MultiBoot-v3/depot/ ./ Translation-fr
Atteint http://ppa.launchpad.net lucid Release.gpg
Ign http://ppa.launchpad.net/chromium-daily/ppa/ubuntu/ lucid/main Translation-fr
Atteint http://ppa.launchpad.net lucid Release.gpg
Atteint http://www.bunkus.org ./ Release.gpg
Ign http://www.bunkus.org/ubuntu/lucid/ ./ Translation-fr
Réception de : 2 http://packages.medibuntu.org lucid Release [6 854B]
Atteint http://liveusb.info ./ Release
Atteint http://security.ubuntu.com lucid-security Release.gpg
Ign http://security.ubuntu.com/ubuntu/ lucid-security/main Translation-fr
Ign http://ppa.launchpad.net/eudoxos/ppa/ubuntu/ lucid/main Translation-fr
Atteint http://ppa.launchpad.net lucid Release.gpg
Ign http://ppa.launchpad.net/gcstar/gcstar-dev/ubuntu/ lucid/main Translation-fr
Atteint http://ppa.launchpad.net lucid Release.gpg
Ign http://ppa.launchpad.net/gcstar/ppa/ubuntu/ lucid/main Translation-fr
Atteint http://ppa.launchpad.net lucid Release.gpg
Ign http://ppa.launchpad.net/jd-team/jdownloader/ubuntu/ lucid/main Translation-fr
Ign http://security.ubuntu.com/ubuntu/ lucid-security/restricted Translation-fr
Ign http://security.ubuntu.com/ubuntu/ lucid-security/universe Translation-fr
Ign http://security.ubuntu.com/ubuntu/ lucid-security/multiverse Translation-fr
Ign http://liveusb.info ./ Packages
Atteint http://www.bunkus.org ./ Release
Atteint http://security.ubuntu.com lucid-security Release
Atteint http://ppa.launchpad.net lucid Release.gpg
Ign http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu/ lucid/main Translation-fr
Atteint http://ppa.launchpad.net lucid Release.gpg
Atteint http://packages.medibuntu.org lucid/free Packages
Ign http://ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu/ lucid/main Translation-fr
Atteint http://ppa.launchpad.net lucid Release.gpg
Ign http://ppa.launchpad.net/matthaeus123/mrw-gimp-svn/ubuntu/ lucid/main Translation-fr
Atteint http://ppa.launchpad.net lucid Release.gpg
Ign http://liveusb.info ./ Packages
Atteint http://security.ubuntu.com lucid-security/main Packages
Ign http://ppa.launchpad.net/rvm/testing/ubuntu/ lucid/main Translation-fr
Atteint http://ppa.launchpad.net lucid Release.gpg
Atteint http://www.bunkus.org ./ Packages
Ign http://ppa.launchpad.net/s-mankowski/ppa/ubuntu/ lucid/main Translation-fr
Atteint http://fr.archive.ubuntu.com lucid Release.gpg
Atteint http://fr.archive.ubuntu.com/ubuntu/ lucid/main Translation-fr
Atteint http://fr.archive.ubuntu.com/ubuntu/ lucid/restricted Translation-fr
Atteint http://fr.archive.ubuntu.com/ubuntu/ lucid/universe Translation-fr
Atteint http://fr.archive.ubuntu.com/ubuntu/ lucid/multiverse Translation-fr
Atteint http://fr.archive.ubuntu.com lucid-updates Release.gpg
Atteint http://liveusb.info ./ Packages
Atteint http://ppa.launchpad.net lucid Release.gpg
Ign http://ppa.launchpad.net/tucan/ppa/ubuntu/ lucid/main Translation-fr
Ign http://ppa.launchpad.net lucid Release.gpg
Ign http://ppa.launchpad.net/webupd8team/vlc/ubuntu/ lucid/main Translation-fr
Atteint http://ppa.launchpad.net lucid Release.gpg
Ign http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu/ lucid/main Translation-fr
Atteint http://ppa.launchpad.net lucid Release.gpg
Atteint http://security.ubuntu.com lucid-security/restricted Packages
Atteint http://security.ubuntu.com lucid-security/main Sources
Atteint http://security.ubuntu.com lucid-security/restricted Sources
Atteint http://security.ubuntu.com lucid-security/universe Packages
Atteint http://packages.medibuntu.org lucid/non-free Packages
Ign http://fr.archive.ubuntu.com/ubuntu/ lucid-updates/main Translation-fr
Ign http://fr.archive.ubuntu.com/ubuntu/ lucid-updates/restricted Translation-fr
Ign http://fr.archive.ubuntu.com/ubuntu/ lucid-updates/universe Translation-fr
Ign http://ppa.launchpad.net/yoann-laissus/rekonq-ppa/ubuntu/ lucid/main Translation-fr
Atteint http://ppa.launchpad.net lucid Release
Atteint http://ppa.launchpad.net lucid Release
Ign http://fr.archive.ubuntu.com/ubuntu/ lucid-updates/multiverse Translation-fr
Atteint http://fr.archive.ubuntu.com lucid-proposed Release.gpg
Atteint http://ppa.launchpad.net lucid Release
Atteint http://ppa.launchpad.net lucid Release
Atteint http://ppa.launchpad.net lucid Release
Atteint http://ppa.launchpad.net lucid Release
Atteint http://ppa.launchpad.net lucid Release
Atteint http://ppa.launchpad.net lucid Release
Ign http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed/restricted Translation-fr
Ign http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed/main Translation-fr
Ign http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed/multiverse Translation-fr
Ign http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed/universe Translation-fr
Atteint http://fr.archive.ubuntu.com lucid Release
Atteint http://security.ubuntu.com lucid-security/universe Sources
Atteint http://security.ubuntu.com lucid-security/multiverse Packages
Atteint http://security.ubuntu.com lucid-security/multiverse Sources
Atteint http://download.virtualbox.org lucid Release.gpg
Atteint http://fr.archive.ubuntu.com lucid-updates Release
Atteint http://ppa.launchpad.net lucid Release
Atteint http://ppa.launchpad.net lucid Release
Atteint http://ppa.launchpad.net lucid Release
Ign http://ppa.launchpad.net lucid Release
Atteint http://ppa.launchpad.net lucid Release
Atteint http://ppa.launchpad.net lucid Release
Atteint http://fr.archive.ubuntu.com lucid-proposed Release
Atteint http://fr.archive.ubuntu.com lucid/main Packages
Atteint http://fr.archive.ubuntu.com lucid/restricted Packages
Atteint http://fr.archive.ubuntu.com lucid/main Sources
Atteint http://fr.archive.ubuntu.com lucid/restricted Sources
Atteint http://fr.archive.ubuntu.com lucid/universe Packages
Atteint http://ppa.launchpad.net lucid/main Packages
Atteint http://ppa.launchpad.net lucid/main Packages
Atteint http://fr.archive.ubuntu.com lucid/universe Sources
Atteint http://fr.archive.ubuntu.com lucid/multiverse Packages
Atteint http://ppa.launchpad.net lucid/main Packages
Atteint http://fr.archive.ubuntu.com lucid/multiverse Sources
Atteint http://ppa.launchpad.net lucid/main Packages
Atteint http://ppa.launchpad.net lucid/main Packages
Atteint http://ppa.launchpad.net lucid/main Packages
Atteint http://ppa.launchpad.net lucid/main Packages
Atteint http://fr.archive.ubuntu.com lucid-updates/main Packages
Atteint http://fr.archive.ubuntu.com lucid-updates/restricted Packages
Atteint http://fr.archive.ubuntu.com lucid-updates/main Sources
Atteint http://fr.archive.ubuntu.com lucid-updates/restricted Sources
Atteint http://fr.archive.ubuntu.com lucid-updates/universe Packages
Atteint http://fr.archive.ubuntu.com lucid-updates/universe Sources
Atteint http://fr.archive.ubuntu.com lucid-updates/multiverse Packages
Atteint http://ppa.launchpad.net lucid/main Packages
Ign http://ppa.launchpad.net lucid/main Packages
Atteint http://fr.archive.ubuntu.com lucid-updates/multiverse Sources
Atteint http://fr.archive.ubuntu.com lucid-proposed/restricted Packages
Atteint http://fr.archive.ubuntu.com lucid-proposed/main Packages
Atteint http://fr.archive.ubuntu.com lucid-proposed/multiverse Packages
Atteint http://fr.archive.ubuntu.com lucid-proposed/universe Packages
Atteint http://ppa.launchpad.net lucid/main Packages
Atteint http://ppa.launchpad.net lucid/main Packages
Atteint http://ppa.launchpad.net lucid/main Packages
Atteint http://ppa.launchpad.net lucid/main Packages
Atteint http://ppa.launchpad.net lucid/main Packages
Ign http://download.virtualbox.org/virtualbox/debian/ lucid/non-free Translation-fr
Ign http://ppa.launchpad.net lucid/main Packages
Err http://ppa.launchpad.net lucid/main Packages
404 Not Found
Atteint http://download.virtualbox.org lucid Release
Atteint http://download.virtualbox.org lucid/non-free Packages
7 051o réceptionnés en 0s (8 332o/s)
W: Impossible de récupérer http://ppa.launchpad.net/webupd8team/vlc/ubuntu/dists/lucid/main/binary-amd64/Packages.gz 404 Not Found
E: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.
]0;root@hizo-pc: /home/hizokaroot@hizo-pc:/home/hizoka# if [ ! -e "/usr/bin/xterm" ]; then
]0;root@hizo-pc: /home/hizokaroot@hizo-pc:/home/hizoka#
]0;root@hizo-pc: /home/hizokaroot@hizo-pc:/home/hizoka# CHROOTGRAPHIQUE
cat: erreur d'écriture: Relais brisé (pipe)
rm: impossible de supprimer «/tmp/.X11*»: Aucun fichier ou dossier de ce type
xauth: error in locking authority file /tmp/libgksu-sGeMR6/.Xauthority
Warning: This program is an suid-root program or is being run by the root user.
The full text of the error or warning message cannot be safely formatted
in this environment. You may get a more descriptive message by running the
program as a non-root user or by removing the suid bit on the executable.
xterm Xt error: Can't open display: %s
]0;root@hizo-pc: /etc/skelroot@hizo-pc:/etc/skel# CLEANCHROOT
cat: /etc/skel/.kde4/share/config/plasma-appletsrc: Aucun fichier ou dossier de ce type
sed: impossible de lire /etc/skel/.kde4/share/config/plasma-appletsrc: Aucun fichier ou dossier de ce type
cat: /etc/skel/.kde4/share/config/plasma-appletsrc: Aucun fichier ou dossier de ce type
sed: impossible de lire /etc/skel/.kde4/share/config/plasma-appletsrc: Aucun fichier ou dossier de ce type
cat: erreur d'écriture: Relais brisé (pipe)
Efface le fichier socket:
sed: impossible de lire chroot/etc/passwd: Aucun fichier ou dossier de ce type
]0;root@hizo-pc: /tmproot@hizo-pc:/tmp#
]0;root@hizo-pc: /tmproot@hizo-pc:/tmp# exit
hizoka@hizo-pc:~/Download/Live/ubukey/src$ python ubukey.py
^C^CTraceback (most recent call last):
File "ubukey.py", line 16, in <module>
from lib.terminal import VirtualTerminal
File "/home/hizoka/Download/Live/ubukey/src/lib/terminal.py", line 15, in <module>
error.run()
KeyboardInterrupt
hizoka@hizo-pc:~/Download/Live/ubukey/src$ python ubukey.py
selected path : /home/hizoka/Download/Live
Xephyr: aucun processus trouvé
updating distrib list...
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
updating distrib list...
Backtrace:
0: Xephyr (xorg_backtrace+0x28) [0x57c818]
1: Xephyr (0x400000+0x180459) [0x580459]
2: /lib/libpthread.so.0 (0x7f0236211000+0xf8f0) [0x7f02362208f0]
3: /lib/libc.so.6 (memcpy+0x15b) [0x7f023466fdbb]
4: Xephyr (fbBlt+0xfc) [0x4843ec]
5: Xephyr (fbBltStip+0x40) [0x4850b0]
6: Xephyr (fbGetImage+0x298) [0x4883d8]
7: Xephyr (0x400000+0x13290d) [0x53290d]
8: Xephyr (0x400000+0xab444) [0x4ab444]
9: Xephyr (0x400000+0xe80ea) [0x4e80ea]
10: /usr/lib/dri/swrast_dri.so (0x7f0232494000+0x12eab) [0x7f02324a6eab]
11: Xephyr (0x400000+0xe8088) [0x4e8088]
12: Xephyr (0x400000+0xe424e) [0x4e424e]
13: Xephyr (0x400000+0xe35a2) [0x4e35a2]
14: Xephyr (0x400000+0xe7c80) [0x4e7c80]
15: Xephyr (0x400000+0x4530c) [0x44530c]
16: Xephyr (0x400000+0x3a97a) [0x43a97a]
17: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f0234607c4d]
18: Xephyr (0x400000+0x1e9c9) [0x41e9c9]
Segmentation fault at address (nil)
Fatal server error:
Caught signal 11 (Segmentation fault). Server aborting
Xephyr: aucun processus trouvé
Dernière modification par Hizoka (Le 15/08/2010, à 02:04)
KDE Neon 64bits
Tous mes softs (MKVExtractorQt, HizoSelect, HizoProgress, Qtesseract, Keneric, Services menus...) sont sur github
Hors ligne
#474 Le 15/08/2010, à 16:14
- smo
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
ola hizo
je reboot sur une distrib toute neuve et je vais creer un nouveau post avec explications completes, si je suis motive je vais creer un deb apres mais faudrait que je termine les differents pack pour les debootstrap de chaque type kde/gnome/xfce etc...
quand tu fais
Xephyr -ac :1 &
xterm -display :1
ca marche?
xserver-xephyr installé?
++
Streamstudio, streaming youtube/dailymotion...: http://forum.ubuntu-fr.org/viewtopic.php?id=1299461 / http://streamstudio.me
Page facebook : https://www.facebook.com/streamstudio1?fref=ts
ubukey, createur ubuntu customisé: http://forum.ubuntu-fr.org/viewtopic.php?id=360408
ME PAYER UNE BIERE !! :D : http://gtk-apps.org/content/donate.php?content=138588
Hors ligne
#475 Le 15/08/2010, à 16:21
- Hizoka
Re : createur ubuntu personnalise iso/cle usb avec customisation graphique
oui à tout
KDE Neon 64bits
Tous mes softs (MKVExtractorQt, HizoSelect, HizoProgress, Qtesseract, Keneric, Services menus...) sont sur github
Hors ligne