[Confirme] msgsnd/msgrcv

2000-11-14 Par sujet Jean-Marc Geoffroy

Bonjour,

Lorsque j'envoi un message avec type = x, puis que je me mets en attente
bloquante (~IPC_NOWAIT) sur ce type, je ne recois rien, par contre si
j'envoie un message avec type = y je le reçois, étonnant non ?

Quelqu'un aurait-il rencontré ce problème.

PS.

le programme que j'utilise fonctionne parfaitement sur d'autres Unix.

--
===
Jean-Marc GEOFFROY
eWay Telecom, 300 B Rue Marcel Paul, ZAC des Grands Godets
94500 Champigny sur Marne
FRANCE
tel : (33) (0) 1 55 09 14 91, fax : (33) (0) 1 55 09 14 99
http://www.eway.fr
===






[Confirme] root rsh

2000-10-27 Par sujet Jean-Marc Geoffroy

Bonjour,

Je souhaite permettre à une machine A d'envoyer des commandes vers une
machine B.
La commande sur la machine doit être lancé par l'utilisateur root.
Le problème est que la machine B refuse les commandes en provenance de
l'utilisateur root
d'une machine distante.
in.rshd est lancé avec les options in.rshd -L -a -l -h
le fichier /etc/hosts.equiv contient le nom complet de la machine A
De la machine A je lance pour test une commande du type : rsh B "ls
/tmp"
Même résultat avec l'option rsh -l user B "ls /tmp" si sur A je suis
root.
Par contre si sur A je suis un autre user, pas de problème.

Auriez vous une idée afin que je puisse débloquer la situation ?

Merci.



--
===
Jean-Marc GEOFFROY
eWay Telecom, 300 B Rue Marcel Paul, ZAC des Grands Godets
94500 Champigny sur Marne
FRANCE
tel : (33) (0) 1 55 09 14 91, fax : (33) (0) 1 55 09 14 99
http://www.eway.fr
===






[Confirme] Problème de compil du kernel

2000-09-20 Par sujet Jean-Marc Geoffroy

Bonjour,

Lorsque je tente de compiler le noyau :

$ cd /usr/src/linux
$ make

j'obtiens :

[root@hawai linux]# make
scripts/split-include include/linux/autoconf.h include/config
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -pipe -O3 -fomit-frame-pointer
-fno-exceptions -fno-rtti -pipe -s -mpentium -mcpu=pentium
-march=pentium -ffast-math -fexpensive-optimizations -m486
-malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586  -c -o
init/main.o init/main.c
dnsdomainname: Aucune adresse associée avec le nom
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -pipe -O3 -fomit-frame-pointer
-fno-exceptions -fno-rtti -pipe -s -mpentium -mcpu=pentium
-march=pentium -ffast-math -fexpensive-optimizations -m486
-malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586
-DUTS_MACHINE='"i386"' -c -o init/version.o init/version.c
make -C  kernel
make[1]: Entering directory `/usr/src/linux-2.2.15/kernel'
make all_targets
make[2]: Entering directory `/usr/src/linux-2.2.15/kernel'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -pipe -O3 -fomit-frame-pointer
-fno-exceptions -fno-rtti -pipe -s -mpentium -mcpu=pentium
-march=pentium -ffast-math -fexpensive-optimizations -m486
-malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586
-DEXPORT_SYMTAB -c ksyms.c
In file included from /usr/src/linux/include/linux/modversions-smp.h:39,

 from /usr/src/linux/include/linux/modversions.h:30,
 from /usr/src/linux/include/linux/module.h:19,
 from ksyms.c:14:
