Displaying 20 results from an estimated 53 matches for "unique_ids".
Did you mean:
unique_id
2011 Aug 24
3
Creating new variable with maximum visit date by group_id
Dear R users,
I am encoutering the following problem: I have a dataset with a 'unique_id' and different 'visit_date' (formatted as.Date, "%d/%m/%Y") per unique_id. I would like to create a new variable with the most recent date of visit per unique_id as shown below.
unique_id visit_date last_visit_date
1 01/06/2010 01/06/2011
1 01/01/2011 01/06/2011
1
2007 Jun 29
4
asterisk call unique id in dialplan
Hi
how can i retrieve the call unique id of asterisk in the dialplan?
I have enabled the cdr logging on a postgres database.
In the table cdr each record has a field that assumes an unique id
(for example: 1141628669.51)
Can i retrieve this from the dialplan?
For example:
exten => 203,1,Answer
exten => 203,2,Set(CALLERID(name)=UNIQUE_ID - ${var_name_unique_id})
exten =>
2012 Jan 20
8
The Recycled PIDs Fix
** Low Priority **
Hi Volker,
This is regarding your fix on recycled PIDs. I am an NCP developer from Novell and we use libsmbsharemodes library
from Samba for Cross Protocols Locks between NCP, Samba and others. I have few queries regarding your fix.
In your fix, you have added a new field called 'unique_id' in the server_id structure
and we need to pass this in our call to samba
2011 Apr 16
1
Matching Problem: Want to match to data.frame with inexact matching identifier (one identifier has to be in the range of the other).
Hello R-Community,
I have the following matching problem: I have two data.frames, one
with an observation every month (per company ID), and one with an
observation every quarter (per company ID; note that quarter means
fiscal quarter; therefore 1Q = Jan, Feb, Mar is not necessarily
correct and also, a fiscal quarter is not necessarily 3 month long).
For every month and company, I want to get the
2016 Mar 17
1
Questions regarding hostdev scsi
Hi!
I'm oVirt developer responsible for most of 'hostdev' support. While
working on SCSI passthrough (that is hostdev type='scsi'), I've
encountered few issues I'm not sure how to solve somewhat effectively
and nicely.
Just a note - oVirt by default disables 'dynamic_ownership', meaning
we have to handle endpoint ownership/labeling ourselves. This
is not
2018 Oct 16
2
high cpu load with share_conflict on browsing and opening files
Hello,
I have a server running samba version 4.7.1 on centos 7.5
1) A series of operations by a windows 10 (up to date) pc client consisting
of searching (or browsing)/opening/modifying/closing a (each time
different) file multiple times on a samba share containing many files (more
than 11000) goes fast for a while.
2) Then the same operation (or just the searching or opening) of the same
user
2011 Mar 07
1
[LLVMdev] DW_TAG_lexical_block structure in debug information
Hello,
The documentation for debug information
(http://llvm.org/docs/SourceLevelDebugging.html) says the structure of
block descriptors metadata is:
!3 = metadata !{
i32, ;; Tag = 11 + LLVMDebugVersion (DW_TAG_lexical_block)
metadata,;; Reference to context descriptor
i32, ;; Line number
i32 ;; Column number
}
However, looking at the generated metadata, there are 2 extra
2006 Jun 27
0
Ajax reorder
Hi,
I have this code:
<%= sortable_element "item-list-#{@unique_id}",
:complete => visual_effect(:highlight, "item-list-#{@unique_id}"),
:url => { :action => "order" } %>
And an order method in my controller. It doesn''t seem to ever fire that
event when I reorder though. The visual stuff works, but it never gets
into the order
2008 Jul 07
1
How can I optimize this piece of code ?
Currently it needs 50+ mins to run on a 800000 rows. I need to run it hundreds of times :P
t(apply(unique_ids, 1, function(x) { sd(subset(m[, 5:20], m[,"ID"] == x)) } ))
_________________________________________________________________
[[alternative HTML version deleted]]
2014 Oct 19
2
HostDevev SCSI Devices
http://libvirt.org/formatdomain.html#elementsHostDevSubsys
At this description used "drive"-typed address for SCSI.
But when i get xml-description of scsi-devices by
<code>
unsigned int flags =
VIR_CONNECT_LIST_NODE_DEVICES_CAP_SCSI_HOST ;
int ret = virConnectListAllNodeDevices
(currWorkConnect, &nodeDevices, flags);
then get by
2012 Jan 10
1
Extracting Data from SQL Server
Hi,
I am new to R (and rusty on SQL!) and I'm trying to extract records from a
SQL server database. I have a table of patient records (LoadPUS) which have
three code columns which i want to evaluate against a list of particular
codes (CVD_ICD$ table). Given the size of the patient table I want to
restrict the data I pull into R to the data I only want to analyse so I am
using SQL to do this.
2008 Dec 25
0
[PATCH 1/4] dom0 linux: Expose HID, UID, SEG, BBN of PCI root bridge via sysfs.
This patch exposes HID,UID,SEG,BBN of PCI root bridge via sysfs.
Thanks,
--
Yuji Shimada.
Signed-off-by: Yuji Shimada <shimada-yxb@necst.nec.co.jp>
diff -r 618fc299e2f1 -r 4769a6db78f5 drivers/acpi/pci_root.c
--- a/drivers/acpi/pci_root.c Thu Dec 18 11:51:36 2008 +0000
+++ b/drivers/acpi/pci_root.c Thu Dec 25 10:37:52 2008 +0900
@@ -151,6 +151,36 @@
return AE_OK;
}
+ssize_t
2012 Sep 27
3
3.6.8: Winbind/Active Directory: lsass.exe process run cpu to 100%
Dear
I have connected samba 3.6.8 to my Active Directory in the lsass.exe run to
100%
When stopping winbind the lsass.exe CPU is down to 0%
When set winbindd to debug mode, it seems it try to scan the root user every
time.
I would to know how to ban nsswitch to query winbindd for system internal
users such has root, apache.....
Here it is my nsswitch.conf :
#
# Example configuration of GNU
2014 Mar 24
0
Winbind logins failing after upgrade from Samba 3 to Samba 4
Hello,
I have a RHEL 6.5 server that was configured to use Samba 3.6.9-167 to authenticate against a Windows 2008 R2 Active Directory domain. The authentication was working fine, but we needed users to log in to this RHEL box with their AD credentials and then access files stored on a Windows file server CIFS share globally mounted on the RHEL box. As such, we added the "cifsacl"
2004 Aug 24
1
error when unsubscribe (PR#7198)
Full_Name: Huan Huang
Version: 1.9.1
OS: Win NT
Submission from: (NULL) (155.140.122.227)
Traceback:
Traceback (most recent call last):
File "/scratch/local/app/mailman-sfs/2.1.5/scripts/driver", line 87, in
run_main
main()
File "/scratch/local/app/mailman-sfs/2.1.5/Mailman/Cgi/options.py", line 91,
in main
language = cgidata.getvalue('language')
File
2020 Mar 03
6
Upgrade 4.9 -> 4.11 oups
Hello !
I decided to upgrade my fileservers from stretch/samba 4.9 to buster/samba 4.11
I just realized that smbd is not working anymore :-/
If someone has an idea It would be amazing... as an idiot, I upgraded my 20 servers.... without snapshot....
Thank you so much
Here's some logs :
root at ef113:~# tail /var/log/samba/log.smbd
#1
2015 Jan 08
3
Smbd dumps core while starting
updated smb.conf, still same error. details below.
# cat /etc/samba/smb.conf
[global]
workgroup = NAMDEV
realm = NAMDEV.NSROOTDEV.NET <http://namdev.nsrootdev.net/>
client ldap sasl wrapping = seal
;username map = /etc/opt/samba/users.map
encrypt passwords = yes
client ntlmv2 auth = yes
client lanman auth = no
client plaintext auth = no
lanman auth = no
ntlm auth
2006 Feb 07
0
link_to_remote from Controller
Hello--
I?m using Builder::XmlMarkup to create a menu tree and need to have some
gee-whizzy javascript to make the menus expand, fade, twirl and dance. Ok,
maybe not the last bit. Anyhow, because the html is generated mainly through
code like:
xm.li(:id=> ?menu_#{unique_id}?, :class => ?menu?){
xm << link_to_function(?menu name?, ?function_name?)
}
Unfortunately, link_to_function
2004 Dec 13
0
Transfer and keep variables
Is there any way to transfer a call from host to host and keep the call's
variables intact? -- specifically, UNIQUE_ID and user created variables
like CARD_NUMBER, EXPIRATION_DATE, and CVV2?
Thanks in advance,
------------------------------------------------------------------------
Steve Edwards sedwards@sedwards.com Voice: +1-760-468-3867 PST
Newline
2005 Jun 26
0
Bug in Mailman version 2.1.5
Bug in Mailman version 2.1.5
We're sorry, we hit a bug!
If you would like to help us identify the problem,
please email a copy of this page to the webmaster for
this site with a description of what happened. Thanks!
Traceback:
Traceback (most recent call last):
File "/var/mailman/scripts/driver", line 87, in
run_main
main()
File