Displaying 18 results from an estimated 18 matches for "pion".
Did you mean:
pin
2016 Oct 31
1
mail relay for local network
...d gettin my fai mail box full and loosing mails
(quite a big mail traffic )
no need for spamkiller i've got what i want already on the computer
no need for an smtp relay the computer can acces the fai smtp,
is dovecot able to do that ?
thank you
sorry for the bad english
--
--
JF Pion
*Quand je suis all? ? l'?cole, ils m'ont demand? ce que je voulais ?tre
quand je serai grand. J'ai r?pondu : "Heureux"*
Ils m?ont dit que je n?avais pas compris la question, j?ai r?pondu
qu?ils n?avaient pas compris la vie.
John Lennon
Des montages ?lectroniques pour le...
2019 May 26
2
ldapsam cannot find NT password hash
Certainly: https://termbin.com/wr68
Thanks again!
On 5/25/19 2:16 PM, Rowland penny via samba wrote:
> On 25/05/2019 19:29, David Kowis via samba wrote:
>> Hello!
>>
>> Running on FreeNAS 11 and my smb.conf (via testparm -v) is here
>> https://termbin.com/v748
>
> Do you want try again posting the smb.conf, but this time run 'testparm'
> without the
2019 May 26
0
ldapsam cannot find NT password hash
...; line.
I would change 'server min protocol = SMB2_02' to 'server min protocol =
NT1'
I would also change 'ldap ssl = start tls' to 'ldap ssl = off' until you
get Samba working, you can turn it on again later.
You have this:
passdb backend = ldapsam:ldap://pione.dark.kow.is
ldap admin dn = cn=admin,dc=dark,dc=kow,dc=is
ldap suffix = dc=dark,dc=kow,dc=is
ldap user suffix = ou=Users
ldap group suffix = ou=Groups
ldap machine suffix = ou=Computers
ldap ssl = start tls
ldap password sync = yes
ldapsam:trusted = yes
...
2019 May 26
2
ldapsam cannot find NT password hash
...in protocol = SMB2_02' to 'server min protocol =
> NT1'
>
> I would also change 'ldap ssl = start tls' to 'ldap ssl = off' until you
> get Samba working, you can turn it on again later.
>
> You have this:
>
> passdb backend = ldapsam:ldap://pione.dark.kow.is
> ldap admin dn = cn=admin,dc=dark,dc=kow,dc=is
> ldap suffix = dc=dark,dc=kow,dc=is
> ldap user suffix = ou=Users
> ldap group suffix = ou=Groups
> ldap machine suffix = ou=Computers
> ldap ssl = start tls
> ldap password sync = yes
>...
2020 Sep 01
2
HTTP library in LLVM
...o,
I have only negative experiences with cpp-netlib - I would not recommend it.
If the discussion was around only the client part I think libcURL
would be the best option since it's available everywhere and is a well
maintained library. But as you mention it's only the client part.
We use pion (https://github.com/splunk/pion) to build a HTTP server
interface, but since it seems pretty unmaintained I am not sure I
would recommend it.
I have heard good things about https://github.com/matt-42/lithium/ but
have no direct experience of using / building it.
Thanks,
Tobias
On Tue, Sep 1, 202...
2019 May 26
3
ldapsam cannot find NT password hash
...specifying them again, and last-one-in-wins:
https://termbin.com/ausk
It is showing up as a ROLE_STANDALONE server, but I do see during the
startup of smbd:
https://pastebin.com/Fgd8PPXb
I assume that's from the lines, but I don't know.
```
idmap config nosgoth: ldap_url = ldap://pione.dark.kow.is
idmap config nosgoth: ldap_user_dn =
cn=sambaadmin,dc=dark,dc=kow,dc=is
idmap config nosgoth: ldap_base_dn = ou=idmap,dc=dark,dc=kow,dc=is
idmap config nosgoth: range = 10000-90000000
idmap config nosgoth: backend = ldap
```
Is there a way to specify th...
2020 Aug 31
2
HTTP library in LLVM
On Mon, Aug 31, 2020 at 4:38 PM Petr Hosek via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> There are several options, I've looked at couple of them and the one I
> like the most so far is https://github.com/yhirose/cpp-httplib for a few
> reasons:
>
> * It's MIT licensed.
> * It supports Linux, macOS and Windows (and presumably other platforms).
> * It
2017 Aug 11
1
EOF within quoted string
Yes. I tried that already. Not straightforward.
data <- read.csv("20_newsgroups.csv",fill=TRUE,as.is=T,header=F, quote="", sep=",", encoding="UTF-8")
This line does read it haphazardly. The emails in the column are split into multiple columns and there are several columns with just ?NA?. Totally 202 columns.
And then I removed columns with NA?s and
2017 Feb 13
0
unsubscribe
unsubscribe
--
--
JF Pion
/*Marisol Touraine, Ministre de la Sant? ? propos du virus Zika:*/
*"Quand on a un projet de grossesse, il faut avoir des relations
sexuelles prot?g?es parce que le virus peut se transmettre par la voie
sexuelle. "*
Oui, mais?enfin, s?rieusement quoi ? ?? elle r?fl?chit parfois ??...
2013 Jul 25
1
"./configure" LDAP checks failing on AIX
Samba version 4.0.7
Aix 6.1
Compiler: IBM xlc
Last lines of "./configure" output:
Checking for ldap_init : not found
Checking for ldap_init_fd : not found
Checking for ldap_initialize : not found
Checking for ldap_set_rebind_proc : not found
Checking for ldap_add_result_entry : ok
Checking whether ldap_set_rebind_proc takes 3 arguments : ok
Active Directory support not available:
2012 Jan 29
1
Help joincount.test
Hello,
I'm trying to analyse the spatial organization of different fields planted
with different varieties (each field has only one variety), but I have
problems trying to understand the results of the test I did.
To do this, I created different neighbourhood matrix. For example, for the
first matrix, fields are considered as neighbours if they are distant from 0
to 1000 meters from each
2003 May 21
1
help on spatial data
Hi,
I have a dataset with x and y coordinates and in each point I have an
identity of point, in some cases I can have more then one identity by point.
My dataset is something like this:
> x <- rep(c(1:4),4)
> y <- rep(c(1:4),c(4,4,4,4))
> area1 <- sample(factor(rep(c("a","b","c","d"),4)))
> area2 <-
2004 Aug 25
1
Newbie Question: Spatial Autocorrelation with R Tutorial?
Howdy All,
I am looking for some good tutorials (books, websites, whatever) for calculating/testing for Spatial Autocorrelation using R.
Specifically, I am wanting to test for autocorrelation of a number of variables measured at a set of discrete locations.
Up to this point I have been exploring the "spdep" package and I can get "moran.test" to work, but I am concerned that
2011 Aug 01
3
Migration hangs on Gentoo with KVM
...sor, but the migration hangs.
I tried both live or offline migration modes without success.
Details below.
Anyone has an idea of what could be wrong with my setup? The migration is the only thing not working.
Host A (initially running the VM)
=================================
# uname -a
Linux pion 2.6.39-gentoo-r3 #12 SMP Fri Jul 29 23:57:49 MST 2011 x86_64 AMD Opteron(tm) Processor 6174 AuthenticAMD GNU/Linux
# kvm --version
QEMU emulator version 0.14.1 (qemu-kvm-0.14.1), Copyright (c) 2003-2008 Fabrice Bellard
# libvirtd --version
libvirtd (libvirt) 0.9.3
# cat /etc/libvirt/libvirtd.con...
2015 Jun 25
0
Processed: raising severity for GCC 5 issues, please fix these now (see https://wiki.debian.org/GCC5)
...8059 [src:performous] performous: ftbfs with GCC-5
Severity set to 'serious' from 'important'
> severity 778061 serious
Bug #778061 [src:phantomjs] phantomjs: ftbfs with GCC-5
Severity set to 'serious' from 'important'
> severity 778064 serious
Bug #778064 [src:pion] pion: ftbfs with GCC-5
Severity set to 'serious' from 'important'
> severity 778065 serious
Bug #778065 [src:pktools] pktools: ftbfs with GCC-5
Severity set to 'serious' from 'important'
> severity 778066 serious
Bug #778066 [src:plastimatch] plastimatch: ftbf...
2015 Jun 16
0
Processed: raise severity of GCC 5 triggered build failures to important
...Bug #778061 [src:phantomjs] phantomjs: ftbfs with GCC-5
Severity set to 'important' from 'normal'
> severity 778063 important
Bug #778063 [src:pinot] pinot: ftbfs with GCC-5
Severity set to 'important' from 'normal'
> severity 778064 important
Bug #778064 [src:pion] pion: ftbfs with GCC-5
Severity set to 'important' from 'normal'
> severity 778065 important
Bug #778065 [src:pktools] pktools: ftbfs with GCC-5
Severity set to 'important' from 'normal'
> severity 778066 important
Bug #778066 [src:plastimatch] plastimatch: ft...
2004 Aug 27
1
selecting unique columns of a matrix/data frame
...hat I may brush up on my autocorrelation basics, specifically
> > autocorrelation with R, and reassure myself that the results I am
> > getting aren't bogus.
>
> Admittedly, the help page for moran.test() simply refers to Cliff, A. D.,
> Ord, J. K. 1981 Spatial processes, Pion, p. 21 as the original source, and
> the "sids" vignette (see the foot of the output of help(package=spdep) to
> locate it on your system) is incomplete. My guess is however that if your
> data are for "spatial entities", theb constructing a sensible
> neighbour...
2013 Apr 18
0
Processed: adding new jessie tag to sid-tagged bugs
...s) jessie.
> tags 574873 + jessie
Bug #574873 [munin-node] munin-node: ntp_ and ntp-state plugin do not work with v6 addresses
Bug #558800 [munin-node] munin-node: ntp plugin doesn't work with ipv6 addresses
Added tag(s) jessie.
Added tag(s) jessie.
> tags 701336 + jessie
Bug #701336 [src:pion-net] pion-net: ftbfs with GCC-4.8
Added tag(s) jessie.
> tags 594072 + jessie
Bug #594072 [evolution] evolution forced offline
Bug #549451 [evolution] impossible to override offline mode when using network-manager
Bug #582358 [evolution] impossible to override offline mode when using network-ma...