m_get_tag returns same tag address when called multiple times

2014-05-13 Thread Sreenivasa Honnur
Hi, In FreeBSd-11 Current i am seeing that m_tag_get() returns same tag address for two subsequent calls, and m_tag_find() results in panic with below stack trace. Anything wrong here? Fatal trap 9: general protection fault while in kernel mode cpuid = 4; apic id = 04 instruction pointer = 0

Re: Locking console with Ctrl-S hangs various processes (ttydcd)

2014-05-13 Thread Adrian Chadd
Hi! This sounds rather silly and should be fixed. Yes, hanging the vty shouldn't hang the console device. Would you / your friend mind filing a PR? Thanks! -a On 13 May 2014 15:42, Mikhail T. wrote: > Hello! > > A fellow FreeBSD user was recently confounded by a problem: various processes

Re: ports/INDEX building broken on 11.0-CURRENT

2014-05-13 Thread Don Lewis
On 13 May, To: po...@freebsd.org wrote: > Please excuse the crosspost. I'm not sure if this is a ports problem or > a CURRENT problem. > > I just updated my 11.0-CURRENT machine to r265940 and can no longer > build ports/INDEX-11. My ports tree is r353903. I think this problem > is being caused

Locking console with Ctrl-S hangs various processes (ttydcd)

2014-05-13 Thread Mikhail T.
Hello! A fellow FreeBSD user was recently confounded by a problem: various processes on his 10.0 system were hanging or otherwise misbehaving: su, certain daemons, syslogd. They were all hung in the "ttydcd"-state. Searching for that revealed only

Re: Leaving the Desktop Market

2014-05-13 Thread Allan Jude
On 2014-05-13 02:06, Adrian Chadd wrote: > Did you set cx_lowest on hw.acpi.cpu ? > > > -a > > > On 12 May 2014 20:07, Allan Jude wrote: >> Before and after cx_lowest=c8 on an E5-2620v2 >> >> before: >> >> # pcm.x 1 >> >> Intel(r) Performance Counter Monitor V2.6 (2013-11-04 13:43:31 >> +0100 ID=d

Re: r 265947: relocation truncated to fit: R_X86_64_PC32 against symbol `__error' defined in .text

2014-05-13 Thread Ian Lepore
On Tue, 2014-05-13 at 11:28 +0200, O. Hartmann wrote: > On FreeBSD 11.0-CURRENT, > > FreeBSD 11.0-CURRENT #1 r265924: Mon May 12 20:38:01 CEST 2014 amd64 > > The system is working so far, but when trying to compile the ost recent > sources > (buildworld), I get the following error: > > cc -O2 -

fsck bug in replaying partial frag truncate journal on UFS SU+J?

2014-05-13 Thread takehara . mikihito
Hello, I think fsck_ffs has a bug in replaying partial frag truncate journal on UFS SU+J. Bellow I tested about the issue. I tested blocksize==4KB, fragsize=512byte UFS SU+J. But I think these parameters are not related to this issue. 1) Preparing 4096byte(1block) test file. 2) Use "truncate"

Re: RFT vidcontrol for vt(4)

2014-05-13 Thread Aleksandr Rybalko
On Mon, 12 May 2014 19:51:21 -0400 George Mitchell wrote: > On 05/12/14 11:25, Nathan Whitehorn wrote: > > [...] > > > > Is there any reason not to have kbdmux be mandatory at this point? > > [...] > > Does this mean mandatory in the sense that the kbdmux driver always > gets built and loaded, o

r 265947: relocation truncated to fit: R_X86_64_PC32 against symbol `__error' defined in .text

2014-05-13 Thread O. Hartmann
On FreeBSD 11.0-CURRENT, FreeBSD 11.0-CURRENT #1 r265924: Mon May 12 20:38:01 CEST 2014 amd64 The system is working so far, but when trying to compile the ost recent sources (buildworld), I get the following error: cc -O2 -pipe -O3 -I/usr/src/usr.bin/xinstall/../../contrib/mtree -I/usr/src/usr.

ports/INDEX building broken on 11.0-CURRENT

2014-05-13 Thread Don Lewis
Please excuse the crosspost. I'm not sure if this is a ports problem or a CURRENT problem. I just updated my 11.0-CURRENT machine to r265940 and can no longer build ports/INDEX-11. My ports tree is r353903. I think this problem is being caused by the recent changes to /usr/share/mk/*. # make i