search for: origination

Displaying 20 results from an estimated 92908 matches for "origination".

2011 Dec 18
0
Latest git build errors
These are the errors I'm receiving on the latest git build of samba 4. I'm using SuSE 12.1 and compiled with: ./configure --enable-fhs --prefix=/usr --sysconfdir=/etc --localstatedir=/var /home/jason/Downloads/samba-master/librpc/idl/eventlog.idl:108: error: Unable to determine origin of type `struct dom_sid0' /home/jason/Downloads/samba-master/librpc/idl/eventlog.idl:108: error:
2005 Nov 16
1
COM dates (was origin and "origin<-" in chron)
I was just looking for an easy way to convert between COM datetime and chron datetime (both ways.) I found examples on the list, but they involved origin. Does anyone have functions for converting COM datetime <-> chron datetimethat work "safely"? David L. Reiner > -----Original Message----- > From: Gabor Grothendieck [mailto:ggrothendieck@gmail.com] >
2005 Nov 15
1
origin and "origin<-" functions on chron
I'm trying to use/modify some code I found (at Omegahat, but I've seem similar usage elsewhere.) It contains the lines: if(any(origin(chronDate)!=orig)) origin(chronDate) <- orig Let's say: > require("chron") [1] TRUE > chronDate <- chron("11/15/2005", format="m/d/y", origin.=c(12,31,1899)) > orig <- c(month=12, day=31,
2010 Mar 30
1
Using the get() function on an object within a list
Hi- I am trying use the get function to return the value of an object within a list. As an abbreviated example: "original" represents a list of several objects, one of which is "a.1". original<-vector('list',5) names(original) <- c("a.1","a.2","a.3","b.1","b.2") original$a.1 <- c(4,3) When I enter:
2018 Mar 30
1
[Bug 105814] New: Frequent Xorg lockups with GT710 after rad or write faults
https://bugs.freedesktop.org/show_bug.cgi?id=105814 Bug ID: 105814 Summary: Frequent Xorg lockups with GT710 after rad or write faults Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component:
2017 Jan 26
2
centos-openshift-origin
?Hi, Would someone know when to expect to have package origin-master.1.4.0 in repo centos-openshift-origin? Right now the package is available in centos-openshift-origin-testing. -Vedran
2009 Feb 13
2
Fwd: Manager Interface Originate (ASYNC) - How to get the Originate Status
Dear All, I am originating the call directly to the SIP Provider using the maganger interface + originate (ASYNC) command. Here is the PHP-AGI Script. $call = $asm->send_request('Originate', array('Channel'=>"SIP/416XXXXXXX at ABC/n", 'Context'=>'ORIG',
2010 Feb 09
1
Missing interaction effect in binomial GLMM with lmer
Dear all, I was wondering if anyone could help solve a problem of a missing interaction effect!! I carried out a 2 x 2 factorial experiment to see if eggs from 2 different locations (Origin = 1 or 2) had different hatching success under 2 different incubation schedules (Treat = 1 or 2). Six eggs were taken from 10 females (random = Female) at each location and split between the treatments,
2007 Nov 30
4
How to originate a call from console CLI ?
Hi, I would like to originate my first call from CLI. As I'm new to this, I'm wondering if it's possible. When I type "originate" from CLI, I've got this : " There are two ways to use this command. A call can be originated between a channel and a specific application, or between a channel and an extension in the dialplan. This is similar to call files or the
2005 Mar 02
3
Asterisk Manager API - multi "Originate" cal ls
Hello, You can do either, you can send multiple Originate actions in a long line without waiting for a response back(although the responses do usually come back very fast) or you can open multiple connections using each one to Originate a new call. We use the multiple connection method in the astGUIclient suite because if you get a pause or lag in Manager output on a single connection(which does
2020 Jun 05
3
yum/dnf diff
--On Friday, June 05, 2020 1:39 PM -0700 John Pierce <jhn.pierce at gmail.com> wrote: > don't most packages create a .rpmnew file if you've modified the previous > package file ? That file is created AFTER you've made edits, and reflects only the state of the file in the latest package. So it's not clear what changed from the original package that needs to be
2014 Feb 07
1
Time sync
Hy Guys, My samba version: 4.0.13 ntp version: 4.2.6p3 Ubuntu 12.04.3 LTS I have a weird problem, I sat up the time service via https://wiki.samba.org/index.php/Configure_NTP On the servers I have no firewall. This port is open when i check with nmap, ntp runs. Looks like all of my Windows 7 clients works fine but w32tm /resync says Permission denied 0x8007005, so not that good :) Windows
2001 Sep 25
61
Report to Recipient(s)
Incident Information:- Originator: "G Lalithambika"<lalithambika@mumbai.tcs.co.in> Recipients: samba@samba.org Subject: FOCHAP06 WARNING: The file FOCHAP06.DOC.pif you received was infected with the W32/SirCam@MM virus. The file attachment was not successfully cleaned.
2007 May 28
2
[LLVMdev] Problem in llvm gcc back-end
HI, While I testing some code, I found some problem on Union handling. I've wrte following test code, and it has union assignment. The code's output is from pointerToUnion: chars mystring, length 64 from original: chars mystring, length 8000 It's caused by second char member(charlength) of LongestMember. For union assignment, llvm-backend seems generates assigning each member of
2020 Feb 15
2
Colocar objeto Dates dentro de un vector.
Hola, Estoy encontrando un problema al intentar poner un objeto Dates en un vector o dataframe. Mi ejemplo # preliminares install.packages( lubridate ); library( lubridate ) v <- c(0, 0, 0) original<-c(2019,308,1700, 25) # c(año, día del año, hora, temperatura) esto sale así de un sensor de temperatura # convertimos los datos originales en algo que entienda R a <-
2020 Feb 17
2
Colocar objeto Dates dentro de un vector.
Carlos, muchas gracias, voy a probarlo. Pero me sigue intrigando por que no puedo ponerlo como elemento de un vector... Misterios del R. SI lo averiguo os lo digo. Jaume. El sáb., 15 feb. 2020 a las 19:08, Carlos Ortega (<cof en qualityexcellence.es>) escribió: > Hola, > > Una alternativa que te puede ayudar es enfocar el problema de esta otra > forma. > Puedes ir guardando
2010 Oct 05
2
CDR record for call originated from CLI originate
hello List, i am in a situation where i cannot get cdr records for call originated from CLI , i am not able to get when i used application or extension. is there any solution regarding this ,i working since last 3 days onto this. regards Dhaval -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Sep 08
0
Bundled Netscape DS 5.x schema in Samba3.0rc2
Hi All, The bundled "samba-schema-netscapeds5.x" file provides the schema for Samba 2.2.x attributes not 3.x. I have successfully imported this schema into the iPlanet directory server, and then run the smbldap-migrate-accounts.pl script. This created posixAccount objects but not sambaAccount objects. I later learned that the script calls smbldap-useradd.pl which is designed to create
2018 Mar 30
1
[Bug 105813] New: GT710 locks up X and spams logs
https://bugs.freedesktop.org/show_bug.cgi?id=105813 Bug ID: 105813 Summary: GT710 locks up X and spams logs Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at
2020 Apr 01
2
Re: [nbdkit PATCH] retry: Tweak error message
On 4/1/20 5:12 AM, Richard W.M. Jones wrote: > On Tue, Mar 31, 2020 at 04:00:22PM -0500, Eric Blake wrote: >> The retry filter defaults to 5 retries, but when run with verbose >> details produces some confusing output: >> >> $ rm -f /tmp/inject; (sleep 5s; touch /tmp/inject)& ./nbdkit -f -v -U - \ >> null 1G --filter=retry --filter=noextents --filter=error