Re: ntpd errors after upgrade on current amd64

2015-04-03 Thread Ollivier Robert
According to Cy Schubert on Thu, Apr 02, 2015 at 06:26:42PM -0700:
 Ntp_parser.y is not redundant. It is referenced by ntp_parser.c. I put that 
 fix in two days ago.

No, it is the source of ntp_parser.c/h through yacc (or bison) as jkim said.

In theory, you have only the .y and during 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: http://ondine.keltia.net/

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: official pkg repo with WITHOUT_X11=true

2014-06-02 Thread Ollivier Robert
According to David Chisnall on Thu, May 29, 2014 at 10:19:41AM +0100:
 We can probably do a bit better by looking at the complete dependency graph 
 and removing any ports that have unconditional dependencies on X.  For a 
 headless server, there's no reason to build any of the kde-* or gnome-* ports 
 or, indeed, X itself.  I suspect that we could easily trim 2/3 of the build 
 time by omitting ports that have a GUI, GUI toolkits, and so on.  

May I disagree?  The only thing you don't need on an headless server is X 
itself.  I might want to run firefox on 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/

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: official pkg repo with WITHOUT_X11=true

2014-06-02 Thread Ollivier Robert
According to David Chisnall on Mon, Jun 02, 2014 at 04:27:23PM +0100:
 Yes.  If you want to have the graphical versions of everything on the server, 
 then there's nothing stopping you from using the default package repository.  
 THe use case for the proposed no-X repo is installing 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.

-- 
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
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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

2014-02-24 Thread Ollivier Robert
According to Joe Holden on Mon, Feb 24, 2014 at 11:13:23AM +:
 hm, I can't say I have noticed this as being a problem where I've
 used it, are there any scenarios where this is a showstopper?

Non-support for auth is a concern, lack of NTPv4 protocol support is another.  
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 mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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

2013-10-04 Thread Ollivier Robert
According to Vladislav V. Prodan on Fri, Oct 04, 2013 at 01:48:16AM +0300:
 You want to add such a liveCD for automatic loading on PXE.
 MfsBSD built with ZFS v.28 :(

mfsbsd will be updated soon I guess but in the meantime it is very easy to 
generate your own.  Just get the code from 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 list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@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 circle but that patch has 
been in 10 for more than a year now...

-- 
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 mail to freebsd-current-unsubscr...@freebsd.org


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...@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 mail to freebsd-current-unsubscr...@freebsd.org


Re: patch to improve AES-NI performance

2013-08-23 Thread Ollivier Robert
According to John-Mark Gurney on Thu, Aug 22, 2013 at 01:20:27PM -0700:
 I have developed a patch to improve AES-NI performance.  If you took the
 AES-XTS algorithm into userland (no cryptodev or geli usage), these
 changes improve the performance over 10x in my tests (from ~150MB/sec to
 over 2GB/sec).  In tests of geli on gnop, the performance improvement is
 more moderate, around 4x due to overhead in other parts of the system.

Thanks a lot for this patch.  Now, looking at it in the stable/9 context, I can 
see that pjd did not merge (as he said at the time of commit) r226839  
r226839.  Is there any objection to merge these two (and possibly 247061 as 
well -- copyright update)?

I ask that for two reasons, these two revisions are speeding up AES-NI quite a 
bit and they are required for using jmg's patch.

I'll be testing all this in the next 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/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: patch to improve AES-NI performance

2013-08-23 Thread Ollivier Robert
According to John-Mark Gurney:
pjd did not merge (as he said at the time of commit) r226839  r226839.  Is 
there any objection to merge these two (and possibly 247061 as well -- 
copyright update)?
 
 You repeated r226839 twice.  What is the correct second revision?

You are right, I 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.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: ZFS TRIM support committed to HEAD.

2012-09-24 Thread Ollivier Robert
According to Steven Hartland:
 We applied the patch to a 8.3-RELEASE based install with additional patches
 including patches to provide TRIM support for CAM da devices via SATA
 pass-through including full support for security and identify commands in
 camcontrol.
 
 If 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 mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@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 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 suite. 
 Please test it and report successes and failures.
 Known issues: The html doc distribution is not installed, but it can be found 
 on the internet if needed. If it is requested by many to include it I'll make 
 a new patch for it.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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/

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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

2010-04-30 Thread Ollivier Robert
9.0-CURRENT as of two hours ago (with latest SUJ fixes then) running on a 
bi-Xeon @2.8 GHz (5 year old) w/ HT, 32-bit mode (no LM). 4 GB, no PAE

4 72 GB disks in a raid5 with gvinum, block size: 128 KB
UFS2 + SUJ, mounted async.

420 [15:40] r...@vcs:/data# gvinum list
4 drives:
D gvinumdrive0  State: up   /dev/da2A: 6/69459 MB (0%)
D gvinumdrive3  State: up   /dev/da5A: 6/69459 MB (0%)
D gvinumdrive2  State: up   /dev/da4A: 6/69459 MB (0%)
D gvinumdrive1  State: up   /dev/da3A: 0/69452 MB (0%)

1 volume:
V data0 State: up   Plexes:   1 Size:203 GB

1 plex:
P data0.p0   R5 State: up   Subdisks: 4 Size:203 GB

4 subdisks:
S data0.p0.s3   State: up   D: gvinumdrive3 Size: 67 GB
S data0.p0.s2   State: up   D: gvinumdrive2 Size: 67 GB
S data0.p0.s1   State: up   D: gvinumdrive1 Size: 67 GB
S data0.p0.s0   State: up   D: gvinumdrive0 Size: 67 GB


rsync from / (plain UFS2) to /data (UFS2+SUJ over raid5) locks in a matter of 
seconds. Stay in getblk state.

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! -=- 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 mail to freebsd-current-unsubscr...@freebsd.org


Re: kmem_map too small: 3832475648 total allocated

2010-04-29 Thread Ollivier Robert
According to James R. Van Artsdalen:
 system is a Core i7 975 (3.33 GHz x 4 cores 3x threads per core) with 12
 GB of RAM, a 2x2TB ZFS boot pool and a second (idle) pool of 16x2TB.

 panic: kmem_malloc(131072): kmem_map too small: 3832475648 total allocated

Apart from the fact that you 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 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 mail to freebsd-current-unsubscr...@freebsd.org


Re: kmem_map too small: 3832475648 total allocated

2010-04-29 Thread Ollivier Robert
According to Tom Evans:
 Citation needed? I have a file server running amd64 8-STABLE with 4GB
 of RAM, 6 x 1.5 TB drives in raidz, and have never had any problems
 with memory usage. Are you saying that after my next update, adding
 another 6 x 1.5 TB drives, it will start being flaky and/or panicing
 with kmem_map too small errors?


I don't have the citation handy but it was on the opensolaris forum in the zfs 
community. I understand that this is FreeBSD we're speaking about but the 
figure comes from the fact that ZFS (and particularly the ARC cache) does 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-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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

2010-04-28 Thread Ollivier Robert
According to Dima Panov:
 while building lang/ruby18:

Which options to you use?

_OPTIONS_READ=ruby+oniguruma-1.8.7.248_1,1
WITHOUT_ONIGURUMA=true
WITH_RDOC=true
WITHOUT_DEBUG=true

I notice your ruby is compiling w/o any -On, try with -O at least?

 clang -I/usr/include -pipe -g -g -std=gnu89  -fPIC-DRUBY_EXPORT -I. -I. 
 -I/usr/include
 -c main.c
 clang -I/usr/include -pipe -g -g -std=gnu89  -fPIC-DRUBY_EXPORT -L.  -
 rpath=/usr/lib:/usr/local/lib -pthread -rdynamic  -pthread main.o  
 libruby18-static.a -lrt 
 -lcrypt -lm -L/usr/lib  -rpath=/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 sig11 :(

-- 
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 mail to freebsd-current-unsubscr...@freebsd.org


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 : http://ondine.keltia.net/

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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

2010-04-21 Thread Ollivier Robert
According to Ian FREISLICH:
 The oncore ntp driver worked fine in my Athlon64 machine running
 FreeBSD-amd64.  I've tried it on a VIA-C7 and a Pentium-M based
 board with an onboard serial port.

Can you open a bug on bugs.ntp.org with the patch please?  I'd rather have
upstream 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/
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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://ondine.keltia.net/

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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 to Serve! -=- [EMAIL PROTECTED]
Darwin snuadh.freenix.org Kernel Version 6.6: Thu May  1 21:48:54 PDT 2003
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Panic while trying to use ogg123

2003-03-14 Thread Ollivier Robert
CURRENT from today:

FreeBSD caerdonn 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Fri Mar
14 11:57:23 CET 2003 [EMAIL PROTECTED]:/src/src/sys/i386/compile/nCAERDONN  i386

---
Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x4bb0002
fault code  = supervisor read, page not present
instruction pointer = 0x8:0xc026cb53
stack pointer   = 0x10:0xcdd3fbc0
frame pointer   = 0x10:0xcdd3fbd4
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= interrupt enabled, resume, IOPL = 0
current process = 8 (pagedaemon)
trap number = 12
panic: page fault
Uptime: 3h59m24s
Dumping 255 MB
ata0: resetting devices ..
done
 16 32 48 64 80 96 112 128 144 160 176 192 208 224 240
---
#0  doadump () at ../../../kern/kern_shutdown.c:239
239 dumping++;
(kgdb) where
#0  doadump () at ../../../kern/kern_shutdown.c:239
#1  0xc0190935 in boot (howto=260) at ../../../kern/kern_shutdown.c:371
#2  0xc0190c03 in panic () at ../../../kern/kern_shutdown.c:542
#3  0xc029cc70 in trap_fatal (frame=0xc26350f0, eva=0)
at ../../../i386/i386/trap.c:843
#4  0xc029c982 in trap_pfault (frame=0xcdd3fb80, usermode=0, eva=79364098)
at ../../../i386/i386/trap.c:757
#5  0xc029c54d in trap (frame=
  {tf_fs = -1026228200, tf_es = -1058537456, tf_ds = -841809904, tf_edi
= -1
058475744, tf_esi = -1026199552, tf_ebp = -841745452, tf_isp = -841745492,
tf_eb
x = -1026198532, tf_edx = 0, tf_ecx = 0, tf_eax = 79364066, tf_trapno = 12,
tf_e
rr = 0, tf_eip = -1071199405, tf_cs = 8, tf_eflags = 66054, tf_esp =
-1070771657
, tf_ss = -1026199552}) at ../../../i386/i386/trap.c:444
#6  0xc028d958 in calltrap () at {standard input}:96
#7  0xc026cc10 in mtrash_fini (mem=0x0, size=0) at
../../../vm/uma_dbg.c:189
#8  0xc026a4a9 in zone_drain (zone=0xc0e8f120) at
../../../vm/uma_core.c:630
#9  0xc026b0e5 in zone_foreach (zfunc=0xc026a270 zone_drain)
at ../../../vm/uma_core.c:1166
#10 0xc026c487 in uma_reclaim () at ../../../vm/uma_core.c:1998
#11 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 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, psm and acpi

2003-03-06 Thread Ollivier Robert
According to User Takawata:
 I also wrote it before. But I didn't commit because I don't tested it.
 If you tested your patch, I'll willing to commit.

It is nice to see that ACPI is working for some VAIO users :(
My Z600TEK is still freezing while trying to suspend under ACPI 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
Hello everyone,

I'm having panic fairly regularely at the moment and I've seen that trying
to run mozilla when fsck_ffs is doing its work in the background is a Bad
Thing[tm].

While I'm here, am I the only one to notice that stack traces are not very
complete right now?

initial pcb at physical address 0x00321080
panicstr: bremfree: bp 0xc7797a70 not locked
panic messages:
---
panic: Most recently used by none


syncing disks, buffers remaining... panic: bremfree: bp 0xc7797a70 not locked
Uptime: 7m37s
Dumping 255 MB
ata0: resetting devices ..
done
[CTRL-C to abort] [CTRL-C to abort]  16[CTRL-C to abort] [CTRL-C to abort] [CTRL-C to 
abort]  32 48 64 80 96 112 128 144 160 176 192 208 224 240
---
#0  doadump () at ../../../kern/kern_shutdown.c:239
239 dumping++;
(kgdb) where
#0  doadump () at ../../../kern/kern_shutdown.c:239
#1  0xc019d6a5 in boot (howto=260) at ../../../kern/kern_shutdown.c:371
#2  0xc019d8e3 in panic () at ../../../kern/kern_shutdown.c:542
#3  0xc01d7c47 in bremfreel (bp=0xc02d9d6d) at ../../../kern/vfs_bio.c:672
#4  0xc01d7bb5 in bremfree (bp=0x0) at ../../../kern/vfs_bio.c:659
#5  0xc01d9cdb in vfs_bio_awrite (bp=0xc264f000)
at ../../../kern/vfs_bio.c:1714
#6  0xc01e0def in vop_stdfsync (ap=0xcdd8eaf4)
at ../../../kern/vfs_default.c:755
#7  0xc016ad40 in spec_fsync (ap=0xcdd8eaf4)
at ../../../fs/specfs/spec_vnops.c:422
#8  0xc016a2f8 in spec_vnoperate (ap=0x0)
at ../../../fs/specfs/spec_vnops.c:123
#9  0xc02513a7 in ffs_sync (mp=0xc25a5200, waitfor=2, cred=0xc0eb5e80, 
td=0xc02fa620) at vnode_if.h:612
#10 0xc01eca6b in sync (td=0xc02fa620, uap=0x0)
at ../../../kern/vfs_syscalls.c:138
#11 0xc019d2f2 in boot (howto=256) at ../../../kern/kern_shutdown.c:280
#12 0xc019d8e3 in panic () at ../../../kern/kern_shutdown.c:542
#13 0xc027895d in mtrash_ctor (mem=0xc264f000, size=0, arg=0x0)
at ../../../vm/uma_dbg.c:138
#14 0xc0278a00 in mtrash_fini (mem=0x0, size=0) at ../../../vm/uma_dbg.c:189
#15 0xc02762a9 in zone_drain (zone=0x100) at ../../../vm/uma_core.c:630
#16 0xc0276ee5 in zone_foreach (zfunc=0xc0276070 zone_drain)
at ../../../vm/uma_core.c:1166
#17 0xc0278277 in uma_reclaim () at ../../../vm/uma_core.c:1997
#18 0xc0272ef9 in vm_pageout_scan (pass=0) at ../../../vm/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

[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 mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message


[CURRENT] Two panics in 15mn bp not locked

2003-02-25 Thread Ollivier Robert
 in uma_reclaim () at ../../../vm/uma_core.c:1997
#18 0xc0272ef9 in vm_pageout_scan (pass=0) at ../../../vm/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 5.0-CURRENT #6: Tue Jan 21 16:05:16 CET 2003

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


Panic in softupdates

2003-01-29 Thread Ollivier Robert
Just got this panic under CURRENT:

[... 21 frames after the panic removed ...]

#22 0xc02494fc in softdep_disk_io_initiation (bp=0x100)
at ../../../ufs/ffs/ffs_softdep.c:3453
#23 0xc01df5ad in cluster_wbuild (vp=0xc2f457c4, size=16384, start_lbn=11, 
len=3) at buf.h:408
#24 0xc01d980c in vfs_bio_awrite (bp=0xc77ba030)
at ../../../kern/vfs_bio.c:1633
#25 0xc0250bea in ffs_fsync (ap=0xcd326c48) at ../../../ufs/ffs/ffs_vnops.c:258
#26 0xc024fdfe in ffs_sync (mp=0xc2666200, waitfor=3, cred=0xc0eb5e80, 
td=0xc0ec5380) at vnode_if.h:612
#27 0xc01eb85a in sync_fsync (ap=0xcd326cd0) at ../../../kern/vfs_subr.c:3505
#28 0xc01e83ce in sched_sync () at vnode_if.h:612
#29 0xc018b444 in fork_exit (callout=0xc01e8250 sched_sync, arg=0x0, 
frame=0x0) at ../../../kern/kern_fork.c:873

FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #6: Tue Jan 21 16:05:16 CET 2003   
[EMAIL PROTECTED]:/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-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: 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! -=- [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: 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 something.

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



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

2002-11-21 Thread Ollivier Robert
According to Mitsuru IWASAKI:
 BTW, I'm planning to buy VAIO (maybe used one) to improve ACPI support.
 Any recommendations?
 # Recommendation means some sort of `Sigh!  My VAIO doesn't work with
 # ACPI at all!!' :-)

The Z600TEK I have (PIII/700/jogdial) can suspend to memory (sleep mode)
but is completely hung upon resume and I can't break into DDB. All the
other functions in ACPI like thermal measures and automatic speed fallback
when I unplug the power supply works.

Suspend to disk (aka hibernation) doesn't work at all (I fugre it tries to
save 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]
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: recommended VAIO for ACPI hacking (Re: cvs commit: www/en/releases/5.0R todo.sgml)

2002-11-21 Thread Ollivier Robert
According to Mitsuru IWASAKI:
 Thanks.

Here is the result. The first check is there and there are several others
in acpidump output. Full dump at

http://www.keltia.net/download/acpidump-z600tek

-=-=-=-
Method(_PTS, 1) {
If(LNot(LLess(Arg0, 0x2))) {
Store(0x1, \_SB_.PCI0.CRST)
}
Else {
Store(0x0, \_SB_.PCI0.CRST)
}
If(LEqual(Arg0, 0x4)) {
Store(\_SB_.PCI0.ISA_.SPIC._CRS(), \_SB_.PCI0.ISA_.SPIC.SSRC)
If(LEqual(SCMP(\_OS_, Microsoft Windows NT), Zero)) {
PHS_(0xe3)
PHS_(0xe5)
}
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.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: libc size

2002-10-31 Thread Ollivier Robert
According to Terry Lambert:
 The PIC overhead is likely unavoidable.  I'd actually like to see
 the benchmark run on statically linked PIC vs. non-PIC code, so

I remember that when I was working on Perl and the FreeBSD port (back in the
early 5.000 days), having libperl 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 mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: libc size

2002-10-31 Thread Ollivier Robert
According to David Schultz:
 Memory is even less of an issue; if a thousand copies of a shell
 are running, their text gets shared regardless of how they are
 linked.

IIRC not exactly. In the dynamic case, some fixups are done by the dynamic
linker to link with the shared 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-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: Networking

2002-10-28 Thread Ollivier Robert
According to Niklas Johannes Saers:
 my laptop will freeze until I unplug the card. My fxp0 works great on the
 same computer. On another box I'm running, the 3Com 509B card that worked
 great with -STABLE gets pings of about 9-10 seconds to a computer it's
 hooked directly 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 unsubscribe freebsd-current in the body of the message



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 -=- 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: burncd/cdcontrol

2002-10-27 Thread Ollivier Robert
According to Soeren Schmidt:
 Well, the real question here is who adds DVD capability to cdrecord ? 

Someone who has knowledge of how to do it ?

I personally don't really care about cdrecord vs burncd (which I have used
before with success when atapicam didn't exist) but one must 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 in the body of the message



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 the loading
of the type1 module. Having the font in /usr/X11R6/lib/X11/fonts/type1 is
enough...
-- 
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: 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 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: mozilla-devel problems

2002-10-25 Thread Ollivier Robert
According to Terry Lambert:
 This looks similar to a well known problem that could occur with
 nominally proportional spacing fonts in X programs that incorrectly
 assumed monospacing for characters, and also on nominally fixed

I just made an experience. I logged in on my STABLE machine 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 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: 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! -=- [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: mozilla-devel problems

2002-10-25 Thread Ollivier Robert
According to Matt Loschert:
 Me too.  Thanks!

The CURRENT machine I've tested is rather old, world/kernel is from Sep.
18th. On an October, 20th CURRENT machine, mozilla just segfaults.

During its reading of all fonts available, it get a segv...
Any idea ?

...
e3affe4fa68dd8cab058ebb21962d72dcfeaaa47e541a2ff3e6ecdacf0484ec3
7151b6b1fa6109a0113e3bef3145b53d05c62e0391e266393ba1a4b39a806a12
f2fe6562dff2fc97eff531ded8dc6e0ed359b2bf16d00031e9e0753bb32c156e
ea81b7db813752506558d39f967450fa05390368950c456f106211dfc0621e52
66c14e1ebc6a9f3de3165500218fd683fa0dd2b4fcb937f14f7d3fb85faf556e
3f53ad74a4bcd96872b46716e0bd737dbf5d3115ce382ffb8243c499503283c4
274a0e51c9d41b302fd57c648a4e1769dcab4668ee624f3b9c84f296ba9ca925
056358d1e7f5a56ce1e53b5676d5e9ccfa4cf68f18f28aee890b1bfad737
03b64dcd7c5f34387f4522f421045adb7cb8b552d5145b83e24667d4f80cf636
45f80b863f0293b1d494ed65532c3963b69fe1a858850799155ed2450d836d30
d28dbfc50c7a58fd713346961d7f0e5513394b29c06c52b786b48a2f13b95b9d
56d6aca8250f3b716f055275af003304d36713f14228b5ec40de7c3ba9ae32cd
eb91f8110bafcf7c92ea383bd9ca4d4fd0f6ccb0902b07841a4cbee2cbe21c4a
8124a11ef70c32d89e4b86d0e84294412f305ec186afd600ef7d72634e931f60
a75a22b03abbb87b4a163044b96d43cb1a8eac9484df8955edd18bb298612
 52448 mozilla-bin RET   read 6818/0x1aa2
 52448 mozilla-bin PSIG  SIGPROF caught handler=0x2856bb70 mask=0x0 code=0x0
 52448 mozilla-bin CALL  gettimeofday(0x28578158,0)
 52448 mozilla-bin RET   gettimeofday 0
 52448 mozilla-bin CALL  sigprocmask(0x3,0x285781dc,0)
 52448 mozilla-bin RET   sigprocmask 0
 52448 mozilla-bin CALL  poll(0x8092000,0x1,0)
 52448 mozilla-bin RET   poll 0
 52448 mozilla-bin CALL  sigreturn(0xbfbfcb3c)
 52448 mozilla-bin RET   sigreturn JUSTRETURN
 52448 mozilla-bin PSIG  SIGSEGV caught handler=0x2856bb70 mask=0x0 code=0xc
 52448 mozilla-bin CALL  sigprocmask(0x3,0x285781dc,0)
 52448 mozilla-bin RET   sigprocmask 0
 52448 mozilla-bin CALL  unlink(0x81430c0)
 52448 mozilla-bin NAMI  /home/staff/roberto/.mozilla/roberto/lxaarw4c.slt/lock
 52448 mozilla-bin RET   unlink 0
 52448 mozilla-bin CALL  setitimer(0x2,0xbfbfcd84,0)
 52448 mozilla-bin RET   setitimer 0
 52448 mozilla-bin CALL  close(0x3)
 52448 mozilla-bin RET   close 0
 52448 mozilla-bin CALL  close(0x4)
 52448 mozilla-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 Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



mozilla-devel problems

2002-10-23 Thread Ollivier Robert
Hello,

I've recently recompiled mozilla-devel on a 4.7-STABLE system, no problem,
all fonts and everything work fine.

Trying the same on CURRENT :

- the Makefile is broken for CURRENT's sh/make, the attached patch is
  needed.

- on one machine running mozilla gives nothing (ktrace available) and on
the other, it runs although the font used for the menu is not was I have on
STABLE.

Index: Makefile
===
RCS file: /home/ncvs/ports/www/mozilla-devel/Makefile,v
retrieving revision 1.122
diff -u -2 -r1.122 Makefile
--- Makefile23 Oct 2002 04:26:25 -  1.122
+++ Makefile23 Oct 2002 13:10:44 -
@@ -136,10 +136,10 @@
 pre-install:
${TOUCH} -f ${PLIST}
-   if [ ! -x ${PREFIX}/bin/mozilla -a ! -L ${PREFIX}/bin/mozilla ]; then
-   ${ECHO_CMD} bin/mozilla  ${PLIST}
+   if [ ! -x ${PREFIX}/bin/mozilla -a ! -L ${PREFIX}/bin/mozilla ]; then \
+   ${ECHO_CMD} bin/mozilla  ${PLIST} ;\
fi
${ECHO_CMD} bin/mozilla-devel  ${PLIST}
-   if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then
-   ${ECHO_CMD} lib/browser_plugins/libjavaplugin_oji.so  ${PLIST}
+   if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then \
+   ${ECHO_CMD} lib/browser_plugins/libjavaplugin_oji.so  ${PLIST}; \
fi
cd ${WRKSRC}/dist/bin  ${FIND} -s * -type f -o -type l | \
@@ -155,13 +155,13 @@
cpio -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/mozilla-devel
${INSTALL_SCRIPT} ${WRKSRC}/mozilla-devel ${PREFIX}/bin
-   if [ ! -x ${PREFIX}/bin/mozilla -a ! -L ${PREFIX}/bin/mozilla ]; then
-   ${LN} -sf ${PREFIX}/bin/mozilla-devel ${PREFIX}/bin/mozilla
+   if [ ! -x ${PREFIX}/bin/mozilla -a ! -L ${PREFIX}/bin/mozilla ]; then \
+   ${LN} -sf ${PREFIX}/bin/mozilla-devel ${PREFIX}/bin/mozilla ;\
fi
-   if [ ! -d ${PREFIX}/lib/browser_plugins ]; then
-   ${MKDIR} ${PREFIX}/lib/browser_plugins
+   if [ ! -d ${PREFIX}/lib/browser_plugins ]; then \
+   ${MKDIR} ${PREFIX}/lib/browser_plugins ;\
fi
-   if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then
+   if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then \
${LN} -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 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: current unable to exec processes under load

2002-10-13 Thread Ollivier Robert

According to Kris Kennaway:
 load: 0.00  cmd: tcsh 8403 [inode] 0.01u 0.00s 0% 1076k

The dreaded inode problem. I've been seeing this from time to time where the
system will be blocked for all I/O on a given disk with all processes waiting
on inode.

Generally updating 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


Panic in VFS subsystem with very recent CURRENT

2002-09-25 Thread Ollivier Robert

VAIO Z600TEK, PIII/700, 20 GB, 256 MB.
cvsup from three hours ago, whicle rebooting I get this:

panic: vrele: missed vn_close
Debugger(panic)
Stopped at  Debugger+0x45:xchgl%ebx,in_Debugger.0
db trace
Debugger at Debugger+0x45
panic at panic+0x9f
vrele at vrele+0x13b
vn_close at vn_close+0x58
vn_closefile at vn_closefile+0x1e
fdrop_locked at frop_locked+0x12e
fdrop at fdrop+0x24
closef at closef+0x9f
fdfree at fdfree+0x83
exit1 at exit1+0x2c2
sys_exit atsys_exit+0x27
syscall at syscall+0x235
Xint0x80_syscall

Any idea?

I should have a dump shortly if anyone'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: Panic in VFS subsystem with very recent CURRENT

2002-09-25 Thread Ollivier Robert

According to Jeff Roberson:
 A dump would be good.  Some more information on your configuration too

I'll send it tomorrow (CET time).

 please.  What filesystems were mounted?  You said you were rebooting?  Had
 you done anything significant with the box?

Filesystems are /, /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 CEST 2000

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

 source went final I cvsuped ports and src, and recompiled and tried
 again. it compiles file, just won't run.

Recompile and reinstall src/lib/libc_r after cvsup. There was something
recently broken in there and all threaded apps failed (mozilla, Nautilus
and so on). See the 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  -=-  [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



[usb] panic with uvisor auto-load

2002-09-18 Thread Ollivier Robert

Hi,

I've decided to try the uvisor USB module to play with my Palm and tried to
load the module. Loading it manually fails with an undefined symbol (found
in the usb module). I'll try to link it statically.

link_elf: symbol usb_match_device undefined

When I try to load it from loader.conf, I get a weird panic and the system
reboots itself:

Here is what I found in dmesg. I can try to put DDB in there is need.
instruction pointer = 0x8:0xc018f33f
stack pointer   = 0x10:0xc0496d00
frame pointer   = 0x10:0xc0496d14
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= interrupt enabled, resume, IOPL = 0
current process = 0 ()
trap number = 12
panic: page fault
Uptime: 1s
panic: Assertion mtx_unowned(m) failed at ../../../kern/kern_mutex.c:945
Uptime: 1s
panic: _sx_xlock (shutdown_post_sync): xlock already held @ 
../../../kern/kern_shutdown.c:341
Uptime: 1s
panic: _sx_xlock (shutdown_post_sync): xlock already held @ 
../../../kern/kern_shutdown.c:341

[...loops a few times...]

Uptime: 1s
panic: _sx_xlock (shutdown_post_sync): xlock already held @ 
../../../kern/kern_shutdown.c:341
Uptime: 1s

P4/1.5 GHz/256 MB/CURRENT from two hours ago.

-=-=-
#
# nCAERDONN -- test version of main config. file
#
#   $Id: //depot/caerdonn/kernel/nCAERDONN#10 $

machine i386
cpu I686_CPU
ident   CAERDONN
options CPU_ENABLE_SSE
maxusers0

makeoptions DEBUG=-g

options INET#InterNETworking
options FFS #Berkeley Fast Filesystem
options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]

options CLK_USE_TSC_CALIBRATION

options INVARIANTS
options INVARIANT_SUPPORT

options KTRACE

options IPSEC
options IPSEC_ESP

options SOFTUPDATES
options UFS_DIRHASH

options P1003_1B
options _KPOSIX_PRIORITY_SCHEDULING
options _KPOSIX_VERSION=199309L

device  isa
device  pci

device  fdc

device  ata
device  atadisk
device  atapicd
device  atapicam

device  scbus
device  cd   
device  pass   #CAM passthrough driver

device  atkbdc
device  atkbd
device  psm
device  vga
device  sc
device  splash

device  npx

device  sio
#device  ppc
#device  ppbus
#device  lpt
#device  ppi

device  loop
device  ether
device  pty
device  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

According to Dag-Erling Smorgrav:
 --
  stage 4: building everything..
 --
 === usr.sbin/getextattr
 /local0/scratch/des/src/usr.sbin/getextattr/getextattr.c:139:40: multi-line string 
literals are deprecated
 /local0/scratch/des/src/usr.sbin/getextattr/getextattr.c: In function `main':
 /local0/scratch/des/src/usr.sbin/getextattr/getextattr.c:139: stray '\' in program
 /local0/scratch/des/src/usr.sbin/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

I get the following error when trying to compile gcc 3.3 (or 3.2) from
ports on my CURRENT machine :

/local/src/ports/lang/gcc33/work/build/gcc/gcj 
-B/local/src/ports/lang/gcc33/work/build/i386-portbld-freebsd5.0/libjava/ 
-B/local/src/ports/lang/gcc33/work/build/gcc/ -ffloat-store -g -O2 -o rmic 
--main=gnu.java.rmi.rmic.RMIC -shared-libgcc -pthread 
-L/local/src/ports/lang/gcc33/work/build/i386-portbld-freebsd5.0/libjava 
-L/local/src/ports/lang/gcc33/work/build/i386-portbld-freebsd5.0/libjava/.libs 
./.libs/libgcj.a 
-L/local/src/ports/lang/gcc33/work/build/i386-portbld-freebsd5.0/libstdc++-v3/src 
-L/local/src/ports/lang/gcc33/work/build/i386-portbld-freebsd5.0/libstdc++-v3/src/.libs
 -L/local/src/ports/lang/gcc33/work/build/gcc -lgcc -lgcc -Wl,--rpath 
-Wl,/usr/local/lib
/usr/libexec/elf/ld: rmic: Not enough room for program headers (allocated
6, need 7)
/usr/libexec/elf/ld: 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]
with unsubscribe freebsd-current in the body of the message



Re: GCC 3.2

2002-08-16 Thread Ollivier Robert

According to Terry Lambert:
 There's always waiting for 3.3 to be released before trying to
 incorporate it...

There are too many code generation bugs in our version right now. Some
ports need 3.1.1 from ports (remember our gcc is 3.1-prerelease).

I don't care about 3.2 or 3.3, 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 PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: CAM-ATAPI status?

2002-08-12 Thread Ollivier Robert

According to Julian Elischer:
 Sonn has come an gone... if anyone can get me -current patches to do this
 I'll commit them now and they can be cleaned up later.
 that'll at least get them started on the path to 4.7...

The path to 4.7 will be very easy as Thomas has been 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-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 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 -=- 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: 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! -=- [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: qt3 and kde-2.2.2

2002-07-01 Thread Ollivier Robert

According to Beech Rintoul:
 Will kde-2.2.2 work with qt3?  

No. Qt3 is only for kde 3.x.

   Or will I completely hose my desktop?
 My qt2 got borked during a restore and I can't get it to build with the new 
 gcc31. Add that to several others 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 CEST 2000

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



[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
CURRENT evolution). The weird thing is that my laptop, also running
CURRENT, is fine.

Any idea ?

I attach the config.log file from kdelibs3. This run is with system-g++ and
old /usr/include. I managed to compile qt 3.0.3 with the ports 3.1.1 g++
though (needed to avoid system-gcc problems).

-=-=-
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.52.  Invocation command line was

  $ ./configure --enable-cups --disable-ltdl-install --build=i386-portbld-freebsd5.0 
--disable-debug --with-qt-includes=/usr/X11R6/include 
--with-qt-libraries=/usr/X11R6/lib --with-extra-libs=/usr/local/lib --prefix=/usr/local

## -- ##
## Platform.  ##
## -- ##

hostname = caerdonn.eurocontrol.fr
uname -m = i386
uname -r = 5.0-CURRENT
uname -s = FreeBSD
uname -v = FreeBSD 5.0-CURRENT #0: Mon Jun 10 16:40:23 CEST 2002 
[EMAIL PROTECTED]:/spare/obj/src/src/sys/nCAERDONN 

/usr/bin/uname -p = i386
/bin/uname -X = unknown

/bin/arch  = unknown
/usr/bin/arch -k   = unknown
/usr/convex/getsysinfo = unknown
hostinfo   = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

PATH = 
/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/pilot/bin:/usr/local/bin:/usr/local/pgsql/bin:/usr/bin:/usr/sbin:/sbin:/bin:/home/roberto/shell:/usr/local/sbin:/usr/games:/opt/networker/bin:/usr/local/intel/compiler60/ia32/bin:.

##  ##
## Core tests.  ##
##  ##

configure:1176: PATH=.;.; conftest.sh
conftest.sh: not found
configure:1179: $? = 127
configure:1245: checking build system type
configure:1263: result: i386-portbld-freebsd5.0
configure:1270: checking host system type
configure:1284: result: i386-portbld-freebsd5.0
configure:1291: checking target system type
configure:1305: result: i386-portbld-freebsd5.0
configure:1346: checking for a BSD compatible install
configure:1395: result: /usr/bin/install -c -o root -g wheel
configure:1433: checking whether build environment is sane
configure:1476: result: yes
configure:1497: checking for mawk
configure:1523: result: no
configure:1497: checking for gawk
configure:1512: found /usr/bin/gawk
configure:1520: result: gawk
configure:1530: checking whether gmake sets ${MAKE}
configure:1550: result: yes
configure:1651: checking for a BSD compatible install
configure:1700: result: /usr/bin/install -c -o root -g wheel
configure:1721: checking for style of include used by gmake
configure:1748: result: GNU
configure:1869: checking for gcc
configure:1892: result: cc
configure:2120: checking for C compiler version
configure:2123: cc --version /dev/null 5
cc (GCC) 3.1 [FreeBSD] 20020509 (prerelease)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2126: $? = 0
configure:2128: cc -v /dev/null 5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.1 [FreeBSD] 20020509 (prerelease)
configure:2131: $? = 0
configure:2133: cc -V /dev/null 5
cc: argument to `-V' is missing
configure:2136: $? = 1
configure:2156: checking for C compiler default output
configure:2159: cc  -O -pipe -march=pentiumpro  -I/usr/include -I/usr/local/include 
-I/usr/local/include  -I/usr/X11R6/include  conftest.c -Wl,-export-dynamic 
-L/usr/local/lib -L/usr/X11R6/lib -ljpeg  -L/usr/X11R6/lib 5
cc1: warning: changing search order for system directory /usr/include
cc1: warning:   as it has already been specified as a non-system directory
cc1: warning: changing search order for system directory /usr/include
cc1: warning:   as it has already been specified as a non-system directory
configure:2162: $? = 0
configure:2191: result: a.out
configure:2196: checking whether the C compiler works
configure:2202: ./a.out
configure:2205: $? = 0
configure:2220: result: yes
configure:2227: checking whether we are cross compiling
configure:2229: result: no
configure:2232: checking for executable suffix
configure:2234: cc -o conftest  -O -pipe -march=pentiumpro  -I/usr/include 
-I/usr/local/include -I/usr/local/include  -I/usr/X11R6/include  conftest.c 
-Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg  -L/usr/X11R6/lib 5
cc1: warning: changing search order for system directory /usr/include
cc1: warning:   as it has already been specified as a non-system directory
cc1: warning: changing search order for system directory /usr/include
cc1: warning:   as it has already been specified 

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: 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: sysinstall meets perl5 packages: the solution is ...?

2002-06-25 Thread Ollivier Robert

According to Makoto Matsushita:
 3) New entry 'perl5' is added to the distributions list, just like
base, compat4x, crypto, XFree86, etc.  Install perl5 package if
perl5 package is selected.

3a) new entry perl5 added but selected by default to match what'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 freebsd-current in the body of the message



Re: konqueror 3.0.1 eats all CPU

2002-06-20 Thread Ollivier Robert

According to Michael Nottebrock:
 At least on -CURRENT, this stems from QT being compiled with the 
 system-gcc3, which breaks the gif-loader of QT. Here is a patch for the 

I've seen that mentionned a few times but what did we changed in gcc31 in the
system that makes it generate 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

According to Marc G. Fournier:
   If I run 'pccardd -f /etc/defaults/pccard.conf' from the command
 line, it comes back that its matched the card, followed by a line that
 states:

Try running NEWCARD instead. I had some probmem a while ago with my Z600TEK
and moving 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

According to Josef Karthauser:
 and that you're running it from a module so the debugger doesn't have
 access to the symbols.  If you get a moment perhaps you could track
 down where in the usb code the panic occured.  I compile the usb driver
 into the kernel to get around 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 freebsd-current in the body of the message



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

2002-05-12 Thread Ollivier Robert

According to Steve Kargl:
 I reported this earlier today.  I had
 hint.acpi.0.disable=1
 in /boot/loader.conf to disable ACPI.
 If I comment out this hint, the system
 boots, but I end up with the following in dmesg.

Right, but if I want to be able to suspend / 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 freebsd-current in the body of the message



[panic] pb in ATA ? Or elsewhere ?

2002-05-11 Thread Ollivier Robert

Hello,

I just got the following panic during resume. It is current just before gcc
3.1 went in. 

FreeBSD sidhe.freenix.org FreeBSD 5.0-CURRENT #6: Thu May  9 17:14:15 CEST 2002
roberto@sidhe:/local/src/src/sys/i386/compile/SIDHE  i386

Here is the trace: I'll keep the dump in case anyone want something from
it.


panicstr: bremfree: bp 0xc7405d80 not locked
panic messages:
---
panic: ata_dmasetup: transfer active on this device!

syncing disks... panic: bremfree: bp 0xc7405d80 not locked
Uptime: 14h17m42s
Dumping 255 MB
ata0: resetting devices .. done
 16 32 48 64 80 96 112[CTRL-C to abort] [CTRL-C to abort] [CTRL-C to abort]
...
to abort] [CTRL-C to abort] [CTRL-C to abort] [CTRL-C to abort]  240
---
#0  doadump () at ../../../kern/kern_shutdown.c:213
213 dumping++;
#0  doadump () at ../../../kern/kern_shutdown.c:213
#1  0xc017e53d in boot (howto=260) at ../../../kern/kern_shutdown.c:346
#2  0xc017e6d5 in panic (fmt=0xc026fd99 bremfree: bp %p not locked)
at ../../../kern/kern_shutdown.c:490
#3  0xc01aa811 in bremfree (bp=0xc7405d80) at ../../../kern/vfs_bio.c:619
#4  0xc01abf47 in vfs_bio_awrite (bp=0xc7405d80)
at ../../../kern/vfs_bio.c:1593
#5  0xc020c118 in ffs_fsync (ap=0xcf10e990) at
../../../ufs/ffs/ffs_vnops.c:219
#6  0xc020a93e in ffs_sync (mp=0xcda98000, waitfor=2, cred=0xc7373f00,
td=0xc0298cc0) at vnode_if.h:441
#7  0xc01b8c71 in sync (td=0xc0298cc0, uap=0x0)
at ../../../kern/vfs_syscalls.c:1224
#8  0xc017e1fb in boot (howto=256) at ../../../kern/kern_shutdown.c:254
#9  0xc017e6d5 in panic (
fmt=0xc0260720 ata_dmasetup: transfer active on this device!)
at ../../../kern/kern_shutdown.c:490
#10 0xc013d014 in ata_dmastart (atadev=0xc7376930, data=0xc94de000 ,
count=16384, dir=1) at ../../../dev/ata/ata-dma.c:1286
#11 0xc013e98e id_transfer (request=0xcfa26c00) at ../../../dev/ata/ata-disk.c:490
#12 0xc0132e67 in ata_start (ch=0xc7376900) at ../../../dev/ata/ata-all.c:678
#13 0xc013e462 in adstrategy (bp=0xc7493270) at ../../../dev/ata/ata-disk.c:301
#14 0xc018cecd in diskstrategy (bp=0xc7493270) at ../../../kern/subr_disk.c:376
#15 0xc015bf60 in spec_strategy (ap=0xcf10ead8) at ../../../fs/specfs/spec_vnops.c:497
#16 0xc015b839 in spec_vnoperate (ap=0xcf10ead8) at ../../../fs/specfs/spec_vnops.c:121
#17 0xc02137b5 in ufs_strategy (ap=0xcf10eb24) at vnode_if.h:762
#18 0xc0213fb5 in ufs_vnoperate (ap=0xcf10eb24) at ../../../ufs/ufs/ufs_vnops.c:2662
#19 0xc020c4a3 in ufs_bmaparray (vp=0xcecb80f0, bn=36, bnp=0xcf10eb80,
runp=0xcf10ec10, runb=0xcf10ec14) at vnode_if.h:762
#20 0xc020c1f0 in ufs_bmap (ap=0xcf10ebb4) at ../../../ufs/ufs/ufs_bmap.c:86
#21 0xc0213fb5 in ufs_vnoperate (ap=0xcf10ebb4) at ../../../ufs/ufs/ufs_vnops.c:2662
#22 0xc0225bf7 in vnode_pager_haspage (object=0xcecad840, pindex=146,
before=0xcf10ec14, after=0xcf10ec10) at vnode_if.h:744
#23 0xc021781f in vm_fault_additional_pages (m=0xc069bc98, rbehind=0,
rahead=1, marray=0xcf10ec9c, reqpage=0xcf10ec68)
at ../../../vm/vm_pager.h:167
#24 0xc0216e17 in vm_fault (map=0xcececb7c, vaddr=135114752,
fault_type=2 '\002', fault_flags=8) at ../../../vm/vm_fault.c:482
#25 0xc024be8e in trap_pfault (frame=0xcf10ed48, usermode=1, eva=135118592)
at ../../../i386/i386/trap.c:716
#26 0xc024b9ff in trap (frame={tf_fs = 47, tf_es = 47, tf_ds = 47,
  tf_edi = -1077936660, tf_esi = -1077936676, tf_ebp = -1077936684,
  tf_isp = -820974220, tf_ebx = 3, tf_edx = 0, tf_ecx = 0,
  tf_eax = -1077936528, tf_trapno = 12, tf_err = 6, tf_eip = 134512864,
  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



