Displaying 11 results from an estimated 11 matches for "bettini".
Did you mean:
betting
2009 Mar 01
2
dovecot imap and thunderbird tags
...ame imap
account from another machine, the tags are not there anymore... this
always happens for the Inbox, and seldomly for other imap folders...
anyone else experiencing this?
Note that the same problem does not arise with other imap server accounts...
thanks in advance
Lorenzo
--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
http://www.gnu.org/soft...
2003 Aug 24
1
problems in updating cvsroot under cygwin
...this command to update:
rsync -e ssh -avzu --delete -c -C --include=CVS
--exclude-from=exclude-files <myuser>@<myremotehost>:<dir>/cvsroot .
is it a known bug of the new release?
thanks in advance
Lorenzo
--
+-----------------------------------------------------+
| Lorenzo Bettini ICQ# lbetto, 16080134 |
| PhD in Computer Science |
| Dip. Sistemi e Informatica, Univ. di Firenze |
| Tel +39 055 4796741, Fax +39 055 4796730 |
| Florence - Italy (GNU/Linux User # 158233) |
| Home Page : http://www.loren...
2002 Aug 24
0
selecting files from different subdirectories
...mab are copied.
I thought that complete paths can be specified, am I wrong?
Basically I'm wondering which is the right way to copy ONLY some files
possibly in some subdirectories.
many thanks in advance
cheers
Lorenzo
--
+-----------------------------------------------------+
| Lorenzo Bettini ICQ# lbetto, 16080134 |
| PhD student in Computer Science |
| Dip. Sistemi e Informatica, Univ. di Firenze |
| Tel +39 055 4796741, Fax +39 055 4796730 |
| Florence - Italy (Linux User # 158233) |
| Home Page : http://www.loren...
2019 Apr 24
2
Problem to join a windows XP
..._______
De: samba <samba-bounces at lists.samba.org> em nome de Rowland Penny via samba <samba at lists.samba.org>
Enviado: terça-feira, 23 de abril de 2019 20:23
Para: samba at lists.samba.org
Assunto: Re: [Samba] Problem to join a windows XP
On Tue, 23 Apr 2019 19:27:21 +0000
Rogerio Bettini via samba <samba at lists.samba.org> wrote:
> Hi,
> I'm not able to join a windows XP machine in samba AD DC. This XP
> machine is a VM. No problems when joining Windows 10 machines to this
> DC.
>
> On XP machine, after inserting the Administrator username\password to...
2019 Apr 24
1
Problem to join a windows XP
Am Mittwoch, 24. April 2019, 16:13:11 CEST schrieb Rowland Penny via samba:
> On Wed, 24 Apr 2019 11:37:11 +0000
>
> Rogerio Bettini <rogeriobettini at hotmail.com> wrote:
> > Rowland, it was a typo. Sorry, I paste the smb.conf twice.
> > I changed the smb.conf as you proposed, so: dns forwarder removed -
> > yes it's in named.conf, and ntlm auth / lanman auth removed. I also
> > checked the NT...
2003 Jan 04
4
filelist calculation algoritm
HI all,
efficiency question for VERY low bandwith networks
Suppose I know the list of files that are changed
What is the most efficient way to make rsync sync this list.
Currently I use --include-from --exclude to generate a 'filelist' but I
suspect that client and/or server exchange the list of files in the module to
be synced. this traffic can be avoided since the include-from
2019 Apr 23
3
Problem to join a windows XP
Hi,
I'm not able to join a windows XP machine in samba AD DC. This XP machine is a VM.
No problems when joining Windows 10 machines to this DC.
On XP machine, after inserting the Administrator username\password to join the domain, the error message is - error while attempting to join the domain "VIDROESTE.IND": Internal error.
I can see that the XP machine account was created in AD
2019 Apr 23
0
Problem to join a windows XP
On Tue, 23 Apr 2019 19:27:21 +0000
Rogerio Bettini via samba <samba at lists.samba.org> wrote:
> Hi,
> I'm not able to join a windows XP machine in samba AD DC. This XP
> machine is a VM. No problems when joining Windows 10 machines to this
> DC.
>
> On XP machine, after inserting the Administrator username\password to...
2012 Dec 13
1
PLEASE REMOVE FROM LIST SERVE NOW!
PLEASE REMOVE ME FROM THIS LIST SERVE IMMEDIATELY!!!!!!
On Wed, Dec 12, 2012 at 6:41 PM, dada <paxkn@nottingham.ac.uk> wrote:
> Hi
> I would like to do neural netowrk analysis on my data. It look like this:
>
> drug param1 param2 param3 param4 param5 class
> A 111 15 125 40 0.5 1
> B 347 13 280 55 3 2
>
2012 Dec 08
1
imputation in mice
Hello! If I understand this listserve correctly, I can email this address
to get help when I am struggling with code. If this is inaccurate, please
let me know, and I will unsubscribe.
I have been struggling with the same error message for a while, and I can't
seem to get past it.
Here is the issue:
I am using a data set that uses -1:-9 to indicate various kinds of missing
data. I changed
2012 Dec 10
3
Warning message: In eval(expr, envir, enclos) : non-integer #successes in a binomial glm!
Hi there
I'm trying to fit a logistic regression model to data that looks very similar to the data in the sample below. I don't understand why I'm getting this error; none of the data are proportional and the weights are numeric values. Should I be concerned about the warning about non-integer successes in my binomial glm? If I should be, how do I go about addressing it?
I'm