Displaying 20 results from an estimated 4000 matches similar to: "Open Files"
2001 Dec 03
0
FW: Couple Questions about Winbindd
Sent this to the NTDOM list (since I thought it was more on that topic), but
I didn't really get any answers, so I would like to see if anyone on here
would know. Please CC me on any replies since I have unsubscribed from this
list recently.
Brent
-----Original Message-----
From: BRENTNORRIS@afninet.com [mailto:BRENTNORRIS@afninet.com]
Sent: Wednesday, November 28, 2001 8:02 AM
To:
1998 Sep 25
2
Can someone explain how samba handles permissions?
Can someone explain the following behavior. I don't understand
windows permissions very well, so I'm not sure if the following is a
problem or considered normal.
I have a directory called sigmaproj on my samba server; ls -la gives
the following information:
14 drwxrwxrwx 31 bkelly users 6656 Sep 17 16:12 sigmaproj
in this directory is a file:
2 -rw-r--r-- 1 dvorak users
1998 Jun 19
1
SAMBA 1.9.18p8, username map, server security
I have a problem with new version (1.9.18p8) of SAMBA and username
mapping.
Configuration:
WindowsNT 4.0 Workstation + SP1
WindowsNT domain - NTEP01 is PDC
Digital UNIX 3.2C
Username on NT:
Babor
Username on UNIX:
baborl
In SMB.CONF I have following lines:
[global]
security = server
password server = NTEP01
username map = /usr/local/samba/lib/username.map
username.map:
baborl = babor
2010 Feb 28
1
Problem with gsl package
Hi all,
I am new to R and am writing after having contacted Robin Hankin, who
maintains the R gsl wrapper.
I am trying to use an AFNI (neuroimaging analysis) program that depends
on the R gsl package. When I try to use the script I wrote, I get an
error that led me to suspect the gsl package was a culprit. When I do
library("gsl") within R, I get:
Error in dyn.load(file, DLLpath
2001 Apr 26
2
not able to download WinNT version (PR#922)
I keep clicking on the WindowsNT link and it keeps extending the path
name...
is something wrong?
thanks
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To:
2015 Dec 22
3
restoring roaming profiles
I'm running Version 4.1.17-Debian as a DC on a Debian/Jessie AMD64 system.
After rebuilding a domain with slightly different settings, roaming
profiles stopped working.
https://wiki.samba.org/index.php/Implementing_roaming_profiles contains
a suggestion (see Troubleshooting roaming profiles) that gets them
working again - deleting the user subkey from
2002 Oct 30
2
codepage-conversion for smbclient
Hi list,
I've browsed through the archives, but I didn't find a answer for
this:
I use smbclient to access a windowsNT 4.0 server.
I get only '?' for filenames which contains Umlauts.
F.e., a file called "Verkn?pfung" is displayed as "Verkn?pfung".
I use following mount-string:
mount.smbfs //SERVER/Share /home/xxx -o rw noexec nosuid nodev user
codepage
1999 Oct 18
2
Solving problems with read.fwf(), perl under WinNT (was: Re: Using metric scaling)
Some days ago a problem with perl under WinNT was reported, which lead to
> > t1 <- read.fwf("d:/maj/consulting/MarkStevens/matrix.txt", width=c(4,
22,
> rep(7, 8)))
> Error: "scan" can't open file
I installed perl from the WindowsNt Recource Kit CD (Sept. 98) and
encountered the same problem:
Scan couldn't open the file
- because perl did not produce
2011 Jan 08
1
TUNGETIFF ioctl() failed - virtual machine can't start
Hi,
I want to migrate from vmware to KVM. Therefore I have installed debian
stable (lenny) and create two virtual machines (KVM).
Both (XP as well as Vista) running fine.
After upgrading to debian testing (sqeeze) both XP-guest as well as
Vista-guest didn't start anymore.
Both are failing during preparation, probably because of a network-problem.
I will give XP as an example:
cat
2006 Sep 26
5
Samba setup for CentOS-4.4 workstations
I am trying to get our prototype Linux workstation to allow users to see
shares on our legacy MicroSoft Windows-2000 Domain Server, I can find
guides for setting up Samba as a Primary Domain Controller but I cannot
seem to locate any good and expansive guide for setting up a samba
workstation and just joining the domain. Perhaps this is so trivial a
process no-one thinks that it requires such a
2008 May 19
0
Updated package fmri
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
fmri is a contributed package for R, that implements functions for
analyzing single-subject fmri data with structural adaptive smoothing
methods.
New in version 1.2-6
- --------------------
~ - new function cutroi()
~ - plot.fmridata() is now able to produce anatomical overlay for pvalue
~ data for AFNI, and NIFTI data
~ - read.AFNI() should
2008 May 19
0
Updated package fmri
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
fmri is a contributed package for R, that implements functions for
analyzing single-subject fmri data with structural adaptive smoothing
methods.
New in version 1.2-6
- --------------------
~ - new function cutroi()
~ - plot.fmridata() is now able to produce anatomical overlay for pvalue
~ data for AFNI, and NIFTI data
~ - read.AFNI() should
2001 Nov 01
3
Lost backslashes in parse()
I'm comparing R-1.3.0 on Solaris 2.6 to R-1.3.1 on WindowsNT. The following
5-line script returns TRUE on Unix but FALSE on NT:
fnam <- tempfile()
file.create(fnam)
txt <- paste("file.exists(\"", fnam, "\")", sep="")
expr <- parse(text=txt)
eval(expr)
The issue seems to be that backslashes get lost in the parsing. A workaround
is to change
2005 Feb 08
1
About rpcclient and adddriver command
Hi all!!
We have 2 printers shared via samba with good results. Nowadays, we have
the cups postscript driver in the server for windowsNT/2000/XP and it works
fine, but i want to put the hp postscript driver as we have 2 hp printers.
I put the postscript driver via rpcclient without no problem:
rpcclient -U'admin%pass' -c 'adddriver \
"Windows NT x86" \
2000 Feb 04
1
font size for pairs()
Dear R-Help,
I'm having some trouble with the font size in the pairs() function. It
seems to be impossible to alter the font size for the variable labels that
run down the diagonal. I've tried all the cex.??? parameters to no avail.
I'm using R0.65.0 on windowsNT. If the simple answer is to upgrade to the
latest version of R, then please accept my humble apologies for troubling you.
2003 Mar 13
1
Windows95 client does not get list of domain users
I have a Slackware 8.1 with Samba 2.2.4 configured as PDC on my network.
I have a Windows95 client (OSR2, USB supplement) that can't get the list
of domain users for defining a share, I get the message:"You cannot view
the list of users at this time. Please again later"
Windows98 clients can get the list of users on the domain with no
problem, also WindowsNT workstations get the
2004 Jan 14
1
mounting smbfs from a Solaris 7 box
Has any Sun Solaris samba admin ever attempted to mount to a WindowsNT server? Unfortunately after several attempts and some elaborate syntax I can not get this to work. I do not see that Sun supports smbfs as Linux does. If anyone has any ideas or tricks please drop me a line.
Thanks,
Steve Knoll
Intersil Corporation
PAT Systems Group
* (email) < mailto:sknoll01@intersil.com>
*
2005 Jan 29
1
roaming profiles - filesyncing problem with 3.0.10
Since I upgraded from RedHat 9.0b / Samba 2.2.8 to Samba 3.0.10 I have problems with the roaming profiles of my students. Although the log-files show no errors at all, several users reports me that they are loosing files. One time I saw the problem myself, when a user logged in and had not a single file in her 'Personal Files' after logging out and logging in on the same host the whole
2005 Feb 17
1
My Documents folder and roaming profiles.
>
>I suppose basically my question is: Is there anyway to get Windows to copy
>the profile but exclude the 'My Documents' folder?
Maybe you can find your answer at:
http://www.windowsnetworking.com/kbase/WindowsTips/WindowsNT/RegistryTips/Disable/Disablecachingofroamingprofiles.html
There hou can read:
If you want roaming profiles to not include certain folders, you can
1999 Oct 20
1
File names and e-acute char
Hi.
Samba 1.9.15p8 under IRIX 6.1 (yes I know, it's old stuff ...)
The susers on Windows 9x/WindowsNT just put their strange file name or
directory name (like /usr/people/mesure_?t? ) on the IRIX. However, from
the IRIX side, it's impossible toaccess to such files/directory.
What's more, my ARkeia backup client stalls on such a name and fouled up
my backup database...
NB: Oops: for