Displaying 20 results from an estimated 80000 matches similar to: "samba cuts temporary files from users"
2020 May 13
0
Tip/Question about encoding temporary data for storage in Asterisk variable to use in AGI
I wanted to store a JSON object between agi requests for the duration of a
call.
Turns out asterisk does NOT like a stringified JSON object! AGI complains
of "520-Invalid command syntax"
So, I just base64 encode/decode it.
Assuming I don't need to manipulate the JSON object within Asterisk itself,
and I don't want to use a DB or memcache, is this the best/correct method?
2011 Feb 26
2
FW: making BDC samba + ldap server
Is this Samba 3 or Samba 4?
If samba 3, which ldap server are you using>
What is the mail server? Does the mail server have its own LDAP server
included it or is also using an external LDAP server.
If you want replication between LDAP servers, they should be the same type
of LDAP server (e.g. OpenLDAP or Apache Directory Server or Oracle Directory
Server.) If you have one
2011 Oct 20
2
Patch: Better handling for rsync temporary files
Hi all,
These two patches change how rsync handles temporary files on the receiver
side. The first patch adds a static token to rsync's temporary filenames.
The second patch ignores files with this token when using --cvs-ignore.
http://pastebin.com/DL1jCNfm
http://pastebin.com/yy9duP8Z
The behaviour I wanted to improve was the case where two rsyncs are
simultaneously reading and writing the
2004 Jul 03
0
[Bug 1501] New: enhancment option for temporary files
https://bugzilla.samba.org/show_bug.cgi?id=1501
Summary: enhancment option for temporary files
Product: rsync
Version: 2.6.2
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: frank@debbie.xs4all.nl
2019 May 04
0
Firefox addons disabled - temporary fix
> Am 04.05.2019 um 19:09 schrieb Frank Cox <theatre at sasktel.net>:
>
> The currently available fix for Firefox doesn't work with ESR, but there's a temporary fix that works. At least, it's working for me:
>
> Go to about:config and set xpinstall.signatures.required to false.
>
> The Firefox folks say that a fix for ESR will be coming at some point, but
2010 Aug 22
1
How to filter files using roaming profiles
Hello list
I'm a system administrator implementing a samba server for mi work. One of
the most important things is how to use roaming profiles, and I'm viewing
that in the synchronisation there are more bad type archives that produces
and excessive use of disc memory. It's possible to filter that .tmp files
not synchronise?
these are my rules inside smb.conf:
logon path =
2020 Apr 06
2
Re: [v2v PATCH 2/2] Consolidate handling of temporary files/dirs
On 4/6/20 10:40 AM, Pino Toscano wrote:
> Create two temporary directories for all the files created during the
> virt-v2v run:
> 1) tmpdir, created as $TMPDIR/virt-v2v.XXXXXX, for all the small files
> 2) cachedir, created as $LIBGUESTFS_CACHEDIR/virt-v2v.XXXXXX, for the
> big files (e.g. disks)
> This way there is no need to manually schedule all the temporary files
>
2018 Feb 23
0
change location of temporary files
Does setting the environment variable TMPDIR, before starting R,
to a directory on a bigger file system help? On Linux I get
% mkdir /tmp/RTMP-BILL
% env TMPDIR=/tmp/RTMP-BILL R --quiet --vanilla
> tempdir()
[1] "/tmp/RTMP-BILL/Rtmppgowz4"
> tempfile()
[1] "/tmp/RTMP-BILL/Rtmppgowz4/file7ce36ec5cb1e"
I don't know if there is an R-specific environment
2016 Jul 20
3
[Bug 12030] New: rsync leaves temporary files when transfer is interrupted.
https://bugzilla.samba.org/show_bug.cgi?id=12030
Bug ID: 12030
Summary: rsync leaves temporary files when transfer is
interrupted.
Product: rsync
Version: 3.1.2
Hardware: All
OS: FreeBSD
Status: NEW
Severity: enhancement
Priority: P5
Component: core
2016 Oct 24
0
[PATCH 2/2] builder: consolidate handling of temporary files/dirs
Create a single temporary directory for all the files created during the
virt-builder run (except big disk images, which already use the
libguestfs cache directory). A single directory means there is no need
to manually schedule all the temporary files and directories for removal
when the application quits.
---
builder/builder.ml | 12 ++++++++++--
builder/downloader.ml |
2016 Oct 25
0
[PATCH v2 2/2] builder: consolidate handling of temporary files/dirs
Create a single temporary directory for all the files created during the
virt-builder run (except big disk images, which already use the
libguestfs cache directory). A single directory means there is no need
to manually schedule all the temporary files and directories for removal
when the application quits.
---
builder/builder.ml | 12 ++++++++++--
builder/downloader.ml |
2016 Jun 11
2
Temporary alternative: [was: Re: IMPORTANT: APT repo temporary switched off]
On Fri, Jun 10, 2016 at 9:00 PM, Sylvestre Ledru via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hello,
> Le 31/05/2016 à 19:27, Anton Korobeynikov a écrit :
> > TL;DR: APT repo switched off due to excessive load / traffic
> >
> > Recently we realized that APT repo generates almost 95% of I/O on
> > llvm.org and more than 40% of network bandwidth alone.
2018 Feb 23
4
change location of temporary files
I would like to change where R stores the temporary files to my external
hard drive in my iMac. This is important because the temporary files R
creates are huge and I do not have enough available space in my internal
HD. Again, this is for macOS.
This change has to be temporary. Later I need to use the usual location for
temp files in the internal HD.
Thanks in advance,
Kumar Mainali
--
2020 Apr 06
0
[v2v PATCH 2/2] Consolidate handling of temporary files/dirs
Create two temporary directories for all the files created during the
virt-v2v run:
1) tmpdir, created as $TMPDIR/virt-v2v.XXXXXX, for all the small files
2) cachedir, created as $LIBGUESTFS_CACHEDIR/virt-v2v.XXXXXX, for the
big files (e.g. disks)
This way there is no need to manually schedule all the temporary files
and directories for removal when the application quits.
---
v2v/input_ova.ml
2016 May 31
0
[llvm-foundation] IMPORTANT: APT repo temporary switched off
----- Original Message -----
> From: "Anton Korobeynikov via llvm-foundation" <llvm-foundation at lists.llvm.org>
> To: "llvm-dev" <llvm-dev at lists.llvm.org>, "clang-dev Developers" <cfe-dev at cs.uiuc.edu>,
> llvm-foundation at lists.llvm.org
> Cc: "Sylvestre Ledru" <sylvestre at debian.org>
> Sent: Tuesday, May 31,
2019 Sep 24
0
Windows 10 temporary profile error, when domain remote profile directory exists and is empty
Hmm,
This gets my attention...
Because once in about 6 month i have 1 or 2 users with the same problem.
All i do then if fix the windows pc and it going again.
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Marco Gaiarin via samba
> Verzonden: dinsdag 24 september 2019 9:46
> Aan: samba at lists.samba.org
> Onderwerp:
2005 Aug 02
1
Repost: Temporary files with word
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I have a strange problem with samba 3.0.14a. One of my users is
experiencing a lot of temporary files created by winword 2003. Winword
does delete the temp files under any other userid. The only difference I
know of is that the problematic user was created after the automatic
switch from samba 2.2.8a to 3.0.14a (during an upgrade from debian woody
2007 Aug 14
0
Temporary files / Uploads
Hi,
how can I influence, where mongrel stores temporary files like uploads.
As far as I can see, int honours the TMP or TEMP environment. Can I also
set it in the configuration file for mongrel? I have not found something
about it in the docs.
Another thing:
When I upload a file, the file is stored 3-4 times:
In the TMP by mongrel as
mongrel.3400.0 and then as
CGI.3400.0
I currently
2007 Jun 13
0
Re: cl : Command line error D8037 : cannot create temporary il file; clean temp directory of old il files
Hi,
> I installed VS Express and included the IDE in $LIB. It looks like wine
> is able
> to run 'cl.exe' but 'cl.exe' itself has a problem. We've tried a number
> of variations
> of setting %TMP% and %TEMP% to no avail.
>
> Any ideas.
>
> TIA.
I don't know if this is of any use anymore, but I've had the same
problem and google did not have
2013 Dec 30
1
[Bug 10350] New: rsync does not remove temporary files if interrupted (e.g. ctrl-C)
https://bugzilla.samba.org/show_bug.cgi?id=10350
Summary: rsync does not remove temporary files if interrupted
(e.g. ctrl-C)
Product: rsync
Version: 3.1.0
Platform: x64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org