Displaying 20 results from an estimated 300 matches similar to: "Samba 3.10 and higher"
2005 Apr 12
0
AW: Samba 3.10 and higher
Hello again,
the same can be done with textpad and adjustments in preferences/file
also changes owner when a file is changed and saved.
greetings jens Kramer
-----Urspr?ngliche Nachricht-----
Von: Willem Jaap Zwart [mailto:W.J.Zwart@NescioLudens.nl]
Gesendet: Freitag, 8. April 2005 16:55
An: Kramer Jens ZFF ISAC
Cc: samba@samba.org
Betreff: Re: [Samba] Samba 3.10 and higher
Hi
We noticed
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
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)
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
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.
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
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
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
2005 Mar 01
13
Step-by-step guide for PowerPoint under wine?
Dear All,
is there a step-by-step guide on how to install
PowerPoint 2000 with wine (I'm running PhotoShop 3 and
UltraEdit with it, perfectly !)
System: SuSE Personal 9.1, wine -version is
20040213-41.
I tried to start the install with 'wine
/path/to/CD-ROM/setup.exe', it takes forever and
finally it returns with 'file not found'.
The files are all there, expect that on the
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
2007 Feb 01
16
Help with RadRails...
Hi everyone,
I hope someone can help with some RadRails guidance...
( on WIndows XP )
I''ve been using UltraEdit and it''s Project management is good, but I
feel RadRails should be better with the inbuild Ruby and RoR
features...
I''ve tried working through the tutorials on the web site for example
the CookBook tutorial & it tells me to go the Generators Pane, which
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
2012 Oct 01
3
ffbase, help with %in%
Hello to everyone.
I'm trying to use the %in% to match to vectors in ff format.
a<-as.ff(data[,1]) %in% fire$fecha
> aff (open) logical length=3653 (3653)
[1] [2] [3] [4] [5] [6] [7] [8] [3646]
FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE : FALSE
[3647] [3648] [3649] [3650] [3651] [3652] [3653]
FALSE FALSE FALSE FALSE FALSE FALSE
2006 Apr 08
16
International characters
I am new to Ruby on Rails. I have read a lot, and bought several books,
and now I have started to implement a modified "shopping cart",
following the AWDWR-book, with modifications to suit our application
(subscriptions and memberships).
Having done up to chapter 7 I have had no real problems, except one:
Since our customers are Swedish I need the screen names, texts etc to be
in
2018 May 04
2
Is a password required for the Linux account?
On Fri, 04 May 2018 14:47:02 +0000
Chris Weiss via samba <samba at lists.samba.org> wrote:
> On Fri, May 4, 2018 at 9:07 AM Gilles via samba
> <samba at lists.samba.org> wrote:
>
> > On 04/05/2018 15:46, Chris Weiss wrote:
> > > technically it does not need a passwd, and you don't need to do
> > > password sync. i should work just fine.
> >
2003 Jan 30
1
not enough charcters available in %J or confusing blanks?
Hi,
I try to create PDF files with an modified script from Buchan Milne and
have some problems with the Jobname var %J.
Because it is better for the users to find an file with an similar name
as the original document I'm looking for a way to read out %J, cut some
unnessasary stuff and use the rest as new file name. The problem is:
In %J in some circumstances is not the complete Jobname as
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 Apr 19
5
Swedish characters problem
Hello,
I''m playing around with Rails and I''m having problems with displaying
swedish characters. This is how far I''ve gotten:
I have a controller...
class MiscController < ApplicationController
def swedish_chars
@chars_to_display = ''???''
end
end
...and a template (swedish_chars.rhtml)
<head>
<title>Test with swedish
2006 Apr 17
40
Convince me to buy TextMate!
I got a Powerbook recently and am debating buying TextMate. I installed
the trial and have checked it out, but don''t see what''s so great about
it. AFAICS it''s the Ruby and Rails macros for expansion and other stuff
that might be it. Other than that, TextMate seems like a pretty basic
editor. I currently use PSPad and Editplus, and I could probably
get/make macros