[RFC] Change OpenSSL derived digest functions to return boolean values

2015-01-15 Thread Jun Kuriyama
on value of EAX register?) call. Problem is, we have SHA1_Update() functions in libmd and libcrypto, and both has different return value types. This should be same if they provides identical functionality. TBD Should adjust {SHA{256,512}_,MDX}{Init,Update,Final}() functions, too? -- Jun

Re: -current lockup (how to diagnose?)

2003-12-02 Thread Jun Kuriyama
for each lock, and decrementing for each release, and then KASSERT()'s in userret that the variable is 0. Thanks! I'm waiting for your patch. -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project ___ [EMAIL

-current lockup (how to diagnose?)

2003-12-01 Thread Jun Kuriyama
serial console. -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL

Re: -current lockup (how to diagnose?)

2003-12-01 Thread Jun Kuriyama
, the box had 128Megs of RAM and 256MB swap, P-III 450. My box has 2GB memory, so it would be enough. My box makes world and release nightly and it locks usually at that time. Anyway, I'm waiting for next lock ups. :-) -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL

Re: -current lockup (how to diagnose?)

2003-12-01 Thread Jun Kuriyama
command on various processes. You'll need to have DDB and WITNESS compiled in. He he, I of course have serial console, DDB and WITNESS. They are good safety belf fot -current users, isn't it? :-) I'll post information above next time. Thanks! -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC

Re: -current lockup (how to diagnose?)

2003-12-01 Thread Jun Kuriyama
command on various processes. You'll need to have DDB and WITNESS compiled in. I got it. http://www.imgsrc.co.jp/~kuriyama/BSD/lock-20031202.log -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project

Re: anoncvs

2003-11-29 Thread Jun Kuriyama
At Sat, 29 Nov 2003 01:02:59 + (UTC), Matt Bell wrote: is there still an ongoing problem with anoncvs? anoncvs.freebsd.org(209.181.243.20):2401 failed: Connection refused Sorry, this box is waiting for console operation after upgrading failure. -- Jun Kuriyama [EMAIL PROTECTED] // IMG

Re: boot process is too slow during installation

2003-11-27 Thread Jun Kuriyama
seen fast USB floppy drive. So I think all of USB floppy drive may be too slow... -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: panic: vm_fault: fault on nofault entry

2003-11-18 Thread Jun Kuriyama
to 895 * map into user space. vm_pager_get_pages() ensures this. -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

panic: vm_fault: fault on nofault entry

2003-11-17 Thread Jun Kuriyama
= 424935705} -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL

Re: floppy install troubles

2003-11-13 Thread Jun Kuriyama
tried again without changing the slices at all, and when newfs ran the install stopped with this error: newfs: Cannot retrieve operator gid. I saw p slice too. Is your disk is fresh one (no write after buying), or already used one? -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc

Re: 5.1-R and 5.1-C floppies will not boot on SuperMicro 6023P-8R

2003-11-03 Thread Jun Kuriyama
At Mon, 3 Nov 2003 17:47:59 + (UTC), Stephane Raimbault wrote: autoboot 10 Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/kernel]... I meant to use -v at above. Hit any key at this 10 seconds waiting, and type boot -v and enter at prompt. -- Jun

Re: 5.1-R and 5.1-C floppies will not boot on SuperMicro 6023P-8R

2003-10-31 Thread Jun Kuriyama
At Fri, 31 Oct 2003 16:56:43 + (UTC), Stephane Raimbault wrote: Does anyone have any thoughts regarding this? I would like to get 5.1 on this server. How about trying with -v at boot? -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project

Re: 'cd /usr/src/etc; make distribute' broken.

2003-09-13 Thread Jun Kuriyama
environment, freebsd.cf is built correctly. Is there freebsd.submit.cf in the same directory? -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe

Re: access to snapshot?

2003-08-25 Thread Jun Kuriyama
we can do that... -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL

Re: sysinstall spec_getpages panic

2003-08-25 Thread Jun Kuriyama
by: rwatson Revision ChangesPath 1.208 +5 -2 src/sys/fs/specfs/spec_vnops.c -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: sysinstall spec_getpages panic (with VM overtones)

