search for: mapfil

Displaying 20 results from an estimated 62 matches for "mapfil".

Did you mean: mapfile
2023 Aug 11
1
Bug in dhcp-dyndns.sh script, A_REC always singleton array
...wk '{print $2}' " filtering these becomes > > respectively > > > > 10.13.37.10 > > > > and > > > > 10.13.37.100 > > 10.13.37.101 > > > > So just splitting by lines should work. > > > > Unfortunately just using mapfile with A_REC variable does not quite > > work as here strings always gets a newline at the end. > > > > root at dy3:/# mapfile -t foo <<< "" > > root at dy3:/# echo ${#foo[@]} > > 1 > > > > I would then suggest instead redirecting the qu...
2023 Aug 11
1
Bug in dhcp-dyndns.sh script, A_REC always singleton array
...ttl=3600) > > With the "| grep 'A:' | awk '{print $2}' " filtering these becomes > respectively > > 10.13.37.10 > > and > > 10.13.37.100 > 10.13.37.101 > > So just splitting by lines should work. > > Unfortunately just using mapfile with A_REC variable does not quite > work as here strings always gets a newline at the end. > > root at dy3:/# mapfile -t foo <<< "" > root at dy3:/# echo ${#foo[@]} > 1 > > I would then suggest instead redirecting the query command right away > with pr...
2020 May 01
1
[PATCH] WIP: ddrescue mapfile filter
This allows to overlay bad sectors according to the mapfile generated by ddrescue, to then see where sectors are used using fsck and trying to copy files around. Signed-off-by: Fran?ois Revol <revol at free.fr> --- configure.ac | 2 + filters/ddrescue/Makefile.am | 75 +++++++ filters/ddrescue/ddresc...
2023 Aug 11
1
Bug in dhcp-dyndns.sh script, A_REC always singleton array
...rial=1392062, ttl=3600) A: 10.13.37.101 (flags=f0, serial=1392063, ttl=3600) With the "| grep 'A:' | awk '{print $2}' " filtering these becomes respectively 10.13.37.10 and 10.13.37.100 10.13.37.101 So just splitting by lines should work. Unfortunately just using mapfile with A_REC variable does not quite work as here strings always gets a newline at the end. root at dy3:/# mapfile -t foo <<< "" root at dy3:/# echo ${#foo[@]} 1 I would then suggest instead redirecting the query command right away with process substitution `mapfile -t `A_REC `...
2020 May 22
0
[PATCH] [v3] ddrescue mapfile filter
This allows to overlay bad sectors according to the mapfile generated by ddrescue, to then see where sectors are used using fsck and trying to copy files around. Should now be mature enough to be useful to someone else. And we have a proper test also. Signed-off-by: François Revol <revol@free.fr> --- configure.ac |...
2020 May 01
0
Re: [PATCH] [v2] WIP: ddrescue mapfile filter
On 5/1/20 2:16 PM, Fran?ois Revol wrote: > This allows to overlay bad sectors according to the mapfile generated by > ddrescue, to then see where sectors are used using fsck and trying to > copy files around. > > Signed-off-by: Fran?ois Revol <revol at free.fr> > --- Focusing on just the docs: > +++ b/filters/ddrescue/nbdkit-ddrescue-filter.pod > @@ -0,0 +1,74 @@ >...
2020 May 01
4
[PATCH] [v2] WIP: ddrescue mapfile filter
This allows to overlay bad sectors according to the mapfile generated by ddrescue, to then see where sectors are used using fsck and trying to copy files around. Signed-off-by: Fran?ois Revol <revol at free.fr> --- configure.ac | 2 + filters/ddrescue/Makefile.am | 75 +++++++ filters/ddrescue/ddresc...
2008 Jul 02
1
help on list comparison
hi I want to compare two list by its names and get the values of that list. can anybody let me know the syntax of comparing the list by their names using a for loop c.genes<- list() for(i in 1:100) c.genes[[1]]<- geneset(which(geneset == tobecampared[i])) } here geneset is a list and also tobecampared is a list Thank you Ramya -- View this message in context:
2009 Nov 06
1
Qtl - package - Question
Dear R-Helpers, I am using qtl package to analyze qtl data from QTL cartographer. I have the map file and cro file from QTL cartographer. I was trying to import these two files in R using qtl package. data=read.cross("qtlcart", ".", "crofile.txt", "mapfile.txt") ### I have matched the file structure with the one on the website of qtl package - It matches perfectly. It gives me the following error: > data.qtl <- read.cross("qtlcart", "F:/data", + file="crofile.txt", mapfile="mapfile.txt&quot...
2020 May 22
0
[PATCH nbdkit] DDRESCUE: MISC FIXES
...index 8210866b..601d58fa 100644 --- a/filters/ddrescue/nbdkit-ddrescue-filter.pod +++ b/filters/ddrescue/nbdkit-ddrescue-filter.pod @@ -4,9 +4,11 @@ nbdkit-ddrescue-filter - nbdkit filter for serving from ddrescue dump =head1 SYNOPSIS - nbdkit --filter=ddrescue plugin [plugin-args...] ddrescue-mapfile=file.map + nbdkit --filter=ddrescue plugin [plugin-args...] + ddrescue-mapfile=file.map - nbdkit --filter=ddrescue file file=file.img ddrescue-mapfile=file.map [plugin-args...] + nbdkit --filter=ddrescue file file=file.img ddrescue-mapfile=file.map +...
2020 May 22
3
[PATCH nbdkit] ddrescue: Miscellaneous fixes.
A few fixes and a possible enhancement to the ddrescue filter. If you think these are all OK, I will squash it into your patch and push it. Rich.
2020 May 22
0
Re: [PATCH] [v2] WIP: ddrescue mapfile filter
On Fri, May 22, 2020 at 02:13:22AM +0200, François Revol wrote: > Le 01/05/2020 à 23:16, Richard W.M. Jones a écrit : > > On Fri, May 01, 2020 at 09:16:14PM +0200, François Revol wrote: > >> +nbdkit_ddrescue_filter_la_LDFLAGS = \ > >> + -module -avoid-version -shared \ > >> + -Wl,--version-script=$(top_srcdir)/filters/filters.syms \ > >> + $(NULL) >
2003 Apr 03
1
syntax of tftpd mapfile
Hello, I want to use tftpd rewrite feature to sort configs from different systems to subdirs named by the system-ip and (perheps) by date. the system (cisco pix) issues 'wr net: /config' this should be rewritten to /10.0.0.1/config or better /10.0.0.1/20020403-1448 Is this possible? Thanks for any hints. -- Andreas Schulze
2019 Feb 18
2
lld-link fails to link 32bits assembly functions but 64bits pass
...T_SERVICE_DRIVER /SAFESEH:NO /BASE:0 /DRIVER: /DEBUG:GHASH /MACHINE:X86 lld-link: error: undefined symbol: _Foo >>> referenced by /home/jshi19/llvm/wrongcode/lld-link/main.c:4 >>> main.obj:(_main) BTW, I find the lld-link does not suppor the /MAP option to generate mapfile. If I hope to output the linking mapfile info, what option should I use? Thanks Steven -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190218/a0503db7/attachment.html>
1998 Jun 15
0
Username map issue with 1.9.18p8
....c Mon Jun 15 14:51:32 1998 @@ -46,7 +46,6 @@ ********************************************************************/ BOOL map_username(char *user) { - static int depth=0; static BOOL initialised=False; static fstring last_from,last_to; FILE *f; @@ -54,7 +53,7 @@ pstring buf; char *mapfile = lp_username_map(); - if (!*mapfile || depth) + if (!*mapfile) return False; if (!*user) @@ -82,8 +81,6 @@ DEBUG(4,("Scanning username map %s\n",mapfile)); - depth++; - while((s=fgets_slash(buf,sizeof(buf),f))!=NULL) { char *unixname = s; char *dosname...
2018 Apr 08
0
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
To belatedly second Juergen, yes I think the concept of TBD files is great, and not just useful to the specific XCode situation of proprietary libraries. For example the mapfiles[1] of Illumos are exactly analogous and used not because the libc of Illumos is closed source (it isn't) but rather to ensure comparability across Illumos versions. The libc (shared library) ABI of Illumos is the stable interface rather than the syscall ABI like Linux, so ensuring linkers...
2003 Oct 08
1
Samba 3.0.0: option admin user not working in smb.conf?
...ileges to the Sambe share. Any help would be great. Thank you. log.smbd --------------------------------------------------------------- smbd version 3.0.0 started. Copyright Andrew Tridgell and the Samba Team 1992-2003 [2003/10/08 11:27:52, 1] lib/username.c:map_username(106) ##### Username Mapfile /opt/samba/private/username.map for user [2003/10/08 11:27:52, 1] lib/username.c:map_username(106) ##### Username Mapfile /opt/samba/private/username.map for user ingres [2003/10/08 11:27:52, 0] smbd/service.c:set_admin_user(314) ingres logged in as admin user (root privileges) [2003/10/08 11...
2007 Sep 11
1
passphrase & keymgr load/unload
...phrase & keymgr load/unload Files: update: usr/src/cmd/zfs/zfs_main.c update: usr/src/cmd/zpool/zpool_main.c update: usr/src/common/zfs/zfs_prop.c update: usr/src/lib/libcryptoutil/Makefile.com update: usr/src/lib/libcryptoutil/common/cryptoutil.h update: usr/src/lib/libcryptoutil/common/mapfile-vers update: usr/src/lib/libzfs/Makefile.com update: usr/src/lib/libzfs/common/libzfs.h update: usr/src/lib/libzfs/common/libzfs_crypto.c update: usr/src/lib/libzfs/common/mapfile-vers update: usr/src/lib/pkcs11/include/cryptoki.h update: usr/src/lib/pkcs11/libpkcs11/common/mapfile-vers upd...
2008 Aug 18
2
Fwd: Parsing XML or KML into CSV /Using R for geocoding , OR problem
...quot;UTF-8"?> <kml xmlns="http://earth.google.com/kml/2.2"> <Document> <name>01+11 shape.kml</name> <Style id="sh_icon17_copy3"> <IconStyle> <scale>1.1</scale> <Icon> <href>http://maps.google.com/mapfiles/kml/pal4/icon17.png</href> </Icon> </IconStyle> <LineStyle> <color>ff0000ff</color> </LineStyle> <PolyStyle> <fill>0</fill> </PolyStyle> </Style> <Style id="sn_icon25_copy3"> <Ico...
2002 Jan 07
3
keyboard-interactive
...username and a second password in order for the module to succeed so that proper authentication relies on the ability to authenticate against n machines, where n < 1. I looked at the pam_authsrv module, but that appears (I did not compile ad run) to use the supplied username, index against a mapfile, and then use the password supplied by the user to authenticate. So it may not be using kbd-interactive at all, it may just be password. Am I missing something? -- bryan