similar to: WinXP can't open print queue listing

Displaying 20 results from an estimated 2000 matches similar to: "WinXP can't open print queue listing"

2007 Aug 07
1
Naming Lists
Hi Im pretty new to R and I have run in to a problem. How do I name all the levels in this list. Lev1 <- c("A1","A2") Lev2 <- c("B1","B2") Lev3 <- c("C1","C2") MyList <- lapply(Lev1,function(x){ lapply(Lev2,function(y){ lapply(Lev3,function(z){ paste(unlist(x),unlist(y),unlist(z)) })})}) I would like to name the different
2007 Aug 07
2
Interaction factor and numeric variable versus separate regressions
Dear list members, I have problems to interpret the coefficients from a lm model involving the interaction of a numeric and factor variable compared to separate lm models for each level of the factor variable. ## data: y1 <- rnorm(20) + 6.8 y2 <- rnorm(20) + (1:20*1.7 + 1) y3 <- rnorm(20) + (1:20*6.7 + 3.7) y <- c(y1,y2,y3) x <- rep(1:20,3) f <- gl(3,20,
2008 May 30
1
nlm and "missing argument
Dear R Gurus, I am having a little difficulty with nlm. I've searched the archives and found nothing that tells me why this is occuring -- though there are some slightly similar issues. A simple example: lev2<-function(aaa,bbb,ccc,ddd,eee){ res<-aaa+bbb+ccc+ddd+eee res } nlm(lev2,p=c(32,4,5),ddd=45,eee=23) Error in f(x, ...) : argument "bbb" is missing, with no default
2008 Jan 02
3
Find missing days
Hi, I have a data.frame like this: y <- rnorm(60) lev <- gl(3,20, labels=paste("lev", 1:3, sep="")) date1 <- as.Date(seq(ISOdate(2007,9,1), ISOdate(2007,11,5), by=60*60*24)) date1 <- date1[-c(3,4,15,34,38,40)] df <- data.frame(lev=lev, date1=date1, y=y) I would like to produce a new data.frame with missing days in df$date1 in each df$lev, like this: lev
2006 Feb 17
1
Transforming results of the summary function
Hi all, I have a question about transforming the data from summary function. Let's say I have a data frame like this: > x = data.frame(a = c(rep("lev1", 5), rep("lev2", 5)), b = c(rnorm(5)+2, rnorm(5))) > x a b 1 lev1 1.5964765 2 lev1 2.2945609 3 lev1 3.5285787 4 lev1 1.4439838 5 lev1 2.2948826 6 lev2 1.7063506 7 lev2 -0.4042742 8 lev2
2017 Apr 11
0
Require help on removing SAMBA
stay on list! Am 11.04.2017 um 12:08 schrieb M, Suganthi: > Thanks for your reply . I am not able to find people who installed it because it was done around > 10 years back but I am requested to remove it from our SOLARIS10 server now . > I am able to see samba in /etc/samba which has private folder and conf file. > Please let me know if you can help with executable commands with
2007 Aug 23
1
How to merge string to DF
#Hi R-users, #I have an example DF like this: y1 <- rnorm(10) + 6.8 y2 <- rnorm(10) + (1:10*1.7 + 1) y3 <- rnorm(10) + (1:10*6.7 + 3.7) y <- c(y1,y2,y3) x <- rep(1:3,10) f <- gl(2,15, labels=paste("lev", 1:2, sep="")) g <- seq(as.Date("2000/1/1"), by="day", length=30) DF <- data.frame(x=x,y=y, f=f, g=g) DF$wdays <- weekdays(DF$g)
2001 Dec 12
0
Tek-Tips Samba Forum
I was really happy to see that someone has created a forum for Samba at the Tek-Tips web site. I use the Tek-Tips site for other subjects, especially Visual Basic and Unix and find it absolutely brilliant for getting smart advice quickly. The Tek-Tips site is very well maintained, and I would like to see the Samba forum become as popular as some of the other subjects. This mailing list is very
2005 Feb 10
0
NT_STATUS_ACCESS_DENIED in root directory, but I can list subdirectory.
Hi, I am a linux user at work in a Windows shop trying to IT wants to move all the developers from a shared file server to a more private file server. The setup is that we have a server by the name of "fileserver". The directory where I am supposed to store my file is in //fileserver/users/tek. I do not have any permission on //fileserver/users, thus when I do a "ls" with
2002 Jul 22
0
RE: A Suggestion
Trevor, you are right; this is a great forum for help, but the interface definitely leaves some things to be desired. In my very humble opinion, I would love it if every message that appeared on this list was also posted to the Samba forum on Tek-Tips; www.tek-tips.com (search for forum called andrew tridgell: samba) which has a beautiful interface. Tek-Tips makes it so easy to follow a
2001 Dec 16
0
Wanted - Samba Gurus to help
Hi, there are a few questions posted on the new Samba forum on Tek-Tips web site http://www.tek-tips.com/threadminder.cfm?SPID=865&CFID=34009252&CFTOKEN=12959894 which I am sure would be easily answered by some of the gurus on this list. You may be asking - "Why don't they just post the questions on this list?" Certainly, they could, but having used the Tek-Tips forum for
2007 Aug 08
1
tapply grand mean
Hi R-users, I have a data.frame like this (modificated from https://stat.ethz.ch/pipermail/r-help/2007-August/138124.html). y1 <- rnorm(20) + 6.8 y2 <- rnorm(20) + (1:20*1.7 + 1) y3 <- rnorm(20) + (1:20*6.7 + 3.7) y <- c(y1,y2,y3) x <- rep(1:5,12) f <- gl(3,20, labels=paste("lev", 1:3, sep="")) d <- data.frame(x=x,y=y, f=f) and this is how I can
2009 Jun 01
2
v1.1.16 released
http://dovecot.org/releases/1.1/dovecot-1.1.16.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.16.tar.gz.sig Fixes a couple of bugs in v1.1.15's changes. Hopefully the last v1.1 release before v1.2.0. - v1.1.15 could have crashed if mailbox-closing command was pipelined after a mailbox-accessing command. - v1.1.15's zlib plugin may have caused crashes when fetching
2009 Jun 01
2
v1.1.16 released
http://dovecot.org/releases/1.1/dovecot-1.1.16.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.16.tar.gz.sig Fixes a couple of bugs in v1.1.15's changes. Hopefully the last v1.1 release before v1.2.0. - v1.1.15 could have crashed if mailbox-closing command was pipelined after a mailbox-accessing command. - v1.1.15's zlib plugin may have caused crashes when fetching
2006 Jun 29
3
methods to synchronize tdb files between hosts
I use winbind+AD for single sign-on to many Linux machines, and the Linux hosts automount home directories on one Linux file server. I am faced with a need to synchronize the *.tdb files on the file server with all the Linux machines for consistent UID-to-loginID mapping. Has this been tried by sharing the /var/lib/samba/ over nfs with the other servers? Are there any pitfalls? Has this been
2009 May 18
1
v1.1.15 released
http://dovecot.org/releases/1.1/dovecot-1.1.15.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.15.tar.gz.sig The command pipelining fix is pretty interesting. Wonder how much it improves performance, especially when deleting lots of messages from a large mailbox. v1.1.15 2009-05-17 Timo Sirainen <tss at iki.fi> + IMAP: When multiple commands are pipelined, try harder to combine
2009 May 18
1
v1.1.15 released
http://dovecot.org/releases/1.1/dovecot-1.1.15.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.15.tar.gz.sig The command pipelining fix is pretty interesting. Wonder how much it improves performance, especially when deleting lots of messages from a large mailbox. v1.1.15 2009-05-17 Timo Sirainen <tss at iki.fi> + IMAP: When multiple commands are pipelined, try harder to combine
2009 May 04
0
Maildir bugs
I just found out that when using deliver or saving mails with IMAP APPEND command there was all kinds of race condition bugs that could cause e.g.: dovecot-uidlist: Duplicate file entry at line 18: 1241457213.M690227P32531.host,W=3359:2,T (uid 170019 -> 170020) And who knows what else. If you've run into those problems, these patches should help:
2015 Oct 21
2
Samba 3.5.4 canonicalize_connect_path failed for service
Hi, I'm now trying to setup a samba server and connected from Win 7 or XP . I want our PC connected to samba using NIS authentication. The Linux OS is red hat 6.0 with samba 3.5.4. So, here is my setting. smb.conf [global] workgroup = TEK server string = Samba Server Version %v security = user passdb backend = tdbsam interfaces = 127.0.0.1,
2007 Oct 31
0
h323 help
We've configured ooh323 on our 1.4.6 asterisk server. We've looked at various sites for tips, most recently http://www.tek-tips.com/viewthread.cfm?qid=1243330&page=3. The module seems to load properly. When we do a tcpdump, we see traffic flowing between the asterisk server and the Avaya communication manager. However, we're not geting phone calls connect. Since we do not manage