similar to: Vedr.: Re: Migration from WindowsNT to Samba

Displaying 20 results from an estimated 700 matches similar to: "Vedr.: Re: Migration from WindowsNT to Samba"

2003 Aug 21
1
FW: Viruses and the list
-----Original Message----- From: Michael Heironimus [mailto:mkh01@earthlink.net] Sent: Wednesday, August 20, 2003 8:36 PM To: 'samba@samba.org' Subject: Re: [Samba] Viruses and the list On Wed, Aug 20, 2003 at 05:59:07PM -0700, Philip Edelbrock wrote: > I was forced to put a filter (spambayes) on my list (Lm_sensors) to > keep > out most of the garbage. It's really helped
2003 Mar 06
2
Migration from WindowsNT to Samba
Hi I am about to migrate our corporate network from NT to Samba and Linux. But I have stumbled upon a problem : How do I transfer the files from NT to Samba and preserve the ownership? The users will be using the same usernames as before. Are there a script or program, that can transfer these rights? Or is it the hard way? 20Gb of data, nearly 100000 files. Regards Jacob
1997 Oct 27
0
R-beta: R for WindowsNT
Hello, I downloaded R and it works fine on WindowsNT. I am an Splus user. I don't know how to attach a directory in R. I also don't know how to edit a function. Pantelis Andreou, Community Health and Epidemiology Dalhousie University Halifax, Nova Scotia =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= r-help mailing list -- Read
2000 Mar 14
0
WindowsNT Explorer Copy Removes x Attribute from Unix Source File s
We ran across a strange problem that I'm hoping someone may have already solved. When we use Windows Explorer to copy a file from a Unix directory to a Windows directory or another Unix directory, some of the source files have their user execute bits removed. I haven't been able to see a pattern as to which source files are changed, and it doesn't always seem to be consistent. It
2004 Feb 12
4
R-help
Hi, I have a problem. I would like to put my SAS-code into R. Could I do that, if yes, how? Best regards Jim Gustafsson _______________________________________________________________________________ Codan Insurance, Gammel Kongevej 60, DK-1790 Copenhagen V telephone: +45 33 55 55 55, fax: +45 33 55 21 22 e-mail: jgu@codan.dk http://www.codan.dk [[alternative HTML version deleted]]
2002 Aug 14
1
How to mount WindowsNT disks onto Solaris workstation
I am writing this email from Wildlife Institute of India, an autonomous institution of Ministry of Environment & Forests, Government of India. Our institute is involved in the research, management and training for the conservation of wildlife in India. We have a GIS and Remote Sensing laboratory having four Sun workstations on Solaris 7 and two Pentium 4 workstations on Windows NT 4.0 are
2006 Apr 10
0
Handling of NA ´s in the matrix multiplication function
Hi! Is there a way of handling NA?s in the matrix multiplication function '%*%'? I cant find anything concerning this in the help files. I?m thinking of some sort of setting such as na.rm=T. Thanks before hand to anyone how can help me! Fredrik Thuring, Junior Business Researcher __________________________________ Codan Forsikring, Gammel Kongevej 60, DK-1790 Copenhagen V tel: +45 33 55
2006 Oct 13
1
NA-handling in glm.fit?
Dear Sir or Madam, I'm wondering if there is any routine or argument in the function 'glm.fit' that makes it handle NA's. The function 'glm' can handle NA's but I can't make make it work (or find anything written on this in the help files) with 'glm.fit'. Is it even possible in'glm.fit'? How? Thanks before hand, Fredrik Thuring, Business Researcher
2003 Dec 01
0
No subject
sending a delete request does actually delete the file and does not move it into the recycle bin. This is also an async process. There is no blocking to wait for the operation to complete or return. It is simply an event. Using this method, under windows, to scan for a virus will not work. Since this mechanism is event driver, you can not block the FSD request to wait for the scan to complete. It
2002 Oct 13
1
rpcclient error -- CUPS 1.1.16 provides PostScript driver for WindowsNT/2K/XP
On Samba-digest, Richard M. Shepard wrote > Message: 1 > Date: Sat, 12 Oct 2002 11:14:42 -0600 (MDT) > From: Robert M Shepard <bob@rmshep.mt.net> > To: samba@lists.samba.org > Subject: [Samba] rpcclient error > > > I am setting up a linux box (redhat 7.3) to server as a printer server on > a windows NT network. This is the second server I have set up. The
2016 Oct 27
2
Samba and BTRFS server-side copy
On Thu, 27 Oct 2016 14:50:48 -0700, Jeremy Allison <jra at samba.org> wrote : > On Thu, Oct 27, 2016 at 11:27:29PM +0200, Saint Germain via samba > wrote: > > Hello, > > > > I would like to test Samba server-side copy with BTRFS: > > https://wiki.samba.org/index.php/Server-Side_Copy#Btrfs_Enhanced_Server-Side_Copy_Offload > > > > However it is not
2005 Aug 12
1
Concerning reading of SAS-files
Hi! I'm trying to start a credibility estimation study with a coule of data sets that are created for SAS. The data sets are saved as ".sas7bndx" and ".sas7bdat". I've tried reading them to R with the function 'read.xport' but this returns the error message 'Error in lookup.xport(file) : unable to open file'. Are there any other functions that one
2016 Oct 27
2
Samba and BTRFS server-side copy
On Thu, 27 Oct 2016 15:39:27 -0700, Jeremy Allison <jra at samba.org> wrote : > On Fri, Oct 28, 2016 at 12:08:50AM +0200, Saint Germain via samba > wrote: > > On Thu, 27 Oct 2016 14:50:48 -0700, Jeremy Allison <jra at samba.org> > > wrote : > > > > > > Server-side copy can be requested using smbclient, using > > > the "scopy"
2016 Oct 27
2
Samba and BTRFS server-side copy
On Thu, 27 Oct 2016 16:27:05 -0700, Jeremy Allison <jra at samba.org> wrote : > On Fri, Oct 28, 2016 at 01:00:24AM +0200, Saint Germain via samba > wrote: > > > > On Thu, 27 Oct 2016 15:39:27 -0700, Jeremy Allison <jra at samba.org> > > wrote : > > > > > On Fri, Oct 28, 2016 at 12:08:50AM +0200, Saint Germain via samba > > > wrote:
2005 Aug 19
3
Handling of tables in R
Hi! I have a few questions concerning reading of tables from R to other programs. My main question is if it’s even possible to read a table created in R (with the functions data.frame and save) to Excel (or maybe SAS) and if so how does one do this? If I just mark the table in R and copy-paste to Excel the whole table ends up in one single cell, (of course). My goal is to
2005 Jun 24
3
Counterpart for Matlab's 'feval'?
Hi! I've just begun writing a program that searches for the minimum of a function with golden section search. In order to do this in a nice way I need a function that takes a function name and an argument and returns the function value for that argument, i .e just like Matlab's 'feval'. Is there any? Thanks before hand! Best regards, Fredrik Thuring, Codan Insurance A/S
2004 Jul 13
1
Winnt Scopy
Hallo Gurus! Sorry my English. I've got some strange problems with Samba-3.0.4. Wenn I try to copy Files from NT (with Scopy.exe) to one Mointmount on Samba, that provide error "Invalid Destination X:\" I tested with fstype = ntfs or so but no way :( I see with Explorer the Mount Drive. Thanks for one Tip. Greetings Ruben Moretti
2016 Oct 27
0
Samba and BTRFS server-side copy
On Thu, Oct 27, 2016 at 11:27:29PM +0200, Saint Germain via samba wrote: > Hello, > > I would like to test Samba server-side copy with BTRFS: > https://wiki.samba.org/index.php/Server-Side_Copy#Btrfs_Enhanced_Server-Side_Copy_Offload > > However it is not clear which server/client configuration I should use. > > As far as I understand on the server-side, I should have at
2016 Oct 27
0
Samba and BTRFS server-side copy
On Fri, Oct 28, 2016 at 01:00:24AM +0200, Saint Germain via samba wrote: > > On Thu, 27 Oct 2016 15:39:27 -0700, Jeremy Allison <jra at samba.org> > wrote : > > > On Fri, Oct 28, 2016 at 12:08:50AM +0200, Saint Germain via samba > > wrote: > > > On Thu, 27 Oct 2016 14:50:48 -0700, Jeremy Allison <jra at samba.org> > > > wrote : > > >
2002 Nov 20
2
Limiting User Space on Samba Share
Hi, Can someone tell me if Samba can limit users to certain amounts of space on specified shares? If so, where would I go to find out how to implement it? I have the following setup: RHL 7.2, Samba 2.2.3a using a Windows 2000 PDC with Winbind. I want to be able to set a limit for each user on certain folders/shares on the Linux box that they are accessing from Windows systems. Thanks, Kevin