Re: FreeBSD iscsi target

2014-07-03 Thread Kevin Oberman
On Thu, Jul 3, 2014 at 2:13 AM, Slawa Olhovchenkov wrote: > On Thu, Jul 03, 2014 at 09:31:45AM +0100, Nikolay Denev wrote: > > > On Thu, Jul 3, 2014 at 12:06 AM, Kevin Oberman > wrote: > > > On Wed, Jul 2, 2014 at 1:36 PM, Slawa Olhovchenkov > wrote: > > > > > >> On Wed, Jul 02, 2014 at 12:51:5

Re: EDEADLK from fcntl(F_SETFL) ?

2014-07-03 Thread Adrian Chadd
Hi, I'm currently testing this out. It seems to be working out alright. adrian@test3:~/work/freebsd % svn diff stable/10/src/sys/kern/ Index: stable/10/src/sys/kern/kern_lockf.c === --- stable/10/src/sys/kern/kern_lockf.c (revisio

EDEADLK from fcntl(F_SETFL) ?

2014-07-03 Thread Adrian Chadd
Hi! I've seen sqlite3 crap out due to "disk IO error". It looks like the F_SETFL path is returning EDEADLK when it shouldn't be - only the "wait" version of this should be. The kernel code looks to be: lf_setlock() -> lf_add_outgoing() -> lf_add_edge() -> graph_add_edge() -> EDEADLK .. and lf_s

Re: FreeBSD iscsi target

2014-07-03 Thread Craig Rodrigues
eBSD 10 at svn revision r268201 if you want to give it a try: http://download.freenas.org/nightlies/10.0.0/ALPHA/20140703/ -- Craig ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, se

[head tinderbox] failure on ia64/ia64

2014-07-03 Thread FreeBSD Tinderbox
TB --- 2014-07-03 22:16:31 - tinderbox 2.22 running on freebsd-current.sentex.ca TB --- 2014-07-03 22:16:31 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2014

Re: vidcontrol(1) complains about Bad magic, in base/head, amd64, sc console, r268165

2014-07-03 Thread Ed Maste
On 3 July 2014 11:50, Trond Endrestøl wrote: >> 1. >> http://raybsd.blogspot.com/2013/10/newcons-international-keyboard-input.html > > I tried to follow the instructions, but I honestly don't see any > difference. > > I downloaded uakbd2ukbd.pl.gz, decompressed the file, installed > converters/p5-

Re: FreeBSD iscsi target

2014-07-03 Thread Slawa Olhovchenkov
On Thu, Jul 03, 2014 at 10:28:19AM -0700, Adrian Chadd wrote: > Which NIC? I am can't find again this forum posts (last time I find -- year ago). May be this http://hardforum.com/showthread.php?t=1662769 In this case -- Mellanox QDR ConnectX2 Infiniband. > On 3 July 2014 03:29, Slawa Olhovchenk

Re: FreeBSD iscsi target

2014-07-03 Thread Adrian Chadd
Which NIC? -a On 3 July 2014 03:29, Slawa Olhovchenkov wrote: > On Thu, Jul 03, 2014 at 10:35:55AM +0100, Nikolay Denev wrote: > >> >> I found this white paper useful in understanding how this works : >> >> http://www.cisco.com/c/en/us/products/collateral/switches/nexus-3000-series-switches/wh

Re: vidcontrol(1) complains about Bad magic, in base/head, amd64, sc console, r268165

2014-07-03 Thread Trond Endrestøl
On Thu, 3 Jul 2014 17:50+0200, Trond Endrestøl wrote: > On Thu, 3 Jul 2014 12:48+0300, Aleksandr Rybalko wrote: > > > On Thu, 3 Jul 2014 08:31:45 +0200 (CEST) > > Trond Endrestøl wrote: > > > > > On Thu, 3 Jul 2014 08:21+0200, Trond Endrestøl wrote: > > > > > > > On Wed, 2 Jul 2014 17:37-0400,

Re: vidcontrol(1) complains about Bad magic, in base/head, amd64, sc console, r268165

2014-07-03 Thread Trond Endrestøl
On Thu, 3 Jul 2014 12:48+0300, Aleksandr Rybalko wrote: > On Thu, 3 Jul 2014 08:31:45 +0200 (CEST) > Trond Endrestøl wrote: > > > On Thu, 3 Jul 2014 08:21+0200, Trond Endrestøl wrote: > > > > > On Wed, 2 Jul 2014 17:37-0400, Ed Maste wrote: > > > > > > > On 2 July 2014 17:09, Trond Endrestøl >

RE: freebsd and utf-8 directory names

2014-07-03 Thread M&S - Krasznai András
Hi, Kevin, I made the experiment and there was no fault, the "result" contains the stat outputs. I used login-class (according to the handbook) to set the environment, and added the -L hu_HU.UTF-8 option to the appropriate line in fstab rgds András F

Re: getenv("TZ") crashes triggered by tzset_basic()

