Displaying 20 results from an estimated 200 matches similar to: "Cannot enable "Enable advanced printing features""
2010 Aug 09
2
windows 7 64 bit xerox print drivers
Samba 3.4.7
Ubuntu 10.04
Has anyone out there got Xerox 64 bit drivers working in a point and print
samba set up? And if so, which Xerox drivers? And which method of driver
installation?
I'm at a complete loss. We currently have an environment with 500 + desktops
and a couple dozen Xerox workgroup docucolor MFPs that are running fine now
with XP clients and a Samba print server. We're
2004 Sep 17
1
Archive attribute problem
Hello,
I 've just spent some trouble in tryng to fix archive attribute.
At thi time a samba user different from the owner of a file can't set or
unset the archive attribute from a Windows Client.
Anyone know how to fix it?
Please help me, It's a long time that the backup is unavailable and a
hardware failure of the HD is coming....I'm sure...
Bye,
Carlo Piga
2007 Sep 03
4
sin(pi)?
Dear all,
I found something strange when calculating sin of pi value
sin(pi)
[1] 1.224606e-16
pi
[1] 3.141593
sin(3.141593)
[1] -3.464102e-07
Any help and comment should be appreciated.
Regards
Nguyen
____________________________
Nguyen Dinh Nguyen
Garvan Institute of Medical Research
Sydney, Australia
2001 Oct 31
3
problem with help.start() in R (PR#1156)
Hi,
The function help.start() assume that the brower is netscape
which is no longer the dominant brower in used. I am using now opera
and other use mozilla or Microsoft IE. I can always type
help.start(browser="opera"), but it is not convenience: I would like
to be able to set the default brwsernone for all. But the real bug is
that even after launching
2012 Feb 06
1
ENVELOPE mishandling of Subject lines with quote(s)?
Hi,
I am running dovecot version 1.2.9 on a Ubuntu 10.04 server. To obtain
the message's header info from this dovecot imap server, I run the
following imap command on a client side's imap session:
. fetch 88:90 (envelope)
which returns (in this case)
-------------------------------------------------------------
* 88 FETCH (ENVELOPE ("Tue, 28 Oct 2008 15:45:35 -0500"
2007 Mar 20
5
abline within data range
Dear R helpers,
I would like to have abline, for a lm model for
example, lying within data range. Do you know how to
get it?
Thank in advance
Nguyen D Nguyen
#CODE
x<- rnorm(200, 35,5)
y<- rnorm(200, 0.87,0.12)
plot(y~x, xlim=c(0,50), pch=17, bty="l")
abline(lm(y~x))
# I would like abline is between min(x) and max(x)
[[alternative HTML version deleted]]
2018 Aug 21
2
Function optimization pass
Hi Philip,
Thanks for the response. Under llvm-5.0.2 and llvm-6.0.1 in Debug mode, the
crash hit at the same assertion:
/usr/local/include/llvm/IR/PassManager.h:689: typename PassT::Result&
llvm::AnalysisManager<IRUnitT, ExtraArgTs>::getResult(IRUnitT&, ExtraArgTs
...) [with PassT =
llvm::InnerAnalysisManagerProxy<llvm::AnalysisManager<llvm::Loop,
2005 Feb 16
11
Load Balancer setting for Public Servers
Hello,
I have finished setting up the load balancer with IPROUTE ... also patch the
kernel to support DGD and now it''s working fine with the valuable guide at
LARTC website, Julian Anastasov, and the kind people in this mailing list.
Now I would like to launch a web server and a ftp server to the public but
I''m stuck into a problem and really need your help.
Currently internal
2007 Mar 13
3
Highlight overlapping area between two curves
Dear R helpers,
I have a graph as following; I would like to highlight the overlapping area
between the two curves. Do you know how to do this?
Thank you in advance for your help.
Nguyen
###START
x1 <- rnorm(10000, 0.70,0.12)
x2 <- rnorm(10000, 0.90,0.12)
d1 <- density(x1)
d2 <- density(x2)
plot(range(d1$x,d2$x), range(d1$y, d2$y), type = "n",
xlab = "X
2003 Apr 01
1
SQL and system
Hi All,
I’m using system commands in R to send requests to my database.
CMD=paste(“isql.tcl \’ select xxxx from yyyyy where zzzzz = 501 \’”)
Data=system(CMD,intern=T)
This works perfectly fine, but if I want to be able to add dates
constraints:
In command line it would be
isql.tcl “ select xxxx from yyyyy where zzzzz = 501 and date>’20021020’
”
Does somebody has an idea how to
2007 Apr 02
3
Create a new var reflecting the order of subjects in existing var
Dear R helpers
I have a data set sth like this:
set.seed(123);dat <- data.frame(ID= c(rep(1,2),rep(2,3), rep(3,3), rep(4,4),
rep(5,5)),
var1 =rnorm(17, 35,2),
var2=runif(17,0,1))
dat
ID var1 var2
1 1 33.87905 0.02461368
2 1 34.53965 0.47779597
3 2 38.11742 0.75845954
4 2 35.14102 0.21640794
5 2 35.25858 0.31818101
6 3 38.43013
2007 Jul 05
1
Incidence estimated from Kaplan-Meier
Dear all,
I have a stat question that may not be related to R, but I would like to
have your advice.
I have just read a medical paper in which the authors report the 1-p (where
p is the cumulative survival probability from the Kaplan Meier curve) as
incidence of disease.
Specifically, the study followed ~12000 women on drug A and ~20000 women on
drug B for 12 months. During that period
2010 Apr 28
1
How to create R package
Hi,
Can you tell me how to create R package in Windows, and give me an
example that works ? Thanks.
[[alternative HTML version deleted]]
2004 Jan 06
3
SSL and STARTTLS
I wanted to enable SSL on some alternate ports so that a limited number
of people could try SSL access. But doing so enabled STARTTLS in
IMAP, so that all IMAP users got surprised (at least those whose
clients attempted to use it automatically).
e.g.:
# IP or host address where to listen in for SSL connections. Defaults
# to above non-SSL equilevants if not specified.
imaps_listen =
2009 Feb 09
2
cwhmisc package requests update all the time!
Dear Christian,
Every single time check update package, ?cwhmisc? always requests updating.
I?m aware that the package was latest updated in CRAN on 20Nov2008.
Is there anything wrong with my R library or somethingelse?
I use R 2.8.1 on Window XP service pack 2
Regards
Nguyen
Garvan Institute of Medical Research
Sydney, Australia
2008 Sep 01
2
Error with Rcmdr package
Dear all,
A friend of mine, who just installed Rcmdr package. When calling the
package, the error as following comes up. And actually, I've checked in CRAN
packages, the tcltk package doesn't exist anymore, but tcltk2.
Any help is appreciated
Regards
Nguyen D Nguyen
Garvan Institute of Medical Research
Sydney, Australia
library(Rcmdr)
Loading required package: tcltk
Loading Tcl/Tk
2016 Jun 14
5
Besoin d’aide pour upssched
Bonjour
je n?arrive pas ? configurer convenablement NUT pour qu?il m?adresse
des SMS en cas de coupure de courant.
C?est important pour moi car dans ma maison les coupures sont tr?s fr?quentes.
Voici ma configuration :
******************************************************************
1/ dans /etc/nut/upsmon.conf
MONITOR eaton at localhost 1 admin motdepasse master
MINSUPPLIES 1
SHUTDOWNCMD
2009 Mar 29
3
cmprsk- another survival-depedent package causes R crash
Dear Prof Gray and everyone,
As our package developers discussed about incompatibility between Design and survival packages, I faced another problem with cmprsk- a survival dependent packacge.
The problem is exactly similar to what happened to the Design package that when I just started running cuminc function, R was suddenly closed.
These incidents suggest that maybe many other survival
2004 Nov 11
3
make error
Can anyone help with this? I get the following error when running "make".
"configure" worked fine. I am installing the latest dovecot on a Solaris
OS10 machine
make: Fatal error: Command failed for target `all-recursive'
**** Error code 1
Also could someone tell me if it is possible to search all the archives
through the complete message bodies or are we limited to
2004 Sep 21
3
Samba server authenticating to NetWare server?
Hello,
I've been Googling and O'Reillying around this problem for the last
week without success, so I'm either stupid or it's not possible. My
money's still on stupid.
Can someone confirm that I can't do what I want to do:
- Have a SuSE 9.1 Linux box running Samba 3.0 exporting shares by SMB.
- Have users log into Windows boxes running a NetWare client,