search for: dane

Displaying 20 results from an estimated 148 matches for "dane".

Did you mean: dan
2010 Mar 09
1
create picture (k -the nearest neighbours)
Hi I want to create a nice picture about my result of k -the nearest neighbours algorithm. Here is my easy code: ################################# library(klaR) library(ipred) library(mlbench) data(PimaIndiansDiabetes2) dane=na.omit(PimaIndiansDiabetes2)[,c(2,5,9)] dane[,2]=log(dane[,2]) dane[,1:2]=scale(dane[,1:2]) zbior.uczacy=sample(1:nrow(dane),nrow(dane)/2,F) KNN=ipredknn(diabetes~glucose+insulin,data=dane,subset=zbior.uczacy,k=3) KNN=ipredknn(diabetes~glucose+insulin,data=dane,subset=zbior.uczacy,k=3) b= ifelse...
2009 Oct 27
1
"ipredknn" - How may I find values?
Hi everybody! I want to find a closer neighbourins observation. This is my code: ########################## library(klaR) library(ipred) library(mlbench) data(PimaIndiansDiabetes2) dane=na.omit(PimaIndiansDiabetes2)[,c(2,5,9)] dane[,2]=log(dane[,2]) dane[,1:2]=scale(dane[,1:2]) zbior.uczacy=sample(1:nrow(dane),nrow(dane)/2,F) klasyfikatorKNN=ipredknn(diabetes~glucose+insulin,data=dane,subset=zbior.uczacy,k=3) oceny=predict(klasyfikatorKNN,dane[-zbior.uczacy,],"class")...
2023 Jun 30
1
PAM Offline Authentication in Ubuntu 22.04
On 28/06/2023 17:52, Marco Gaiarin via samba wrote: > Mandi! Rowland Penny via samba > In chel di` si favelave... > >> I didn't try turning the last one off, but at least you are getting >> somewhere :-) > > With very little steps... ;-) > > >> When you say 'back to login screen', do you mean that you cannot just >> click the screen,
2020 Sep 11
4
Winbind offline cache and strangeness...
I've setup a portable system (ubuntu 16.04) joined to my AD domain, that in their primary network works as expected. But in this 'COVID time', the portable start to roam around, and users say me that, suddenly after some days of use, get incredibly sloooowww... after that users reboot, and cannot get back in, login refused. I've setup a VPN, but clearly if users cannot login
2011 Mar 31
4
SIS: Corrupted dbox file /dane/...../m.1 (around offset=98692): uid=44 points to broken data at offset=98662
...i'm posting. Log is: 2011-03-31T17:40:08.369598+02:00 hermes dovecot: imap-login: Login: user=<marcin at mejor.pl>, method=PLAIN, rip=62.121.127.119, lip=193.238.12.139, mpid=19221, TLS 2011-03-31T17:40:08.684562+02:00 hermes dovecot: imap(marcin at mejor.pl): Error: Corrupted dbox file /dane/domeny/mejor.pl/mail/marcin/mdbox/storage/m.1 (around offset=98692): Ext refs metadata corrupted: 3604 3311 - a5/2f/a52fbe2094a0f68cdb403d696b313d9e3fba6978-f722212d1ea0944daf4a0000a95b0854 2011-03-31T17:40:08.684891+02:00 hermes dovecot: imap(marcin at mejor.pl): Error: Corrupted dbox file /dane/d...
2017 Feb 20
2
Problem with Let's Encrypt Certificate
...n the SSL library. "Michael A. Peters" <mpeters at domblogger.net> writes: >> I use dehydrated (with Cloudflare DNS challenges) and as far as I know, >> it seems to generate a new private key every time. > > Yeah that would be a problem for me because I implement DANE. It's on my to-do list, but I think you can use dehydrated in signing mode. --signcsr (-s) path/to/csr.pem Sign a given CSR, output CRT on stdout (advanced usage) In this way, you can reuse private key, as well as making it more secure by removing a privileged operations (private key acc...
2011 Jun 17
0
I can't setup namespace per user (with settings keept in sql db)
...not null; dovecot_location | dovecot_namespace ---------------------------+------------------- location="mdbox:~/.mdbox" | prefix="testn" (1 row) but this isn't good configuration. I've got in log: debug: sql(marcin at mejor.pl,62.121.127.119): SELECT '/dane/domeny/mejor.pl/mail/marcin/' as home, dovecot_typ_skrzynki ||':'|| '/dane/domeny/mejor.pl/mail/marcin/' ||' .'|| dovecot_typ_skrzynki as mail_location, '*:bytes='||quota_mb||'M' as quota_rule , dovecot_location AS location, dovecot_namespace AS namespace...
2007 Aug 08
7
restart a service without ensure => running
...estart mysql. Is it possible to tell puppet to ensure => "running" on mysql except for the 30min scheduled outage? Or, is there another way to trigger a service restart when the config file changes? My last resort is to shutdown puppetd during the 30min window, but this seems ugly. Dane -- Dane Miller Systems Administrator Great Schools, Inc http://greatschools.net
2016 Nov 11
0
ldns-dane
This is an epel package but I thought that I would ask here first. I am encountering unexpected behaviour from this program and I would like to know if it is a bug, or I am configuring something wrong, of if this is intended behaviour. ldns-dane version 1.6.16 (ldns version 1.6.16) When I attempt to specify the entire certificate as the desired data source for this program I get the following error: ldns-dane \ -n -o 0 \ -c CA_HLL_ROOT_2016.pem \ create harte-lyne.ca 443 \ 2 0 2 <selector> should be in range [0-1] Lik...
2017 Apr 15
2
Simple OCSP server ??
Hello list, I'm contemplating running my own CA to implement the new proposed ISP for validation of S/MIME certificates via DANE. I already use self-signed for my MX servers (with 3 1 1 dane records on TCP port 25) but I don't want to use self-signed for S/MIME for user specific x.509 certs because A) That's potentially a lot of DNS records B) That requires a hash of the e-mail addresses in DNS Instead, I will b...
2011 Sep 07
1
Problem with configuring dovecot to take namespaces from database
Hello! I'd like to set up dovecot to keep namespaces in database, keep more than one namespace per user. I try to create the simplest rule (even without tuple in db table) to get new namespace, unfortunately it doesn't work. My user_query is: SELECT '/dane/domeny/%d/mail/%n/' as home, dovecot_typ_skrzynki ||':'|| '/dane/domeny/%d/mail/%n/' ||'.'|| dovecot_typ_skrzynki as mail_location, '*:bytes='||quota_mb||'M' as quota_rule , 'test33/location=mdbox:~/.mdbox/test33/' as "namespace/test3/pref...
2017 Apr 16
2
Simple OCSP server ??
...www.openca.org/ might fit my needs. their Centos repo does not exist, it seems? > > On 04/14/2017 06:29 PM, Alice Wonder wrote: >> Hello list, >> >> I'm contemplating running my own CA to implement the new proposed ISP >> for validation of S/MIME certificates via DANE. >> >> I already use self-signed for my MX servers (with 3 1 1 dane records on >> TCP port 25) but I don't want to use self-signed for S/MIME for user >> specific x.509 certs because >> >> A) That's potentially a lot of DNS records >> B) That requir...
2005 Jun 24
9
WINS across two networks and a router
...ra0  proto kernel  scope link  src 192.168.1.247 127.0.0.0/8 dev lo  scope link default via 192.168.1.1 dev ra0 More info is at: http://www.linuxquestions.org/questions/showthread.php?s=&postid=1702983#post1702983 I''d greatly appreciate any help you are willing to give.  Thanks! --Dane
2023 May 22
1
PAM Offline Authentication in Ubuntu 22.04...
...favelave... > I would undo that, it appears to be wrong. OK, i've undo also i. > I have tested this on a Ubuntu 22.04 computer and it works, so I have > updated the wiki page: > https://wiki.samba.org/index.php/PAM_Offline_Authentication Apparently works as expected: root at dane:~# wbinfo -K gaio Enter gaio's password: plaintext kerberos password authentication for [gaio] succeeded (requesting cctype: FILE) credentials were put in: FILE:/tmp/krb5cc_0 root at dane:~# smbcontrol winbind offline root at dane:~# wbinfo -K gaio Enter gaio's password: plaintext...
2016 Apr 27
2
Apache/PHP Installation - opinions
On Wed, Apr 27, 2016 at 1:04 AM, Alice Wonder <alice at domblogger.net> wrote: > Not with a smtp that enforces DANE. I'm aware of how DANE works. The only problem is no MTA outside of Postfix implements it. You can thank the hatred of DNSSEC for that. Brandon Vincent
2017 Jan 24
4
Help! How do I make Samba3 + Winbind drop the domain\ on a user's account?
...tname: Now, after logging in, the prompt is: domain\username at hostname: How do I make it drop the "domain\" ? This causes issues in other areas as passing "\" is an illegal character. Should we change the "\" to a "." ? Thank you for a great product, Dane
2010 Jun 06
1
I need help in analyzing
...1 0 0 0 rude 1 0 1 0 0 0 0 0 0 1 braz 1 1 0 0 0 0 1 0 0 0 braz 0 0 1 1 0 0 0 0 0 1 czarne 1 1 0 0 0 0 0 0 0 1 blond 1 0 0 1 0 0 1 0 0 0 blond 0 0 1 1 0 0 0 0 0 1 braz 0 0 1 1 0 0 1 0 0 0 czarne 0 0 1 1 0 0 1 0 0 0 czarne last column is my Y. When i entered this to R i've get model.lda=lda(y~.,dane) Warning message: In lda.default(x, grouping, ...) : variables are collinear > model.lda Call: lda(y ~ ., data = dane) Prior probabilities of groups: blond braz czarne rude 0.3166667 0.2833333 0.2333333 0.1666667 Group means: x1 x2 x3 x4...
2017 Apr 16
1
Simple OCSP server ??
...oes not exist, it seems? >> >>> >>> On 04/14/2017 06:29 PM, Alice Wonder wrote: >>>> Hello list, >>>> >>>> I'm contemplating running my own CA to implement the new proposed ISP >>>> for validation of S/MIME certificates via DANE. >>>> >>>> I already use self-signed for my MX servers (with 3 1 1 dane >>>> records on >>>> TCP port 25) but I don't want to use self-signed for S/MIME for user >>>> specific x.509 certs because >>>> >>>> A) T...
2015 Oct 01
0
Does fts_lucene need fts_squat?
Hi ML! Please look at this: - I've got no lucene-index: > # ls /dane/domeny/mejor.pl/mail/marcin/.maildir/lucene-indexes > ls: cannot access /dane/domeny/mejor.pl/mail/marcin/.maildir/lucene-indexes: No such file or directory - run search in body: > echo -e "a select bugzilla\na search body flto\na logout\n" | /usr/libexec/dovecot/imap -u marcin at...
2016 Apr 27
2
Apache/PHP Installation - opinions
...e versions and >> backport security fixes and keep everything API compatible but in real >> world practice, it makes your server stale. > > Another example outside of LAMP > > Postfix - > > The postfix that ships with CentOS 7 does not have the ability to > enforce DANE. > > If you are not sure what that is - > > On mt DNS server, I can (and do) post a fingerprint of the TLS keys > used by my smtp server. > > When other mail servers want to send an e-mail to my server, they can > do a DNS query and if I have a DANE record, then they can r...