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
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
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
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/
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
;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
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
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
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
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
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
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
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
.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
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
{ 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
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,
+ &
.
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
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
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
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.
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
; 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
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
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
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
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]
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/~
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
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
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
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,
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
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
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
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
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
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
@@ -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
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
;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
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/
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
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
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
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
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
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
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
* 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
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/
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
-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
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.
; 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
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
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
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
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
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
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/
_
/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
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
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
SAHTREE_UNLOCK();
m_freem(m);
*errorp = ENOBUFS;
return (NULL);
@@ -6626,6 +6634,7 @@ key_setdump(req_satype, errorp)
}
}
}
+ SAHTREE_UNLOCK();
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);
+
@@ -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
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
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
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
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
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
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
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
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/
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
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
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
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
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.
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
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
82 matches
Mail list logo