Re: Xorg port problem?

2007-05-29 Thread Eric Masson
Doug Barton <[EMAIL PROTECTED]> writes:

Hello,

> Not disputing your answer, but I'm curious. Why would it cause
> problems on some systems but not others? I haven't done anything with
> my cflags ...

Can't give any response, but I was hit by the bug Alex talks about
during upgrade. My box ran out of swap while compiling xf86scanpci.c
with -O2 (inspiron 4150, 512MB ram, 512MB swap, 07-05-27 -current)

Éric Masson

-- 
 Même à 15 minutes par livre à 250°, un con reste un con, et celui là
 restera pour encore un bon moment un con majuscule.
 On devrait le mettre à Sèvre, sous cloche, le con étalon. (c)(r)(tm)
 -+- RM in http://neuneu.ctw.cc - Comment servir le neuneu -+-
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Xen in HEAD

2008-08-17 Thread Eric Masson
"Kip Macy" <[EMAIL PROTECTED]> writes:

> DomU only to start off with. The currently planned progression is:
> stabilize in HEAD -> SMP -> x86_64 -> dom0

Great, Thanks a lot for your work :)

Éric Masson

-- 
 Vous faites chier avec vos annonces à la con ! Ou sont les modérateurs
 ? Ca se dégrade cheza Oléane, ca se dégrade ...Ah ouais j'avais
 oublié , y'a du Farce Télécom derrière, ca doit être ça ...
 -+- PP in:  - Tout, faut tout modérer -+-

___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Xen in HEAD

2008-08-17 Thread Eric Masson
"Matthew Macy" <[EMAIL PROTECTED]> writes:

Hi Kip,

> Xen support will be MFC'd when it proves to be sufficiently stable for
> some uses. It probably won't make the freeze for 7.1. Xen 3.2 is the
> initial target.

Dom0/DomU or DomU only please ?

Regards

Éric Masson

-- 
 tétu comme un mule :) Enfin, l'avenir nous le dira sans doute et si
 j'ai raison, je ne me gênerai pas pour le hurler de partout, par
 contre, si c'est toi qui a raison, merci de ne pas trop en faire :)))
 -+- GU21 in  - Pile je gagne, face tu perds -+-

___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


nsswitch progress

2001-05-28 Thread Eric Masson

Hello,

Few months ago, Jacques Vidrine <[EMAIL PROTECTED]> posted mails about
implementation of nsswitch in -current.

Is there any progress in this area ? If so, any hope to see a MFC ?

TIA

Eric Masson
-- 
 ED : (Intel) ne fait que des circuits electroniques.
 ALG: et quasiment d'un seul type : des 4004 et leurs divers dérivés.
 Accessoirement, c'est aussi un fabricant de chauffage d'appoint.
 -+- ALG in Guide du Macounet Pervers : Bien choisir son chauffage -+-

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: Status of encryption hardware support in FreeBSD

2001-06-24 Thread Eric Masson

>>>>> "Bsdguru" == Bsdguru  <[EMAIL PROTECTED]> writes:

 Bsdguru> I'd suggest doing a study on the benefits as well. With 1+Ghz
 Bsdguru> processors, the advantages of doing this in hardware become
 Bsdguru> less than in the old days.

