Displaying 20 results from an estimated 26 matches for "reqested".
Did you mean:
requested
2006 Feb 21
0
Odp: RE: Ajax reqest and http status
Hi Marco.
I now that the way prevent IE caching AJAX call is to link to parameters one parameter which will be complete random.
Bur here is much important question. I using ajax call to connect url which is accesible only if user is logged (i mean there is a user session). Somethimes session expired and url is not accesible and there is redirect to other url i see that server return code 302 but
2006 Feb 21
2
Ajax reqest and http status
Hi all. I ''m using Ajax request on my site and i need to show some message wneh AJAX call is running, (sometimes it happen so slow). I find that object AJAX.RESPOND is very usefull here, but sometimes when i need to do AJAX CALL my ajax call is redirect and i want to when it happen, is there way to find status of ajax call? i don''t know where I can find this property in
2007 Feb 20
0
range get reqests in rsync, please?
I am wondering if would be possible (and a good idea) to implement
'get range' request in rsync, similar to --range option of curl (for http
and ftp protocols), perhaps limited to a single file operation, with both
source and destination files specified as parameters to rsync client.
It would be beneficial for those lack-of-disk-space situations, or when
just a fragment of large files
2006 Oct 25
3
[REQEST] about xentop -b
xentop "-b"
options are duplicateded(--batch and --vbds).
from xen-unstable 10623
Please fix it.
http://xenbits.xensource.com/xen-unstable.hg?cs=856caf975abd
Thanks,
Atsushi SAKAI
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2003 Nov 06
2
Problem with HPDJ1120C
...HP1120C
driver on server.
After that from host install printer, and all seems to be ok !
I mean, i can browse printer, change settings etc. but CAN'T print
:-( with one
exception, when i choose "allign printer cartridge" or "clean printer
cartridge", printer perform
reqested operation !
Can someone tell me what can be wrong ! Why, i can not print "normal' pages
Thanx in advance !
M.K.
2011 Apr 30
1
[rspec-rails] Is it bad form to use spec/requests/*_spec.rb for integration tests?
So I wanted to cook up a quick integration test for something, and I''m
using rspec. I personally just don''t like Cucumber - just a personal
preference, not a slam to the test framework at all - and wanted to
stick to just pure rspec. So I dumped a quick spec file in spec/
reqests and ran it, and of course everything works.
But is this considered bad form, or a less-than-good
2005 Jul 02
6
Loadbalancing how to ? ? ? ?
I have 2 ADSL ad1 and ad2 , one PC for my firewall and some deamon on it
with 3 ethernet : eth0 connect to my LAN ( 192.168.60.0/24 ) and 2 other
connect to ad1 and ad2
|eth1 (10.0.1.2)--------------------ad1 ( ADSL 1 )
|
My LAN(192.168.60.0/24) |---------eth0( 192.168.60.2)--> PC
|
|eth2 (10.0.2.2)---------------------ad2 (ADSL 2 )
All computer in LAN has default router =
2011 Feb 10
4
Trace SRIOV NIC''s MSI-X delivery to Xen
Hi all,
I''m using Xen4.0.1 with SLES11SP1 with Intel''s SRIOV NIC in passthrough
mode to FedoraCore14 guest HVMs.
From guest HVM I''m able to send packets out but not able to receive the
same.
Intel NIC HW counters are reporting receiving packets but the same is
not reaching the guest HVM.
My NIC uses MSI-X to report packets to SW. which should be received by
Xen
2003 Aug 25
1
Help with 'switch' mode
Hello,
I've been using tinc v1.0 for the last few weeks in router mode - to
great success. It's EXACTLY what I was looking for in a VPN at the time
- most of the security of IPSEC with none of the interoperability
issues. However, a few days ago, I got a VOIP phone that doesn't use IP
without paying several thousand extra dollars on top of what we've
already spent on the phone
2010 Aug 05
1
Can ChanIsAvail return status from sip uri using router ip
hello,
Although my previous posts in this forum have not received satisfying
answers, here is another question from me.
my question is can i use ChanIsAvail function to get the status of a user in
the format SPI/user-id if i provide user in sip uri like this
ChanIsAvail(SIP/user at 153.18.x.x:5062)
calling user with this sip uri works fine.
I once tried but status returned was "unknow
2004 Sep 21
0
I can''t understand the result of my test
...a simple qdisc as follow :
tc qdisc add dev eth1 root handle 1: tbf rate 0.5 mbit burst 5kb latency 50ms
and generate traffic as below:
Iperf -c linux3 -u -b 0.1m -w 128k
and the result is :
Client connecting ...., udp ..
Sending 1470 byte datagrams
UDP buffer size : 128 Kbyte ( WARNING: reqested 128 KByte )
Local ... port.. connected with ...
Interval Tranfer Bandwidth
0.0 - 10.2sec 125 KBytes 100 kbits/sec
Server Report :
0.0 - 2.0 sec 125 KBytes 516 Kbits/sec 94.576ms (latency) 0/ 87 (0%) (loss)
Sent 87 datagrams
I dont know :
Why interv...
2004 Nov 15
2
Problem with --backup and deleting a directory: Two directories created
Hello everyone,
Im kinda new to rsync and this list, so if there are any errors in
my reqest, please tell me.
I want to use rsync to make a backup of a diretory, and use the
--backup option. My script looks like this:
rsync -ab --suffix=-`date -Iminutes` --backup-dir=rsync_backup
--delete --rsh=ssh directoryA directoryB
If I run it once, then delete the file directoryA/test/test.file,
the
2004 Jul 01
2
how to drop rows from a data.frame
here is a snippet of data where I would like to drop all rows that have
zeros across them, and keep the rest of the rows while maintaining the row
names (1,2,3, ...10). The idea here is that a row of zeros is an indication
that the row must be dropped. There will never be the case where there is a
row(of n columns) with less than 5 zeros in this case(n zeros
I am unsure how to manipulate the
2007 Apr 26
2
assert_select with respond_to JS or xhr?
Hi everyone,
I am a bit confused with xhr? and respond_to.
I have the folloing code in my view to update the ''emails'' ID
link_to_remote(image_tag("refresh"), :update => "emails",
:url => { :action => "list_emails" })
in the controller side i have somthing like :
[..]
respond_to do |type|
type.html { render :action
2009 Sep 06
2
Regarding SVM using R
Hi Abbas,
Before I try to give you answers, I just want to mention that you
should send R related reqests to the R-help list, and not me
personally because (i) there's a greater likelihood that it will get
answered in a timely manner, and (ii) people who might have a similar
problem down the road might benefit from any answer via searching the
list archives ... anyway:
On Sep 5, 2009, at
2007 Dec 10
4
Mongrel and http 1.1 OPTIONS keyword
Hello.
I just seen some errors in my mongrel application log:
It seems related to the httpd OPTIONS keyword
Example:
Processing LoginController#login (for .30.5.208 at 2007-12-10 09:00:23)
[OPTIONS]
and our ruby application does not know what to do with it. and finally
send an error
Does mongrel (which is the http server) is supposed to deal with these
kind of request ?
I think these
2004 Feb 03
1
Problems copying some files from windows to linux
Hi,
This might not be entirely samba server related, but the problem I am
experiencing is affecting a planned implementation of a new Samba
Server, and from the smbmount man page, it appears that this is the
recommended list to reqest help - so hopefully someone might be able to
assist :-).
I am running a Debian Linux machine (kernel 2.6.0) with Samba 3.0.1
which will soon be replacing an
2003 Aug 25
1
FW: Help with 'switch' mode
Guus:
Thank you for your explanation! My confusion was based on my
misunderstanding of the tun/tap device - I thought it was exactly like a
pcap device, and therefore should've "just worked" in that mode. So,
once you explained how the tun/tap device actually worked, the use of
bridges immediately made sense. I was then able to setup bridges on my
single interface linux
1999 May 24
1
RH6.0/Samba Oplock Problems (and fix) (PR#16952)
sean@compu-aid.com wrote:
>
> To any one who is using Red Hat Linux 6.0 (or, presumably, any glibc2.1
> system)
>
> I recently installed a new RH 6.0 system on Intel. After installing my
> samba and my network application I noticed that I was experiencing oplock
> problems that were not present with the same version of Samba on my RH 5.2
> systems and caused my
2006 Aug 09
4
Do i need multiple mongrel instances for good performance?
I have developed a rails application for my company.
It will be used by upto 3o people at a time. I have just read that
Mongrel will only process 1 request at a time (rails is only in 1
controller at a time). Does this mean that to get good performance i
need to run mongrel many times on different ports?
How many different instances of mongrel is recommended?
If this is true then it