Re: Comment virer APM ?

2003-12-22 Thread Philippe BOURCIER - IPSL
On Mon, Dec 22, 2003 at 11:16:44AM +0100, Didier Verna wrote:
 il faudrait que je vire l'APM de ma machine quand je suis sous Debian, car le

  avec lilo :
append='apm=off' 
-- 
Philippe BOURCIER
PRISM developerhttp://www.ipsl.jussieu.fr/~pbipsl/prism/sasa.html



Re: X et cran

2003-12-21 Thread Philippe BOURCIER - IPSL
bonjour à toutes et à tous,

On Sun, Dec 21, 2003 at 01:24:02PM +0100, r j wrote:
...
 quand je lance X  j'obtient un erreur : (EE) no devices detected
   fatal 
 server error
   no 
   screens 
 found
 
 - je ne sais pas où dire a X où est l'écran
 - si je savais où je ne saurait pas comment
...
 est-ce que quelqu'un a une toute petite idée?

  ci-joint mon fichier de configuration : récupères les sections
qui te manquent en les adaptant à tes composants
-- 
Philippe BOURCIER
PRISM developerhttp://www.ipsl.jussieu.fr/~pbipsl/prism/sasa.html
# File generated by xf86config.

#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the Software),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **
# Refer to the XF86Config(4/5) man page for details about the format of 
# this file.
# **

# **
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **
#
Section Module

# This loads the DBE extension module.

Loaddbe   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection  extmod
  Optionomit xfree86-dga   # don't initialise the DGA extension
EndSubSection

# This loads the Type1 and FreeType font modules
Loadtype1
Loadfreetype

# This loads the GLX module
#Load   glx
#pbipsl
Load   glx

EndSection

# **
# Files section.  This allows default font and rgb paths to be set
# **

Section Files

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like .txt or .db).  There is normally
# no need to change the default.

RgbPath /usr/X11R6/lib/X11/rgb

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
# 

#FontPath   /usr/X11R6/lib/X11/fonts/local/
FontPath   /usr/X11R6/lib/X11/fonts/misc/
FontPath   /usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath   /usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath   /usr/X11R6/lib/X11/fonts/Type1/
#pbipslFontPath   /usr/X11R6/lib/X11/fonts/Speedo/
FontPath   /usr/X11R6/lib/X11/fonts/75dpi/
FontPath   /usr/X11R6/lib/X11/fonts/100dpi/

# The module search path.  The default path is shown here.

#ModulePath /usr/X11R6/lib/modules
#pbipsl
ModulePath /usr/X11R6/lib/modules

EndSection

# **
# Server flags section.
# **

Section ServerFlags

# Uncomment this to cause a core dump at the spot where a signal is 
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#Option NoTrapSignals

# Uncomment 

Re: [Ultra-HS] A la recherche de stdint.h pour AIX

2003-12-06 Thread Philippe BOURCIER - IPSL
bonjour à toutes et à tous,

On Sat, Dec 06, 2003 at 03:07:27PM +0100, Laurent wrote:
 Voilà, au boulot j'ai plusieurs compilations à effectuer sur un AIX 4.3,
 et pour réaliser ces tâches il me faut trouver une biliothèque dont le
 nom s'apelle stdint.h.
 
 J'ai googlelisé à mort et je n'ai trouvé qu'un seul fichier que j'ai
 naturellement testé et qui ma fait échoué ma compilation, j'en ai déduit
 qu'il ne s'agissait pas du bon car il existe plusieurs versions de
 stdint.h selon les architectures des machines.
 
 Je me permet donc de demander ici, si certains d'entres vous possederai
 ce fichier pour AIX, et si possible me l'envoyer par mail.

$ dpkg -S /usr/include/stdint.h
libc6-dev: /usr/include/stdint.h
 
 Cette compilation me permettrai de pouvoir par la suite builder un
 joli gcc pour un vieux aix ;-) afin de pouvoir compiler toute sorte
 d'applis pour notre vieux coucou (rs6000).

  si tu veux vraiment faire celà, il te faudra récupérer le
bon tarfile de libc6-dev
 
 en espérant que ça t'aide,
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/



DocBook XML/SGML (Etait: Re: docBook et les entits spares)

2003-10-19 Thread Philippe BOURCIER - IPSL
bonjour à toutes et à tous,

On Sat, Oct 18, 2003 at 10:51:22PM +0200, Patrice Karatchentzeff wrote:
 Sinon, je vais finir par suivre (un peu forcé) le conseil de Stéphane
 et passer au XML.

  tout le monde le dit  :-)
Même les gourous

   - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = 
Date: Sat, 18 Oct 2003 12:54:22 -0700
From: Bob Stayton [EMAIL PROTECTED]
Cc: docbook-apps@lists.oasis-open.org
Subject: Re: [docbook-apps] Getting started with docbook, screen tag problems.

If you are just getting started with DocBook, you might
consider using XML rather than SGML.  There are more tools
and help for XML, and more future development.
And you can still use jade and DSSSL with XML
if you choose to.
   - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = 

cordialement,

PS: n'en profitez pas pour troller sur SCO !
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/



Re: manque des paquets dans liste de dselect

2003-07-15 Thread Philippe BOURCIER - IPSL
On Sun, Jul 13, 2003 at 08:43:51PM +0200, Eric Aumont wrote:
Bonjour,
 
