Re: multiples process

2002-06-24 Par sujet Eric Lemoine
> > plus d'autres process dont certains sont aussi multiplés (openoffice par
> > exemple). Quest-ce??

> Rien d'inquiétant, c'est le programme qui est multi-threadé,
> c'est-à-dire qu'à son lancement il lance des tâches indépendantes, vues
> comme autant de processus. Mais ces tâches se trouvent dans le même
> contexte d'exécution et partagent donc le même espace mémoire. Evite
> donc de faire des multiplications pour connaître la mémoire utilisée.
> 
> Xmms fait ça aussi, imagine que chaque plug-in soit un thread (je dois
> pas en être loin).

Oui, et OpenOffice est lui aussi multi-threadé.
-- 
Eric


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



Re: tcp routing (suite)

2002-06-24 Par sujet Eric Lemoine
> > Ne faut-il pas tout bonnement faire de la traduction d'adresses (NAT)
> > avec Iptables (Linux2.4.x) ou Ipchains (Linux2.2.x) ?

> Suis sur 2.2.19. J'avoue ne pas tres bien connaitre ipchains. Est-ce qu'il 
> faut introduire une commande dans la chaine forward? Pour l'instant, la 
> securite du cluster consiste a n'accepter que le proptocole ssh depuis 
> l'exterieur, mais ipchains n'est pas encore configure correctement. J'ai 
> aussi active les tcpwrappers, meme si je sais qu'ils sont moins performants 
> et moins surs. Est-ce que qqun connait une page web ou on peux facilement 
> apprendre a utiliser les ipchains?

Google "ipchains howto" m'a donné :

http://www.tldp.org/HOWTO/IPCHAINS-HOWTO.html

En pièce jointe, à titre d'exemple, un script de configuration de firewall 
utilisant ipchains. 

Vous devez pouvoir trouver plein d'autres exemples sur le Web.

-- 
Eric
#!/bin/sh
#
# /etc/rc.d/rc.firewall: An example of a Semi-Strong IPCHAINS firewall ruleset. 
#

PATH=/sbin:/bin:/usr/sbin:/usr/bin

# Load all required IP MASQ modules
#
#   NOTE:  Only load the IP MASQ modules you need.  All current IP MASQ modules
#  are shown below but are commented from loading.


# Supports the proper masquerading of FTP file transfers using the PORT method
#
/sbin/modprobe -k ip_masq_ftp

# Supports the masquerading of RealAudio over UDP.  Without this module,
#   RealAudio WILL function but in TCP mode.  This can cause a reduction
#   in sound quality
#
# /sbin/modprobe ip_masq_raudio

# Supports the masquerading of IRC DCC file transfers
#
#/sbin/modprobe ip_masq_irc


# Supports the masquerading of Quake and QuakeWorld by default.  This modules is
#   for for multiple users behind the Linux MASQ server.  If you are going to 
#   play Quake I, II, and III, use the second example.
#
#   NOTE:  If you get ERRORs loading the QUAKE module, you are running an old
#   -  kernel that has bugs in it.  Please upgrade to the newest kernel.
#
#Quake I / QuakeWorld (ports 26000 and 27000)
#/sbin/modprobe ip_masq_quake
#
#Quake I/II/III / QuakeWorld (ports 26000, 27000, 27910, 27960)
#/sbin/modprobe ip_masq_quake 26000,27000,27910,27960


# Supports the masquerading of the CuSeeme video conferencing software
#
#/sbin/modprobe ip_masq_cuseeme

#Supports the masquerading of the VDO-live video conferencing software
#
#/sbin/modprobe ip_masq_vdolive


#CRITICAL:  Enable IP forwarding since it is disabled by default since
#
#   Redhat Users:  you may try changing the options in 
#  /etc/sysconfig/network from:
#
#   FORWARD_IPV4=false
# to
#   FORWARD_IPV4=true
#
# linuxconf fait deja ca
echo "1" > /proc/sys/net/ipv4/ip_forward


#CRITICAL:  Enable automatic IP defragmenting since it is disabled by default 
#   in 2.2.x kernels 
#
#   This used to be a compile-time option but the behavior was changed 
#   in 2.2.12.  It should also be noted that some distributions have
#   removed this option from the /proc table.  If this entry isn't
#   present in your /proc, don't worry about it.
#
echo "1" > /proc/sys/net/ipv4/ip_always_defrag

echo "1" > /proc/sys/net/ipv4/ip_dynaddr

# Dynamic IP users:
#
#   If you get your IP address dynamically from SLIP, PPP, or DHCP, enable this 
#   following option.  This enables dynamic-ip address hacking in IP MASQ, 
#   making the life with Diald and similar programs much easier.
#
# echo "1" > /proc/sys/net/ipv4/ip_dynaddr


