Displaying 20 results from an estimated 10000 matches similar to: "NT 4.0 SP4 -> SP5: Permission denied?"
1999 Sep 27
0
SAMBA digest 2249
Unknown
----- Original Message -----
From: <samba@samba.org>
To: Multiple recipients of list SAMBA <samba@samba.org>
Sent: Monday, September 27, 1999 10:37 AM
Subject: SAMBA digest 2249
> SAMBA Digest 2249
>
> For information on unsubscribing see http://samba.org/listproc/
> Topics covered in this issue include:
>
> 1) Re: redhat->nt printing problem after
1999 Oct 25
0
Corrupted files with applications using Samba/NetaTalk-Server
Hi all,
I´ve read some mailings regarding corrupted files with application
using a Samba-Box as a File-Server. We´ve the same problem with
SolidWorks (a CAD-System) under NT4.0 Client and FreeHand under
MacOS (using NetaTalk). I´ve installed Samba 2.0.3 from SuSE 6.1.
The solutions I read were:
1. upgrade Samba to at least 2.0.5
2. switch off the NT-registrykey for fs-caching
Does anybody
1999 Oct 25
0
SAMBA digest 2283
please take us off of the samba e-mail list for the time being thanks.
----- Original Message -----
From: <samba@samba.org>
To: Multiple recipients of list SAMBA <samba@samba.org>
Sent: Monday, October 25, 1999 5:44 AM
Subject: SAMBA digest 2283
> SAMBA Digest 2283
>
> For information on unsubscribing see http://samba.org/listproc/
> Topics covered in this issue
1999 Jun 16
0
Samba 2.0.4b & NT 4.0 SP5 gives Remote Procedure Call Error 1728
Hello,
I'm running NT 4.0 (ws & server) with SP5. Everything was running fine
with samba 2.0.0, but after building and installing 2.0.4b (freebsd 2.2.8)
trying to browse the server shares results in a
"A remote procedure call (RPC) protocol error occured."
net view \\myserver
also produces the same error message:
"System error 1728 has occurred.
A remote procedure
1999 Apr 02
0
Old Samba 1.9.16p9, NT 4.0 SP3 & NT 4.0 SP4, read-write problems
Hello list. I've been running an old version of Samba (1.9.16p9) to give
read-only access to my Digital UNIX 4.0B workstation hard drives (the share is
called "rootdir"). It's worked great for over 2 years for that purpose. I
finally want to give read-write access to 2 users (myself and my assistant).
Her computer has NT 4.0 with Service Pack 3. Mine has NT 4.0 with Service
1999 Apr 10
0
[SOLVED] Win NT 4.0 SP4 access to Samba 1.9.16p9
Hello folks - back on April 2nd I asked why my NT 4.0 with SP4 computer
wouldn't connect to my old copy of Samba (1.9.16p9), while my neighbour's
NT 4.0 with SP3 computer did just fine. This was in the case of a
read-write share that only myself and my neighbour had access to under our
user names. A read-only share worked just fine on both our computers.
Thanks to Herb Lewis & Jan
2012 Nov 09
6
(sin asunto)
Saludos, tengo un problema que no puedo resolver dentro del R
Estoy creando una funcion que a partir de un objeto compuesto por diferentes matrices como el que esta a continuacion:
[[1]]
M1 M2 M3 M4
sp1 2 0 1 8
sp2 4 5 2 4
sp3 0 0 4 0
sp4 5 7 5 0
sp5 0 4 0 0
[[2]]
M3 M2 M4 M1
sp1 1 0 8 2
sp2 2 5 4 4
sp3 4 0 0 0
sp4 5 7 0 5
sp5 0 4 0 0
[[3]]
2009 Jul 27
1
Cross-validating two matrices
Hello,
I am trying to help a colleague with an R problem (see below) to whit
I can only generate a very inelegant solution. Any advice would be
welcome.
Thanks,
Brian
If you have two matrices, say a species by trait matrix (Matrix 1
below) and a plot by species matrix (Matrix 2 below), is there a
straightforward way to prune one matrix so that the species list
matches those in a
1999 May 05
1
Samba 2.0.3 and NT Terminal Server SP4/MetaFrame 1.8
I'm running NT 4.0 Terminal Server (Service Pack 4) with Citrix MetaFrame
1.8 on a PC, and Samba 2.0.3 on an HP-UX box. We've been having
occasional problems with files not saving correctly, and also with files
not unzipping or copying correctly.
I suspect it's some sort of incompatibility between Samba and Terminal
Server/Metaframe and/or SP4. For
2006 Sep 26
1
How to "Pack" a matrix
Hello,
Suppose I have a matrix a where
a= sp1 sp2 sp3 sp4 sp5 sp6
site1 1 0 1 1 0 1
site2 1 0 1 1 0 1
site3 1 1 1 1 1 1
site4 0 1 1 1 0 1
site5 0 0 1 0 0 1
site6 0 0 1 0 1 0
And I want to pack that matrix so that the upper left corner contains
most of the ones and the bottom right corner contains most of the zeros
so that matrix b is
b= sp3 sp6 sp4 sp1 sp2 sp5
site1 1 1 1 1 0 0
site2
2005 Mar 14
1
calling objects in a foreloop
I want to organize outputs from several regressions into a handy table. When I
try the following, each of my "fit_s" is replaces instead of read. Is there a
way to read from the regression summaries that does not require writing
separate lines of code for each?
-Ben Osborne
> fit1<-lm(dBA.spp16$sp2.dBA.ha~dBA.spp16$sp1.dBA.ha)
>
1998 Nov 10
1
NT SP4 and plain text passwords
Samba Masters:
I installed SP4 on a NT 4.0 workstation and now it cannot connect to any
samba shares. I reran the NT4_PlainPassword.reg script but that did not
fix the problem. Your suggestions / flames would be appreciated.
Thank You
****************************************************************
Leo Crombach System / Network Administrator
Tropel Corporation Phone: (716) 388-3566
60
2011 Jul 09
1
[LLVMdev] Explicit register usage in LLVM assembly
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
On 07/08/2011 10:30 PM, Frits van Bommel wrote:
> On 8 July 2011 21:10, Yiannis Tsiouris <yiannis.tsiouris at gmail.com> wrote:
>> The problem with that is the case of an 'invoke' call. According to the
>> semantics of the invoke instruction the return value is not available when
>> a stack unwind happens. From
1999 Jun 23
1
Samba and NT4-sp5 problems ??
We were using Samba 2.0.2 and Windows NT4-sp3 quite happily.. however
someone wants to use sp5 (get me a large caliber rifle, PLEASE!!), and
during some testing we noticed what 'looks like' file corruption problems.
Files do not seem to get written to the samba shares properly/completely...
I say looks like, because copying the files manually seems to be fine, but
when done within an app,
2003 Dec 15
0
very slow link between Win2k SP4 and Linux samba server (2.2.8a)
I've been experiencing an incredibly slow samba access from a Win2k SP4
client to a Linux samba server (Mandrake 9.0, samba 2.2.8a).
It seems like the file transfer rate is not so slow, but the initial
opening of files on the Linux samba server takes very long (10 ~ 20
seconds). The directory listing is also very slow.
In the past, it took me about 2.5 hours to compile Mozilla-Windows
1999 Jul 20
1
NT Always prompting for User-ID/Password
Hi Folks,
I've been trying to find a solution for this, but can't seem to find it
in the doumentation, nor in the lists.
We're running Samba-2.0.4b on Solaris 2.6. My smb.conf is included here:
[global]
server string = Test Server, Samba %v
workgroup = <Workgroup Name>
printing = sysv
browseable = yes
debuglevel = 2
netbios name
1999 Sep 27
0
Samba 2.0.5a (Solaris 2.6) and NT SP5
Has anyone had a problem getting a samba share to mount on an
NT system with Service Pack 5 installed? I have a share set up
with guest only and guest ok set to yes and guest account = xxxx
in the global section. I can get this share to mount okay on
an NT system that has Service Pack 4 installed but not on the
NT system that has Service Pack 5 installed. I have security = share
set. I'm
2001 Nov 09
1
Winbind & NT SP5
Sorry to bother, but I posted this before with no responses.
I am having several problems getting samba compiled with winbind to join a
NT4 domain.
Using smbpasswd I get the error cli_pipe:return critical error. error code
was 0 and Unable to join domain DOM. On the PDC I get a Dr. Watson error
C0000037, not even the administrator password is accepted on the console,
and all clients connected to
2003 Dec 05
0
smbd/service.c:make_connection_snum(677) / share access denied / Samba 3.0 / NT 4.0 Domain
Hi:
I have a Windows NT 4.0 SP4 Server as Domain controller, also, I have a
RedHat 8.0 (no ACL) server with Samba+winbind(tested with rpm
samba-3.0.1pre3-1)
I'd joined the linux server to the NT domain without problems,I can see
the Samba server and the shares,
but when try to access to the Samba resources from others Windows
machines.
The things I can do are:
- obtain a domain user or
1999 Jun 30
1
Need Advice: 2.0.4 or CVS samba
Hello,
I'm currently running a CVS version of SAMBA w/ PDC support from before
the 2.0.x series release. It has worked well for my needs. Now I'm
wanting to update my NT machines to SP5 which I assume doesn't work with
my version of SAMBA (SP4 doesn't). I couldn't find the answer in the mail
list archives.
So.......
I know 2.0.4 doesn't have "official"