search for: athorization

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

Did you mean: authorization
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
Hi all, I am very new to traffic control. I read the lartc how to and I am curently using the script in ch15 (cookbook) with some restricion : I excluded the ingress section and i implemented the rest on both interfaces of my firewall.(eth0 the internet interface and eth1 the LAN interface).find below the script use on eth1 (ssh priority one and all other 2)
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 != 200 an...
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