Re: FreeBSD-11: Fatal trap 9: general protection fault while in kernel mode (in key_addref())

2019-03-03 Thread Slawa Olhovchenkov
On Wed, Feb 27, 2019 at 11:54:20PM +0300, Slawa Olhovchenkov wrote: > Is this known issuse? > > Fatal trap 9: general protection fault while in kernel mode > cpuid = 13; apic id = 2a > instruction pointer = 0x20:0x806b6a94 > stack pointer = 0x28:0xfe

Re: FreeBSD 11.3-BETA3 Now Available

2019-06-08 Thread Slawa Olhovchenkov
On Fri, Jun 07, 2019 at 10:26:34PM +, Glen Barber wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > The third BETA build of the 11.3-RELEASE release cycle is now available. Can some one from re@ do MFC r348772 to 11.3-RELEASE before release? This is important fix. Thanks ___

Re: FreeBSD 11.3-BETA3 Now Available

2019-06-10 Thread Slawa Olhovchenkov
On Mon, Jun 10, 2019 at 03:13:31PM +, Glen Barber wrote: > On Sat, Jun 08, 2019 at 01:39:49PM +0300, Slawa Olhovchenkov wrote: > > On Fri, Jun 07, 2019 at 10:26:34PM +, Glen Barber wrote: > > > > > The third BETA build of the 11.3-RELEASE release cycle is now avai

haproxy syslog comptible

2019-06-24 Thread Slawa Olhovchenkov
I am use haproxy logged to syslog and have log lines like this: Jun 24 17:04:25 ha01 haproxy[32508]: 193.34.87.146:57625 [24/Jun/2019:17:04:23.277] balancer~ default-pool/main 0/0/0/-1/2012 504 194 - - sH-- 888/888/4/4/0 0/0 "POST /vs HTTP/1.1" Is this posible to learn syslogd to use milesecond

Re: haproxy syslog comptible