/usr/src/linux/include/linux/modules-smp/i386_ksyms.ver:62: warning:
`cpu_data' redefined
/usr/src/linux/include/asm/processor.h:96: warning: this is the location
of the previous definition
/usr/src/linux/include/linux/modules-smp/i386_ksyms.ver:72: warning:
`smp_num_cpus' redefined
/usr/src/linux/include/linux/smp.h:77: warning: this is the location of
the previous definition
/usr/src/linux/include/linux/modules-smp/i386_ksyms.ver:98: warning:
`smp_call_function' redefined
/usr/src/linux/include/linux/smp.h:83: warning: this is the location of
the previous definition
In file included from /usr/src/linux/include/linux/interrupt.h:51,
 from ksyms.c:21:
/usr/src/linux/include/asm/hardirq.h:23: warning: `synchronize_irq'
redefined
/usr/src/linux/include/linux/modules-smp/i386_ksyms.ver:78: warning:
this is the location of the previous definition
In file included from /usr/src/linux/include/linux/interrupt.h:52,
 from ksyms.c:21:
/usr/src/linux/include/asm/softirq.h:72: warning: `synchronize_bh'
redefined
/usr/src/linux/include/linux/modules-smp/i386_ksyms.ver:80: warning:
this is the location of the previous definition
In file included from ksyms.c:17:
/usr/src/linux/include/linux/kernel_stat.h: In function `kstat_irqs':
/usr/src/linux/include/linux/kernel_stat.h:47: `smp_num_cpus' undeclared
(first use in this function)
/usr/src/linux/include/linux/kernel_stat.h:47: (Each undeclared
identifier is reported only once
/usr/src/linux/include/linux/kernel_stat.h:47: for each function it
appears in.)
make[2]: *** [ksyms.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.2.15/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.2.15/kernel'
make: *** [_dir_kernel] Error 2
[root@hawai linux]#

ci- joint le fichier ".config".

je suis en mandrake 7.1 (Linux version 2.2.15-4mdksmp).

Merci.


--
===
Jean-Marc GEOFFROY
eWay Telecom, 300 B Rue Marcel Paul, ZAC des Grands Godets
94500 Champigny sur Marne
FRANCE
tel : (33) (0) 1 55 09 14 91, fax : (33) (0) 1 55 09 14 99
http://www.eway.fr
===



#
# Automatically generated by make menuconfig: don't edit
#

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
CONFIG_M586=y
# CONFIG_M586TSC is not set
# CONFIG_M686 is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_1GB=y
# CONFIG_2GB is not set
CONFIG_MATH_EMULATION=y
CONFIG_MTRR=y
# CONFIG_SMP is not set

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y

#
# General setup
#
CONFIG_BIGMEM=y
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_QUIRKS=y
# CONFIG_PCI_OPTIMIZE is not set
CONFIG_PCI_OLD_PROC=y
# CONFIG_MCA is not set
# CONFIG_VISWS is not set
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_JAVA=m
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
# CONFIG_PARP

[Confirme] Impossible de compiler le kernel.

2000-09-20 Par sujet Jean-Marc Geoffroy


Bonjour,

Lorsque je tente de compiler le noyau :

$ cd /usr/src/linux
$ make

j'obtiens :

/usr/src/linux/include/linux/modules-smp/i386_ksyms.ver:78: warning:
this is the location of the previous definition
In file included from /usr/src/linux/include/linux/interrupt.h:52,
 from ksyms.c:21:
/usr/src/linux/include/asm/softirq.h:72: warning: `synchronize_bh'
redefined
/usr/src/linux/include/linux/modules-smp/i386_ksyms.ver:80: warning:
this is the location of the previous definition
In file included from ksyms.c:17:
/usr/src/linux/include/linux/kernel_stat.h: In function `kstat_irqs':
/usr/src/linux/include/linux/kernel_stat.h:47: `smp_num_cpus' undeclared

