Re: 10-STABLE hangups frequently

2016-02-18 Thread Hajimu UMEMOTO
one via the following patch gets marius> rid of that problem - especially on amd64 - and report back? marius> https://people.freebsd.org/~marius/r291244_reversal_10.diff I tried your patch. It seems fix my problem. Sincerely, -- Hajimu UMEMOTO u...@mahoroba.org

Re: 10-STABLE hangups frequently

2016-02-06 Thread Hajimu UMEMOTO
ion. But, the debugging kernel hang-upped during boot. Therefore I cannot get information. Sincerely, -- Hajimu UMEMOTO u...@mahoroba.org u...@freebsd.org http://www.mahoroba.org/~ume/ ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.or

Re: 10-STABLE hangups frequently

2016-02-02 Thread Hajimu UMEMOTO
t; vfs.zfs.arc_meta_limit="50M" peter> vfs.zfs.arc_min="25M" peter> (previously, I had no ZFS tuning at all). I had ZFS tuning before. However, after this problem was occur, I removed all of ZFS tuning. The FS related setting is

Re: 10-STABLE hangups frequently

2016-02-02 Thread Hajimu UMEMOTO
vm.stats.vm.v_vnodepgsin: 836656 vm.stats.vm.v_vnodeout: 101 vm.stats.vm.v_vnodein: 90562 vfs.freevnodes: 39680 vfs.wantfreevnodes: 10 vfs.vnodes_created: 141735 vfs.numvnodes: 59118 debug.sizeof.vnode: 472 Sincerely, -- Hajimu UMEMOTO u...@mahoroba.org u...@freebsd.org http://www.mahoroba.org/

10-STABLE hangups frequently

2016-02-01 Thread Hajimu UMEMOTO
e hangup occurs. Any idea? Sincerely, -- Hajimu UMEMOTO u...@mahoroba.org u...@freebsd.org http://www.mahoroba.org/~ume/ ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to

Re: rc.conf: select fib for dhclient

2015-03-20 Thread Hajimu UMEMOTO
;DHCP fib 1" brendan> It will run dhclient but not create a default route in the second table. brendan> If I pop: brendan> setfib 1 dhclient if1 brendan> Into rc.local, on reboot it does exactly what I want it to do. Perhaps, following works for you: ifconfig_if1="DHCP

Re: FreeBSD-Update + Sendmail

2013-08-15 Thread Hajimu UMEMOTO
me. In cyrus-sasl 2.1.26, the type of callback functions was changed from "unsigned long" to "size_t", after 9.1-RELEASE was released. It seems you are using 9.1-RELEASE. You need to apply the following patch: http://svnweb.freebsd.org/base/stable/9/contrib/sendm

Re: Unable to get sendmail submission port to listen on IPv6

