net-im/skype4 under FreeBSD 10.3

2016-02-15 Thread Pavel Timofeev
Hi! Has anybody tried net-im/skype4 under FreeBSD 10.3(-BETA[0-9])?? Seems like net-im/skype4 missing some dependencies and if it's satisfied net-im/skype4 hangs after start. linprocfs mounting doesn't help. I installed them all from the ports tree. Any experience? _

Re: net-im/skype4 under FreeBSD 10.3

2016-02-15 Thread Anton Shterenlikht
>Has anybody tried net-im/skype4 under FreeBSD 10.3(-BETA[0-9])?? >Seems like net-im/skype4 missing some dependencies and if it's >satisfied net-im/skype4 hangs after start. >linprocfs mounting doesn't help. >I installed them all from the ports tree. >Any experience? https://bugs.freebsd.org/bugzi

Re: Is UEFI required for ZFS?

2016-02-15 Thread Konstantin Belousov
On Sun, Feb 14, 2016 at 09:42:24PM +, Mark Dixon wrote: > Konstantin Belousov gmail.com> writes: > > > > On Sat, Feb 13, 2016 at 03:46:16PM +, Mark Dixon wrote: > > Might be, try the following (mostly debugging) change. > > > > Tried it, the only thing I saw different is after the men

Re: net-im/skype4 under FreeBSD 10.3

2016-02-15 Thread Pavel Timofeev
But isn't 'CentOS 6.7' is already in ports tree? 2016-02-15 12:24 GMT+03:00 Anton Shterenlikht : >>Has anybody tried net-im/skype4 under FreeBSD 10.3(-BETA[0-9])?? >>Seems like net-im/skype4 missing some dependencies and if it's >>satisfied net-im/skype4 hangs after start. >>linprocfs mounting doe

Re: net-im/skype4 under FreeBSD 10.3

2016-02-15 Thread Kurt Jaeger
Hi! > But isn't 'CentOS 6.7' is already in ports tree? It's in HEAD ports tree, but probably not in the quarterly. Can this be the cause ? -- p...@opsec.eu+49 171 3101372 4 years to go ! ___ freebsd-stable@freebsd.o

Re: passwd and pw speed regression?

2016-02-15 Thread Renato Botelho
> On Feb 11, 2016, at 13:02, Mike Tancsa wrote: > > I noticed that on a new RELENG_10 box we are building, password updates > are taking a very long time to build. On the old RELENG_8 box, doing > something simple like adding a user > > # time pw useradd test12345 > 0.062u 0.063s 0:00.14 85.7%

Re: net-im/skype4 under FreeBSD 10.3

2016-02-15 Thread Pavel Timofeev
2016-02-15 12:50 GMT+03:00 Kurt Jaeger : > Hi! > >> But isn't 'CentOS 6.7' is already in ports tree? > > It's in HEAD ports tree, but probably not in the quarterly. Can this be the > cause ? > > -- > p...@opsec.eu+49 171 3101372 4 years to > go ! I used HEAD po

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: net-im/skype4 under FreeBSD 10.3

2016-02-15 Thread Pavel Timofeev
15 февр. 2016 г. 14:00 пользователь "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 impor

ZFS ARC vs Inactive memory on 10-STABLE: is it Ok?

2016-02-15 Thread Lev Serebryakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I have mostly-storage server with 8GB of physical RAM and 9TB (5x2TB HDD) raidz ZFS pool (so, about 6.5TB usable space). ARC is limited to 3GB by vfs.zfs.arc_max. This server runs Samba (of course), CrashPlan backup client (Linux Java!), and to

Re: ZFS ARC vs Inactive memory on 10-STABLE: is it Ok?

2016-02-15 Thread Mark Saad
On Mon, Feb 15, 2016 at 9:29 AM, Lev Serebryakov wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > > I have mostly-storage server with 8GB of physical RAM and 9TB (5x2TB > HDD) raidz ZFS pool (so, about 6.5TB usable space). > > ARC is limited to 3GB by vfs.zfs.arc_max. > > This se

Re: 82576 + NETMAP + VLAN

2016-02-15 Thread Giuseppe Lettieri
Hi Slawa, I think WITNESS is seeing a false positive, since those two are always different mutexes. The actual deadlock you experience should be caused by something else. I have not been able to reproduce it locally (I have not tried that hard, to be honest). I am pretty sure that there is a

Re: ZFS ARC vs Inactive memory on 10-STABLE: is it Ok?

2016-02-15 Thread Lev Serebryakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 15.02.2016 17:55, Mark Saad wrote: > Wow someone else as crazy as I was. :) ... > I eventually convinced management to move to a automated tape > library and a normal backup client It is my own home NAS, and I need to backup about 2TB offsite (y

Re: 82576 + NETMAP + VLAN

2016-02-15 Thread Slawa Olhovchenkov
On Mon, Feb 15, 2016 at 04:10:30PM +0100, Giuseppe Lettieri wrote: > Hi Slawa, > > I think WITNESS is seeing a false positive, since those two are always > different mutexes. > > The actual deadlock you experience should be caused by something else. I Are you sure? When deadlock occur I am se

Re: 82576 + NETMAP + VLAN

2016-02-15 Thread Giuseppe Lettieri
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 false positive, since those two are always different mutexes. The actual deadlock you experience should be caused by something else. I

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 false positive, since those two are always > >> d

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 false positive, since those two are always > >> d

Re: net-im/skype4 under FreeBSD 10.3

2016-02-15 Thread Pavel Timofeev
2016-02-15 15:28 GMT+03:00 Pavel Timofeev : > > 15 февр. 2016 г. 14:00 пользователь "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/sk