Re: ntpd errors after upgrade on current amd64

2015-04-03 Thread Ollivier Robert
build you generate the .c/.h. In practice, you always use the ntp_parser.c/.h that come pre-built and build with that. As jkim shows, the generated file can be quite different. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.net In memoriam to Ondine, our 2nd child

Re: official pkg repo with WITHOUT_X11=true

2014-06-02 Thread Ollivier Robert
ing a headless server where > you won't be doing X forwarding, and so want versions of tools that are > command-line-only. If you're explicitly choosing not to install the GUI for > Vim, the odds are you won't want Firefox either... Seems logical, yes :) Thanks. --

Re: official pkg repo with WITHOUT_X11=true

2014-06-02 Thread Ollivier Robert
that server, the display taken into account in the client machine (e.g. through ssh -X). Or did I missed something? -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.net In memoriam to Ondine, our 2nd child: http://ondine.keltia.net/ __

ntpd replacement (Was: Re: Import of DragonFly Mail Agent)

2014-02-24 Thread Ollivier Robert
Base ntpd also include SNTP which is a lightweight NTPv3 client. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.net In memoriam to Ondine, our 2nd child: http://ondine.keltia.net/ ___ freebsd-current@freebsd.org m

Re: Prompt Live-CD/DVD with support for ZFS v.5000

2013-10-04 Thread Ollivier Robert
github, modify a few config files if needed and make. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.net In memoriam to Ondine, our 2nd child: http://ondine.keltia.net/ ___ freebsd-current@freebsd.org mailing lis

Re: patch to improve AES-NI performance

2013-08-25 Thread Ollivier Robert
According to Ollivier Robert: > You are right, I wanted to say r226837 which is the "code" one. FYI I've finally merged r226837,r226839 as r254856 in stable/9 as it is a prerequesite to apply jmg's patch. I've asked re@ whether they would consider this for 9.2.

Re: pkgng

2013-08-24 Thread Ollivier Robert
According to Adrian Chadd: > .. well, where'd you point it to? On my own machine I generate the packages myself with poudriere because I have multiple jails I update. On a more generic machine, I use pkg-test.freebsd.org. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve!

Re: patch to improve AES-NI performance

2013-08-23 Thread Ollivier Robert
wanted to say r226837 which is the "code" one. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.freenix.fr In memoriam to Ondine : http://ondine.keltia.net/ ___ freebsd-current@freebsd.org mailing list http://lists

Re: patch to improve AES-NI performance

2013-08-23 Thread Ollivier Robert
ext few days on my new AES-NI enabled machine. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.net In memoriam to Ondine, our 2nd child: http://ondine.keltia.net/ ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mai

Re: ZFS TRIM support committed to HEAD.

2012-09-24 Thread Ollivier Robert
anyone would like those as we can provide. That would be indeed very nice. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.net In memoriam to Ondine, our 2nd child: http://ondine.keltia.net/ ___ freebsd-current@freebsd.org

Re: [PATCH] update to NTP in base

2010-07-23 Thread Ollivier Robert
Thanks to Niclas for taking this, I will look at it in the next few days. Le 22 juil. 2010 à 12:42, Niclas Zeising a écrit : > Hello! > The instructions at > http://www.freebsd.org/cgi/query-pr.cgi?pr=148836 > (Pr bin/148836) contains an update to the base system NTP program suite. > Please tes

Re: Importing clang/LLVM into FreeBSD HEAD

2010-05-31 Thread Ollivier Robert
According to Roman Divacky: > So please share your support or resistance to the idea of importing clang. Full support from me (but that will not be a surprise ;-)) -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.freenix.fr In memoriam to Ondine : http://ondine.keltia.

rsync locks for very long periods (indefinitely?) when using suj over raid5

2010-04-30 Thread Ollivier Robert
ps / show pcpu / show alllocks / show threads / show lockedvnods http://sparc64.pastebin.com/NBNQJJXs bt on rsync http://sparc64.pastebin.com/cCZx0FU7 Kernel compiled with INVARIANTS INVARIANT_SUPPORT WITNESS WITNESS_SKIPSPIN Anything else? -- Ollivier ROBERT -=- FreeBSD: The Power to Serve