# Enable the LooseUDP patch which some Internet-based games require
#
#  If you are trying to get an Internet game to work through your IP MASQ box,
#  and you have set it up to the best of your ability without it working, try
#  enabling this option (delete the "#" character).  This option is disabled
#  by default due to possible internal machine UDP port scanning
#  vunerabilities.
#
# echo "1" > /proc/sys/net/ipv4/ip_masq_udp_dloose


# Specify your Static IP address here.
#
#   If you have a DYNAMIC IP address, you need to make this ruleset understand 
#   your IP address everytime you get a new IP.  To do this, enable the 
#   following one-line script.  (Please note that the different single and 
#   double quote characters MATTER).
#
#
#   DHCP users:
#   ---
#   If you get your TCP/IP address via DHCP, **you will need ** to enable the 
#   #ed out command below underneath the PPP section AND replace the word 
#   "ppp0" with the name of your EXTERNAL Internet connection (eth0, eth1, etc) 
#   on the lines for "ppp-ip" and "extip".  It should be also noted that the 
#   DHCP server can change IP addresses on you.  To fix this, users should 
#   configure their DHCP client to re-run the firewall ruleset everytime the 
#   DHCP lease is renewed.
#
# NOTE #1:  Some DHCP clients like the original "pump" (the newer
#   versions have been fixed) did NOT have the ability to run 
#   s

Re: tcp routing (suite)

2002-06-24 Par sujet Eric Lemoine
> 10 PC sous potato 2.2R6:
> 
> 1 machine frontend:
> carte eth0: réseau interne 192.168.0.1, nom pc000
> carte eth1: réseau externe 128.178.55.71, nom icmbcu001
> 
> + 9 autres machines (conf linux idem) connectées avec un hub au réseau 
> interne.
> eth0: 129.168.0.2-10, noms pc001-pc009
> 
> Un programme (Matlab) nécessite une license flottante (FLEXLM). Il va la 
> demander a une machine serveur, qui l'accorde si la machine est sur le 
> domaine autorisé.
> 
> C'est le cas de la machine frontend, mais pas le cas des 9 autres machines 
> qui sont sur un reseau interne.
> 
> Y-a-t-il un moyen d'utiliser la machine frontend pour faire croire au serveur 
> que c'est elle qui demande la license, tout en transmettant l'info aux autres 
> pc? 

Ne faut-il pas tout bonnement faire de la traduction d'adresses (NAT)
avec Iptables (Linux2.4.x) ou Ipchains (Linux2.2.x) ?

> Je précise que l'installation du programme est légale, vu que les 
> machines sont sur le site. Mais techniquement, je n'arrive pas a m'en sortir. 
> Ai installe ipip (n'ai pas tout compris,... sorry) ethereal (histoire de 
> savoir qui qui se raconte entre le serveur de license et la machine frontend: 
> un grand nombre de paquets IP, non identiques...) 

Quel est le but d'utiliser ipip ?

-- 
Eric


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



process affinity API

2002-06-20 Par sujet Eric Lemoine
Bonjour

Est-ce que quelqu'un sait s'il est possible depuis un processus de faire
une demande explicite au noyau pour que le processus en questions reste
"accroché" à un CPU particulier ?

Si ma question n'a rien à faire dans cette liste, veuillez m'excuser.
-- 
Eric


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



Re: PRocmail et regles de filtrage

2002-06-20 Par sujet Eric Lemoine
On Thu, Jun 20, 2002 at 12:14:06PM +0400, Philippe Monroux wrote:
> Le jeu 20 jun 2002 à 09 h 54 min, Pac a écrit :
> > est ce que qqn aurait une regle assez exhaustive
> > pour trier les mailing lists ie rediriger les mails recuperes par
> > fetchmail dans un repertoire approprié.
> 
> :0:
> * ^TO_([EMAIL PROTECTED]|[EMAIL PROTECTED])
> lists/debian-user-french

Et utilise l'option --mda pour que fetchmail redirige les mails entrants vers
procmail :

/usr/bin/fetchmail --mda "/usr/bin/procmail -d %T"
-- 
Eric


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



Re: est-ce possible

2002-05-27 Par sujet Eric Lemoine
> bonjour,
> 
> je fais parti d'une société SIRIATECH et nous avons une SGI ONYX 1 
> infinite reality avec un processeur MIPS R1, elle tourne sous IRIX 6.5
> 
> est-il possible d'installer une version de débian sur cette machine et si oui 
> comment faire ?
> 
> Merci pour votre réponse,
> 
> cordialament,

Il y a peut être des choses utiles à
http://www.debian.org/ports/mips/

-- 
Eric


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



Re: Un petit probleme de reseau ...