[panic] USB related panic

2002-05-11 Thread Ollivier Robert
:50:34 sidhe kernel: uhub1: Philips Semiconductors hub, class 9/0, rev
1.10/1.10, addr 2
May 11 13:50: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 to Serve! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 4.0-CURRENT #74: Thu Sep  9 00:20:51 CEST 1999

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



[panic] panic during probe with a gcc 3.1 kernel

2002-05-11 Thread Ollivier Robert

I just tried to compile and boot a new kernel. It has been compiled with
gcc 3.1, just recently imported. Having -march=pentiumpro or not doesn't
change anything.

I load 3 modules (if_wi, random, vesa).

May 12 01:16:21 sidhe kernel: cardbus0: CardBus bus on pccbb0
May 12 01:16:21 sidhe kernel: pccard0: 16-bit PCCard bus on pccbb0
May 12 01:16:21 sidhe kernel: pci_cfgintr_linked: linked (61) to hard-routed irq 9
May 12 01:16:21 sidhe kernel: pci_cfgintr: 0:12 INTA routed to irq 9
May 12 01:16:21 sidhe kernel: 
May 12 01:16:21 sidhe kernel: 
May 12 01:16:21 sidhe kernel: Fatal trap 21: FPU bounds check fault while in kernel 
mode
May 12 01:16:21 sidhe kernel: instruction pointer   = 0x8:0xc023e56c
May 12 01:16:21 sidhe kernel: stack pointer = 0x10:0xc039ac60
May 12 01:16:21 sidhe kernel: frame pointer = 0x10:0xc039ac7c
May 12 01:16:21 sidhe kernel: code segment  = base 0x0, limit 0xf, 
type 0x1b
May 12 01:16:21 sidhe kernel: = DPL 0, pres 1, def32 1, gran 1
May 12 01:16:21 sidhe kernel: processor eflags  = interrupt enabled, IOPL = 0
May 12 01:16:21 sidhe kernel: current process   = 0 (swapper)