Re: kmem_map too small: 3832475648 total allocated

2010-04-29 Thread Ollivier Robert
oes take a lot of memory. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.freenix.fr In memoriam to Ondine : http://ondine.keltia.net/ ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-cur

Re: kmem_map too small: 3832475648 total allocated

2010-04-29 Thread Ollivier Robert
u must at least set vm.kmem_size to something like 2x your RAM, one rule of thumb I've seen discussed for ZFS is that you will need approximatively 1 GB of RAM per TB of data so you may be a bit short here to get optimal perfs. -- Ollivier ROBERT -=- FreeBSD: The Power to S

Re: [CFT]: ClangBSD is selfhosting, we need testers now

2010-04-28 Thread Ollivier Robert
According to Brooks Davis: > For the foreseeable future, doing anything but using the latest port is a > recipe for problems. The "make BOOTSTRAP=yes makesum" is a wonderful trick, thanks Brooks! -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.freenix.f

Ruby w/clang (Was: Re: [CFT]: ClangBSD is selfhosting, we need testers now)

2010-04-28 Thread Ollivier Robert
=/usr/lib:/usr/local/lib -pthread -o miniruby > ./lib/fileutils.rb:1429: fu_same? is not a class/module (TypeError) > from ./mkconfig.rb:11:in `require' > from ./mkconfig.rb:11 > *** Error code 1 Interesting, using a fairly recent clang snapshot from trunk, I get a

Re: ANY-ONE-ELSE? ntpd+oncore+i386 doesn't work

2010-04-21 Thread Ollivier Robert
According to Ian FREISLICH: > Fixed in 4.2.5p248 and later. Seems FreeBSD has lagged somewhat: > version="ntpd 4.2.4p5-a (1)" ok, got the message :) TODO.add("upgrade ntpd") -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.freenix.fr In

Re: ANY-ONE-ELSE? ntpd+oncore+i386 doesn't work

2010-04-21 Thread Ollivier Robert
eam fix it properly. Thanks. > The following patch from Russell J. Yount fixes (bandaids) the issue: Just a bigger buffer then? -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.freenix.fr In memoriam to Ondine : http://ondine.keltia.net/ _

Re: Improvements to fsck performance in -current ...?

2003-10-02 Thread Ollivier Robert
According to Brooks Davis: > I believe this problem has been fixed. At least that's what I got out It has been fixed for a few months now. That fix could be backported to stable but it requires careful testing as many files are touched by the change. -- Ollivier ROBERT -=- FreeBSD: The

Panic while trying to use ogg123

2003-03-14 Thread Ollivier Robert
vm_pageout_scan (pass=0) at ../../../vm/vm_pageout.c:691 #12 0xc026817e in vm_pageout () at ../../../vm/vm_pageout.c:1485 #13 0xc017d744 in fork_exit (callout=0xc0267eb0 , arg=0x0, frame=0x0) at ../../../kern/kern_fork.c:875 -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL

Re: Sony VAIO, psm and acpi

2003-03-06 Thread Ollivier Robert
CPI and also if I try to suspend under X when using APM... -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Panic running mozilla when doing bg fsck

2003-03-03 Thread Ollivier Robert
xc0273ce0 , arg=0x0, frame=0x0) at ../../../kern/kern_fork.c:871 [there must be something here after frame #20, right?] -- Ollivier ROBERT -=- Eurocontrol EEC/AMI -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #6: Tue Jan 21 16:05:16 CET 2003 To Unsubscribe: send

[CURRENT] Two panics in 15mn bp not locked

2003-02-25 Thread Ollivier Robert
:691 #19 0xc0273fae in vm_pageout () at ../../../vm/vm_pageout.c:1480 #20 0xc018a6d4 in fork_exit (callout=0xc0273ce0 , arg=0x0, frame=0x0) at ../../../kern/kern_fork.c:871 -- Ollivier ROBERT -=- Eurocontrol EEC/AMI -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #6: Tue

Panic in softupdates

2003-01-29 Thread Ollivier Robert
/sys/i386/compile/tCAERDONN i386 Sources around Jan, 21th. -- Ollivier ROBERT -=- Eurocontrol EEC/AMI -=- [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: I want a sysctl kern.allow_shooting_into_my_foot!

2003-01-22 Thread Ollivier Robert
According to Joerg Wunsch: > Oh, i should add: in my case, it's loaded before mounting the > root (root is on vinum). And how did you achieved this ? I thought vinum isn't able to do that... -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD kelti

Re: alpha tinderbox failure

2003-01-03 Thread Ollivier Robert
According to Dag-Erling Smorgrav: > Date: Wed, 1 Jan 2003 03:42:27 -0800 (PST) > From: Dag-Erling Smorgrav <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: alpha tinderbox failure > It is still generating multi-thousands mails, please fix des. -- Ollivier ROBERT -=-

Re: i386 tinderbox failure

2002-12-29 Thread Ollivier Robert
According to Dag-Erling Smorgrav: > -- > >>> Rebuilding the temporary build tree > -- I don't think it is fixed, we are still getting reports 4600 lines long... Please someone do

Re: recommended VAIO for ACPI hacking (Re: cvs commit: www/en/releases/5.0R todo.sgml)

2002-11-21 Thread Ollivier Robert
} Else { If(LNot(LEqual(SCMP(\_OS_, "Microsoft Windows"), Zero))) { PHS_(0xe3) PHS_(0xe5) } } } Return(0x0) } -=-=-=- -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.f

Re: recommended VAIO for ACPI hacking (Re: cvs commit: www/en/releases/5.0R todo.sgml)

2002-11-21 Thread Ollivier Robert
into the DOS slice I've kept for that purpose). I can't use the keys on the keyboard to do that BTW, only zzz works. APM works although as I said, it doesn't suspend from within X. Arigato Iwasaki-san. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] Free

Re: libc size

2002-10-31 Thread Ollivier Robert
libs and that force the pages to be COW'd thus taking more VM. That's why static binaries are more efficient too. (someone who understand these issues please correct me if necessary) -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-

Re: libc size

2002-10-31 Thread Ollivier Robert
l shared was adding a fairly large overhead. "make test" ran in between 15% and 25% more time in the shared libperl case... -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send

Re: Networking

2002-10-28 Thread Ollivier Robert
tly against. My an0 is a Cisco Aironet 350 card. > Using NEWCARD or OLDCARD (aka pccardd) ? -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to [EMAIL PROTECTED] with &qu

Re: burncd/cdcontrol

2002-10-27 Thread Ollivier Robert
st admit that cdrecord is supported by all graphical interfaces. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current&q

Re: burncd/cdcontrol

2002-10-27 Thread Ollivier Robert
According to Nate Lawson: > You got it backwards -- is atapicam complete enough to work reliably with > cdrecord? There's no reason for us to replicate a more feature-complete > port in our src tree. Yes it is. gcombust + cdrecord + atapicam is prefect for that and works fine

Type1 font problem (Was: Re: mozilla-devel problems)

2002-10-26 Thread Ollivier Robert
According to Ollivier Robert: > During its reading of all fonts available, it get a segv... > Any idea ? Found that at least one of the Type1 fonts I had (installed by XFree86) does bad things to freetype and it was getting a segv. The interesting point is that it happens even if yo

Re: mozilla-devel problems

2002-10-25 Thread Ollivier Robert
zilla-bin RET close 0 ... 52448 mozilla-bin CALL exit(0xb) 52443 sh RET wait4 52448/0xcce0 52443 sh CALL exit(0xb) -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscri

Re: mozilla-devel problems

2002-10-25 Thread Ollivier Robert
According to Adam Weinberger: > It was brought to my attention today by erk! that the way to solve the > problem is to remove the mozilla-fonts package. It worked for me... I'm > investigating why this is so. Works for me too. Thanks a lot ! -- Ollivier ROBERT -=- FreeBSD: The

Re: mozilla-devel problems

2002-10-25 Thread Ollivier Robert
ne coming from the CURRENT machine (so any X app will use the fonts on the CURRENT machine) and ran mozilla. The display is *fine*. So a STABLE mozilla displaying on a CURRENT machine is fine. I don't understand. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROT

Re: mozilla-devel problems

2002-10-25 Thread Ollivier Robert
According to Wesley Morgan: > I just finished a build of mozilla-devel, and the fonts look just as > gorgeous as they do in Konqueror. If anyone is having problems with these What's in your font path ? -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECT

mozilla-devel problems

2002-10-23 Thread Ollivier Robert
-sf ${LOCALBASE}/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so \ - ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so + ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ;\ fi -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdo

Re: current unable to exec processes under load

2002-10-13 Thread Ollivier Robert
pdating the system to a more recent "fixes" the problem till next time. I don't know where it comes from :-( -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 msg44571/pgp0.pgp Description: PGP signature

Re: Panic in VFS subsystem with very recent CURRENT

2002-09-25 Thread Ollivier Robert
/usr, /var and /local (which has /home, /src and all that). The machine was rebooting with the new kernel and it paniced while launching the perforce server (p4d). -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19

Panic in VFS subsystem with very recent CURRENT

2002-09-25 Thread Ollivier Robert
's interested. -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:00 CET 2001 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: xmms

2002-09-20 Thread Ollivier Robert
ot;Thread issues" thread in freebsd-current. >> xmms > Fatal error '_pq_insert_head: prioq not protected!' at line 185 in file > /usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 22) >Abort (core dumped) -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EM

[usb] panic with uvisor auto-load

2002-09-18 Thread Ollivier Robert
bpf device snp -=-=- -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:00 CET 2001 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: i386 tinderbox failure

2002-08-20 Thread Ollivier Robert
in/getextattr/getextattr.c:139: syntax error before "n" Already fixed. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Weird error when trying to link rmic from gcc 3.3

2002-08-18 Thread Ollivier Robert
: final link failed: Bad value collect2: ld returned 1 exit status gmake[3]: *** [rmic] Error 1 Any ideas ? -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to [EMAIL PROTECTED

Re: GCC 3.2

2002-08-16 Thread Ollivier Robert
, but I'd say go for snap of 3.3 now, if you look at the ports gcc, gcc32 == gcc33 at the moment. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to [EMAIL PROTECT

Re: CAM-ATAPI status?

2002-08-12 Thread Ollivier Robert
maintaining patches for both branches since the beginning. Cleanup patches by Scott Long (scottl) have already been committed too. Thomas will soon be able to maintain the whole thing himself :-) -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-C

Re: qt3 and kde-2.2.2

2002-07-01 Thread Ollivier Robert
that won't build either. Best way is to go to kde3. It is faster anyway (although the speed of C++ compilation with gcc31 makes it a dog to compile...). -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CES

Re: kde3 compile probs..

2002-07-01 Thread Ollivier Robert
According to Michael L. Hostbaek: > When trying to compile the kdebase3 port under recent -CURRENT - I get > the following error: Are you sure your libstdc++ is in sync ? Hvae you compiled QT with the ports gcc (it will break if not) ? -- Ollivier ROBERT -=- FreeBSD: The Power to

Re: Panic on apm resume with ata

2002-07-01 Thread Ollivier Robert
According to Gavin Atkinson: > My laptop powered off due to a flat battery, and upon powerup, i > immediately experienced a panic. > > ata0: resetting devices .. done > panic: ata_dmasetup: transfer active on this device! It does happen sometimes on my Z600TEL Vaio too. --

Re: sysinstall meets perl5 packages: the solution is ...?

2002-06-25 Thread Ollivier Robert
27;s in STABLE. POLA is respected and if some of us want to remove it, it is possible. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fr

Re: [kde-freebsd] [3.0.1] gcc/g++ 3.1 problems

2002-06-25 Thread Ollivier Robert
According to Michael Nottebrock: > You need a clean /usr/include. Remove the old one and 'make includes' in Good, that I had. > /usr/src. Please make also sure your ports-tree is up to date. I think > you're using an old bsd.kde.mk. That was it, thanks. -- Ollivier

[3.0.1] gcc/g++ 3.1 problems

2002-06-25 Thread Ollivier Robert
Hello, I've upgraded my CURRENT system to a post gcc 3.1 world and I'm now unable to compile any C++ program that use the STL (incl. KDE 3.0.1). I happens with the system g++ 3.1 and the ports g++ 3.1.1 and with both a clean /usr/include/g++ and the old one (which has lots of older files due to C

Re: konqueror 3.0.1 eats all CPU

2002-06-20 Thread Ollivier Robert
te bad code ? -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Sony Vaio, LinkSys EC2T & 5.0-CURRENT ...

2002-06-01 Thread Ollivier Robert
to NEWCARD fixed it. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: [panic] USB related panic

2002-05-13 Thread Ollivier Robert
und the symbol problem. I'll compile a kernel with usb builtin and test it. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: [panic] panic during probe with a gcc 3.1 kernel

2002-05-12 Thread Ollivier Robert
resume my laptop, I *need* to use APM and not ACPI. So I'm fscked up... -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

[panic] panic during probe with a gcc 3.1 kernel

2002-05-11 Thread Ollivier Robert
side bios16... Any idea? ddb> trace bios16 pnpbios_identify bus_generic_probe isa_probe_children configure mi_startup begin -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send

[panic] USB related panic

2002-05-11 Thread Ollivier Robert
d May 11 13:51:13 sidhe kernel: ums0: Microsoft Microsoft IntelliMouse ® with Inte lliEye, rev 1.10/1.00, addr 4, iclass 3/1 May 11 13:51:13 sidhe kernel: ums0: 3 buttons and Z dir. -=-=-=- -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 4.0-CURRENT

[panic] pb in ATA ? Or elsewhere ?

2002-05-11 Thread Ollivier Robert
, tf_cs = 31, tf_eflags = 66178, tf_esp = -1077936708, tf_ss = 47}) at ../../../i386/i386/trap.c:312 #27 0x80480e0 in ?? () -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: 'moused' freezing system

2002-03-30 Thread Ollivier Robert
Sony VAIO Z600TEK with APM (not ACPI, it doesn't resume at all with ACPI). -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Another possible solution for non-sendmail users

2002-03-29 Thread Ollivier Robert
According to Peter Wemm: > > Opinions? > > Enthusiastic thumbs-up from me! :-) Nice idea, go for it. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to [EMA

Re: Time counter broken?

2002-03-29 Thread Ollivier Robert
According to Poul-Henning Kamp: > I think I found a mistake I made, can you try this patch please ? Rev. 1.118 of kern_tc.c fixed the problem, thanks. -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:00

Re: Time counter broken?

2002-03-28 Thread Ollivier Robert
.127.1.0 127.127.1.0 10 l 23 64 3770.0000.000 0.000 *147.196.5.121 137.194.32.191 2 u 28 64 3770.723 -384.32 130.621 -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:00 CET 2001 To Uns

Re: Time counter broken?

2002-03-28 Thread Ollivier Robert
counter.nmicrotime: 8670228 kern.timecounter.nnanotime: 23160 kern.timecounter.nmicrouptime: 280 kern.timecounter.nnanouptime: 135 kern.timecounter.ngetmicrotime: 13980766 kern.timecounter.ngetnanotime: 0 kern.timecounter.ngetmicrouptime: 15635014 kern.timecounter.ngetnanouptime: 6225 kern.timecounter.hardware: TSC -- Ol

Time counter broken?

2002-03-28 Thread Ollivier Robert
npx device sio device loop device ether device pty device bpf 4 device snp 4 device vlan -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdonn FreeBSD 5.0-CURRENT #13: Tue Mar 26 17:48:0

XFree86-4-Libraries-4.2.0 install failures

2002-03-19 Thread Ollivier Robert
ommand failed: make -DFORCE_PKG_REGISTER -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:00 CET 2001 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: linprocfs.ko and kld loader problem?

2002-03-10 Thread Ollivier Robert
According to Steve Kargl: > root[202] kldload linprocfs > kldload: can't load linprocfs: Exec format error > > The following message is on the system console: > > KLD linprocfs.ko: depends on linux - not available I'm happy to see that I'm not the only one

Re: Updated ATAPI/CAM patches

2002-03-01 Thread Ollivier Robert
#x27;t tried the patch recently but will do soon. I wasn't able to give a backtrace as DDB is not reachable when the machine hangs. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe

Re: Need help with 5.0-CURRENT on Sony VAIO Z505s

2001-11-13 Thread Ollivier Robert
t;-i 11" Please put the irq in loader.conf (forgot the exact name of the variable right now, it may be in defaults/loader.conf). -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: newfs fails to build small file systems.

2001-10-16 Thread Ollivier Robert
;-c 2" should fix that. Bruce, any idea ? -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #6: Thu Aug 10 17:36:11 CEST 2000 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Unconnected files problem

2001-08-28 Thread Ollivier Robert
e: regular file I=19353 MODE=100600 SIZE=18679309 MTIME=Aug 25 20:08:18 2001 [0 nsec] CTIME=Aug 25 20:08:18 2001 [0 nsec] ATIME=Aug 25 20:08:11 2001 [0 nsec] OWNER=roberto GRP=staff LINKCNT=1 FLAGS=0 BLKCNT=8ec0 GEN=4c2a6c10 -- Ollivier ROBERT -=- Eurocontrol EEC/ITM

Re: Interrupt problem

2001-08-24 Thread Ollivier Robert
According to Ollivier Robert: > Sound is configured on this machine but not used at all at the moment so > that many interrupts is a bit suspect... After discussing it on IRC/#bsdcode, it may be a problem with the way newpcm deals with ISA sound cards... Aug 17 22:21:50 caerdonn /boot/

Interrupt problem

2001-08-24 Thread Ollivier Robert
10943235127 fxp0 irq9 575639 6 Total78788260921 Sound is configured on this machine but not used at all at the moment so that many interrupts is a bit suspect... -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PRO

Interrupt messages from usb0 on CURRENT

2001-08-22 Thread Ollivier Robert
r: v3.4.20 initialized. Default = pass all, Logging = enabled ad0: 6194MB [13424/15/63] at ata0-master UDMA33 Mounting root from ufs:/dev/ad0s1a linprocfs registered -=-=- -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:00 CET 2001 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: is 'suspend' broken in CURRENT?

2001-08-21 Thread Ollivier Robert
r awake from hibernation. Weird, although I have some UFS_DIRHASH problems, suspend still work on my older Z505SX laptop... -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send ma

Re: Panic with latest current/UFS_DIRHASH

2001-08-21 Thread Ollivier Robert
According to Ollivier Robert: > Just upgraded my laptop to the latest current and during installworld, got > this panic: > > panic: ufsdirhash_findslot: 'ka_JP.Shift_JIS' not found > db> trace > Debugger > panic > ufsdirhash_findslot > ufsdirhash_move >

Panic with latest current/UFS_DIRHASH

2001-08-21 Thread Ollivier Robert
th_err_pushed I don't have anough space for a core dump though :-( Any idea ? Ian ? -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:00 CET 2001 To Unsubscribe: send mail to [EMAIL PROTECTED] with &q

Re: Pb with compiling kdebase 2.2

2001-08-17 Thread Ollivier Robert
it still does this... Will I have to buildworld... ? -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Pb with compiling kdebase 2.2

2001-08-17 Thread Ollivier Robert
16:41 /usr/X11R6/bin/uic* -r--r--r-- 1 root wheel 621 Jun 15 17:03 /usr/lib/crtn.o The same package compiled fine on my 4.4-PRERELEASE system. Any idea? -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:0

Re: ntpd 4.1

2001-08-04 Thread Ollivier Robert
e enough. Any objection? -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: ntpd 4.1

2001-08-04 Thread Ollivier Robert
According to Gordon Tetlow: > >From what I gather (and the cvs repo seems to back up) is that Mills has > never actually committed a thing. Harlan Stenn does most of the CVS work. That's correct. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD kel

Re: ntpd 4.1

2001-08-03 Thread Ollivier Robert
According to Garrett Wollman: > I'd like to have the AUTOKEY functionality available if at all > possible. Goodnews: the first run I've done of configure with --with-crypto=autokey give me no dependencies on openssl (which is necessary for public key stuff). --

Re: ntpd 4.1

2001-08-03 Thread Ollivier Robert
According to Maxim Sobolev: > libmd I meant. That's a possibility but it already has its own md5/des code. It is just that authentication through openssl is available and many 5.x / 4.x have it by default... It is required by sshd and friends but crypto is still optional. -- Ollivie

Re: Touch pad problem on HP n5470 Laptop

2001-06-29 Thread Ollivier Robert
According to Manfred Antar: > I did this and now I have no keyboard or mouse. You have to remove the « hints » only, not all the lines about atkbd/psm if you had them in the kernel config. file... -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] Free

Re: Touch pad problem on HP n5470 Laptop

2001-06-29 Thread Ollivier Robert
According to Manfred Antar: > I did this and now I have no keyboard or mouse. Now that's weird. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to [EMAIL PROTECT

Re: Touch pad problem on HP n5470 Laptop

2001-06-28 Thread Ollivier Robert
too. Remove the atkbd and psm hints from either /boot/device.hints or in your kernel config file. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to [EMAIL PROTECTED] with

Small pb with PS/2 mouse

2001-06-15 Thread Ollivier Robert
2 device pty device gzip# Exec gzipped a.out's device bpf 4 device snp 4 -=-=- -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:00 CET 2001 To Unsubsc

Re: Panic within sound driver

2001-04-10 Thread Ollivier Robert
According to Cameron Grant: > fix just committed, sys/dev/sound/isa/ad1816.c rev 1.18. > > you must be the only freebsd user on the planet with an ad1816. :) Works fine BTW, thanks to you two. -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdonn.euroc

Re: Panic within sound driver

2001-04-10 Thread Ollivier Robert
According to Cameron Grant: > fix just committed, sys/dev/sound/isa/ad1816.c rev 1.18. > > you must be the only freebsd user on the planet with an ad1816. :) That's what I was thinking :) Thanks, I'll just reboot now to test the patch. -- Ollivier ROBERT -=- Eurocontrol E

Panic within sound driver

2001-04-10 Thread Ollivier Robert
ed a.out's device bpf 4 device snp 4 -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:00 CET 2001 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current

World breaks in sbin/fsdb [PATCH]

2001-03-21 Thread Ollivier Robert
+35,5 @@ #include +#include #include #include @@ -43,4 +44,5 @@ #include +#include #include "fsdb.h" -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:00 CET 2001 To Unsubscribe: se

World broken in fsdb by fsck_ffs changes.

2001-03-21 Thread Ollivier Robert
bin/fsdb/../fsck_ffs/fsck.h:201: storage size of `cmd' isn't known *** Error code 1 Stop in /src/src/sbin/fsdb. *** Error code 1 -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:00 CET 2001 To Unsubscri

Re: very strange problem with ps

2001-03-18 Thread Ollivier Robert
According to Brooks Davis: > I'm seeing a very strange problem with ps. I was calling "ps -U Speaking of ps, since we moved into SMPng, almost all processes seems to have the 'D' state... I guess it is expected but a little strange, no? 388 [13:28] roberto@sidhe:~> ps aux USER PID %CPU %ME

Sound driver broken

2001-02-07 Thread Ollivier Robert
no member named `name' ../../dev/sound/pcm/channel.c:51: structure has no member named `mutex' The pcm_channel struct has no « mutex » field... -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:00 CET 2

Re: Wierd behaviour [UPDATE]

2001-02-02 Thread Ollivier Robert
what the comment in UPDATING speaks about but I'm lost if it isn't that... -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:00 CET 2001 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Wierd behaviour [UPDATE]

2001-02-02 Thread Ollivier Robert
Update to my previous mail: trying a PRE_SMPNG kernel doesn't change anything, it still displays nothing. I've also updated my /boot/loader and bootblocks. Still no idea? -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0-CURREN

  1   2   3   >