Think about the embedded market, where 486 class processors are still
widely used (just like Soren's net4501)

Eric Masson
-- 
 > Je cherche une methode pour verifier si le port 515 est a l'ecoute. 
 > Cette requete est a envoyer d'une station Solaris vers un serveur NT.
 use Net::TCP;  $object = new Net::TCP "playstation", 515; 
 $ok = $object->connect; -- SB in Guide du linuxien pervers

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: My project wish-list for the next 12 months

2004-12-02 Thread Eric Masson
> "Scott" == Scott Long <[EMAIL PROTECTED]> writes:

Hi,

 Scott> 1. Keyboard multiplexer. We are running into problems with
 Scott> making ps/2 and USB/bluetooth keyboards work together and work
 Scott> with KVMs. Having a virtual keyboard device that multiplexes the
 Scott> various real keyboard devices and handles hotplug can solve this
 Scott> mess pretty effectively. I know that there has been a lot of
 Scott> talk about this on mailing lists recently but I don't know how
 Scott> much progress is being made so I'm listing it here.

NetBSD's wscons seems to fit in this scheme, OpenBSD has adopted it as
well (the most featured implementation is in NetBSD/i386).

 Scott> 6. Overhaul CAM, add iSCSI. CAM is very parallel-SCSI centric
 Scott> right now. I have some work-in-progress in Perforce to address
 Scott> this, but it's pretty minimal. The parallel SCSI knowledge needs
 Scott> to be separated out and the stack need to be able to cleanly
 Scott> deal with iSCSI, SCSI, SAS, and maybe even ATA transports. There
 Scott> is a Lucent implementation of iSCSI for FreeBSD 4.x that could
 Scott> be a useful reference, though it's a monolithic stack that
 Scott> doesn't really address the shortcomings of CAM. Having iSCSI
 Scott> infrastructure that supported both hardware and software
 Scott> implementations would be ideal.

It would be really nice to be able to play in the iscsi field. It seems
that work has been done in this area by Wasabi (not published in NetBSD,
iirc)

Very appealing goals, if only I were a decent coder...

Éric Masson

-- 
 je pense pas que ce soit toitu es bien trop vicieux pour agir de
 cette façon. Toi ton genre, c'est plus de contacter banque direct en
 esperant que je n'auras pas mes cadeaux de parrainages!
 -+- JD in  : Petit neuneu Noël -+-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Xen support

2005-03-19 Thread Eric Masson
Hello,

Everybody here probably knows about Xen, the virtualization layer from
Cambridge University (Uk) :
http://www.cl.cam.ac.uk/Research/SRG/netos/xen/

Is there any hope to see Kip Macy's work on Xen Support merged in the
main tree anytime soon ?
http://sourceforge.net/mailarchive/forum.php?thread_id=6793311&forum_id=35600

Regards

Éric Masson

-- 
 Subject: Re: procmail
 NK> comment créer un filtre (...)
 Menu -> Edition -> Filtres de courrier -> Nouveau.
 -+- G in: GNU - WISIWYSS (What I See Is What You Should See) -+-
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Xen support

2005-03-19 Thread Eric Masson
"Macy, Kip" <[EMAIL PROTECTED]> writes:

Hello Kip,

> In all fairness I'd like to say that Nate put me in touch with someone
> to commit the work. At about the same time I discovered a rather
> annoying bug (since fixed), and I haven't followed back up.

Ok,

> For those who would like to try it out I just submitted a sparse tree
> patch against the development branch (xeno-unstable.bk), that I
> believe will be committed shortly.

Great.

> It and a kernel can be found at: 
> http://www.fsmware.com/xenofreebsd/5.3/050317/
> You'll find some very basic instructions for booting a FreeBSD guest
> on xen one level up.

Ok, I'll give it a shot asap

> To avoid premature enthusiasm I'd like to point out that FreeBSD is
> currently only supported as an unprivileged guest. DOM0 support is not
> that much work, it simply isn't a priority at the moment.

Ok, not really annoying, Manuel Bouyer is working on domain0 support for
NetBSD, so I won't have to install some linux on the box ;)

As my girlfriend would like me to keep the bare minimum number of
machines here, Xen is the way to run Net/Free/DFly and maybe some
dreadful Debian on a single amd64 machine.

Regarding this kind of setup, do you know if Xen could support amd64 in
domain0 and mix amd64/ia32 kernels/userlands in other domains ?

Regards.

Éric Masson

-- 
 SP: Aux dernière nouvelles, MOSXS est "due... in the next few weeks".
 EL: La bonne nouvelle, est que vu la tournure des événements, on va
 EL: bientôt être sûr que MacOS X Server est bien compatible an 2000 ;-)
 -+- EL in Guide du Macounet Pervers : Le bug Y30K nous guête -+-
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Remove Heimdal Kerberos from my FreeBSD