It panics during probe inside 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 to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: 'moused' freezing system

2002-03-30 Thread Ollivier Robert

According to Matthias Schuendehuette:
 I encountered a problem when using 'moused' on /dev/ums0: On shutdown 
 or if 'moused' gets killed manually, the system freezes completely and 
 silently, no further shutdown is possible, only the resetbutton 
 operates...

I think it is more of an USB problem than just moused. If I have loaded the
usb module (which create a usb0 kernel thread) when I do a suspend, on resume
the machine hangs.

Around BSDcon in February, I was getting a panic() now that I've temporarely
removed DDB, it just hangs.

This is on a 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: 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 2001

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 [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Time counter broken?

2002-03-28 Thread Ollivier Robert

Since I upgraded to my CURRENT machine into two days ago sources, I'm
getting this from ntpd.

Mar 28 07:37:03 caerdonn ntpd[171]: time reset -1.151848 s
Mar 28 08:00:47 caerdonn ntpd[171]: time reset -1.222628 s
Mar 28 08:30:03 caerdonn ntpd[171]: time reset -1.673229 s
Mar 28 08:39:00 caerdonn ntpd[171]: time reset -0.199266 s
Mar 28 08:47:41 caerdonn ntpd[171]: time reset -0.749421 s
Mar 28 08:56:31 caerdonn ntpd[171]: time reset -0.379469 s
Mar 28 09:05:16 caerdonn ntpd[171]: time reset -0.689588 s
Mar 28 09:13:57 caerdonn ntpd[171]: time reset -0.377961 s
Mar 28 09:24:50 caerdonn ntpd[171]: time reset -0.555416 s
Mar 28 09:31:19 caerdonn ntpd[171]: time reset -0.683943 s

Any idea why?

 remote   refid  st t when poll reach   delay   offset  jitter
==
 127.127.1.0 127.127.1.0 10 l   63   64   370.0000.000   0.000
*147.196.5.121   137.194.32.191   2 u2   64   770.804  -310.35 202.776

#
# CAERDONN
#
#   $Id: //depot/caerdonn/kernel/CAERDONN#16 $

machine i386
cpu I686_CPU
ident   CAERDONN
maxusers0

makeoptions DEBUG=-g

options INET#InterNETworking
options FFS #Berkeley Fast Filesystem
options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
options UCONSOLE#Allow users to grab the console

options CLK_USE_TSC_CALIBRATION

options INVARIANTS
options INVARIANT_SUPPORT

options KTRACE

options IPSEC
options IPSEC_ESP

options SOFTUPDATES
options UFS_DIRHASH

options P1003_1B
options _KPOSIX_PRIORITY_SCHEDULING
options _KPOSIX_VERSION=199309L

device  isa
device  pci

device  fdc

device  ata
device  atapicd
options ATAPICAM

# A single entry for any of these controllers (ncr, ahb, ahc) is sufficient
# for any number of installed devices.

device  ahc

device  scbus
device  da
device  sa
device  cd   
device  pass   #CAM passthrough driver

device  atkbdc  1
device  atkbd
device  psm
device  vga
device  sc  1

device  splash

device  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:00 CET 2002


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



Re: Time counter broken?

2002-03-28 Thread Ollivier Robert

According to Poul-Henning Kamp:
 output from 
   dmesg 

Copyright (c) 1992-2002 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.0-CURRENT #13: Tue Mar 26 17:48:00 CET 2002
[EMAIL PROTECTED]:/src/src/sys/i386/compile/nCAERDONN
Preloaded elf kernel /boot/kernel.new/kernel at 0xc0379000.
Preloaded elf module /boot/kernel.new/vesa.ko at 0xc03790ac.
Preloaded elf module /boot/kernel.new/linux.ko at 0xc037915c.
Preloaded elf module /boot/kernel.new/sysvshm.ko at 0xc037920c.
Preloaded elf module /boot/kernel.new/sysvsem.ko at 0xc03792bc.
Preloaded elf module /boot/kernel.new/sysvmsg.ko at 0xc037936c.
Preloaded elf module /boot/kernel.new/snd_ad1816.ko at 0xc037941c.
Preloaded elf module /boot/kernel.new/snd_pcm.ko at 0xc03794d0.
Preloaded elf module /boot/kernel.new/random.ko at 0xc0379580.
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 498744847 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (498.74-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x673  Stepping = 3
  
Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
real memory  = 268435456 (262144K bytes)
avail memory = 257261568 (251232K bytes)
Pentium Pro MTRR support enabled
VESA: v2.0, 512k memory, flags:0x1, mode table:0xc0317282 (122)
VESA: ELSA GLoria Synergy
Using $PIR table, 9 entries at 0xc00fdf30
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0: Intel 82443BX (440 BX) host to PCI bridge at pcibus 0 on motherboard
pci0: PCI bus on pcib0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0:Intel PIIX4 ATA33 controller port 0xfcb0-0xfcbf at device 7.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci0: serial bus, USB at device 7.2 (no driver attached)
pci0: bridge, PCI-unknown at device 7.3 (no driver attached)
pci0: network, ethernet at device 17.0 (no driver attached)
ahc0: Adaptec 2940 Ultra SCSI adapter port 0xf800-0xf8ff mem 0xfecff000-0xfecf 
irq 9 at device 18.0 on pci0
aic7880: Ultra Wide Channel A, SCSI Id=7, 16/255 SCBs
orm0: Option ROMs at iomem 0xc8000-0xcc7ff,0xc-0xc7fff on isa0
sc0: System console on isa0
sc0: VGA 16 virtual consoles, flags=0x200
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
atkbdc0: Keyboard controller (i8042) at port 0x64,0x60 on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
fdc0: enhanced floppy controller (i82077, NE72065 or clone) at port 
0x3f7,0x3f0-0x3f5 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
sio0 at port 0x3f8-0x3ff irq 4 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
unknown: PNP0303 can't assign resources (port)
unknown: PNP0f13 can't assign resources (irq)
unknown: PNP0501 can't assign resources (port)
unknown: PNP0501 can't assign resources (port)
unknown: PNP0700 can't assign resources (port)
pcm0:AD1816 at port 0x530-0x53f,0x388-0x38b,0x220-0x22f irq 5 drq 3,1 on isa0
IPsec: Initialized Security Association Processing.
acd0: CDROM HITACHI CDR-8435 at ata1-master PIO4
(noperiph:atapi1:0:-1:-1): Registered SIM for ata1
Waiting 2 seconds for SCSI devices to settle
Ignoring 0x5b bytes of additional inq info.
atapicam0: unknown CMD (0x12) - ILLEGAL REQUEST asc=0x24 ascq=0x00 error=0x04
Ignoring 0x5b bytes of additional inq info.
Ignoring 0x8f bytes of additional inq info.
da0 at ahc0 bus 0 target 0 lun 0
da0: QUANTUM ATLAS IV 9 WLS 0707 Fixed Direct Access SCSI-3 device 
da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled
da0: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C)
da1 at ahc0 bus 0 target 1 lun 0
da1: SEAGATE ST39140W 1444 Fixed Direct Access SCSI-2 device 
da1: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled
da1: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C)
Mounting root from ufs:/dev/da0s1a
cd0 at atapi1 bus 0 target 0 lun 0
cd0: HITACHI CDR-8435 0010 Removable CD-ROM SCSI-0 device 
cd0: 3.300MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present

   sysctl kern.timecounter

