similar to: access denied on printing from win2k?

Displaying 20 results from an estimated 400 matches similar to: "access denied on printing from win2k?"

2018 Nov 21
3
Testparm CUPS warning
Hello, today i upgrade my printserver from samba 4.8.6 to 4.9.2 (ubuntu 18.04). First, all is working correctly. But whe im typing "testparm" now the following warnings are shown: ############## Loaded services file OK. Warning: Service printers defines a print command, but parameter is ignored when using CUPS libraries. Warning: Service print$ defines a print command, but
2006 Jun 23
1
Bug in R-intro.html ? (PR#9028)
Full_Name: Ommo H?ppop Version: 2.0.1 OS: XP Submission from: (NULL) (84.143.196.187) Hi, Presumably, I've found an error in http://finzi.psych.upenn.edu/R/doc/manual/R-intro.html In Chapter 11.3 Generic functions for extracting model information it says "Select a suitable model by adding or dropping terms and preserving hierarchies. The model with the LARGEST value of AIC
2002 Oct 25
2
Printing problem..
I'm having a little problem with a HP 8550 Laser Color printer shared under samba. The printer works fine with local prints, I can see the resource printer from Win2k2 explorer. I install the remote printer in a W2k2 workstation, windows ask me for drivers, and then, I installed them. The problem is: when I'm triying to access the printer, windows told me: "Access denied, can
2002 Jun 18
2
Print problem
Hi, I have a FreeBSD 4.1.1-RELEASE and samba-2.2.4 installed in my server, I have a printer configured and working through samba. My problem is, when I reboot my server, my Windows 2000 with service pack 2, can't print anymore, when I sent a printer job, there is no error, but nothing appear on printer, the other shares area ok, and I can get files from this shares. Then I restart the
2001 Feb 12
2
supsmu vs. ppr
I used the supersmoother function in the modreg package as follows: super <- supsmu(ilogemp,award) Then I decided that I might want additional explanatory variables (other than ilogemp) in my model. The ppr function in modreg seemed a logical extension of supsmu from univariate to multidimensional explanatory variables. As a "check" I ran the following: pprest <-
2011 Jan 12
1
Strange problem - print_job_start: job start denied by time check
Hi, Having a very odd problem with a printer that I've had up and running for over a year now with no previous issues. There have been no software or hardware updates recently that should have affected it. The printer is managed via CUPS and its details are loaded from the CUPS printcap. At some point late on the afternoon of the 11th, samba started rejecting print jobs sent to it.
2001 Jun 08
1
:predict.ppr
Hi all, I am doing a projection pursuit regression using the ppr() function from modreg. I would also like to use predict.ppr(). However, I cannot find any information about it in the help files. There is a link to predict.ppr in the index for modreg, but that link is to the help for ppr(). Has predict.ppr() not been implemented? If not, does anyone have a suggestion as to how to implement
2002 Feb 26
1
printing problems and permissions
I've got Samba 2.2.3 running as a PDC for some Win9x and WinNT clients. Everything seems to be fine except that occasionally (but rather often, at least every second day) printing from one of the NT-clients is impossible. In the log file it says (word wrap here in the editor): [2002/02/26 18:04:21, 0] printing/printing.c:print_job_start(952) print_job_start: insufficient permissions to open
2001 Mar 20
3
Newbie question about by() -- update
Sorry about the lack of detail. I am running R v.1.2.2. I can recast my question (which I think I have partially answered) more succinctly as follows: 1. This seems to work (note that group takes values 1,2,3,4, or 5): my.newfun <- function(x) myfile <- lm(award ~ ilogemp + ilogage, x) test.by <- by(wintemp, as.factor(wintemp$group), my.newfun) 2. This does not work (leaving aside
2008 Oct 28
1
Source code for ppr (Projection Pursuit Regression)
Dear R users, I am looking for the source code of the implementation of ppr (Projection Pursuit Regression) in R. It will be great if citations of the source papers on which the implementation is based, are also provided. Thank you, Arvind Iyer, Grad student, Deptt. of Biomedical Engineering Viterbi School of Engineering University of Southern California, Los Angeles [[alternative HTML
2000 Sep 01
1
Help with Projection Pursuit, ppr().
Hi, Recently, I installed the 1.1.0 version of R (for Windows), since it includes an implementation of Projection Pursuit (I failed to write my own version of PP as a standalone C++ program). As far as I know, R offers two interfaces/sintax for the ppr() function. The first one requieres a regression formula and a data frame. The other requieres X, a matrix with the explanatory variables, and Y,
2001 Nov 20
4
Problem printing from NT to printer attached to LInux box
I installed Samba 2.2.2 on my Linux box. The smb.conf file is as shown below. The permission on /var/spool/lpd/lp is set to 755; ie, it is writable only by the owner, which is lp. With the setup as is, when I try to print from the NT machine, the smb log on the Linux box indicates the following error: " print_job_start: insufficient permissions to open spool file /var/spool/lpd/lp". If
2002 Oct 17
1
i can't print directly to my samba printer server...
Hi there Brian! I've seen your email on one of the samba mailing list. This has been my problem for a long time. I just want to share this problem directly to you and i hope you can lend me your help. I'm trying to setup windows printer sharing using SAMBA installed on my Linux box (Redhat 7.3 as printer server) and windows 2000 pro as my client. My win2k clients are connected to a
2006 Jun 28
1
Reporting ppr fits and using them externally.
The pursuit projection packages ppr is an excellent contribution to R. It is great for one-to-three ridge fits, often somewhat intuitive, and for multi-ridge fits, where it at least describes a lot of variance. Like many folk, I need to report the fits obtained from ppr to the greater, outside, non-R world. It is fairly obvious how to use the terms alpha and beta to report on
2001 Jun 06
1
ppr, number of terms, and data ordering
Dear R listers -- I have several questions about using the ppr command in the modreg module. I discovered -- quite by accident -- that if I re-order the data, I obtain different results. The output below shows what I mean. I have two datasets (dataset1 and dataset2) that are identical (tested using proc compare in SAS) except for the fact that the records are in different order. Below I have
2007 Feb 08
1
supsmu(periodic=TRUE) can crash R by reading before start of array (PR#9502)
supsmu(periodic=TRUE) can crash R by reading before start of array. To reproduce: set.seed(1) xx <- runif(29000) yy <- rnorm(29000) span <- 0.49 i <- 1 while(i < 200){ cat(i,"\n") int <- supsmu(xx,yy,periodic=T,span=span) i <-i+1 } results in: 1 2 3 4 5 6 7 8 9 Program received signal SIGSEGV,
2003 May 02
2
Print speed with an HP Laserjet 4
I've also posted this message to the lprng list, but as I'm currently not sure where the problem lies, I'm posting it here too in the hope that someone has a clue..... I have recently installed a printer accounting system on my systems, and changed the print model for some of my users. In most cases, this has been fine, but users who are using HP Laserjet 4 printers are experiencing
2001 Mar 28
4
efficiency and "forcing" questions
Dear R listers -- The program below does the following tasks: 1. It creates a file (wintemp4) that is a subset of alldata4 consisting of "winner" records in 50 industry groups (about 5400 obs); 2. It defines a function (myppr1) that runs the ppr function in modreg once to generate goodness of fit (sum of squared errors) measures by number of terms included in model and then reruns
2001 Oct 26
2
Printer: Access denied, unable to connect
I have a Deskjet 690C connected to my machine running RH7.1 + linux 2.4.13 + samba 2.2.2 installed from RPM. I have setup the printer with RH's printconf-gui as a local printer. In local use it works fine. I have the following in my /etc/samba/smb.conf: --<snip>-- [global] security = share printcap name = /etc/printcap load printers = yes --</snip>-- and
2001 Mar 16
1
Newbie question about by()
Dear R list: I want to make separate estimates for each level of the variable "group." After consulting many sources I am stumped as to why the following does not work: > wintemp <- subset(alltemp, winner==1) > my.ppr <- function(x) + { + if(nrow(x) >= 50) { + pprfile <- ppr(award~ilogemp, data=x,nterms=5,max.terms=10,optlevel=3) + summary(pprfile) +