voila , j’ai allumé le portable avec le desk a mes cotés s’il y a une bonne âme pour me guider un peu , svp
je suis logué en mode console
j’ai également accès à tout mes fichiers de lenny depuis ubuntu en root
q: puis je faire un update de lenny depuis le terminal d’ubuntu ?
oui ça passe ce genre de bidouille , mais y a t il une commande spécifique qui pourrait faire une vérif du système. ? ex: réparation système ou qq chose plus informaticien sans doute
retour sur le bureau de lenny

comprend pas c’est plus le même pointeur de souris , j’ai pas changé ça !!
par contre je dois faire startx à l’invite après le chargement du système , c’est plus automatique y a t il un fichier a corriger ?
qui cherche trouve qu’ils ont dit
frappe et on t’ouvrira , dans un livre bien connu
il y a une commande dans un des deux tutos précedament cités qui m’a vidé le systeme des paquets essentiels , gedit , xorg, etc les menus sont presques vides ! dingue non!
[code]# ~/.bash_profile: executed by bash(1) for login shells.
see /usr/share/doc/bash/examples/startup-files for examples.
the files are located in the bash-doc package.
the default umask is set in /etc/login.defs
#umask 022
include .bashrc if it exists
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
set PATH so it includes user’s private bin if it exists
if [ -d ~/bin ] ; then
PATH=~/bin:"${PATH}"
fi[/code]
[code]#!/bin/bash
$Xorg: startx.cpp,v 1.3 2000/08/17 19:54:29 cpqbld Exp $
This is just a sample implementation of a slightly less primitive
interface than xinit. It looks for user .xinitrc and .xserverrc
files, then system xinitrc and xserverrc files, else lets xinit choose
its default. The system xinitrc should probably do things like check
for .Xresources files and merge them in, startup up a window manager,
and pop a clock and serveral xterms.
Site administrators are STRONGLY urged to write nicer versions.
$XFree86: xc/programs/xinit/startx.cpp,v 3.16tsi Exp $
unset DBUS_SESSION_BUS_ADDRESS
unset SESSION_MANAGER
userclientrc=$HOME/.xinitrc
sysclientrc=/etc/X11/xinit/xinitrc
userserverrc=$HOME/.xserverrc
sysserverrc=/etc/X11/xinit/xserverrc
defaultclient=xterm
defaultserver=/usr/bin/X
defaultclientargs=""
defaultserverargs=""
defaultdisplay=":0"
clientargs=""
serverargs=""
enable_xauth=1
if [ -f $userclientrc ]; then
defaultclientargs=$userclientrc
elif [ -f $sysclientrc ]; then
defaultclientargs=$sysclientrc
fi
whoseargs=“client”
while [ x"$1" != x ]; do
case “$1” in
# ‘’ required to prevent cpp from treating “/" as a C comment.
/’’|./’’*)
if [ “$whoseargs” = “client” ]; then
if [ x”$clientargs" = x ]; then
client="$1"
else
clientargs="$clientargs $1"
fi
else
if [ x"$serverargs" = x ]; then
server="$1"
else
serverargs="$serverargs $1"
fi
fi
;;
–)
whoseargs=“server”
;;
)
if [ “$whoseargs” = “client” ]; then
clientargs="$clientargs $1"
else
# display must be the FIRST server argument
if [ x"$serverargs" = x ] &&
expr “$1” : ':[0-9][0-9]$’ > /dev/null 2>&1; then
display="$1"
else
serverargs="$serverargs $1"
fi
fi
;;
esac
shift
done
process client arguments
if [ x"$client" = x ]; then
# if no client arguments either, use rc file instead
if [ x"$clientargs" = x ]; then
client="$defaultclientargs"
else
client=$defaultclient
fi
fi
process server arguments
if [ x"$server" = x ]; then
server=$defaultserver
# if no server arguments or display either, use defaults
if [ x"$serverargs" = x -a x"$display" = x ]; then
# For compatibility reasons, only use xserverrc if there were no server command line arguments
if [ -f $userserverrc ]; then
server=$userserverrc
elif [ -f $sysserverrc ]; then
server=$sysserverrc
fi
serverargs=$defaultserverargs
display=$defaultdisplay
fi
fi
if [ x"$enable_xauth" = x1 ] ; then
if [ x"$XAUTHORITY" = x ]; then
XAUTHORITY=$HOME/.Xauthority
export XAUTHORITY
fi
removelist=
# set up default Xauth info for this machine
# check for GNU hostname
if hostname --version > /dev/null 2>&1; then
if [ -z "`hostname --version 2>&1 | grep GNU`" ]; then
hostname=`hostname -f`
fi
fi
if [ -z "$hostname" ]; then
hostname=`hostname`
fi
authdisplay=${display:-:0}
mcookie=`/usr/bin/mcookie`
if test x"$mcookie" = x; then
echo "Couldn't create cookie"
exit 1
fi
dummy=0
# create a file with auth information for the server. ':0' is a dummy.
xserverauthfile=`mktemp -p /tmp serverauth.XXXXXXXXXX`
trap "rm -f $xserverauthfile" HUP INT QUIT ILL TRAP KILL BUS TERM
xauth -q -f $xserverauthfile << EOF
add :$dummy . $mcookie
EOF
serverargs=${serverargs}" -auth "${xserverauthfile}
# now add the same credentials to the client authority file
# if '$displayname' already exists do not overwrite it as another
# server man need it. Add them to the '$xserverauthfile' instead.
for displayname in $authdisplay $hostname$authdisplay; do
authcookie=`xauth list "$displayname" \
| sed -n "s/.*$displayname[[:space:]*].*[[:space:]*]//p"` 2>/dev/null;
if [ "z${authcookie}" = "z" ] ; then
xauth -q << EOF
add $displayname . $mcookie
EOF
removelist="$displayname $removelist"
else
dummy=$(($dummy+1));
xauth -q -f $xserverauthfile << EOF
add :$dummy . $authcookie
EOF
fi
done
fi
xinit $client $clientargs – $server $display $serverargs
if [ x"$enable_xauth" = x1 ] ; then
if [ x"$removelist" != x ]; then
xauth remove $removelist
fi
if [ x"$xserverauthfile" != x ]; then
rm -f $xserverauthfile
fi
fi
[/code]
debian:/home/debian# aticonfig --initial
Uninitialised file found, configuring.
Erreur de segmentation
debian:/home/debian#
y aurait pas une erreur ou qq chose qui manque , svp ? 