Displaying 10 results from an estimated 10 matches similar to: "How to turn off "plus" delivery"
2008 May 09
1
archive file attribute
I am trying to use cabarc to create a cabinet file, but it is very important
that the files added to the cabinet not have the archive attribute set. It
seems that all files appear to have the archive flag set in wine, is it possible
to turn off the archive flag?
--
Daniel
2011 Dec 16
5
[Bug 8666] New: --debug=all9 fail
https://bugzilla.samba.org/show_bug.cgi?id=8666
Summary: --debug=all9 fail
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: chris at onthe.net.au
QAContact: rsync-qa at
2020 Apr 07
1
How to display IP of mirror site and exclude it
FreeBSD 11.3 p7 /amd 64
rsync version 3.1.3 protocol version 31
Copyright (C) 1996-2018 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 32-bit inums, 64-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
append, ACLs, xattrs, iconv, symtimes, no prealloc, file-flags
In an
2002 Aug 28
2
Win2000SP3 can't connect to Samba
hi all!
i'm pretty new to linux and just installed a mandrake 8.1 on a little
machine in my network. I got the samba server up and running and it
even is visible in my windows network folder.
but when i try to connect from windows 2000 sp3 the server refuses my
login attempts even root...
any idea?
/christian
2012 May 01
2
kvm & virtio performance
hi, anyone test freebsd as guest on kvm with virtio drivers? any expirience?
2015 Aug 07
0
Wine release 1.7.49
The Wine development release 1.7.49 is now available.
What's new in this release (see below for details):
- DirectWrite is now good enough for rendering text in Steam.
- A number of Direct2D improvements.
- Some more OpenMP functions.
- Support for namespaces in the IDL compiler.
- Various bug fixes.
The source is available from the following locations:
2017 Apr 19
6
CTDB problems
Hi,
This morning our CTDB managed cluster took a nosedive. We had member
machines with hung smbd tasks which causes them to reboot, and the
cluster did not come back up consistently. We eventually got it more or
less stable with two nodes out of the 3, but we're still seeing worrying
messages, eg we've just noticed:
2017/04/19 12:10:31.168891 [ 5417]: Vacuuming child process timed
2002 Feb 19
2
Dump Analysis -- when NCR server frozen by rsync
Hi,
rsync was running against filesystems /disk5 and /disk7 to back them onto
remote server (172.16.101.4) using the following script:
if [ `ps -ef | grep -v grep | grep ::d5 | /usr/bin/wc -l` -eq 0 ]
then
rm -f /etc/rsync5.log
echo " --- Disk5 --- starts `date`" > /etc/rsync5.log
/usr/local/bin/rsync -a --recursive --compress /disk5/ 172.16.101.4::d5 >>
/etc/rsync.log
echo
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hello Sean and Tobias,
Sean,
Thank you. Could you describe Nick's ideas in few words or give me links
to your discussion, so I could adapt my ideas to it.
Tobias,
Your patch fails on several modules in my benchmark (73 of ~1800 tests).
I have sent one as attachment.
See statistics files for more details, all the .ll files you could
simply find in test-suite object directory (after