2003-08-20 Thread Jun Kuriyama
, it seems vp-v_object is NULL. Should I check in ffs_getpages(), too? -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Re: sysinstall spec_getpages panic (with VM overtones)

2003-08-20 Thread Jun Kuriyama
-v_object is NULL. Where this should be allocated? -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

Re: Panic at _mtx_lock_flags+0x43 on VMware 3.x

2003-08-14 Thread Jun Kuriyama
in ffs_getpages() (the caller of spec_getpages() via VOP_GETPAGES()) is also NULL. I don't know where this should be initialized... -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project ___ [EMAIL PROTECTED] mailing

Panic at _mtx_lock_flags+0x43 on VMware 3.x

2003-08-10 Thread Jun Kuriyama
I got a reproducable panic when installing current snapshot on VMware 3.x on Windows XP. Sorry, panic message and trace is PNG image captured on Windows: http://www.imgsrc.co.jp/~kuriyama/tmp/20030808.png If more information is needed, please let me know. -- Jun Kuriyama [EMAIL PROTECTED

dereferencing type-punned pointer will break strict-aliasing rules

2003-07-27 Thread Jun Kuriyama
: warning: dereferencing type-punned pointer will break strict-aliasing rules *** Error code 1 1 error -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project ___ [EMAIL PROTECTED] mailing list http

Re: dereferencing type-punned pointer will break strict-aliasingrules

2003-07-27 Thread Jun Kuriyama
will break strict-aliasing rules - __PCPU_GET() macro seems to be harmless if -Os is not used or __pcpu_type() returns actual type rather than pointer. What should we do? -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project

Re: dereferencing type-punned pointer will break strict-aliasingrules

2003-07-27 Thread Jun Kuriyama
Hmm, it seems this macro is John's baby. John? At Mon, 28 Jul 2003 02:00:50 + (UTC), Thomas Moestl wrote: [1 text/plain; us-ascii (7bit)] On Mon, 2003/07/28 at 09:30:08 +0900, Jun Kuriyama wrote: Is this caused by -oS option? - in making BOOTMFS in make release cc -c

