search for: enrico

Displaying 20 results from an estimated 363 matches for "enrico".

2012 Oct 09
8
unexpected should_receive behaviour
...green light too... I was expecting an error like expected: 1 time received: 0 times could anyone give me a hint to understand that behaviour? I''ve opened a question on StackOverflow too: http://stackoverflow.com/questions/12799617/unexpected-rspec-should-receive-behaviour many thanks, enricostn -- ? Enrico Stano ? ? twitter @enricostano ? skype ocirneonats
2020 Jun 25
5
Users, home directories and profiles
On Tue, 23 Jun 2020 14:56:57 +0200 Enrico Morelli via samba <samba at lists.samba.org> wrote: > On Tue, 23 Jun 2020 12:37:16 +0200 > Enrico Morelli via samba <samba at lists.samba.org> wrote: > > > On Mon, 22 Jun 2020 13:54:38 +0100 > > Rowland penny via samba <samba at lists.samba.org> wrote: >...
2009 Apr 07
3
Logging Asterisk console
Hi all, in witch way can I put in a log file the asterisk console? I have tried with some settings in file logger.conf but the log not contain the same debug that I can see with "asterisk -rvvv". I need it in debugging purpose for tracking some bug. Thanks Enrico. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3473 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20090407/02f3888c/attachment.bin
2020 Jun 30
2
Users, home directories and profiles
Check the rights before the folder your trying to change. Im guessing that now has 770, try 771 or 775 or 777 Greetz, Louis > -----Oorspronkelijk bericht----- > Van: Enrico Morelli [mailto:morelli at cerm.unifi.it] > Verzonden: dinsdag 30 juni 2020 14:44 > Aan: samba at lists.samba.org > CC: L.P.H. van Belle > Onderwerp: Re: [Samba] Users, home directories and profiles > > On Tue, 30 Jun 2020 12:00:32 +0200 > "L.P.H. van Belle via samba&quo...
2008 Jul 14
4
Zaptel problem with pots lines
...el: Found a Wildcard TDM: Wildcard TDM400P REV I (2 modules) kernel: 4294908325 Polarity reversed (0 -> -1) kernel: 4294908326 Polarity reversed (0 -> 1) kernel: BATTERY on 1/1 (-)! kernel: NO BATTERY on 1/2! Any suggestion? Am i trying to do something that simply can't be done? Thanks, Enrico Maistro
2020 Jun 22
5
Users, home directories and profiles
On Mon, 22 Jun 2020 11:46:55 +0100 Rowland penny via samba <samba at lists.samba.org> wrote: > On 22/06/2020 11:33, Enrico Morelli wrote: > > [global] > > dns forwarder = 150.217.1.32 > > netbios name = FIORGEN7 > > realm = CERM.UNIFI.IT > > server role = active directory domain controller > > workgroup = CERM > > idmap_ldb:use rfc2307 = yes > > vfs objects = acl_x...
2020 Jul 08
2
Users, home directories and profiles
On Wed, 8 Jul 2020 11:36:50 +0100 Rowland penny via samba <samba at lists.samba.org> wrote: > On 08/07/2020 09:57, Enrico Morelli wrote: > > On Wed, 8 Jul 2020 09:13:37 +0100 > > Rowland penny via samba <samba at lists.samba.org> wrote: > > > >> On 08/07/2020 08:06, Enrico Morelli wrote: > >>> On Wed, 1 Jul 2020 13:03:50 +0100 > >>> Rowland penny via samba <s...
2020 Jun 30
2
Users, home directories and profiles
On Tue, Jun 30, 2020 at 02:41:46PM +0200, Enrico Morelli via samba wrote: > On Tue, 30 Jun 2020 11:01:27 +0100 > Rowland penny via samba <samba at lists.samba.org> wrote: > > > On 30/06/2020 10:40, Enrico Morelli via samba wrote: > > > At the end I'll to abandon samba :-(( > > > I'm really sad &gt...
2020 Jun 23
2
Users, home directories and profiles
On Mon, 22 Jun 2020 13:54:38 +0100 Rowland penny via samba <samba at lists.samba.org> wrote: > On 22/06/2020 13:50, Enrico Morelli wrote: > > On Mon, 22 Jun 2020 11:46:55 +0100 > > Rowland penny via samba <samba at lists.samba.org> wrote: > > > >> On 22/06/2020 11:33, Enrico Morelli wrote: > >>> [global] > >>> dns forwarder = 150.217.1.32 > >>>...
2020 Jul 01
2
Users, home directories and profiles
On 01/07/2020 08:36, Enrico Morelli via samba wrote: > On Tue, 30 Jun 2020 10:28:41 -0700 > Jeremy Allison via samba <samba at lists.samba.org> wrote: > >> On Tue, Jun 30, 2020 at 02:41:46PM +0200, Enrico Morelli via samba >> wrote: >>> On Tue, 30 Jun 2020 11:01:27 +0100 >>> Rowlan...
2008 Sep 10
3
(PR#12770) format() under Windows giv wrong resuts with
On Windows XP SP3 > format(pippo, format="%I:%M:%S %p") [1] "11:43:12 PM" In any case, if there is a problem it is in Windows, not in R, since this is an Windows service that is being called. So there is no evidence at all of any bug in R here. On Wed, 10 Sep 2008, pego.enrico at tiscali.it wrote: > Full_Name: Enrico Pegoraro > Version: 2.7.2 > OS: Windows > Submission from: (NULL) (87.4.187.101) > > > The > format(timevar,format="%I:%M:%S %p") > instruction, with "timevar" a "POSIXt" "POSIXlt" variable...
2015 Nov 03
1
Fwd: Rcpp sugar dpois
...understand the rational for the use of "R::dpois" to call the function dpois since in the examples I have always found directly "dpois" or "Rcpp::dpois" that both do not work in my code. Could anyone be so patient to explain me why should it be like that? Thaks a lot, Enrico #include <Rcpp.h> using namespace Rcpp; NumericVector pcUtildedatoU(NumericVector z, double j, double par) { int l_z=z.size(); NumericVector out(l_z); for (int w=0; w<= (l_z-1); w++) { double outcand=0; double d=z[w]; if (d >= j) out...
2007 Apr 17
4
Using meetme like call
...st way because for the users is the simplest (I think). The problem is that when user call one extension that isn't available or not responding the first user remain in the room for all work day. :( There's a way to make ring two phone and enter in the conference in the same time? Thank Enrico. -- Pasqualotto Enrico Netspin srl mail: e.pasqualotto@netspin.it cell: 347 3292620 web: www.netspin.it
2020 Jul 08
2
Users, home directories and profiles
On Wed, 8 Jul 2020 13:50:06 +0100 Rowland penny via samba <samba at lists.samba.org> wrote: > On 08/07/2020 13:28, Enrico Morelli wrote: > > On Wed, 8 Jul 2020 11:36:50 +0100 > > Rowland penny via samba <samba at lists.samba.org> wrote: > > > >> On 08/07/2020 09:57, Enrico Morelli wrote: > >>> On Wed, 8 Jul 2020 09:13:37 +0100 > >>> Rowland penny via samba &...
2020 Jul 08
2
Users, home directories and profiles
On Wed, 8 Jul 2020 09:13:37 +0100 Rowland penny via samba <samba at lists.samba.org> wrote: > On 08/07/2020 08:06, Enrico Morelli wrote: > > On Wed, 1 Jul 2020 13:03:50 +0100 > > Rowland penny via samba <samba at lists.samba.org> wrote: > > > >> The problem from my point of view is, I cannot recreate the crash. > >> My feelings are that the OP hasn't set up the share cor...
2012 Nov 05
3
DragonFly Object not found in Production
could please anyone help me with this issue? http://stackoverflow.com/questions/13237954/object-not-found-in-production thanks, enrico -- · Enrico Stano · · twitter @enricostano · skype ocirneonats -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscri...
2014 Mar 10
3
How to get guest's cpu and mem usage with Java APIs
Hi everybody, I'm using libvirt java api bindings for my thesis. I would like to know if there is a way to obtain live information about cpu and mem usage of a domain. Regards, Enrico De Maio Skype: enrico.de.maio Mobile: +39 338 205 3397
2009 Jan 21
0
Odp: R: Odp: Function able to identify the row and the column in a matrix
"enrico.foscolo2 at libero.it" <enrico.foscolo2 at libero.it> napsal dne 21.01.2009 11:54:49: > I can't use the function "outer" because my function fun() doesn't take vectors > as arguments. If you can not R-help at r-project.org mailing list https://stat.ethz.ch/m...
2006 Nov 22
1
qualify=yes
hi all, how can I set the interval in second from retrasmit the magic packets when qualify is set to on? I want to view whitch voip-phone is connected but I don't want to DOS my adsl connection.... ;) Thanks Enrico P. -- Pasqualotto 'Pasqu' Enrico enrico AT pasqualotto DOT org web: http://www.pasqualotto.org skype: epasqualotto
2020 Jun 30
0
Users, home directories and profiles
On Thu, 25 Jun 2020 14:14:46 +0200 Enrico Morelli via samba <samba at lists.samba.org> wrote: > On Tue, 23 Jun 2020 14:56:57 +0200 > Enrico Morelli via samba <samba at lists.samba.org> wrote: > > > On Tue, 23 Jun 2020 12:37:16 +0200 > > Enrico Morelli via samba <samba at lists.samba.org> wrote: >...