search for: athor

Displaying 4 results from an estimated 4 matches for "athor".

Did you mean: author
2006 Nov 08
1
HANGUPCAUSE for unalocated number?
Hello, On your BRI or PRI's what do you guys get as HANGUPCAUSE when dialing an unalocated number? I always get 3 (no route) which is less than helpful.
2006 Sep 29
0
urgent probllem
...0 0xff at 33 \ flowid 1:10 # rest is .non-interactive. ie .bulk. and ends up in 1:20 ################################################################################### the same on eth0 with DEV=eth0 I tried the script on my lab using one pc as firewall with 2 eth one connected to my lan and the athore to a pc simulated as internet and everything worked fine. When implemented on my real fw connected to the internet I didn''t get the desired result that i got in the test.(the ssh or scp doesn''t get the 1rst priority ....) I am somewhat confused .Please any help? Regards
2018 Mar 21
3
Re: [PATCH v6] v2v: Add -o rhv-upload output mode.
...header("Authorization", transfer.signed_ticket) > This is useful only when working with old proxy that does not support PATCH. Since this is pretty big (around 4k), better use it only when you use the proxy and h["can_zero"] is False. The daemon does not know anything about Athorization header and new proxy ignores it. > + http.putheader("Range", "bytes=%d-%d" % (offset, offset+count-1)) > + http.endheaders() > + > + r = http.getresponse() > + # 206 = HTTP Partial Content, which is the usual response. > + if r.status !=...
2018 Mar 21
2
[PATCH v6] v2v: Add -o rhv-upload output mode.
v5 was here: https://www.redhat.com/archives/libguestfs/2018-March/msg00032.html There is only a single patch in this version because the other patches went upstream. This patch adds the virt-v2v -o rhv-upload mode (https://bugzilla.redhat.com/show_bug.cgi?id=1557273). Compared to v5, this adds the ability to make zero, trim and flush requests to the oVirt imageio server