2005-07-18 Thread Eric Masson
Vladimir Terziev <[EMAIL PROTECTED]> writes:

Hi.

> i'm sure most of the FreeBSD users do not need kerberos for
> authnetication.

Could you give me your fortune teller crystal ball brand ?

> If someone needs telnet+kerberos, then ok, such meta port could be
> created and this person will just need to install it, but importing
> something in the base system which is NOT commonly used is not a good
> idea, as i've already said.

More and more shops have Active Directory domains and windows boxes,
Kerberos support is something important in these shops.

So tune your system for your own use and refrain telling others how
they should work.

Éric Masson

-- 
 AB : (...) et encore on semble échapper aux betas :-,
 LF : bah peut-être qu'ils en font plus ;-)
 GG : Ils auraient embauché des types de Microsoft ?
 -+- GG in Guide du Macounet Pervers : Bah oui, gros béta ! -+-
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 5.1->5.2

2004-01-15 Thread Eric Masson
>>>>> "Robert" == Robert Watson <[EMAIL PROTECTED]> writes:

Hello,

 Robert> Moving to PFIL_HOOKS for all the "funky IP input/ouput"

Will all available packet filters, including ipfw rely on PFIL_HOOKS or
not ?

Regards

Eric Masson

-- 
 C'est pas avec la censure que tu vas censurer les censeurs.
 -+- JL in GNU : Las, censeurs pour l'échafaud -+-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 5.1->5.2

2004-01-15 Thread Eric Masson
>>>>> "Robert" == Robert Watson <[EMAIL PROTECTED]> writes:

 Robert> Yes; we to make it so that ipfw will also rely on PFIL_HOOKS to
 Robert> integrate with the IP stack, greatly reducing the quantity of
 Robert> #ifdef FOO in ip_input() and ip_output().

Ok, thanks for your clear answer.

Regards

Eric Masson

-- 
 >j'ai beau préparé une session express, elle ne se garde pas et qd je
 >fais ouvrir je reçois toutes les cauchonneries des usa comment faire
 >pour garder seulement les newgroupes qui m'interressent :-@
 -+-TGV in : <http://www.le-gnu.net> - Yankee go home -+-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HEADS UP: pf import

2004-02-26 Thread Eric Masson
>>>>> "Max" == Max Laier <[EMAIL PROTECTED]> writes:

Hello Max,

 Max> The kernel parts are done, though not linked to any automatic
 Max> build. If you want to build it already, you can build from the
 Max> corresponding module directories: sys/modules/{pf, pflog, pfsync}

Nice to hear, is Altq integration in the plan too ?

Eric Masson

-- 
 BS> Tavergiste, c'est ma tournée !
 Je prendrais une girafe.
 -+- TT in www.le-gnu.net : Pressée ou frappée -+-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Feature request (pam/nss ldap, nsswitch ldap integration)

2004-10-30 Thread Eric Masson
>>>>> "DES" == Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes:

 DES> I'm already thinking about that, and about Kerberos
 DES> autoconfiguration (aka KDC discovery, very useful for FreeBSD
 DES> clients in Windows networks).

Doesn't Heimdal partly solve this issue (lookup of SRV records in the
dns zone corresponding to the realm) ?

Eric Masson

-- 
 VR> y'en a vraiment qui manquent pas d'air.
 Alors là, je m'insurge !
 Il ne manque certainement pas d'air, comme toutes les baudruches.
 -+- RG in <http://www.le-gnu.net> -+- Il est pas beau druche ? -+-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Feature request (pam/nss ldap, nsswitch ldap integration)

2004-10-30 Thread Eric Masson
>>>>> "DES" == Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes:

 DES> Sure, provided you know which realm you're in...