2013-04-20 Thread Hajimu UMEMOTO
DAEMON_OPTIONS(`Port=587, Name=MSA-IPv6, M=Ea, Family=inet6')dnl Sincerely, -- Hajimu UMEMOTO u...@mahoroba.org ume@{,jp.}FreeBSD.org http://www.mahoroba.org/~ume/ ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/lis

Re: troubles with buildworld/sendmail/sasl/clang

2013-03-18 Thread Hajimu UMEMOTO
ports are largely independent from dim> base. So if you need a customized build of sendmail, would it not be dim> better to use the mail/sendmail port instead? There you can easily dim> enable all bells and whistles that are not enabled by default in base. No, it seems to me that this err

Re: sendmail vs ipv6 broken after upgrade to 9.1

2013-01-10 Thread Hajimu UMEMOTO
of 2a02:2528:ff00:1b::2%tun0 as the uqs> outgoing address. That tun0 interface can come and go, btw, which uqs> complicates things. Is this possible? Or should I just switch to the one uqs> local DSL provide I have here that actually offers native IPv6 for home uqs> DSL users? It is

Re: sendmail vs ipv6 broken after upgrade to 9.1

2013-01-10 Thread Hajimu UMEMOTO
o backend without success in years past. As the result, implementation of getipnodebyname has become like now. Sincerely, -- Hajimu UMEMOTO u...@mahoroba.org ume@{,jp.}FreeBSD.org http://www.mahoroba.org/~ume/ ___ freebsd-stable@freebsd.org mailing list

Re: sendmail vs ipv6 broken after upgrade to 9.1

2013-01-09 Thread Hajimu UMEMOTO
he code should be ben> changed to always return addresses from A records last, the IPv6 ben> addresses from records should still be sorted according to ben> ip6addrctl. Otherwise sites with multiple prefixes (say, a ULA prefix ben> and a global prefix) won't be able to co

Re: sendmail vs ipv6 broken after upgrade to 9.1

2013-01-09 Thread Hajimu UMEMOTO
Hi, >>>>> On Wed, 09 Jan 2013 23:01:52 +0900 >>>>> Hajimu UMEMOTO said: ume> I changed getipnodebyname to obey ip6addrctl in years past. I read ume> RFC 2553 again, and realize that it mentions IPv6 addresses are ume> returned 1st. So, my past ch

Re: sendmail vs ipv6 broken after upgrade to 9.1

2013-01-09 Thread Hajimu UMEMOTO
.Cm prefer_source . +.It Cm no_prefer_iface +Set a flag to not prefer address on the interface as candidates of the +source address for outgoing packets, even when the interface is +outgoing interface. +.It Cm -no_prefer_iface +Clear a flag +.Cm no_prefer_iface . .El .Pp The following pa

Re: sendmail vs ipv6 broken after upgrade to 9.1

2013-01-09 Thread Hajimu UMEMOTO
ail briefly, it seems the usage doesn't depend on AI_ALL. Sincerely, -- Hajimu UMEMOTO u...@mahoroba.org ume@{,jp.}FreeBSD.org http://www.mahoroba.org/~ume/ ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fr

Re: System sendmail build fails with updated cyrus-sasl2 port

2011-09-26 Thread Hajimu UMEMOTO
{ SASL_CB_USER, &getsimple, NULL }, + { SASL_CB_USER, (sasl_callback_ft)&getsimple, NULL }, #define CB_USER_IDX 2 - { SASL_CB_AUTHNAME, &getsimple, NULL }, + { SASL_CB_AUTHNAME, (sasl_callback_ft)&getsimple, NULL }, #define CB_AUTHNAME_IDX 3 - { SASL_CB_VERIFYFILE, &safesa

Re: if_bridge and IPv6

2011-03-10 Thread Hajimu UMEMOTO
209,13 @@ setip6eui64(const char *cmd, int dummy _ } } } - if (!lladdr) - errx(EXIT_FAILURE, "could not determine link local address"); - - memcpy(&in6->s6_addr[8], &lladdr->s6_addr[8], 8); + if (!lladdr) { + if (!IN6_IS_ADDR_LINKLOCAL(in6)) + errx(EXIT_FAILURE, + &

HEADS UP: rc.firewall and rc.firewall6 were unified

2010-04-07 Thread Hajimu UMEMOTO
. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan u...@mahoroba.org u...@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe

Re: thunderbird3: dies with socket(): Protocol not supported Illegal instruction (core dumped)

2010-01-11 Thread Hajimu UMEMOTO
rotocol not supported ohartman> Illegal instruction (core dumped) I'm not sure but I suspect you are using custom kernel built without INET6 option. If so, thunderbird3 is depending upon IPv6. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan u...@mahoroba.org u

Re: pthread.h: typo in #define pthread_cleanup_push/pthread_cleanup_pop

2009-11-24 Thread Hajimu UMEMOTO
te your code something like following: pthread_cleanup_push(); . . . do something . . . pthread_cleanup_pop(); This is not FreeBSD alone. pthread_cleanup_push() and pthread_cleanup_pop() are macro on Linux as well. Sincerely, -- Hajimu UMEMOTO @ Inte

(no subject)

2009-08-28 Thread Hajimu UMEMOTO
return 0 fi case `ifconfig $1 2>/dev/null` in *media:?Ethernet*) media=Ethernet ;; esac test "$media" = "Ethernet" } I think media should be checked with `IEEE 802.

Re: Can't delete IPV6 addresses with ifconfig

2008-02-14 Thread Hajimu UMEMOTO
Hi, >>>>> On Fri, 15 Feb 2008 10:53:27 +1030 >>>>> "Daniel O'Connor" <[EMAIL PROTECTED]> said: doconnor> Any idea what creates the link local address at startup? (Mainly to doconnor> satisfy my curiosity :) Put ipv6_enable="YES&quo

Re: Can't delete IPV6 addresses with ifconfig

2008-02-14 Thread Hajimu UMEMOTO
; ifconfig: 2002:792d:8527::1:1: bad value doconnor> [midget 22:27] ~ >sudo ifconfig fxp0 delete 2002:792d:8527::/64 doconnor> ifconfig: 2002:792d:8527::/64: bad value doconnor> Anyone know the right way to do this? :) sudo ifconfig fxp0 inet6 2002:792d:8527::1:1 -alias

