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

2015-01-15 Thread Jun Kuriyama
Hi, I put a patch to Phabricator and Github. https://reviews.freebsd.org/D1542 https://github.com/kuriyama/freebsd/compare/openssl-digest-return-value Any comments are welcome! DESCRIPTION OpenSSL changed return value type of *_{Init,Update,Final}() functions at 2001 [1]. Our

Re: -current lockup (how to diagnose?)

2003-12-02 Thread Jun Kuriyama
kmgr locks are held on the return to userspace, but I'll have to dig > them up tomorrow and send them to you. Basically, it adds a per-thread > lockmgr lock count in a thread-local variable, incrementing for each lock, > and decrementing for each release, and then KASSERT()&#x

Re: -current lockup (how to diagnose?)

2003-12-01 Thread Jun Kuriyama
We might then ask you to use > the "show locks" 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

Re: -current lockup (how to diagnose?)

2003-12-01 Thread Jun Kuriyama
We might then ask you to use > the "show locks" 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 informati

Re: -current lockup (how to diagnose?)

2003-12-01 Thread Jun Kuriyama
time. > I think I have a weekly run report somewhere, reporting 'vm exhaustion' > errors. I can dig it up if it's helpful. > At the time, 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 nig

-current lockup (how to diagnose?)

2003-12-01 Thread Jun Kuriyama
is box has 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, se

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 <[EMA

Re: boot process is too slow during installation

2003-11-27 Thread Jun Kuriyama
d 5.1R but > the result were the same. I haven't 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 __

Re: panic: vm_fault: fault on nofault entry

2003-11-18 Thread Jun Kuriyama
ot;, fs.m)); 893 /* 894 * Sanity check: page must be completely valid or it is not fit to 895 * map into user space. vm_pager_get_pages() ensures this. -- Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc. <[EMAIL PROTECTE

panic: vm_fault: fault on nofault entry

2003-11-17 Thread Jun Kuriyama
dr = 96, fs_pendingblocks = 0, fs_pendinginodes = 0, fs_snapinum = { 0 }, fs_avgfilesize = 16384, fs_avgfpdir = 64, fs_save_cgsize = 0, fs_sparecon32 = {0 }, fs_flags = 0, fs_contigsumsize = 16, fs_maxsymlinklen = 60, fs_old_inodefmt = 2, fs_maxfilesize = 4402345721855, fs_qbmask = 4

Re: floppy install troubles

2003-11-13 Thread Jun Kuriyama
> p is correct. I 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? --

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

2003-11-03 Thread Jun Kuriyama
; and enter at prompt. -- 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 PROTECTED]"

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 PROTECT

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

2003-09-13 Thread Jun Kuriyama
e. Does anyone > know what is going on? Hmm, on my 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://li

Re: sysinstall spec_getpages panic

2003-08-25 Thread Jun Kuriyama
ed leading to a NULL > pointer dereference when the object is locked. > > Tested by: rwatson > > Revision ChangesPath > 1.208 +5 -2 src/sys/fs/specfs/spec_vnops.c -- Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc. <[EMAIL PROTECTED]&g

Re: access to snapshot?

2003-08-25 Thread Jun Kuriyama
aturday. I hope we can fix this today, but I'm not sure we can do that... -- Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc. <[EMAIL PROTECTED]> // FreeBSD Project ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.or

Re: sysinstall spec_getpages panic (with VM overtones)

2003-08-20 Thread Jun Kuriyama
king about memory corruption. But if > vp->v_object is NULL, then it could be we're not creating a VM object > along some code path. FWIW, ffs_getpages() at ffs_vnops.c:938, dp->v_object is NULL. Where this should be allocated? -- Jun Kuriyama <[EMAIL PROTE

Re: sysinstall spec_getpages panic (with VM overtones)

2003-08-20 Thread Jun Kuriyama
alking about memory corruption. But if > vp->v_object is NULL, then it could be we're not creating a VM object > along some code path. At least I checked with printf() debugging, it seems vp->v_object is NULL. Should I check in ffs_getpages(), too? -- Jun Kuriyama <[EMAIL

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

2003-08-14 Thread Jun Kuriyama
gt;i_devvp->v_object 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 ___

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 PROTEC

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 ] > On Mon, 2003/07/28 at 09:30:08 +0900, Jun Kuriyama wrote: > > > > Is this caused by -oS option? > > > > - in making BOOTMFS in

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

2003-07-27 Thread Jun Kuriyama
At Mon, 28 Jul 2003 00:30:35 + (UTC), kuriyama wrote: > Is this caused by -oS option? Grrr, of course this should be s/-oS/-Os/. These warnings are caused from DROP_GIANT() macro. By tracking this down, actual source is __PCPU_GET() macro (line: 115) in sys/i386/include/pcp

dereferencing type-punned pointer will break strict-aliasing rules

2003-07-27 Thread Jun Kuriyama
/geom_dev.c:340: 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 P

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

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

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

2003-07-14 Thread Jun Kuriyama
(exp); - return exp = NULL; + free(expr); + return expr = NULL; } - return exp; + return expr; } -- Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc. <[EMAIL PROTECTED]> // FreeBSD Project ___

Re: Panic linux ldconfig with MUTEX_PROFILING

2003-07-10 Thread Jun Kuriyama
th same config). Is MUTEX_PROFILING not passed to kernel module building? -- Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc. <[EMAIL PROTECTED]> // FreeBSD Project ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.

Re: Panic linux ldconfig with MUTEX_PROFILING

2003-06-27 Thread Jun Kuriyama
At Fri, 27 Jun 2003 09:37:40 + (UTC), kuriyama wrote: > (kgdb) l *linux_brk+0x1a > 0xc19d24ca is in linux_brk > (/.a/black/host/disk/arena/home/kuriyama/ncvs/src/sys/compat/linux/linux_misc.c:217). > 212 > 213 #ifdef DEBUG > 214 if (

Panic linux ldconfig with MUTEX_PROFILING

2003-06-27 Thread Jun Kuriyama
19d24ca is in linux_brk (/.a/black/host/disk/arena/home/kuriyama/ncvs/src/sys/compat/linux/linux_misc.c:217). 212 213 #ifdef DEBUG 214 if (ldebug(brk)) 215 printf(ARGS(brk, "%p"), (void *)args->dsend); 216 #endif 217 old = (vm_offse

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

2003-06-27 Thread Jun Kuriyama
emove(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 P

Re: Remove absolute symlink in $MAKEOBJDIR

2003-06-03 Thread Jun Kuriyama
sym SIO_PRT=${BOOT_COMCONSOLE_PORT} +all: ${OBJS} kgzldr.o + kgzldr.o: ${OBJS} ${CC} ${LDFLAGS} -o ${.TARGET} ${OBJS} + +realinstall: + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${LIBMODE} \ + kgzldr.o ${DESTDIR}${BINDIR} .include -- Jun Kuriyama <[EMAIL PROT

Re: Remove absolute symlink in $MAKEOBJDIR

2003-06-02 Thread Jun Kuriyama
is causes problem when installing on the other 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 Proje

Remove absolute symlink in $MAKEOBJDIR

2003-06-02 Thread Jun Kuriyama
3 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, Inc. &

Re: Okay. who broke ata.

2003-04-06 Thread Jun Kuriyama
evice pass1: 16.000MB/s transfers -- Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc. <[EMAIL PROTECTED]> // FreeBSD Project ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsub

panic: headlocked should be 1

2003-03-22 Thread Jun Kuriyama
(c01f8b90,c3afc100,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 --

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

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

2003-03-13 Thread Jun Kuriyama
does this mean? -- 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: 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 Kuriy

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

2003-01-27 Thread Jun Kuriyama
to find the case which is easy 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
2003/01/15 23:27:31 PST Modified files: 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... --

dump -L and privilege

2003-01-16 Thread Jun Kuriyama
(target device 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

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

2003-01-12 Thread Jun Kuriyama
660 and others) > 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]> // FreeB

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

2002-12-17 Thread Jun Kuriyama
1440 -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 P

Lock GEOM topology not exclusively locked

2002-12-17 Thread Jun Kuriyama
../../geom/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

Re: A couple of 5.0 RC#0 sysinstall issues

2002-12-10 Thread Jun Kuriyama
f) > E:78172289 = (ff/ef/ff) > > 1S:63 = (0/1/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 P

fdisk editor in DP2

2002-11-19 Thread Jun Kuriyama
lector for NT). Can I do 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
kewhatis.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 Uns

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

2002-11-08 Thread Jun Kuriyama
DE with dual P-III (1.13GHz). Yes, 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 [EMAI

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

2002-11-07 Thread Jun Kuriyama
d locks. BUT ONLY ON A SMP KERNEL! > I have a non SMP kernel running 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 Kuriyam

Re: Minimal install

2002-11-02 Thread Jun Kuriyama
es, base and crypto. (I'm > 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

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.

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

boot0 problem?

2002-11-01 Thread Jun Kuriyama
[Enter] causes 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 &

disklabel with fresh drive

2002-10-30 Thread Jun Kuriyama
keys. When I select already 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 &

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 mat

Re: The next "make release" breaker...

2002-10-29 Thread Jun Kuriyama
I don't know 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 "unsubs

SMP and getty?

2002-10-27 Thread Jun Kuriyama
2002 - I don't know 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

libfetch/http.c with -Werror

2002-10-26 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

Re: Installing from CD and MAKEDEV

2002-10-25 Thread Jun Kuriyama
At Thu, 24 Oct 2002 12:10:53 + (UTC), kuriyama wrote: > I've created install CD with "make iso.1" (with sources few hours > before). > > I'm trying to install fresh current box with this CD. But I got > "MAKEDEV returned non-zero status" dialog a

Installing from CD and MAKEDEV

2002-10-24 Thread Jun Kuriyama
at devfs environment. Is this my local problem? -- 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
ot on run queue cpuid = 0; lapic.id = boot() 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-19 Thread Jun Kuriyama
; 381 chn_reset(wrch, 0); 382 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

Re: CFLAGS=-O and WARN=5

2002-08-14 Thread Jun Kuriyama
tomatic variables, see gcc(1) for details). Yeah, I know why gcc complains about this. :-) What I want to know is, our buildworld does not been supported without -O or not. -- Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with "uns

CFLAGS=-O and WARN=5

2002-08-14 Thread Jun Kuriyama
** 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

ATAPI_SET_SPEED on Panasonic LF-D321

2002-07-01 Thread Jun Kuriyama
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

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

Re: Mozilla 1.0 error

2002-06-07 Thread Jun Kuriyama
stall,select,en-US >> chrome/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 PR

could sleep with "process lock" from kern_prot.c:867

2002-06-06 Thread Jun Kuriyama
nge_euid(e86bd800,1) at change_euid+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 Kur

Re: buildworld failure in libfetch

2002-06-05 Thread Jun Kuriyama
h.so: undefined reference to `SSL_get_peer_certificate' /usr/obj/usr/src/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 Unsubscr

witness "process lock"

2002-05-26 Thread Jun Kuriyama
0x280b3a0b, esp = 0xbfbff71c, ebp = 0xbfbff748 --- -- 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
be used as replacement of "-g". I added 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 recogniz

Re: gdb breaks world

2002-05-26 Thread Jun Kuriyama
/devel/gdb52. -- 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
is not a core dump: File format 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: Messages from WITNESS [Sun May 26 kernel]

2002-05-26 Thread Jun Kuriyama
7) at open+0x155 syscall(2f,2f,2f,804e6a4,2807343a) at syscall+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 Unsubscri

could sleep with "pcm0:play:0" locked

2002-05-20 Thread Jun Kuriyama
ck" locked from ../../../kern/kern_prot.c:613 -- Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

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 SR

Replace makeLINT.pl with makeLINT.sh

2002-05-01 Thread Jun Kuriyama
e|\ makeoptions|\ options|\ 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]> // Fre

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 PR

Re: lock order reversal and panic in kern_descrip.c

2002-04-22 Thread Jun Kuriyama
> I have no idea about this. I'm portupgrade'ing linux_base, > linux-netscape-* port and I'll try this again. Hmm, I can reproduce this even after upgrading related ports... -- Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc. <[EMAIL PROT

Re: lock order reversal and panic in kern_descrip.c

2002-04-22 Thread Jun Kuriyama
invoke this without problem... -- 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/

Re: lock order reversal and panic in kern_descrip.c

2002-04-22 Thread Jun Kuriyama
d50, uap=0xe805bcdc) > > at ../../../kern/kern_exec.c:372 > > My -CURRENT 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

lock order reversal and panic in kern_descrip.c

2002-04-21 Thread Jun Kuriyama
lock1->li_line); 533 panic("recurse"); 534 } 535 CTR4(KTR_WITNESS, "%s: pid %d recursed on %s r=%d", __func__, 536 td->td_proc->p_pid, lock->lo_name, 537

panic: lockmgr: draining against myself

2002-04-17 Thread Jun Kuriyama
#ifndef DEBUG_LOCKS 282 return (lockmgr(&vp->v_lock, ap->a_flags, &vp->v_interlock, ap->a_td)); 283 #else 284 return (debuglockmgr(&vp->v_lock, ap->a_flags, &vp->v_interlock, 285 ap->a_td, "vop_stdlock"

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]> // Fr

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 PRO

Re: Assertion faild at kern_mutex.c

2002-02-28 Thread Jun Kuriyama
lock order 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]

Re: Assertion faild at kern_mutex.c

2002-02-28 Thread Jun Kuriyama
failed at ../../../kern/kern_mutex.c:126 > > I have yet 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]> // Free

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 S

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 [EMAI

struct {bio,buf} pointer for bioqdisksort()

2002-02-25 Thread Jun Kuriyama
t ar_buf) $2 = 96 (kgdb) p sizeof(struct buf) $3 = 364 I'm not familiar with this area, but I think (1) arstrategy() should allocate enough size to cover "struct buf" for "struct ar_buf", (2) bioqdisksort() should not suppose "struct bio *bp" can be

World breakage (lib/libroken)

2002-02-11 Thread Jun Kuriyama
r/libexec/elf/ld: cannot 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 fr

World breakage (lib/libroken)

2002-02-07 Thread Jun Kuriyama
r/libexec/elf/ld: cannot 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 fr

Panic in bioqdisksort()

2002-01-25 Thread Jun Kuriyama
break; 94 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
OTOBUF(bn)->b_vp) 93 break; 94 if (bn != NULL) { 95 mtx_lock(&dksort_mtx); -- Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc. <[EMAIL PROTECTED]> // FreeBSD Project To Unsubsc

Re: fsck panic; ffs_vfree: freeing free inode

2002-01-02 Thread Jun Kuriyama
REACHED */ 3210 } 3211} - -- Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Yet another panic at pgfind()

2001-12-21 Thread Jun Kuriyama
pushed+0x1b --- 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 fre

Forward: if_fxp.c typo?

2001-12-21 Thread Jun Kuriyama
AG_UCODE; > - CSR_WRITE_4(sc, FXP_CSR_PORT, FXP_PORT_SOFTWARE_RESET); > + CSR_WRITE_4(sc, FXP_CSR_PORT, FXP_PORT_SELECTIVE_RESET); > DELAY(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 ---

Re: FYI: Panic at in_pcbremlists()

2001-12-21 Thread Jun Kuriyama
B, too. So it is difficult to send dump. If you can instruct how I should 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

FYI: Panic at in_pcbremlists()

2001-12-21 Thread Jun Kuriyama
48) at fork_exit+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

Broken at share/colldef

2001-12-20 Thread Jun Kuriyama
ine 36 *** 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 "unsu

XF86 with agp.ko and mga.ko

2001-12-12 Thread Jun Kuriyama
_reset] *ERROR* mga_dma_reset called without lock held - 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.

  1   2   >