Dhcp, maybe ?

 DES> Ideally, I'd like to be able to install FreeBSD on a desktop box
 DES> in a Windows shop and have it Just Work[tm] with Active Directory
 DES> and Kerberos authentication.

Nice goal, It would be really handy.

Eric Masson

-- 
 «Ca te derange ??? Je fait ce que je veut si ca te plait pas tu vas
 ailleurs gros c,, Mis a part ca si quelqun voulait bien me repondre
 ce serais sympa.» 
 TOTO in Guide du linuxien pervers : "Bien préparer sa repartie"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mgetty+AutoPPP pointers?

2001-07-12 Thread Eric Masson

>>>>> "John" == John Reynolds  writes:

 John> Hello all,

Hello, this is no hacker material, this question should go to -questions
or -stable.

 John> Does anybody have any bookmarked pointers to setting up
 John> mgetty+AutoPPP under FreeBSD -STABLE?

Take a look at the handbook, especially topic 17.2 :
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/userppp.html#USERPPP-MGETTY

 John> If somebody has pointers or sample config files, I would be happy
 John> to try and mark them up and submit them to the -doc project!

-doc already knows about the subject :)

Eric Masson
-- 
 Je vais mettre Mouse Office pour voir combien de kilomètres je parcours
 entre 2 changements de scotch et nettoyage de boule. Même dans le
 domaine du petit bricolage, il faut savoir rester rigoureux.   :-)
 -+- CH in Guide du Macounet Pervers : Bien bricoler sa souris -+-

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



DSL connectivity & ISDN backup

2001-08-09 Thread Eric Masson

Hello,

Feel Free to redirect if -hackers isn't the most appropriate list.

I'll soon get a DSL line for Internet connectivity but as stated in the
following papers (Thanks to Ted Mittlestaedt), DSL hasn't been designed
as a fully reliable media.
http://www.computerbits.com/archive/2001/0200/network0102.html
http://www.computerbits.com/archive/2001/0300/middlestaedt0103.html

Ted shows a way to add reliability by backing up DSL line via ppp(8)
http://www.computerbits.com/archive/2001/0400/mittelstaedt0104.html
http://www.computerbits.com/archive/2001/0500/mittelstaedt0501.html

The exposed method has one major drawback, the need for the isp to
create a special configuration for your use and I don't know if the isp
we've chosen will do that.

Another one is more specific to France where most of the usual DSL
ethernet TAs only support pppoe, thus making ppp(8) mandatory for the
DSL connectivity. So you do not have any arp entry for the address the
isp assigned to you.

How is it possible in this case to detect DSL line failure and then
change default route to use the backup ppp(8) dialup configuration ?

Any idea ?

It would be nice to see this kind of setup handled by ppp(8) via a new
keyword like  which parameter would be the configuration to use
for backup.

Thanks in advance

Eric Masson

-- 
  peut-on acceder avec xterm sous windows à linux
 en tant qu'utilisateur root, ou avec un utilisateur différent
 qui a les mêmes droits 
 -+- FML in Guide du linuxien pervers : "Bien configurer son article"

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



FreeBSD 4.4-RELEASE & ipf 3.4.20 freeze

2001-09-26 Thread Eric Masson
log quick from any to any with opt ssrr
block in log quick from any to any with ipopt
block in log quick proto tcp from any to any with short
block in log quick proto icmp from any to any with frag
pass in quick on lo0 from any to any
block in on tun0 from any to any
pass in quick on tun0 proto tcp from any to 193.56.60.242/32 port = 22 flags S/FSRPAU 
keep state
pass in on ed1 from any to any
block in log quick on ed1 proto tcp from any to any
block in log quick on ed1 proto udp from any to any
block in log quick on ed1 proto icmp from any to any
pass in on ed0 from any to any
block in quick on ed0 proto tcp/udp from any to any port = netbios-ns
block in quick on ed0 proto tcp/udp from any to any port = netbios-dgm
block in quick on ed0 proto tcp/udp from any to any port = netbios-ssn
block in quick on ed0 proto tcp/udp from any port = netbios-ns to any
block in quick on ed0 proto tcp/udp from any port = netbios-dgm to any
block in quick on ed0 proto tcp/udp from any port = netbios-ssn to any