j'ai installe Debian via CD5 puis 1, CDs officiels de Woody, puis install.
connection ADSL, puis modification fichier sources.list avec ecriture des
lignes suivantes :
deb ftp://ftp.fr.debian.org/debian/ sarge main non-free contrib
et
deb http://non-us.debian.org/debian-non-US/ sarge/non-US main contrib
non-free
et les 2 lignes pour les sources.
Ensuite je fais
apt-get update
et quand je vais dans dselect, il me manque plein de paquets dans la
liste, par exemple gqview, jpilot, grub-doc, des paquets en relation avec
la langue franc,aise, etc...
 
j'ai essaye de remplace fr par de, mais j'ai le meme resultat. J'ai dej`a
fait plusieurs fois toute cette manip. mais sans avoir ce probleme.
Peut-etre qu'avant j'avais declare les 7 CDs de Woody. En tout cas, je ne
comprends pas, cela ne semble pas logique.
 
Une idee ?

  dselect update !!
 
Eric
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/



Re: outils de compilation

2003-07-11 Thread Philippe BOURCIER - IPSL
On Fri, Jul 11, 2003 at 09:58:56AM +0200, Damien Babilon wrote:
 Bonjour à tous,

bonjour à toutes et à tous,
 
 Je ne suis pas inscrit à laliste donc si vous répondez à ce message,
 veuillez me mettre en cc

  hm
 
 J'ai fait une install de debian hier, et j'ai voulu compiler un driver pour
 un NetGear MA101 (module wireless usb) mais je n'ai ni make, ni gcc. J'ai
 donc fait un apt-get install make et apt-get install gcc
 
 Quand je fait mon make, je n'ai que des messages d'erreur.

  il y a plusieurs versions de gcc...
 
 Comment se fait-il que les outils de compilation de base ne sont pas
 installés par défaut?

  ils ne sont pas forcément nécessaires

 Comment puis-je faire pour les installer 'facilement'
 ?

je suis en sarge :

Package: build-essential
Priority: optional
Section: devel
Version: 9.4
Depends: libc6-dev | libc-dev, gcc (= 3:3.3), g++ (= 3:3.3),
make, dpkg-dev (= 1.4.1.19)
Description: informational list of build-essential packages
 If you do not plan to build Debian packages, you don't need this
 package.  Moreover this package is not required for building
Debian
 packages.
 .
 This package contains an informational list of packages which
are
 considered essential for building Debian packages.  This package
also
 depends on the packages on that list, to make it easy to have
the
 build-essential packages installed.
 .
 If you have this package installed, you only need to install
whatever
 a package specifies as its build-time dependencies to build the
 package.  Conversely, if you are determining what your package
needs
 to build-depend on, you can always leave out the packages this
 package depends on.
 .
 This package is NOT the definition of what packages are
 build-essential; the real definition is in the Debian Policy
Manual.
 This package contains merely an informational list, which is all
 most people need.   However, if this package and the manual
disagree,
 the manual is correct.
 
 Merci,

@+!
 
 Damien
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/



Re: convertiseur .doc .rtf .txt en pdf

2003-04-23 Thread Philippe BOURCIER - IPSL
On Wed, Apr 23, 2003 at 10:25:11AM +0200, LEBRETON Philippe wrote:
 Bonjour,

salut,
 
 Quelqu'un connait-il un outil qui pourrait me convertir les fichiers 
 MSOffiche en général en PDF.

 - .doc - .pdf
   wv - Convert and preview Microsoft Word documents.
   en particulier : wvPDF - convert msword documents to PDF
 - .rtf - .pdf
   unrtf - RTF to other formats converter

bonne journée,
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/


pgptXGzCrmjz2.pgp
Description: PGP signature


Cron root@jeremie test -e /usr/sbin/anacron || run-parts --report /etc/cron.daily

2003-04-03 Thread Philippe BOURCIER - IPSL
bonjour à toutes et à tous,

  je me retrouve avec ce message d'erreur :

/etc/cron.daily/man-db:
mandb: warning: /usr/share/man/man1/keytool.1.gz is a dangling symlink
mandb: warning: /usr/share/man/man1/appletviewer.1.gz is a dangling symlink
mandb: warning: /usr/share/man/man1/javadoc.1.gz is a dangling symlink
mandb: warning: /usr/share/man/man1/jar.1.gz is a dangling symlink
mandb: warning: /usr/share/man/man1/native2ascii.1.gz is a dangling symlink
mandb: warning: /usr/share/man/man1/javap.1.gz is a dangling symlink
mandb: warning: /usr/share/man/man1/jdb.1.gz is a dangling symlink
mandb: warning: /usr/share/man/man1/rmiregistry.1.gz is a dangling symlink
mandb: warning: /usr/share/man/man1/rmic.1.gz is a dangling symlink
mandb: warning: /usr/share/man/man1/serialver.1.gz is a dangling symlink
mandb: warning: /usr/share/man/man1/extcheck.1.gz is a dangling symlink
mandb: warning: /usr/share/man/man1/jarsigner.1.gz is a dangling symlink
mandb: warning: /usr/share/man/man1/rmid.1.gz is a dangling symlink
mandb: warning: /usr/share/man/man1/tnameserv.1.gz is a dangling symlink

