Displaying 13 results from an estimated 13 matches for "vigna".
Did you mean:
viena
2018 Oct 26
3
classicupgrade
...07
idmap config LXCERRUTI : unix_nss_info = yes
winbind use default domain = yes
winbind offline logon = yes
winbind is ok, on dc and member show correctly users and groups
but my folders are without users and groups, only id
drwxrwx---. 3 3040 3290 150 23 mar 2017 vigna
drwxrwx---. 2 3051 3238 6 20 mar 2014 zaia
what can i do ???
Thanks a lot
*Corrado Ravinetto *
2013 Jan 23
3
nut driver for SMS (brazil) UPS
Hi,
I'm new to this list but I have some contribution to do (or new problem!)
At this mailing list archive, october, last year, I could see that there is a demand for a nut-driver for some brazilian SMS UPS. (Monophase: Net+ and Senoidal models).
The first version is running under some limitations, but it is going on.
If anyone has interest for improvements, suggestions, then I can
2018 Oct 26
2
classicupgrade
...config lxcerruti : schema_mode = rfc2307
idmap config lxcerruti : range = 3000-7999
idmap config lxcerruti : backend = ad
idmap config * : range = 9000-17999
idmap config * : backend = tdb
i restarted my member but :
drwxrwx---. 3 3040 3290 150 23 mar 2017 vigna
drwxrwx---. 2 3051 3238 6 20 mar 2014 zaia
ids are always ids :-(
any check or suggestions are really appreciated
Il 26/10/2018 09:57, Rowland Penny via samba ha scritto:
> Where <TYPE> can be 'ad' or 'rid'.
>
> As you have carried out a classicupgrade, yo...
2018 Dec 28
2
[PATCH v2 nbdkit] common: Improve pseudo-random number generation.
v2:
- Fix seeding.
- Add a test that nbdkit-random-plugin is producing something
which looks at least somewhat random.
Rich.
2018 Dec 31
1
Re: [PATCH v2 nbdkit] common: Improve pseudo-random number generation.
...er random_r or a home-brew-ish
> Linear Congruential Generator. Use of random_r is problematic on BSDs
> because it doesn't exist there. Use of the LCG is simply a bad
> choice.
>
> Replace both uses with a better quality and faster PRNG from David
> Blackman and Sebastiano Vigna called ‘xoshiro256** 1.0’
> (http://xoshiro.di.unimi.it/). This is released into the public
> domain (where possible) so it compatible with the licensing of nbdkit.
>
> This also fixes a bug in the random plugin where it could never
> generate the byte 255 because I used modulo 255...
2018 Dec 28
1
[PATCH nbdkit] common: Improve pseudo-random number generation.
...n. For this we have used either random_r or a home-brew-ish
Linear Congruential Generator. Use of random_r is problematic on BSDs
because it doesn't exist there. Use of the LCG is simply a bad
choice.
Replace both uses with a better quality and faster PRNG from David
Blackman and Sebastiano Vigna called ‘xoshiro256** 1.0’
(http://xoshiro.di.unimi.it/). This is licensed under a public-domain
license so it compatible with the licensing of nbdkit.
This also fixes a bug in the random plugin where it could never
generate the byte 255 because I used modulo 255 instead of modulo 256
arithmetic....
2018 Dec 28
0
[PATCH v2 nbdkit] common: Improve pseudo-random number generation.
...n. For this we have used either random_r or a home-brew-ish
Linear Congruential Generator. Use of random_r is problematic on BSDs
because it doesn't exist there. Use of the LCG is simply a bad
choice.
Replace both uses with a better quality and faster PRNG from David
Blackman and Sebastiano Vigna called ‘xoshiro256** 1.0’
(http://xoshiro.di.unimi.it/). This is released into the public
domain (where possible) so it compatible with the licensing of nbdkit.
This also fixes a bug in the random plugin where it could never
generate the byte 255 because I used modulo 255 instead of modulo 256
ar...
2018 Oct 26
0
classicupgrade
...: unix_nss_info = yes
> winbind use default domain = yes
> winbind offline logon = yes
>
> winbind is ok, on dc and member show correctly users and groups
> but my folders are without users and groups, only id
>
> drwxrwx---. 3 3040 3290 150 23 mar 2017 vigna
> drwxrwx---. 2 3051 3238 6 20 mar 2014 zaia
>
> what can i do ???
You have an 'idmap config' line missing.
There should be a line like this:
idmap config LXCERRUTI : backend = <TYPE>
Where <TYPE> can be 'ad' or 'rid'.
As you have ca...
2018 Oct 26
0
classicupgrade
...fc2307
> idmap config lxcerruti : range = 3000-7999
> idmap config lxcerruti : backend = ad
> idmap config * : range = 9000-17999
> idmap config * : backend = tdb
>
> i restarted my member but :
> drwxrwx---. 3 3040 3290 150 23 mar 2017 vigna
> drwxrwx---. 2 3051 3238 6 20 mar 2014 zaia
>
> ids are always ids :-(
>
> any check or suggestions are really appreciated
>
I am willing to lay money that the gidNumber attribute for Domain Users
contains '513', if so, your ranges are not compatible
What does...
2013 Mar 15
1
merge two matrices
Dear R-help members
I would be grateful if anyone could help me with the following problem: I would like to combine two matrices (SCH_15 and SCH_16, they are attached) which have a species presence/absence x sampling plot structure. The aim would be to have in the end only one matrix which shows all existing species and their presence/absence on all the different plots(an_1, an_2 etc.)
To do
2013 Jun 26
1
smsbrasil-0.0.2 driver
I discovered that the ups returns power from shutdown.reboot after 8-10
minutes. (530s on 1st attempt and 554s on 2nd). But it does not execute its
power-on self test. It turns on only.
Rodrigo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20130626/6bc74fc3/attachment.html>
2013 Jun 26
0
smsbrasil-0.0.2 driver
cmd test.battery.start.deep was not tested yet.
cmd test.battery.start.quick works as expected.
cmd test.battery.start 120 works as expected.
cmd test.battery.stop works as expected.
cmd beeper.toggle works as expected.
cmd shutdown.return works as expected.
cmd shutdown.reboot does not work entirely. After a minute, UPS is shut
down but didn't come back. (Issuing shutdown.stop power up it
2013 Jun 26
3
smsbrasil-0.0.2 driver
Hello again!
Sorry for not being able to test this before.
Ulisses, please apply the patch to fix typo in my e-mail address.
I've compiled it against nut-2.6.5 about 10 hours ago. It was everything
fine until now. I'm seeing CHRG but the ups led wasn't blinking at all.
Vendor software was strangely showing charging also. I am assuming this is
expected behavior.
I've set the