Was this system "upgraded" from RELENG_8 to RELENG_9, or was a fresh
install of 9.x put on it directly?
The system was freshly installed. Prior to my buildworld and
buildkernel, smartctl didn't work either.
Is there someone else on the list who uses mps(4) on 9.x and has success
using smartmon
I have the exact same problem with a LSI 3081E-R card and FreeBSD 9-Stable,
compiled yesterday.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr.
This endless route lookup miss message problem is reproducible without
FLOWTABLE.
The problem is with the multiple FIBs. I cannot reproduce this problem in my
home network
but the problem is easily seen at work.
The route lookup miss itself in multi-FIBs configuration may be normal
depending
- Original Message -
From: "Alexander V. Chernikov"
RTM_MISS: Lookup failed on this address: len 184, pid: 0, seq 0, errno
0, flags:
locks: inits:
sockaddrs:
::A.B.C.D
I'm unable to reproduce an issue on (nearly) GENERIC 8-S, but I see
nearly the same situation on 8.1-S box with FLO
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10.10.2011 13:50, Steven Hartland wrote:
> - Original Message - From: "Li, Qing"
>
>>> RTM_MISS: Lookup failed on this address: len 184, pid: 0, seq 0, errno
>>> 0, flags:
>>> locks: inits:
>>> sockaddrs:
>>> ::A.B.C.D
>>>
I'm unable to
Hello,
I'm building a setup for incoming L2TP over IPsec connections
using FreeBSD 8.2-REL.
IPsec based on ports/security/ipsec-tools, the l2tp part
works from net/mpd5/.
If I disable the PF rules, everything works.
If I enable the PF rules, the IPsec connection still comes up,
but the L2TP req
Hello,
I am smartmontools developer and FreeBSD port maintainer. If you could
provide shell access to the affected system i can try to debug issue. I
have no access to the mpt devices myself and it is unclear what going on
from provided backtrace.
On 11/03/2011 09:40 AM, Frank Razenberg wrot
On 11/3/2011 5:24 AM, Olav Gjerde wrote:
I have the exact same problem with a LSI 3081E-R card and FreeBSD 9-Stable,
compiled yesterday.
I am too, and I'm having trouble getting smartmontools built with
debugging symbols to get a meaningful coredump. If I can sort that out
today, I'll post a
Thank you. I currently got shell, but user-only, what is useless for me
;-) (All ioctl/cam commands require superuser)
I asked for the root and now waiting for it. You can also provide shell
so i will have more boxes to test. I am expecting some very trivial bug
caused by some wrong data retur
On Thu, Nov 3, 2011 at 12:12 PM, Alex Samorukov wrote:
> I am smartmontools developer and FreeBSD port maintainer. If you
> could provide shell access to the affected system i can try to debug
> issue. I have no access to the mpt devices myself and it is unclear
> what going on from provided backt
Hi. I got the same problem. After some debugging I came up with the
following patch:
--- os_freebsd.cpp.orig 2011-10-06 18:43:44.0 +0200
+++ os_freebsd.cpp 2011-10-23 11:19:31.492599837 +0200
@@ -1044,8 +1044,13 @@
}
if (iop->sensep) {
+#if CAM_VERSION < 0x16
memcpy(iop->
On Thu, Nov 3, 2011 at 1:52 PM, Alex Samorukov wrote:
> Thank you. I currently got shell, but user-only, what is useless for
> me ;-) (All ioctl/cam commands require superuser)
>
> I asked for the root and now waiting for it. You can also provide
> shell so i will have more boxes to test. I am exp
Thank you,
it is really caused by MFC r225950 and smartctl way to detect sense
length. I decided not to add ifdefs, but change the logic.
I fixed this in SVN [1], patch in the unified diff format could be
downladed at [2]. Please test this, and if it works fine - i will submit
PR to the por
On 11/03/2011 08:37 PM, James wrote:
On Thu, Nov 3, 2011 at 1:52 PM, Alex Samorukov wrote:
Thank you. I currently got shell, but user-only, what is useless for
me ;-) (All ioctl/cam commands require superuser)
I asked for the root and now waiting for it. You can also provide
shell so i will ha
Thank you Alex, as you already confirmed, it works perfectly on my box
again. Thanks again.
-Frank
On Thu, Nov 3, 2011 at 9:09 PM, Alex Samorukov wrote:
> On 11/03/2011 08:37 PM, James wrote:
>
>> On Thu, Nov 3, 2011 at 1:52 PM, Alex Samorukov wrote:
>>
>>> Thank you. I currently got shell, bu
On Thu, Nov 3, 2011 at 3:09 PM, Alex Samorukov wrote:
> Could you please try to build latest svn version (see [1]) ? I think
> i fixed this bug.
Thanks, Alex. Looks like you fixed it. smartctl no longer
segfaults.
--
James.
___
freebsd-stable@
On 11/03/2011 09:35 PM, James wrote:
Thanks, Alex. Looks like you fixed it. smartctl no longer segfaults.
Thank you for testing. I submitter PR [1] with this patch. It also
contain patch to avoid problems with SATA drives on LSI (SAS) controllers.
[1] http://www.freebsd.org/cgi/query-pr.cgi?pr
On Thu, Nov 03, 2011 at 03:35:48PM -0500, James wrote:
> On Thu, Nov 3, 2011 at 3:09 PM, Alex Samorukov wrote:
> > Could you please try to build latest svn version (see [1]) ? I think
> > i fixed this bug.
>
> Thanks, Alex. Looks like you fixed it. smartctl no longer
> segfaults.
I'm gla
Hi
In bsdinstaller on netconfig_ipv4 stage possible situation of record
with empty values ifconfig in rc.conf.
For this purpose it is necessary on a question
"Would you like to configure IPv4 for this interface" choose "Yes",
then "No" for configuring via DHCP and
in the dialog forms with IP Add
Hello.
I realised something weird in FreeBSD 10.-CURRENT/amd64 (CLANG
compiled), build as from today (buildworld).
Working the whole day coding some pyhton scripts and committing the code
to my subversion server (most recent subversion from the ports
collection, the server is a FreeBSD 9.0-RC1/amd
On Thu, Nov 03, 2011 at 11:17:08PM +0100, O. Hartmann wrote:
> Hello.
> I realised something weird in FreeBSD 10.-CURRENT/amd64 (CLANG
> compiled), build as from today (buildworld).
>
> Working the whole day coding some pyhton scripts and committing the code
> to my subversion server (most recent
On 11/3/2011 4:09 PM, Alex Samorukov wrote:
On 11/03/2011 08:37 PM, James wrote:
On Thu, Nov 3, 2011 at 1:52 PM, Alex Samorukov wrote:
Thank you. I currently got shell, but user-only, what is useless for
me ;-) (All ioctl/cam commands require superuser)
I asked for the root and now waiting fo
On Thu, 3 Nov 2011, Kurt Jaeger wrote:
Hello,
I'm building a setup for incoming L2TP over IPsec connections
using FreeBSD 8.2-REL.
I assume you are explicitly using tunnel mode?
IPsec based on ports/security/ipsec-tools, the l2tp part
works from net/mpd5/.
If I disable the PF rules, every
Am 11/03/11 23:48, schrieb Jeremy Chadwick:
> On Thu, Nov 03, 2011 at 11:17:08PM +0100, O. Hartmann wrote:
>> Hello.
>> I realised something weird in FreeBSD 10.-CURRENT/amd64 (CLANG
>> compiled), build as from today (buildworld).
>>
>> Working the whole day coding some pyhton scripts and committin
24 matches
Mail list logo