search for: repsonse

Displaying 20 results from an estimated 98 matches for "repsonse".

Did you mean: repsons
2011 Oct 26
0
mount.cifs - 4.8.1 -- server side restart - CIFS VFS: No repsonse for cmd
Samba list: We are mounting a share provided by a Unisys MCP mainframe with the following fstab entry.... /etc/fstab: //UnisysMCPmainframe.example.com/staging_test /mnt/staging cifs rw,file_mode=0775,dir_mode=0775,uid=4051,gid=4053,credentials=/etc/nx-credentials.txt,_netdev 0 0 The mount is established just fine and works with the exception that the mainframe does not support the POSIX utime()
2016 Apr 09
5
Slow reading of large dovecot-uidlist files
Hi there, (context: I was optimizing Roundcube mailbox list server response, and in that 300-400ms response time, around 170ms is spent on single fgets() call which is waiting IMAP repsonse to "SELECT MyMailbox" command) I straced dovecot and of the whole request/response process, around 30ms is spent for everything else, and overwhelming majority of time (150-170ms) is spent for reading dovecot-uidlist file for given mailbox. I skimmed over src/lib-storage/index/maildir/m...
2005 Feb 04
4
BRI in the US?
OK, I asked this about a week back and met with no repsonse at all. But perhaps its worth trying again. Does anyone on-list have * running BRI to their local telco? I'm considering this as an alternative to my TDM400p card. Michael -- Michael Graves mgraves@pixelpower.com Sr. Product Specialist www....
2007 May 01
5
[OT] Inject XML into page and tranform with XSL
Hi, Is it possible to recieve an xml repsonse from my rails app, and then, client side, inject the xml into the page without reloading and have it apply an xslt? Like an AJAX call, but ajax is unavailable to me. My very limited understanding suggests that xslt is only done at run time in safari at least. If I can''t get thsi to work...
2010 Apr 27
1
Problem with Tinn-R communicating with REvolution R
...;, ..., PACKAGE = "tcltk"), class = "tclObj") : [tcl] invalid command name "dde". In addition: Warning message: In tclRequire("dde", warn = TRUE) : Tcl package 'dde' not found I have not found anything about this on the Tinn-R forum and have had no repsonse from the REvolution R forum. I have checked other R-Help queries but these relate to adding the code for .trPaths which I already have. Does anyone know how to solve this problem? [[alternative HTML version deleted]]
2008 Dec 29
1
Bug in contact header from Asterisk 1.6.0.3-rc1 ?
...on standard bind port of 5070 set. Now when asterisk sends out an Invite message to my sip proxy, the contact header in de request is something like: Contact: <sip:12329123 at 123.123.123.123> The call succeeds and gets answered. So far so good. By using the 'Via' headers the 200 OK repsonse gets properly routed to asterisk. But now the client wants to end the call, and sends 'BYE sip:12329123 at 123.123.123.123'. Now the proxy can't route the messages by means of the Via header (because this is a new transaction? and Asterisk didn't insert a record-route header). The...
2012 Aug 30
2
The FLAC website
Sorry, for the late repsonse Martijn. I've been crazy busy. Martijn van Beurden wrote: > On 28-08-12 10:46, Erik de Castro Lopo wrote: > > I think thats a great idea. WOuld be happy to have someone pick > > this up and run with it. > > So I got busy but stumbled upon several things. I'm not sure...
2020 Apr 21
3
Asterisk 13.22.0 under very high load conditions - freezes in H exten and blocks new calls
Hi all I'm running an Asterisk on an Intel XEON E5-2660 virtual with Centos 7 - 32GB RAM. When I approach about 320 channels, I -sometimes- get thousands of these messages suddenly streamed in the CLI / Asterisk log: WARNING[60753][C-00022cb9] channel.c: Exceptionally long voice queue length queuing to Local/xxxxxxxxxx at local-0002dbea;2 WARNING[71993][C-00022dcc] channel.c: Exceptionally
1998 Jul 16
1
R-beta: which Linux - again
Dear all, I think this question has been raised very recently but I think I didn't see repsonses on the list nor did I find the thread in the archives. (If it is there I'd appreciate directions ...) I am about to install Linux on a Compaq notebook. One important thing I want to do is being able to run R. I have fiddled with different distributions of Linux (LST, SuSE, Debian) and can n...
2013 Feb 28
1
how to use before_filter to decrypt post data
hello, everybody. in ror, we can add a after_filter to a controller. def aes_encrypt response.body = AesHelper.aes_encrypt(response.body) end after_filter :aes_encrypt and all action''s repsonse int the controller can be encrypt. and my question is , how to decrypt data use before_filter, or anything else. ex: i want to post json data to /usr/register, the json data is {"name":"good", "password":"nice"}. encrypt it to 5B2YC7WzgFmaivnATP1ZLR4sT...
2019 Jan 29
2
Samba and UFW
...> SRC=192.168.254.15 DST=192.168.254.39 LEN=90 TOS=0x00 PREC=0x00 TTL=128 >> ID=10652 PROTO=UDP SPT=137 DPT=58971 LEN=70 > given that the source port is always 137 and the destijnation port > random it looks like your firewall just hasn't proper connection > tracking to allow repsonse packets aka RELATED,ESTABLISHED
2005 Feb 08
2
Asterisk and Sipgate problem...
Hello all. I'm having an odd problem getting * and sipgate to work together. From Sipgate support I have gotten this repsonse to my query: ===== Your Asterisk is registering incorrectly with our servers. It registers like this: sip:s@217.XXX.XXX.XXX:5076 The "s" should be your SIP ID. Anything else is rejected. I don't know where you can find this setting, but from our perspective that is where the p...
2019 May 14
2
[PATCH v8 2/6] virtio-pmem: Add virtio pmem driver
...o free slots in the virtqueue\n"); > + req->wq_buf_avail = false; > + list_add_tail(&req->list, &vpmem->req_list); > + spin_unlock_irqrestore(&vpmem->pmem_lock, flags); > + > + /* When host has read buffer, this completes via host_ack */ "A host repsonse results in "host_ack" getting called" ... ? > + wait_event(req->wq_buf, req->wq_buf_avail); > + spin_lock_irqsave(&vpmem->pmem_lock, flags); > + } > + err1 = virtqueue_kick(vpmem->req_vq); > + spin_unlock_irqrestore(&vpmem->pmem_lock, flags);...
2019 May 14
2
[PATCH v8 2/6] virtio-pmem: Add virtio pmem driver
...o free slots in the virtqueue\n"); > + req->wq_buf_avail = false; > + list_add_tail(&req->list, &vpmem->req_list); > + spin_unlock_irqrestore(&vpmem->pmem_lock, flags); > + > + /* When host has read buffer, this completes via host_ack */ "A host repsonse results in "host_ack" getting called" ... ? > + wait_event(req->wq_buf, req->wq_buf_avail); > + spin_lock_irqsave(&vpmem->pmem_lock, flags); > + } > + err1 = virtqueue_kick(vpmem->req_vq); > + spin_unlock_irqrestore(&vpmem->pmem_lock, flags);...
2010 May 04
1
How to make predictions with the predict() method on an arimax object using arimax() from TSA library
...-------------------------------------------------------------------------------------------------------------------- Question is how to to get a prediction correctly using predict.(I've seen DSE package but that seems overkill to make just a simple prediction)?? Thank you in advance for any repsonses. A.A Part time student at BBK college,UofL. _________________________________________________________________ Hotmail is redefining busy with tools for the New Busy. Get more from your inbox. N:WL:en-US:WM_HMP:042010_2 [[alternative HTML version deleted]]
2019 Jul 12
2
[PATCH v3] virtio_pmem: fix sparse warning
...RTIO_PMEM_REQ_TYPE_FLUSH); sg_init_one(&sg, &req_data->req, sizeof(req_data->req)); sgs[0] = &sg; sg_init_one(&ret, &req_data->resp.ret, sizeof(req_data->resp)); @@ -90,7 +90,7 @@ static int virtio_pmem_flush(struct nd_region *nd_region) } else { /* A host repsonse results in "host_ack" getting called */ wait_event(req_data->host_acked, req_data->done); - err = virtio32_to_cpu(vdev, req_data->resp.ret); + err = le32_to_cpu(req_data->resp.ret); } kfree(req_data); diff --git a/include/uapi/linux/virtio_pmem.h b/include/uapi/linu...
2019 Jul 12
2
[PATCH v3] virtio_pmem: fix sparse warning
...RTIO_PMEM_REQ_TYPE_FLUSH); sg_init_one(&sg, &req_data->req, sizeof(req_data->req)); sgs[0] = &sg; sg_init_one(&ret, &req_data->resp.ret, sizeof(req_data->resp)); @@ -90,7 +90,7 @@ static int virtio_pmem_flush(struct nd_region *nd_region) } else { /* A host repsonse results in "host_ack" getting called */ wait_event(req_data->host_acked, req_data->done); - err = virtio32_to_cpu(vdev, req_data->resp.ret); + err = le32_to_cpu(req_data->resp.ret); } kfree(req_data); diff --git a/include/uapi/linux/virtio_pmem.h b/include/uapi/linu...
2019 Jun 11
2
[PATCH v12 2/7] virtio-pmem: Add virtio pmem driver
...? > + if (err || !err1) { > + dev_info(&vdev->dev, "failed to send command to virtio pmem device\n"); If this is dev_info, I think the error above really should be dev_info as well (and maybe also log the error value)? > + err = -EIO; > + } else { > + /* A host repsonse results in "host_ack" getting called */ > + wait_event(req_data->host_acked, req_data->done); > + err = virtio32_to_cpu(vdev, req_data->resp.ret); > + } > + > + kfree(req_data); > + return err; > +}; > + > +/* The asynchronous flush callback function...
2019 Jun 11
2
[PATCH v12 2/7] virtio-pmem: Add virtio pmem driver
...? > + if (err || !err1) { > + dev_info(&vdev->dev, "failed to send command to virtio pmem device\n"); If this is dev_info, I think the error above really should be dev_info as well (and maybe also log the error value)? > + err = -EIO; > + } else { > + /* A host repsonse results in "host_ack" getting called */ > + wait_event(req_data->host_acked, req_data->done); > + err = virtio32_to_cpu(vdev, req_data->resp.ret); > + } > + > + kfree(req_data); > + return err; > +}; > + > +/* The asynchronous flush callback function...
1999 Apr 30
2
Graphs
I am trying to use the Windows version of R to do the following: - Have a Delphi front-end which gets the user input - Delphi will produce a R script, do a system call to R to calculate the statistics. Is there a better way? Maybe a library one can use in Delphi or Visual C? - How do one see a graph? A graph is plotted in a window which IMMEDIATELY closes afterwords so that one can't