search for: abigu

Displaying 7 results from an estimated 7 matches for "abigu".

Did you mean: bigu
2016 Aug 09
2
Man page for idmap_rid
...ers = No > > printcap name = /dev/null > > disable spoolss = Yes > > dns proxy = No > > winbind use default domain = Yes > > Recommendation: avoid this by all means if possible. > It typically only creates problems by introducing > abiguity. > Avoid the use of the * plus domain name? I'd agree, but this is how it is documented, so I'm trying to play along and see if magic beans fall out of the sky and it works, like it does for the other users who have found magic solutions. > > idmap config mydom : ran...
2015 Aug 25
0
sed question
...script more efficient. You'll start fewer processes, and complete more quickly. cat is almost never needed unless you actually need to con"cat"enate multiple files. A couple of other changes I'd suggest as better scripting style: Enclose your variable names in ${} to avoid abiguity, and use lower case variable names except when you have a variable that you mean to export, and upper case only exported variables. sed "s/CANCELID/${change}/" < my_file.txt > cancel.txt
2005 Jun 17
0
RE: [Patch 1/2] Re-org dom0_ops.h to allow arch specificdefinition
...gt;-----Original Message----- >From: Ian Pratt [mailto:m+Ian.Pratt@cl.cam.ac.uk] >Sent: Friday, June 17, 2005 4:25 PM >To: Tian, Kevin; xen-devel@lists.xensource.com > >It probably makes sense not to re-use arch-specific dom0_op numbers >(though there wouldn''t be any real abiguity), but I''m not sure its worth >trying to carve up the number space like this. > >I guess there''s an argument for renaming the arch-specific dom0 ops to >put X86 or IA64 in the name, but I don''t think there''s any real >confusion. Perhaps we should...
2000 Aug 24
0
yarrow unix source
...dge.com Damien Miller wrote: > Has there been any movement on this release? > > We are keen to use Yarrow as an entropy source for OpenSSH. I would be > willing to test and debug such code :) This isn't a final version as there are no test vectors yet, and there remain some spec abiguities but we've setup a mailing list for the purpose of deriving test vectors. send mail with body "subscribe" to yarrow-request at zeroknowledge.com those interested may like to participate in discovering differences between yarrow implementations and fixing the ambiguities in the...
2016 Aug 09
0
Man page for idmap_rid
...extensions = No > load printers = No > printcap name = /dev/null > disable spoolss = Yes > dns proxy = No > winbind use default domain = Yes Recommendation: avoid this by all means if possible. It typically only creates problems by introducing abiguity. > idmap config mydom : range = 100001-110000 > idmap config mydom : backend = rid > idmap config *:range = 65535-100000 > idmap config * : backend = tbd Typo in the config? tdb <--> tbd ? Cheers - Michael -------------- next part ------------...
2015 Aug 25
5
sed question
I am trying to use sed to change a value in a pipe. ------------------- This is the two line script CHANGE="1234" cat my_file.txt | sed 's/CANCELID/$CHANGE/' > cancel.txt ------------------- and the my_file.txt has: <v1:notificationId>CANCELID</v1:notificationId> it gets changed to $CHANGE instead of the actual value 1234 . I tried putting a \ in front
2016 Aug 09
4
Man page for idmap_rid
On Tue, Aug 9, 2016 at 10:21 AM, Rowland Penny <rpenny at samba.org> wrote: > On Tue, 9 Aug 2016 09:37:13 -0300 > francis picabia <fpicabia at gmail.com> wrote: > > > Thanks for the detailed response. > > > > It is very extensive for my purposes, but it still feels over > > analytical for what we need. I believe the Unix UID doesn't exceed >