si je prend le 1er fichier, par exemple :

~$ ls -alg /usr/share/man/man1/keytool.1.gz
lrwxrwxrwx1 root   30 2002-06-24 19:40
/usr/share/man/man1/keytool.1.gz - /etc/alternatives/keytool.1.gz

~$ ls -alg /etc/alternatives/keytool.1.gz  
lrwxrwxrwx1 root   40 2002-06-24 19:40
/etc/alternatives/keytool.1.gz - /usr/share/man/man1/keytool.j2sdk13.1.gz

~$ ls -alg /usr/share/man/man1/keytool.j2sdk13.1.gz
ls: /usr/share/man/man1/keytool.j2sdk13.1.gz: Aucun fichier ou répertoire de ce 
type

1) euh... c'est quoi exactement ce bazar ?
2) je fais quoi maintenant ?

merci d'avance,
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/



Re: quelle version de Linux

2002-12-20 Thread Philippe BOURCIER - IPSL
salut à toutes et à tous,

On Wed, Dec 18, 2002 at 06:19:41PM +0100, Georges Mariano wrote:
 On Wed, 18 Dec 2002 18:08:45 +0100
 Philippe BOURCIER - IPSL [EMAIL PROTECTED] wrote:
 
y'a tout sur le site  ;-)
  
  Raisons pour choisir Debian http://www.debian.org/intro/why_debian
  Who's using Debian? http://www.debian.org/users/
  À propos de Debian http://www.debian.org/intro/about
 
 
 Si vous demander à un concessionnaire s'il vend de bonnes voitures, le
 réponse ne risque pas d'être surprenante...
 
 Si vous demander à quelqu'un qui vient d' acheter une voiture neuve, ce
 qu'il en pense, idem. Rares sont les personnes qui reconnaîtront avoir
 fait un mauvais choix ou une mauvaise affaire (même s'ils le pensent)
 ...

je profite du vendredi :

  si tu compares Debian à un marchand de tapis... bla bla bla
 
 Par contre, reposer la même question deux trois ans plus tard... ce sera
 beaucoup plus instructif ...

  personnelement, je fais relativement confiance à Debian ; les
infos présentent sur les liens indiqués ci_dessus correspondent
assez bien à mon avis perso
 
 A+
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/


pgpwB0ZHdJRSQ.pgp
Description: PGP signature


Re: quelle version de Linux

2002-12-18 Thread Philippe BOURCIER - IPSL
On Wed, Dec 18, 2002 at 04:13:05PM +0100, Richard Kemp wrote:
 Bonjour la liste,

salut,
 
...
 plutot le plus stable et le mieux organisé) et pourquoi vous vous avez
 choisi Debian (pour ceux qui ont des raisons valables, pas qui comme moi
 on pris au pif sans savoir vraiment :p )

  y'a tout sur le site  ;-)

Raisons pour choisir Debian http://www.debian.org/intro/why_debian
Who's using Debian? http://www.debian.org/users/
À propos de Debian http://www.debian.org/intro/about

cordialement,
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/


pgp7T6rEJCeqF.pgp
Description: PGP signature


Re: ThinkPad 770 DVD Enhanced Video Adapter (Etait: Re: carte de decompression mpeg pour lecture dvd)

2002-11-18 Thread Philippe BOURCIER - IPSL
On Sun, Nov 17, 2002 at 10:46:50PM +0100, André-Paul Navoizat wrote:
 Ayant travailler sur pas mal de modéle de ThinkPad,
 je pense que le composant auquel tu fais allusion est le dsp de chez IBM
 appelé Mwave. Par contre, je n'ai jamais vu ce composant en vente en option

  le composant est visible là :
http://www-1.ibm.com/cgi-bin/pc/support/supportR5lite/pagegen/qtechinfo/en_US/DSHY-3R7SK2.html?lang=fr_FRpage=brandbrand=IBM+ThinkPadfamily=machineType=doctype=Product+informationsubtype=All?lang=fr_FR
Est-ce que ça te dis quelque chose ?

 comme ça car ce dsp sert aussi de modem et de carte son sur les ThinkPad 760
 et 770. Le 770 avait effectivement la capacité de décoder 100% hardaware le
 mpeg2. Je pense que ton revendeur t'a plutot parler d'une carte PCCARD qui
 décompresses le mpeg2, non ? Mais ça, je sais pas si ça existe...

  non, c'est pas une PCCARD
 
 Cordialement,
 
 André Navoizat
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/


pgpR5CSjhyQg3.pgp
Description: PGP signature


Re: EQUIVALENT AUTOCAD ?

2002-10-31 Thread Philippe BOURCIER - IPSL
bonjour,

On Mon, Oct 28, 2002 at 12:34:55AM +0100, Michel Luc wrote:
 On Sunday 27 October 2002 21:56, [EMAIL PROTECTED] wrote:
  Quels est le logiciel le plus approchant de Autocad 2002 et libre ?

  si t'as besoin d'un truc pro :
http://www.opencascade.org/
 
  En libre je ne sais pas! Mais il existe VariCAD :
   http://www.varicad.com/
 Sinon il y a qcad, mais ça ne ressemble pas beaucoup à un autocad.
   http://www.qcad.org/ 
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/



Re: intel fontran compiler sur sarge