Re: [FreeBSD 7.0-BETA1] strange behavior in hostname resolving order

2007-11-02 Thread Hajimu UMEMOTO
8 50 0 ::/0 40 1 ::/96 20 3 :::0.0.0.0/96 10 4 Then, run `/etc/rc.d/ip6addrctl restart'. Please refer the ip6addrctl(8) manpage and RFC 3484 for detail. Sincerely, -- Hajimu UMEM

Re: vietnamese input

2007-04-30 Thread Hajimu UMEMOTO
in called scim-m17n, it is not supplied by the ports. There is a port of a plugin for UIM; ports/textproc/uim-m17nlib. Perhaps, you can use it from SCIM using ports/japanese/scim-uim. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL

Re: tap device at boot time

2007-03-16 Thread Hajimu UMEMOTO
t have anything like /etc/rc.early. Should there be a trailing dot? Willy> Should I create rc.early? Probably I need to google again and maybe to Willy> read the handbook again. It is "/etc/rc.early". It doesn't exist by default installation of FreeBSD. Sincerely, -- Hajimu

Re: tap device at boot time

2007-03-15 Thread Hajimu UMEMOTO
e tap is not a cloned interface on 6.1-RELEASE, yet. However, still you can create tap0 by opening /dev/tap0. Try putting cp /dev/null /dev/tap0 into your /etc/rc.early. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED]

Re: pppd crashes, was: kde-freebsd

2007-02-09 Thread Hajimu UMEMOTO
ng problem to me, and setting debug.mpsafenet to 0 should be a workaround. Of course, it's great someone upgrading our pppd to recent one. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~

Re: Can't run newly-compiled RELENG_6 programs under RELENG_6_1: missing __res_state

2006-07-19 Thread Hajimu UMEMOTO
defined in resolv.h to support multi thread application. Though it used to be ___res, it is replaced by __res_state during resolver update. We have compatibility cruft for ___res to keep ABI backward compatibility. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMA

HEADS UP: BIND9's resolver and reentrant version of netdb functions are MFC'ed

2006-07-17 Thread Hajimu UMEMOTO
private.h (new) 1.3.2.1 +485 -0src/lib/libc/resolv/res_query.c (new) 1.2.2.1 +1162 -0 src/lib/libc/resolv/res_send.c (new) 1.3.2.1 +96 -0 src/lib/libc/resolv/res_state.c (new) 1.244.2.14 +1 -1 src/sys/sys/param.h --- End Message --- -- Hajimu UMEMOTO @ In

Re: resolver behaviour regarding searchlist and A/AAAA query replies

2006-05-05 Thread Hajimu UMEMOTO
55 (242) 00:58:23.047692 IP 192.168.100.140.65411 > 192.168.100.29.53: 32940+ ? images.slashdot.org. (37) 00:58:23.054429 IP 192.168.100.29.53 > 192.168.100.140.65411: 32940 0/1/0 (96) Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, J

Re: resolver behaviour regarding searchlist and A/AAAA query replies

2006-05-04 Thread Hajimu UMEMOTO
ying the searchlist Jan> if the host does not seem to exist). So, in short, isn't this a bug? Which application did you use? The application which doesn't use getaddrinfo(3) has this issue, and it cannot be fixed without re-writing the application to use getaddrinfo(3). Sincerely,

Re: 'Max recursion level (500) exceeded' error

2006-05-01 Thread Hajimu UMEMOTO
t that line in make.conf? Or there's a bug in port's > makefile? doconnor> The former - that parameter is only for a port to set I think. Yes, there is a PR to address this problem: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/95238 Sincerely, -- Hajimu UMEMOTO @ In

Re: resolver doesn't see resolv.conf changes

2006-04-09 Thread Hajimu UMEMOTO
ake it into FreeBSD some time. Thank you for testing. I've uploaded new tarball which includes a manpage, little while ago: http://www.imasy.or.jp/~ume/FreeBSD/nss_resinit-20060410.tar.gz I think there is no inevitability to commit it into our base tree. Perhaps, the ports is good p

Re: resolver doesn't see resolv.conf changes

2006-04-07 Thread Hajimu UMEMOTO
Hi, >>>>> On Fri, 7 Apr 2006 12:15:54 -0400 >>>>> "Rong-En Fan" <[EMAIL PROTECTED]> said: grafan> The file is not there. I got 404. Oops, it should be: http://www.imasy.or.jp/~ume/FreeBSD/nss_resinit-20060408.tar.gz Sincerely, -- Haji

Re: resolver doesn't see resolv.conf changes

2006-04-07 Thread Hajimu UMEMOTO
t it from: http://www.imasy.or.jp/FreeBSD/nss_resinit-20060408.tar.gz I don't write any documentation, yet. But, it should work by changing `hosts' entry in /etc/nsswitch.conf to the following line: hosts: resinit files dns It seems working on my 7-CURRENT box and 6-STABLE box

