search for: poc

Displaying 20 results from an estimated 269 matches for "poc".

Did you mean: pc
2018 Apr 25
3
Problem adding replicated bricks on FreeBSD
...GlusterFS for potential distributed storage projects on the FreeBSD-11.1 server platform - using the existing package of GlusterFS v3.11.1_4 The main issue I've encountered is that I cannot add new bricks while setting/increasing the replica count. If I create a replicated volume "poc" on two hosts, say s1:/gluster/1/poc and s2:/gluster/1/poc, the volume is created properly and shows replicated status, files are written to both volumes. If I create a single volume: s1:/gluster/1/poc as a single / distributed brick, and then try to run gluster volume add-brick poc re...
2005 Jun 22
1
Dialplan Q: Dialing with Capi
...what advanced setup with IAX and CAPI as channels. A call comes in via IAX2 and should be redirected to CAPI. So I wrote the following dialplan: [fromiax] exten => _8XXX,1,Answer exten => _8XXX,2,Dial(CAPI/265:B${EXTEN:1},,r) [fromcapi] exten => 265,1,Answer exten => 265,2,Dial(IAX2/PoC/11@from-lw) exten => 265-BUSY,1,Busy exten => 265-NOANSWER,1,Busy [default] exten => s,1,Answer exten => s,2,Congestion The asterisk on the described side is connected to a classic company pbx (from Ericsson) and has local Extensions _XXX. The CAPI Interface gets signalled with MSN...
2011 Nov 10
5
Problem with kerberos method attribut
Hi; ? I would like to use a samba configuration with : ? dedicated keytab file = /etc/krb5.keytab kerberos method = system keytab security = ADS ? But when I test the configuration (testparm) I have the following error msg : ? Load smb config files from /etc/samba/smb.conf Unknown parameter encountered: "dedicated keytab file" Ignoring unknown parameter "dedicated keytab file"
2006 Aug 08
1
Bad file descriptor - connect(2)
Hi All, I am a newbie in Ruby-Rails. Actually we are using postgre SQL and Ruby application to access the DB. I have made the controller and the model classes. My database.yml contains: development: adapter: postgresql database: test username: poc password: poc host: localhost:5000 test: adapter: postgresql database: test username: poc password: poc host: localhost:5000 production: adapter: postgresql database: test username: poc password: poc host: localhost:5000 I have actually configured my postgresql to listen...
2018 Apr 26
0
Problem adding replicated bricks on FreeBSD
...potential distributed storage projects on the FreeBSD-11.1 > server platform - using the existing package of GlusterFS v3.11.1_4 > The main issue I've encountered is that I cannot add new bricks while > setting/increasing the replica count. > If I create a replicated volume "poc" on two hosts, say s1:/gluster/1/poc > and s2:/gluster/1/poc, the volume is created properly and shows replicated > status, files are written to both volumes. > If I create a single volume: s1:/gluster/1/poc as a single / distributed > brick, and then try to run > gluster volu...
2011 May 20
4
Unable to figure out why a photo attribute of the paperclip plugin is not being passed in as a param
...found a problem in finding an appropriate plugin for paperclip which would suit the above configuration needs. I am finally making use of this commit of paperclip:- https://github.com/thoughtbot/paperclip/commit/d177c8f838458348a9f4d1fe41918c5bd99a989c . I have been able to implement a basic POC successfully without any issues whatsoever with this plugin and thought its time to do the same in my project app. The current problem I am facing is that on submitting a post message, I am unable to figure out where I am going wrong as in terms of what is obstructing the photo to be passed as a p...
2018 Apr 26
0
FreeBSD problem adding/removing replicated bricks
...ify GlusterFS for potential distributed storage projects on the FreeBSD-11.1 server platform - using the existing package of GlusterFS v3.11.1_4 The main issue I've encountered is that I cannot add new bricks while setting/increasing the replica count. If I create a replicated volume "poc" on two hosts, say s1:/gluster/1/poc and s2:/gluster/1/poc, the volume is created properly and shows replicated status, files are written to both volumes. If I create a single volume: s1:/gluster/1/poc as a single / distributed brick, and then try to run: gluster volume add-brick poc repl...
2018 Nov 21
2
Samba4 shares slow
Hi there I set up a POC domain with multiple DCs, multiple remote sites and samba shares. This POC is a simulation of a whole samba3 domain migration. Users, and groups have been imported from the older domain to the new one. Here's the setup: ("Remote sites" are actually different subnets on the same loca...
2008 Feb 24
0
Zeroing sensitive memory chunks [Was: Security Flaw in Popular Disk Encryption Technologies]
...leal -31(%ebp), %eax movl %eax, 4(%esp) movl $.LC2, (%esp) call scanf leave ret .size bar31, .-bar31 .section .rodata.str1.1 .LC3: .string "%30s" .text .p2align 4,,15 ----- The simple PoC session transcript follows: ----- $ cat poc.c #include <ctype.h> #include <stdio.h> #include <string.h> void pass(void) { char buffer[31]; printf("Password: "); scanf("%30s", buffer); memset(buffer, 0, sizeof(buffer)); } int m...
2005 Aug 23
0
Nokia PoC PTT Asterisk
...isk And use * as a PTT server.. So far I was able to have mobile register itself , send an invite to it, and get SIP error 603 (DECLINED) back from it. And ofcourse the PTT sign on the mobile is off. App_rpt , it mentioned that is can do PTT , but it is not clear.. According to the POC specs , the mobile should register with a POC server , with GLMS ( for group management) , and SIP core.. Anyone have any idea's, or would like to share efforts Regards. ---------------------------------------------------------------- This Email was Sent by Palnet Communications W...
2009 Oct 09
0
Ruby on Rails POC
Hi, We recently created a Ruby on Rails POC, which landed us with a client. More about this initiative at http://www.articlesbase.com/information-technology-articles/cpal-a-ruby-on-rails-poc-1316554.html Thanks, Miti
2018 Feb 26
3
Level of support for ARM LLD
Thanks Rafael, wondering as of what is the level of support for ARM and is it close to production quality? Thanks On Mon, Feb 26, 2018 at 2:06 PM, Rafael Avila de Espindola < rafael.espindola at gmail.com> wrote: > Not sure there is an official POC, you are probably better off asking > whatever question you have directly on the list. > > Cheers, > Rafael > > Sumonto Ghosh via llvm-dev <llvm-dev at lists.llvm.org> writes: > > > Hi, > > Could someone please connect me to the POC for ARM support on LLD >...
2017 Jan 23
1
GSoC 2017
...wrote: > I am Abado Jacob Mtulla, a 3rd year Computer Science student. I would love to implement the Go bindings for Xapian. Hi Abado. Hopefully you've had a chance to both check out and build xapian-core, and to have a look at Marius' work on a proof of concept. It's possible the POC no longer works with the most recent version of go, since it was done a while ago. However looking through what was done there should help you come up with a plan for what will actually need doing. You need to answer questions such as: * what would a natural interface for using Xapian from go loo...
2006 Jul 31
3
PostgreSQL, postgres gem, rails2.pdf, http://ruby.scripting.ca/postgres/ confusion...
Hello people... In the rails2.pdf Dave T says: Rails works with the DB2, MySQL, Oracle, Postgres,... The database drivers are all written in C and are primarily distributed in source form. Then he lists this site: http://ruby.scripting.ca/postgres/ Then he says, There is a pure-Ruby version of the Postgres adapter available. Download postgres-pr from the Ruby-DBI page at
2013 Mar 13
0
[PATCH 3 of 4] PoC: libxc+ocaml: add interfaces to send triggers to HVM guests
# HG changeset patch # User Ian Campbell <ian.campbell@citrix.com> # Date 1294742832 0 # Node ID 03997417771be2aa122d7dac31256399f854c5b1 # Parent b279ec057736ead1d7061f8ec8a29a8676dd56b4 PoC: libxc+ocaml: add interfaces to send triggers to HVM guests * ACPI power button event * ACPI sleep button event Required by xapi. Taken from xen-api-libs.hg/xc and adjusted for upstream libxc+ocaml. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Rebased on top of xen-unstable. Si...
2018 Feb 27
0
Level of support for ARM LLD
...> Thanks Rafael, wondering as of what is the level of support for ARM and is > it close to production quality? > > Thanks > > On Mon, Feb 26, 2018 at 2:06 PM, Rafael Avila de Espindola < > rafael.espindola at gmail.com> wrote: > >> Not sure there is an official POC, you are probably better off asking >> whatever question you have directly on the list. >> >> Cheers, >> Rafael >> >> Sumonto Ghosh via llvm-dev <llvm-dev at lists.llvm.org> writes: >> >> > Hi, >> > Could someone please connect me to...
2006 Aug 09
1
Re: URGENT: OCFS2 hang - 32 node cluster POC
...gt; time at a premium. So PLEASE HELP. we have been experiencing >> machine hangs whenever we do large copies (5-18G) into OCFS2. Either >> from ftp or local disk. The whole machine just freezes and we need >> to run off and on. we now cannot get the data available for the POC >> across the nodes! >> >> The setup is: >> >> 32 clustered Dell 6850 nodes running RHEL4 U3 - Linux >> c2.au.oracle.com 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:56:28 EST 2006 >> x86_64 x86_64 x86_64 GNU/Linux >> >> We have the following ocfs2 pa...
2017 May 09
0
PoC doveadm HTTP API client
Hi, In case you are interested in testing the Doveadm HTTP API in a bit more simplified fashion I have written a client for it in Python. Feedback is always appreciated (pull requests more appreciated). https://github.com/hnsk/doveadm-http-cli <https://github.com/hnsk/doveadm-http-cli> -Hannu
2010 Sep 12
0
asterisk as POC(push to talk) server?
Hello all, Can asterisk be used to provide PTT feature? Anyone using or tested it? Thanks: -AEE -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100911/49983cdc/attachment.htm
2018 Feb 26
2
Level of support for ARM LLD
Hi, Could someone please connect me to the POC for ARM support on LLD Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180226/828ef332/attachment.html>