search for: antonello

Displaying 20 results from an estimated 21 matches for "antonello".

2010 Dec 21
7
I/O size distribution?
...is). See for example http://prefetch.net/articles/observeiodtk.html Can anyone?recommend?an alternative to get similar information under CentOS? I looked into dtrace for linux but it seems still work in progress, even putting aside CDDL issues ... http://www.crisp.demon.co.uk/tools.html Thanks! Antonello
2006 Jan 05
6
InPlaceEditor and textarea
...(''indicator'')}, onComplete: function(request) {Element.hide(''indicator'')} }); ################## I try to write 2 row, but when the form is submit I have only one row after send success. I must add some code to JS for use multirow textarea? Thank you Antonello
2015 Dec 02
2
Dovecot doesn't sent rejection message user overquota
Il 01/12/2015 16:19, Timo Sirainen ha scritto: > On 01 Dec 2015, at 17:10, Antonello Cioffi <antonello.cioffi at uniparthenope.it> wrote: >> Hi >> >> I'm using postfix+dovecot (2.2.18). >> >> The problem is that dovecot silently discard message when user has its own mailbox full without sending rejection message to the sender. >> >&g...
2005 Dec 05
3
Effect.Highlight on Ajax.Updater
...The value in these div is take from Ajax.Updater . the code is: new Ajax.Updater(''acc'',''tools/head_info.php'',{asynchronous:true}); and have a settimeout to recall it every 5 seconds. Can you suggest how highlight the acc div when is value change? Thank you, Antonello PS: why not open a script.aculo.us forum''s?
2015 Dec 01
2
Dovecot doesn't sent rejection message user overquota
...%u pop3_save_uidl = no pop3_uidl_format = %08Xu%08Xv } while in master.cf dovecot unix - n n - - pipe flags=DRhu user=vmail argv=/usr/local/libexec/dovecot/dovecot-lda -f ${sender} -d ${recipient} Is there someone who could help me? Regards -- Dott. Antonello Cioffi Ufficio Servizi Informatici Universit? degli Studi di Napoli Parthenope Tel. 081/5475292 - Fax. 081/5475180
2013 Aug 13
1
samba 4 and roaming profiles
...folder on the server, while the windows7 clients point to a "username.V2" folder. This is an issue due to the different types of roaming profiles in different windows versions (xp & 7). So I need a workaround to make the windows7 cliients point to "username" folders. TIA Antonello
2015 Dec 01
0
Dovecot doesn't sent rejection message user overquota
On 01 Dec 2015, at 17:10, Antonello Cioffi <antonello.cioffi at uniparthenope.it> wrote: > > Hi > > I'm using postfix+dovecot (2.2.18). > > The problem is that dovecot silently discard message when user has its own mailbox full without sending rejection message to the sender. > > Here a sample lo...
2009 Dec 15
3
Mail root to root and permissions problem
...or> Operations like "dovecot: 2009-12-15 11:17:24 Warning: Killed with signal 15" are writen. It's a permission problem: dovecot.log is owned by "root" and grupped by "adm" (chmodded 640). Where is the problem? I'm really blind now! Tx 4 suggestions! Bye, Antonello
2006 Apr 21
1
how-to pass other values to InPlaceCollectionEditor?
...#39;']], extra_param: ''op=tipo_cont&'', onBlur: function(request) {Element.show(''indicator'')} }); ###################################### According to you it is corrected? of it could insert this code of default for the next versions of controls.js? Antonello
2013 Oct 19
1
authentication issues
...assword to have any expiration time, but I couldn't find where to set this feature on the zentyal dashboard. Moreover, I don't have this issue on the windows clients, so I may think that the issue is due to the linux system on the client side. Still I don't know how to cope with it. Antonello
2006 Mar 07
6
[PATCH] Allow Ajax.InPlaceCollectionEditor to load collection externally
Attached is a patch to allow Ajax.InPlaceCollectionEditor to load the collection using AJAX. It adds a new option, loadOptionsURL, which is the URL used to load the values over the interweb. It expects the server to return <option></option> values. If one of them has a selected="selected" attribute, it will probably be pre-selected. Not tested that though. Also only tested
2015 Dec 02
0
Dovecot doesn't sent rejection message user overquota
On 2015-12-02 09:13:04 +0100, Antonello Cioffi wrote: > Dec 2 08:58:49 posta2 dovecot: lda(antonen): > msgid=<565EA4B9.1020009 at uniparthenope.it>: Permanently failed to send > rejection: smtp(mail.uniparthenope.it): DATA failed: 550 5.7.1 no > third-party DSNs smells like an error message from your smtp server. --...
2017 Sep 05
0
Mac Os mail error while moving msg in subfolder
...st = no location = maildir:~/Maildir/expunged order = 0 prefix = .EXPUNGED/ separator = / subscriptions = yes type = private } all other client like thunderbird, outlook and horde imap web interface work fine. Is there something who could help me? thank you regards -- Dott. Antonello Cioffi Ufficio Servizi Informatici Universit? degli Studi di Napoli Parthenope Tel. 081/5475292 - Fax. 081/5475180
2007 Apr 02
1
Kernel timer frequency and HTB
Hello, i have a linux box which is acting as a lan router towards the internet doing traffic shaping. My link is 10Mbit/s full duplex. I have set some HTB classes with a rate of 20% (2Mbit/s) and a ceil of 95% (9.5Mbit/s). Is such an excursion of bandwidth in the HTB classes feasible for HTB to control? What Timer frequency (kernel menuconfig) is the most suitable among 250, 300 and 1000Hz
2006 Mar 31
0
info about default value of InPlaceCollectionEditor
...value to 0 for "No" and to 1 for "Yes". I have think a code like: value: function() { return ($(el).innerHTML==''Yes'') ? ''1'' : ''0''; }, but don''t run. Can you help me? Exchuse me for my very bad english :-P Antonello
2013 Oct 19
0
password issue in zentyal samba 4
...assword to have any expiration time, but I couldn't find where to set this feature on the zentyal dashboard. Moreover, I don't have this issue on the windows clients, so I may think that the issue is due to the linux system on the client side. Still I don't know how to cope with it. Antonello
2016 Apr 10
0
logistic regression with package 'mice'
...apply a logistic regression model. I need to extract information on the fit of the model. Is there any way to calculate a likelihood ratio or the McFadden-pseudoR2 from the results of the logistic model? I mean, as it is possible to extract pooled averaging and odds ratio... Thank you in advance, Antonello Here an example of logistic regression on imputed data: library(mice) imp <- mice(nhanes) # logistic regression on the imputed data fit <- glm.mids((hyp==2)~bmi+chl, data=imp, family = binomial) summary(fit) summary(pool(fit)) ### pool averaging across all imputed dataset summary(poo...
2004 Mar 30
0
koq.q ---- Kent O' Quigley R2
...rtunately no one answered me. Following you'll see the function nlminb that i have changed with R-function optim() and the error that came out when i try to run this software. As attached file there is the file koq.q Thanking in advance for what you can do about it Yours Faithfully Dr. Antonello Romani Dipartimento di Medicina Sperimentale Sezione di Patologia Molecolare e Immunologia via Volturno 39 43100 Parma Italy #----------------------------------------------------------------------------------------------- find.mu.alfa <- function(theta, theta1, x, ell, which,...) { # # find t...
2006 Jan 17
2
I can't access a Linux box from windows
Hi every one, sorry for bad english and thanks. I'm starting using linux, sorry if i ask something simple. I have a small network and I would like to access a file on a linux box with fedora 4 and of course samba from windows xp , windows 2000 and windows 98. I see the directory bat when clic on them to see what's inside i get a message that tell that i don't have the right to
2017 Jun 19
1
core dump on ocfs2
...upgraded dovecot from 2.2.18 to 2.2.30.2 but errors are still present posta2:/var/core # dovecot --version 2.2.30.2 (c0c463e)bye Errors appear only with dovecot-lda process so I tend to exsclude disks or ocfs failure Is there someone who can help me? Best regards Thanks -- Dott. Antonello Cioffi Ufficio Servizi Informatici Universit? degli Studi di Napoli Parthenope Tel. 081/5475292 - Fax. 081/5475180