search for: longnam

Displaying 20 results from an estimated 233 matches for "longnam".

Did you mean: longname
2006 Mar 07
3
Expanding partial names
...ers for some functions that change some of the default arguments. I'd rather not list all of the arguments for the low level functions because there are about a dozen wrapper functions, and about 20 arguments to lowlevel. Instead I'm trying something like this: lowlevel <- function(longname = 1) { cat("longname = ", longname, "\n") } wrapper <- function(...) { newargs <- list(longname = 2) newargs[names(list(...))] <- list(...) do.call("lowlevel", newargs) } This almost works: > wrapper() longname = 2 > wrapper(longname =...
2011 Sep 07
1
Error: in routine alloca() there is a stack overflow: thread 0, max 535822282KB, used 0KB, request 24B
...1" [1] "VAR Size: 30" [1] "ROW Size: 1200" [1] "COL Size: 2496" [1] "------------------------" [1] "file /users/huxxx249/MEGANv2.04/Output/latlong_spec2_WOCONV_150s_2004187.ncf has 31 variables:" [1] "int TFLAG[DATE-TIME,VAR,TSTEP] Longname:TFLAG Missval:NA" [1] "float ISOPRENE[COL,ROW,LAY,TSTEP] Longname:ISOPRENE Missval:1e+30" [1] "float TRP1[COL,ROW,LAY,TSTEP] Longname:TRP1 Missval:1e+30" [1] "float MEOH[COL,ROW,LAY,TSTEP] Longname:MEOH Missval:1e+30" [1] &qu...
2020 Feb 09
3
[draft PATCH] whitelist support for refuse options
...break; if ((cp = strchr(bp, ' ')) != NULL) *cp= '\0'; - is_wild = strpbrk(bp, "*?[") != NULL; - found_match = 0; + if (!strcmp(bp, "!")) { + whitelist_mode = 1; + for (op = long_options; ; op++) { + *shortname = op->shortName; + if (!op->longName && !*shortname) + break; + if (*shortname != 'e' && (!op->longName ||( + strcmp("server", op->longName) && + strcmp("sender", op->longName) && + strcmp("no-iconv", op->longName)))) + o...
2019 Aug 30
1
[nbdkit PATCH v2] filters: Stronger version match requirements
.... This field (a string) is required, and B<must> contain only ASCII alphanumeric characters and be unique amongst all filters. -=head2 C<.version> - - const char *version; - -Filters may optionally set a version string which is displayed in help -and debugging output. - =head2 C<.longname> const char *longname; diff --git a/server/filters.c b/server/filters.c index c67676a3..0e10816f 100644 --- a/server/filters.c +++ b/server/filters.c @@ -102,7 +102,7 @@ filter_version (struct backend *b) { struct backend_filter *f = container_of (b, struct backend_filter, backend); -...
2020 Mar 03
6
Upgrade 4.9 -> 4.11 oups
Hello ! I decided to upgrade my fileservers from stretch/samba 4.9 to buster/samba 4.11 I just realized that smbd is not working anymore :-/ If someone has an idea It would be amazing... as an idiot, I upgraded my 20 servers.... without snapshot.... Thank you so much Here's some logs : root at ef113:~# tail /var/log/samba/log.smbd #1
2020 Aug 27
0
[nbdkit PATCH 1/2] filters: Add .export_description wrappers
...+} + /* Get the disk size. */ static int64_t ext2_get_size (struct nbdkit_next_ops *next_ops, void *nxdata, void *handle) @@ -412,23 +431,24 @@ ext2_flush (struct nbdkit_next_ops *next_ops, void *nxdata, */ static struct nbdkit_filter filter = { - .name = "ext2", - .longname = "nbdkit ext2 filter", - .load = ext2_load, - .unload = ext2_unload, - .config = ext2_config, - .config_complete = ext2_config_complete, - .config_help = ext2_config_help, - .thread_model = ext2_thread_model, - .open...
2014 Jan 10
1
samba 4.1.3 -- multiple bugs & 1, 297 coredumps -- coredump backtrace + full-backtrace included
...t;optimized out> Fork = true no_process_group = 208 log_stdout = <optimized out> ports = 0x0 profile_level = 0x0 opt = <optimized out> pc = <optimized out> print_build_options = 80 long_options = {{longName = 0x0, shortName = 0 '\000', argInfo = 4, arg = 0x7f6cb3089400 <poptHelpOptions>, val = 0, descrip = 0x7f6cb5c4d1f2 "Help options:", argDescrip = 0x0}, { longName = 0x7f6cb5c4d200 "daemon", shortName = 68 'D',...
2004 Feb 20
1
[patch] fix for "refuse options" ignored due to popt
...OPT_EXCLUDE_FROM, OPT_DELETE_AFTER, OPT_DELETE_EXCLUDED, OPT_LINK_DEST, OPT_INCLUDE, OPT_INCLUDE_FROM, OPT_MODIFY_WINDOW, - OPT_READ_BATCH, OPT_WRITE_BATCH}; + OPT_READ_BATCH, OPT_WRITE_BATCH, OPT_CHECKSUM, OPT_COMPRESS}; static struct poptOption long_options[] = { /* longName, shortName, argInfo, argPtr, value, descrip, argDesc */ @@ -336,7 +336,7 @@ {"group", 'g', POPT_ARG_NONE, &preserve_gid, 0, 0, 0 }, {"devices", 'D', POPT_ARG_NONE, &preserve_devices, 0, 0, 0 }, {"times",...
2004 Feb 04
1
Signal 11 in smbd 3.0.2rc2 on printer operation!
...meout = 60000 num_echos = 0 last_timeout_processing_time = 1075937457 num_smbs = 28 total_buffer_size = 132161 #24 0x08256fd7 in main (argc=2, argv=0xbffffe04) at smbd/server.c:887 is_daemon = 1 interactive = 0 Fork = 1 log_stdout = 0 ports = 0x0 opt = -1 pc = 0x82f3f38 long_options = {{longName = 0x0, shortName = 0 '\0', argInfo = 4, arg = 0x82dd25c, val = 0, descrip = 0x82d3ff3 "Help options", argDescrip = 0x0}, {longName = 0x82d4000 "daemon", shortName = 68 'D', argInfo = 7, arg = 0x82dd248, val = 1, descrip = 0x82d4007 "Beco...
2002 Oct 11
2
XP Pro - Domain Login ... great trauma and sorrow
...********************* Samba Log for the client ********************************************************************************************************************************************************** [2002/10/09 08:14:09, 1] smbd/password.c:pass_check_smb(546) Couldn't find user 'user longname' in passdb. [2002/10/09 08:14:09, 1] smbd/password.c:pass_check_smb(546) Couldn't find user 'user longname' in passdb. [2002/10/09 08:14:09, 1] smbd/reply.c:reply_sesssetup_and_X(995) Rejecting user 'user longname': authentication failed ***************...
2020 Sep 01
1
Re: [nbdkit PATCH 1/2] filters: Add .export_description wrappers
...atic int64_t > ext2_get_size (struct nbdkit_next_ops *next_ops, void *nxdata, void *handle) > @@ -412,23 +431,24 @@ ext2_flush (struct nbdkit_next_ops *next_ops, void *nxdata, > */ > > static struct nbdkit_filter filter = { > - .name = "ext2", > - .longname = "nbdkit ext2 filter", > - .load = ext2_load, > - .unload = ext2_unload, > - .config = ext2_config, > - .config_complete = ext2_config_complete, > - .config_help = ext2_config_help, > - .thread_model = ext2...
2020 Aug 27
4
[nbdkit PATCH 0/2] ext2 export list tweaks
Applies on top of my pending series for the exportname filter, addressing one of the todo's in that cover letter. Eric Blake (2): filters: Add .export_description wrappers ext2: Supply .list_exports and .default_export filters/ext2/nbdkit-ext2-filter.pod | 3 +- tests/Makefile.am | 16 +++- filters/ext2/ext2.c | 125 +++++++++++++++++++---------
2011 Apr 22
1
[LLVMdev] Compile-time evaluation of functions
...input command arguments onto the annotated members. Now, ProgramArgument is just a regular class that has a constructor that takes several arguments - in this case, the long name, short name, and help text. In fact it looks like this: @Attribute class ProgramArgument { private { let longName:String; let shortName:String; let helpText:String; } def construct(longName:String, shortName:String="", helpText:String="") { self.longName = longName; self.shortName = shortName; self.helpText = helpText; } } OK so when we compile...
2008 Nov 24
0
spatial subset of ncdf
...uot;height Size: 1" [1] "rlat Size: 75" [1] "rlon Size: 65" [1] "time Size: 11160" [1] "time_bnds Size: 2" [1] "------------------------" [1] "file C:/RDaten/t2m.ETH.HC_A2.nc has 4 variables:" [1] "float lat[rlon,rlat] Longname:latitude of grid-points Missval:1e+30" [1] "float lon[rlon,rlat] Longname:longitude of grid-points Missval:1e+30" [1] "char rotated_pole[] Longname:rotated_pole Missval:NA" [1] "float t2m[rlon,rlat,height,time] Longname:2-m Temperature Missval:1e+30" I wonde...
2005 Jan 03
1
Samba 3.0 + eCS (os/2)
Hi, I use eCS as client for samba. with samba 2.2.x I have never problems after configuration. With update my server from suse 8.1 to 9.1 was also samba changed from 2.2.x to 3.0.x. Since this I have only truble. max protocol lanman1 works without problems, only .. I have no longnames. The docs says, lanman1 is the first with long names support, also not about the pm (desktop from os2). With lanman2 (or higher) I see longnames in the commandline. I can save/create files, I can not copy this this commanline tools, only read and save as. no access about the pm, No Ideas, onl...
2018 Jun 25
2
Samba 4.7.1 Generating Core Dumps
...pc = 0x7fc2281b5060 <DEBUGLEVEL_CLASS> print_build_options = <optimized out> ---Type <return> to continue, or q <return> to quit--- main_server_id = {pid = 3226, task_id = 0, vnn = 4294967295, unique_id = 15388926496133788791} long_options = {{longName = 0x0, shortName = 0 '\000', argInfo = 4, arg = 0x7fc225472320 <poptHelpOptions>, val = 0, descrip = 0x55b48c670773 "Help options:", argDescrip = 0x0}, { longName = 0x55b48c670781 "daemon", shortName = 68 'D', argInfo = 0, arg = 0x0, val = 1000...
2010 Sep 23
1
NetCDF file: adding a variable
...library(ncdf) wfile="my_file.nc" msv=-10 grdtp=2 # Dimensions d1=dim.def.ncdf("lon","degrees",as.double(lon)) d2=dim.def.ncdf("lat","degrees",as.double(lat)) # Variables bathymetry=var.def.ncdf("bathymetry","m",list(d1,d2),msv,longname="Bathymetry") ncw=create.ncdf(writefile,list(bathymetry,loncp,latcp,dlonp,dlatp)) put.var.ncdf(ncw,bathymetry,bat_matrix) close.ncdf(ncw) # Here I am trying to add another variable which should have a value of grdtp ncw_old=open.ncdf(wfile,write=TRUE) d3=dim.def.ncdf("grid_type&...
2006 Feb 12
0
startup script
...he following minimal sysv script to start and stop dovecot. If anyone would like to comment on or improve it, I'd be most grateful. thanks, will #!/bin/sh # # System V init script for dovecot imap server # bodged together by will 12.2.06 PIDFILE="/var/run/dovecot/master.pid" LONGNAME="dovecot imap server" NAME="dovecot" DOVECOT='/usr/local/sbin/dovecot' case $1 in start) echo -n "Starting $LONGNAME"; dovecot echo "...done"; ;; stop) echo -n "Stopping $LONGNAME" PID=`cat $PIDF...
2006 Mar 14
4
has_one
I''ve got an order model that stores order data. One piece of data is a credit card type, which is a digit 1,2 or 3. I have a cardType model that has an id, shortName and LongName for the credit card merchant (visa, mastercard, amex). I want to be able to say: order.cardType.shortName, but can''t seem to get has_one working. It works with has_many and a finder_sql statement on it, but that returns an array, so I have to access it like this: order.cardTypes[0].s...
2011 Apr 21
0
[LLVMdev] Compile-time evaluation of functions
On Apr 20, 2011, at 4:34 PM, Talin wrote: > Also, looking in the SVN repo, it appears that some of the files in include/llvm/ExecutionEngine have not been touched in a long time, and that scares me a bit - what's the current state of the LLVM interpreter? > > Anyway, my main question to the list is - does this sound like a viable plan, or am I heading down the path of madness and