Displaying 6 results from an estimated 6 matches for "camouflage".
2004 Aug 31
2
I've forgotten, why is box("") the default?
I've searched on CRAN for axes, axis, and other terms
I've already forgotten, without (re)discovering the
reason for S using "non-joining" axes by default, instead
of box("l").
MASS points me towards Cleveland (1993) but I don't
have ready access to this any more. Could someone
give me a one-liner to justify this choice to a sceptic?
It's something to do
2003 Jul 01
1
X11 forwarding when pw is aged
...:37 Trying to enable encryption...
2003-06-30 14:54:37 Initialised Blowfish encryption
2003-06-30 14:54:37 Installing CRC compensation attack detector
2003-06-30 14:54:37 Successfully started encryption
2003-06-30 14:54:42 Sent username "steffenb"
2003-06-30 14:54:48 Sending password with camouflage packets
2003-06-30 14:54:48 Sent password
2003-06-30 14:54:48 Authentication successful
2003-06-30 14:54:48 Requesting X11 forwarding
2003-06-30 14:54:49 Remote dX11 forwarding disabled in user
configuration file.
2003-06-30 14:54:49 X11 forwarding refused
2003-06-30 14:54:49 Allocated pty
2003-06-...
2003 Nov 13
2
[LLVMdev] llvm 1.0, g++, SuSE 9, internal compiler error
Hi aLLvm,
compiling LLVMrelease 1.0 under SuSE 9 brings the following:
-------------------
vak at linux:~/llvm/llvm> make
make[1]: Entering directory `/home/vak/llvm/llvm/lib/Support'
Compiling CommandLine.cpp
CommandLine.cpp: In function `void RemoveArgument(const char*,
cl::Option*)':
CommandLine.cpp:75: internal compiler error: in
convert_from_eh_region_ranges_1
, at
2003 Nov 13
4
[LLVMdev] llvm 1.0, g++, SuSE 9, internal compiler error
...g it's not
> too ugly. Compatibility with a broad range of compilers is important,
> even if they are buggy. :)
I see. The following ugly workaround helps:
#ifdef NDEBUG
bool b = getOption(ArgName) == Opt ;
assert( b && "Arg not in map!");
#endif
Well, one could camouflage this :)
--
vak
2014 Oct 04
2
massive load caused by smartvd
Hey all,
I noticed that my puppet server running CentOS 6.5 was acting a little
pokey.
So I logged in and did what well just about anyone would've done. And ran
the uptime command to have a look at the load. And it was astonishingly
high!
[root at puppet:~] #uptime
21:28:01 up 1:26, 3 users, load average: 107.37, 72.06, 75.52
So then I had a look at top and saw a LOT of processes
2005 Dec 29
7
Building PHP PECL modules
I'm attempting to build some PECL modules on fully updated CentOS 4.2
system. Preferably pack them into nice RPM packages. However, seems
I'm missing something. For example, this is what I get for sqlite module:
$ pear makerpm SQLite-1.0.3.tgz
`phpize' failed
The php-devel package is installed (so I do have phpize command). It's
just that it is failing. If I unpack the