search for: original

Displaying 20 results from an estimated 92892 matches for "original".

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)
...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] > Sent: Tuesday, November 15, 2005 5:34 PM > To: David Reiner <davidr@rhotrading.com> > Cc: r-help@stat.math.ethz.ch > Subject: [SPAM] - Re: [R] origin and "origin<-" functions on chron -...
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: original$a.1 R returns the...
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
...a look at the ACQS(Asterisk Central Queue System) part of the astGUIclient suite. It allows you to queue up Actions in a database and the server will send the actions to the asterisk server almost immediately. We've been using this for quite a while now and it is very reliable. MATT--- -----Original Message----- From: Stephen Owen hosted [mailto:stephen.owen@hostedtelecom.com] Sent: Wednesday, March 02, 2005 7:28 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Asterisk Manager API - multi "Originate" calls Been researching connecting over TCP\IP to Asterisk Manager...
2020 Jun 05
3
yum/dnf diff
...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 migrated into one's current settings. As a rule I try to copy the original files to xxx.original so I can compare that to both the .rpmnew file and my working file. But I or another admin might forget to save the original. So I end up going the cpio route to extract...
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 largest union member. (I've checked it on llvm assembly level..) But sometimes there is padding between members and it...
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 <- years(original[1] ) d <- days(original[2]-1 ) # el -1 es un ajuste por como son los datos originales h <- hours(...
2020 Feb 17
2
Colocar objeto Dates dentro 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 tus vectores "original" en un data.frame y luego > convertirlo a fechas. > > Una vez tienes estas fechas, puedes hacer cálculos o extraer otras > variables. > > > > original<-c(2019,308,1700, 25) > > df <- data.frame( > + Year = original[1], > + DayNum = original[2], &gt...
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
...onvert $nbd out.img' >> ... >> nbdkit: null[1]: debug: noextents: pread count=2097152 offset=14680064 >> nbdkit: null[1]: debug: error: pread count=2097152 offset=14680064 >> nbdkit: null[1]: error: injecting EIO error into pread >> nbdkit: null[1]: debug: retry 6: original errno = 5 >> nbdkit: null[1]: debug: could not recover after 5 retries >> >> again: >> /* Log the original errno since it will be lost when we retry. */ >> - nbdkit_debug ("retry %d: original errno = %d", data->retry+1, *err); >> + nbdkit_d...