kern.timecounter.nbintime: 8693386
kern.timecounter.nbinuptime: 87686706
kern.timecounter.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

-- 
Ollivier ROBERT  -=-  Eurocontrol EEC/ITM  -=-  [EMAIL PROTECTED]
FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan  3 15

Re: Time counter broken?

2002-03-28 Thread Ollivier Robert

According to Poul-Henning Kamp:
 I think I found a mistake I made, can you try this patch please ?

I have not seen the message yet but I have the impression my clock is
getting further and further behind my NTP server.

 remote   refid  st t when poll reach   delay   offset  jitter
==
 127.127.1.0 127.127.1.0 10 l   46   64  3770.0000.000   0.000
*147.196.5.121   137.194.32.191   2 u   55   64  3770.749  -238.27 105.784

When it started a few minutes ago, it was have an offset of -32 and is now
at -238.27...

 remote   refid  st t when poll reach   delay   offset  jitter
==
 127.127.1.0 127.127.1.0 10 l   27   64  3770.0000.000   0.000
*147.196.5.121   137.194.32.191   2 u   35   64  3770.727  -296.33 129.816

Less than 2 minutes after, I'm now at -296.33.

And now at -384.32.

 remote   refid  st t when poll reach   delay   offset  jitter
==
 127.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 Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