2002-04-19 Par sujet Eric Lemoine
> Ayant enfin decide de passer à debian, j'ai installé une woody (pour le 
> moment juste le necessaire) et je n'arrive pas à configurer mon reseau, quand 
> je fais ifconfig je remarque une interface nommé tap0 avec une address en 
> 192.168 mais que je ne peux pas pinguer si qqun à une idée ou alors le chemin 
> des docs je suis pour.Pour ce qui est matériel sa fonctionne carte reseau 
> eepro100 cable et hub j'ai tout vérifié.
> Merci d'avance...

Est-ce que le masque de sous-réseau est bon ?

Excusez mon ignorance mais c'est quoi une interface 'tap' ?


-- 
Eric


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



Re: [woody] galeon supprime ?

2002-04-16 Par sujet Eric Lemoine
> > >   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
> > 
> > Dans la même veine rigolote, Acrobat Reader a aussi été supprimé ...
> 
>   Je ne crois pas que ce soit la même chose:
>   1. xpdf peut remplacer acroread.
>   2. galeon n'est plus dans non-US parce qu'il est dans main 
> maintenant (non ?).

Dans la lignée, j'ai constaté que masqmail n'était plus dans la
woody (mais dans sid). D'où cela vient-il ? Trop buggé ?

-- 
Eric


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



locale et xemacs

2002-04-05 Par sujet Eric Lemoine
Sous ma woody/powerpc avec LANG positionné à [EMAIL PROTECTED], Xemacs fait un 
seg fault au démarrage (voir logs plus bas).

Avec LANG=C, Xemacs démarre normalement.

Quelqu'un a-t-il rencontré le problème ?
Merci d'avance.



Fatal error (11).

[...]
  
  Lisp backtrace follows:

# bind (frame-being-created)
make-frame(nil #)
frame-initialize()
# bind (debugger debug-on-error command-line-args-left)
command-line()
# (unwind-protect ...)
normal-top-level()
# (condition-case ... . error)
# (catch top-level ...)
zsh: segmentation fault  xemacs

-- 
Eric


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



Re: ibook2 clavier francais

2002-03-05 Par sujet Eric Lemoine
> Mon probleme est resolu. Solution :
> 
> - suivre les explications sur www.linux-france.org/macintosh/clavier_rpm2.thml
> - et avoir la section ci dessous dans /etc/X11/XF86Config-4
> 
> Section "InputDevice"
>   Identifier  "Mac Keyboard"
>   Driver  "Keyboard"
>   Option  "CoreKeyboard"
> 
>   Option  "XkbKeycodes"   "macintosh"
>   Option  "XkbTypes"  "default"
>   Option  "XkbCompat" "default"
>   Option  "XkbRules"  "xfree86"
>   Option  "XkbSymbols""macintosh/fr_new"
>   Option  "XkbGeometry"   "macintosh"
> EndSection

J'ai constate que sans l'Option "XkbKeycodes" "macintosh" mon mapping clavier
c'etait du n'importe quoi. Si quelqu'un a une explication ...

Autre chose : maintenant, la touche alt (option) ne se comporte plus comme 
avant, en particulier je n'ai plus meta dans xemacs. Une solution ?

Merci.

--
eL.



Re: ibook2 clavier francais

2002-02-28 Par sujet Eric Lemoine
> J'ai un probleme avec mon ibook2 sous Woody :
> 
> Impossible d'obtenir le tilde (avec ALT+n) et le backslah
> (avec SHIFT+ALT+/) sous Xfree4. 
> 
> J'ai recupere les fichiers de mapping clavier proposes
> sur www.linux-france.org/macintosh. Ca fontionne en mode 
> console mais pas sous X.
> 
> Quelqu'un a-t-il rencontre le probleme ?

Mon probleme est resolu. Solution :

- suivre les explications sur www.linux-france.org/macintosh/clavier_rpm2.thml
- et avoir la section ci dessous dans /etc/X11/XF86Config-4

Section "InputDevice"
Identifier  "Mac Keyboard"
Driver  "Keyboard"
Option  "CoreKeyboard"

Option  "XkbKeycodes"   "macintosh"
Option  "XkbTypes"  "default"
Option  "XkbCompat" "default"
Option  "XkbRules"  "xfree86"
Option  "XkbSymbols""macintosh/fr_new"
Option  "XkbGeometry"   "macintosh"
EndSection

Les combinaisons de touches sont celles d'OSX :
'ALT+N' pour ~
'SHIFT+ALT+/' pour \
'SHIFT+ALT+l' pour |
'SHIFT+ALT+(' pour [
'ALT+(' pour {

--
Eric



ibook2 clavier francais

2002-02-28 Par sujet Eric Lemoine
Bonjour

J'ai un probleme avec mon ibook2 sous Woody :

Impossible d'obtenir le tilde (avec ALT+n) et le backslah
(avec SHIFT+ALT+/) sous Xfree4. 

J'ai recupere les fichiers de mapping clavier proposes
sur www.linux-france.org/macintosh. Ca fontionne en mode 
console mais pas sous X.

Quelqu'un a-t-il rencontre le probleme ?

-- 
Eric