Re: src/bin/ed/re.c: warning: declaration of `exp' shadows a globaldeclaration

2003-07-15 Thread Jun Kuriyama
exp.c: In function `main': exp.c:4: warning: declaration of `exp' shadows a global declaration built-in:0: warning: shadowed declaration is here -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project ___ [EMAIL

src/bin/ed/re.c: warning: declaration of `exp' shadows a globaldeclaration

2003-07-14 Thread Jun Kuriyama
; } - return exp; + return expr; } -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send

LOR: vm object (vm object) @ vm/vm_object.c:432

2003-06-27 Thread Jun Kuriyama
(c3b09b00,282df000,282e,0,c829eda8) at vm_map_remove+0x58 munmap(c829f980,e8ff4d10,c0410a80,3fd,2) at munmap+0x9e syscall(2f,2f,2f,c7000,1000) at syscall+0x26e Xint0x80_syscall() at Xint0x80_syscall+0x1d --- syscall (73), eip = 0x28251f33, esp = 0xbfbef80c, ebp = 0xbfbef838 --- -- Jun Kuriyama [EMAIL PROTECTED

Panic linux ldconfig with MUTEX_PROFILING

2003-06-27 Thread Jun Kuriyama
new = (vm_offset_t)args-dsend; 219 tmp.nsize = (char *) new; 220 if (((caddr_t)new vm-vm_daddr) !obreak(td, tmp)) 221 td-td_retval[0] = (long)new; -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project

Re: Panic linux ldconfig with MUTEX_PROFILING

2003-06-27 Thread Jun Kuriyama
td-td_retval[0] = (long)new; I've checked via printf debugging. It seems vm is NULL at line 217. So NULL is from td-td_proc-p_vmspace. 205 linux_brk(struct thread *td, struct linux_brk_args *args) 206 { 207 struct vmspace *vm = td-td_proc-p_vmspace; -- Jun Kuriyama [EMAIL PROTECTED

Re: Remove absolute symlink in $MAKEOBJDIR

2003-06-03 Thread Jun Kuriyama
} kgzldr.o + kgzldr.o: ${OBJS} ${CC} ${LDFLAGS} -o ${.TARGET} ${OBJS} + +realinstall: + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${LIBMODE} \ + kgzldr.o ${DESTDIR}${BINDIR} .include bsd.prog.mk -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL

Remove absolute symlink in $MAKEOBJDIR

2003-06-02 Thread Jun Kuriyama
--- usr.bin/less/Makefile.common3 Jun 2000 11:39:36 - 1.3 +++ usr.bin/less/Makefile.common23 Jan 2003 23:22:06 - @@ -8,4 +8,4 @@ .SUFFIXES: .nro .1 .nro.1: - ln -s ${.IMPSRC} ${.TARGET} + cp ${.IMPSRC} ${.TARGET} -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC

Re: Remove absolute symlink in $MAKEOBJDIR

2003-06-02 Thread Jun Kuriyama
box as mounting /usr/src and /usr/obj. I'll appreciate if you can teach me how to build absolute-path-free objdir in another way... -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project ___ [EMAIL

Re: Okay. who broke ata.

2003-04-06 Thread Jun Kuriyama
-R1002 1030 Removable CD-ROM SCSI-0 device pass0: 16.000MB/s transfers pass1 at ata1 bus 0 target 1 lun 0 pass1: MATSHITA DVD-RAM LF-D310 A116 Removable CD-ROM SCSI-0 device pass1: 16.000MB/s transfers -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD

panic: headlocked should be 1

2003-03-22 Thread Jun Kuriyama
,e1190d48) at fork_exit+0xc4 fork_trampoline() at fork_trampoline+0x1a --- trap 0x1, eip = 0, esp = 0xe1190d7c, ebp = 0 --- db panic panic: from debugger cpuid = 0; lapic.id = boot() called on cpu#0 Uptime: 1h41m22s Dumping 2047 MB ata2: resetting devices .. done -- Jun Kuriyama [EMAIL

devstat_end_transaction: HELP!! busy_count for ad1 is 0 (-1)!

2003-03-13 Thread Jun Kuriyama
? -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: devstat_end_transaction: HELP!! busy_count for ad1 is 0 (-1)!

2003-03-13 Thread Jun Kuriyama
At Thu, 13 Mar 2003 23:24:03 +0100, Stefan Farfeleder wrote: There's a patch from phk at http://phk.freebsd.dk/patch/ken.patch which works for me (though it breaks gkrellm :) Thaks! I missed previous thread of this subject. I'll try that patch. -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC

Re: 4.7-amd cannot mount exports from 5.0-RELEASE

2003-01-27 Thread Jun Kuriyama
: usr.sbin/mountd mountd.c Log: Implement nonblocking tpc-connections. rpcgen -m does still produce backcompatible code. I don't know the problem is in amd or mountd. I fear other programs are broken with this commit... -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc

Re: 4.7-amd cannot mount exports from 5.0-RELEASE

2003-01-27 Thread Jun Kuriyama
to reproduce. -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: 4.7-amd cannot mount exports from 5.0-RELEASE

2003-01-27 Thread Jun Kuriyama
At Mon, 27 Jan 2003 11:58:34 +0100 (CET), Martin Blapp wrote: Can you try to cvsup on both boxes and then manually rebuild libc, mountd, rpcbind, nfsd. Hmm, 5.0-RELEASE box is difficult to upgrade to HEAD. I'll try to update my box to the latest of HEAD tomorrow. -- Jun Kuriyama [EMAIL

dump -L and privilege

2003-01-16 Thread Jun Kuriyama
has root:operator and crw-r-). This behavior is understandable. But in actual backup operations, what should we do? I'd like to hear what you thought in design. (1) Do dump as root with -L option. (2) Do chmod g+w for device. (3) Other ideas? -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC

Re: 5.0-RC2/if_awi.ko doesn't load

2003-01-12 Thread Jun Kuriyama
) link_elf: symbol rc4_init undefined I got same result on today's snapshot of HEAD (20030113-JPSNAP). I'm using {kern,mfsroot}.flp and FTP installation. -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL

Lock GEOM topology not exclusively locked

2002-12-17 Thread Jun Kuriyama
/geom_slice.c:298 -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Mounting MS-DOS fs image via /dev/md*

2002-12-17 Thread Jun Kuriyama
-L test /dev/md1 /dev/md1: 2847 sectors in 2847 FAT12 clusters (512 bytes/cluster) bps=512 spc=1 res=1 nft=2 rde=224 sec=2880 mid=0xf0 spf=9 spt=18 hds=2 hid=0 % sudo mount -t msdos /dev/md1 /mnt msdosfs: /dev/md1: No such file or directory How should I do? -- Jun Kuriyama [EMAIL PROTECTED

Re: A couple of 5.0 RC#0 sysinstall issues

2002-12-10 Thread Jun Kuriyama
/1) E:128519 = (7/fe/3f) S:128520 = (8/0/1) E:120101939 = (ff/fe/ff) This is known issue. Removing there debug stuff will be removed before release. -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL

fdisk editor in DP2

2002-11-19 Thread Jun Kuriyama
something for debugging? -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

makewhatis.local

2002-11-16 Thread Jun Kuriyama
= makewhatis.1 makewhatis.local.8 +SCRIPTS=makewhatis.local.sh +MAN= makewhatis.local.8 libexecdir=/usr/libexec LINKS=${libexecdir}/makewhatis.local ${libexecdir}/catman.local -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send

Re: dnet causes Hard Lock on SMP kernel? ( was 'Why is my -current system Hard Locking?' )

2002-11-08 Thread Jun Kuriyama
, it works fine when I removed options SMP and options apic from kernel configuration. -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: dnet causes Hard Lock on SMP kernel? ( was 'Why is my -current system Hard Locking?' )

2002-11-07 Thread Jun Kuriyama
and things so far seem stable. Running the system with only 1 CPU is slow, so it'll take a while for me to be sure. I got same result on my box. Only solution I have is deinstall dnetc. :-) -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. To Unsubscribe: send mail to [EMAIL PROTECTED

Re: 5.0-20021101-CURRENT snap iso

2002-11-02 Thread Jun Kuriyama
At Sat, 2 Nov 2002 01:03:43 + (UTC), John De Boskey wrote: The only (non-critical) problem I've seen so far is refresh problems within sysinstall. I think this is caused by printf()s in libdisk. -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD

Re: Minimal install

2002-11-02 Thread Jun Kuriyama
installing on pc98 machine, so need floppies). I think latter. You can check by selecting Custom after selecting Minimal. -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

boot0 problem?

2002-11-01 Thread Jun Kuriyama
beeping but not go to next stage. Is there someone who has successfully installed recent -current with BootMgr? -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: boot0 problem?

2002-11-01 Thread Jun Kuriyama
At Sat, 2 Nov 2002 02:03:48 + (UTC), kuriyama wrote: I used BootMgr in sysinstall. When I booted after install, it stopped at: - F1 FreeBSD Default: F1 - Oops, I set LBA in BIOS explicitly, it booted fine. Hmm, it's my bad to believe BISO Auto setting... -- Jun

Re: The next make release breaker...

2002-10-30 Thread Jun Kuriyama
At Wed, 30 Oct 2002 13:01:32 +0100, Dag-Erling Smorgrav wrote: Jun Kuriyama [EMAIL PROTECTED] writes: I got same result as Poul-Henning. It seems installed libssh.a in chroot does not have mm_auth_krb5(). The *installed* libssh shouldn't matter. What matters is the libssh which is built

disklabel with fresh drive

2002-10-30 Thread Jun Kuriyama
formatted drive, it works fine. Is there a possibility fresh drive is not supported in libdisk? -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: The next make release breaker...

2002-10-29 Thread Jun Kuriyama
why -DKRB5 is not defined in libssh building but is defined in sshd building... -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

libfetch/http.c with -Werror

2002-10-27 Thread Jun Kuriyama
+++ http.c 27 Oct 2002 06:07:54 - @@ -179,6 +179,7 @@ return (-1); io-buf = tmp; io-bufsize = len; + return (0); } /* -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail

SMP and getty?

2002-10-27 Thread Jun Kuriyama
where the system stalled. System does not go to DDB by signalling from serial console. Does anyone have any idea for debugging more? -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED

Re: Installing from CD and MAKEDEV

2002-10-25 Thread Jun Kuriyama
all is failed at devfs environment. I found it. Phk changes in 1.297 of src/etc/Makefile not to install MAKEDEV by default. Options may be: (1) Back out 1.297. (2) Set MAKEDEV_INSTALL for install-media environment. (3) Drop non-devfs code from sysinstall (really???). -- Jun Kuriyama [EMAIL

Installing from CD and MAKEDEV

2002-10-24 Thread Jun Kuriyama
? -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

panic: mutex inp not owned at ../../../netinet/tcp_output.c:131

2002-08-27 Thread Jun Kuriyama
() called on cpu#0 Uptime: 10h56m15s Terminate ACPI -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

panic: mutex pcm0:play:0 not owned at ../../../kern/kern_mutex.c:339

2002-08-20 Thread Jun Kuriyama
pcm_chnrelease(wrch); 383 } 384 i_dev-si_drv1 = NULL; 385 i_dev-si_drv2 = NULL; 386 -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED

CFLAGS=-O and WARN=5

2002-08-14 Thread Jun Kuriyama
-- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

ATAPI_SET_SPEED on Panasonic LF-D321

2002-07-01 Thread Jun Kuriyama
=0x20 ascq=0x00 error=0x00 Cannot this drive accept ATAPI_SET_SPEED atapi command? -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Mozilla 1.0 error

2002-06-07 Thread Jun Kuriyama
/installed-chrome.txt; /usr/bin/env LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome) [1] Segmentation fault (core dumped) *** Error code 139 Stop in /usr/ports/www/mozilla. I got same result, too. -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. To Unsubscribe: send mail

How to use gdb52 port

2002-06-07 Thread Jun Kuriyama
I've installed gdb-5.2_1, but I cannot debug usual code. I've tried with -g, -gstabs+ and -g -gstabs+ but got same result. % cat test1.c int main() { int *p; *p = 1; } % cc -g test1.c -o test1 % ./test1 Bus error (core dumped) % gdb52 test1 test1.core GNU gdb 5.2 (FreeBSD) Copyright 2002 Free

could sleep with process lock from kern_prot.c:867

2002-06-06 Thread Jun Kuriyama
+0x26 setreuid(e86e1d60,e86f0cf8) at setreuid+0x13b syscall(2f,2f,2f,bfbff550,1) at syscall+0x299 syscall_with_err_pushed() at syscall_with_err_pushed+0x1b --- syscall (126, FreeBSD ELF, setreuid), eip = 0x280e8cbf, esp = 0xbfbff3f0, ebp = 0xbfbff40c --- -- Jun Kuriyama [EMAIL PROTECTED] // IMG

Re: buildworld failure in libfetch

2002-06-05 Thread Jun Kuriyama
/i386/usr/lib/libfetch.so: undefined reference to `SSL_write' *** Error code 1 Stop in /usr/src/usr.sbin/pkg_install/add. *** Error code 1 -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: gdb breaks world

2002-05-27 Thread Jun Kuriyama
it to COPTFLAGS and tried again, but no luck. makeoptions COPTFLAGS=-gstabs+ #Build kernel with gdb(1) debug symbols (gdb) core-file /var/crash/vmcore.6 /var/crash/vmcore.6 is not a core dump: File format not recognized Sorry for my silly questions... -- Jun Kuriyama [EMAIL

witness process lock

2002-05-27 Thread Jun Kuriyama
--- -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Messages from WITNESS [Sun May 26 kernel]

2002-05-26 Thread Jun Kuriyama
+0x205 syscall_with_err_pushed() at syscall_with_err_pushed+0x1b --- syscall (5, FreeBSD ELF, open), eip = 0x280f4bcb, esp = 0xbfbffa08, ebp = 0xbfbffa44 --- -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: gdb breaks world

2002-05-26 Thread Jun Kuriyama
not recognized -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: gdb breaks world

2002-05-26 Thread Jun Kuriyama
At Sun, 26 May 2002 21:35:28 -0500, David W. Chapman Jr. [EMAIL PROTECTED] wrote: % sudo gdb52 Last time I checked, gdb was broken in -current and people were encouraged to use gdb in the ports system, but this may be oudated. Yes, I'm using gdb52 from ports/devel/gdb52. -- Jun Kuriyama

lock order reversal (process lock @ kern_exec.c)

2002-05-20 Thread Jun Kuriyama
Here is a message of lock order reversal (just fresh current): lock order reversal 1st 0xe853eb18 process lock (process lock) @ ../../../kern/kern_exec.c:316 2nd 0xc0324400 filelist lock (filelist lock) @ ../../../kern/kern_descrip.c:1112 -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc

could sleep with pcm0:play:0 locked

2002-05-20 Thread Jun Kuriyama
May 21 13:55:00 waterblue kernel: ../../../vm/uma_core.c:1324: could sleep with process lock locked from ../../../kern/kern_prot.c:511 May 21 13:55:00 waterblue kernel: ../../../vm/uma_core.c:1324: could sleep with process lock locked from ../../../kern/kern_prot.c:613 -- Jun Kuriyama [EMAIL

Replace makeLINT.pl with makeLINT.sh

2002-05-01 Thread Jun Kuriyama
|\ profile|\ cpu|\ option|\ maxusers\ )[ \t]/ { print; next } { printf(unrecognized line: line %d: %s\n, NR, $0) /dev/stderr } ' - -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED

Re: lock order reversal and panic in kern_descrip.c

2002-04-22 Thread Jun Kuriyama
is a few days old. I'll see if updating allows me to reproduce the problem. A kern_descrip.c is updated by tanimura after your r1.137. Could you try with r1.138? -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail

Re: lock order reversal and panic in kern_descrip.c

2002-04-22 Thread Jun Kuriyama
... -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project -r-xr-xr-x 1 root wheel 293 Apr 22 22:37 /usr/local/bin/navigator-linux-4.79 -r--r--r-- 1 root wheel16934 Oct 17 2001 /usr/local/lib/netscape-linux/LICENSE -r--r--r-- 1 root wheel

Re: lock order reversal and panic in kern_descrip.c

2002-04-22 Thread Jun Kuriyama
No setuid executables ... it's a mystery to me how one encounters this code path when running netscape :-( Hmmm, after patch about FILEDESC_LOCK (1.139), my netscape can run correctly. (@_@) -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD

lock order reversal and panic in kern_descrip.c

2002-04-21 Thread Jun Kuriyama
recursed on %s r=%d, __func__, 536 td-td_proc-p_pid, lock-lo_name, 537 lock1-li_flags LI_RECURSEMASK); -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED

panic: lockmgr: draining against myself

2002-04-17 Thread Jun Kuriyama
return (debuglockmgr(vp-v_lock, ap-a_flags, vp-v_interlock, 285 ap-a_td, vop_stdlock, vp-filename, vp-line)); 286 #endif -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED

lock order reversal (vm/uma_core.c:269)

2002-04-09 Thread Jun Kuriyama
Today's -current kernel. lock order reversal 1st 0xe322f024 DIRHASH (UMA zone) @ ../../../vm/uma_core.c:269 2nd 0xc081da94 PCPU 256 (UMA cpu) @ ../../../vm/uma_core.c:1265 -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe

Assertion faild at kern_mutex.c

2002-02-28 Thread Jun Kuriyama
Sorry, I forgot to get kernel core for this (today's -current)... panic: Assertion td-td_proc-p_stat == SRUN || td-td_proc-p_stat == SZOMB || td-td_proc-p_stat == SSTOP failed at ../../../kern/kern_mutex.c:126 -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED

Re: Assertion faild at kern_mutex.c

2002-02-28 Thread Jun Kuriyama
to see this, running either: I cannot reproduce this assertion failure. I'll try to get core if I got this failure next time. -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: Assertion faild at kern_mutex.c

2002-02-28 Thread Jun Kuriyama
reversal everytime I booted. lock order reversal 1st 0xc036afc0 allproc @ ../../../kern/vfs_syscalls.c:452 2nd 0xc7ecce34 filedesc structure @ ../../../kern/vfs_syscalls.c:457 -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: Assertion faild at kern_mutex.c

2002-02-28 Thread Jun Kuriyama
At Fri, 1 Mar 2002 01:34:17 + (UTC), John Baldwin wrote: That's bad juju panic. :) Are you using witness? If so, did you get a printf about sleeping with a lock held? I forgot to mention, I'm using WITNESS and WITNESS_SKIPSPIN options. -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc

lock order reversal (vfs_syscalls.c)

2002-02-27 Thread Jun Kuriyama
I got this message on today's -current: lock order reversal 1st 0xc036afc0 allproc @ ../../../kern/vfs_syscalls.c:452 2nd 0xc7ecce34 filedesc structure @ ../../../kern/vfs_syscalls.c:457 -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. To Unsubscribe: send mail to [EMAIL PROTECTED

struct {bio,buf} pointer for bioqdisksort()

2002-02-25 Thread Jun Kuriyama
) bioqdisksort() should not suppose struct bio *bp can be converted into struct buf*, or (3) Call chain such as arstrategy() - adstrategy() - bioqdisksort() is wrong. Can someone explain what I should do next about this? -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL

World breakage (lib/libroken)

2002-02-11 Thread Jun Kuriyama
find -lc *** Error code 1 Stop in /usr/src/kerberos5/lib/libroken. *** Error code 1 -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

World breakage (lib/libroken)

2002-02-07 Thread Jun Kuriyama
find -lc *** Error code 1 Stop in /usr/src/kerberos5/lib/libroken. *** Error code 1 -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Panic in bioqdisksort()

2002-01-25 Thread Jun Kuriyama
if (bn != NULL) { 95 mtx_lock(dksort_mtx); -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

panic: bioqdisksort()

2002-01-16 Thread Jun Kuriyama
if (bn != NULL) { 95 mtx_lock(dksort_mtx); -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: fsck panic; ffs_vfree: freeing free inode

2002-01-02 Thread Jun Kuriyama
continue; 3205 3206default: 3207panic(handle_disk_io_initiation: Unexpected type %s, 3208TYPENAME(wk-wk_type)); 3209/* NOTREACHED */ 3210} 3211} - -- Jun

FYI: Panic at in_pcbremlists()

2001-12-21 Thread Jun Kuriyama
+0x9c fork_trampoline() at fork_trampoline+0x8 -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: FYI: Panic at in_pcbremlists()

2001-12-21 Thread Jun Kuriyama
do, I'll follow you. -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Forward: if_fxp.c typo?

