Hey,
i´m trying to build a custom kernel with no sound support build in.
This is my make.conf:
MALLOC_PRODUCTION=true
KERNCONF=MYKERNEL #GENERIC-NODEBUG
DEVELOPER=yes
and this is my kernel configuration:
include GENERIC-NODEBUG
ident MYKERNEL
nodevicesound # Generic sound dr
omponents as modules:
191 0x82221000 438d9linux.ko
203 0x82265000 7c49 linux_common.ko
211 0x8226d000 3d8f5linux64.ko
221 0x822ab000 ab75 linprocfs.ko
--
Alexander Kabaev
pgpG8HhHCYutw.pgp
Description: Цифровая подпись OpenPGP
Quoting Bryan Drewery (from Sun, 4 Jun 2017
14:38:07 -0700):
On 6/4/17 5:09 AM, Alexander Leidinger wrote:
Hi,
new kernel (surely r318877 and later) and old syslog in a jail = NOK.
What branch and revision is the syslogd? From my understanding the bug
exists in a head version of
/etc/make.conf
CFLAGS+= -O2 -pipe #-mfpmath=sse -msse2
COPTFLAGS= -O2 -pipe
CPUTYPE?=native
WITH_CCACHE_BUILD=yes
Bye,
Alexander.
--
http://www.Leidinger.net alexan...@leidinger.net: PGP 0x8F31830F9F2772BF
http://www.FreeBSD.orgnetch...@freebsd.org : PGP 0x8F31830F9F2772BF
pgpSucFrAXWFq.pgp
Description: Digitale PGP-Signatur
COMPAT_FREEBSD32
options COMPAT_FREEBSD10
options COMPAT_FREEBSD11
---snip---
new kernel and new syslog = OK
Bye,
Alexander.
--
http://www.Leidinger.net alexan...@leidinger.net: PGP 0x8F31830F9F2772BF
http://www.FreeBSD.orgnetch...@freebsd.org : PGP 0x8F31830F9F2772BF
- the hardware wasn't 100% supported before the iflib changes (it seems)
- the iflib changes have lost some watchdog functionality /
auto-failure-recovery feature
Bye,
Alexander.
--
http://www.Leidinger.net alexan...@leidinger.net: PGP 0x8F31830F9F2772BF
http://www.FreeBSD.orgnetch...@freebsd.org : PGP 0x8F31830F9F2772BF
pgpqIGQZOTqna.pgp
Description: Digitale PGP-Signatur
of a deadlock somewhere please tell.
Bye,
Alexander.
--
http://www.Leidinger.net alexan...@leidinger.net: PGP 0x8F31830F9F2772BF
http://www.FreeBSD.orgnetch...@freebsd.org : PGP 0x8F31830F9F2772BF
pgp2GNaFtZUlA.pgp
Description: Digitale PGP-Signatur
On Fri, 27 Jan 2017 10:47:20 -0800 (PST)
Don Lewis wrote:
> On 27 Jan, Alexander Kabaev wrote:
> > On Fri, 27 Jan 2017 00:31:30 -0800 (PST)
> > Don Lewis wrote:
>
> >> If I create a simple test program that calls malloc() and set a
> >> breakpoint in mall
7 => /lib/libc.so.7 (0x801d91000) libstore.so.3
> =>
> /wrkdirs/usr/ports/editors/openoffice-devel/work/aoo-4.2.0/main/solver/420/unxfbsdx.pro/lib/libstore.so.3
> (0x802152000)
>
>
> If I create a simple test program that calls malloc() and set a
> breakpoint in malloc(), the breakpoint gets set in the rtld version,
> but the the libc version of malloc is what gets called.
>
> What the heck is going on here, and how can I fix it?
>
rtld on my system does not have malloc exposed as dynamic symbol, it
cannot possibly be used for symbol resolution by any outside module.
--
Alexander Kabaev
pgpPf7f_BI7sM.pgp
Description: Цифровая подпись OpenPGP
>
> -p
>
>
> --
> Pete Wright
> p...@nomadlogic.org
> nomadlogicLA
What we need, IMHO, of course, is to stop jamming _example_ config file
down everyone's throat. Not even Linux does install that file unchanged.
--
Alexander Kabaev
pgpHx_puTsrm7.pgp
Description: Цифровая подпись OpenPGP
h this
patch on very quick tests card seems working properly.
On 08.11.2016 07:42, Alexander Motin wrote:
> As I have told before, this card is from completely different price
> segment then proper SAS/SATA HBAs. For its $80 it is not promised to be
> reliable. But in case anything can be
aniel Engberg wrote:
> I discussed this card briefly with Alexander Motin (@mav) back in 2015,
> https://forums.freebsd.org/threads/50411/page-2#post-282648 .
> I've CCed him for suggestions.
>
> https://lists.freebsd.org/pipermail/freebsd-current/2016-October/063668.
0
0x00 0x00 0x00 0x00 0x02 0x00 0xb7 0x00
mask: 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x00 0xff 0xff 0xff 0xff
0xff 0xff 0xff 0xff 0xfe 0xff 0xff 0xff
failing jail is "11-stab-arm64 11.0-PRERELEASE r306344 arm64.aarch64 svn 2016-09-26
18:54:15 /usr/local/pd/jai
> Can anybody test of output for:
>>>>
>>>> zfs list
>>>>
>>>> command on FreeBSD current after r305211 ? On my hosts his leads to
>>>> zfs segfault.
>>
>> --
>> Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@ya
Hi.
On 03.09.2016 23:50, Subbsd wrote:
> Can anybody test of output for:
>
> zfs list
>
> command on FreeBSD current after r305211 ? On my hosts his leads to
> zfs segfault.
Works normally for me at r305342. Any more information?
-
Quoting Alexander Leidinger (from Sat, 03
Sep 2016 08:24:49 +0200):
Quoting Bryan Drewery (from Fri, 2 Sep 2016
15:51:56 -0700):
The error message is obvious, it tries to create a hardlink which is off
course not possible when src and dest of the link are on different FS.
My goal of an
case" looks like a useful feature in general.
My current (idea for a) workaround is "make -i installworld" and to
copy the which failed. This is not clean, but looks less intrusive
than introducing a new way (null-mounts) in iocage.
Bye,
Alexander.
--
http://www.Le
work like this off course. Do we have an easy way of telling
installworld to create symlinks instead of hardlinks, or alternatively
a way to tell to copy instead of doing a hardlink if the install hits
the cross-device case?
Bye,
Alexander.
--
http://www.Leidinger.net alexan...@leidinger
ed in /usr/local/pd/jails/11-stab-amd64/usr/src
[00:35:57] >> Error: Failed to 'make installworld'
15113.866u 1497.004s 35:57.43 769.9%49262+602k 335984+2724910io
484194pf+0w
regards,
Ross
--
Ross Alexander, (780) 675-6823 desk / (780) 689-0749 cell, r...@athabascau.ca
ght solution, but suppose that in couple years nobody
will bother about that hardware at all.
--
Alexander Motin
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
25.03.2016, 02:11, "Guy Yur" :
> Hi,
>
> When changing the ipv6 default route I get a panic on wlock already held.
> Could be related to r293424 lock changes, haven't checked an older version
> yet.
Hi,
Yes, there is a problem when the default route next hop is filled in
incorrectly, so lookup fa
issue is gone.
>
> Reverted commits: r296510, r296512, r296514, r296516, r296519,
> r296521, r296523, r296528, r296530
Should be fixed by r296563.
Illumos assumes full sync between kernel and world, so they are quietly
breaking ABI as often as they want for any new feature. O
13.01.2016, 13:02, "Olivier Cochard-Labbé" :
> On Wed, Jan 13, 2016 at 9:45 AM, Alexander V. Chernikov
> wrote:
>
>> I suspect the reason here is link state bridge handling.
>> ix0 does not seem to have IFCAP_LINKSTATE option but re(4) does. Probably
>>
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
12.01.2016, 23:48, "Olivier Cochard-Labbé" :
> On Tue, Jan 12, 2016 at 7:22 PM, Adrian Chadd
> wrote:
>
>> This is actually the intended behaviour, right? The routed interface
>> is down, so the IP address on it and connected to it are unreachable.
>
> Hi Adrian,
>
> the routed interface is a b
12.01.2016, 01:53, "Olivier Cochard-Labbé" :
> After weeks of troubleshooting, at last I found how to reproduce this
> problem ;-)
Hi Olivier,
>
> Here is the setup:
>
> LAN0 <--> [(re0) fbsd router (bridge0 addm re1 addm wlan0)] <--> Wireless
> LAN
>
> If interface re1 (bridge0 member with wlan0)
On Wed, 09 Dec 2015 09:38:07 +0100
Miroslav Lachman <000.f...@quip.cz> wrote:
> Alexander Leidinger wrote on 12/09/2015 09:00:
> > Does this ring a bell for someone or any ideas before I try to hunt
> > this down?
>
> The same problem was reported yesterday o
579M Active, 709M Inact, 2311M Wired, 8253M Free
ARC: 1460M Total, 418M MFU, 868M MRU, 1946K Anon, 17M Header, 155M Other
Swap: 4096M Total, 4096M Free
Does this ring a bell for someone or any ideas before I try to hunt
this down?
Bye,
Alexander.
--
http://www.Leidinger.net alexan...@leidinge
t eventtimer, if
available. Say, I had to select HPET on my old i7 920 to make timeouts
run reliably.
sysctl kern.eventtimer.timer=HPET
--
Alexander Kabaev
pgpjgZfocKN6s.pgp
Description: OpenPGP digital signature
you using IPv6?
>
> On Thu, Nov 19, 2015 at 12:42 PM Alexander Leidinger <
> alexan...@leidinger.net> wrote:
>
>> On Wed, 11 Nov 2015 11:45:32 +0100
>> Alexander Leidinger wrote:
>>
>> > Hi,
>> >
>> > I' updated a sys
On Wed, 11 Nov 2015 11:45:32 +0100
Alexander Leidinger wrote:
> Hi,
>
> I' updated a system with -current as of r287323 (end August) to
> r290633 (yesterday).
>
> Result: no network connection (not even ping) on igb.
> Ping internally (local addresses) works,
e initially, but then I commented
them out, cleaned out /usr/obj (rm -r) and rebuild/reinstall to make
sure it's not due to them (CPUTYPE commented out due to the fact that
there's a new compiler, and I use zsh and there was a commit talking
about zsh and CPUTYPE workaround).
Bye,
Alexander.
--
03.11.2015, 17:05, "David Wolfskill" :
> This was on my laptop; yesterday, it built & booted:
>
> FreeBSD g1-252.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #230
> r290270M/290270:1100085: Mon Nov 2 05:03:07 PST 2015
> r...@g1-252.catwhisker.org:/common/S4/obj/usr/src/sys/CANARY amd64
>
> OK
31.10.2015, 16:46, "Adrian Chadd" :
> On 31 October 2015 at 09:34, Alexander V. Chernikov
> wrote:
>> 31.10.2015, 05:32, "Adrian Chadd" :
>>> Hiya,
>>>
>>> Here's a panic from arptimer:
>> Hi Adrian,
>>
>>
31.10.2015, 05:32, "Adrian Chadd" :
> Hiya,
>
> Here's a panic from arptimer:
Hi Adrian,
As far as I see, line 205 in if_ether.c is IF_AFDATA_LOCK(ifp) which happens
after LLE_WUNLOCK().
So, it looks like (pre-cached) ifp had been freed before locking ifdata.
Do you have any more details on tha
30.10.2015, 00:57, "Bryan Drewery" :
> On 10/29/2015 9:46 AM, Bryan Drewery wrote:
>> On 10/29/15 9:42 AM, Eric van Gyzen wrote:
>>> On 10/29/2015 11:25, Bryan Drewery wrote:
# ifconfig
igb0: flags=8843 metric 0 mtu 1500
options=403bb
ether c8:0a:a9:04:3
13.09.2015, 23:54, "Mark Johnston" :
> On Sun, Sep 13, 2015 at 04:23:23PM +0300, Alexander V. Chernikov wrote:
>> Hello all,
>>
>> I keep running in
>> "dtrace: failed to compile script: "/usr/lib/dtrace/psinfo.d", line 39:
>> failed t
Hello all,
I keep running in
"dtrace: failed to compile script: "/usr/lib/dtrace/psinfo.d", line 39: failed
to copy type of 'pr_uid': Type information is in parent and unavailable"
message more and more often while trying to trace different -current kernels.
Typically the reason besides that is
12.09.2015, 20:30, "hiren panchasara" :
> On 09/12/15 at 03:32P, Alexander V. Chernikov wrote:
>> 12.09.2015, 02:22, "hiren panchasara" :
>> > On 09/11/15 at 09:06P, Hans Petter Selasky wrote:
>
> [skip]
>> > I'll try to get it. Me
12.09.2015, 02:22, "hiren panchasara" :
> On 09/11/15 at 09:06P, Hans Petter Selasky wrote:
>> On 09/10/15 21:23, hiren panchasara wrote:
>> > I am on 11.0-CURRENT FreeBSD 11.0-CURRENT #4 r286760M: Thu Sep 10
>> > 08:15:43 MST 2015
>> >
>> > I get random (1 out of 10 tries) panics when I do:
>
28.08.2015, 04:56, "Chris H" :
> I've been attempting to run jails on an 11-CURRENT
> for the purpose of building world/kernel && ports
> for all of our 9-STABLE production servers. I'm using
> standard/classic jail setup(s) -- not using any
> of the "convenience" ports/applications that abstract
>
Hi there,
I just tried to do a buildworld with a current svn checkout (r286978). However
it appears that world fails with WITHOUT_SSP set.
I'm currently running r284582, so the SSP issue must have been introduced
somewhere between those two revision.
Cheers
Alexander
Here's the
will just remain frozen forever, that will be
will be difficult to diagnose, but I would better just dropped device
freeze in that case same as in case of completion with error.
--
Alexander Motin
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
7; login class. Way to go, people, way to
go.
I confirm that ls is indeed broken in KOI8-R locale. I should have
noticed that before, has I now been sabotaged by unintentional locale
switcharoo.
--
Alexander Kabaev
pgpeIxHWK513t.pgp
Description: OpenPGP digital signature
On 26.05.2015 09:06, Neel Natu wrote:
> On Mon, May 25, 2015 at 1:40 PM, Garrett Cooper wrote:
>> On Apr 28, 2015, at 0:54, Alexander Motin wrote:
>>> On 27.04.2015 21:17, Garrett Cooper wrote:
>>>> On Apr 27, 2015, at 11:16, Garrett Cooper
>>>> wrot
30.04.2015, 15:31, "David Wolfskill" :
> From /var/crash/core.txt.6:
>
> Thu Apr 30 05:21:22 PDT 2015
>
> FreeBSD 11.0-CURRENT FreeBSD 11.0-CURRENT #47 r282269M/282269:1100071: Thu
> Apr 30 05:07:08 PDT 2015
> r...@g1-254.catwhisker.org:/common/S3/obj/usr/src/sys/CANARY amd64
>
> panic: re
ny other load on host except this VM
that could cause I/O delays high enough to trigger timeouts? What are
you using to back the virtual disk (file, zvol, ...)?
--
Alexander Motin
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd
Hi.
> I've got the following panic running FreeBSD-11-current:
I'm sorry, it was my mistake. Should be fixed by r281310.
Though that is generally a bad Carma to loose active swap device.
--
Alexander Motin
___
freebsd-current@freebs
the case where copying our
headers and stashing them away in random location is actually
beneficial.
--
Alexander Kabaev
pgpzGNF1jGZBc.pgp
Description: OpenPGP digital signature
was a transient problem with callouts in HEAD at the
> same time. Could you please test again with this patch and a very
> recent HEAD?
>
> Thank you to everyone!
>
> --
> Jean-S'ebastien P'edron
>
Just as a data point, 'stray timeout' happens in
> can’t verify the patch other than build test it and run it for what
> existing cases I have.
>
> What do you think Alexander?
SSD in my laptop can to 20K simple case IOPS in one stream, that means
~50us time. So I think this patch should not harm. From the other side
these num
AL(inq_data) &
>> 0x08) != 0)
>> +#define SID_QUAL_IS_VENDOR_UNIQUE(inq_data) ((SID_QUAL(inq_data) &
>> 0x04) != 0)
>>u_int8_t dev_qual2;
>> #define SID_QUAL2 0x7F
>> #define SID_LU_CONG0x40
>
> CCin
On 11.10.2014 18:15, David Wolfskill wrote:
On Sat, Oct 04, 2014 at 04:35:51PM +0400, Alexander V. Chernikov wrote:
Hi,
I'm going to merge projects/ipfw branch to HEAD in the middle of next week.
OK; I was able to build & install head @r272938 this morning on my
laptop; on rebo
On 04 Oct 2014, at 16:35, Alexander V. Chernikov wrote:
> Hi,
>
> I'm going to merge projects/ipfw branch to HEAD in the middle of next week.
Merged in r 272840.
>
> What has changed:
>
> Main user-visible changes are related to tables:
>
> * Tables are now
On 01.10.2014 02:02, Mike. wrote:
> On 9/30/2014 at 7:25 PM José Pérez Arauzo wrote:
>
>
> |[snip]
> |Try the 271146,
> |[snip]
> =
This might be related with r271207.
Can you try r271206 (or any recent HEAD with reverted r271207) ?
>
>
> I installed the 10.0 release CD.
>
> T
Hi,
I'm going to merge projects/ipfw branch to HEAD in the middle of next week.
What has changed:
Main user-visible changes are related to tables:
* Tables are now identified by names, not numbers. There can be up to
65k tables with up to 63-byte long names.
* Tables are now set-aware (defaul
which suggests all references were
> closed) instead of waiting.
>
> Adding mav@ as he may have some idea.
Some time ago I experimented with ZFS behavior in situation of
disappearing disks. I fixed several most easily reproducible
scenarios, but finally I've got to conclusion that ZFS in
On 08/15/2014 12:31, Alexander Pyhalov wrote:
Hello.
I just stumped on the following gcc bug -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15992 (std::locale is not
working for non-C locales).
Related libstdc++ bug - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41495
--
Best regards
\n", argv [i], e.what ());
}
}
}
$ g++ -o locale t.cpp # or clang++ -o locale t.cpp , doesn't matter
./locale en_US.UTF-8
exception: en_US.UTF-8: locale::facet::_S_create_c_locale name not valid
--
Best regards,
Alexander Pyhalov,
system administrator of Computer Center of South
t and vice versa, vimage is a good example, which throws a
giant wrench into the plan of following OpenBSD 'as closely as
possible', even as the expense of throwing away all of the SMP work
done in pf to date.
--
Alexander Kabaev
signature.asc
Description: PGP signature
} else
free(b->buf, M_DEVBUF);
}
--
Alexander Kabaev
signature.asc
Description: PGP signature
On 10.06.2014 22:56, John-Mark Gurney wrote:
> Alexander V. Chernikov wrote this message on Tue, Jun 10, 2014 at 21:33 +0400:
>> On 10.06.2014 20:24, John-Mark Gurney wrote:
>>> Alexander V. Chernikov wrote this message on Tue, Jun 10, 2014 at 13:17
>>> +0400:
>
On 10.06.2014 22:11, Bryan Venteicher wrote:
- Original Message -
On 10.06.2014 07:03, Bryan Venteicher wrote:
Hi,
- Original Message -
So, after finding out that nc has a stupidly small buffer size (2k
even though there is space for 16k), I was still not getting as good
as p
On 10.06.2014 20:24, John-Mark Gurney wrote:
Alexander V. Chernikov wrote this message on Tue, Jun 10, 2014 at 13:17 +0400:
On 10.06.2014 07:03, Bryan Venteicher wrote:
Hi,
- Original Message -
So, after finding out that nc has a stupidly small buffer size (2k
even though there is
On 10.06.2014 07:03, Bryan Venteicher wrote:
Hi,
- Original Message -
So, after finding out that nc has a stupidly small buffer size (2k
even though there is space for 16k), I was still not getting as good
as performance using nc between machines, so I decided to generate some
flame gra
ooking at some sort of memory leak in a driver (maybe the radeon
> driver?)
>
> --
> John Baldwin
Aren't ZFS buffers accounted as kernel wired memory?
--
Alexander Kabaev
signature.asc
Description: PGP signature
On 07.05.2014 23:24, Sean Bruno wrote:
While screwing around with comcast, I can trivially get this panic out
of my desktop machine, and am very confused. It seems to happen on link
change up/down events. I'm running 11.0-CURRENT FreeBSD 11.0-CURRENT #5
r265280M. I don't have any direct eviden
On 04.05.2014 00:06, Alexander V. Chernikov wrote:
> On 04.05.2014 00:02, Trond Endrestøl wrote:
>> Hi,
>>
>> I updated one of my amd64 base/head VMs this afternoon.
>> It crashes in rt_expunge(), and I think r265279 is to blame.
>>
>> If someone's int
On 04.05.2014 00:02, Trond Endrestøl wrote:
> Hi,
>
> I updated one of my amd64 base/head VMs this afternoon.
> It crashes in rt_expunge(), and I think r265279 is to blame.
>
> If someone's interested, here's the crash report:
>
> http://ximalas.info/~trond/amd64-head-VBOX-crash/r265283/core.txt
On 20.04.2014 22:51, Andrey Fesenko wrote:
On Sun, Apr 20, 2014 at 11:44 PM, Alexander Motin wrote:
On 20.04.2014 22:31, Andrey Fesenko wrote:
On Thu, Apr 17, 2014 at 2:10 PM, Andrey Fesenko
wrote:
if disconnect ssd
pr 17 14:07:08 desktop kernel: ahcich3: DISCONNECT requested
Apr 17 14:07
freely. The limitations could be
read/set with `camcontrol negotiate pass2 -U`, and affect operation
after following `camcontrol reset ...`.
--
Alexander Motin
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd
r forgot something
or want to add something.
Participating in the community before the GSoC would tell something
about your interest (the above message does already tell something) to
participate and may also show something about your knowledge level.
Bye,
Alexander.
--
http://www.Leiding
On 19.02.2014 23:44, Slawa Olhovchenkov wrote:
On Wed, Feb 19, 2014 at 11:04:49PM +0200, Alexander Motin wrote:
On 19.02.2014 22:04, Adrian Chadd wrote:
On 19 February 2014 11:59, Alexander Motin wrote:
So if we're moving towards supporting (among others) a pcbgroup / RSS
hash style
On 19.02.2014 22:04, Adrian Chadd wrote:
On 19 February 2014 11:59, Alexander Motin wrote:
So if we're moving towards supporting (among others) a pcbgroup / RSS
hash style work load distribution across CPUs to minimise
per-connection lock contention, we really don't want the sc
On 19.02.2014 21:51, Adrian Chadd wrote:
On 19 February 2014 11:40, Alexander Motin wrote:
Clock interrupt threads, same as other ones are only softly bound to
specific CPUs by scheduler preferring to run them on CPUs where they are
scheduled. So far that was enough to balance load, but
Hi.
Clock interrupt threads, same as other ones are only softly bound to
specific CPUs by scheduler preferring to run them on CPUs where they are
scheduled. So far that was enough to balance load, but allowed threads
to migrate, if needed. Is it too flexible for some use case?
--
Alexander
ROM, SIP_MEDIA_REMOVABLE, "CHINON", "CD-ROM
CDS-535","*"},
/* quirks */ CD_Q_BCD_TRACKS
+ },
+ {
+ { T_CDROM, SIP_MEDIA_REMOVABLE, "SAMSUNG", "CD-ROM","1.00"},
+ /* quirks */ CD_Q_NO_CHA
On 17.01.2014 03:19, Luigi Rizzo wrote:
In porting the kernel openvswitch code to FreeBSD we
have implemented netlink sockets, so we need to pick a
Wow, great!
How deep you're planning to go with netlink support?
E.g. sockets with NETLINK_GENERIC OVS-related CMDs, or NETLINK_ROUTE
(and other f
On 09.01.2014 05:18, John-Mark Gurney wrote:
Well, I was trying to manually add a route for a host on the local
network (I can explain why, but it doesn't matter) and I got this:
Hello!
There are several different kernel & userland bugs :)
# netstat -rnfinet
Routing tables
Internet:
Destinati
n_internal
This should return a line w/ a large hex number at the front, then run:
addr2line -e /boot/kernel/kernel $( expr 0x+0x9c9)
This will give you a file name and line number, and can you copy/paste
the lines around and including that line number? This w
r/src
portsnap fetch update
(the svn is against 9-stable), rebuilt world+kernel, and ran
'portupgrade -a'. That gave a r259923 kernel.
Arduino now reliably takes the box down, no dump, just a freeze /
reboot. Rebooting on the older kernel doesn't fix anything.
regar
e is no callout lock. I am not sure whether we should better add
check or assertion to _callout_init_lock().
So either VT passes something odd/NULL pointer to callout_init_mtx(), or
something overwrites the callout structure after scheduling the callout.
--
Alexander Motin
___
On Sat, 07 Dec 2013 19:09:26 +0100
Hans Petter Selasky wrote:
> Hi,
>
> Is there a particular reason that "set variable = value" is not
> implemented when using kgbd from the command prompt?
>
> --HPS
Just a thought: maybe you forgot -w on kgdb command
fo -ix gcc
gcc-4.6.3
gcc-ecj-4.5
gccmakedep-1.0.2_1
--
Alexander
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
On 18.11.2013 21:11, Jeff Roberson wrote:
On Mon, 18 Nov 2013, Alexander Motin wrote:
I've created patch, based on earlier work of avg@, to add back
pressure to UMA allocation caches. The problem of physical memory or
KVA exhaustion existed there for many years and it is quite critical
no
On 18.11.2013 14:10, Adrian Chadd wrote:
On 18 November 2013 01:20, Alexander Motin wrote:
On 18.11.2013 10:41, Adrian Chadd wrote:
So, do you get any benefits from just the first one, or first two?
I don't see much reason to handle that in pieces. As I have described above,
each par
On 18.11.2013 11:45, Luigi Rizzo wrote:
On Mon, Nov 18, 2013 at 10:20 AM, Alexander Motin mailto:m...@freebsd.org>> wrote:
On 18.11.2013 10:41, Adrian Chadd wrote:
Your patch does three things:
* adds a couple new buckets;
These new buckets make bucket siz
So, do you get any benefits from just the first one, or first two?
I don't see much reason to handle that in pieces. As I have described
above, each part has own goal, but they much better work together.
On 17 November 2013 15:09, Alexander Motin wrote:
Hi.
I've created
ve in viability of this approach for longer runs.
I would like to hear some comments about that:
http://people.freebsd.org/~mav/uma_pressure.patch
Thank you.
--
Alexander Motin
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/m
n)
> *** [genconstants] Error code 1
>
> make[4]: stopped in
> /usr/home/luigi/FreeBSD/RELENG_9/gnu/usr.bin/cc/cc_tools
>
>
>
> any idea on what is going wrong ?
>
> cheers
> luigi
> ___
> freebsd-current@freebsd.
1]: stopped in /usr/src
*** Error code 1
Stop.
make: stopped in /usr/src
I can not say exactly at what revision it happened - but it was noticed
in revision r255016
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo
s.
- I would reduce polling interval -- 1ms is quite a lot.
--
Alexander Motin
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
On 23.10.2013 14:22, Bryan Drewery wrote:
On 10/23/2013 1:59 AM, Alexander Motin wrote:
Unfortunately I have never seen that, but I'll try to look harder. Could
you please tell a bit about your controllers/devices? What triggered the
issue?
(Sorry for confusing pastes in email, bad c
6
#11 0x in ?? ()
Current language: auto; currently minimal
(kgdb)
--
Alexander Motin
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
Hi all.
r256148 buildworld gives this error:
===> secure/usr.bin/ssh (all)
cc -O2 -pipe -march=athlon64-sse3 -mtune=athlon64-sse3
-I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -include
ssh_namespace.h -DHAVE_LDNS=1 -include krb5_config.h -std=gnu99
-Qunused-arguments -fstack-protecto
test
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
On 07.10.2013 19:09, John Baldwin wrote:
On Sunday, October 06, 2013 3:30:42 am Alexander Motin wrote:
On 02.10.2013 20:30, John Baldwin wrote:
On Saturday, September 07, 2013 2:32:45 am Alexander Motin wrote:
On 07.09.2013 02:02, Jeremie Le Hen wrote:
On Fri, Sep 06, 2013 at 11:29:11AM
On 02.10.2013 20:30, John Baldwin wrote:
On Saturday, September 07, 2013 2:32:45 am Alexander Motin wrote:
On 07.09.2013 02:02, Jeremie Le Hen wrote:
On Fri, Sep 06, 2013 at 11:29:11AM +0300, Alexander Motin wrote:
On 06.09.2013 11:06, Jeremie Le Hen wrote:
On Fri, Sep 06, 2013 at 12:46:27AM
1
And my current host Pc:
10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #1 r256052: Sat Oct 5 03:20:01 EEST 2013
yama@r247396:/usr/obj/zbuilder/vm4all/src-head-clone/sys/GENERIC amd64
Do I really need other 9 to build 9-stable ?
2013/10/4 Davide Italiano
> On Tue, Oct 1, 2013 at 9:05 AM, Alexander Yerenk
tdlib=libc++
WITH_LIBCPLUSPLUS=YES
.endif
On 01.10.2013 16:45, Glen Barber wrote:
On Tue, Oct 01, 2013 at 04:37:42PM +0300, Alexander Panyushkin wrote:
CURRENT r 255964 world not build
Please provide /etc/make.conf and /etc/src.conf.
Glen
___
freebsd-current@f
301 - 400 of 2252 matches
Mail list logo