Displaying 20 results from an estimated 86 matches for "unimore".
2010 Feb 15
0
Unable to provision with openldap/samba4: pdc_fsmo_init: no domain object present
...low howto at
http://wiki.samba.org/index.php/Samba4/LDAP_Backend/OpenLDAP
with today's source (15 february 2010)
(latest commit: 6ec6fa0ac4e71f9b14a3cbfef328d50e321b0544)
./configure --enable-developer worked as well as make && make install.
Provision fails:
./setup/provision --realm=unimore.it --ldapadminpass=atmlite
--ldap-backend-type=openldap --server-role='domain controller'
--domain=ateneo --targetdir=setup/ --slapd-path=/usr/local/libexec/slapd
Administrator password will be set randomly!
Failed to bind - LDAP client internal error:
NT_STATUS_UNEXPECTED_NETWORK_ERROR
Fai...
2003 Mar 31
3
can't connect to a samba share with Windows XP
Hi all,
I am having problems with using XP Pro to connect to a samba share.
All I get from XP are repated dialogs asking for my username and password.
My linux box has been joined to the local windows domain.
I am using encrypted passwords and the security level is set to user.
If I set the log level to 10 I can see that LM and NT4 MD password checks failed on the challenge
returned by the XP
2008 Jul 29
1
tensor product of equi-spaced B-splines in the unit square
...+-------------------------------------------------
| Patrizio Frederic
| Research associate in Statistics,
| Department of Economics,
| University of Modena and Reggio Emilia,
| Via Berengario 51,
| 41100 Modena, Italy
|
| tel: +39 059 205 6727
| fax: +39 059 205 6947
| mail: patrizio.frederic at unimore.it
+-------------------------------------------------
2010 May 17
2
best polynomial approximation
...sh
--
+-------------------------------------------------
| Patrizio Frederic, PhD
| Assistant Professor,
| Department of Economics,
| University of Modena and Reggio Emilia,
| Via Berengario 51,
| 41100 Modena, Italy
|
| tel: +39 059 205 6727
| fax: +39 059 205 6947
| mail: patrizio.frederic at unimore.it
+-------------------------------------------------
2012 Oct 26
1
Dovecot stops to work - anvil problem
...a) xfs
auth_cache_size = 1024
auth_cache_ttl = 21600 s
auth_debug = yes
auth_debug_passwords = yes
auth_master_user_separator = *
auth_mechanisms = plain login
auth_socket_path = /var/run/dovecot/auth-userdb
auth_verbose = yes
base_dir = /var/run/dovecot/
disable_plaintext_auth = no
hostname = mail.unimore.it
info_log_path = /var/log/dovecot.log
lda_mailbox_autocreate = yes
log_path = /var/log/dovecot.log
mail_debug = yes
mail_location = maildir:/cl/mail/vhosts/sms.unimo.it/%Ln/Maildir
mail_plugins = $mail_plugins quota
mailbox_idle_check_interval = 60 s
mbox_write_locks = fcntl
namespace {
inbox =...
2013 Jun 28
1
Dovecot SLOW in imaptest without any apparent reason
...a) xfs
auth_cache_size = 1024
auth_cache_ttl = 21600 s
auth_debug = yes
auth_debug_passwords = yes
auth_master_user_separator = *
auth_mechanisms = plain login
auth_socket_path = /var/run/dovecot/auth-userdb
auth_verbose = yes
base_dir = /var/run/dovecot/
disable_plaintext_auth = no
hostname = mail.unimore.it
info_log_path = /var/log/dovecot.log
lda_mailbox_autocreate = yes
log_path = /var/log/dovecot.log
mail_debug = yes
mail_location = maildir:/cl/mail/vhosts/sms.unimo.it/%Ln/Maildir
mail_plugins = $mail_plugins quota
mailbox_idle_check_interval = 60 s
mbox_write_locks = fcntl
namespace {
inbox =...
2024 Jun 13
1
Create a numeric series in an efficient way
I apologize, I solved the problem, sorry for that.
f.
Il giorno gio 13 giu 2024 alle ore 16:42 Francesca PANCOTTO <
francesca.pancotto at unimore.it> ha scritto:
> Dear Contributors
> I am trying to create a numeric series with repeated numbers, not
> difficult task, but I do not seem to find an efficient way.
>
> This is my solution
>
> blocB <- c(rep(x = 1, times = 84), rep(x = 2, times = 84), rep(x = 3,
> ti...
2017 Oct 19
0
Select part of character row name in a data frame
...",
"Common to strat, and crt.dummy ",
"Common to strat, and gender ",
"Common to strat, and age ") ,]
--
Sent from my phone. Please excuse my brevity.
On October 19, 2017 3:14:53 AM PDT, Francesca PANCOTTO <f.pancotto at unimore.it> wrote:
>Thanks a lot, so simple so efficient!
>
>I will study more the grep command I did not know.
>
>Thanks!
>
>
>Francesca Pancotto
>
>> Il giorno 19 ott 2017, alle ore 12:12, Enrico Schumann
><es at enricoschumann.net> ha scritto:
>>
>&...
2017 Oct 19
2
Select part of character row name in a data frame
Thanks a lot, so simple so efficient!
I will study more the grep command I did not know.
Thanks!
Francesca Pancotto
> Il giorno 19 ott 2017, alle ore 12:12, Enrico Schumann <es at enricoschumann.net> ha scritto:
>
> df[grep("strat", row.names(df)), ]
[[alternative HTML version deleted]]
2008 Aug 08
3
Multivariate regression with constraints
Hi all,
I am running a bivariate regression with the following:
p1=c(184,155,676,67,922,22,76,24,39)
p2=c(1845,1483,2287,367,1693,488,435,1782,745)
I1=c(1530,1505,2505,204,2285,269,1271,298,2023)
I2=c(8238,6247,6150,2748,4361,5549,2657,3533,5415)
R1=I1-p1
R2=I2-p2
x1=cbind(p1,R1)
y1=cbind(p2,R2)
fit1=lm(y1~-1+x1)
summary(fit1)
Response 2:
Coefficients:
Estimate Std. Error t value
2024 Jun 13
1
Create a numeric series in an efficient way
...ia R-help
Sent: Thursday, June 13, 2024 2:22 PM
To: r-help at r-project.org
Subject: Re: [R] Create a numeric series in an efficient way
[External Email]
I apologize, I solved the problem, sorry for that.
f.
Il giorno gio 13 giu 2024 alle ore 16:42 Francesca PANCOTTO < francesca.pancotto at unimore.it> ha scritto:
> Dear Contributors
> I am trying to create a numeric series with repeated numbers, not
> difficult task, but I do not seem to find an efficient way.
>
> This is my solution
>
> blocB <- c(rep(x = 1, times = 84), rep(x = 2, times = 84), rep(x = 3,
> ti...
2015 Jun 11
3
Joining 4.2.2 Samba client to Samba3 PDC
...t performance advantages that vfs_fruit has to
offer them (Thanks again, Ralph![3]). If the only solution is to
upgrade the PDC, that's ultimately fine, but that will of course take
more time.
If you've read this far, Thanks![4]
-DM
[1]
> Francesco Malvezzi francesco.malvezzi at unimore.it
> Tue Apr 14 00:41:15 MDT 2015
>
> hi all,
>
> my working samba-4.1.7 member of a samba3 domain (samba-3.5.3) failed
> while updating to samba-4.2.0. Users were no longer able to access
> shares because the trust account was broken.
>
> According to release no...
2008 May 29
2
Troubles plotting lrm output in Design Library
...-------------------------------------------------
| Patrizio Frederic
| Research associate in Statistics,
| Department of Economics,
| University of Modena and Reggio Emilia,
| Via Berengario 51,
| 41100 Modena, Italy
|
| tel: +39 059 205 6727
| fax: +39 059 205 6947
| mail: patrizio.frederic at unimore.it
+-------------------------------------------------
2018 Aug 29
2
gencache.tdb size and cache flush
...ldap server require strong auth = allow_sasl_over_tls
printcap name = /dev/null
load printers = no
printing = bsd
idmap_ldb:use rfc2307 = yes
template shell = /bin/mosh
template homedir = /homel/%U
kerberos method = secrets and keytab
[netlogon]
path = /opt/samba/var/locks/sysvol/unimore.it/scripts
root preexec = /opt/netlogon/netlogon.sh %U %M %a %I
read only = Yes
[sysvol]
path = /opt/samba/var/locks/sysvol
read only = No
franz
>
> Greetz,
>
> Louis
>
>
>
>>
>> Hi all,
>>
>> I have a midsize AD domain with some...
2015 Apr 21
0
samba-4.2.0 join samba3 PDC
...ot;,
flags=0x7fff0ba1cae8) at ../libcli/auth/netlogon_creds_cli.c:2553
#14 0x00007f47f89ed925 in rpccli_netlogon_network_logon
(creds=0x7f48048c63e0, binding_handle=0x7f48048c6ef0,
mem_ctx=0x7f48048c4c30, logon_parameters=2080, username=0x7f48048be210
"a_user", domain=0x7f48048de740 "UNIMORE", workstation=0x7f48048c5890
"ORTO", chal=0x7f48048ccc60 "8\332G\332\317\036?
\221", lm_response=...,
nt_response=..., authoritative=0x7fff0ba1cabf "", flags=0x7fff0ba1cae8,
info3=0x7fff0ba1caf0) at ../source3/rpc_client/cli_netlogon.c:476
#15 0x00007f4800e521f1 i...
2008 Dec 10
4
repeated searching of no-missing values
...---------------------------------------------
| Patrizio Frederic, PhD
| Research associate in Statistics,
| Department of Economics,
| University of Modena and Reggio Emilia,
| Via Berengario 51,
| 41100 Modena, Italy
|
| tel: +39 059 205 6727
| fax: +39 059 205 6947
| mail: patrizio.frederic at unimore.it
+-------------------------------------------------
2024 Jun 13
2
Create a numeric series in an efficient way
Dear Contributors
I am trying to create a numeric series with repeated numbers, not difficult
task, but I do not seem to find an efficient way.
This is my solution
blocB <- c(rep(x = 1, times = 84), rep(x = 2, times = 84), rep(x = 3, times
= 84), rep(x = 4, times = 84), rep(x = 5, times = 84), rep(x = 6, times =
84), rep(x = 7, times = 84), rep(x = 8, times = 84), rep(x = 9, times =
84),
2009 Jun 08
0
ReadItem: unknown type 136, perhaps written by later version of R
...io
--
+-------------------------------------------------
| Patrizio Frederic, PhD
| Assistant Professor,
| Department of Economics,
| University of Modena and Reggio Emilia,
| Via Berengario 51,
| 41100 Modena, Italy
|
| tel: +39 059 205 6727
| fax: +39 059 205 6947
| mail: patrizio.frederic at unimore.it
+-------------------------------------------------
2009 Dec 12
1
Replace NAs in a range of data frame columns
Dear all,
I'm stuck in a seemingly trivial task that I need to perform for many
datasets. Basically, I want to replace NA with 0 in a specified range of
columns in a dataframe. I know the first and last column to be recoded
only by its name.
I can select the columns starting like this
a[match('first',names(a)): match('last',names(a))]
The question is how can replace all NA
2011 Feb 08
0
tsboot fails on Seasonal Mann-Kendall (seaKen function, wq package)
...regards,
Alessandro
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Alessandro Bigi
Dipartimento di Ingegneria Meccanica e Civile
University of Modena and Reggio Emilia
via Vignolese 905/b, I-41125 Modena
phone: +39-059-2056328
fax: +39-059-2056126
skype: ale.bigi
email: alessandro.bigi at unimore.it
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~