2001-12-21 Thread Jun Kuriyama
(50); /* -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message ---End Message---

Yet another panic at pgfind()

2001-12-21 Thread Jun Kuriyama
--- syscall (147, FreeBSD ELF, setsid), eip = 0x280b5a43, esp =0xbfbff700, ebp = 0xbfbffcac --- -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Broken at share/colldef

2001-12-20 Thread Jun Kuriyama
*** Error code 69 Stop in /usr/src/share/colldef. *** Error code 1 Stop in /usr/src/share. *** Error code 1 -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

XF86 with agp.ko and mga.ko

2001-12-12 Thread Jun Kuriyama
- I re-installed XFree86-Server and drm-kmod but X is still really slow. I'm using X without mga.ko (this shows reasonable speed). Does anyone know any hints about this? -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe: send mail

Re: current broken ?

2001-12-05 Thread Jun Kuriyama
: /usr/obj/usr/src/i386/usr/include/security/pam_misc.h:10: security/pam_client.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/usr.bin/login. -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: cvs commit: src/sys/fs/procfs procfs.c procfs.h ...

2001-12-03 Thread Jun Kuriyama
(.data+0x6c): undefined reference to `pfs_root' /home/kuriyama/ncvs/src/sys/i386/compile/GENERIC/../../../fs/procfs/procfs.c(.data+0x74): undefined reference to `pfs_statfs' *** Error code 1 -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project

panic: vrele: missed vn_close

2001-10-24 Thread Jun Kuriyama
), Matt Dillon wrote: Log: Change the vnode list under the mount point from a LIST to a TAILQ in preparation for an implementation of limiting code for kern.maxvnodes. -- Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc. [EMAIL PROTECTED] // FreeBSD Project To Unsubscribe

  1   2   >