Displaying 20 results from an estimated 300 matches similar to: "AW: Samba 3.10 and higher"
2005 Apr 08
1
Samba 3.10 and higher
Due the software Ultraedit, it is possible to manipulate the ownership of
Files!!!
This may be a big securetyhole.
A test.txt owner jens:group fish Unixrights 760 opened an manipulated whit
ultraedit, saved. ther will be 2 Files
one test.txt which is owned by the modifier( e.g hans:fish), and a
test.txt.bak which is owened by jens.fish.
That's OK.
so if i repeat this sequenz again, i will
2011 Oct 28
1
Difference between xyplot() and plot()
Hi,
I draw two Plots, one with xyplot() and one with plot(). Why is the
line with xyplot() not always in the middle of the dots like plot()?
library(lattice)
x<-c(1,2,3,4,5,6)
y<-x
plot.new()
plot(x ~ y, main = "Sequenz 1 und Sequenz 2", xlab="Sequenz 2",
ylab="Sequenz 1", las=1)
abline(a=0, b=1,col='red',lwd=2)
and
library(lattice)
2011 Oct 26
2
dotPlot with diagonal
Hi,
I want draw a dotPlot. All works fine:
(Seq <- matrix(c(1, 1, 6, 1, 2, 2, 5, 4, 3, 3, 4, 3,
4, 4, 3, 2, 5, 5, 2, 5, 6, 6, 1, 6), ncol = 6))
dotPlot(Seq[1,], Seq[2,], main = "Sequenz 1 und
Sequenz 2", asp = 1)
Is there a way to draw a small diagonal, begin at (0/0) to (6/6)
(perhaps in red??) or must I use gimp? I have many dotPlots, so it is
fine if R can do this.
Thanks Joerg
2008 Aug 06
1
Matching a period in grep...
Hi folks,
Can anyone enlighten me as to why I get the following when I search for
".csv" at the end of a string?
> grep("\.csv$","Blah.csv",value=TRUE)
[1] "Blah.csv"
Warning messages:
1: '\.' is an unrecognized escape in a character string
2: unrecognized escape removed from "[\.]csv$"
R reference for regular expressions says
2008 Jun 23
3
One-to-one matching?
Hi folks,
Can anyone suggest an efficient way to do "matching without
replacement", or "one-to-one matching"? pmatch() doesn't quite provide
what I need...
For example,
lookupTable <- c("a","b","c","d","e","f")
matchSample <- c("a","a","b","d")
##Normal match()
2005 Sep 18
0
Problems with copied samba userprofiles
Hello,
I have an samba/ldap BDC. If I create an user
with his homedirectory on this BDC, the winxp
clients find the path to the userprofile on this
BDC, suse clients can also login with userprofile.
If I create an user on the PDC and copy the home directory
of this user to the BDC, the clients can login at BDC,
but the userprofiles are not loaded. I thought there are
faults of unixrights,
2006 Sep 22
2
proj4R library will not install
I'm hoping someone can help me. I have downloaded the proj4R.zip and under my version of R (2.3.1) I install the package from local zip file. This worked great. I then type library(proj4R) to load the library and I get the error: Error in library(proj4R) : 'proj4R' is not a valid package -- installed < 2.0.0? I have read through the install documentation and have downloaded and
2003 Aug 28
1
RE: Shorewall 1.46b; new configs--command not found? << struck wi th stupidity
I had a 2-day lapse in brain function apparently. Discovered that even
though UltraEdit-32 says its editing/saving in UNIX mode, it is not 100%
true.
Ran my new configs through dos2unix and bam...no more error message.
Please excuse my previous post (I always seem to do that...) and sorry about
the junk.
Levi Masterson
2004 Jun 16
1
Problem with symlinks
I'm using samba 3.0.4 compiled from sources on a linux box (RH 7.3).
My smb.conf contains in a share section the setting:
follow symlinks = yes
In that share I created a symlink to a local file.
When I open the symlink from Windows box (the symlink appear as a
regular file) I access correctly the target file, but when I edit&save
the file, sometime the symlink is deleted and a regular
2011 Jan 31
2
R, Cygwin, & Vi
Hi all,
I've been a happy user of R under cygwin for a number of years now. I
prefer the bash interface and readline history, and I find Vi to be the
most efficient editor.
Recently, the edit command has started giving me errors:
> edit(file='foo.R')
Error in edit(name, file, title, editor) : unable to run editor 'vi'
Vi works from bash shell and is in the path.
2004 Jul 02
1
Urgent help to Samba 2.0.7 with Microsoft Windows XP and 98
Dear Sir :
Nice to meet you.
We are using the Samba v2.0.7 ported from uClinux to build the Samba =
server for Network Storage.
Currently, we met several strange problems as below :
1) Under Windows XP :
The Windows backup function cannot work.
But the BackUp function works well under Windows 2000.
2) Under Windows 98/98SE, we cannot copy a file
2006 Sep 15
1
SYSLINUX 3.30 pre 8
Hi all
i have problems with MENU COLOR....
Default file :
#DEFAULT vesamenu.c32
DEFAULT menu.c32
# OPTIONS
ALLOWOPTIONS 0
PROMPT 0
# COLORS
MENU COLOR SCREEN 36;42 #80ffffff #00000000
MENU COLOR BORDER 30;41
MENU COLOR TITLE 1;35;41
MENU COLOR UNSEL 7;32;41
MENU COLOR HOTKEY 1;33;41
MENU COLOR sel 7;37;40
MENU COLOR Hotsel 7;37;40
MENU COLOR SCROLLBAR 32;41
MENU COLOR tabmsg 31;40
MENU COLOR
2003 Feb 06
0
samba slow at overwriting of files
dear samba list members,
I recently installed RedHat 8.0 with samba 2.2.7 (already updated, was 2.2.5
before I think, but with the same problem). now I have the problem, that
overwriting of files on shares of that samba machine sometimes is extremely
slow. writing new files is fast as ever. but what seems interesting to me is,
that it depends on how I'm overwriting files.
for example I'm
2003 Jul 30
0
Could this be a rights issue?
I'm pretty new to Samba, so I appologise if this is a really dumb
question, but I can't find a way through it.
I have created a samba share on my Linux box for the users home
directory, and can map a drive to the share from W2K clients and
see/open all the files, the problems arise when I try and edit or create
files, from the W2k client.
If I attempt to create a file through windows
2008 Oct 23
0
R CMD Rd2dvi (PR#13200)
Hello,
I can build packages with R-2.8.0 but I cannot run the code:
R CMD Rd2dvi --pdf --no-clean <pkg_name>
=20
Error message:
.: Can't open C:/Apps/R/R280/share/sh/dcf.sh: No such file or directory
The system cannot find the path specified.
=20
The above code works fine in R-2.7.2.
=20
Comparing the bash script Rd2dvi.sh between R-2.7.2 and R-2.8.0 makes me
think that the script is
2004 Apr 12
0
Problem with Samba 2.2.8a-107 on SuSE 9.0 and 8.3 filenames
Hi...
I noticed a bug with samba 2.2.8a on my SuSE 9.0 box. I use the
UltraEdit text editor to edit my php files in a samba share. By default
this text editor places .bak files next to the changed file.
What I now noticed was this problem:
I edit a file 1234567.php and it generates a file 1234567.php.bak. I can
open and edit the 1234567.php normally.
I edit a file 123456789.php with the same
2004 Feb 06
2
Samba limitation/configuration questions
I hope you can help us. We've created a few Samba shares (v2.x) on an HP-UX
11 server and are mounting the shares from a Windows 2003 server. Generally
it's OK, but we're having a issues and would like to know if they are known
problems, limitations, or errors on our part with the configuration.
1. Files that end in "." (a dot) are producing short-name displays on
Windows
2006 Mar 03
9
Preferred editor(s) dialplan coding?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hey all,
First of all, hello again! Been a while since I've posted to the
list, but I've been here lurking and watching ;-)
Anyway, I wanted to pose a general question to the list to see
if it turns up new suggestions for everyone/me.
What is your preferred editor when coding in the dialplan? This
is mainly aimed at those of you who write
1999 Feb 12
1
Problem with Samba caching file contents
Hello everybody,
We are using Samba 2.02 on Sun Solaris 2.51 and 2.6 platforms.
Using these as a file server we occasionally have the following
problem:
- the file is changed on the file server using standard UNIX tools
while somebody else is editing it
- the other user re-loads the file using a Windows 95 client
- the content of the file seems to be the same as before the change
on the windows
2007 Jun 13
2
Formatted Data File Question for Clustering -Quickie Project
I am trying to learn how to format Ascii data files for scan or read
into R.
Precisely for a quickie project, I found some code (at end of this
email) to do exactly what I need:
To cluster and graph a dendrogram from package (stats).
I am stuck on how to format a text file to run the script.
I looked at the dataset USArrests (which would be replaced by my data
and labels) using UltraEdit. That