Re: Error in installation of cyrus-imapd22!! again

2006-03-22 Thread Hajimu UMEMOTO
uan> /usr/local/lib/perl5/5.8.7/mach/auto/DynaLoader/DynaLoader.a: ypingyuan> No such file or directory ypingyuan> *** Error code 1 It seems to me that your installation of Perl is broken; mixing up 5.8.7 and 5.8.8. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid

Re: SSH login takes very long time...sometimes

2006-03-01 Thread Hajimu UMEMOTO
own. Thank you both! I've committed both patches into HEAD. yar> I've got only one small remark on style, see below. Ah, yes. I had already changed to so locally. :-) Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTE

Re: SSH login takes very long time...sometimes

2006-02-28 Thread Hajimu UMEMOTO
@@ -336,6 +355,7 @@ res_search(name, class, type, answer, an * else send back meaningless h_errno, that being the one from * the last DNSRCH we did. */ +giveup: if (saved_herrno != -1) h_errno = saved_herrno; else if (got_nodata) Sincer

Re: FreeBSD 6-stable hosts.allow and samba

2006-02-28 Thread Hajimu UMEMOTO
had in hosts.allow below. mv> ALL : localhost 127.0.0.1 : allow mv> ALL : 192.168.0. : allow mv> ALL : ALL \ mv> : severity auth.info \ mv> : twist /bin/echo "You are not welcome to use %d from %h." It's strange. I've just tested it on my box but w

Re: SSH login takes very long time...sometimes

2006-02-26 Thread Hajimu UMEMOTO
;t accept an IPv4 using an IPv4-mapped IPv6 address by issuing the IPV6_V6ONLY socket option. Please refer socksetup(). In inetd mode, enable/disable use of an IPv4-mapped IPv6 address is depending on how to configure inetd.conf. So, we need to pay attention to an IPv4-mapped IPv6 address in inetd

Re: SSH login takes very long time...sometimes

2006-02-26 Thread Hajimu UMEMOTO
er. There is two representation for one IPv4 address; native IPv4 address and an IPv4-mapped IPv6 address. It is thorny thing. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume/

Re: SSH login takes very long time...sometimes

2006-02-25 Thread Hajimu UMEMOTO
ame address families but not same rosti.bsd> addresses. The his_addr is referred to determine just an address family, here. When a remote address is an IPv4-mapped IPv6 address, a local address is as well. So, it should be okay. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Y

Re: SSH login takes very long time...sometimes

2006-02-25 Thread Hajimu UMEMOTO
later, we don't need to set AI_CANONNAME, here. And, in this usage of getaddrinfo(3), we should set AI_PASSIVE. So, it should be same as lookup for ftphosts like following: hints.ai_flags = AI_PASSIVE; hints.ai_family = family; hints.ai_socktype = SOCK_STREAM; Since

Re: SSH login takes very long time...sometimes

2006-02-25 Thread Hajimu UMEMOTO
tp Command reply rosti> timeout in seconds) a good one? I have no idea for now, but ftp(1) is a contrib software from NetBSD. So, we need to discuss with the author of lukemftp. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PR

Re: SSH login takes very long time...sometimes

