search for: b253

Displaying 7 results from an estimated 7 matches for "b253".

Did you mean: 253
2013 Sep 05
2
binary symmetric matrix combination
Hi, May be this helps: m1<- as.matrix(read.table(text=" y1 g24 y1 0 1 g24 1 0 ",sep="",header=TRUE)) m2<-as.matrix(read.table(text="y1 c1 c2 l17 ?y1 0 1 1 1 ?c1 1 0 1 1 ?c2 1 1 0 1 ?l17 1 1 1 0",sep="",header=TRUE)) m3<- as.matrix(read.table(text="y1 h4??? s2???? s30 ?y1 0 1 1 1 ?h4 1 0 1 1 ?s2 1 1 0 1 ?s30 1 1 1
2007 May 09
1
How to read several text files at once!
Dear R users, I am a beginner in R. I have 506 text files (data frame) in one folder namely DATA. The files are called A1 to A253 (253 files) and B1 to B253 (another 253 files). Each file has two columns; V1 (row number) and V2 (the value for each row name). Now I would like to add the values of V2 in each A-file with its relative value in B-file and save it as a new data frame named as C (e.g. C1 with V1 (row number) and V2 (A1$V2+B1$V2) ). Therefore,...
2005 Jun 22
1
Dialplan Q: Dialing with Capi
.../253 (8 is a extension prefix specific to the iax peer configuration). -- Accepting AUTHENTICATED call from xx.xx.xx.xx, requested format = 4, actual format = 4 -- Executing Answer("IAX2/PoC@PoC/3", "") in new stack -- Executing Dial("IAX2/PoC@PoC/3", "CAPI/265:B253||r") in new stack Jun 22 11:47:22 NOTICE[13337]: chan_capi.c:1173 capi_request: didn't find capi device with outgoing msn = 265. you should check your config! Jun 22 11:47:22 NOTICE[13337]: app_dial.c:746 dial_exec: Unable to create channel of type 'CAPI' == Everyone is busy/cong...
2018 Oct 30
0
Fw: Re: [SPDK] VM boot failed sometimes if using vhost-user-blk with spdk
...t more message about this issue. I select some useful messages from /run/initramfs/rdsosreport.txt: systemd-udevd[199] probe /dev/vdb raid offset=8 systemd-udevd[199] no db file to read /run/udev/data/+virtio:virtio1: No such systemd-udevd[199] handling device node '/dev/vdb', devnum=b253:16, mode=0660, systemd-udevd[199] set permissions /dev/vdb, 060660, uid=0, gid=6 systemd-udevd[199] creating symlink '/dev/block/253:16' to '../vdb' systemd-udevd[199] creating link '/dev/disk' to '/dev/vdb' systemd-udevd[199] creating symlink '/dev/disk&...
2017 Aug 21
0
AutoFS
...0601 > subClassOf: top > governsID: 1.3.6.1.1.1.2.16 > mustContain: automountMapName > mayContain: description > rDNAttID: cn > showInAdvancedViewOnly: TRUE > *objectClassCategory: 1* > lDAPDisplayName: automountMap > name: automountMap > objectGUID: 16aef7e2-65b5-4810-b253-a0f5b0242e77 > schemaIDGUID: b75c9d77-997c-bfb3-635f-1a001b6cdf1c > objectCategory: > CN=Class-Schema,CN=Schema,CN=Configuration,DC=corp,DC=lncsa,DC > =com > defaultObjectCategory: > CN=automountMap,CN=Schema,CN=Configuration,DC=corp,DC=l > ncsa,DC=com > uSNChanged: 10...
2017 Aug 18
4
AutoFS
Hi all, I would like to use AutoFS on Samba but I encounter difficulties with ldap entries. I have already add the Automount Schema from the Wiki (https://wiki.samba.org/index.php/Samba_AD_schema_extensions) but I can't add "auto_master" and the folowings leaf. I tried : dn: automountmapname=auto_master,dc=MYDOMAIN automountMapName: auto_master objectClass: automountMap
2013 Nov 26
37
get a *structured* version of the puppet agent output
puppet agent --verbose shows a verbose output of the changes done by puppet, such as: notice: /Stage[main]/Logstash::Config/Logstash::Configdir[agent]/File[/etc/logstash/agent/config]/owner: owner changed ''root'' to ''logstash'' notice: /Stage[main]/Varnish/Service[varnish]/ensure: ensure changed ''stopped'' to ''running''