Displaying 6 results from an estimated 6 matches for "camouflaged".
Did you mean:
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
Hi All,
1st Simple question: bug or feature ?
sshd version OpenSSH_3.6.1p2-pwexp20 on solaris sparc
X11 forwarding works fine
Set pw to aged (3rd entry in /etc/shadow to 0)
login as: steffenb
Sent username "steffenb"
steffenb at saturn's password:
Warning: Your password has expired, please change it now.
passwd: Changing password for steffenb
Enter login password:
New password:
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
> > - gcc bug
> > - problem with SuSE distribution
>
> One of these two. In theory GCC should never crash (even if the LLVM
> sources had problems), and since SuSE made modifications to the compiler
> before they shipped it, they implicitly took responsibility for the end
> result.
I agree.
> You can try sending a bug report to SuSE.
hm, sending bug report is
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