search for: backet

Displaying 8 results from an estimated 8 matches for "backet".

Did you mean: packet
2012 Aug 24
1
Regular expressions: stuck again...
...quot;tblArtnr\".\"Artnr\" FROM \"public\".\"tblFiche\", \"public\".\"tblArtnr\" WHERE \"public\".\"tblFiche\".\"Artnr_ID\" = \"public\".\"tblArtnr\".\"Artnr_ID\"; concrete: The square backets [ and ] should removed and xxx_xxx.xxx should become \"xxx\".\"xxx\"\".\"xxx\" When only queries with square brackets, I used gsub('[', '\"', x, fixed=TRUE), gsub(']', '\"', x, fixed=TRUE), gsub('_', '\...
2003 Aug 15
1
Asterisk H323 Trunk
...eam GK processing..) exten => _1NX.,1,SetCallerID,6400047602100 exten => _1NX.,2,Dial,H323/${EXTEN:1} what comes out in the h323 datastream and logs is:- dialled digits { {src digits} { "6400047602100)" } ....... note the unbalanced closing backet. We tried changing the number length, and doing called ID with different functions, but it looks like a bug. A fairly detailed squiz around the digium site did not point where to file a bug to, so I apologise for polluting this list.. ==============================================================...
2017 Jun 05
1
RPC Server is unavailable
...p config XYZ : range = 50000-60000 >> idmap config XYZ : backend = rid > > The ranges shouldn't overlap > >> >> idmap config * : unix_primary_group = yes > > I think you can only use the above line with the 'ad' backend. When i set backet to 'ad' i can't start winbindd Output: "main: FATAL: Invalid idmap backend ad configured as the default backend!" > > Rowland > Best regards, Supporter 3eb
2009 Jun 26
3
IAX for internet file transfer?
I'm dealing with an idea to exchange data in a socket connection style or a sort of ftp transfer with IAX2 as the transport medium. An IAX client on e.g. a notebook could establish a connection to any remote machine (also client) via any Asterisk Server where both clients are registered. Due to the unique properties of IAX2 one could connect quite easily to any "hidden" remote
2013 Aug 28
12
[PATCH V2] x86/AMD-Vi: Add additional check for invalid special->handle
From: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> This patch add an additional logic to check for the often case when the special->handle is not initialized due to firmware bugs. but the special->usedid is correct. If users overide this using the command line option ivrs_ioapic, then it should use the value instead. --- This patch is supposed to follow the patches:
2012 Sep 25
1
mapping data from table to .csv template
...ick Hunt RE: [WHIRR-123] Cassandra integration Tom White22 Patrick Hunt RE: [WHIRR-123] Cassandra integration Patrick Hunt What I would like to do is to update/map the information from table above to .csv template (namedAC_template.csv), and save it in a separate file using subject details in backet as file name (for instance AC_WHIRR-117). As for table above, it should create two new files name as AC_WHIRR-117and AC_WHIRR-123. sample .csv template (AC_template.csv) is as below: Adrian.Cole Patrick.Hunt Andrei.Savu Bruno.Dumon Edward.J..Yoon Eugene.Koontz Jakob.Homan Kelvin.K...
2017 Jun 05
3
RPC Server is unavailable
...Unix OS knows who they are. This is > where Samba comes in. > >> > >> >> >> >> idmap config * : unix_primary_group = yes >> > >> > I think you can only use the above line with the 'ad' backend. >> >> When i set backet to 'ad' i can't start winbindd >> >> Output: "main: FATAL: Invalid idmap backend ad configured as the >> default backend!" > > Yes, I missed that, focussed on 'idmap config' and > 'unix_primary_group', what I meant was you can only...
2010 Sep 02
7
[PATCH] libxl: make libxl communicate with xenstored by socket or xenbus driver
Hi, George sent a patch on this problem before, but it was not completed. This patch makes libxl use xenbus to communicate with xenstored if libxl cannot open a socket. There''s a place that does not close fd in the case of failure, which is also fixed in this patch. -----------------------------------------Patch------------------------------------------------------ diff -r eff592364826