Displaying 20 results from an estimated 10000 matches similar to: "Accessing files though samba and efficient copy"
2024 Jun 07
2
missing msdfs referrals from samba directory listing: wrong order in smbd_dirptr_get_entry()?
07.06.2024 07:54, Jeremy Allison wrote:
>> msdfs is broken in 4.19.? It worked fine in 4.18.
This is not entirely true.
>> Is no one using msdfs?? I wonder why I was the first to discover this?
>
> There must not be a test for your specific use-case.
>
> MSDFS is tested in the autobuild test suite. Can
> you articulate the problem well enough we can
> build a
2012 Aug 20
1
[LLVMdev] Optimal settings for parsing and reparsing the translation unit in libclang
Nope, I parse the first time, and then reparse everytime something changes
in my text buffer (because I syntax color based on what libclang gives me).
And it worked fine (and fast)
with clang_defaultEditingTranslationUnitOptions for
clang_parseTranslationUnit and clang_defaultReparseOptions for
clang_reparseTranslationUnit. Until I saw that clang_codeCompleteAt doesnt
work with anything else than
2006 Nov 14
2
String to list and visa versa
Hi,
I need to collapse a list into a string and then reparse it back into the
list. Normally when I need to do this I simply use write.csv and
read.csv, but I need to do this in memory within R rather than writing out
to file. Are there any bespoke commands that any knows of that does
something like this or any tips for doing this that anyone can suggest? I
basically don't care
2012 Aug 19
2
[LLVMdev] Optimal settings for parsing and reparsing the translation unit in libclang
Hey everyone!
I'm having trouble finding the optimal performance settings for
parsing/reparsing the translation unit. At this moment I'm using
CXTranslationUnit_None for both parsing and reparsing the translation unit,
because it seems that as soon as I turn on default settings for
parse/reparse (clang_defaultEditingTranslationUnitOptions
and clang_defaultReparseOptions respectively) code
2012 Aug 20
0
[LLVMdev] Optimal settings for parsing and reparsing the translation unit in libclang
On Aug 19, 2012, at 18:11, Klemen Forstneric <brucewayne97 at gmail.com> wrote:
> Hey everyone!
>
> I'm having trouble finding the optimal performance settings for parsing/reparsing the translation unit. At this moment I'm using CXTranslationUnit_None for both parsing and reparsing the translation unit, because it seems that as soon as I turn on default settings for
2023 Feb 22
1
Logon Script is not executed: STATUS_ACCESS_DENIED
Last week we finally upgraded our servers from Samba 3 to Samba 4 and so far everything runs smoothly. For now we run 4.15.13 with an old NT-style domain while we are preparing to migrate to Samba AD-style domain.
Since the upgrade we have the issue that the logon scripts are not executed for domain users. It works a 100% for domain admins and 0% for non admin users and we have no idea why.
We
2020 May 05
2
Windows link in linux share...
Well, I just did a dirty test:
* mklink link.txt "textfile.txt"
* mklink /D DIrLink "Directory"
* copied it to a samba share via Explorer (drag and drop).
* copied it to a Windows share via Explorer (drag and drop).
In both cases, it copied the contents of "textfile.txt" as "link.txt",
definitely not a symlink (windows or otherwise). Same with
2010 Oct 04
1
re. 3.4.9 printing addprinter command reparse doesn't see new printer
Please don't hijack threads.
You could try something like /etc/init.d/samba restart (or your local
equivalent) to the end of perl script.
------------------------------------------
hello
I have cups printing with cups 1.4.4. I'm using the included
smbaddprinter.pl command to add printers to my server.
Now, my error is that when I add the printer, I get ACCESS DENIED in the
2013 Jul 30
1
Error from R CMD check
Dear all,
I'm puzzled by the error I get from R CMD check one of my packages. I'm running R CMD check with the --as-cran flag and it get the error both from running it from the command line as from within Rstudio. On the same machine R CMD check on my GRTS package (https://r-forge.r-project.org/R/?group_id=1027) works fine.
Any suggestions on how to fix this? I can send the source code
2015 Jun 25
5
Call for testing: OpenSSH 6.9
On 01/06/15 22:17, Tom G. Christensen wrote:
> On sparc-sun-solaris2.6 and sparc-sun-solaris2.7 the testsuite fails:
> run test cfgparse.sh ...
> reparse minimal config
> reparse regress config
> listenaddress order
> bad addr or host: ::1 (no address associated with name)
> listenaddress order 1
> bad addr or host: ::1 (no address associated with name)
> listenaddress
2015 Dec 01
2
Symlink with mklink
<samba at lists.samba.org>Hi,
I'm using windows 7 as client and a Samba 4.1.21 server.
I would like to create symbolic link on a share with mklink,
it failes with a reparse point error message.
Trying to find more information i found this discussion
https://lists.samba.org/archive/samba-technical/2014-September/102388.html
So it seems that i'm not the only one to trying to do that
2002 May 09
4
copy a large volume of data from PC to samba server
Hi there,
Is there someone over there knows a method or script
that can copy a large volume of data (in folders) from PCs
to a samba server (suppose there is enough space there)?
I know using smbclient or smbtar can backup data on PCs
to samba server, but it is written in tar files.I wonder whether
this method can handle a large folder, say, in 10GB size.
Also, using smbclient with mget and
2014 Apr 29
1
copy files and it would NOT copy everything
hi everybody
I'm dealing here with a very very bizarre situation:
on a Win7 I copy larger sets of data, between 10 and 30GB
(~20K of files in 2.5K folders) everything starts very
normal, I select all the data, copy & paste.
Copying begins and I see progress bar moving normally
towards the finish and it finishes - no errors no messages -
yes most of data does not get to the target
2012 Jul 26
2
[LLVMdev] Unable to schedule 'Dominator Tree Construction' required by 'Module Verifier'
I have a simple parser / JIT execution module which I recently split up into separate shared libraries.
Previously, and as a test case, I'd generate IR, and immediately reparse / execute it. Now, the execution step lives in a separate but linked shared library. As soon as this happened, this error start popping up:
Unable to schedule 'Dominator Tree Construction' required by
2016 Feb 08
1
Bulk copy of files with owner info using Robocopy fails with error
Hello,
I'm trying to take a Samba-integrated file storage appliance with ZFS as the underlying file system (Nas4Free, in its latest incarnation, to be specific) into use and have gotten it Active Directory integrated just fine, and created shares on it. I can set the owner of the share to the domain Administrator, and I can alter ownership information from a Windows box just fine. ACL's
2015 Jan 26
2
No symlink support on SMB2 and SMB3?
On Fri, Jan 23, 2015 at 01:20:05PM -0800, Jeremy Allison wrote:
> On Fri, Jan 23, 2015 at 10:16:34PM +0100, Ralph B?hme wrote:
> > On Fri, Jan 23, 2015 at 01:08:31PM -0800, Jeremy Allison wrote:
> > > On Fri, Jan 23, 2015 at 10:05:44PM +0100, Markus Doits wrote:
> > > >
> > > > On 23.01.15 19:57, Miguel Medalha wrote:
> > > > > I am using
2017 Sep 18
1
Samba shows error NT Status: STATUS_OBJECT_NAME_NOT_FOUND when copying 10GB file using robocopy when ecryptfs file system shared using samba
Hi ,
I shared linux directory which is mounted using ecryptfs to a windows 10 client using samba share . When i do a robocopy of file greater than size of 7GB the samba throws an error NT Status: STATUS_OBJECT_NAME_NOT_FOUND which can be observed in wire shark .
Setup :
----------
Host with ubuntu 16.01 -------------------> windows 10 client
(Samba
2023 May 04
2
client-side symlinks ?
04.05.2023 15:32, Ralph Boehme ?????:
> On 5/4/23 13:57, Michael Tokarev via samba wrote:
>> Is it possible for windows to actually see and use symlinks on samba server?
>> Windows NTFS does have notion of junctions and symbolic links, so when one
>> open file A (which is a symbolic link), windows actually opens file B.
>> Can such mechanism be used when A is on samba
2011 Mar 28
1
[LLVMdev] [RC3] FreeBSD status.
Hello. I've built and `make chech-all` rc3 tarballs using CMake build on
FreeBSD 8-STABLE system. Here are results:
Failing Tests (10):
Clang :: Index/crash-recovery-code-complete.c
Clang :: Index/crash-recovery-reparse.c
Clang :: Index/crash-recovery.c
LLVM :: BugPoint/crash-narrowfunctiontest.ll
LLVM :: BugPoint/metadata.ll
LLVM :: BugPoint/remove_arguments_test.ll
2012 Jun 21
1
Writing 'domain specific languages' with R
I would like to port to R the IPAT-S language, kind of a 'domain
specific' scripting language for developing quantitative models for
medium and long-term sustainability scenarios (www.ipat-s.org).
I think that in order to replicate its syntax I need some kind of
'macro' functionality to reparse it into R constructs. Are there any
examples of tweaking R to support a domain specific