XFree86-4-Libraries-4.2.0 install failures

2002-03-19 Thread Ollivier Robert

Any idea why a fairly up-to-date CURRENT system would fail the installation
of XFree86-4-Libraries (4.2.0) with the following error?

224 [14:39] root@caerdonn:X11/doc# pwd
/usr/X11R6/lib/X11/doc
225 [14:39] root@caerdonn:X11/doc# ll -d html
drwxr-xr-x  2 root  wheel  512 Mar 19 14:37 html/

Thanks...

266 [14:37] root@caerdonn:x11/XFree86-4-libraries# portupgrade -fw 
XFree86-libraries-4.1.0_1
...
(cd programs/Xserver/hw/xfree86/xf86cfg /usr/bin/install -c -m 0444 card.xbm 
 keyboard.xbmmonitor.xbm mouse.xbm   left.xbmright.xbm   
up.xbm  down.xbmwider.xbm   narrower.xbmshorter.xbmtaller.xbm 
/usr/X11R6/include/X11/bitmaps/usr/bin/install -c -m 0444 card.xpm  
computer.xpmkeyboard.xpmmonitor.xpm mouse.xpm 
/usr/X11R6/include/X11/pixmaps)
===   Generating temporary packing list
/usr/X11R6/lib/X11/doc/html:Permission denied
*** Error code 1

Stop in /src/ports/x11/XFree86-4-libraries.
*** Error code 1

Stop in /src/ports/x11/XFree86-4-libraries.
*** Error code 1

Stop in /src/ports/x11/XFree86-4-libraries.
*** Error code 1

Stop in /src/ports/x11/XFree86-4-libraries.
** Command 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 with that problem...
-- 
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: Updated ATAPI/CAM patches

2002-03-01 Thread Ollivier Robert

According to Thomas Quinot:
 is one known pending issue with this code: on *some* machines,
 patched kernels hang at boot time, immediately after registering

Thomas knows it already but I'd to mention that one of these machines is a
dual PIII/800 running 4.4-STABLE/SMP. I haven'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: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



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

2001-11-13 Thread Ollivier Robert

According to Vladimir B. Grebenschikov:
 - pccard:
 
   Only way to use any pccard device is to insert it before poweron
   If I try to insert or eject card on the fly system completely freezes.

Have you hardcoded an irq for the pccard controller?  I've found in the past
that it helped on my Z505SX.
 
   pccardd starts) but after it device is detected and works without
   problem. (This problem not related to my Orinco WaveLan card)
 
   it work right on 4.3

Have't seen that.
 
 - reboot or Ctrl-Alt-Del shutdowns OS but after it notebook not
   reboots it remains completely freezes and not react on power key
   hold 10sec, so I need plug off AC power and battery to reboot
   notebook.
 
   it work right on 4.3

Happens to me all the time yes. It worked with older current. I don't use ACPI
right now.
 
 - shutdown -p does not work (I have both acpi and apm enabled) but
   pressing power key work perfect.
 
   shutdown -p work right on 4.3  

Haven't tried.
 
 - acpi:
 acpiconf -sX  where X - 3/4/4b/5 turn off system without any
 shutdown at all

I should try to find some time to test ACPI but haven't right now.
 
   on 4.3 suspend to disk always work right and suspend sometimes
   broke some timer (CPU load 100% after resume) but works too

With apm and without ACPI, it does work right now with CURRENT.

 pccard_enable=YES
 pccardd_flags=-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

According to Harti Brandt:
 number of cylinders based on default values for the number of tracks (1)
 and the number of sectors per track (4096). This gives a value of one
 cylinder and mkfs later on complains about needing at least 2 cylinders
 per cylinder group.

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