2006-02-24 Thread Hajimu UMEMOTO
ddr.su_sin6.sin6_addr)) + family = AF_INET; + inithosts(family); +#endif } gotchild: For ftp.c.diff, how about considering adding new option for timeout? However, I'm still in doubt. I cannot think it is usual situation that there are unreachable

Re: SSH login takes very long time...sometimes

2006-02-24 Thread Hajimu UMEMOTO
o objection here. So, I've just committed both into HEAD. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume/ ___ freebsd-stable@freebsd.org mailing

Re: SSH login takes very long time...sometimes

2006-02-23 Thread Hajimu UMEMOTO
ries for all available socktypes. Though getaddrinfo(3) returns doubled linkd list, getaddrinfo(3) does DNS lookup just once for all. If you don't want it, you need to specify appropriate socktype explicitly. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokoha

Re: multiple IPv6 addressing

2006-02-22 Thread Hajimu UMEMOTO
ing. Seems that systems sean> will often have multiple IPv6 addresses especially for something like a sean> laptop with a wireless and wired connection. Yes, it is expected default behavior. You may want to use ip6addrctl(8) to change this behavior. Please refer the manpage of ip6addrctl(8). Si

Re: SSH login takes very long time...sometimes

2006-02-22 Thread Hajimu UMEMOTO
* If we have not already tried the name "as is", do that now. -* note that we do this regardless of how many dots were in the -* name or whether it ends with a dot unless NOTLDQUERY is set. +* If the query has not already been tried as is then try it + * unless R

Re: IPv6 and IPFW

2006-02-20 Thread Hajimu UMEMOTO
ummynet as well into HEAD, and I'll MFC it into RELENG_6. Thank you for letting me know. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume/

Re: IPv6 and IPFW

2006-02-18 Thread Hajimu UMEMOTO
Hi, >>>>> On Sat, 18 Feb 2006 17:34:35 -0800 >>>>> Peter Losher <[EMAIL PROTECTED]> said: plosher> [1 ] plosher> Hajimu UMEMOTO wrote: > The ipfw in 6-STABLE has an IPv6 awareness, but it is not enabled as > far as you use ipfw as a KLD modul

Re: IPv6 and IPFW

2006-02-08 Thread Hajimu UMEMOTO
-DINET6 .endif If you don't want to filter an IPv6 by ipfw, and want to filter an IPv6 by ip6fw, please add following rule in your ipfw rule: add pass ip6 from any to any Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [E

Re: portupgrade ruby-1.8.4

2006-01-21 Thread Hajimu UMEMOTO
something else on my end going on? I've just committed the workaround by backing out the logic partly. Since I don't have AMD64 box, I cannot test it by myself. But, one of my friend tested it on his AMD64 box. So, please re-CVSup and try it.

Re: portupgrade ruby-1.8.4

2006-01-21 Thread Hajimu UMEMOTO
; something else on my end going on? I received email which told me that the problem doesn't occure WITHOUT_PTHREADS=YES. torfinn> Well, you should probably send-pr(1) it, if nobody has done so already. I'm discussing with Ruby developpers. But, they nor I cannot repro

Re: Performance problem since updating from 6.0-RELEASE to 6.0-STABLE last friday

2005-11-22 Thread Hajimu UMEMOTO
the patch approach (changing the API), however. Let me nate> look at it and commit a fix that doesn't change the API. Yes, I didn't feel satisfaction with my patch, too. So, I anticipated that you say so. :-) Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yoko

Re: Performance problem since updating from 6.0-RELEASE to 6.0-STABLE last friday

2005-11-22 Thread Hajimu UMEMOTO
f_lastupdated)) { error = 0; goto out; } @@ -451,7 +457,8 @@ acpi_smbat_get_bif(device_t dev, struct error = 0; out: - memcpy(bif, &sc->bif, sizeof(sc->bif)); + if (bif != NULL) + memcpy(bif, &sc->bif, siz

Re: Performance problem since updating from 6.0-RELEASE to 6.0-STABLE last friday

2005-11-21 Thread Hajimu UMEMOTO
anks for your review. I've just committed it into HEAD. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume/ ___ freebsd-stable@freebsd.org mailing list

Re: Performance problem since updating from 6.0-RELEASE to 6.0-STABLE last friday

2005-11-15 Thread Hajimu UMEMOTO
eof(bif->type))) + sc->bif.type, sizeof(sc->bif.type))) goto out; if (acpi_smbus_read_multi_1(sc, addr, SMBATT_CMD_MANUFACTURER_DATA, - bif->oeminfo, sizeof(bif->oeminfo))) + sc->bif.oeminfo, sizeof(sc->bif.oeminfo))) go

