search for: unique_id

Displaying 20 results from an estimated 53 matches for "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 01...
2007 Jun 29
4
asterisk call unique id in dialplan
...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 => 203,3,Dial(SIP/203) Can i do something similar that? How can i retrieve the unique_id generated? thanks. -- /*************/ nik600 https://sourceforge.net/projects/ccmanager https://sourceforge.net/projects/nikstresser
2012 Jan 20
8
The Recycled PIDs Fix
...iority ** 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 share mode APIs e.g. create_share_mode_entry(). Also, you have introduced server registration/de-registration which is associated with 'unqiue_id'. If we use these new APIs then in which library from Samba do...
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
...ave encountered contain this subtree: <device> <name>scsi_host4</name> <path>/sys/devices/pci0000:00/0000:00:1f.2/ata5/host4</path> <parent>pci_0000_00_1f_2</parent> <capability type='scsi_host'> <host>4</host> <unique_id>5</unique_id> </capability> </device> <device> <name>scsi_target4_0_0</name> <path>/sys/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0</path> <parent>scsi_host4</parent> <capability type='scsi_target'>...
2018 Oct 16
2
high cpu load with share_conflict on browsing and opening files
...server_id: struct server_id pid : 0x0000000000000d16 (3350) task_id : 0x00000000 (0) vnn : 0xffffffff (4294967295) unique_id : 0x304715b8633d5fa0 (3478773118850129824) open_global_id : 0xb62ba247 (3056312903) open_persistent_id : 0x00000000b62ba247 (3056312903) open_volatile_id : 0x00000000db0729c7 (367467...
2011 Mar 07
1
[LLVMdev] DW_TAG_lexical_block structure in debug information
...the function holding the block, and a unique integer ID: DILexicalBlock DIBuilder::createLexicalBlock(DIDescriptor Scope, DIFile File, unsigned Line, unsigned Col) { // Defeat MDNode uniqing for lexical blocks by using unique id. static unsigned int unique_id = 0; Value *Elts[] = { GetTagConstant(VMContext, dwarf::DW_TAG_lexical_block), Scope, ConstantInt::get(Type::getInt32Ty(VMContext), Line), ConstantInt::get(Type::getInt32Ty(VMContext), Col), File, ConstantInt::get(Type::getInt32Ty(VMContext), unique_id++) }; return DIL...
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 g...
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
...s[i], 0)); </code> i have same: <device> <name>scsi_host2</name> <path>/sys/devices/pci0000:00/0000:00:1f.2/ata3/host2</path> <parent>pci_0000_00_1f_2</parent> <capability type='scsi_host'> <host>2</host> <unique_id>3</unique_id> </capability> </device> . I understand that this device description contains a "pci"-typed addresses. Then where to get the "scsi"-typed address? -- Fl@sh
2012 Jan 10
1
Extracting Data from SQL Server
...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. The code i have is as follows: library(RODBC) channel<-odbcConnect("NatCollections") query<-"SELECT UNIQUE_ID, diag01 from LoadPUS WHERE (diag01 IN (SELECT [ICD-10 Codes] From CVD_ICD10$)) OR (diag02 IN (SELECT [ICD-10 Codes] From CVD_ICD10$)) OR (diag03 IN (SELECT [ICD-10 Codes] From CVD_ICD10$))" This returns duplicate values, I don't want to hardcode the values because it is quite a long list...
2008 Dec 25
0
[PATCH 1/4] dom0 linux: Expose HID, UID, SEG, BBN of PCI root bridge via sysfs.
...*acpi_dev, char *buf) +{ + return sprintf(buf, "%s\n", acpi_dev->pnp.hardware_id); +} +ACPI_DEVICE_ATTR(hid, 0444, acpi_device_hid_show, NULL); + +static ssize_t +acpi_device_uid_show(struct acpi_device *acpi_dev, char *buf) +{ + return sprintf(buf, "%s\n", acpi_dev->pnp.unique_id); +} +ACPI_DEVICE_ATTR(uid, 0444, acpi_device_uid_show, NULL); + +static int acpi_device_setup_files(struct acpi_device *dev) +{ + int result = 0; + + if (dev->flags.hardware_id) { + result = sysfs_create_file(&dev->kobj, + &acpi_device_attr_hid.attr); + if (result) + goto end...
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
...TRY_TO_GO_ONLINE (1030) dest: struct server_id pid : 0x0000000000003f44 (16196) task_id : 0x00000000 (0) vnn : 0xffffffff (4294967295) unique_id : 0x0000000000000000 (0) src: struct server_id pid : 0x0000000000003f54 (16212) task_id : 0x00000000 (0) vnn : 0xffffffff (4294967295)...
2004 Aug 24
1
error when unsubscribe (PR#7198)
...ACCEPT_ENCODING gzip, deflate, gzip, deflate ssl_unclean_shutdown 1 SSL_SERVER_V_END Jan 6 12:56:05 2014 GMT CONTENT_TYPE application/x-www-form-urlencoded, application/x-www-form-urlencoded SSL_SERVER_I_DN_CN ISG D-MATH QUERY_STRING SSL_CIPHER_USEKEYSIZE 128 downgrade_1_0 1 UNIQUE_ID pOtOOYGElIIAAAlOUt0AAAAD
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
...rver_id: struct server_id pid : 0x00000000019a00d0 (26869968) task_id : 0x00000000 (0) vnn : 0xffffffff (4294967295) unique_id : 0x8063dd929538eac5 (-9195262392521921851) min_version : SMBXSRV_VERSION_0 (0) max_version : SMBXSRV_VERSION_0 (0) current_version : SMBXSRV_VERSION_0 (0) [2015/01/08...
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 is in a helper and not accessible to my controller code. Anyone know how better to accomplish this? Thanks, Steve -------------- next part -------------- An HTML attachment was...
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 pagesteve@sedwards.com Fax: +1-...
2005 Jun 26
0
Bug in Mailman version 2.1.5
...on/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 GATEWAY_INTERFACE CGI/1.1 HTTP_X_FORWARDED_FOR 165.146.60.222, 196.25.253.14 REMOTE_PORT 49973 HTTP_ACCEPT_LANGUAGE en-us,en;q=0.5 CONTENT_TYPE application/x-www-form-urlencoded HTTP_ACCEPT_ENCODING gzip,deflate UNIQUE_ID Ln22x0UQiqQAAAd3QfEAAAAl __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com