2014-07-03 Thread Fabian Keil
Trond Endrestøl wrote: > On Thu, 3 Jul 2014 14:01+0200, Fabian Keil wrote: > > > Using HEAD, www/gatling reproducible crashes for me after receiving > > a single request if TZ isn't set: > > > > (gdb) where > > #0 strncmp (s1=, s2=, n=) at > > /usr/src/lib/libc/string/strncmp.c:46 > > #1 0x0

Re: getenv("TZ") crashes triggered by tzset_basic()

2014-07-03 Thread Trond Endrestøl
On Thu, 3 Jul 2014 14:01+0200, Fabian Keil wrote: > Using HEAD, www/gatling reproducible crashes for me after receiving > a single request if TZ isn't set: > > (gdb) where > #0 strncmp (s1=, s2=, n=) at > /usr/src/lib/libc/string/strncmp.c:46 > #1 0x0008011a9ffe in strncmpeq (nameValue=0x7

getenv("TZ") crashes triggered by tzset_basic()

2014-07-03 Thread Fabian Keil
Using HEAD, www/gatling reproducible crashes for me after receiving a single request if TZ isn't set: (gdb) where #0 strncmp (s1=, s2=, n=) at /usr/src/lib/libc/string/strncmp.c:46 #1 0x0008011a9ffe in strncmpeq (nameValue=0x7fffeb5e "LC_PAPER=de_DE.UTF-8", name=0x8011be49e "TZ", nameL

Re: FreeBSD iscsi target

2014-07-03 Thread Slawa Olhovchenkov
On Thu, Jul 03, 2014 at 10:35:55AM +0100, Nikolay Denev wrote: > >> I found this white paper useful in understanding how this works : > >> http://www.cisco.com/c/en/us/products/collateral/switches/nexus-3000-series-switches/white_paper_c11-726674.pdf > > > > In real world "Reality is quite differe

Re: vidcontrol(1) complains about Bad magic, in base/head, amd64, sc console, r268165

2014-07-03 Thread Aleksandr Rybalko
On Thu, 3 Jul 2014 08:31:45 +0200 (CEST) Trond Endrestøl wrote: > On Thu, 3 Jul 2014 08:21+0200, Trond Endrestøl wrote: > > > On Wed, 2 Jul 2014 17:37-0400, Ed Maste wrote: > > > > > On 2 July 2014 17:09, Trond Endrestøl > > > wrote: > > > > On Wed, 2 Jul 2014 16:43-0400, Ed Maste wrote: > > >

Re: FreeBSD iscsi target

2014-07-03 Thread Nikolay Denev
On Thu, Jul 3, 2014 at 10:13 AM, Slawa Olhovchenkov wrote: > On Thu, Jul 03, 2014 at 09:31:45AM +0100, Nikolay Denev wrote: > >> On Thu, Jul 3, 2014 at 12:06 AM, Kevin Oberman wrote: >> > On Wed, Jul 2, 2014 at 1:36 PM, Slawa Olhovchenkov wrote: >> > >> >> On Wed, Jul 02, 2014 at 12:51:59PM -070

Re: FreeBSD iscsi target

2014-07-03 Thread Slawa Olhovchenkov
On Thu, Jul 03, 2014 at 09:31:45AM +0100, Nikolay Denev wrote: > On Thu, Jul 3, 2014 at 12:06 AM, Kevin Oberman wrote: > > On Wed, Jul 2, 2014 at 1:36 PM, Slawa Olhovchenkov wrote: > > > >> On Wed, Jul 02, 2014 at 12:51:59PM -0700, Kevin Oberman wrote: > >> > >> > On Wed, Jul 2, 2014 at 4:26 AM,

RE: freebsd and utf-8 directory names

2014-07-03 Thread M&S - Krasznai András
thanks, I will do that. I started to setup my locale again, and found that earlier I should have made a mistake because the new setup (almost) perfectly works: I set up login class for me following the handbook as hungarian (LANG=hu_HU.UTF-8, and charset=UTF-8; set keyboard layout to hungaria

Re: freebsd and utf-8 directory names

2014-07-03 Thread dt71
Kevin Lo wrote, On 07/03/2014 05:33: On Wed, Jul 02, 2014 at 12:27:07AM +0200, d...@gmx.com wrote: But now, eat this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191540 Well, I'm going to close that PR. :-) First, [...] Let me know if that works for you, thanks. Yes, that did work. Whe

Re: FreeBSD iscsi target

2014-07-03 Thread Nikolay Denev
On Thu, Jul 3, 2014 at 12:06 AM, Kevin Oberman wrote: > On Wed, Jul 2, 2014 at 1:36 PM, Slawa Olhovchenkov wrote: > >> On Wed, Jul 02, 2014 at 12:51:59PM -0700, Kevin Oberman wrote: >> >> > On Wed, Jul 2, 2014 at 4:26 AM, Slawa Olhovchenkov >> wrote: >> > >> > > On Tue, Jul 01, 2014 at 10:43:08P

[head tinderbox] failure on ia64/ia64

2014-07-03 Thread FreeBSD Tinderbox
TB --- 2014-07-03 08:02:27 - tinderbox 2.22 running on freebsd-current.sentex.ca TB --- 2014-07-03 08:02:27 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2014