(first use in this function)
/usr/src/linux/include/linux/kernel_stat.h:47: (Each undeclared
identifier is reported only once
/usr/src/linux/include/linux/kernel_stat.h:47: for each function it
appears in.)
make[2]: *** [ksyms.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.2.15/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.2.15/kernel'
make: *** [_dir_kernel] Error 2
[root@hawai linux]#

ci- joint le fichier ".config".

je suis en mandrake 7.1 (Linux version 2.2.15-4mdksmp).

Merci.
--
===
Jean-Marc GEOFFROY
eWay Telecom, 300 B Rue Marcel Paul, ZAC des Grands Godets
94500 Champigny sur Marne
FRANCE
tel : (33) (0) 1 55 09 14 91, fax : (33) (0) 1 55 09 14 99
http://www.eway.fr
===



#
# Automatically generated by make menuconfig: don't edit
#

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
CONFIG_M586=y
# CONFIG_M586TSC is not set
# CONFIG_M686 is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_1GB=y
# CONFIG_2GB is not set
CONFIG_MATH_EMULATION=y
CONFIG_MTRR=y
# CONFIG_SMP is not set

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y

#
# General setup
#
CONFIG_BIGMEM=y
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_QUIRKS=y
# CONFIG_PCI_OPTIMIZE is not set
CONFIG_PCI_OLD_PROC=y
# CONFIG_MCA is not set
# CONFIG_VISWS is not set
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_JAVA=m
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
# CONFIG_PARPORT_OTHER is not set
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
# CONFIG_APM_CPU_IDLE is not set
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_IGNORE_MULTIPLE_SUSPEND is not set
# CONFIG_APM_IGNORE_SUSPEND_BOUNCE is not set
# CONFIG_APM_RTC_IS_GMT is not set
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set

#
# Plug and Play support
#
CONFIG_PNP=y
CONFIG_PNP_PARPORT=m

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_IDE=y
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_BLK_DEV_IDECD=y
CONFIG_BLK_DEV_IDETAPE=m
CONFIG_BLK_DEV_IDEFLOPPY=m
CONFIG_BLK_DEV_IDESCSI=m
CONFIG_BLK_DEV_CMD640=y
# CONFIG_BLK_DEV_CMD640_ENHANCED is not set
CONFIG_BLK_DEV_RZ1000=y
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_AUTO is not set
# CONFIG_IDEDMA_NEW_DRIVE_LISTINGS is not set
CONFIG_IDEDMA_PCI_EXPERIMENTAL=y
# CONFIG_IDEDMA_PCI_WIP is not set
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_AEC62XX=y
CONFIG_BLK_DEV_ALI15X3=y
CONFIG_BLK_DEV_AMD7409=y
CONFIG_BLK_DEV_CMD64X=y
CONFIG_BLK_DEV_CY82C693=y
CONFIG_BLK_DEV_CS5530=y
CONFIG_BLK_DEV_HPT34X=y
CONFIG_BLK_DEV_HPT366=y
CONFIG_BLK_DEV_PIIX=y
CONFIG_BLK_DEV_OPTI621=y
CONFIG_BLK_DEV_PDC202XX=y
# CONFIG_PDC202XX_BURST is not set
CONFIG_BLK_DEV_SIS5513=y
CONFIG_BLK_DEV_TRM290=y
CONFIG_BLK_DEV_VIA82CXXX=y
# CONFIG_IDE_CHIPSETS is not set
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_NBD=m
CONFIG_BLK_DEV_MD=y
CONFIG_AUTODETECT_RAID=y
CONFIG_MD_LINEAR=m
CONFIG_MD_STRIPED=m
CONFIG_MD_MIRRORING=m
CONFIG_MD_RAID5=m
# CONFIG_MD_TRANSLUCENT is not set
# CONFIG_MD_HSM is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_BLK_DEV_XD=m
CONFIG_BLK_DEV_DAC960=m
CONFIG_PARIDE_PARPORT=m
CONFIG_PARIDE=m
CONFIG_PARIDE_PD=m
CONFIG_PARIDE_PCD=m
CONFIG_PARIDE_PF=m
CONFIG_PARIDE_PT=m
CONFIG_PARIDE_PG=m
CONFIG_PARIDE_ATEN=m
CONFIG_PARIDE_BPCK=m
CONFIG_PARIDE_COMM=m
CONFIG_PARIDE_DSTR=m
CONFIG_PARIDE_FIT2=m
CONFIG_PARIDE_FIT3=m
CONFIG_PARIDE_EPAT=m
CONFIG_PARIDE_EPIA=m
CONFIG_PARIDE_FRIQ=m
CONFIG_PARIDE_FRPW=m
CONFIG_PARIDE_KBIC=m
CONFIG_PARIDE_KTTI=m
CONFIG_PARIDE_ON20=m
CONFIG_PARIDE_ON26=m
CONFIG_BLK_DEV_IDE_MODES=y
CONFIG_BLK_CPQ_DA=m
# CONFIG_BLK_DEV_HD is not set

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_NETLINK=y
CONFIG_RTNETLINK=y
CONFIG_NET

Re: [Confirme] squid

2000-09-01 Par sujet Jean-Marc Geoffroy

Merci,

Je viens de trouver : c'était juste un pb de droit : /var/log était en rw---
et appartenait à root, donc aucun message d'erreurs. Donc en changeant les droits
de /var/spool/squid et /var/log, tout roule parfaitement.



Bruno Pinaud wrote:

 Bonjour,

 Il faudrait un petit plus d'infos. je pense que dans /var/log/messages il
 doit y avoir des messages d'erreurs. Si c'est la première fois que vous
 lancez squid, il faut faire squid -z pour initialiser le répertoire de
 cache. Il ne faut pas oublier non plus que le/les répertoire(s) pour le
 cache doive(nt) etre accesible en écriture par l'utilisateur qui fait
 tourner squid (surtout pas root).

 Bruno PINAUD
 Ecole Polytechnique de l'Université de Nantes
 www.polytech.univ-nantes.fr
 - Original Message -
 From: "Jean-Marc Geoffroy" [EMAIL PROTECTED]
 To: "Linux Mandrake Confirme" [EMAIL PROTECTED]
 Sent: Friday, September 01, 2000 12:51 AM
 Subject: [Confirme] squid

  Bonjour,
 
  Lorsque je lance /etc/rc.d/init.d/squid start, celui-ci me rend la main
  aussitôt sans aucun message d'erreur, même en mettant -d5 ou plus.
  J'ai pourtant bien suivi le QUICKSTART.
 
  PS.
 
  J'utilise Mandrake 7.1 et la version de squid est :2.3STABLE2
 
  --
  =======
  Jean-Marc GEOFFROY
  eWay Telecom, 300 B Rue Marcel Paul, ZAC des Grands Godets
  94500 Champigny sur Marne
  FRANCE
  tel : (33) (0) 1 55 09 14 91, fax : (33) (0) 1 55 09 14 99
  http://www.eway.fr
  ===
 
 
 


 __
 Vous avez un site perso ?
 2 millions de francs à gagner sur i(france) !
 Webmasters : ZE CONCOURS ! http://www.ifrance.com/_reloc/concours.emailif

--
===
Jean-Marc GEOFFROY
eWay Telecom, 300 B Rue Marcel Paul, ZAC des Grands Godets
94500 Champigny sur Marne
FRANCE
tel : (33) (0) 1 55 09 14 91, fax : (33) (0) 1 55 09 14 99
http://www.eway.fr
===






[Confirme] squid

2000-08-31 Par sujet Jean-Marc Geoffroy

Bonjour,

Lorsque je lance /etc/rc.d/init.d/squid start, celui-ci me rend la main
aussitôt sans aucun message d'erreur, même en mettant -d5 ou plus.
J'ai pourtant bien suivi le QUICKSTART.

PS.

J'utilise Mandrake 7.1 et la version de squid est :2.3STABLE2

--
===
Jean-Marc GEOFFROY
eWay Telecom, 300 B Rue Marcel Paul, ZAC des Grands Godets
94500 Champigny sur Marne
FRANCE
tel : (33) (0) 1 55 09 14 91, fax : (33) (0) 1 55 09 14 99
http://www.eway.fr
===






Re: Réf. : Re: [Confirme]Sauvegardes par kdat

2000-06-29 Par sujet Jean-Marc Geoffroy

Je n'ai jamais dit que tar détruit les liens symboliques sur Solaris, par
contre c'est le cas sur beaucoup d'autres Unix.
Enfin, bref, pour les sauvegardes/restauration j'ai toujours utilisé cpio et
ceci sur différents Unix, l'avantage aussi est que cpio (comme tar) sont
indépendants des Unix. De plus une sauvegarde/restauration supprime forcément
la fragmentation du fs (si bien sûr entre les deux on a tout effacé).

Enfin bref, tout ça pour dire que les commandes cpio et tar sont les standards
d'Unix, avec leur avantages et inconvénients mais que évidement chaque Unix
propose sa prope commande d'archivage avec sans doute beaucoup d'avantages.

Guy COULON wrote:

 Je m'excuse Jean-Marc
 Je ne suis pas d'accord sur le fait de dire que TAR détruit les liens
 symboliques sous Solaris.
 La commande rcp d'accord.
 Par ailleurs l'avantage d' ufsrestore sur un file system , c'est qu'il
 réorganise le file system potentiellement "gruyere".

 Guy COULON, Administrateur SUN, Thyssen Ascenseurs, Angers

 - Original Message -----
 From: Jean-Marc Geoffroy [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, June 28, 2000 4:58 PM
 Subject: Re: Réf. : Re: [Confirme]Sauvegardes par kdat

 
  Il existe aussi cpio (préserve les liens symboliques) :
 
  sauvegarde:
  find repertoire -print | cpio -ocv  /dev/st0
 
  restauration :
  cd repertoire/..
  cpio -icvdum  /dev/st0
 
  jmarc.
 
  [EMAIL PROTECTED] wrote:
 
   Maintenant je n'utilise plus que TAR comme ça je suis tranquille.
   Mais au fait comment activer la compression matériel avec TAR ?
   Voila une question qu'elle est bonne non ?
   
  
   Euh ... tu utilises tar pour sauvegarder quoi ?
   Si c'est des repertoires/ fichiers individuels passe encore, mais pour
   une sauvegarde du systeme complet pour Solaris, je te recommande
   FORTEMENT ufsdump.
   Tar par exemple massacre tous les liens symboliques...
  
   Cordialement,
  
   Raphael
  
   **
   Raphael STORA
   CIA-espion-drogue-drug-United
 States-Clinton-attentat-Cocaïne-murder
  
 nucléaire-bombe-haschish-sous-marins-missiles-Bill-Blair-éliminer
   plutonium-uranium-fusion-fission
  
WEB : http://www.citeweb.net/ChtitPA
   
  
   - La messagerie itinérante sans abonnement NetCourrier -
   Web : www.netcourrier.com Minitel : 3615 et 3623 NETCOURRIER
 Tél : 08 36 69 00 21
 
  --
  ===
  Jean-Marc GEOFFROY
  eWay Telecom, 300 B Rue Marcel Paul, ZAC des Grands Godets
  94500 Champigny sur Marne
  FRANCE
  tel : (33) (0) 1 55 09 14 91, fax : (33) (0) 1 55 09 14 99
  http://www.eway.fr
  ===
 
 

--
===
Jean-Marc GEOFFROY
eWay Telecom, 300 B Rue Marcel Paul, ZAC des Grands Godets
94500 Champigny sur Marne
FRANCE
tel : (33) (0) 1 55 09 14 91, fax : (33) (0) 1 55 09 14 99
http://www.eway.fr
===





Re: Réf. : Re: [Confirme]Sauvegardes par kdat

2000-06-28 Par sujet Jean-Marc Geoffroy


Il existe aussi cpio (préserve les liens symboliques) :

sauvegarde:
find repertoire -print | cpio -ocv  /dev/st0

restauration :
cd repertoire/..
cpio -icvdum  /dev/st0

jmarc.

[EMAIL PROTECTED] wrote:

 Maintenant je n'utilise plus que TAR comme ça je suis tranquille.
 Mais au fait comment activer la compression matériel avec TAR ?
 Voila une question qu'elle est bonne non ?
 

 Euh ... tu utilises tar pour sauvegarder quoi ?
 Si c'est des repertoires/ fichiers individuels passe encore, mais pour
 une sauvegarde du systeme complet pour Solaris, je te recommande
 FORTEMENT ufsdump.
 Tar par exemple massacre tous les liens symboliques...

 Cordialement,

 Raphael

 **
 Raphael STORA
 CIA-espion-drogue-drug-United States-Clinton-attentat-Cocaïne-murder
 nucléaire-bombe-haschish-sous-marins-missiles-Bill-Blair-éliminer
 plutonium-uranium-fusion-fission

  WEB : http://www.citeweb.net/ChtitPA
 

 - La messagerie itinérante sans abonnement NetCourrier -
 Web : www.netcourrier.com Minitel : 3615 et 3623 NETCOURRIER
   Tél : 08 36 69 00 21

--
===
Jean-Marc GEOFFROY
eWay Telecom, 300 B Rue Marcel Paul, ZAC des Grands Godets
94500 Champigny sur Marne
FRANCE
tel : (33) (0) 1 55 09 14 91, fax : (33) (0) 1 55 09 14 99
http://www.eway.fr
===





[Confirme] apache servlets

2000-06-22 Par sujet Jean-Marc Geoffroy

Bonjour,

Quelqu'un as t-il déja utilisé Apache Jserv 1.1 avec apache 1.3.12
(fourni avec la mandrake 7.1) ?
Lorsque je tente d'éxécuter l'exemple IsItWorking j'obtiens l'erreur :

NOTICE [child pid ... exit segmentation fault, signal 11]

dans le fichier :

/var/log/httpd/error_log

Merci d'avance.

--

===
Jean-Marc GEOFFROY
eWay Telecom, 300 B Rue Marcel Paul, ZAC des Grands Godets
94500 Champigny sur Marne
FRANCE
tel : (33) (0) 1 55 09 14 91, fax : (33) (0) 1 55 09 14 99
http://www.eway.fr
===





[Confirme] Emulateur X

2000-06-16 Par sujet Jean-Marc Geoffroy

Bonjour

Qui pourrais me conseiller un bon émulateur X (à part micro-image) free.

Merci.

--
===
Jean-Marc GEOFFROY
eWay Telecom, 300 B Rue Marcel Paul, ZAC des Grands Godets
94500 Champigny sur Marne
FRANCE
tel : (33) (0) 1 55 09 14 91, fax : (33) (0) 1 55 09 14 99
http://www.eway.fr
===





[Confirme] Carte i810 mandrake 7.0

2000-06-05 Par sujet Jean-Marc Geoffroy

Bonjour,

Nouvel utilisateur de Linux Mandrake 7, je rencontre le problème suivant

:

non reconnaissance de ma carte graphique Intel i810 par Mandrake 7.

Question : suis-je obligé d'installer mandrake 7.1 beta (d'après le site

elle supporte cette carte) pour corriger le problème ?

Merci.

--
===
Jean-Marc GEOFFROY Directeur associé
eWay Telecom, 300 B Rue Marcel Paul, ZAC des Grands Godets
94500 Champigny sur Marne
FRANCE
tel : (33) (0) 1 55 09 14 91, fax : (33) (0) 1 55 09 14 99
http://www.eway.fr
===