2002-10-25 Thread Philippe BOURCIER - IPSL
On Fri, Oct 25, 2002 at 11:54:21AM +0200, Dominique Rousset wrote:
 
 Bonjour,

bonjour à toutes et à tous,

 quelqu'un a-t-il réussi à installer le compilateur fortran d'Intel sur une
 sarge.

  oui, bien obligé : f77 se fait vieux  :(
et g95 est encore trop jeune
 
 Comme trouvé sur le net, j'ai créé le répertoire /var/lib/rpm, j'ai
 initialisé la database rpm mais ensuite j'ai un tas de dépendances non
 satisfaites...
 
 error: failed dependencies:
   ld-linux.so.2   is needed by intel-ifc6-6.0.1-304
   libc.so.6   is needed by intel-ifc6-6.0.1-304
   libm.so.6   is needed by intel-ifc6-6.0.1-304
   libpthread.so.0   is needed by intel-ifc6-6.0.1-304
   libc.so.6(GLIBC_2.0)   is needed by intel-ifc6-6.0.1-304
   libc.so.6(GLIBC_2.1)   is needed by intel-ifc6-6.0.1-304
   libc.so.6(GLIBC_2.1.3)   is needed by intel-ifc6-6.0.1-304
   libc.so.6(GLIBC_2.2)   is needed by intel-ifc6-6.0.1-304
   libpthread.so.0(GLIBC_2.0)   is needed by intel-ifc6-6.0.1-304
   libpthread.so.0(GLIBC_2.1)   is needed by intel-ifc6-6.0.1-304
 Installation failed.

http://www.ipsl.jussieu.fr/~pbipsl/devel/fortran/index.html
 
Ps: question récurrente Georges. Une entrée dans la FAQ ?
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/



Re: Trouver Woody.

2002-10-25 Thread Philippe BOURCIER - IPSL
On Fri, Oct 25, 2002 at 04:17:11PM +0100, Bagbones wrote:
 Bonjour,

salut,

 actuellement j'utilise la potatoe, que j'ai achet?e avec un magazine et 
 quatre cd (et franchement pas ch?re).
 Peut-on trouver la m?me chose pour la Woody?

http://www.dppresse.com/pl.htm
 
 Max
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/



Re: [Blackdown Java] java: command not found

2002-10-04 Thread Philippe BOURCIER - IPSL
salut,

On Thu, Oct 03, 2002 at 06:09:15PM +0200, Christian Marillat wrote:
 Philippe BOURCIER - IPSL [EMAIL PROTECTED] writes:
...
  en cherchant un peu, je suggère :
  $ sudo rm /etc/alternatives/java 
  $ sudo ln -s /usr/lib/j2se/1.3/bin/java /etc/alternatives/java 
 
 Mauvaise suggestion. Comme le suggère le chemin dans /etc, cela
 doit-être géré avec update-alternatives
 
 update-alternatives --display java
 
 man update-alternatives

$ sudo update-alternatives --display java
java - status is manual.
 link currently points to /usr/lib/j2se/1.3/bin/java
/usr/lib/kaffe/bin/java - priority 300
 slave java.1.gz: /usr/share/man/man1/kaffe.1.gz
/usr/lib/j2se/1.3/bin/java - priority 1311
 slave java.1.gz: /usr/share/man/man1/java.j2se13.1.gz
Current `best' version is /usr/lib/j2se/1.3/bin/java.
$ sudo update-alternatives --auto java
$ sudo update-alternatives --display java
java - status is auto.
 link currently points to /usr/lib/j2se/1.3/bin/java
/usr/lib/kaffe/bin/java - priority 300
 slave java.1.gz: /usr/share/man/man1/kaffe.1.gz
/usr/lib/j2se/1.3/bin/java - priority 1311
 slave java.1.gz: /usr/share/man/man1/java.j2se13.1.gz
Current `best' version is /usr/lib/j2se/1.3/bin/java.

  ok. Merci beaucoup

bonne journée,
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/



Re: sarge OpenOffice

2002-10-03 Thread Philippe BOURCIER - IPSL
On Thu, Oct 03, 2002 at 03:25:13PM +0200, [EMAIL PROTECTED] wrote:
 Bonjour,

salut,
 
 Depuis ma dernière mis à jour Debian/Sarge,
 Openoffice ne fonctionne plus.
 L'application se lance mais je n ai plus aucun texte seulement que les icônes.
 Même les menus pop-up sont sans texte .. que le bouton.
 je soupconne un problème de fonts mais je ne sais pas où chercher .
 J ai aussi essayer de reinstaller OO mais le setup me lance une grande 
 fenêtre 
 avec rien dedans ...

  as-tu bien :
deb http://ftp.openoffice.tuxfamily.org/openoffice testing main contrib
dans ton /etc/apt/sources.list  ?
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/



[Blackdown Java] java: command not found

2002-10-03 Thread Philippe BOURCIER - IPSL
bonjour,

  après la modif du sources.list que j'ai donnée récemment, j'ai
un autre problème :
$ ls -alg /usr/bin/java 
lrwxrwxrwx1 root root   22 jun 20 19:54 /usr/bin/java - 
/etc/alternatives/java
$ ls -alg /etc/alternatives/java
lrwxrwxrwx1 root root   26 aoû 27 11:15 /etc/alternatives/java 
- /usr/lib/j2sdk1.3/bin/java
$ ls -alg /usr/lib/j2sdk1.3/bin/java 
ls: /usr/lib/j2sdk1.3/bin/java: Aucun fichier ou répertoire de ce type

en cherchant un peu, je suggère :
$ sudo rm /etc/alternatives/java 
$ sudo ln -s /usr/lib/j2se/1.3/bin/java /etc/alternatives/java 

@+!
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/



[woody] X3 ou X4 (Etait: Re: vieux coucou dans un placard)

2002-10-03 Thread Philippe BOURCIER - IPSL
salut,

On Thu, Oct 03, 2002 at 04:39:58PM +0200, Georges Mariano wrote:
...
  A priori, j'essairai pas d'upgrader du tout.. 
 
 mouai, on va ressortir la moulinette à backport alors ?? ...

  argh... non, pitié !
 
 pas impossible que woody permette X3 en théorie mais en pratique avec
 tous les paquets qui arrivent créés sous X4, ça promet des soucis...

  à la maison, je suis en testing (donc sarge). Ma carte n'est
pas supportée par X4.1  :(
Je n'ai aucun problème avec X3
Mais, c'est vrai que je passerai surement en X4.2

cordialement,
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/



Re: Webmail

2002-10-02 Thread Philippe BOURCIER - IPSL
salut,

On Tue, Oct 01, 2002 at 06:22:45PM +0200, Jean-Paul Lacharme wrote:
 Les interfaces Webmail sont une bonne solution pour la consultation de la 
 messagerie depuis l'exterieur d'un reseau local, mais ils sont reputes pour 
 leurs failles de securite (Cf. articles recents dans Hackerz Voice)

mauvais journal (voir, entre autres :
http://linuxfr.org/2002/10/01/9828,0,1,0,0.html )
donc mauvaise info...

cordialement,
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/



Re: Le peer 2 peer

2002-10-02 Thread Philippe BOURCIER - IPSL
On Wed, Oct 02, 2002 at 12:47:22PM +0200, Migrec wrote:
 Bonjour à tous,

bonjour,
 
 Je cherche des titres musicaux pour accompagner un spectacle qui aura lieu 
 prochainement. Je ne connais pas grand chose à Napster et Cie et j'aimerais 
 connaître les applications graphiques disponibles sous Debian (Woody) qui 
 permettent de télécharger des musiques sur un réseau de type Napster (peer to 
 peer, c'est ça ?).
 
 Qu'est ce que vous utilisez ? Que me conseillez-vous sachant que c'est 
 surtout pour chercher des titres en fonction de l'auteur ?

Package: freenet
Priority: extra
Section: net
Description: A peer-to-peer network for anonymous publishing
 Freenet is a decentralised network of nodes designed to allow for efficient
 distribution of information over the Internet. Freenet's goals are resilience
 to censorship, and anonymity for producers and consumers of information
 through plausible denyability.
 .
 There are different, incompatible versions of the Freenet protocol. This dummy
 package will ensure that you always have the most useful node software version
 installed.
 
 Merci !
 -- 
 Migrec
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/



Re: utiliser rpm

2002-09-23 Thread Philippe BOURCIER - IPSL
salut tlm  ;-)

On Mon, Sep 23, 2002 at 01:25:39PM +0200, Jean Magnan de Bornier wrote:
 J'avais quand j'utilisais mandrake un logiciel commercial que je voudrais 
 réinstaller sous woody; bien 
 sûr rpm est 
 présent; pourtant quand je cherche à l'utiliser, j'obtiens ce genre de 
 message:

 error: cannot open Packages index using db3 - Aucun fichier ou répertoire de 
 ce type (2)
 error: cannot open Packages database in /var/lib/rpm
 
 Il n'existe pas de paquet db3, alors de quoi s'agit-il?

  j'ai déjà eu ce pb : cf.
http://www.ipsl.jussieu.fr/~pbipsl/devel/fortran/index.html

 merci par avance,

  avec plaisir  :)

 Jean Magnan de Bornier
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/



vipw, vigr (Etait: Re: bizzarerie linuxienne)

2002-09-09 Thread Philippe BOURCIER - IPSL
bonjour à toutes et à tous  ;-)

On Mon, Sep 09, 2002 at 02:15:21PM +0200, Erwan David wrote:
 Le Mon  9/09/2002, EISELE Pascal disait
  Beaucoup plus simple :
  vi /etc/passwd
  vi /etc/group
 
 Beaucoup plus sûr:
 vipw 
 vigr

[EMAIL PROTECTED]:~$ apt-cache search vigr
[EMAIL PROTECTED]:~$ apt-cache search vipm 

hmmm... c'est quoi le paquet ?
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/
[EMAIL PROTECTED]:~$ cat /etc/issue.welcome2l
Debian GNU/\s 3.0 \n \l



Re: traceroute graphique

2002-09-06 Thread Philippe BOURCIER - IPSL
On Fri, Sep 06, 2002 at 03:09:01PM +0200, Christian Pollet wrote:
 Bonjour
 
 Connaissez-vous une application libre qui permette de visualiser un 
 traceroute sur une mapemonde ?
 en .deb ??

$ apt-cache search traceroute
hp-search-mac - Search for a MAC address on HP switches.
hping2 - Active Network Smashing Tool
iputils-tracepath - The tracepath utility from iputils
libnet-rawip-perl - Perl interface to lowlevel TCP/IP
libnet0-dev - library for the construction and handling of network packets
mtr - Full screen ncurses and X11 traceroute tool
mtr-tiny - Full screen ncurses traceroute tool
remstats-bintools - Remote Statistics System: traceroute and multiping
tcptraceroute - A traceroute implementation using TCP packets
traceroute - Traces the route taken by packets over a TCP/IP
network.
traceroute-nanog - NANOG traceroute
xt - A graphical traceroute

xt ?
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/



remplaant de mixviews ? (Etait: Re: ralentir le son)

2002-09-04 Thread Philippe BOURCIER - IPSL
On Wed, Sep 04, 2002 at 02:50:21PM +0200, Didier Chalm wrote:
 Le Wednesday 04 September 2002 14:34, Alexandre écrivait:
  Bonjour,
 
 Salut,

pareil
 
  Existe-t-il en libre sour unix un logiciel de lecture de fichiers son
  (wave, mp3, ogg) capable de ralentir la lecture du fichier (typiquement
  diviser la vitesse par 2). C'est très pratique pour relever des
  partitions quand les musiciens se lachent...
 
 Peut-etre :
  - mixviews

en sarge,
$ apt-cache search mixviews
ne retourne rien  :(

et je ne vois rien dans :
Notes de publication pour Debian GNU/Linux 3.0 (« woody »), Intel x86
Chapitre 6 - Annexes 
http://www.debian.org/releases/woody/i386/release-notes/ch-appendix.fr.html

d'où ma question : quel paquet remplace mixviews ?

Merci
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/



[ernesto@ac-clermont.fr: Re: Proxy Filtre]

2002-08-27 Thread Philippe BOURCIER - IPSL
- Forwarded message from VAZQUEZ Ernesto [EMAIL PROTECTED] -

From: VAZQUEZ Ernesto [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
Subject: Re: Proxy Filtre
To: Philippe BOURCIER - IPSL [EMAIL PROTECTED]
Date: Mon, 26 Aug 2002 18:37:00 +0200
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.0.0) 
Gecko/20020530
X-Antivirus: scanned by sophie at shiva.jussieu.fr



Squidguard et  DansGuardian

sont ils capablent de fonctionner par mot clef present dans les pages
web ou uniquement par URL?


Pour DansGuardian (que j'utilise) oui: il sait filtrer sur :
Un mot  présent dans une page;
une extension de fichier;
un nom de domaine
une @ IP

ect .


- End forwarded message -
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/



[bruit] Re: Proxy Filtre

2002-08-26 Thread Philippe BOURCIER - IPSL
On Mon, Aug 26, 2002 at 05:44:46AM -0700, Alain Tesio wrote:
 Ric [EMAIL PROTECTED]  wrote:
 
  Squidguard et  DansGuardian
 
  sont ils capablent de fonctionner par mot clef present dans les pages
  web ou uniquement par URL?
 
 Tu veux qu'on cherche dans la doc à ta place ?

  tu veux pas te taire un peu au lieu de bruiter méchament ?
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/



Re: xfree4.2

2002-07-31 Thread Philippe BOURCIER - IPSL
bonjour à toutes et à tous  ;-)

On Wed, Jul 31, 2002 at 11:49:02AM +0200, Marc Chachereau wrote:
 bonjour,
 sur un portable j'ai besoin de xfree 4.2 et non de xfree 4.1 en standard
 dans la debian woody.
 xfree 4.2 est en testing.
 Comment faire à coup d'apt-get pour installer xfree4.2 et non 4.1.
 Merci d'avance pour vos réponses.

tu peux t'inspirer de
http://www.ipsl.jussieu.fr/~pbipsl/sgmlxml/prestimel.html

bonne journée,
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/



Re: List des fichiers d'un package

2002-07-31 Thread Philippe BOURCIER - IPSL
On Wed, Jul 31, 2002 at 04:32:44PM +0200, Alexandre Beelen wrote:
 Bonjour,
 
 J'ai un besoin urgent de savoir ou vont être placés les fichiers d'un
 certain .deb...
 Comment faire ?

$ sudo dpkg -S nom_du_pacquet 

 Alex
-- 
Philippe BOURCIER
PRISM developer   http://www.ipsl.jussieu.fr/~pbipsl/



Re: Quelques chose qui remplis mon DD...

2002-05-10 Thread Philippe BOURCIER - IPSL
On Fri, May 10, 2002 at 03:48:02PM +0200, Coolman wrote:
 Salut les gars !
 La j'ai un big probleme... depuis 2 jours, quand j'utilise ma woody, j'ai 
 remarque que le DD se remplissait a une vitesse incroyable sur ma partoche 
 linux (nan, je faisais pas d'extraction audio en meme temps :P). C'est tres 
 simple, je fait un df et il m'indique qu'il me reste 27 Mo. Deux minutes plus 
 tard, df m'indique 26 Mo. Si j'attends, 10 minutes, ca va tomber a 22 Mo !!!

htdig ?
-- 
Philippe BOURCIER
PRISM I/O library developer   http://www.ipsl.jussieu.fr/~pbipsl/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: PPP sans son sur debian

2002-05-06 Thread Philippe BOURCIER - IPSL
On Mon, May 06, 2002 at 07:47:58AM +0200, Rodier André wrote:
 Bonjour,

  bonjour  ;-)

 Quelqu'un connait il le moyen de couper le son du modem lorsqu'il
 numérote avec ppp sos debian ?

  à la maison (potato), j'utilise aumix pour celà

 Merci

  de rien

bonne journée à toutes et à tous,
-- 
Philippe BOURCIER
PRISM I/O library developer   http://www.ipsl.jussieu.fr/~pbipsl/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



[woody] galeon supprime ?

2002-04-16 Thread Philippe BOURCIER - IPSL
bonjour à toutes et à tous,

  je constate avec désespoir que galeon est supprimé
de la woody :

qqq Paquets optionnels supprimés dans la section non-US qqq
 --- Opt non-US   galeon   1.0.3-0.4   néant 

  quelqu'un peut-il confirmer ?
-- 
Philippe BOURCIER PRISM I/O library developer
http://www.ipsl.jussieu.fr/~pbipsl/tel: +33.1.44.27.21.10
CNRS-IPSL  fax: +33.1.44.27.61.71
UPMC, 4 place Jussieu, tour 26, 4-eme etage, 75252 Paris cedex 05


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



[woody] dpkg : erreur de traitement de netsaint (--remove)

2002-04-15 Thread Philippe BOURCIER - IPSL
bonjour à toutes et à tous,

  je rencontre le problème suivant :

[EMAIL PROTECTED]:~$ sudo dpkg -i netsaint
Password:
dpkg : erreur de traitement de netsaint (--install) :
 ne peut pas accéder à l'archive: Aucun fichier ou répertoire de
ce type
Des erreurs ont été rencontrées pendant l'exécution :
 netsaint

[EMAIL PROTECTED]:~$ sudo dpkg -r netsaint
dpkg : erreur de traitement de netsaint (--remove) :
 Le paquet est dans un état incohérent - vous devriez
 le réinstaller avant d'essayer de le supprimer.
Des erreurs ont été rencontrées pendant l'exécution :
 netsaint

j'essaye alors d'utiliser l'option «remove-reinstreq» fournie par
[EMAIL PROTECTED]:~$ dpkg --force-help
mais je ne comprends pas son utilisation  :-(
quelqu'un pourrait-il m'aider ?

j'ai bien trouver le message suivant sur le net (
http://linux.ucla.edu/pipermail/linux/2001-February/004729.html )
:
   - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = 
[UCLA-LUG] dpkg is acting funky
chris [EMAIL PROTECTED]
Mon Feb 26 22:26:02 2001

On Mon, 26 Feb 2001, Ilan Rabinovitch wrote: 

 Ive tried replacing the --remove with --purge and basically get all the
 same errors. 
  Any ideas on how I can unbork my apt/dpkg and return my system to a
 normal state? 

cheat and play with the {pre,post}{inst,rm} files.  whichever one is
causing you trouble.  the files should be in /var/lib/dpkg/info/.  edit
the netsaint.postrm file to return 0 or to comment out whatever line is
causing you problems.  (be sure to keep a copy of the original file, so
you can refer to it if you've had to mangle the old file too much.)  then
do a force remove.  you might have to edit more of the pre/post files to
get the desired affect, but doing things this way should work.
   - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = 
mais ça ne m'aide pas vraiment...

merci,
-- 
Philippe BOURCIER PRISM I/O library developer
http://www.ipsl.jussieu.fr/~pbipsl/prism/data/prism.html
   tel: +33.1.44.27.21.10
CNRS-IPSL  fax: +33.1.44.27.61.71
UPMC, 4 place Jussieu, tour 26, 4-eme etage, 75252 Paris cedex 05


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [woody] dpkg : erreur de traitement de netsaint (--remove)

2002-04-15 Thread Philippe BOURCIER - IPSL
On Mon, Apr 15, 2002 at 01:34:48PM +0200, Frédéric Giquel wrote:
 Le 15 Avril 2002 à 11:46, Philippe BOURCIER - IPSL a écrit:
   bonjour à toutes et à tous,
 je rencontre le problème suivant :
   [EMAIL PROTECTED]:~$ sudo dpkg -i netsaint
   Password:
   dpkg : erreur de traitement de netsaint (--install) :
ne peut pas accéder à l'archive: Aucun fichier ou répertoire de
   ce type
   Des erreurs ont été rencontrées pendant l'exécution :
netsaint
 
 Avec dpkg -i, il faut utiliser le nom du fichier (finissant par .deb).
 Par exemple, dpkg -i galeon_1.2.0-2_i386.deb et non seulement le nom du
 paquet (ici dpkg -i galeon)

[EMAIL PROTECTED]:~$ sudo dpkg -i 
/var/cache/apt/archives/netsaint_0.0.7c-0.1_i386.deb
(Lecture de la base de données... 137363 fichiers et répertoires déjà 
installés.)
Préparation du remplacement de netsaint 0.0.7b7-6 (en utilisant 
.../netsaint_0.0.7c-0.1_i386.deb) ...
Dépaquetage de la mise à jour de netsaint ...
Reloading apache configurationNo /usr/sbin/apache found running; none killed.
failed
dpkg : avertissement - ancien script post-removal a retourné un code d'erreur 
de sortie 1
dpkg - tentative d'exécution du script du nouveau paquet à la place ...
Reloading apache configurationNo /usr/sbin/apache found running; none killed.
failed
dpkg : erreur de traitement de 
/var/cache/apt/archives/netsaint_0.0.7c-0.1_i386.deb (--install) :
 le sous-processus nouveau script post-removal a retourné une erreur de sortie 
d'état 1
Reloading apache configurationNo /usr/sbin/apache found running; none killed.
failed
dpkg : erreur lors du nettoyage :
 le sous-processus post-removal script a retourné une erreur de sortie d'état 1
Des erreurs ont été rencontrées pendant l'exécution :
 /var/cache/apt/archives/netsaint_0.0.7c-0.1_i386.deb

...
   j'ai bien trouver le message suivant sur le net (
   http://linux.ucla.edu/pipermail/linux/2001-February/004729.html )
   :
  - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = 
   [UCLA-LUG] dpkg is acting funky
   chris [EMAIL PROTECTED]
   Mon Feb 26 22:26:02 2001
   
   On Mon, 26 Feb 2001, Ilan Rabinovitch wrote: 
   
Ive tried replacing the --remove with --purge and basically get all the
same errors. 
 Any ideas on how I can unbork my apt/dpkg and return my system to a
normal state? 
   
   cheat and play with the {pre,post}{inst,rm} files.  whichever one is
   causing you trouble.  the files should be in /var/lib/dpkg/info/.  edit
   the netsaint.postrm file to return 0 or to comment out whatever line is
   causing you problems.  (be sure to keep a copy of the original file, so
   you can refer to it if you've had to mangle the old file too much.)  then
   do a force remove.  you might have to edit more of the pre/post files to
   get the desired affect, but doing things this way should work.
  - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = 
   mais ça ne m'aide pas vraiment...
   
   merci,

une idée ?
-- 
Philippe BOURCIER PRISM I/O library developer
http://www.ipsl.jussieu.fr/~pbipsl/tel: +33.1.44.27.21.10
CNRS-IPSL  fax: +33.1.44.27.61.71
UPMC, 4 place Jussieu, tour 26, 4-eme etage, 75252 Paris cedex 05


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Protection d'un repertoire

2002-04-15 Thread Philippe BOURCIER - IPSL
On Mon, Apr 15, 2002 at 05:51:18PM +0200, christophe @ Freesoft wrote:
 Bonjour à tous,

bonjour,
 
 Quelqu'un pourrait t'il m'indiquer la procédure à suivre pour protéger un
 répertoire sur un serveur web apache ?
 
 J'ai crée un fichier .htaccess au moyen de la commande htpasswd -bc.
 Ceci fait j'ai ajouté les lignes
 
 Directory /u0/www/htdocs/mon.repertoire.com
   AuthUserFile /u0/www/htdocs/mon.repertoire.com/.htaccess
   AuthName Autorisation d'accès 
   AuthType Basic
   Limit GET
Require valid-user
   /Limit
  /Directory
 
 Visiblement ce n'était pas ce qu'il fallait faire.
 Et donc au secours !!!

ici :

1/ dans le répertoire à protéger :
AuthType Basic
AuthName Private access
AuthUserFile /home/pbipsl/WWW_private/.htaccess

require user adminsys

2/ puis :
/www/apache/bin/htpasswd -c users login_1
/www/apache/bin/htpasswd users login_2

  j'espère t'avoir aidé,
-- 
Philippe BOURCIER PRISM I/O library developer
http://www.ipsl.jussieu.fr/~pbipsl/tel: +33.1.44.27.21.10
CNRS-IPSL  fax: +33.1.44.27.61.71
UPMC, 4 place Jussieu, tour 26, 4-eme etage, 75252 Paris cedex 05


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: pbm de lock sur systme NFS

2002-04-10 Thread Philippe BOURCIER - IPSL
bonjour à toutes et à tous,
On Wed, Apr 10, 2002 at 09:10:04AM +, François Boisson wrote:
...
 Ce message vient également lors de la lecture du courrier via mail, le
 repertoire /var/mail est également monté via NFS. Cela est arrivé après
 que j'upgrade une machine en woody. Bref: pbm de lock

  j'ai eu ce pb avec mutt :
j'ai maintenant ds /etc/fstab :
...
# pb avec Mutt : /var/mail est en ro... ; donc nolock
# Problems with the NFS client in Linux 2.2.* and newer:
# NFS server does not supporting locking:
# The NFS client in Linux 2.2.* and newer presumes, that the accessed NFS 
server supports locking. If the NFS server does not support locking but the 
client tries to fcntl() lock a file on this server, the fcntl() call will fail. 
To avoid this failure you can mount the filesystem with the nolock option (in 
your /etc/fstab).
magellan.ipsl.jussieu.fr:/var/mail  /var/mail   nfs 
soft,bg,nodev,rw,nosuid,nolock

  j'espère t'avoir aidé  :)
-- 
Philippe BOURCIER PRISM I/O library developer
http://www.ipsl.jussieu.fr/~pbipsl/tel: +33.1.44.27.21.10
CNRS-IPSL  fax: +33.1.44.27.61.71
UPMC, 4 place Jussieu, tour 26, 4-eme etage, 75252 Paris cedex 05


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]