## ipnat -slv

mapped  in  0   out 0
added   0   expired 0
no memory   0   bad nat 0
inuse   0
rules   0
wilds   0
table 0xbfbffafc list 0x0
List of active MAP/Redirect filters:

List of active sessions:

List of active host mappings:


Regards

Eric Masson

-- 
Warning: file "/home/emss/misc/fortune/En_sig.dat" unreadable
Warning: file "/home/emss/misc/fortune/Fr_sig.dat" unreadable
Faut vraiment que je m'occupe de ce problème de signature :)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: FreeBSD 4.4-RELEASE & ipf 3.4.20 freeze

2001-09-26 Thread Eric Masson

>>>>> "rasputin" == rasputin  <[EMAIL PROTECTED]> writes:

 rasputin> Just a thought (if you're using DHCP) Are you seeing a lot of
 rasputin> blocked packets in on your DHCPed interface - something like:

Sorry, no DHCP here, fixed ip address.

 rasputin> I only mention it because I noticed I have shedloads in my
 rasputin> logs, although our ISP is thankfully pretty slack abouit
 rasputin> expiring leases. Although /var is slowly filling up...

Just think at the moment that I don't log blocked incoming packets on
tun0, as the box is only is test at the moment.

Thanks for your answer.

Eric Masson

-- 
 DV: Depuis que j'ai enregistré MacSoup, il arrête pas de geler.
 GC: Attends le printemps.
 -+- GV in Guide du Macounet Pervers : faites chauffer MacSoup ! -+-

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: FreeBSD 4.4-RELEASE & ipf 3.4.20 freeze

2001-09-26 Thread Eric Masson

>>>>> "Emss" == Eric Masson <[EMAIL PROTECTED]> writes:

 Emss> netstat -i takes a long time (1 minute) to give a result after
 Emss> the line with tun0.

Sorry for the followup to myself.

Doh, I should sleep sometimes :(, delay for netstat -i comes from the
fact that it tries to resolve the external address but can't as the link
doesn't work anymore.

Eric Masson

-- 
Progrès (nm) : Ce qui a conduit d'un utilisateur intelligent devant un
terminal passif à un utilisateur passif devant un terminal intelligent.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: FreeBSD 4.4-RELEASE & ipf 3.4.20 freeze

2001-09-28 Thread Eric Masson

>>>>> "Emss" == Eric Masson <[EMAIL PROTECTED]> writes:

 Emss> I've tried with both ppp integrated nat and ipnat, and the
 Emss> problem lasts.

I let the box working without nat since (1 Mb download every 10 minutes
for 40 hours), and the freeze doesn't seem to happen anymore.

Any idea ?

Eric Masson
-- 
 je suis sur qu'on peut faire encore pire, imagine un mec plus colereux que 
 Jaco, plus chiant que Fleury et plus emmerdeur que moi, non mais, 
 imagine un instant. 
 -+- ST in Guide du linuxien pervers - "Le bon, la brute et le truand." -+-

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: Forged subscriptions and the troll.

2003-06-03 Thread Eric Masson
>>>>> "Mark" == Mark Murray <[EMAIL PROTECTED]> writes:

 Mark> As I said, I'm taking care of things.

Thanks, Mark. Hope it won't give you to much work.

Eric Masson

-- 
 Depuis ce matin, j'ai une IP en 213.@@@.@@@ et des plumes.
 C'est devenu apparement une IP statique.
 Mon contrat me donne droit à une IP dynamique..
 -+- TW in <http://www.le-gnu.net> : Neuneu se fixe -+-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"