Displaying 20 results from an estimated 10000 matches similar to: "max. no of files(again)"
2001 Nov 26
2
Access denied from NT
Hi,
I have a problem in accessing samba server from NT
network neighbourhood. I can see the samba server icon
on neighbourhood. But while trying to access then it's
asking for user name & passowrd.
I am not using local user & password from unix box
rather it should be authenticated from NT PDC and
accordingly I have modified the smb.conf file. Here is
the sample of that.
103 flara %
2003 Dec 01
0
No subject
share -
xcopy /d /e c:\somedir w:\somedir
xcopy /d /e w:\somedir c:\somedir
This should have the behavior of making the two directory
structures identical, with newer files on one overwriting older
or missing files on the other.
This only behaves as expected for about half the files. For some
files, Windows always wants to re-copy files to the Samba share.
I have looked at the files it wants to
2004 Sep 10
0
Java?
I'd be interested in helping too. I'm pretty new, but I think that JNI
would be the easiest way to go. of course, never having done anything with
JNI, what do I know :)
Dave
-----Original Message-----
From: Josh Coalson [mailto:xflac@yahoo.com]
Sent: Wednesday, November 28, 2001 5:19 PM
To: Cain Brian-BCAIN1; dev
Cc: Cracauer, David D.
Subject: RE: [Flac-dev] Java?
Decoding FLAC is
2001 Nov 24
1
lme or nlme
I'm trying to run a linear mixed effects model using
nlme. It appears that lme is not available for R, but
looks like I should be able to run linear models using
nlme. What I tryed looks something like this:
fit <- nlme (Y ~ A + B + C + D,
fixed=list(A,B,C,D),random=Z). This didn't work. I
got this error: Error in reStruct(random, REML =
REML, data = NULL) :
Object must be
2001 Nov 20
1
using samba to serve the whole tree of home directories
I'm trying to use samba to serve a number of home
directories to other samba Linux clients on my
network.
ie. I have a set of client machines that want to use
the /home directory that my samba server will provide
I thought I could set up a share that goes something
like this
[homedirs]
path = /home
writable = true
On a client machine, I smbmount //myserver/homedirs
2001 Nov 25
1
(no subject)
Hello all,
Here is my situation:
I have an existing linux box with 100+ users. This box
run various services. Users do not have shell access.
I have added samba to this box so users can share
files and access their files from Windows. Samba
installation and configuration went smoothly. Now, the
problem is, I need to create entries in smbpasswd for
these 100+ users.
How would I go about creating
2001 Nov 29
3
Help me Please
Kind Attention: Andrew Tridgell
Jeremy Allison
Luke Kenneth Casson Leighton
John H Terpstra
Dear Sir,
Good wishes. I am in big trouble. Please, help me. I
am trying to setup and configure our college network.
It comprises of the following:
1. RedHat Linux Server, Assembled PC, 20GB IDE, P-III,
400 MHz, 256 MB MM
eth0: IP Address: 192.168.0.1,
2001 Sep 28
1
smbfs + wine + sourcesafe = slow
While it is amazing that Sourcesafe runs under Wine,
its performance leaves a lot to be desired.
I am using Sourcesafe with Wine (my setup is documented at
http://www.kegel.com/linux/vss-howto.html ).
The Wine I'm using is from CVS as of last week.
My workstation is a dual Pentium Xeon 1400MHz from Dell
running 2.4.10. (That's a Pentium 4 Xeon using RDRAM,
so it's probably about
2004 Aug 06
2
improved error.log output --diff
diff -u --recursive icecast/src/admin.c icecast-new/src/admin.c
--- icecast/src/admin.c 2003-07-18 16:29:23.000000000 -0400
+++ icecast-new/src/admin.c 2003-08-06 19:18:32.000000000 -0400
@@ -213,7 +213,7 @@
html_write(client, "HTTP/1.0 200 OK\r\n"
"Content-Type: text/html\r\n"
"\r\n");
- DEBUG1("Sending XSLT
2019 Sep 17
1
[PATCH 2/6] drm/nouveau: fault: Widen engine field
On Tue, 17 Sep 2019 at 01:18, Thierry Reding <thierry.reding at gmail.com> wrote:
>
> From: Thierry Reding <treding at nvidia.com>
>
> The engine field in the FIFO fault information registers is actually 9
> bits wide.
Looks like this is true for fault buffer parsing too.
>
> Signed-off-by: Thierry Reding <treding at nvidia.com>
> ---
>
2001 Oct 17
3
SourceSafe
I am trying to run ss.exe using builtin DLLs. No luck at all:(
It seems it fails to send the message (sendmsg?) somewhere.
At the end, I get windows message box with the error.
Any ideas?
BTW, why does it ask username and password in console?
Regards,
Sergey
FIXME:pthread_rwlock_rdlock
FIXME:pthread_rwlock_unlock
FIXME:pthread_rwlock_rdlock
FIXME:pthread_rwlock_unlock
1999 Feb 02
1
Unix permission problems with 'attrib'
Hi,
I'm been using Samba for some time and I have been bugged by a problem with SourceSafe. I finally took some time to see what is going on and found the source of the problem (well, not in the source code though).
I'm partially responsible, I have Unix files with the following rights "r--rw---" and Samba does not deal with these very well. I am now makind sure that this case
2001 Nov 03
1
Quick UNC support hack?
I ran into a situation where partial UNC support would be
helpful and easy. Visual Sourcesafe runs well under Wine
if I map \\vssServer\vssDir to a drive letter. Unfortunately,
our administrator has the line
journal_file = \\vssServer\vssDir\foo.txt
in the sourcesafe config file. This causes an error dialog box
"Bad DOS filename \\vssServer\vssDir\foo.txt".
If Wine handled UNC
2019 Sep 16
0
[PATCH 2/6] drm/nouveau: fault: Widen engine field
From: Thierry Reding <treding at nvidia.com>
The engine field in the FIFO fault information registers is actually 9
bits wide.
Signed-off-by: Thierry Reding <treding at nvidia.com>
---
drivers/gpu/drm/nouveau/nvkm/subdev/fault/gv100.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/fault/gv100.c
2019 Sep 16
0
[PATCH 1/6] drm/nouveau: fault: Store aperture in fault information
From: Thierry Reding <treding at nvidia.com>
The fault information register contains data about the aperture that
caused the failure. This can be useful in debugging aperture related
programming bugs.
Signed-off-by: Thierry Reding <treding at nvidia.com>
---
drivers/gpu/drm/nouveau/include/nvkm/subdev/fault.h | 1 +
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c | 3 ++-
2019 Sep 17
1
[PATCH 1/6] drm/nouveau: fault: Store aperture in fault information
On Tue, 17 Sep 2019 at 01:18, Thierry Reding <thierry.reding at gmail.com> wrote:
>
> From: Thierry Reding <treding at nvidia.com>
>
> The fault information register contains data about the aperture that
> caused the failure. This can be useful in debugging aperture related
> programming bugs.
Should this be parsed for fault buffer entries too?
>
>
2001 Sep 24
2
Visual Sourcesafe HOWTO
I went to the trouble of setting up Visual Sourcesafe
on a Linux system recently. There was a fair amount of
futzing required, so I've documented what I had to do at
http://www.kegel.com/linux/vss-howto.html
Comments and corrections welcome. I'd also love to know how
to get this working without hardcoding NT usernames and passwords!
The commandline app appears to be fully functional
2003 Dec 01
0
No subject
winbind primary group = 213478
winbind force primary = no // this is the default, but I just
wanted to be explicit
Stephen A Jazdzewski
Steve@Jazd.com
<<samba-2.2.4-forceprimarygrouprid.patch>>
------_=_NextPart_000_01C1FC4A.A7164AC0
Content-Type: application/octet-stream;
name="samba-2.2.4-forceprimarygrouprid.patch"
Content-Transfer-Encoding: quoted-printable
2002 Mar 07
0
Source safe on Samba, and corruption
hi,
recently we tried moving our large source safe databases to samba.
After a day of use, the databases started showing signs of corruption
(strange error messages from the SS client). However, it was discovered that
the server was using a very sick ethernet port, so we guess that might be the
reason for the corruption (sourcesafe is a really lame product but we cannot
migrate away from it just
1998 May 28
0
How *exactly* does the file caching mechanism work?
jiva,
in some ways this question, or at least the answer, is best seen on
samba@samba.anu.edu.au not just on samba-technical. i don't recieve the
samba digest, so don't know if you've posted it there.
so. question. by "workstation" in paragraph 4, do you mean the
"workstation smb client-side cacheing, which means opportunistic
locking" or do you mean "the