Displaying 20 results from an estimated 40008 matches for "response".
Did you mean:
responses
2005 Mar 24
0
AGI commands STDOUT problem
i have a problem with AGI in Asterisk 1.0.5, the problem occurs either
with PHP or C AGI scripts/programs. Well, its simple,
either asterisk is not sending correctly the command responses to the
standard output, or for some unknown reason to me the
scripts/programs are not able to read it from standard input.
I have the next C test program for AGI:
#include <stdio.h>
main()
{
char line[80];
setlinebuf(stdout);
setlinebuf(stderr);
while (1)
{
fgets(line,80,stdin);...
2006 Sep 22
0
Poor performance getting lots of small files with WinXP/Win2k vs OS2
...urce Destination Protocol
Info
15 0.588766 10.16.43.123 10.240.47.86 SMB Open
AndX Request, Path: \10000\0511_3008.IN; Read AndX, FID: 0x0000, 4096
bytes at offset 0
16 0.589008 10.240.47.86 10.16.43.123 SMB Open
AndX Response, FID: 0x2a81; Read AndX, FID: 0x0000, 74 bytes
17 0.589251 10.16.43.123 10.240.47.86 SMB Close
Request, FID: 0x2a81
18 0.589494 10.240.47.86 10.16.43.123 SMB Close
Response
WinXP SP2:
Trace Windows XP:
No. Time Source...
2006 Aug 04
0
Proxy from Apache to local Lighttpd instance
...pt-Encoding: x-gzip, x-deflate, gzip, deflate
Accept-Charset: iso-8859-1, utf-8;q=0.5, *;q=0.5
Accept-Language: en
Cookie: _session_id=771f1bb2977865b939344efae0430bcc
Max-Forwards: 10
X-Forwarded-For: 143.129.77.66
X-Forwarded-Host: mysite.com
X-Forwarded-Server: mysite.com
2006-08-04 16:23:34: (response.c.196) -- splitting Request-URI
2006-08-04 16:23:34: (response.c.197) Request-URI : /cookbook/MyTest
2006-08-04 16:23:34: (response.c.198) URI-scheme : http
2006-08-04 16:23:34: (response.c.199) URI-authority: localhost:3000
2006-08-04 16:23:34: (response.c.200) URI-path : /cookbook/MyTe...
2010 Apr 06
1
CIFS VFS: Send error in read
Hi,
I get while installing windows XP on a I ball Laptop using unattended
(http://unattended.sourceforge.net/)
*** Trying mount.cifs \\ntinstall\install /z -o username=guest,ro,nocase
CIFS VFS: No response to cmd 46 mid 13
CIFS VFS: Send error in read = -11
CIFS VFS: No response to cmd 162 mid 17
CIFS VFS: No response to cmd 162 mid 21
CIFS VFS: No response to cmd 162 mid 25
CIFS VFS: No response to cmd 162 mid 29
CIFS VFS: No response to cmd 162 mid 33
CIFS VFS: No response to cmd 162 mid 37
CIFS V...
2006 Sep 21
1
Fw: Poor performance getting lots of small files with WinXP/Win2k vs OS2
...urce Destination Protocol
Info
15 0.588766 10.16.43.123 10.240.47.86 SMB Open
AndX Request, Path: \10000\0511_3008.IN; Read AndX, FID: 0x0000, 4096
bytes at offset 0
16 0.589008 10.240.47.86 10.16.43.123 SMB Open
AndX Response, FID: 0x2a81; Read AndX, FID: 0x0000, 74 bytes
17 0.589251 10.16.43.123 10.240.47.86 SMB Close
Request, FID: 0x2a81
18 0.589494 10.240.47.86 10.16.43.123 SMB Close
Response
WinXP SP2:
Trace Windows XP:
No. Time Source...
2007 Jul 30
1
streaming response
...only header
hash, once a Content-Length header has been written, I can never again
tell it to not send such a thing - and streaming doesn''t work if there
is a Content-Length header present.
I''ve been forced into returning a Proc like this from my action
Proc.new do
response.write("HTTP/1.1 200 OK\n")
response.write("Cache-Control: no-cache\n")
response.write("Pragma: no-cache\n")
response.write("Content-type: text/json\n\n")
while true
sleep wait
response.write json
en...
2007 Sep 27
4
transportXML returns null?
Hi,
I want to load an XHTML file into DOM. I issue Ajax.Request and on
success do:
var response=transport.responseXML
Response is null. On the other hand:
var response=transport.responseText; // has the data.
Why is response=transport.responseXML returns null?
Here is the code:
function display() {
url = "http://" + location.hostname + port + "/fusion/
restle...
2006 Mar 07
13
hosting multiple rails apps in one webroot?
It''s actually REALLY easy with lighttpd on linux.
Two apps...
Myserver.com/code/ => /apps/code/
Myserver.com/test/ +> /apps/test/
Each application needs this in the environment.rb
/apps/code/config/environment.rb
ActionController::AbstractRequest.relative_url_root = "/code"
/apps/test/config/environment.rb
ActionController::AbstractRequest.relative_url_root
2008 Nov 25
4
glm or transformation of the response?
Dear all,
For an introductory course on glm?s I would like to create an example to show the difference between
glm and transformation of the response. For this, I tried to create a dataset where the variance
increases with the mean (as is the case in many ecological datasets):
poissondata=data.frame(
response=rpois(40,1:40),
explanatory=1:40)
attach(poissondata)
However, I have run into a problem because it looks like the lm model (with...
2011 Oct 26
0
mount.cifs - 4.8.1 -- server side restart - CIFS VFS: No repsonse for cmd
...heir logs and makes them unhappy
as you might imagine. These messages don't appear after an initial
mount and before a mainframe halt/load -- only after that point.
How do we prevent this behavior from our mount.cifs?
/var/log/messages:
Oct 26 04:33:15 linuxbox-263213161 kernel: CIFS VFS: No response for
cmd 50 mid 2068
Oct 26 04:35:24 linuxbox-263213161 kernel: CIFS VFS: No response for
cmd 117 mid 2071
Oct 26 04:36:07 linuxbox-263213161 kernel: CIFS VFS: No response for
cmd 117 mid 2074
Oct 26 04:36:19 linuxbox-263213161 kernel: CIFS VFS: No response for
cmd 117 mid 2077
Oct 26 04:38:04 linux...
2004 Nov 22
1
ftp ftom outside the local network
...:/var/www:sbin/noligin
uncommented the lines in /etc/vsftpd/vsftpd.conf :
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd.chroot_list
I can access ftp from within network no problem, but using external ip it
will validate login but cannot bring up folders
Any suggestions......
This is the response I get using FileZilla (similar response using CuteFTP)
Status: Connecting to 216.201.247.147 ...
Status: Connected with 216.201.247.147. Waiting for welcome message...
Response: 220 (vsFTPd 1.2.1)
Command: USER ftpadmin
Response: 331 Please specify the password.
Command: PASS ********
Response: 23...
2016 May 03
9
[Bug 95251] New: vdpau decoder capabilities: not supported
https://bugs.freedesktop.org/show_bug.cgi?id=95251
Bug ID: 95251
Summary: vdpau decoder capabilities: not supported
Product: Mesa
Version: 11.2
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2004 Jul 28
0
(no subject)
...macdui '*'
querying * on 10.92.50.72
10.92.50.72 *<00>
----------------------------------------------------------------------------
--
nmblookup -d 2 '*'
added interface ip=10.92.50.72 bcast=10.92.50.255 nmask=255.255.255.0
querying * on 10.92.50.255
Got a positive name query response from 10.92.50.133 ( 10.92.50.133 )
Got a positive name query response from 10.92.50.72 ( 10.92.50.72 )
Got a positive name query response from 10.92.50.132 ( 10.92.50.132 )
Got a positive name query response from 10.92.50.141 ( 10.92.50.141 )
Got a positive name query response from 10.92.50.149 ( 1...
2006 Mar 08
2
1 byte writes
...nbindd against a W2K3 ADS), the W2K clients are
suffering performance issues (in a switched LAN).
Looking at the traffic with Ethereal (latest SVN), it looks like the
client writes the data in *1 byte* pieces likes this (c=client, s=server):
c->s NT Create AndX Request
c<-s NT Create AndX Response
c->s Trans2 Request, SET_FILE_INFO
c<-s Trans2 Response
c->s Trans2 Request, QUERY_FILE_INFO, Query File Basic Info (1004)
c<-s Trans2 Response
c->s Write AndX Request, 1 byte at offset 119 <-- sigh
c<-s Write AndX Response, 1 byte
c->s Trans2 Request, QUERY_FILE_INFO, Quer...
2015 Aug 11
3
Do I need to enable qemu-ga's guest-suspend: hybrid/suspend-ram/disk/shutdown?
How do I "enable" qemu-ga on a guest to be able to (I think this means have
a success-response:true) for: guest-suspend-hybrid; guest-suspend-ram;
guest-suspend-disk; and guest-shutdown?
At least I think that's my question.
http://wiki.stoney-cloud.org/wiki/Qemu_Guest_Agent_Integration shows these
same 4 as false, so I'm not sure if they're always supposed to be that way.
My ov...
2012 Jan 05
1
delete.response leaves response in attribute dataClasses
I posted this one as an R bug
(https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14767), but
Prof. Ripley says I'm premature, and I should raise the question here.
Here's the behavior I assert is a bug:
The output from delete.response on a terms object alters the formula
by removing the dependent variable. It removes the response from the
"variables" attribute and it changes the response attribute from 1 to
0. The response is removed from "predvars"
But it leaves the name of the dependent variable first in...
2010 Sep 22
1
help with sockets in R
Hi R gurus,
I'm trying to use a ReSTful web service from within R. Specifically, I
need to make HTTP PUT requests.
I'm able to make the request and that goes well enough, but I'm having
trouble properly consuming the HTTP response. The problem comes in
when I'm trying to parse out the response body. I get the length of
the response body from the Content-Length header. I then try to use
readChar(con, nchars=content.length).
The result I'm seeing is that the first few characters of the response
body are cut off.
My c...
2002 Aug 23
2
why delete.response?
Hi all,
I am running R1.5.0 under unix.
I recently used the function 'predict.tree' to make predictions with a
tree object and a dataframe of numeric items. The predict.tree internally,
calls a function 'delete.response'.
When I removed this function call from the source code of predict.tree, it
ran 10 times faster without any differences in the result obtained.
The documentation for delete.response says that this function is used for
deleting the response variable from the dataset. However the documentation...
2012 Oct 02
3
[LLVMdev] [llvm-commits] patch to enable response file support in ParseCommandLineOptions
Thanks Chris for the comment.
Since there is no objection, I attached a new patch which enables response file support and removes the argument for controlling/disabling response file support. The patch also contains a simple test. I did regression check and there are no regressions.
+ llvmdev
Sam
From: Chris Lattner [mailto:clattner at apple.com]
Sent: Sunday, September 30, 2012 2:20 PM
To: Liu, Ya...
2006 Jun 25
2
Error in model.frame: invalid variable type
I'm getting the following error when trying to execute a glm() procedure:
Error in model.frame(formula, rownames, variables, varnames, extras,
extranames, :
invalid variable type for 'response'
The commands I'm using to import the *.csv files, construct the data frame,
and run the glm procedure are below:
response <- read.csv("Response.csv", header = TRUE, sep = ",")
seed <- read.csv("Seed.csv", header = TRUE, sep = ",")
dat...