Re: [releng_6 tinderbox] failure on i386/i386

2005-11-06 Thread Hajimu UMEMOTO
code 1 > > Stop in /src. > *** Error code 1 delphij> Will someone from freebsd-acpi@ please consider MFC'ing part of recent delphij> ACPICA code to fix this? Oops, I've just did MFC the fix. Sorry for the mess. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Ai

Re: IPv6 router solicitation not being received

2005-08-11 Thread Hajimu UMEMOTO
t; 4] |= 1 << (h & 0xF); Yup, you are right. I focused attention only on the difference with NetBSD's driver. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume/ _

Re: IPv6 router solicitation not being received

2005-08-11 Thread Hajimu UMEMOTO
/dev/tx/if_tx.c Thu Aug 11 17:47:45 2005 @@ -1274,7 +1274,7 @@ epic_set_mc_table(sc) { struct ifnet *ifp = &sc->sc_if; struct ifmultiaddr *ifma; - u_int16_t filter[4]; + u_int32_t filter[4]; u_int8_t h; if (ifp->if_flags & (IFF_ALLMULTI | IF

HEADS-UP: ABI compatibility of getaddrinfo(3) was lost.

2005-07-22 Thread Hajimu UMEMOTO
64 bit arch. include/netdb.h:1.39 lib/libc/net/getaddrinfo.c: 1.70 Approved by:re (kensmith) Revision ChangesPath 1.38.2.1 +0 -19 src/include/netdb.h 1.69.2.1 +0 -3 src/lib/libc/net/getaddrinfo.c --- End Message --- -- H

Re: RELENG_5 and FAST_IPSEC limits

2005-03-23 Thread Hajimu UMEMOTO
a such as SA dump. It may become overhead. Further, data size is unassured to be same between these two sysctl call. If data grows, 2nd sysctl call will fail. In anyway, it solves a limitation of SADB_DUMP. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTE

Re: RELENG_5 and FAST_IPSEC limits

2005-03-16 Thread Hajimu UMEMOTO
SAHTREE_UNLOCK(); m_freem(m); *errorp = ENOBUFS; return (NULL); @@ -6626,6 +6634,7 @@ key_setdump(req_satype, errorp) } } } + SAHTREE_UNLOCK();

Re: RELENG_5 and FAST_IPSEC limits

