Re: ntpd errors after upgrade on current amd64

2015-04-03 Thread Ollivier Robert
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: http

Re: official pkg repo with WITHOUT_X11=true

2014-06-02 Thread Ollivier Robert
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/ ___ freebsd-current

Re: official pkg repo with WITHOUT_X11=true

2014-06-02 Thread Ollivier Robert
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. -- Ollivier ROBERT -=- FreeBSD: The Power

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

2014-02-24 Thread Ollivier Robert
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 mailing list http://lists.freebsd.org

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

2013-10-04 Thread Ollivier Robert
, 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 list http://lists.freebsd.org

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. It is very late in the 9.2 release

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! -=- robe

Re: patch to improve AES-NI performance

2013-08-23 Thread Ollivier Robert
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/mailman/listinfo/freebsd-current

Re: patch to improve AES-NI performance

2013-08-23 Thread Ollivier Robert
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.freebsd.org/mailman/listinfo

Re: ZFS TRIM support committed to HEAD.

2012-09-24 Thread Ollivier Robert
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 mailing list http

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 niclas.zeis...@gmail.com 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

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.net

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

2010-04-30 Thread Ollivier Robert
/ 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! -=- robe

Re: kmem_map too small: 3832475648 total allocated

2010-04-29 Thread Ollivier Robert
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 Serve! -=- robe

Re: kmem_map too small: 3832475648 total allocated

2010-04-29 Thread Ollivier Robert
. -- 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-current To unsubscribe, send any

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

2010-04-28 Thread Ollivier Robert
-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 sig11 :( -- Ollivier ROBERT -=- FreeBSD: The Power

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.fr In memoriam to Ondine

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

2010-04-21 Thread Ollivier Robert
. 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/ ___ freebsd

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 memoriam to Ondine : http

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 Power

Panic while trying to use ogg123

2003-03-14 Thread Ollivier Robert
0xc0267079 in 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 vm_pageout, arg=0x0, frame=0x0) at ../../../kern/kern_fork.c:875 -- Ollivier ROBERT -=- FreeBSD: The Power

Re: Sony VAIO, psm and acpi

2003-03-06 Thread Ollivier Robert
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
=0xc0273ce0 vm_pageout, 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
/vm_pageout.c:691 #19 0xc0273fae in vm_pageout () at ../../../vm/vm_pageout.c:1480 #20 0xc018a6d4 in fork_exit (callout=0xc0273ce0 vm_pageout, arg=0x0, frame=0x0) at ../../../kern/kern_fork.c:871 -- Ollivier ROBERT -=- Eurocontrol EEC/AMI -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr

Panic in softupdates

2003-01-29 Thread Ollivier Robert
]:/src/src/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 keltia.freenix.fr 5.0

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 -=- FreeBSD: The Power to Serve

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
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] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44

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

2002-11-21 Thread Ollivier Robert
{ 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.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19

Re: libc size

2002-10-31 Thread Ollivier Robert
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 mail to [EMAIL PROTECTED

Re: libc size

2002-10-31 Thread Ollivier Robert
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-CURRENT #80: Sun Jun 4 22:44:19

Re: Networking

2002-10-28 Thread Ollivier Robert
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 unsubscribe freebsd-current

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. -- Ollivier ROBERT

Re: burncd/cdcontrol

2002-10-27 Thread Ollivier Robert
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 in the body

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 you have disabled

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 PROTECTED] FreeBSD

Re: mozilla-devel problems

2002-10-25 Thread Ollivier Robert
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 PROTECTED] FreeBSD

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 Power to Serve

Re: mozilla-devel problems

2002-10-25 Thread Ollivier Robert
... 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 Unsubscribe: send mail to [EMAIL PROTECTED

mozilla-devel problems

2002-10-23 Thread Ollivier Robert
\ - ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so + ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ;\ fi -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:00 CET

Re: current unable to exec processes under load

2002-10-13 Thread Ollivier Robert
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

Panic in VFS subsystem with very recent CURRENT

2002-09-25 Thread Ollivier Robert
. -- 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: Panic in VFS subsystem with very recent CURRENT

2002-09-25 Thread Ollivier Robert
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 CEST 2000

Re: xmms

2002-09-20 Thread Ollivier Robert
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 -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0

[usb] panic with uvisor auto-load

2002-09-18 Thread Ollivier Robert
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
. -- 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
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 PROTECTED] with unsubscribe freebsd

Re: CAM-ATAPI status?

2002-08-12 Thread Ollivier Robert
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-CURRENT #80: Sun Jun 4

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. -- Ollivier ROBERT

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 Serve

Re: qt3 and kde-2.2.2

2002-07-01 Thread Ollivier Robert
. 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 CEST 2000 To Unsubscribe: send

