[root@ram94-7-82-232-190-57 osku]# conary update group-media=foresight.neuroomante.com@fl:desktop Downloading changeset (100% of 31687k)...*** Note *** An extended traceback has been saved to /tmp/conary-stack-NWp3dc Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/conary/conary", line 21, in ? sys.exit(conary.main()) File "/usr/lib/python2.4/site-packages/conary/conary.py", line 560, in main realMain(cfg, argv) File "/usr/lib/python2.4/site-packages/conary/conary.py", line 518, in realMain updatecmd.doUpdate(cfg, otherArgs[2:], **kwargs) File "/usr/lib/python2.4/site-packages/conary/updatecmd.py", line 215, in doUpdate callback = callback) File "/usr/lib/python2.4/site-packages/conary/conaryclient.py", line 575, in applyUpdate callback = callback) File "/usr/lib/python2.4/site-packages/conary/repository/netclient.py", line 461, in createChangeSet callback = callback) File "/usr/lib/python2.4/site-packages/conary/repository/netclient.py", line 653, in _getChangeSet cs.merge(newCs) File "/usr/lib/python2.4/site-packages/conary/repository/changeset.py", line 1021, in merge self.fileQueueCmp) File "/usr/lib/python2.4/site-packages/conary/lib/util.py", line 380, in tupleListBsearchInsert rc = cmpFn(haystack[i], newItem) File "/usr/lib/python2.4/site-packages/conary/repository/changeset.py", line 727, in fileQueueCmp raise PathIdsConflictError PathIdsConflictError > /usr/lib/python2.4/site-packages/conary/repository/changeset.py(727)fileQueueCmp() -> raise PathIdsConflictError (Epdb) (Epdb) (Epdb) (Epdb) (Epdb) Error in sys.excepthook: Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/conary/lib/util.py", line 111, in excepthook epdb.post_mortem(tb, type, value) File "/usr/lib/python2.4/site-packages/conary/lib/epdb.py", line 806, in post_mortem p.interaction(t.tb_frame, t) File "/usr/lib/python2.4/site-packages/conary/lib/epdb.py", line 598, in interaction self.cmdloop() File "/usr/lib/python2.4/cmd.py", line 130, in cmdloop line = raw_input(self.prompt) KeyboardInterrupt Original exception was: Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/conary/conary", line 21, in ? sys.exit(conary.main()) File "/usr/lib/python2.4/site-packages/conary/conary.py", line 560, in main realMain(cfg, argv) File "/usr/lib/python2.4/site-packages/conary/conary.py", line 518, in realMain updatecmd.doUpdate(cfg, otherArgs[2:], **kwargs) File "/usr/lib/python2.4/site-packages/conary/updatecmd.py", line 215, in doUpdate callback = callback) File "/usr/lib/python2.4/site-packages/conary/conaryclient.py", line 575, in applyUpdate callback = callback) File "/usr/lib/python2.4/site-packages/conary/repository/netclient.py", line 461, in createChangeSet callback = callback) File "/usr/lib/python2.4/site-packages/conary/repository/netclient.py", line 653, in _getChangeSet cs.merge(newCs) File "/usr/lib/python2.4/site-packages/conary/repository/changeset.py", line 1021, in merge self.fileQueueCmp) File "/usr/lib/python2.4/site-packages/conary/lib/util.py", line 380, in tupleListBsearchInsert rc = cmpFn(haystack[i], newItem) File "/usr/lib/python2.4/site-packages/conary/repository/changeset.py", line 727, in fileQueueCmp raise PathIdsConflictError repository.changeset.PathIdsConflictError
Super je suis bien avancé.. Fin de Foresight Linux ... :(
Ma configuration pour le grub:
[root@ram94-7-82-232-190-57 grub]# cat menu.lst # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/hda2 # initrd /initrd-version.img #boot=/dev/hda default=1 timeout=5 title Foresight Desktop Linux (2.6.11.7-3.x86.i686.cmov) root (hd0,0) kernel /vmlinuz-2.6.11.7-3.x86.i686.cmov ro root=LABEL=/ splash=silent vga=791 quiet initrd /initrd-2.6.11.7-3.x86.i686.cmov.img title XP map (hd0) (hd1) map (hd1) (hd0) rootnoverify (hd1,0) makeactive chainloader +1
Voilà
<?php # ***** BEGIN LICENSE BLOCK ***** # This file is part of DotClear. # Copyright (c) 2004 Olivier Meunier and contributors. All rights # reserved. # # DotClear is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # DotClear is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with DotClear; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # ***** END LICENSE BLOCK ***** ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php dcInfo('lang'); ?>" lang="<?php dcInfo('lang'); ?>"> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php dcInfo('encoding'); ?>" /> <meta name="MSSmartTagsPreventParsing" content="TRUE" /> <?php dcHeadLinks(); ?> <link rel="alternate" type="application/rss+xml" title="RSS" href="<?php dcInfo('rss'); ?>" /> <link rel="alternate" type="application/xml" title="Atom" href="<?php dcInfo('atom'); ?>" /> <meta name="DC.title" content="<?php dcInfo(); ?>" /> <title><?php dcSinglePostTitle('%s - '); dcSingleCatTitle('%s - '); dcSingleMonthTitle('%s - '); dcCustomTitle('%s - '); dcInfo(); ?></title> <link rel="stylesheet" type="text/css" href="<?php dcInfo('theme'); ?>/style.css" media="screen" /> <link rel="stylesheet" type="text/css" href="<?php dcInfo('theme'); ?>/gallery.css" media="screen" /> <?php dcPostTrackbackAutoDiscovery(); ?> </head> <body> <div id="page"> <?php dcConnected::showConnected("Une personne ici","%s personnes ici",300); ?> <div id="top"> <h1><a href="<?php dcInfo('url'); ?>"><?php dcInfo(); ?><span>Retour à l'index</span></a></h1> </div> <p id="prelude"> <a >Du libre et du sport </a> </p> <div id="main"> <?php dcReferers::recordReferers(); ?> <div id="content"> <?php if ($err_msg != '') : /* Si on a une quelconque erreur, on l'affiche */?> <div class="error"><strong>Erreur : </strong> <?php echo $err_msg; ?></div> <?php elseif ($mode == 'galleryCat') : ?> <?php include dirname(__FILE__).'/galleryCat.php'; ?> <?php elseif ($mode == 'galleryGal') : ?> <?php include dirname(__FILE__).'/galleryGal.php'; ?> <?php elseif ($mode == 'galleryImage') : ?> <?php include dirname(__FILE__).'/galleryImage.php'; ?> <?php elseif ($preview) : /* Si on demande la pr�visualisation d'un commentaire */?> <h3>Commentaire pour <?php dcPostTitle(); ?></h3> <div id="comment-preview"> <blockquote> <?php dcCommentPreview(); ?> </blockquote> </div> <h3>Changer le commentaire</h3> <?php include dirname(__FILE__).'/form.php'; ?> <?php elseif ($mode != 'post') : /* Si aucune erreur et mode != post on affiche une liste de billets */?> <?php # Phrase affich� en cas de recherche (%s est le mot cherch�) dcSearchString('<p>Résultats de votre recherche de <em>%s</em>.</p>'); ?> <?php include dirname(__FILE__).'/list.php'; ?> <?php else : /* Sinon, mode = post, donc billet unique (avec commentaires et tout le reste)*/?> <?php include dirname(__FILE__).'/post.php'; ?> <?php endif; ?> </div> </div> <div id="sidebar"> <div id="sutribune"> <h2><a href="#" title="Voir ?" onclick="openClose('tribune',0);return false;">Tribune<span>Un petit mot ou deux?</span></a></h2> <div id="tribune" style="display:none"> <?php dcTribune::showMsg(); ?> <?php dcTribune::showForm(); ?> </div> </div> <div id="sucategories"> <h2>Menu</h2> <div id="categories"> <?php dcCatList(); ?> </div> </div> <?php /* Affichage du blog "selection uniquement si des billets sont pr�sents */ ?> <?php dcSelection('<div id="selection"><h2>À retenir</h2><ul>%s</ul></div>'); ?> <?php dcLangList('<div id="languages"><h2>Langues</h2><ul>%s</ul></div>'); ?> <div id="sugalleries"> <h2><a href="#" title="Voir ?" onclick="openClose('galleries',0);return false;">Galeries<span>Des images en voici en voilà</span></a></h2> <div id="galleries" > <?php dcGallery::galleryList(); ?> </div> </div> <div id="suarchives"> <h2><a href="#" title="Voir ?" onclick="openClose('archives',0);return false;">Archives<span>Petit historique</span></a></h2> <div id="archives" > <?php dcMonthsList(); ?> </div> </div> <div id="sulinks"> <h2><a href="#" title="Voir ?" onclick="openClose('links',0);return false;">Liens<span>Quelques liens divers</span></a></h2> <div id="links" > <?php dcBlogroll::linkList(); ?> </div> </div> <div id="sucontact"> <h2><a href="#" title="Jabber" onclick="openClose('contact',0);return false;">Contactez moi<span>Contactez moi</span></a></h2> <div id="contact" > <a>Osku@pandion.be</a> </div> </div> <?php dcWeather::weatherList(); ?> <div id="search"> <form action="<?php dcInfo('search'); ?>" method="get"> <h2><label for="q">Rechercher</label></h2> <p class="field"><input name="q" id="q" type="text" size="10" value="<?php dcSearchString(); ?>" accesskey="4" /> <input type="submit" class="submit" value="ok" /></p> </form> </div> </div> <p id="footer"> <a href="http://www.dotclear.net/">Propulsé par DotClear</a> - <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/fr/">Blog sous licence Creative Commons</a> </p> <!-- Blocs en plus pour ajouter des images en tout genre si besoin --> <div id="block1"><span></span></div><div id="block2"><span></span></div> <div id="block3"><span></span></div><div id="block4"><span></span></div> <div id="block5"><span></span></div><div id="block6"><span></span></div> </body> </html> <?php require( bbclone::counter() ); ?>
Le bloc pour le style switcher :
<div id="cssSwitch"> <!-- formulaire de choix de style --> <h2>Style</h2> <?php dcSwitcher::form(); ?> </div>