search for: nle

Displaying 18 results from an estimated 18 matches for "nle".

Did you mean: ne
2014 Apr 13
1
[Bug 915] New: segfault in error case : expr_evaluate_payload not checking payload->payload.desc being null
...=8, argv=0x7fffffffe658) at src/main.c:332 (gdb) p payload $1 = (struct expr *) 0x64c5a0 (gdb) p *payload $2 = {list = {next = 0x64c5a0, prev = 0x64c5a0}, location = {indesc = 0x7fffffffde58, {{token_offset = 24, line_offset = 0, first_line = 1, last_line = 1, first_column = 24, last_column = 31}, {nle = 0x18}}}, refcnt = 1, flags = 0, dtype = 0x42df60 <integer_type>, byteorder = BYTEORDER_INVALID, len = 4, ops = 0x433f00 <payload_expr_ops>, op = OP_INVALID, {{scope = 0x0, identifier = 0x42fcf0 <proto_unknown_template> "\332\374B", symtype = SYMBOL_SET}, { ver...
2016 Oct 20
2
[Bug 1092] New: nft v0.6 segfault in must_print_eq_op at expression.c:520 during 'nft monitor trace' in netdev filter
...0 stmts = {next = 0x47a8a0cc90, prev = 0x47a8a12a90} pctx = {pbase = PROTO_BASE_INVALID, pdep = 0x0, prev = 0x0} ctx = {family = 5, protocol = {{location = {indesc = 0x0, {{token_offset = 0, line_offset = 0, first_line = 0, last_line = 0, first_column = 0, last_column = 0}, {nle = 0x0}}}, desc = 0x0, offset = 0}, {location = {indesc = 0x0, {{token_offset = 0, line_offset = 0, first_line = 0, last_line = 0, first_column = 0, last_column = 0}, {nle = 0x0}}}, desc = 0x47a6c3eda0 <proto_netdev>, offset = 0}, {location = { indesc = 0x0, {{token_offset = 0,...
2023 Dec 04
1
Fit NLE - was: computer algebra in R
Fit NLE - was: [R] computer algebra in R Original post: https://stat.ethz.ch/pipermail/r-help/2023-November/478619.html Dear Kornad, I think I have started to understand what you try to achieve. The problem is to fit a NLE and compute the parameters of the NL-Eq. I have included the R Help-list back in t...
2003 Nov 27
1
Missing files in directory listings
...= no wins support = no wins server = 10.100.20.5 10.100.20.3 preserve case = yes short preserve case = yes passwd program = /usr/bin/passwd %u passwd chat = *ew*password:* %n\n *e-enter*new*password:* %n\n load printers = no deadtime = 15 smb passwd file = /nle/.samba/sgiws01/private/smbpasswd log file = /nle/.samba/sgiws01/log/log.%m lock dir = /nle/.samba/sgiws01/locks pid directory = /nle/.samba/sgiws01/locks bind interfaces only = yes netbios name = sgiws01 interfaces = 10.105.4.32/0xffffff00 10.105.5.32/0xffffff00 10.105....
2013 Jun 08
2
[Bug 827] New: limit: support is broken
...ft AssignedTo: pablo at netfilter.org ReportedBy: eric at regit.org Estimated Hours: 0.0 In src/netlink-linearize.c we have: <pre> static void netlink_gen_limit_stmt(struct netlink_linearize_ctx *ctx, const struct stmt *stmt) { struct nfnl_nft_expr *nle; nle = alloc_nft_expr(nfnl_nft_limit_init); nfnl_nft_limit_set_rate(nle, stmt->limit.rate); nfnl_nft_limit_set_depth(nle, stmt->limit.depth); nfnl_nft_rule_add_expr(ctx->nlr, nle); } </pre> but in parser.y we have: <pre> limit_stmt : LIMIT RATE...
2004 Apr 28
1
Feature Request: OS X / hfs+ / resources fork
...y the resources fork to a file with filename starts with a dot and append the original filename. That's the current behaviour of samba client on OS X interacting with samba server on linux. The feature is important, as without the resources fork, some programs (like ProTools and Media 100 NLE) refuse to open the copied files. Thank you for consideration. Stephen Wong @ Hong Kong
2010 Nov 24
2
maildir maintenance?
Hi, I'm running version 1.2.15 (so no doveadm) with around 6000 maildir users, some of which are very large. For completeness, the details of the setup are as follows: - The maildirs are stored via NFS. - The indexes are on a volume local to the dovecot server. - Only one IMAP server currently. - A separate sendmail/procmail server delivers via NFS. I recently wrote the attached script
2002 Dec 10
5
2gb limit & weird filenames
Hello, I'm trying to set up a samba server for a friend who has a mac. He's running OSX, version 10.2. He's got some really big video editing files that are well in excess of 2gb. We're trying to back these up to the samba server, but it quits right around 2gb. That seems to be a magical number. This is with version 2.2.3 of Samba, and Linux-Mandrake 8.2, ext3 file system. I
2006 Jan 08
1
confint/nls
...algorithm, others more general (but possibly in the "well, don't do that" category). I have corresponded some with Prof. Ripley about them, but I thought I would just report how far I've gotten in case anyone else has thoughts. (I'm finding the code in stats/nls.R and stats/nle-profile.R quite dense & scary ...) All of this has been done with R-devel from 3 Jan 2006; the changes that Prof. Ripley already made to allow confint.nls not to crash when algorithm="port" are in R-devel, not R-patched. a synopsis of the problems with confint(): with a 1-para...
2023 Nov 29
0
computer algebra in R
...lic solver for systems of polynomial equations in pure R. It should be able to solve this one. Please let me know if this is of interest and I will provide further details. ### Case (b) Again, it should be possible to solve, see some examples: https://github.com/discoleo/R/blob/master/Math/Systems.NLE.Tutorial.md https://github.com/discoleo/R/blob/master/Math/Systems.Lambert.R I did solve much more complex ones, for a monster see: https://github.com/discoleo/R/blob/master/Math/Poly.System.S5.Ht.Formulas.Derivation.HS0.R [and the remaining Poly.System.S5.Ht... scripts] I presume that only the re...
2007 Aug 18
1
Question about lme and AR(1)
...ular exponential family. A multivariate normal distribution with an AR(1) matrix as covariance matrix does not belong to a regular exponential family, it is belong to a curved exponential family, so EM algorithm can not be applied to estimate parameters for this kind of distribution. I have used nle function from nlme package to estimate variance components with correlation=corAr1, this function uses first EM algorithm to refine the initial estimates of the random effects variance-covariance coefficients and uses them into a Newton-Raphson algorithm. Do anyone know what kind of modification o...
2009 Nov 07
1
Net-SNMP interfaces out of order
Hello Centos People, I have a CentOS 5.3 box that had a total of 5 ethernet cards in it. It functions to share an internet connection with 4 different subnets. All works fine, except I'm noticing that my MRTG traffic graphs are wrong. Further digging with snmpwalk reveal that the order of the ethernet interfaces changes every time the machine is rebooted to a different order. For
2007 Feb 18
3
prio not seeming to work
Hello, I am trying to mess with a prio type qdisc, and must be missing something. Here''s my sample code: tc qdisc add dev eth0 root handle 1: prio tc filter add dev eth0 parent 1:0 prio 1 protocol ip u32 \ match ip dst 208.0.0.0/8 flowid 1:1 tc filter add dev eth0 parent 1:0 prio 3 protocol ip u32 \ match ip dst 0.0.0.0/0 flowid 1:3 I would assume that any traffic going to
2007 Feb 08
4
Need big buffer!
Hi gang, I have an application that is sending streaming media to a server. The encoder computer sends an average of 200kbit stream; but for short, 1 second bursts, can hit 400-500kbits. After it does one of these bursts, it reduces its output for another second or two, so that it maintains its average of 200kbits. The problem is that it is sending UDP packets into a DSL link that has a fixed
2002 Dec 18
3
How important are oplocks?
Hello, I'm wondering just how critical it really is to turn off oplocks. It appears that not only Windows 2k server, but also Netware 5 and above defaults to having these enabled. I just spoke with two software companies running databases off of file servers (no database server, just MDAC stuff), and they had never heard of it, much less require it to be disabled. Everything I've
2002 Nov 11
3
Theora vs. Nullsoft NSV
How does the Theora project differ from Nullsofts NSV project? Other than the obvious fact they use mp3.... <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'theora-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is
2007 Feb 09
4
need help with tc filters
Hi, I am attempting to set up some simple outbound shaping following the LARTC HOWTO. The HTB qdisc seems to work as the documentation says, but my filters don''t seem to be working. All of the packets go to the default queue regardless of what filters I set, it seems. (according to tc -s qdisc show) I am trying to get this working on my openwrt box (whiterussian rc6), but when
2009 Oct 08
0
Cloning Centos server with RSync - what to exclude?
Hi all, I have a few CentOS servers that I want to mirror live, to be standby spares. The "spare" machines could be either a different machine (with a different motherboard), or a VM in Vmware server. I've used rsync in the past, which works well for doing it while the machine is live. However, I want the destination to be running different hardware, and have a different IP