search for: converst

Displaying 20 results from an estimated 26 matches for "converst".

Did you mean: converse
2006 Mar 31
1
Courier to Dovecot Maildir converstion
Hello, I am running Dovecot 0.99 on OpenSuse 10.0. Previously, I was running courier IMAP with vpopmail on Suse 9.3. In the process of the change, I decided to sing MySQL to authenticate the users, provide home dir, uid and gid. I tar'ed up the old mail directories, moved them to the new server, added a new user and group to own the files, set the files uid/gid to match the values in the
2012 May 31
3
Re: Status of devel/netback.liu.v5.on.3.5 branch
On Thu, May 31, 2012 at 05:39:30PM +0200, Sander Eikelenboom wrote: > Hi Konrad, > > What is the status of the "devel/netback.liu.v5.on.3.5" branch in your tree ? Hm, lets wrap Ian and CC in this converstation. Were there any big outstanding TODOs before the network maintainer was OK with them? > It doesn''t seem to be destined for 3.5 mainline yet ? > > > -- > Sander
2003 Apr 23
5
Call Monitoring
Hi, Is it possible for a Manager/Supervisor to intercept and listen in on live calls for training and evaluation purposes? Thanks -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
2004 Dec 01
1
Hypothetical IAX2 situation
Two * servers: *a and *b. Outside call comes in *b, and is automatically routed to *a. Someone on a sip phone connected to *a then decides to transfer the call to someone on a sip phone connected to *b. The transfer works. At this point, is *a still in the converstation? Or is * smart enough to see where the data stream is going/coming from? Thanks for any help in advanced, and sorry if this has been asked before. I didn't know what I was looking for, so my searching was limited. Sean
2020 May 28
3
Re: Provide NBD via Browser over Websockets
...VM console access would > > be neat. > > I'm a bit confused by what you mean by "http front-end for qemu". When qemu is running headless using a VNC or Spice display we can access the display of https+websockets using things like noVNC---which is out of scope to this converstation---but I'm just saying that such an existing web front-end for the display could be extended to have an "Insert CDROM" button and use the javascript file IO for the user to reference a local file and pass it to qemu over nbd, perhaps via nbdkit. > > I also like Eric Blak...
2016 Jun 05
2
Migration help required for 3.3 to 3.8
...3.8 and am having a few problems. `CreateStructGEP` requires a type parameter now. I'm not sure what type it's expecting, so I converted `CreateStructGEP( valuePtr, index )` to `CreateStructGEP( valuePtr->getType(), valuePtr, index )`... would that be correct? `arg_iterator` no longer converst to Value*, I have a lot of this now: &*(args++) This seems like I'm doing something wrong. Is there a more correct way to convert to the `Value*`? `PassManager` is now a tample type with `IRUnitT`. What is the `IRUnitT` type? Or rather, how should I be creating the `PassManager`? Why...
2005 Jan 28
17
Speech Recognition
Does anyone know of a speech recognition module (like say yes or no, or numbers) I guess due to the complexity of speech recognition it might just be found in commercial applications or am I wrong like always? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050128/119168cb/attachment.htm
2003 Jul 16
3
Announcing DragonFly BSD!
...ee, but that is not where the initial focus will be. The preliminary 'proving' work I have done is now available on the new DragonFly site. You can access it through cvsup or browse it through ftp. This proving work involved implementing much of the earlier UP->SMP converstion work that was done when 5.x first branched, but under an entirely new mutex-free light weight kernel threading infrastructure. It includes the LWKT system, interrupt threads, and pure threads for system processes amoung other things. For obvious reasons the codebase will only ru...
2011 Nov 13
8
ioperm problem
Hi, I''m trying to port AMD VGA passthru patch to the latest XEN and vanila kernel and I got SIGSEGV in static void ati_hw_out(uint16_t hport, uint32_t data) { ioperm(gfx_info.host_pio_base, gfx_info.pio_size, 1); asm volatile ("out %1, %0"::"Nd"(hport),"a"(data)); ioperm(gfx_info.host_pio_base, gfx_info.pio_size, 0); } I tried old 2.6.32
2006 Apr 03
0
Re: Courier to Dovecot Maildir conversion
...ms & Network Administrator Mendocino Community Network On Mar 31, 2006, at 12:29 PM, dovecot-request at dovecot.org wrote: > Message: 8 > Date: Fri, 31 Mar 2006 14:07:56 -0400 > From: "Jeff S." <go4broke at gmail.com> > Subject: [Dovecot] Courier to Dovecot Maildir converstion > To: dovecot at dovecot.org > Message-ID: > <f63de89e0603311007p2c367b5ev17bef83a7b98833 at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hello, > > I am running Dovecot 0.99 on OpenSuse 10.0. Previously, I was running > courie...
2010 Dec 17
1
Problem with expunge
...e ones matching the condition I'm using ("savedbefore 4w"). The command I'm using is "doveadm -Dv expunge -A mailbox Trash savedbefore 4w" Because of the conversion, all of the ctimes for all of the files are actually the same (basically, a few minutes ago), due to the converstion to sdbox from maildir, so I would expect that either it doesn't delete any of them or looks inside at some header of the mail (half of which was received/placed into Trash before 4w ago and half of which wasn't). I definitely don't expect full-on deletion... Any idea what's goin...
2005 Oct 17
0
Transfering calls. Dial plan
...the call to someone else and that person is unavailable/busy (etc), the call returns to the user after a couple of seconds or so. I was thinking about using the CallerIdNum but the callerid is not always the number of the phone that transfers the phone. Sometimes it's the other party of the converstation. This is basicly what i want to do External User calls in -> One of us (person A) answers -> Transfer call to correct person(B) -> If person B unavailable, transfer back to person A. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL...
2019 Apr 29
1
[RFC-PATCH] Introducing virtio-example.
...truct virtexample_info *vi = vdev->priv; + + /* copy the user buffer since it is a const buffer */ + sprintf(tmp_buf, "%s", buf); + + /* convert the data into an integer */ + retval = kstrtoint(tmp_buf, 10, &vi->out); + if (retval) { + pr_alert("string converstion failed with error: %d\n", retval); + } + + /* initialize a single entry sg lists, one for input and one for output */ + sg_init_one(&sg_out, &vi->out, sizeof(int)); + sg_init_one(&sg_in, &vi->in, sizeof(int)); + + /* build the request */ + request[0]...
2007 Aug 07
1
serializing a Proc doesn't seem to work
In Agile Web Development with Rails, there is a section on serializing Ruby objects. "We can assign any Ruby object to the last_five column" ... p312 When I attempt to do this with a proc object, something like this is saved in the db --- !ruby/object:Proc {} Obviously, this doesn''t do much, and I attempt to use it ... NoMethodError: undefined method `call'' for
2020 May 29
0
Re: Provide NBD via Browser over Websockets
...ggests [b]. [a] https://en.wikipedia.org/wiki/WebSocket#Protocol_handshake [b] https://github.com/novnc/websockify ... > When qemu is running headless using a VNC or Spice display we can access > the display of https+websockets using things like noVNC---which is out of > scope to this converstation---but I'm just saying that such an existing > web front-end for the display could be extended to have an "Insert CDROM" > button and use the javascript file IO for the user to reference a local > file and pass it to qemu over nbd, perhaps via nbdkit. I'm not sure...
2009 Dec 01
1
Password Change from Windows machines ("You do not have permission to change your password")
...vel to 10. I eventually found this golden snippet in all the noise: [2009/11/30 23:23:37, 4] auth/pampass.c:smb_pam_chauthtok(670) smb_pam_chauthtok: PAM: Password Change for User: dereks [2009/11/30 23:23:37, 10] auth/pampass.c:smb_pam_passchange_conv(284) smb_pam_passchange_conv: starting converstation for 1 messages [2009/11/30 23:23:37, 10] auth/pampass.c:smb_pam_passchange_conv(312) smb_pam_passchange_conv: Processing message 0 [2009/11/30 23:23:37, 10] auth/pampass.c:smb_pam_passchange_conv(346) smb_pam_passchange_conv: PAM_PROMPT_ECHO_OFF: PAM said: New password: [2009/11/30 23:23:3...
2012 Jun 14
4
OT - Is there a package to monitor network traffic
We have a situation here that is a real mystery. Our MRTG on our outgoing router and a firewall server that protects our web servers is showing a spike every six hours. I can't find the server behind the firewall that is generating such an extreme amount of packets, even though I've looked through the crontabs of nearly all servers, performed "ps" variations, and other
2001 Oct 25
3
PAM conversation stuff
Okay, I'm confused again. They way you guys are talking about the conversation routine, it would seem that you think it is a way to fetch something from the user - like a new password. Is this possible? Does calling pam_chauthtok() cause the underlying pam_sm_chauthtok() eventually print something on stdout and read a new password from stdin (the socket to the client) using the conversation
2004 Aug 25
3
FW: Echo Cancellation
Hello, I am testing speex 1.1.6's echo canceller. I am using testecho.c, with a few modifications to get it to run on Windows. My problem is that I am unable to get the echo cancellation to work correctly. I am working on an audio conferencing software, and one issue we have is sometimes the microphone picks up what is being played through the headset, resulting in an echo of the other
2006 Apr 11
6
Google Base... in Rails?
Ok, so this is kinda out of the blue... but I''ve been looking at Google Base and thinking that it''s got some really good ideas in it. Especially the way you can create your own "type" of item with its own custom attributes, like date range, location, number, text, etc. Kind of like defining a database with a GUI, but not exactly. It seems really interesting to me, from