Displaying 3 results from an estimated 3 matches for "pts1".
Did you mean:
pts
2011 Oct 24
1
Adding points to a wireframe: 'x and units must have length >0' error
...Does anyone know what I'm doing wrong? The
code I've been using is:
# generate some fake data
data.frame(x = seq(-4, 0, 0.5), y = seq(0, 40, 5))-> df
expand.grid(x = df$x, y = df$y) -> gridd
(gridd$y* gridd$x) -> gridd$z
data.frame(x = runif(10, -4, 0), y = runif(10, 0, 40))-> pts1
pts1$z <- pts1$x*pts1$y
# plot
wireframe(z ~ y*x, gridd, drape = TRUE, colorkey= TRUE,
scales = list(arrows = FALSE),
pts = pts1,
panel.3d.wireframe =
function(x, y, z,xlim, ylim, zlim, xlim.scaled, ylim.scaled,
zlim.scaled, pts1, ...)...
2007 Sep 03
1
Linux User Auditing
Is it possible to audit the Linux User Shell? I am trying to gather what
commands a user is running no our systems.
Can auditd handle this?
TIA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070903/3d4d491d/attachment.html>
2009 Sep 22
1
Dovecot 1.2.5 segfaults.
...ggy kernel: imap[19079]: segfault at 0000000000000000 rip 0000000000000000 rsp 00007fff5c3ae628 error 14
Sep 22 17:36:42 vfoggy kernel: imap[19081]: segfault at 0000000000000000 rip 0000000000000000 rsp 00007fffb75b4958 error 14
As per http://dovecot.org/bugreport.html Dovecot -n follows:
(vfoggy pts1) # dovecot -n
# 1.2.5: /etc/dovecot.conf
# OS: Linux 2.6.18-128.7.1.el5xen x86_64 CentOS release 5.3 (Final)
protocols: imap imaps pop3 pop3sa managesieve
listen: *
login_dir: /var/run/dovecot/login
login_executable(default): /usr/libexec/dovecot/imap-login
login_executable(imap): /usr/libexec...