Displaying 20 results from an estimated 305 matches for "titan".
Did you mean:
tian
2013 Jun 05
3
Samba4 and NVSv4
...lz. Replication is good. All CentOS systems
use sssd only and no winbind; this is also working (kinit, sudo, ssh, etc
all good). Samba is at 3.6.9 on all systems except for the DC's.
Samba4 works; DNS works; Kerberos works; NFSv4 works with sec=sys.
I joined the clients to the domain ("TITAN.TEST.CORNELL.EDU") with:
# net ads join -U Administrator ...
# net ads testjoin
and created the nfs service principals (on the client and NFSv4 server)
with:
# net ads keytab add nfs -U Administrator
This all works. I can see that the nfs service principals have been added;
on t...
2013 Jun 05
3
Samba4 and NVSv4
...lz. Replication is good. All CentOS systems
use sssd only and no winbind; this is also working (kinit, sudo, ssh, etc
all good). Samba is at 3.6.9 on all systems except for the DC's.
Samba4 works; DNS works; Kerberos works; NFSv4 works with sec=sys.
I joined the clients to the domain ("TITAN.TEST.CORNELL.EDU") with:
# net ads join -U Administrator ...
# net ads testjoin
and created the nfs service principals (on the client and NFSv4 server)
with:
# net ads keytab add nfs -U Administrator
This all works. I can see that the nfs service principals have been added;
on t...
2020 Jan 02
3
titanic
Estimados
quisiera poder salvar a csv y a excell la base de datos titanic
data("titanic", package = "prLogistic")
saludos
José
2009 Feb 08
2
Using panel.grid in barchart
Hi all,
I'm trying to do an example in Deepayan Sarkar's Lattice book. It
involves making a barchart based on the Titanic dataset. I can get
the barchart to plot fine; however, when I try to edit panel.grid, I
get an error:
> titan<-barchart(Class ~ Freq | Age + Sex, data =
as.data.frame(Titanic), groups=Survived, stack=TRUE, layout=c(4,1),
auto.key=list(title="Survived", columns=2), scale...
2014 Sep 25
1
Tinc1.1pre10 on Windows 8.1?
...misconfiguration on my part, or some other issue? I currently have no tinc-up script on my windows 8.1 machine (am not certain I need one at this point, for the desired configuration)- and I figure this issue is unrelated.
Relevant log from my windows machine (adamthinkpad):
Trying to connect to titan (xx.xx.xx.xx port 655)
Connected to titan (xx.xx.xx.xx port 655)
Sending ID to titan (xx.xx.xx.xx port 655): 0 adamthinkpad 17.3
Sending 20 bytes of metadata to titan
Got ID from titan: 0 titan 17.3
Sending ACK to titan: 4 655 71 300000c
Sending 17 bytes of metadata to titan
Error while decrypting:...
2010 Jul 29
2
Exim+Dovecot LDA - How can I catch the crash?
Hello list
I am testing mdbox with Dovecot from http://hg.dovecot.org/dovecot-2.0-sis/.and
my MTA is Exim. It appears to crash, but I am not sure how to capture the
actual crash.
What I get in Exim logs is:
2010-07-28 19:55:13 1Oe9uT-000KmG-Oz ** /var/spool/virtual/
titan.co.ke/wash/Maildir <wash at titan.co.ke> R=virtual_domains
T=dovecot_virtual_delivery: Child process of dovecot_virtual_delivery
transport (running command "/opt/dovecot2/libexec/dovecot/deliver -d
$local_part@$domain -f $sender_address") was terminated by signal 11
(segmentation fa...
2007 Sep 19
4
fontsize in mosaic plot lables
Hi List,
I am trying unsucessfully to modify the fontsize of lables in mosaic:
require(vcd)
mosaic(Titanic, pop=FALSE,
labeling_args=list(rot_labels=c(bottom=90,top=90),
set_varnames = c(Sex = "Gender"),
gp_text=gpar(fontsize=20))) #can't get it to resize text
tab <- ifelse(Titanic < 6, NA, Titanic)
# it works for labeling_cells
labeling_cells(text = tab, margin =...
2010 Jul 07
4
Gray level mosaic plot with shading_Friendly
Suppose we start with
data("Titanic")
mosaic(Titanic, shade = TRUE)
How do I combine the dashed box contours of shading_Friendly to indicate negative residuals, with three levels of gray: dark for abs(Pearson Resid) > 4, lighter for 4 > abs(Pearson Resid) > 2, and lightest for bs(Pearson Resid) < 2 ?
Thanks,
Mich...
2007 May 22
0
xattrs with --link-dest inconsistancy
...30.PR3
Copyright (C) 1996-2007 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 32-bit inums, 32-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
append, no ACLs, xattrs, iconv
Titan:~ alan$ mkdir ~/Desktop/Folder1
Titan:~ alan$ mkdir ~/Desktop/Folder1/Folder1a
Titan:~ alan$ echo 'File1' > /Users/alan/Desktop/Folder1/Folder1a/file1
Titan:~ alan$ xattr -s tree fir /Users/alan/Desktop/Folder1/Folder1a/
Titan:~ alan$ xattr -l /Users/alan/Desktop/Folder*/*
/Users/alan/De...
2004 Jun 22
1
Grouped AND stacked bar charts possible in R?
...l produce grouped stacked
barplots. Barplot will
stack or group, but not both. The ftable function can produce a table
of the exact form they want, but the barplot doesn't show all the
divisions we want.
For an example, here's the sample from the help file for "ftable:"
data(Titanic)
ftable(Titanic, row.vars = 1:3)
ftable(Titanic, row.vars = 1:2, col.vars = "Survived")
ftable(Titanic, row.vars = 2:1, col.vars = "Survived")
Now take it a step further to try to add another dimension:
b <- ftable(Titanic, row.vars=1:3)
Survived No Y...
2006 Sep 14
3
smbd wont start
...res. Using SWAT I found that the smbd was not
starting. I have tried the following:
Trying to start smbd (as root) from the cli with:
smbd start
Seems to execute the command and gave no errors but still swat says that smbd
has not been started.
If I run smbstatus (as root) from the cli I get
Titan:/home/mit# smbstatus
sessionid.tdb not initialised
/var/run/samba/connections.tdb not initialised
This is normal if an SMB client has never connected to your server.
/var/run/samba/locking.tdb not initialised
This is normal if an SMB client has never connected to your server.
Titan:/home/mit#
If I...
2017 Sep 28
1
Boxplot, formula interface, and labels.
Just change the separator:
data(Titanic)
Titanic.df <- as.data.frame(Titanic)
boxplot(Freq~Class*Sex, Titanic.df, cex.axis=.6, sep="\n")
See attached .png.
----------------------------------------
David L Carlson
Department of Anthropology
Texas A&M University
College Station, TX 77843-4352
-----Original Message---...
2012 Nov 14
2
error data frame
Hallo everybody!
I am trying to perform a TiTAN (Baker & King 2010) analysis with R 2.14.1. I
have come that far:
h89Abund <- read.csv("Fish89Abund.csv")
> names (Fish89Abund)
[1] "StationCode" "Abramisbrama"
"Alburnoidesbipunctatus" "Alburnusalburnus"...
2010 Jun 30
3
Logistic regression with multiple imputation
Hi,
I am a long time SPSS user but new to R, so please bear with me if my
questions seem to be too basic for you guys.
I am trying to figure out how to analyze survey data using logistic
regression with multiple imputation.
I have a survey data of about 200,000 cases and I am trying to predict the
odds ratio of a dependent variable using 6 categorical independent variables
(dummy-coded).
2000 Jan 07
3
Group logon Scripts
We're almost at the stage of rolling out our new RH6.1/Samba server -
one last item. We have some 60 users and 7 departments. Can I use/how
do I use a logon script to log groups onto the server. I currently have
1 logon script per user, but a small change in 1 share means updating
every script. Can I log them on by group ID but still map
their personal shares with the %U flag so I then
2010 Mar 22
3
Mosaic Plots
Hello Everyone
I want to plot Moasic Plots, I have tried them using iplots package (using
imosaic). The problem is the names dont get alligned properly, is there a
way to a align the names and provide legend in Mosaic plots using R?
Also I would like to know any other packages using which I can plot Mosaic
Plots
Thank you in advance
Sunita
--
View this message in context:
2014 Mar 20
4
[Bug 76414] New: [NVE4] Flash player triggers freeze with: PFIFO: read fault at ... [UNSUPPORTED_KIND] from PBDMA0/HOST ...
...flash content triggers an Xorg freeze (100%
system CPU on one core). I reproduced the issue 4 times in a row right after
booting.
The specific web page:
http://rue89.nouvelobs.com/rue89-culture/2014/03/20/annees-rap-a-quitte-cite-parler-bieres-baise-suicide-250788
dmesg extract:
mars 20 20:47:02 titan kernel: nouveau E[ PFIFO][0000:01:00.0] PFIFO: read
fault at 0x0000011000 [UNSUPPORTED_KIND] from PBDMA0/HOST on channel
0x007edbc000 [unknown]
mars 20 20:48:03 titan kernel: nouveau E[ DRM] GPU lockup - switching to
software fbcon
mars 20 20:48:19 titan kernel: nouveau E[ X[361]] failed to...
2024 Jan 18
1
Everything working as expected, so shouldn't ERROR be WARNING
I am backing up a user's directories from local machine titan to remote machine
maria. On the remote machine maria file /etc/rsyncd.conf contains
[rprice-home]
...
exclude = *.dvi
I start the backup by using this command on the local machine titan:
rprice at titan ~ rsync -av --dry-run /mnt/home/rprice rsync://rprice at maria/rprice-home
I get th...
2007 Jul 10
1
Lattice: vertical barchart
barchart(Titanic, stack=F) produces a very nice horizontal barchart.
Each panel has four groups of two bars.
barchart(Titanic, stack=F, horizontal=F) doesn't produce the results I
would have expected, as it produces this warning message:
Warning message:
y should be numeric in: bwplot.formula(x = as.formu...
2011 Mar 05
1
Titan quest on web
Hello,
I tried to install titan quest today, install works, i test the game it works,I put my save game and I try to go joining a game on net.
I had an error about C++ ... (it isn't important)
Today 4 hours before I got the same bug on windows seven, solution was running game on administrator mode.
I tried to do a sudo w...