Stephane COLIN a écrit 196 commentaires

  • # Regarde ce thread :

    Posté par  (site web personnel) . En réponse au message Epson R285. Évalué à 1.

  • [^] # Re: Vieille version ...

    Posté par  (site web personnel) . En réponse au message Compilation d'un plugin pour Evolution : import PST. Évalué à 1.

    Tu as raison, je continu de chercher depuis mon premier message, et effectivement, j'en arrive à la même conclusion que toi.

    Ça devrais compiler, mais il faudrait qu'on trouve le fichier d'include dans lequel se trouve la définition de la fonction manquante ...

    A++
  • # Vieille version ...

    Posté par  (site web personnel) . En réponse au message Compilation d'un plugin pour Evolution : import PST. Évalué à 2.

    Salut,

    J'ai un peu regarder le zinzin en chargeant comme toi le source.

    Un simple configure sans paramètres suffit en ayant au préalable fait un "sudo ln -sf /usr/lib/pkgconfig/evolution-plugin.pc /usr/lib/pkgconfig/evolution-plugin-2.8.pc".

    Par contre le code de ce plugin semble être intimement lié à la version 2.8 d'évolution.

    La compilation s'arrête avec :

    bigbob@bigbob-laptop:~/tmp/evolution-plugin-readpst-0.3.2$ sudo ln -sf /usr/lib/pkgconfig/evolution-plugin.pc /usr/lib/pkgconfig/evolution-plugin-2.8.pc
    bigbob@bigbob-laptop:~/tmp/evolution-plugin-readpst-0.3.2$ ./configure
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking for intltool >= 0.30... 0.40.0 found
    checking for intltool-update... /usr/bin/intltool-update
    checking for intltool-merge... /usr/bin/intltool-merge
    checking for intltool-extract... /usr/bin/intltool-extract
    checking for xgettext... /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for msgfmt... /usr/bin/msgfmt
    checking for perl... /usr/bin/perl
    checking for XML::Parser... ok
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking for library containing strerror... none required
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for a sed that does not truncate output... /bin/sed
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking whether ln -s works... yes
    checking how to recognize dependent libraries... pass_all
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... gcc3
    checking how to run the C++ preprocessor... g++ -E
    checking for g77... no
    checking for xlf... no
    checking for f77... no
    checking for frt... no
    checking for pgf77... no
    checking for cf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for xlf90... no
    checking for f90... no
    checking for pgf90... no
    checking for pghpf... no
    checking for epcf90... no
    checking for gfortran... gfortran
    checking whether we are using the GNU Fortran 77 compiler... yes
    checking whether gfortran accepts -g... yes
    checking the maximum length of command line arguments... 98304
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... ranlib
    checking for strip... strip
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by g++... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking for g++ option to produce PIC... -fPIC
    checking if g++ PIC flag -fPIC works... yes
    checking if g++ static flag -static works... yes
    checking if g++ supports -c -o file.o... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    (cached) (cached) checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for gfortran option to produce PIC... -fPIC
    checking if gfortran PIC flag -fPIC works... yes
    checking if gfortran static flag -static works... yes
    checking if gfortran supports -c -o file.o... yes
    checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    (cached) (cached) checking how to hardcode library paths into programs... immediate
    checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes
    checking what language compliance flags to pass to the C compiler...
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking evolution version... 2.8
    checking for EVOLUTION... yes
    checking plugin installation directory... /usr/lib/evolution/2.22/plugins
    checking Evolution e-error installation directory... /usr/share/evolution/2.22/errors
    checking whether NLS is requested... yes
    checking for msgfmt... (cached) /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for xgettext... (cached) /usr/bin/xgettext
    checking for msgmerge... (cached) /usr/bin/msgmerge
    checking for ld used by GCC... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for shared library run path origin... done
    checking for CFPreferencesCopyAppValue... no
    checking for CFLocaleCopyCurrent... no
    checking for GNU gettext in libc... yes
    checking whether to use NLS... yes
    checking where the gettext function comes from... libc
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking for LC_MESSAGES... yes
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking for ngettext in libc... yes
    checking for dgettext in libc... yes
    checking for bind_textdomain_codeset... yes
    checking for msgfmt... (cached) /usr/bin/msgfmt
    checking for dcgettext... yes
    checking if msgfmt accepts -c... yes
    checking for gmsgfmt... (cached) /usr/bin/msgfmt
    checking for xgettext... (cached) /usr/bin/xgettext
    checking which libpst to use... internal
    checking for struct _pst_item_appointment.all_day... yes
    checking for struct _pst_item_appointment.alarm... yes
    checking for struct _pst_item_appointment.recurrence
    ... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: creating po/Makefile.in
    config.status: creating config.h
    config.status: executing depfiles commands
    config.status: executing po-directories commands
    config.status: creating po/POTFILES
    config.status: creating po/Makefile
    config.status: executing default-1 commands
    config.status: executing po/stamp-it commands

    Selected installation path: /usr/lib/evolution/2.22/plugins

    bigbob@bigbob-laptop:~/tmp/evolution-plugin-readpst-0.3.2$ make
    make all-recursive
    make[1]: entrant dans le répertoire « /home/bigbob/tmp/evolution-plugin-readpst-0.3.2 »
    Making all in po
    make[2]: entrant dans le répertoire « /home/bigbob/tmp/evolution-plugin-readpst-0.3.2/po »
    make[2]: Rien à faire pour « all ».
    make[2]: quittant le répertoire « /home/bigbob/tmp/evolution-plugin-readpst-0.3.2/po »
    Making all in src
    make[2]: entrant dans le répertoire « /home/bigbob/tmp/evolution-plugin-readpst-0.3.2/src »
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I -I.. -DGETTEXT_PACKAGE="\"evolution-plugin-readpst-0.0\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 -I/usr/include/orbit-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/evolution-2.22 -I/usr/include/evolution-data-server-2.22 -I../libpst -Wall -MT pst-importer.lo -MD -MP -MF .deps/pst-importer.Tpo -c -o pst-importer.lo pst-importer.c
    mkdir .libs
    gcc -DHAVE_CONFIG_H -I. -I.. -I -I.. -DGETTEXT_PACKAGE=\"evolution-plugin-readpst-0.0\" -DLOCALEDIR=\"/usr/local/share/locale\" -DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 -I/usr/include/orbit-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/evolution-2.22 -I/usr/include/evolution-data-server-2.22 -I../libpst -Wall -MT pst-importer.lo -MD -MP -MF .deps/pst-importer.Tpo -c pst-importer.c -fPIC -DPIC -o .libs/pst-importer.o
    In file included from /usr/include/evolution-data-server-2.22/libecal/e-cal-component.h:28,
    from /usr/include/evolution-data-server-2.22/libecal/e-cal-recur.h:27,
    from /usr/include/evolution-data-server-2.22/libecal/e-cal.h:29,
    from pst-importer.c:52:
    /usr/include/evolution-data-server-2.22/libical/ical.h:30:2: warning: #warning "Please ensure that the memory returned by the functions mentioned at http://bugzilla.gnome.org/show_bug.cgi?id=516408#c1 are free'ed"
    In file included from /usr/include/evolution-data-server-2.22/libecal/e-cal-util.h:25,
    from /usr/include/evolution-data-server-2.22/libecal/e-cal.h:30,
    from pst-importer.c:52:
    /usr/include/evolution-data-server-2.22/libical/ical.h:30:2: warning: #warning "Please ensure that the memory returned by the functions mentioned at http://bugzilla.gnome.org/show_bug.cgi?id=516408#c1 are free'ed"
    pst-importer.c:108: error: field 'msg' has incomplete type
    pst-importer.c: In function 'set_cal_attachments':
    pst-importer.c:1249: warning: 'e_util_mkdir_hier' is deprecated (declared at /usr/include/evolution-data-server-2.22/libedataserver/e-data-server-util.h:37)
    pst-importer.c: At top level:
    pst-importer.c:1593: error: variable 'pst_import_op' has initializer but incomplete type
    pst-importer.c:1594: warning: excess elements in struct initializer
    pst-importer.c:1594: warning: (near initialization for 'pst_import_op')
    pst-importer.c:1595: warning: excess elements in struct initializer
    pst-importer.c:1595: warning: (near initialization for 'pst_import_op')
    pst-importer.c:1596: warning: excess elements in struct initializer
    pst-importer.c:1596: warning: (near initialization for 'pst_import_op')
    pst-importer.c:1597: warning: excess elements in struct initializer
    pst-importer.c:1597: warning: (near initialization for 'pst_import_op')
    pst-importer.c: In function 'pst_import':
    pst-importer.c:1644: warning: passing argument 1 of 'mail_msg_new' from incompatible pointer type
    pst-importer.c:1644: error: too many arguments to function 'mail_msg_new'
    pst-importer.c:1667: error: 'mail_thread_queued' undeclared (first use in this function)
    pst-importer.c:1667: error: (Each undeclared identifier is reported only once
    pst-importer.c:1667: error: for each function it appears in.)
    make[2]: *** [pst-importer.lo] Erreur 1
    make[2]: quittant le répertoire « /home/bigbob/tmp/evolution-plugin-readpst-0.3.2/src »
    make[1]: *** [all-recursive] Erreur 1
    make[1]: quittant le répertoire « /home/bigbob/tmp/evolution-plugin-readpst-0.3.2 »
    make: *** [all] Erreur 2

    real 0m0.604s
    user 0m0.428s
    sys 0m0.152s
    bigbob@bigbob-laptop:~/tmp/evolution-plugin-readpst-0.3.2$

    ensuite :

    bigbob@bigbob-laptop:~/tmp/evolution-plugin-readpst-0.3.2$ grep -r mail_thread_queued /usr/include/*
    bigbob@bigbob-laptop:~/tmp/evolution-plugin-readpst-0.3.2$

    Pas de declaration de 'mail_thread_queued' et étant donné que je trouve pas cette fonction dans '/usr/include', j'en déduit que celle-ci a du être supprimé dans le code plus récent d'évolution (je suis sous hardy avec la version 2.22).

    A++
  • # Une autre console ???

    Posté par  (site web personnel) . En réponse au message mv : Périphérique ou ressource occupé. Évalué à 1.

    Bonjour,

    Peut être as tu une autre console ouverte et que celle-ci est positionnée dans le répertoire que tu cherches a déplacer ???

    A++
  • # Voir ici ...

    Posté par  (site web personnel) . En réponse au message xtraceroute. Évalué à 0.

  • # Recherche d'un lieu ...

    Posté par  (site web personnel) . En réponse au journal Géoportail : la 3D désormais sur Linux et Mac OS X. Évalué à -4.

    J'ajoute que la recherche d'un lieu est pathétique ...

    En bref, à chier de chez chier !!!

    La définition sur mon lieu d'habitation est ridicule à coté de googleearth.

    Vraiment, c'est nul, et j'ai l'impression que leur merde est développée par le stagiaire d'été (fonctionnalité, ergonomie).

    J'espère que c'est pas avec nos impôts qu'ils développent cette grosse merde.

    Allez hop pour l'instant poubelle, j'y reviendrait dans 2 ans pour voir l'avancement.

    A++
  • # Essayes de lire ça :

    Posté par  (site web personnel) . En réponse au message WIFI et Hardy. Évalué à 2.

    http://ubuntuforums.org/archive/index.php/t-647796.html

    Quote begin

    I think someone did not think before packaging... The module shipped with the kernel seems to be 1.45 (dmesg | grep ndisw) but only >=1.50 has support for kernel 2.6.24 so what you need to do is to build the kernel module from source, works like it should here...
    ...and maybe bug the packager. Have not had time to do it or look if someone else has done it.

    Quote end

    A++
  • # Pourquoi te sépares tu de ce matériel ?

    Posté par  (site web personnel) . En réponse au message Vends matériel réseau HP et Cisco et serveurs HP Proliant DL360 DL380. Évalué à 1.

    Salut,

    Juste pour savoir, pourquoi te sépares tu de ce matériel, et concernant le matériel HP, celui-ci est-il toujours sous garantie ? (hp care pack ?, etc ...).

    A++
  • [^] # Re: Binaire de firmware ... ??? !!!

    Posté par  (site web personnel) . En réponse au message fichier.bin :: NEED HELP ::. Évalué à 3.

    Faire également :

    strings ael-viper-v4i2b-f32.bin | less

    de mon coté si je le fait sur l'example donné en PS dans mon premier post, ça me donne ça :

    COPYRIGHT 2005 QLOGIC CORPORATION ISP24xx Firmware Version 4.0.27 $
    IgPfY
    I{(#
    P'
    P7QLOGJ
    P8IC
    VA{`
    UUAx
    @AjX
    ...
    ...
    etc
    ...
    ...

    Ici, on voit tout de suite que c'est un firmware ...

    A++
  • [^] # Re: Binaire de firmware ... ??? !!!

    Posté par  (site web personnel) . En réponse au message fichier.bin :: NEED HELP ::. Évalué à 1.

    Bingo !!!

    Si tu regardes là :

    http://knightsatcdh.googlepages.com/update-to-AEL-V4I1.htm

    Tu verras :

    Now the main flash image can be installed.

    1. Load the flash image into RAM.

    RedBoot> load -r -b %{FREEMEMLO} ael-viper-v4i1a-f16.bin
    Using default protocol (TFTP)
    Raw file loaded 0x00400000-0x01400000, assumed entry at 0x00400000
    RedBoot>

    Subsitute an -f32, -cyclops or -lite image as required.

    CQFD ...

    A++
  • # Binaire de firmware ... ??? !!!

    Posté par  (site web personnel) . En réponse au message fichier.bin :: NEED HELP ::. Évalué à 3.

    Bonjour,

    Étant donné que le sujet porte sur de l'embarqué, je pense que le fichier dont tu parles est un fichier de type firmware.

    Le fait qu'il se trouve dans l'iso me conforte dans ce sens.

    Quel taille fait-il ?

    A++

    PS : example de firmware :

    bigbob@bigbob-laptop:~$ file /lib/firmware/2.6.24-17-generic/ql2400_fw.bin
    /lib/firmware/2.6.24-17-generic/ql2400_fw.bin: data
  • # apt-file

    Posté par  (site web personnel) . En réponse au message Gnome Applet NetworkManager Ubuntu Feisty. Évalué à 1.

    Bonjour,

    D'un ordre général, il est de bon ton d'installer apt-file (sudo apt-get install apt-file).

    Ensuite pour retrouver à quel paquet 'nm-applet' (ou tout autre fichier) appartient, tu fais :

    apt-file search nm-applet|grep bin

    (le 'grep bin' à la fin c'est pour traquer le binaire)

    Ça donne à peut près ça :

    bigbob@bigbob-laptop:~$ apt-file search nm-applet|grep bin
    network-manager-gnome: usr/bin/nm-applet

    Le packet qui contient 'nm-applet' est donc 'network-manager-gnome'

    A++
  • # tune2fs -m pourcentage-de-blocs-réservés

    Posté par  (site web personnel) . En réponse au message Probleme formatage. Évalué à 3.

    Bonjour,

    Par défaut, lors de la création du système de fichiers, une partie de l'espace disque est réservé au cas ou la partition viendrait à se remplir et qu'il ne reste plus rien.

    Cet espace n'est disponible que pour 'root', tu peux récupérer la place avec :

    tune2fs -m 0 /dev/sdaX

    Extrait du man tune2fs :

    -m reserved-blocks-percentage
    Set the percentage of the filesystem which may only be allocated
    by privileged processes. Reserving some number of filesystem
    blocks for use by privileged processes is done to avoid filesys‐
    tem fragmentation, and to allow system daemons, such as sys‐
    logd(8), to continue to function correctly after non-privileged
    processes are prevented from writing to the filesystem. Nor‐
    mally, the default percentage of reserved blocks is 5%.

    A++
  • # Sony Vaio TZ ...

    Posté par  (site web personnel) . En réponse au journal Le EEE se rapproche à grand pas !. Évalué à 2.

    Bonjour,

    Un de mes fournisseurs m'a rendu visite avec ça :

    http://vaio.sony.fr/view/ShowProductCategory.action?site=voe(...)

    C'est tout simplement magnifique !!!

    Hyper fin.

    C'est un vrais ordinateur, par contre ne regardez pas le prix ...

    Exemple :

    VGN-TZ21VN/X
    Voyagez avec style

    * Connexion à haut débit mobile avec technologie 3G+ intégrée
    * Ecran LCD X-black 16/9 avec technologie LED reproduisant les couleurs jusqu'à 72 %
    * Châssis en fibre de carbone haute technologie (seulement 1,19 kg)
    * Plate-forme très basse tension pour une autonomie pouvant aller jusqu'à 7,5 heures


    A++
  • # Bascule de Ethereal à Wireshark ...

    Posté par  (site web personnel) . En réponse au message décoder des trames ISDN (Q931 / Q921). Évalué à 1.

    Ethereal n'est plus ...

    Il est remplacé par wireshark http://www.wireshark.org/

    Les information sur le décodage ISDN se trouvent là : http://wiki.wireshark.org/ISDN

    Dans cette page qui explique ce que le dissecteur sait faire, tu as également un fichier d'exemple d'une capture.

    A++
  • [^] # Re: bien mais

    Posté par  (site web personnel) . En réponse à la dépêche Acer condamné à rembourser Windows. Évalué à 1.

    Bonjour à tous,

    Juste à titre indicatif, mon fournisseur me facture l'installation à :

    INSTALLATION SYSTÈME UNITAIRE : 14.75 HT soit 19.60 TTC

    Tiré d'un devis pour un serveur.

    Si ça peut donner une idée ...

    A++
  • # Et ça, ça ferait pas l'affaire ?

    Posté par  (site web personnel) . En réponse au message menu interactif. Évalué à 1.

  • # Roaming avec matériel Linksys ...

    Posté par  (site web personnel) . En réponse au message wifi wpa plusieurs point d'accès. Évalué à 1.

  • # Mauvaise nouvelle ...

    Posté par  (site web personnel) . En réponse au message Connection à un serveur VPN par modem. Évalué à 1.

    Bonjour,

    Si ce que je lit ici : http://www.redfoxcenter.org/serveur/ras.html

    est vrais ...

    Extrait :

    Il existe de nombreuses méthodes d'authentification :
    PAP (Password Authentication Protocol), le plus simple, transmets les mots de passe en clair sur le réseau.
    SPAP (Shiva Password Authentication Protocol), est un protocole d'authentification propriétaire créé par Shiva non supporté sous Linux. Trés peu utilisé, déployé et supporté, il vaut mieux choisir CHAP.

    Alors tu est dans le caca.

    A++
  • [^] # Re: honteux

    Posté par  (site web personnel) . En réponse au journal Attention à badoo.com. Évalué à 5.

    En même temps, j'adore celui là :

    http://www.kasskooye.com

    A++
  • [^] # Re: Les mechants "flics" ont bon dos

    Posté par  (site web personnel) . En réponse au journal (24755) .... Évalué à -2.

    Ouai, bof ...

    Moi je dirait simplement, une chose :

    N'oubliez jamais qu'on est toujours le con de quelqu'un dans la vie ...

    A++ et méditez la dessus.
  • # Voir ca aussi ...

    Posté par  (site web personnel) . En réponse au journal Marre du Ipod.... Évalué à 1.

    Mon fournisseur m'a offert le AI-W818 :

    http://www.timelannot.com/products.htm

    Il m'a dit qu'il avait payé le zinzin 60¤

    C'est plutôt joli à regarder et ça marche bien.

    A++
  • # Redundant Internet Connections Using Linux ...

    Posté par  (site web personnel) . En réponse au journal Accès permanent au net + augmentation du débit. Évalué à 2.

  • # Gizmo ...

    Posté par  (site web personnel) . En réponse au message Alternative (viable) à Skype.. Évalué à 1.

  • [^] # Re: mute

    Posté par  (site web personnel) . En réponse au journal France téléphone et la fibre optique.... Évalué à 0.

    Chez moi ça compile correctement ...

    A++