search for: uter

Displaying 20 results from an estimated 32 matches for "uter".

Did you mean: user
2016 Sep 26
2
Re: [Nbd] Testing NBD server implementations for correctness
On Mon, Sep 26, 2016 at 11:43:42AM +0100, Alex Bligh wrote: > > > On 26 Sep 2016, at 10:21, Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> wrote: > > > > Wow, that was quick! Thank you. > > > > I stumbled upon another problem: Apparently nbd-tester-client and nbdkit > > disagree on what constitutes a valid flush request. > >
2023 Mar 05
2
[PATCH v2 1/6] spec: Recommend cap on NBD_REPLY_TYPE_BLOCK_STATUS length
...including one, > but I don't mind adding it. I've never required it, mostly because it's something that I myself always forget, too, so, *shrug*. (if there were a way in git to make it add that automatically, that would help; I've looked but haven't found it) -- w at uter.{be,co.za} wouter@{grep.be,fosdem.org,debian.org} I will have a Tin-Actinium-Potassium mixture, thanks.
2023 Mar 03
1
[PATCH v2 3/6] spec: Add NBD_OPT_EXTENDED_HEADERS
On Wed, Feb 22, 2023 at 11:49:18AM +0200, Wouter Verhelst wrote: > On Mon, Nov 14, 2022 at 04:46:52PM -0600, Eric Blake wrote: > [...] > > @@ -1370,9 +1475,10 @@ of the newstyle negotiation. > > Return a list of `NBD_REP_META_CONTEXT` replies, one per context, > > followed by an `NBD_REP_ACK` or an error. > &g...
2016 Sep 26
0
Re: [Nbd] Testing NBD server implementations for correctness
On 26.09.2016 20:37, Alex Bligh wrote: >> On 26 Sep 2016, at 19:15, Wouter Verhelst <w@uter.be> wrote: >> >> TLDR: nbdkit is correct, nbd-tester-client is not, patches welcome. > I have pushed a fix. Thank you, you beat me to it by a few minutes. Will test ASAP. Regards, Carl-Daniel
2016 Sep 26
0
Re: [Nbd] Testing NBD server implementations for correctness
> On 26 Sep 2016, at 19:15, Wouter Verhelst <w@uter.be> wrote: > > TLDR: nbdkit is correct, nbd-tester-client is not, patches welcome. I have pushed a fix. -- Alex Bligh
2023 Mar 04
1
[PATCH] docs: Prefer 'cookie' over 'handle'
On Sat, Mar 4, 2023 at 12:15?AM Eric Blake <eblake at redhat.com> wrote: > > In libnbd, we quickly learned that distinguishing between 'handle' > (verb for acting on an object) and 'handle' (noun describing which > object to act on) could get confusing; we solved it by renaming the > latter to 'cookie'. Copy that approach into the NBD spec, and make it
2023 Mar 05
1
[PATCH] docs: Prefer 'cookie' over 'handle'
..." was named "handle" before? Yes, this. I'm happy with renaming it cookie (it makes sense), but there is a *lot* of stuff out there that calls it "handle" (including a wireshark plugin) and it would be confusing if that link isn't available anywhere. -- w at uter.{be,co.za} wouter@{grep.be,fosdem.org,debian.org} I will have a Tin-Actinium-Potassium mixture, thanks.
2007 Jul 12
0
No subject
<div><font face=3D"Arial" size=3D"2">there is no audio. </font></div> <div><font face=3D"Arial" size=3D"2">I have made port fordwarding in the ro= uter 1. I=20 have opened ports 5060-5070 to SIP and 10000-20000 to RTP.</font></div> <div><font face=3D"Arial" size=3D"2">In the sip.conf file I have externip, = localnet,=20 bindport, bindaddres, nat =3D yes etc.</font></div> <div><font f...
2009 Mar 12
0
[LLVMdev] a different hash for APInts
...only the low bits are taken into acount. on your exemple since all the low bits are zero, you have a lot of collision. Instead of changing the hash, changing the number of bucket would be a better/simpler solution. From what I know of hashmap, having a number of bucket equal to a power of two is uterly stupid, ie: it mean that you only use the lower part of the hash. So why compute a hash on 32bits then... The only reason to do this is for faster modulo, but here it is not the case has the bucket number is a variable. Usually, prime number are used as bucket number (AFAIK). But in your cas...
2023 Mar 03
1
[PATCH v2 5/6] spec: Introduce NBD_FLAG_BLOCK_STATUS_PAYLOAD
On Wed, Feb 22, 2023 at 12:05:44PM +0200, Wouter Verhelst wrote: > On Mon, Nov 14, 2022 at 04:46:54PM -0600, Eric Blake wrote: > > #### Simple reply message > > > > @@ -1232,6 +1235,19 @@ The field has the following format: > > will be faster than a regular write). Clients MUST NOT set the > > `NBD_CMD_FLA...
2023 Mar 03
1
[PATCH v2 1/6] spec: Recommend cap on NBD_REPLY_TYPE_BLOCK_STATUS length
On Fri, Dec 16, 2022 at 10:32:01PM +0300, Vladimir Sementsov-Ogievskiy wrote: > On 11/15/22 01:46, Eric Blake wrote: > > The spec was silent on how many extents a server could reply with. > > However, both qemu and nbdkit (the two server implementations known to > > have implemented the NBD_CMD_BLOCK_STATUS extension) implement a hard > > cap, and will truncate the
2005 Aug 15
1
MSDFS redirection WinXP SP2
...path = /etc/samba/msdfs_links/hosts/tristan msdfs root = yes [turmeric2k] path = /etc/samba/msdfs_links/hosts/turmeric2k msdfs root = yes [twix] path = /etc/samba/msdfs_links/hosts/twix msdfs root = yes [uncle] path = /etc/samba/msdfs_links/hosts/uncle msdfs root = yes [uter] path = /etc/samba/msdfs_links/hosts/uter msdfs root = yes [vanilla2k] path = /etc/samba/msdfs_links/hosts/vanilla2k msdfs root = yes [vanquish2k] path = /etc/samba/msdfs_links/hosts/vanquish2k msdfs root = yes [vdisktest] path = /etc/samba/msdfs_links/hosts/vdisktest...
2023 Feb 21
1
[PATCH v2 2/6] spec: Tweak description of maximum block size
...ehavior. I am probably convinced that it makes more sense to steer people towards limiting to 2^25, but it should be done in such a way that servers which accept a 0xffffffff block size are not suddenly noncompliant. I don't think this does that. [no further comments on this one] -- w at uter.{be,co.za} wouter@{grep.be,fosdem.org,debian.org} I will have a Tin-Actinium-Potassium mixture, thanks.
2009 Mar 11
4
[LLVMdev] a different hash for APInts
I'm working on a bug where LLVM takes over six minutes to compile a module. After some hand-editing, the module looks like this: class half { private: union uif { unsigned int i; float f; }; static const uif _toFloat[1 << 16]; }; const half::uif half::_toFloat[1 << 16] = { {0x00000000}, {0x33800000}, {0x34000000}, {0x34400000}, {0x34800000},
2023 Mar 03
1
[PATCH v2 2/6] spec: Tweak description of maximum block size
On Tue, Feb 21, 2023 at 05:21:37PM +0200, Wouter Verhelst wrote: > Hi Eric, > > Busy days, busy times. Sorry about the insane delays here. No problem; I've been tackling other things in the meantime too, so this extension has taken far longer than I planned for more reasons than just slow review time. > > On Mon, Nov 14, 20...
2018 Sep 04
0
"an" to the wall, see the way... DEM OC RACY. C HAS TIT Y. ... Hancock! Tithe... hehe?
...fiery inferno--this is your home, and mine too. Fix it./ <http://prolasgar.ml/lists/lt.php?id=YUgFAA9XXE9RUFMdU1wDX1cNVg> exceptusque <http://prolasgar.ml/lists/lt.php?id=YUgFAA9XXU9RUFMdU1wDX1cNVg> que TACKON -que = and (enclitic, translated before attached word); completes plerus/uter; except.us <http://prolasgar.ml/lists/lt.php?id=YUgFAA9QVE9RUFMdU1wDX1cNVg> ADJ 1 1 NOM S M POS exceptus, excepta, exceptum ADJ [FXXEE] Medieval uncommon only; excepted; except.us <http://prolasgar.ml/lists/lt.php?id=YUgFAA9QVU9RUFMdU1wDX1cNVg> VPAR 3 1 NOM S M PERF PASSIVE PPL exci...
2013 Apr 27
11
Help
...Each file has several different columns and rows. My question: I would like to find and replace -999.99M with NA; Find 'T','C','A','F' and 'Y', delete them from all the 110 files. Then, I want to write.table all the corrected files back to a folder on my computer. Thanks for your help. Atem.   ________________________________ From: "r-help-request@r-project.org" <r-help-request@r-project.org> Sent: Friday, April 26, 2013 11:08 AM Subject: confirm bfdc3137cee0135cf3c616295c9d0e2b3adfd392 Mailing list subscription confirmation notice for...
2022 Nov 14
2
[PATCH v2 3/6] spec: Add NBD_OPT_EXTENDED_HEADERS
Add a new negotiation feature where the client and server agree to use larger packet headers on every packet sent during transmission phase. This has two purposes: first, it makes it possible to perform operations like trim, write zeroes, and block status on more than 2^32 bytes in a single command. For NBD_CMD_READ, replies are still implicitly capped by the maximum block payload limits
2008 Apr 23
0
winbindd hangs up while retreiving users
...ind group_compat: nis hosts: files dns networks: files passwd: files winbind passwd_compat: nis shells: files filled /usr/local/etc/smb.conf with: # #======================= Global Settings ===================================== [global] workgroup = DEP2 realm = DEP2.CITY-XXI.INT netbios name = SZRouter server string = Secondary Router security = ADS hosts allow = 10.1.9., 127. log file = /var/log/samba/log.%m max log size = 5000 password server = City2.dep2.city-xxi.int dns proxy = no preferred master = no local master = no domain master = no os level = 0 # My Properties auth methods = winbind...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...<xiaojuny@qca.qualcomm.com> Alexander Aring <alex.aring@gmail.com> Alexander Bergmann <alex@linlab.net> Alexander Block <ablock84@googlemail.com> Alexander Bondar <alexander.bondar@intel.com> Alexander Boyko <alexander_boyko@xyratex.com> Alexander Clouter <alex@digriz.org.uk> Alexander Duyck <alexander.h.duyck@intel.com> Alexander Gordeev <agordeev@redhat.com> Alexander Graf <agraf@suse.de> Alexander Guy <alexander.guy@guy-engineering.com> Alexander Holler <holler@ahsoftware.de> Alexander Inyukhin <...