2019-06-24 Thread Slawa Olhovchenkov
On Mon, Jun 24, 2019 at 10:35:03AM -0400, Paul Mather wrote: > On Jun 24, 2019, at 10:17 AM, Slawa Olhovchenkov wrote: > > > I am use haproxy logged to syslog and have log lines like this: > > > > Jun 24 17:04:25 ha01 haproxy[32508]: 193.34.87.146:57625 > > [24/J

Re: haproxy syslog comptible

2019-06-24 Thread Slawa Olhovchenkov
On Mon, Jun 24, 2019 at 05:42:39PM +0300, Slawa Olhovchenkov wrote: > On Mon, Jun 24, 2019 at 10:35:03AM -0400, Paul Mather wrote: > > > On Jun 24, 2019, at 10:17 AM, Slawa Olhovchenkov wrote: > > > > > I am use haproxy logged to syslog and have log lines like this:

Access to NETMAP from c++ program

2019-11-19 Thread Slawa Olhovchenkov
Is this posible (now) for access to NETAMP from C++? I am see headers conflict: In file included from /usr/include/net/netmap_user.h:104: In file included from /usr/include/net/netmap.h:812: /usr/include/stdatomic.h:141:21: error: reference to 'memory_order' is ambiguous atomic_thread_fence(memory

Re: Access to NETMAP from c++ program

2019-12-23 Thread Slawa Olhovchenkov
On Mon, Nov 25, 2019 at 03:36:21PM -0500, Ryan Stone wrote: > Remove "using namespace std;" from your program. I am don't have "using namespace std;". Example: === #include #include #include #include #include #include #include #include #include #include #include === Yes, only includ

Re: make kernel ignore broken SATA disk

2020-04-12 Thread Slawa Olhovchenkov
On Sun, Apr 12, 2020 at 04:37:06PM +0200, Stefan Bethke wrote: > I have a server I don't have physical access to right now, which has a broken > SATA disk that produces mostly errors (but not entirely). > > The disk has two partitions that are part of a zpool each. I can't bring the > system up

Re: make kernel ignore broken SATA disk

2020-04-12 Thread Slawa Olhovchenkov
On Sun, Apr 12, 2020 at 06:24:09PM +0200, Stefan Bethke wrote: > Am 12.04.2020 um 17:43 schrieb Slawa Olhovchenkov : > > > > On Sun, Apr 12, 2020 at 04:37:06PM +0200, Stefan Bethke wrote: > > > >> I have a server I don't have physical access to right now, whic

Re: make kernel ignore broken SATA disk

2020-04-12 Thread Slawa Olhovchenkov
On Sun, Apr 12, 2020 at 06:38:10PM +0200, Stefan Bethke wrote: > > > > Am 12.04.2020 um 18:31 schrieb Slawa Olhovchenkov : > > > > On Sun, Apr 12, 2020 at 06:24:09PM +0200, Stefan Bethke wrote: > > > >> Am 12.04.2020 um 17:43 schrieb Slawa Olhovchenkov

Re: make kernel ignore broken SATA disk

2020-04-12 Thread Slawa Olhovchenkov
On Sun, Apr 12, 2020 at 07:08:06PM +0200, Stefan Bethke wrote: > Am 12.04.2020 um 19:03 schrieb Slawa Olhovchenkov : > > > > On Sun, Apr 12, 2020 at 06:38:10PM +0200, Stefan Bethke wrote: > > > >> > >> > >>> Am 12.04.2020 um 18:31 schrieb Sla

ncurses in 12-stable break emacs tramp mode

2020-04-19 Thread Slawa Olhovchenkov
Before ncurses update emcas tramp mode got next echo string _echo^H ^H^H ^H^H ^H^H ^H^H ^Hstty after ncurses update echo string is different: _echo^M#$ _ech ^H^M#$ _ec ^H^M#$ _e ^H^M#$ _ ^H^M#$ ^Hstty icanon erase ^H cols 32767_echo i.e. ncurses on `dumb` terminal still do refresh all line, f

Re: Dell NVMe issues

2015-10-06 Thread Slawa Olhovchenkov
On Tue, Oct 06, 2015 at 10:18:11AM -0500, Sean Kelly wrote: > Back in May, I posted about issues I was having with a Dell PE R630 with > 4x800GB NVMe SSDs. I would get kernel panics due to the inability to assign > all the interrupts because of > https://bugs.freebsd.org/bugzilla/show_bug.cgi?i

Re: Dell NVMe issues

2015-10-06 Thread Slawa Olhovchenkov
On Tue, Oct 06, 2015 at 10:35:57AM -0500, Sean Kelly wrote: > > > > On Oct 6, 2015, at 10:29 AM, Slawa Olhovchenkov wrote: > > > > On Tue, Oct 06, 2015 at 10:18:11AM -0500, Sean Kelly wrote: > > > >> Back in May, I posted about issues I was having with

82576 + NETMAP + VLAN

2015-10-18 Thread Slawa Olhovchenkov
I have 82576 in NETMAP mode. 802.1q packets received in decapsulated form. This is bug or this is normal behavior? ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "free

Re: 82576 + NETMAP + VLAN

2015-10-18 Thread Slawa Olhovchenkov
On Sun, Oct 18, 2015 at 01:29:23PM -0700, Adrian Chadd wrote: > On 18 October 2015 at 11:56, Slawa Olhovchenkov wrote: > > I have 82576 in NETMAP mode. > > 802.1q packets received in decapsulated form. > > This is bug or this is normal behavior? > > I don't kn

Re: 82576 + NETMAP + VLAN

2015-10-22 Thread Slawa Olhovchenkov
00, Slawa Olhovchenkov wrote: > > On Sun, Oct 18, 2015 at 01:29:23PM -0700, Adrian Chadd wrote: > > > >> On 18 October 2015 at 11:56, Slawa Olhovchenkov wrote: > >> > I have 82576 in NETMAP mode. > >> > 802.1q packets received in decapsulated form. >

Re: 82576 + NETMAP + VLAN

2015-10-22 Thread Slawa Olhovchenkov
On Thu, Oct 22, 2015 at 11:24:53AM -0700, Luigi Rizzo wrote: > On Thu, Oct 22, 2015 at 11:12 AM, Adrian Chadd wrote: > > On 22 October 2015 at 09:35, Slawa Olhovchenkov wrote: > >> On Sun, Oct 18, 2015 at 07:45:52PM -0700, Adrian Chadd wrote: > >> > >>> H

Unkillable process in STOP state

2015-11-11 Thread Slawa Olhovchenkov
I have amd64, STABLE r288167. root@edge09:/home/admin # procstat -k -k 627 PIDTID COMM TDNAME KSTACK 627 100167 tcpkali.new -mi_switch+0xe1 thread_suspend_switch+0x170 thread_single+0x4e5 exit1+0xbe sys_sys_exit+0xe amd64_

Re: Unkillable process in STOP state

2015-11-12 Thread Slawa Olhovchenkov
On Wed, Nov 11, 2015 at 09:44:45PM -0500, Henry Hu wrote: > On Wed, Nov 11, 2015 at 7:12 PM, Slawa Olhovchenkov wrote: > > > I have amd64, STABLE r288167. > > > > root@edge09:/home/admin # procstat -k -k 627 > > PIDTID COMM TDNAME KSTAC

Re: Unkillable process in STOP state

2015-11-12 Thread Slawa Olhovchenkov
On Thu, Nov 12, 2015 at 12:09:26PM +0700, Eugene Grosbein wrote: > On 12.11.2015 07:12, Slawa Olhovchenkov wrote: > > I have amd64, STABLE r288167. > > > PIDTID COMM TDNAME CPU PRI STATE WCHAN > > kill -STOP don't have effe

Re: Unkillable process in STOP state

2015-11-12 Thread Slawa Olhovchenkov
g.cgi?id=200992> May be. Other time I am see "sleep without queue" status > The patch attached there solved all our problems. I am try this patch on next update, thanks. > - Johan > > > > On 12 Nov 2015, at 01:12, Slawa Olhovchenkov wrote: > > > >

NETMAP and off-by-one?

2015-11-13 Thread Slawa Olhovchenkov
I am see strange things: like NETMAP stop transmit after `head` and `cur` touch `tail`. But: /* * check if space is available in the ring. */ static inline int nm_ring_empty(struct netmap_ring *ring) { return (ring->cur == ring->tail); } i.e. if cur == (tail-1) mod ring_size -- space i

Re: NETMAP and off-by-one?

2015-11-14 Thread Slawa Olhovchenkov
On Fri, Nov 13, 2015 at 03:40:04PM -0800, Luigi Rizzo wrote: > On Fri, Nov 13, 2015 at 1:30 PM, Slawa Olhovchenkov wrote: > > I am see strange things: like NETMAP stop transmit after `head` and `cur` > > touch `tail`. > > > > But: > > > > /* > &g

Re: LSI SAS2008 mps driver preferred firmware version

2015-11-14 Thread Slawa Olhovchenkov
On Sat, Nov 14, 2015 at 01:18:14PM +0100, Kai Gallasch wrote: > So now the drive stuck in the last drive bay is seen as da0 and the > drive in the first drive bay as da11 > > But: In the controller BIOS the scan order of the drives did not change > at all with the new firmware! So the change is o

Re: LSI SAS2008 mps driver preferred firmware version

2015-11-16 Thread Slawa Olhovchenkov
On Mon, Nov 16, 2015 at 11:40:12AM -0800, Freddie Cash wrote: > On Mon, Nov 16, 2015 at 11:36 AM, Kevin Oberman wrote: > > > On Mon, Nov 16, 2015 at 1:00 AM, Borja Marcos wrote: > > > > > > > > On Nov 14, 2015, at 3:31 PM, Gary Palmer wrote: > > > > > > > You can do thinks in /boot/loader.conf

Re: Some filesystem performance numbers

2015-11-18 Thread Slawa Olhovchenkov
On Tue, Jan 13, 2015 at 05:30:54PM -0500, Garrett Wollman wrote: > I recently bought a copy of the SPECsfs2014 benchmark, and I've been > using it to test out our NFS server platform. One scenario of > interest to me is identifying where the limits are in terms of the > local CAM/storage/filesyst

Re: LSI SAS2008 mps driver preferred firmware version

2015-11-18 Thread Slawa Olhovchenkov
On Mon, Nov 16, 2015 at 01:19:55PM -0800, Freddie Cash wrote: > On Mon, Nov 16, 2015 at 12:57 PM, Slawa Olhovchenkov wrote: > > > On Mon, Nov 16, 2015 at 11:40:12AM -0800, Freddie Cash wrote: > > > > > On Mon, Nov 16, 2015 at 11:36 AM, Kevin Oberman > > wr

Re: LSI SAS2008 mps driver preferred firmware version

2015-11-18 Thread Slawa Olhovchenkov
On Wed, Nov 18, 2015 at 08:15:15AM -0800, Freddie Cash wrote: > On Wed, Nov 18, 2015 at 2:25 AM, Slawa Olhovchenkov wrote: > > > On Mon, Nov 16, 2015 at 01:19:55PM -0800, Freddie Cash wrote: > > > > > On Mon, Nov 16, 2015 at 12:57 PM, Slawa Olhovchenkov > > wr

Re: NETMAP and off-by-one?

2015-11-21 Thread Slawa Olhovchenkov
On Sat, Nov 14, 2015 at 11:46:58AM +0300, Slawa Olhovchenkov wrote: > On Fri, Nov 13, 2015 at 03:40:04PM -0800, Luigi Rizzo wrote: > > > On Fri, Nov 13, 2015 at 1:30 PM, Slawa Olhovchenkov wrote: > > > I am see strange things: like NETMAP stop transmit after `head` and `c

Re: cp from NFS to ZFS hung in "fifoor"

2015-11-29 Thread Slawa Olhovchenkov
On Sat, Nov 28, 2015 at 10:42:28AM -0500, Mikhail T. wrote: > I was copying /home from an old server (narawntapu) to a new one > (aldan). The narawntapu:/home is mounted on aldan as /mnt with flags > ro,intr. On narawntapu /home was simply located on an SSD, but on aldan > I created a ZFS filesyst

TCP regression between 288167 and 291456

2015-12-03 Thread Slawa Olhovchenkov
After upgrading STABLE to r291456 I am see bunch of sockets in TIME_WAIT state. In normal situation I am expect about 30k-50k such sockets. Now I am see all of net.inet.tcp.maxtcptw (440k currently). Setting net.inet.tcp.msl to low value don't reduce this sockets. I am see socket in TIME_WAIT stat

X2APIC support

2015-12-12 Thread Slawa Olhovchenkov
Does STABLE support X2APIC? I see X2APIC related commits in CURRENT, what is status for STABLE? I am try to enable X2APIC support on X10DRi and see kernel trap on boot. ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinf

bmake[1]: don't know how to make _bootstrap-tools-usr.bin/m4. Stop

2015-12-23 Thread Slawa Olhovchenkov
I am try to upgrade very old 10-CURRENT to latest 10-STABLE and got next error: ===> usr.bin/yacc (obj,depend,all,install) bmake[1]: don't know how to make _bootstrap-tools-usr.bin/m4. Stop bmake[1]: stopped in /usr/src *** Error code 2 Stop. bmake: stopped in /usr/src *** [buildworld] Error cod

Re: lagg(4) + VLAN + if_bridge(4) vs. ARP

2016-01-09 Thread Slawa Olhovchenkov
On Fri, Jan 08, 2016 at 02:52:45PM -0700, John Nielsen wrote: > Hi all- > > I'm trying to troubleshoot a problem on a machine running recent 10-STABLE. > The machine has two physical interfaces and hosts a number of services, > including a bhyve VM (FreeBSD 10.2-RELEASE) acting as a network app

Strange TCP behaviour in STABLE

2016-01-14 Thread Slawa Olhovchenkov
02:14:20.410159 IP 127.0.0.1.5423 > 127.0.0.1.80: Flags [S], seq 818919263, win 65535, options [mss 16344,nop,wscale 9,sackOK,TS val 749536482 ecr 0], length 0 02:14:20.410173 IP 127.0.0.1.80 > 127.0.0.1.5423: Flags [S.], seq 644693209, ack 818919264, win 65535, options [mss 16344,nop,wscale 9,sa

Re: Strange TCP behaviour in STABLE

2016-01-15 Thread Slawa Olhovchenkov
On Thu, Jan 14, 2016 at 04:05:30PM -0800, hiren panchasara wrote: > On 01/15/16 at 02:48P, Slawa Olhovchenkov wrote: > > 02:14:20.410159 IP 127.0.0.1.5423 > 127.0.0.1.80: Flags [S], seq 818919263, > > win 65535, options [mss 16344,nop,wscale 9,sackOK,TS val 749536482 ecr 0], &

Re: bmake[1]: don't know how to make _bootstrap-tools-usr.bin/m4. Stop

2016-01-15 Thread Slawa Olhovchenkov
On Fri, Jan 08, 2016 at 01:01:45PM -0800, Bryan Drewery wrote: > On 1/8/2016 12:58 PM, Bryan Drewery wrote: > > On 12/23/2015 11:52 PM, Slawa Olhovchenkov wrote: > >> I am try to upgrade very old 10-CURRENT to latest 10-STABLE and got > >> next error: > >> &g

Re: bmake[1]: don't know how to make _bootstrap-tools-usr.bin/m4. Stop

2016-01-15 Thread Slawa Olhovchenkov
On Fri, Jan 15, 2016 at 09:17:38AM -0800, Bryan Drewery wrote: > On 1/15/16 9:04 AM, Slawa Olhovchenkov wrote: > > On Fri, Jan 08, 2016 at 01:01:45PM -0800, Bryan Drewery wrote: > > > >> On 1/8/2016 12:58 PM, Bryan Drewery wrote: > >>> On 12/23/2015 11:52 PM

Re: HPN and None options in OpenSSH

2016-01-24 Thread Slawa Olhovchenkov
On Fri, Jan 22, 2016 at 03:31:22PM +0100, Dag-Erling Smørgrav wrote: > The HPN and None cipher patches have been removed from FreeBSD-CURRENT. > I intend to remove them from FreeBSD-STABLE this weekend. Can you do some small discurs about ssh+kerberos? I am try to use FreeBSD with $HOME over kerb

Re: HPN and None options in OpenSSH

2016-01-24 Thread Slawa Olhovchenkov
On Sun, Jan 24, 2016 at 03:50:45PM +0100, Dag-Erling Smørgrav wrote: > Slawa Olhovchenkov writes: > > Can you do some small discurs about ssh+kerberos? > > I am try to use FreeBSD with $HOME over kerberoized NFS. > > For kerberoized NFS gssd need to find cache file &qu

Re: HPN and None options in OpenSSH

2016-01-24 Thread Slawa Olhovchenkov
On Sun, Jan 24, 2016 at 04:09:05PM +0100, Dag-Erling Smørgrav wrote: > Slawa Olhovchenkov writes: > > Dag-Erling Smørgrav writes: > > > In the meantime, you can try something like this in .bashrc or > > > whatever: > > Imposible. For accessing .bashrc on kerb

Re: HPN and None options in OpenSSH

2016-01-24 Thread Slawa Olhovchenkov
On Sun, Jan 24, 2016 at 04:21:17PM +0100, Dag-Erling Smørgrav wrote: > Slawa Olhovchenkov writes: > > OK, what about tcsh, zsh, fish and scp/sftp? > > I apologize for trying to help you out by suggesting a hack that works > at least some of the time until I can get a permanent

Re: 82576 + NETMAP + VLAN

2016-02-02 Thread Slawa Olhovchenkov
On Thu, Oct 22, 2015 at 11:24:53AM -0700, Luigi Rizzo wrote: > On Thu, Oct 22, 2015 at 11:12 AM, Adrian Chadd wrote: > > On 22 October 2015 at 09:35, Slawa Olhovchenkov wrote: > >> On Sun, Oct 18, 2015 at 07:45:52PM -0700, Adrian Chadd wrote: > >> > >>> H

Re: 82576 + NETMAP + VLAN

2016-02-04 Thread Slawa Olhovchenkov
On Tue, Feb 02, 2016 at 11:44:47PM +0300, Slawa Olhovchenkov wrote: > On Thu, Oct 22, 2015 at 11:24:53AM -0700, Luigi Rizzo wrote: > > > On Thu, Oct 22, 2015 at 11:12 AM, Adrian Chadd > > wrote: > > > On 22 October 2015 at 09:35, Slawa Olhovchenkov wrote: > >

Re: 82576 + NETMAP + VLAN

2016-02-08 Thread Slawa Olhovchenkov
sys_kevent+0x12a #13 0x80d0e914 at amd64_syscall+0x2d4 #14 0x80cf4fcb at Xfast_syscall+0xfb Do you need anything? > On 4 February 2016 at 10:47, Adrian Chadd wrote: > > I've no time to help with this, I'm sorry :( > > > > > > -a > > > > > >

Re: 82576 + NETMAP + VLAN

2016-02-10 Thread Slawa Olhovchenkov
May be open PR? > Il 09/02/2016 13:31, Luigi Rizzo ha scritto: > > I am Cc-ing Giuseppe Lettieri who has looked at the problem and may > > have some comments to share > > > > cheers > > luigi > > > > On Mon, Feb 8, 2016 at 9:39 AM, Slawa Olhovchenkov wrote

Re: 82576 + NETMAP + VLAN

2016-02-10 Thread Slawa Olhovchenkov
On Wed, Feb 10, 2016 at 02:33:20PM +0100, Giuseppe Lettieri wrote: > Il 10/02/2016 12:59, Slawa Olhovchenkov ha scritto: > > Can you look also on second issue? > > > > PS: What need from me? May be open PR? > > May you provide some example code that triggers the issu

Re: 82576 + NETMAP + VLAN

2016-02-11 Thread Slawa Olhovchenkov
On Thu, Feb 11, 2016 at 10:11:59AM +0100, Giuseppe Lettieri wrote: > Il 10/02/2016 14:53, Slawa Olhovchenkov ha scritto: > > On Wed, Feb 10, 2016 at 02:33:20PM +0100, Giuseppe Lettieri wrote: > > > >> Il 10/02/2016 12:59, Slawa Olhovchenkov ha scritto: > >>&g

Re: net-im/skype4 under FreeBSD 10.3

2016-02-15 Thread Slawa Olhovchenkov
On Mon, Feb 15, 2016 at 12:06:08PM +0300, Pavel Timofeev wrote: > Hi! > Has anybody tried net-im/skype4 under FreeBSD 10.3(-BETA[0-9])?? I am using net-im/skype4 under FreeBSD 10.2-STABLE (after new linuxulator import). Chat and voice work good. > Seems like net-im/skype4 missing some dependenci

Re: 82576 + NETMAP + VLAN

2016-02-15 Thread Slawa Olhovchenkov
on't pass NETMAP_NO_TX_POLL at NIOCREGIF time. The attached patch > should solve this particular problem, but there may be others. May you > please try it? Try it with or w/o WITNESS? > Cheers, > Giuseppe > > Il 11/02/2016 14:34, Slawa Olhovchenkov ha scritto: > > On Thu

Re: 82576 + NETMAP + VLAN

2016-02-15 Thread Slawa Olhovchenkov
On Mon, Feb 15, 2016 at 05:02:36PM +0100, Giuseppe Lettieri wrote: > Il 15/02/2016 16:13, Slawa Olhovchenkov ha scritto: > > On Mon, Feb 15, 2016 at 04:10:30PM +0100, Giuseppe Lettieri wrote: > > > >> Hi Slawa, > >> > >> I think WITNESS is seeing a

Re: 82576 + NETMAP + VLAN

2016-02-15 Thread Slawa Olhovchenkov
On Mon, Feb 15, 2016 at 05:02:36PM +0100, Giuseppe Lettieri wrote: > Il 15/02/2016 16:13, Slawa Olhovchenkov ha scritto: > > On Mon, Feb 15, 2016 at 04:10:30PM +0100, Giuseppe Lettieri wrote: > > > >> Hi Slawa, > >> > >> I think WITNESS is seeing a

Re: net-im/skype4 under FreeBSD 10.3

2016-02-16 Thread Slawa Olhovchenkov
On Tue, Feb 16, 2016 at 10:49:01AM +0300, Pavel Timofeev wrote: > 2016-02-15 15:28 GMT+03:00 Pavel Timofeev : > > > > 15 февр. 2016 г. 14:00 пользователь "Slawa Olhovchenkov" > > написал: > > > > > >> > >> On Mon, Feb 15, 2016 at 12:06

Re: 82576 + NETMAP + VLAN

2016-02-16 Thread Slawa Olhovchenkov
On Tue, Feb 16, 2016 at 11:23:20AM +0100, Giuseppe Lettieri wrote: > I am sorry, I did not participate to the implementation of kqueue > support and I am not able to comment. Luigi and Adrian should know, however. Thanks! > Cheers, > Giuseppe > > Il 15/02/2016 22:44, Sla

Re: net-im/skype4 under FreeBSD 10.3

2016-02-25 Thread Slawa Olhovchenkov
On Thu, Feb 25, 2016 at 08:57:28AM +0300, Pavel Timofeev wrote: > 2016-02-16 11:45 GMT+03:00 Slawa Olhovchenkov : > > On Tue, Feb 16, 2016 at 10:49:01AM +0300, Pavel Timofeev wrote: > > > >> 2016-02-15 15:28 GMT+03:00 Pavel Timofeev : > >> > > >>

kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains.

2016-03-06 Thread Slawa Olhovchenkov
I am use 10-STABLE r295539 and LSI SAS2008. mps0: port 0x8000-0x80ff mem 0xdfc0-0xdfc03fff,0xdfb8-0xdfbb irq 32 at device 0.0 on pci2 mps0: Firmware: 15.00.00.00, Driver: 20.00.00.00-fbsd mps0: IOCCapabilities: 185c mps1: port 0x7000-0x70ff mem 0xdf60-0xdf603fff,0xdf58-0xdf

Re: kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains.

2016-03-06 Thread Slawa Olhovchenkov
frame > count, or tune down the max io count. I am don't know depends or not, but I see dramaticaly performance drop at time of this messages. How I can calculate buffers numbers? I am have very heavy I/O. This allocated one for all controllers, or allocated for every controller? > > On

Re: kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains.

2016-03-06 Thread Slawa Olhovchenkov
On Sun, Mar 06, 2016 at 06:20:06PM -0800, Scott Long wrote: > > > On Mar 6, 2016, at 1:27 PM, Slawa Olhovchenkov wrote: > > > > On Sun, Mar 06, 2016 at 01:10:42PM -0800, Scott Long wrote: > > > >> Hi, > >> > >> The message is har

Re: kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains.

2016-03-07 Thread Slawa Olhovchenkov
On Sun, Mar 06, 2016 at 11:40:55PM -0800, Scott Long wrote: > > > On Mar 6, 2016, at 10:04 PM, Slawa Olhovchenkov wrote: > > > > On Sun, Mar 06, 2016 at 06:20:06PM -0800, Scott Long wrote: > > > >> > >>> On Mar 6, 2016, at 1:27 PM, Slawa Olhovc

Re: kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains.

2016-03-08 Thread Slawa Olhovchenkov
On Mon, Mar 07, 2016 at 02:10:12PM +0300, Slawa Olhovchenkov wrote: > > >>> This allocated one for all controllers, or allocated for every > > >>> controller? > > >> > > >> It’s per-controller. > > >> > > >> I’v

Re: kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains.

2016-03-08 Thread Slawa Olhovchenkov
On Tue, Mar 08, 2016 at 10:34:23AM -0800, Scott Long wrote: > > > On Mar 8, 2016, at 10:07 AM, Slawa Olhovchenkov wrote: > > > > On Mon, Mar 07, 2016 at 02:10:12PM +0300, Slawa Olhovchenkov wrote: > > > >>>>>> This allocated one for all controll

Re: kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains.

2016-03-08 Thread Slawa Olhovchenkov
On Tue, Mar 08, 2016 at 10:56:39AM -0800, Scott Long wrote: > > > On Mar 8, 2016, at 10:48 AM, Slawa Olhovchenkov wrote: > > > > On Tue, Mar 08, 2016 at 10:34:23AM -0800, Scott Long wrote: > > > >> > >>> On Mar 8, 2016, at 10:07 AM, Slawa

Re: 82576 + NETMAP + VLAN

2016-03-19 Thread Slawa Olhovchenkov
On Tue, Feb 16, 2016 at 12:44:46AM +0300, Slawa Olhovchenkov wrote: > On Mon, Feb 15, 2016 at 05:02:36PM +0100, Giuseppe Lettieri wrote: > > > Il 15/02/2016 16:13, Slawa Olhovchenkov ha scritto: > > > On Mon, Feb 15, 2016 at 04:10:30PM +0100, Giuseppe Lettieri wrote:

netmap NM_MAXPIPES

2016-03-19 Thread Slawa Olhovchenkov
What purpose for limiting pipes by NM_MAXPIPES? I am trying to balance on cores by 4 balancer thread to 12 workers and hit this limit: every worker have 2 pipes (in and out) to every balancer -- 4x2x12 = 96. ___ freebsd-stable@freebsd.org mailing list htt

Re: net-im/skype4 webcam microphone under FreeBSD 10.3

2016-04-18 Thread Slawa Olhovchenkov
On Mon, Apr 18, 2016 at 01:24:36PM +0400, Сергей Волков wrote: > Hi! > I use skype 4.3 from ports under FreeBSD 10.3 RELEASE. Audio work fine > with motherboard Line Out and Mic In. But I want use microphone in my > webcam. Is it possible? Skype->Options->Sound Devices->Microphone and may be tu

Re: stable/10 release.sh fails during mkisoimages-uefi.sh

2016-04-27 Thread Slawa Olhovchenkov
On Wed, Apr 27, 2016 at 01:00:19PM -0400, Rick Miller wrote: > Hi all, > > Building stable/10@r298482 errors when executing newfs_msdos on > uefi-disc1.iso as shown below. It is being built on a system running a > 10.2 version of stable/10. I believe this problem could be due to either > the at

NETMAP resource usage question

2016-05-19 Thread Slawa Olhovchenkov
How can I calculate the necessary resources for NATMAP? I am talk about next resources: dev.netmap.buf_num dev.netmap.ring_num dev.netmap.ring_size dev.netmap.if_num dev.netmap.if_size For example for case of ix0 6+6 rings, 2048+2048 slots, 20 additional pipes igb0 6+6 rings, 1024+1024 slots, 4

Misinterop between bsdinstall and /etc/rc.d/netif

2016-05-28 Thread Slawa Olhovchenkov
I am setup new system with two interface card -- em0 and em1. Connected and configured only em1, set static address via bsdinstall at install time. Connected network equipment pass traffic after some delay after if up. After boot /etc/rc.d/netif print 'Starting Networks: lo0 em0' w/o em1. And prin

Re: HAST, zfs and local mirroring

2016-06-01 Thread Slawa Olhovchenkov
On Tue, May 31, 2016 at 11:18:32PM +0500, Eugene M. Zheganin wrote: > Hi. > > I wat to start using HAST, I have two nodes and a pair of disk on each > node. So I want to use HASt in an environment where each HAST resource > would be mirrored. What is the preferred approach if I want to use ZFS

unbound and ntp issuse

2016-06-02 Thread Slawa Olhovchenkov
Default install with local_unbound and ntpd can't be functional with incorrect date/time in BIOS: Unbound requred correct time for DNSSEC check and refuseing queries ("Jul 1 20:17:29 yellowrat unbound: [3444:0] info: failed to prime trust anchor -- DNSKEY rrset is not secure . DNSKEY IN") ntpd

Re: HAST, zfs and local mirroring

2016-06-02 Thread Slawa Olhovchenkov
On Thu, Jun 02, 2016 at 12:12:35PM +0500, Eugene M. Zheganin wrote: > Hi. > > On 01.06.16 18:23, Slawa Olhovchenkov wrote: > > > > Only FS support changed data bypass FS layer is Files-11 ODS-2 level, > > may be hardware support required. > > > > Can you

Re: HAST, zfs and local mirroring

2016-06-03 Thread Slawa Olhovchenkov
On Fri, Jun 03, 2016 at 01:40:54PM +0500, Eugene M. Zheganin wrote: > Hi. > > On 02.06.16 19:50, Slawa Olhovchenkov wrote: > > I am suggesting next setup: > > > > node0: > > own pool zroot0: mirror-0: local_disk0 > >

Re: HAST, zfs and local mirroring

2016-06-03 Thread Slawa Olhovchenkov
On Fri, Jun 03, 2016 at 02:05:07PM +0500, Eugene M. Zheganin wrote: > Hi, > > On 02.06.16 19:50, Slawa Olhovchenkov wrote: > > > > I am suggesting next setup: > > > > node0: > > own pool zroot0: mirror-0: local_disk0 > >

Re: unbound and ntp issuse

2016-06-03 Thread Slawa Olhovchenkov
On Fri, Jun 03, 2016 at 02:34:18PM -0400, Lowell Gilbert wrote: > Slawa Olhovchenkov writes: > > > Default install with local_unbound and ntpd can't be functional with > > incorrect date/time in BIOS: > > > > Unbound requred correct time for DNSSEC check and

Re: unbound and ntp issuse

2016-06-06 Thread Slawa Olhovchenkov
On Mon, Jun 06, 2016 at 09:33:02AM -0400, Lowell Gilbert wrote: > Slawa Olhovchenkov writes: > > > On Fri, Jun 03, 2016 at 02:34:18PM -0400, Lowell Gilbert wrote: > > > >> Slawa Olhovchenkov writes: > >> > >> > Default install with

Re: unbound and ntp issuse

2016-06-07 Thread Slawa Olhovchenkov
> ntp a chance. Probably much easier 8) How I am do it? I am don't touch dnssec rules and don't know unbound. May be this is posible by startup scripts? Also, some platforms lack of CMOS time, RPi, for example. > Also make sure you are using the '-g' flag on ntpd Yes, I am

Re: unbound and ntp issuse

2016-06-07 Thread Slawa Olhovchenkov
automation. > On 7 June 2016 at 09:47, Slawa Olhovchenkov wrote: > > > On Tue, Jun 07, 2016 at 09:00:29AM +0100, krad wrote: > > > > > Well there is a deadlock situation there so you have to relax one of the > > > conditions, for one time at least. > >

Re: unbound and ntp issuse

2016-06-07 Thread Slawa Olhovchenkov
On Tue, Jun 07, 2016 at 07:29:32AM -0600, Ian Lepore wrote: > On Tue, 2016-06-07 at 12:10 +0100, krad wrote: > > whops that should be > > > > ntpdate_hosts not servers > > > > These suggestions are essentially insane because they're ignoring the > basic fact that the freebsd installer creates a

Re: unbound and ntp issuse

2016-06-07 Thread Slawa Olhovchenkov
On Tue, Jun 07, 2016 at 04:56:47PM +0200, Ronald Klop wrote: > On Tue, 07 Jun 2016 12:43:35 +0200, Slawa Olhovchenkov > wrote: > > > On Tue, Jun 07, 2016 at 11:35:59AM +0100, krad wrote: > > > >> Like i said you could configure ntpdate as well as ntpd, but gi

Re: unbound and ntp issuse

2016-06-08 Thread Slawa Olhovchenkov
On Wed, Jun 08, 2016 at 02:29:29AM +0200, Dag-Erling Smørgrav wrote: > Slawa Olhovchenkov writes: > > IMHO, ntp.conf need to include some numeric IP of public ntp servers. > > https://en.wikipedia.org/wiki/NTP_server_misuse_and_abuse > https://en.wikipedia.org/wiki

ipfw fwd to closed port

2016-06-08 Thread Slawa Olhovchenkov
Forwarding by ipfw to closed local port generating RST packet with incorrect checksun. Is this know ussuse? Need open PR? ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail t

Re: unbound and ntp issuse

2016-06-09 Thread Slawa Olhovchenkov
On Thu, Jun 09, 2016 at 08:39:42AM +0100, krad wrote: > googles will be pretty static, but i would just use them as a one off, ie > with ntpdate i am talk about freebsd system/project. > > On 8 June 2016 at 10:48, Slawa Olhovchenkov wrote: > > > On Wed, Jun 08, 2016 at

Re: ipfw fwd to closed port

2016-06-09 Thread Slawa Olhovchenkov
On Thu, Jun 09, 2016 at 03:00:17PM +0200, Kristof Provost wrote: > On 2016-06-09 02:02:40 (+0300), Slawa Olhovchenkov wrote: > > Forwarding by ipfw to closed local port generating RST packet with > > incorrect checksun. Is this know ussuse? Need open PR? > > Where did you c

Re: ipfw fwd to closed port

2016-06-09 Thread Slawa Olhovchenkov
On Thu, Jun 09, 2016 at 09:08:33AM -0400, Kristof Provost wrote: > > > On 9 Jun 2016, at 9:06, Slawa Olhovchenkov wrote: > > > On Thu, Jun 09, 2016 at 03:00:17PM +0200, Kristof Provost wrote: > > > >> On 2016-06-09 02:02:40 (+0300), Slawa Olhovchenkov wrote: &

Re: unbound and ntp issuse

2016-06-09 Thread Slawa Olhovchenkov
This manual editing will be required by every install on RPi, for example. Also, this issuse hard to dignostics by average user. > On 9 June 2016 at 09:04, Slawa Olhovchenkov wrote: > > > On Thu, Jun 09, 2016 at 08:39:42AM +0100, krad wrote: > > > > > googles will be p

Re: unbound and ntp issuse

2016-06-09 Thread Slawa Olhovchenkov
On Thu, Jun 09, 2016 at 09:48:25AM -0400, Lowell Gilbert wrote: > Slawa Olhovchenkov writes: > > > On Thu, Jun 09, 2016 at 02:29:09PM +0100, krad wrote: > > > >> I doubt that will happen as you are asking to pollute every release > >> installation for an ed

Re: unbound and ntp issuse

2016-06-09 Thread Slawa Olhovchenkov
On Thu, Jun 09, 2016 at 02:31:17PM -0400, Lowell Gilbert wrote: > Slawa Olhovchenkov writes: > > > On Thu, Jun 09, 2016 at 09:48:25AM -0400, Lowell Gilbert wrote: > > > >> Slawa Olhovchenkov writes: > >> > >> > On Thu, Jun 09, 2016 at 02:29:09P

Re: unbound and ntp issuse

2016-06-10 Thread Slawa Olhovchenkov
nclude these settings in the deployed rc.conf. This sound like "installer and default config not need, use ansible for all" > On 9 June 2016 at 14:37, Slawa Olhovchenkov wrote: > > > On Thu, Jun 09, 2016 at 02:29:09PM +0100, krad wrote: > > > > > I doubt that will

Re: unbound and ntp issuse

2016-06-10 Thread Slawa Olhovchenkov
On Fri, Jun 10, 2016 at 03:10:10PM -0400, Lowell Gilbert wrote: > Slawa Olhovchenkov writes: > > > On Thu, Jun 09, 2016 at 02:31:17PM -0400, Lowell Gilbert wrote: > > > >> Slawa Olhovchenkov writes: > >> > >> > On Thu, Jun 09

Re: unbound and ntp issuse

2016-06-14 Thread Slawa Olhovchenkov
On Mon, 6 Jun 2016 16:50:18 +0300 Slawa Olhovchenkov wrote > > > On Mon, Jun 06, 2016 at 09:33:02AM -0400, Lowell Gilbert wrote: > > > > > Slawa Olhovchenkov writes: > > > > > > > On Fri, Jun 03, 2016 at 02:34:18PM -0400, Lowell

i386 build failure

2016-06-22 Thread Slawa Olhovchenkov
What is wrong? ===> usr.bin/clang/clang (all) /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libclangbasic/libclangbasic.a(Targets.o):(.rodata+0x75a8): undefined reference to `.Lsunkaddr375' /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libclangbasic/libclangbasic.a(Targets.o):

How to setup ethernet address and IPv4 address on interface?

2016-06-29 Thread Slawa Olhovchenkov
I am trying to change MAC address and setup IPv4 address and got error: # ifconfig em1 ether 00:30:48:63:19:04 inet 192.168.2.1/24 ifconfig: can't set link-level netmask or broadcast Is this posible? ___ freebsd-stable@freebsd.org mailing list https://l

Re: How to setup ethernet address and IPv4 address on interface?

2016-06-29 Thread Slawa Olhovchenkov
On Wed, Jun 29, 2016 at 01:51:40PM +0200, Kristof Provost wrote: > On 29 Jun 2016, at 13:47, Slawa Olhovchenkov wrote: > > I am trying to change MAC address and setup IPv4 address and got > > error: > > > > # ifconfig em1 ether 00:30:48:63:19:04 inet 192.168.2.1/24 &

Re: How to setup ethernet address and IPv4 address on interface?

2016-06-29 Thread Slawa Olhovchenkov
On Wed, Jun 29, 2016 at 02:13:59PM +0200, Patrick M. Hausen wrote: > Hi! > > > Am 29.06.2016 um 14:01 schrieb Slawa Olhovchenkov : > > I am need in one call, multiple commands not allways allowed. > > Using /etc/start_if.$IFNAME produce side effects and can mask errors &

pkg: dup2(rootfd): Invalid argument

2016-07-10 Thread Slawa Olhovchenkov
I am trying to install xtrabackup on FreeBSD 9.1. pkg enforce to upgrade: = Installed packages to be UPGRADED: pkg: 1.5.2 -> 1.8.7 = After upgrade pkg will be broken: = # pkg install qpress Updating FreeBSD1 repository catalogue... FreeBSD1 repository is up-to-date. All repo

Re: Benchmarks results for FreeBSD 11

2016-08-19 Thread Slawa Olhovchenkov
On Fri, Aug 19, 2016 at 07:34:22AM +0800, Erich Dollansky wrote: > Hi, > > I am sure that some know of this site: > > http://www.phoronix.com/scan.php?page=article&item=2bsd-7linux-bench&num=4 > > I wonder about the results for FreeBSD. As I do not have 11 on my > machines, a stupid question. A

Re: Benchmarks results for FreeBSD 11

2016-08-22 Thread Slawa Olhovchenkov
On Mon, Aug 22, 2016 at 03:22:35AM +, Kubilay Kocak wrote: > On Mon, 22 Aug 2016, 11:31 AM Mark Linimon wrote: > > > On Mon, Aug 22, 2016 at 09:57:24AM +1000, Dewayne Geraghty wrote: > > > unless knowledgable people respond publicly and/or in the phoronix > > > forums [...] this interpretati

Re: Benchmarks results for FreeBSD 11

2016-08-22 Thread Slawa Olhovchenkov
On Mon, Aug 22, 2016 at 12:14:23PM +0200, Lars Engels wrote: > On Mon, Aug 22, 2016 at 11:48:46AM +0200, Andrea Brancatelli wrote: > > Il 2016-08-21 08:45 Erich Dollansky ha scritto: > > > > > I am sure that some know of this site: > > > > > > http://www.phoronix.com/scan.php?page=article&item=2

<    1   2   3   4   >