I have a script that generates index for all my mail messages (using
glimpse). Sometimes, the disk is full because it has some rather big
temporary files (and I have a lot of mail).

It seems that we may have a softupdate-related (that's a guess from me)
problem because some of these temporaty files end up as unconnected to any
directory but link count is still one and they still takes space. The last
time fsck ran on the filesystem, it gave me back more than 6 (!!)
fragments (cf the following:

-=-=-
Aug 23 12:21:38 caerdonn root: /dev/da0s1g: Reclaimed: 0 directories, 22 files, 60424 
fragments 
Aug 23 12:21:38 caerdonn root: /dev/da0s1g: 10295 files, 387087 used, 73408 free (1048 
frags, 9045 blocks, 0.2% fragmentation) 
-=-=-

lsof doesn't show them so they're not open by any process.

The mtime of the files are exactly when the glimpseindex command is run. We
know that SU has some issues when a filesystem is full but this is quite a
problem because as you can see below, I'm losing a lot of space till the
next reboot...

UNREF FILE I=1081  OWNER=roberto MODE=100600
SIZE=523 MTIME=Aug 28 00:46 2001 
CLEAR? no

UNREF FILE  I=18498  OWNER=roberto MODE=100600
SIZE=230665 MTIME=Aug 26 08:05 2001 
RECONNECT? no

CLEAR? no

UNREF FILE  I=18508  OWNER=roberto MODE=100600
SIZE=11225707 MTIME=Aug 23 20:02 2001 
RECONNECT? no

CLEAR? no

UNREF FILE  I=18530  OWNER=roberto MODE=100600
SIZE=28322748 MTIME=Aug 24 20:09 2001 
RECONNECT? no

CLEAR? no

UNREF FILE  I=18573  OWNER=roberto MODE=100600
SIZE=28326193 MTIME=Aug 25 20:09 2001 
RECONNECT? no

CLEAR? no

UNREF FILE  I=18575  OWNER=roberto MODE=100600
SIZE=18684173 MTIME=Aug 24 20:08 2001 
RECONNECT? no

CLEAR? no

UNREF FILE  I=19204  OWNER=roberto MODE=100600
SIZE=13771800 MTIME=Aug 26 08:05 2001 
RECONNECT? no

CLEAR? no

UNREF FILE  I=19353  OWNER=roberto MODE=100600
SIZE=18679309 MTIME=Aug 25 20:08 2001 
RECONNECT? no

CLEAR? no

** Phase 5 - Check Cyl groups
10223 files, 446324 used, 74595 free (1019 frags, 9197 blocks, 0.2% fragmentation)

fsdb (inum: 2) inode 19353
current inode: 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  -=-  [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



Interrupt problem

2001-08-24 Thread Ollivier Robert

Hello,

John, is your patch (the one for sound interrupts) support to fix this kind
of problem ?

interrupt   total   rate
stray irq0  1  0
stray irq6  1  0
stray irq15 1  0
ata1 irq15  4  0
ahc0 irq9 739  0
atkbd0 irq1 28757  0
psm0 irq12 205535  2
pcm0 irq558485147684
clk irq0  8549201 99
rtc irq8 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 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: 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/kernel: pcm0: AD1816 at port 0x220-0x22f
,0x388-0x38b,0x530-0x53f irq 5 drq 1,3 on isa0

It worked fine a few weeks ago...
-- 
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



Interrupt messages from usb0 on CURRENT

2001-08-22 Thread Ollivier Robert

I just upgraded to the latest sources (two hours ago) on my VAIO laptop and
I'm now getting dozens of messages:

Aug 22 15:00:07 sidhe /boot/kernel/kernel: usb0: interrupt, but not for us
Aug 22 15:00:51 sidhe last message repeated 8 times
Aug 22 15:03:02 sidhe last message repeated 19 times
Aug 22 15:12:59 sidhe last message repeated 92 times

Any idea?

I also got an error where pccardd tried to attach my pcmcia card two times
and it hung there.

-=-=-
Aug 22 13:45:07 sidhe /boot/kernel/kernel: ata0: resetting devices .. done
Aug 22 13:45:09 sidhe /boot/kernel/kernel: sio1 at port 0x2f8-0x2ff iomem 
0xd4000-0xd4fff irq 11 slot 0 on pccard0
Aug 22 13:45:09 sidhe /boot/kernel/kernel: sio1: type 16550A
Aug 22 13:45:09 sidhe pccardd[232]: sio1: TOSHIBA (SLIMV90) inserted.
Aug 22 13:45:09 sidhe pccardd[232]: sio1: TOSHIBA (SLIMV90) removed.
Aug 22 13:45:14 sidhe pccardd[232]: Card TOSHIBA(SLIMV90) [REV#1 0] 
[4T12900LXX] matched TOSHIBA (SLIMV90) [(null)] [(null)] 
Aug 22 13:45:19 sidhe /boot/kernel/kernel: sio3 at port 0x2e8-0x2ef iomem 0xd400
0-0xd4fff irq 11 slot 0 on pccard0
Aug 22 13:45:19 sidhe /boot/kernel/kernel: sio3: type 16550A
Aug 22 13:45:19 sidhe /boot/kernel/kernel: pcic0: Interrupt already established, 
possible multiple attach bug.
Aug 22 13:45:19 sidhe /boot/kernel/kernel: pcic0: Interrupt already established, 
possible multiple attach bug.
Aug 22 13:45:19 sidhe /boot/kernel/kernel: sio3: could not activate interrupt
-=-=-


Complete dmesg follows.
-=-=-
Copyright (c) 1992-2001 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.0-CURRENT #4: Wed Aug 22 12:25:59 CEST 2001
[EMAIL PROTECTED]:/src/src/sys/i386/compile/nSIDHE
Timecounter i8254  frequency 1193182 Hz
CPU: Pentium II/Pentium II Xeon/Celeron (364.74-MHz 686-class CPU)
 Origin = GenuineIntel  Id = 0x66a  Stepping = 10
 Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,
 PAT,PSE36,MMX,FXSR
real memory  = 201261056 (196544K bytes)
avail memory = 192356352 (187848K bytes)
Preloaded elf kernel kernel at 0xc0351000.
Preloaded elf module vesa.ko at 0xc035109c.
Preloaded elf module if_ppp.ko at 0xc0351138.
Preloaded elf module ums.ko at 0xc03511d8.
Preloaded elf module random.ko at 0xc0351274.
Pentium Pro MTRR support enabled
VESA: v2.0, 2496k memory, flags:0x0, mode table:0xc03203a2 (122)
VESA: MagicGraph 256 AV 48K
Using $PIR table, 7 entries at 0xc00fdf50
apm0: APM BIOS on motherboard
apm0: found APM BIOS v1.2, connected at v1.2
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0:Intel 82443BX host to PCI bridge (AGP disabled) at pcibus 0 on motherboard
pci0: PCI bus on pcib0
pci0: network, ethernet at 6.0 (no driver attached)
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: Intel PIIX4 ATA33 controller port 0xfc90-0xfc9f at device 7.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0:Intel 82371AB/EB (PIIX4) USB controller port 0xfca0-0xfcbf irq 9 at dev
ice 7.2 on pci0
usb0: Intel 82371AB/EB (PIIX4) USB controller on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
pci0: bridge, PCI-unknown at 7.3 (no driver attached)
pci0: display, VGA at 8.0 (no driver attached)
pci0: multimedia, audio at 8.1 (no driver attached)
pci0: serial bus, FireWire at 9.0 (no driver attached)
pci_cfgintr_unique: hard-routed to irq 9
pci_cfgintr: 0:10 INTA routed to irq 9
pcic0: Ricoh RL5C475 PCI-CardBus Bridge irq 9 at device 10.0 on pci0
pcic0: PCI Memory allocated: 0x4400
pccard0: PC Card bus (classic) on pcic0
pci0: simple comms at 11.0 (no driver attached)
orm0: Option ROMs at iomem 0xc-0xcbfff,0xdc000-0xd on isa0
atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model GlidePoint, device ID 0
pmtimer0 on isa0
sc0: System console on isa0
sc0: VGA 16 virtual consoles, flags=0x200
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio2 at port 0x3e8-0x3ef irq 5 on isa0
sio2: type 16550A
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
unknown: PNP0c02 can't assign resources
unknown: PNP0303 can't assign resources
unknown: PNP0501 can't assign resources
unknown: SMCf010 can't assign resources
unknown: PNP0f13 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  -=-  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

Panic with latest current/UFS_DIRHASH

2001-08-21 Thread 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
ufs_vnoperate
symlink
syscall
syscall_with_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 unsubscribe freebsd-current in the body of the message



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
 ufs_vnoperate
 symlink
 syscall
 syscall_with_err_pushed

The interesting thing is that I also get that with my old 17th Jul.
kernel... except that the panic message is 

ufsdirhash_checkblock: bad dir inode

It is always in the following part of installworld:

/usr/src/etc/Makefile:

cd ${DESTDIR}/usr/share/locale; \
set - `grep ^[a-zA-Z] ${.CURDIR}/locale.alias`; \
while [ $$# -gt 0 ] ; \
do \
rm -rf $$1; \
ln -s $$2 $$1; \
shift; shift; \
done

I'll try disabling UFS_DIRHASH.

I have softupdates on all partitions EXCEPT /.

-- 
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: is 'suspend' broken in CURRENT?

2001-08-21 Thread Ollivier Robert

According to Vladimir B. Grebenschikov:
 When I was running RELENG_4 my vaio z505s allways successful awake
 from hibernation, and with probability about 30% freezes after awake
 from suspend. Now (with -CURRENT) it always freezes after awake from
 suspend, and often freezes after 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 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

I'm trying tpo compile kdebase 2.2 (kdelibs 2.2 went fine) on my Jul, 18th
current system. It fails with the following error:

...
/usr/X11R6/bin/uic -o kmousedlg.h ./kmousedlg.ui
/usr/libexec/ld-elf.so.1: /usr/lib/crtn.o: unsupported file type

510 [10:50] root@caerdonn:kdebase2# file /usr/X11R6/bin/uic /usr/lib/crtn.o   
/usr/X11R6/bin/uic: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), 
dynamically linked (uses shared libs), stripped
/usr/lib/crtn.o: ELF 32-bit LSB relocatable, Intel 80386, version 1 (FreeBSD), not 
stripped

-r-xr-xr-x  1 root  wheel  204968 Jul 31 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:00 CET 2001

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



Re: Pb with compiling kdebase 2.2

2001-08-17 Thread Ollivier Robert

According to Alexander N. Kabaev:
 ld had a nasty bug in -CURRENT which resulted exactly in this kind of errors.
 David O'Brien has imported a new snapshot which fixes the problem some time
 ago. Upgrade your -CURRENT box.

Hmmm, I've upgraded ld, ld-elf.so, crt*.o and 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



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 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-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  -=-  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: 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 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: 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]
with unsubscribe freebsd-current in the body of the message



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 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: Touch pad problem on HP n5470 Laptop

2001-06-28 Thread Ollivier Robert

According to Manfred Antar:
 this started. I don't remember ever seeing reference to psm1 I only have 1
 mouse on this machine and there is only 1 in the kernel config file.

Re-read messages in -current a few weeks ago, the problem was mentionned and
the solution was 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 unsubscribe freebsd-current in the body of the message



Small pb with PS/2 mouse

2001-06-15 Thread Ollivier Robert

Hi,

I just upgraded to yesterday's current code and I find myself without a
mouse...

I have a PS/2 one (as many others) and it doesn't work anymore, being under
the console or X.

FreeBSD 5.0-CURRENT #69: Fri Jun 15 16:34:50 CEST 2001
[EMAIL PROTECTED]:/src/src/sys/compile/CAERDONN
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 498747568 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (498.75-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x673  Stepping = 3
  
Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
real memory  = 268435456 (262144K bytes)
avail memory = 257433600 (251400K bytes)
Preloaded elf kernel kernel at 0xc03c6000.
Pentium Pro MTRR support enabled
...
orm0: Option ROMs at iomem 0xc-0xc7fff,0xc8000-0xcc7ff on isa0
atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
atkbd1: AT Keyboard irq 1 on atkbdc0
psm1: unable to allocate the IRQ resource (12).

I don't see why it tries to allocate a second mouse...

My config file is the following:

-=-=-
#
# CAERDONN
#
#   $Id: //depot/caerdonn/kernel/CAERDONN#14 $

machine i386
cpu I686_CPU
ident   CAERDONN
maxusers48

makeoptions DEBUG=-g

options INET#InterNETworking
options FFS #Berkeley Fast Filesystem
options PROCFS
options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
options UCONSOLE#Allow users to grab the console

options CLK_USE_TSC_CALIBRATION

options SYSVSHM
options SYSVSEM
options SYSVMSG
options SHMMAXPGS=2048

options DDB
options INVARIANTS
options INVARIANT_SUPPORT

options KTRACE

options IPSEC
options IPSEC_ESP

options SOFTUPDATES

options P1003_1B
options _KPOSIX_PRIORITY_SCHEDULING
options _KPOSIX_VERSION=199309L

device  isa
device  pci

device miibus
device fxp

device  fdc

device  ata
device  atapicd

device  ahc

device  scbus
device  da
device  sa
device  cd   
device  pass   #CAM passthrough driver

device  atkbdc  1
device  atkbd
device  psm
device  vga
device  sc  1

device  splash

device  random

device  npx

device  sio
device  ppc
device  ppbus
device  lpt
device  ppi

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



Panic within sound driver

2001-04-10 Thread Ollivier Robert

I systematically get the following panic since the end of March at boot
time:

Kernel trap 12 with interrupt disabled

Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x65656e48XXX een8 XXX
fault code  = supervisor read, page not present
instruction pointer = 0x8:0xc01aba3a
stack pointer   = 0x10:0xc03d66ac
frame pointer   = 0x10:0xc03d66b8
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= resume, IOPL = 0
current process = 0 (swapper)
Kernel: type 12 trap, code = 0

Stopped at _mtx_lock_sleep+0x2e2: movb  0x1d5(%edx),%al
_mtx_lock_sleep
snd_mtxlock
ad1816_lock
ad1816mix_set
mixer_set
ad1816_attach
device_probe_and_attach
isa_probe_children
configure
mi_startup

Any idea?

Source from a few hours ago.

#
# CAERDONN
#
#   $Id: //depot/caerdonn/kernel/CAERDONN#14 $

machine i386
cpu I686_CPU
ident   CAERDONN
maxusers48

makeoptions DEBUG="-g"

options INET#InterNETworking
options FFS #Berkeley Fast Filesystem
options PROCFS
options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
options UCONSOLE#Allow users to grab the console

options CLK_USE_TSC_CALIBRATION

options SYSVSHM
options SYSVSEM
options SYSVMSG
options SHMMAXPGS=2048

options DEVFS
options DDB
options INVARIANTS
options INVARIANT_SUPPORT

options KTRACE

options IPSEC
options IPSEC_ESP

options SOFTUPDATES

options P1003_1B
options _KPOSIX_PRIORITY_SCHEDULING
options _KPOSIX_VERSION=199309L

device  isa
device  pci

device miibus
device fxp

device  fdc

device  ata
device  atapicd

# A single entry for any of these controllers (ncr, ahb, ahc) is sufficient
# for any number of installed devices.

device  ahc

device  scbus
device  da
device  sa
device  cd   
device  pass   #CAM passthrough driver

device  atkbdc  1
device  atkbd
device  psm
device  vga
device  sc  1

device  splash

device  random

device  npx

device  sio

device  ppc
device  ppbus
device  lpt
device  ppi

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



World broken in fsdb by fsck_ffs changes.

2001-03-21 Thread Ollivier Robert

=== sbin/fsdb
cc -O -pipe -march=pentiumpro -I/src/src/sbin/fsdb/../fsck_ffs   
-I/usr/obj/src/src/i386/usr/include -c /src/src/sbin/fsdb/fsdb.c
cc -O -pipe -march=pentiumpro -I/src/src/sbin/fsdb/../fsck_ffs   
-I/usr/obj/src/src/i386/usr/include -c /src/src/sbin/fsdb/fsdbutil.c
/src/src/sbin/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 to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



World breaks in sbin/fsdb [PATCH]

2001-03-21 Thread Ollivier Robert

cvs diff: Diffing .
Index: fsdbutil.c
===
RCS file: /home/ncvs/src/sbin/fsdb/fsdbutil.c,v
retrieving revision 1.10
diff -u -2 -r1.10 fsdbutil.c
--- fsdbutil.c  2000/05/01 20:01:16 1.10
+++ fsdbutil.c  2001/03/21 13:42:01
@@ -35,4 +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-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: 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 %MEM   VSZ  RSS  TT  STAT STARTED  TIME COMMAND
root   10 93.4  0.0 00  ??  RWL   5:31PM  19:14.98  (idle)
roberto   813  3.0  2.9  6700 1381  ??  Ds1:12PM   0:17.07 deskguide_applet
roberto   881  4.0  1.2  2440  557  p3  DWs   1:28PM   0:00.23 -zsh (zsh)
[ skipping irq threads ]
root2  0.0  0.0 00  ??  DWL   5:31PM   0:00.01  (pagedaemon)
root3  0.0  0.0 00  ??  DWL   5:31PM   0:00.00  (vmdaemon)
root4  0.0  0.0 00  ??  DWL   5:31PM   0:00.01  (bufdaemon)
root5  0.0  0.0 00  ??  DWL   5:31PM   0:00.16  (syncer)
root  201  0.0  0.2   444   79  ??  DWs   5:33PM   0:00.09 pccardd -f /etc/
root  237  0.0  0.3   984  165  ??  DWs   5:33PM   0:00.08 syslogd -s
root  242  0.0  0.5  1332  243  ??  DWs  5:33PM   0:00.11 ntpd -p /var/run
root  244  0.0  0.5  1332  248  ??  DW   5:33PM   0:00.03 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  4 22:44:19 CEST 2000


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



Sound driver broken

2001-02-07 Thread Ollivier Robert

Sources as of a few minutes ago.

cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi 
-g -nostdinc -I-  -I. -I../.. -I../../dev -I../../../include 
-I../../contrib/dev/acpica/Subsystem/Include  -D_KERNEL -include opt_global.h -elf  
-mpreferred-stack-boundary=2  ../../dev/sound/pcm/channel.c
../../dev/sound/pcm/channel.c: In function `chn_lockinit':
../../dev/sound/pcm/channel.c:50: structure has no member named `mutex'
../../dev/sound/pcm/channel.c:50: structure has 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 2001


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



Weird behaviour

2001-02-02 Thread Ollivier Robert

Hi,

I just upgraded with cvsup a June, 4th machine to the latest current and
after installworld and buidling a new kernel, the damn thing boots weirdly.

After /boot/loader, the kernel seems to boot but doesn't display
anything. There's activity on the SCSI bus and on the disks but I can't see
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


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



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 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: Wierd behaviour [UPDATE]

2001-02-02 Thread Ollivier Robert

According to Jake Burkholder:
 Are you running a stripped down kernel?  or generic?

Heavily trimmed down kernel. I can still boot my June, 4th kernel just
fine (and it had more things in it). I'm looking at the hints (will try
to compile them statically) because it is close to 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 freebsd-current" in the body of the message



  1   2   3   >