2005-03-16 Thread Hajimu UMEMOTO
se + return (EINVAL); + + if (sysctl(mib, l, NULL, &len, NULL, 0) < 0) + return (-1); + buf = malloc(len); + if (!buf) + return (ENOBUFS); + if (sysctl(mib, l, buf, &len, NULL, 0) < 0) { + free(buf); +

Re: ftp.perl.org strangeness

2004-03-17 Thread Hajimu UMEMOTO
@@ -168,6 +168,12 @@ and .Sy search rules with the given name. +.It Sy no__query +tells the resolver not to attempt to qurey an record. There are +some name servers which return NXDOMAIN against an query in the +world. Though the behavior is a bug, this option prevent IPv4 u

Re: thread safe functions missing ... ?

2003-09-14 Thread Hajimu UMEMOTO
Hi, >>>>> On Sun, 14 Sep 2003 21:31:22 -0300 (ADT) >>>>> "Marc G. Fournier" <[EMAIL PROTECTED]> said: scrappy> from the 5.x man page: scrappy> BUGS scrappy> The current implementation is not thread-safe. I've just committed to re

Re: Reproducable panic with multicast on VLAN interface

2003-07-19 Thread Hajimu UMEMOTO
html volf> Indeed this fixes my problem as well! volf> I hope it will be integrated into the CVS tree soon. I've just committed it into 5-CURRENT. I'll do MFC ater 1 week. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECT

HEADS UP: Re: Ifconfig config of gif tunnels

2002-10-13 Thread Hajimu UMEMOTO
e created gif interfaces the device was automatically up, this doesnt c.scott> seem to be the case anymore. Is this a new feature or a bug? Doing up gif device automatically was a bug, and it was corrected. /etc/rc.network was changed to do up gif tunnel during setup. Please don't forget to

Re: sshd doesn't log hostname into utmp correctly

2002-08-01 Thread Hajimu UMEMOTO
Hi, >>>>> On 01 Aug 2002 17:18:23 +0200 >>>>> Dag-Erling Smorgrav <[EMAIL PROTECTED]> said: des> Hajimu UMEMOTO <[EMAIL PROTECTED]> writes: > des> Could you please submit it to <[EMAIL PROTECTED]>? > Yes, I'll sent it. > Can

Re: 4.6-RELEASE delayed

2002-05-31 Thread Hajimu UMEMOTO
o resolve this issue. You can re-define make_resolv_conf() in /etc/dhclient-enter-hooks to don't update /etc/resolv.conf. Please refer dhclient-script(8) manpage. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] ume@{,jp.}Fre

Re: BIND in -stable

2002-05-05 Thread Hajimu UMEMOTO
imply ignored an IPv6 line and did query to IPv4 address. 8.3.X of nslookup doesn't ignore an IPv6 line due to an IPv6 awareness of libbind and try to query to 0.0.0.0 which is dummy nsaddr_list entry for an IPv6 entry. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTEC

Re: src-sys-crypto and src-all (was des_enc.S)

2002-04-03 Thread Hajimu UMEMOTO
src tree, smbfs.ko will be compiled with DES support. Recently, new module (des_enc.S) was added into src/sys/crypto and smbfs.ko requires it. It seems you had src/sys/crypto in your src tree but you didn't do CVSup for src-sys-crypto collection. -- Hajimu UMEMOTO @ Internet Mutual Aid So

Re: 4.4-PRERELEASE never resume from suspend

2001-08-04 Thread Hajimu UMEMOTO
t IP packet filtering initialized, divert disabled, rule-based forwarding disabled, default to deny, logging disabled WARNING: pseudo-random number generator used for IPsec processing IPv6 packet filtering initialized, logging disabled Linux-ELF exec handler installed Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/

4.4-PRERELEASE never resume from suspend

2001-08-04 Thread Hajimu UMEMOTO
Hi, I did CVSup and built 4.4-PRERELEASE of yesterday. Once suspend, my laptop never resume. The kernel of Jul 21 is okay. My laptop is called Chandra2. Dynabook 3380 SS is okay. Did someone else meet this problem? -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL

Re: lpd: Malformed from address

2001-06-02 Thread Hajimu UMEMOTO
rt into FreeBSD from NetBSD, I wrongly brought reserved port checking code into FreeBSD. Originally, FreeBSD's lpd didn't check validity of connection by checking if it comes from reserved port. However, since lpd relies on r-authentication, it should be expected. Though it is easy t

Re: 4.3-BETA2, name resolution problem?

2001-03-16 Thread Hajimu UMEMOTO
o(3) always queries RR in addition to A RR even if kernel doesn't support IPv6. It is real behavior of getaddrinfo(3) without specifying AI_ADDRCONFIG. Because, query for RR and A RR is done in same time, it should not be a problem. Once there was DNS query order problem at 4.0-REL

Re: Temp and fan program

2001-03-07 Thread Hajimu UMEMOTO
an and temperature. And, there is Gnome'fy plug-in. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: 3.5->4.2: perl buildworld error

2000-11-22 Thread Hajimu UMEMOTO
o upgrade my box. Though I built kernel 1st and did buildworld on 4.2-RELEASE's kernel, after all it was end with core dump during building Perl. So, NOPERL helped me. Before upgrading, I refered UPDATING. However, it didn't mention about this. I think this topic should go to UPDATING.

Re: 4.2-RELEASE + SCSI device unable to mount file system

2000-11-22 Thread Hajimu UMEMOTO
ported > > da0s1: bad sector table not supported > >Why do you have a badsector table on a SCSI disk?? bad144 was canned quite >some time ago, I think that might be causing this. Badsect tables are for >old ESDI etc drives. Never been for SCSI Edit your disklabel by disklab

Re: bugfix from KAME sys/296 before code freeze?

2000-11-03 Thread Hajimu UMEMOTO
ve -stable is ume> already in code freeze. I MFC'd it. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.imasy.org/~ume/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message