Displaying 10 results from an estimated 10 matches for "enviromnents".
Did you mean:
enviromnent
2017 Apr 26
3
LLDB security and the use of an IPC library
LLDB currently uses a client-server architecture. That appears fine,
but runs into an annoying security problem: other users on the same
machine can connect to the TCP socket and take over LLDB and thus the
user’s system. This means that LLDB is useless in multiuser
enviromnents on Linux, such as academic computer labs.
The immediate problem can be solved by using either HMAC authentication
of all messages or by using Unix domain sockets. However, it might be
simpler to use a 3rd party library for the purpose:
https://github.com/DemiMarie/SlipRock (Disclaimer: I wrote Sl...
2007 Jun 01
1
Error starting dovecot 1.0.0 /var/run/dovecot/auth-master failed: No such file or directory
Hello:
i'm trying a tutorial
(http://workaround.org/articles/ispmail-etch/en.html) for setting up
postfix / dovecot but am getting some errors when i try to start
dovecot
here's some details of the enviromnent. (Fedora Core 6)
$ uname -a
Linux foo.com 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:37:32 EDT 2006
i686 i686 i386 GNU/Linux
$ ./dovecot --version
1.0.0
$ ./dovecot -n
#
2004 Sep 24
0
fix and edit don't work the expected way
Hello,
I am tinkering a bit with options(), namely, how to query and set them
up to suit my needs.
1)
The basic problem seems that the editor entry in options looks like this:
> options()
---------------------------------------------------------
$editor
[1] "emacsclient"
---------------------------------------------------------
After setting this option to /usr/bin/emacs by
2006 Sep 18
2
problem in font
Hi,
after a debian upgrade my dev.copy2eps dont work anymore. I have this message:
Error in matchFont(postscriptFonts(family)[[1]], old$encoding) :
unknown font
I try to change the font family in my .Rprofile:
setHook(packageEvent("graphics", "onLoad"),
function(...) {
grDevices::ps.options(family="ComputerModern")
} )
But it no fix
2009 Nov 16
3
lapply() not converting columns to factors (no error message)
Dear List,
I'm having a curious problem with lapply(). I've used it before to convert
a subset of columns in my dataframe, to factors, and its worked. But now,
on re-running the identical code as before it just doesn't convert the
columns into factors at all.
As far as I can see I've done nothing different, and its strange that it
shouldn't do the action.
Has anybody
2020 Oct 10
0
R 4.0.3 is released
The build system rolled up R-4.0.3.tar.gz (codename "Bunny-Wunnies Freak Out") this morning.
The list below details the changes in this release.
You can get the source code from
https://cran.r-project.org/src/base/R-4/R-4.0.3.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Binaries for various platforms will appear in due course.
For the R Core Team,
Peter
2020 Oct 10
0
R 4.0.3 is released
The build system rolled up R-4.0.3.tar.gz (codename "Bunny-Wunnies Freak Out") this morning.
The list below details the changes in this release.
You can get the source code from
https://cran.r-project.org/src/base/R-4/R-4.0.3.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Binaries for various platforms will appear in due course.
For the R Core Team,
Peter
2020 Oct 10
0
R 4.0.3 is released
The build system rolled up R-4.0.3.tar.gz (codename "Bunny-Wunnies Freak Out") this morning.
The list below details the changes in this release.
You can get the source code from
https://cran.r-project.org/src/base/R-4/R-4.0.3.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Binaries for various platforms will appear in due course.
For the R Core Team,
Peter
2007 Apr 03
3
changing motherboards. kernel panic.
Hi,
I just changed the motherboard of a centos 4.4 installation for a new one.
this new one has a SIS chipset.
Now when i boot from the hard disk i get a kernel panic (unable to find
root, no hdd found , etc)
I have identified the module I need to load to make centos "see" the disks.
Now the question is what do I need to modify in my existing installation, to
tell centos to use the new
2010 Nov 11
3
Evaluation puzzle
The survexp function can fail when called from another function. The "why" of
this has me baffled, however.
Here is a simple test case, using a very stripped down version of survexp:
survexp.test <- function(formula, data,
weights, subset, na.action, rmap,
times, cohort=TRUE, conditional=FALSE,
ratetable=survexp.us, scale=1, npoints, se.fit,