similar to: Shortened sharenames

Displaying 20 results from an estimated 6000 matches similar to: "Shortened sharenames"

2004 Aug 19
1
printernames vs. sharenames
Hello, when I assign a printer driver to a printer from a windows client, the printername now changes to the drivername. Yes, I can see the SPOOLSS_SETPRINTER call with the printername property, but that's definitly not what I want (or would expect). E.g. when I change the drivers of 3 printers to HP Laserjet, I get 3 printers with the names "HP Laserjet [(Copy 1|2)]". These
2005 Mar 05
2
maptools, filename writing shapefiles
Hi, I meet a strange trouble writing shapefiles with write.pointShape() from maptools. > write.pointShape(mylines[,5:9], file="Sxtplinshp", mycoordspt) Error in write.pointShape(mylines[, 5:9], file = "Sxtplinshp", mycoordspt) : shapefile names must conform to the 8.3 format It seems that the function request a special shapefile name spelling (conformed to 8.3
2003 Jan 23
1
12 Charakter Sharename
I'm using Samba 2.2.1a in a NT Network as a Domain Member. Everything works fine. But the size of Share Names from Samba is limited to 12 Charakters. Why can?t use longer Sharenames ??? Thanks for Answers
2004 Aug 27
2
Samba, the GPL and SCO
For those of you following the IBM vs SCO legal case, you have probably noticed that SCO has said that the GPL is invalid. IBM appears to make the reasonable case that you can't say something is void, and then rely on it. INAL, but why is SCO allowed to distribute Samba without agreeing to the GPL? That's like buying a car, then claiming the sale agreement is bogus but you still want
2011 Dec 29
1
How would I rewrite my code so that I can implement the use of multicore on an Rstudio server to run regsubsets using the "exhaustive" method? The data has 1200 variables and 9000 obs so the code has been shortened here:
How would I rewrite my code so that I can implement the use of multicore on an Rstudio server to run regsubsets using the "exhaustive" method? The data has 1200 variables and 9000 obs so the code has been shortened here: model<-regsubsets(price~x + y + z + a + b + ...., data=sample, nvmax=500, method=c("exhaustive")) Our server is a quad core 7.5 gb ram, is that
2003 Jun 18
0
Shortened service name results in inaccessible files
Hello, we are running samba 2.2.8a on debian 3.0 using kernel 2.5.71 (ok beat me for that, but the motherboard sucks!) for 100 Win2k clients. Two clients have been identified which repeatedly fail to open a certain tif file. I got the following error message: [2003/06/18 16:23:33, 0] smbd/service.c:make_connection(252) mmag-wrk-055 (10.100.1.133) couldn't find service teamfolde The
2011 Jan 13
3
Rotated, Right-Justified Labels for Shortened Tick Marks
Hello R-help, I'm trying to make a fairly simple plot axis that goes something like this: plot(-10:10,-10:10, yaxt='n') axis(side=2, las=1, hadj=1, tck=-.01, cex.axis=.6) ...but as you can see, the labels are not close enough to the y-axis (where I want them... to save space for publication). Can anybody help me figure out how to move these labels over the the right a bit?
2003 Oct 26
5
Extensions Problem
Hello again, Here's the next big issue, I thought I'd let you munch on. We are utilizing Cisco 7960's and the following entries in our extensions.conf file: Exten => 1637,1,Dial(SIP/100) Exten => _NXXXXXXXXX,1,Dial(SIP/${EXTEN}@sipdemo) Exten => _NXXXXXXXXX,2,Congestion Exten => _1NXXXXXXXXX,1,Dial(SIP/${EXTEN}@sipdemo) Exten => _1NXXXXXXXXX,2,Congestion These
2005 Feb 08
2
Tagging Flac-files in GNU/Linux and Windows
I posted this in the Hydrogenaudio Forums (http://www.hydrogenaudio.org/forums/index.php?showtopic=31347) but I'll post it here as well, hope that's ok... ---------------------------------------------------------------------- Hello, I am having a lot of problems with tagging FLAC-files. I edited the tags in XMMS (in Linux) using the FLAC plugin, version 1.1.o. Playback worked fine with
2006 Jan 05
7
Multilanguage problem, need help
hey, i use http://mir.aculo.us/articles/2005/10/03/ruby-on-rails-i18n-revisited then i have nl_BE.rb, de_DE.rb, en_US.rb as translation files. this works all fine when i have normal characters, but i have one problem when i have wierd characters like ? ? ? (mostly in french), then i get japanese charachters on my site i use utf8 for my database and i set this for each def in my controllers,
2003 Jul 13
1
--include-from with no source directory
Dear Friends, I've seen this come up on the list in the past, most particularly here. http://groups.google.com/groups?q=rsync+include-from+cat&hl=en&lr=&ie=UT F-8&oe=UTF-8&selm=b2h7t8%2422nt%241%40FreeBSD.csie.NCTU.edu.tw&rnum=2 I find myself in a very similar position. Ideally I'd have a single file, as follows: + /www - /www/bigstuff + /home - /home/tempuser
2011 Feb 10
3
help - "the condition has length > 1 and only the first element will be used"
Hello there, I don't know if I'm addressing my question to the right e-mail address, I hope I do. Actually I have a little problem concerning writing a code in R. I try to briefly sum up my problem. As you can see below, I created the functions "Equation1" and "Equation2" with some conditions. Equation1 <-function(x){ if
2010 Sep 21
1
Panic: file mailbox-list-fs.c
Hi, I have dovecot 2.0.3. Mailboxes have been converted with dsync from mbox to maildir last week. There it was still version 2.0.2. A user "produces" now this error: imap(userx): Panic: file mailbox-list-fs.c: line 150 (fs_list_get_path): assertion failed: (mailbox_list_is_valid_pattern(_list, name)) Error: Raw backtrace: follows. And all other imap processes are closing down.
2011 Dec 15
1
Am I misunderstanding loop variable assignment or how to use print()?
Given this interactive session: > an<-ls(pat="anova.ag.m2529") > an [1] "anova.ag.m2529.az" "anova.ag.m2529.can" "anova.ag.m2529.fl" > print(anova.ag.m2529.az) Analysis of Variance Table Response: year Df Sum Sq Mean Sq F value Pr(>F) time 1 14.823 14.8235 10.598 0.004392 ** Residuals 18 25.177
2011 Mar 01
2
bootstrap resampling question
Hello there, I have a problem concerning bootstrapping in R - especially focusing on the resampling part of it. I try to sum it up in a simplified way so that I would not confuse anybody. I have a small database consisting of 20 observations (basically numbers from 1 to 20, I mean: 1, 2, 3, 4, 5, ... 18, 19, 20). I would like to resample this database many times for the bootstrap process with
2012 Mar 07
1
Demographic Variables in AIDS (Demand System)
Hi all, I am using aidsEst( ) in "micEconAids" package to estimate Demand system. But I would like to add more demographic variables in demand system. How can I add those information? for example: mydata<-data.frame(p1,p2,p3,p4, s1,s2,s3,s4, totalexp,
2011 Mar 17
2
changing the dimensions of a matrix in a real specific way
Hi again, I'd like to ask you a question again. I have a matrix like this: a <-matrix(c(1,2,3,4,5,6,7,8,9,10,11,12)) a [,1] [1,] 1 [2,] 2 [3,] 3 [4,] 4 [5,] 5 [6,] 6 [7,] 7 [8,] 8 [9,] 9 [10,] 10 [11,] 11 [12,] 12 Is there a proper way to change the dimensions of this matrix so that I'll get this as a result: [,1] [,2] [,3] [1,]
2011 Mar 08
1
creating additional column
Hello everybody, I have a little problem in good old R. It is basically the following. I have this small database with 3 rows and the following columns: d1, d2, d3 and Highest d value - which selects the highest value from d1, d2, d3 in each row. d1 d2 d3 Highest d value 1 51.398426 39.111721 11.6086220 51.398426 2 4.057801
2011 Mar 21
1
recalling different data frames (the way you do in Excel VB)
Hello everyone, I'd like to ask you a question again, basically focusing on referring to different objects. Let's suppose we create the following databases this way: id <-c(1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3) a <-c(3,1,3,3,1,3,3,3,3,1,3,2,1,2,1,3,3,2,1,1,1,3,1,3,3,3,2,1,1,3) b <-c(3,2,1,1,1,1,1,1,1,1,1,2,1,3,2,1,1,1,2,1,3,1,2,2,1,3,3,2,3,2) c
2004 Dec 02
1
treatment contrasts and summary.lm
Dear list members, I have a 2-factor ANOVA where the summary.lm output looks like this (using treatment contrasts): Value Std. Error t value Pr(>|t|) (Intercept) 0.0389 0.0220 1.7695 0.0817 as.factor(Block)1 0.0156 0.0066 2.3597 0.0215 as.factor(Block)2 -0.0018 0.0037 -0.4857 0.6289 as.factor(Block)3 -0.0007 0.0026 -0.2812 0.7795