[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

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 ROBERT -=- FreeBSD

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

2002-06-25 Thread Ollivier Robert
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 freebsd-current in the body

Re: konqueror 3.0.1 eats all CPU

2002-06-20 Thread Ollivier Robert
? -- 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
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
. 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 freebsd-current in the body

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

2002-05-12 Thread Ollivier Robert
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 freebsd-current in the body of the message

[panic] pb in ATA ? Or elsewhere ?

2002-05-11 Thread Ollivier Robert
= -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

[panic] USB related panic

2002-05-11 Thread Ollivier Robert
:34 sidhe kernel: uhub1: 3 ports with 3 removable, self powered 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

[panic] panic during probe with a gcc 3.1 kernel

2002-05-11 Thread Ollivier Robert
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 mail

Re: 'moused' freezing system

2002-03-30 Thread Ollivier Robert
, 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: 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 CET

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 [EMAIL PROTECTED

Time counter broken?

2002-03-28 Thread Ollivier Robert
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:00 CET 2002

Re: Time counter broken?

2002-03-28 Thread Ollivier Robert
kern.timecounter.ngetnanouptime: 6225 kern.timecounter.hardware: TSC -- 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

Re: Time counter broken?

2002-03-28 Thread Ollivier Robert
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 Unsubscribe

XFree86-4-Libraries-4.2.0 install failures

2002-03-19 Thread Ollivier Robert
-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 with that problem... -- Ollivier ROBERT

Re: Updated ATAPI/CAM patches

2002-03-01 Thread Ollivier Robert
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: send mail to [EMAIL

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

2001-11-13 Thread Ollivier Robert
). -- 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
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
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 -=- [EMAIL PROTECTED] FreeBSD

Interrupt problem

2001-08-24 Thread Ollivier Robert
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 PROTECTED] FreeBSD

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/kernel

Interrupt messages from usb0 on CURRENT

2001-08-22 Thread Ollivier Robert
can't assign resources IPsec: Initialized Security Association Processing. IP Filter: v3.4.20 initialized. Default = pass all, Logging = enabled ad0: 6194MB TOSHIBA MK6412MAT [13424/15/63] at ata0-master UDMA33 Mounting root from ufs:/dev/ad0s1a linprocfs registered -=-=- -- Ollivier ROBERT

Panic with latest current/UFS_DIRHASH

2001-08-21 Thread Ollivier Robert
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 unsubscribe freebsd-current

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 ufs_direnter ufs_makeinode ufs_symlink

Re: is 'suspend' broken in CURRENT?

2001-08-21 Thread Ollivier Robert
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 mail to [EMAIL

Pb with compiling kdebase 2.2

2001-08-17 Thread Ollivier Robert
/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:00 CET

Re: Pb with compiling kdebase 2.2

2001-08-17 Thread Ollivier Robert
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

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 keltia.freenix.fr

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. -- Ollivier ROBERT

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). -- Ollivier ROBERT -=- Eurocontrol

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 PROTECTED

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] FreeBSD keltia.freenix.fr

Re: Touch pad problem on HP n5470 Laptop

2001-06-28 Thread Ollivier Robert
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 unsubscribe freebsd-current

Small pb with PS/2 mouse

2001-06-15 Thread Ollivier Robert
pcm device loop device ether device tun 2 device pty device gzip# Exec gzipped a.out's device bpf 4 device snp 4 -=-=- -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD

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-curre

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 EEC/ITM -=- [EMAIL

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.eurocontrol.fr 5.0

World broken in fsdb by fsck_ffs changes.

2001-03-21 Thread Ollivier Robert
/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 Unsubscribe: send mail

World breaks in sbin/fsdb [PATCH]

2001-03-21 Thread Ollivier Robert
+35,5 @@ #include sys/types.h +#include sys/param.h #include ctype.h #include err.h @@ -43,4 +44,5 @@ #include ufs/ufs/dinode.h +#include ufs/ffs/fs.h #include "fsdb.h" -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0-C

Re: very strange problem with ps

2001-03-18 Thread Ollivier Robert
ntpd -p /var/run daemon245 0.0 0.3 972 143 ?? DWs 5:33PM 0:00.00 /usr/sbin/portma root 250 0.0 0.2 564 91 ?? DWs 5:33PM 0:00.01 mountd -r ... -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun

Sound driver broken

2001-02-07 Thread Ollivier Robert
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 2001 To Unsubscribe: send

Weird behaviour

2001-02-02 Thread Ollivier Robert
anything and the machine doesn't come up anyway. I've read UPDATING, creating /boot/device.hints, merged /etc and all that. What did I miss? -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED] FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:00 CET 2001

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-CURRENT #46: Wed

Re: Wierd behaviour [UPDATE]

2001-02-02 Thread Ollivier Robert
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 freebsd-cu

  1   2   3   >