Displaying 11 results from an estimated 11 matches for "of_".
Did you mean:
of
2001 Feb 08
2
Installling more than one wine version (fwd)
...DLLPATH. (man wine)
of course, you can choose the executable by calling it by its absolute
path name.
It's sort of a moving target you picked on.
Lawson
Oh - did Corel hack the sonames on their version? That would sure stop
it working it you install current dll's and winelib _in place of_ the
original ones.
You can find out by doing ldd on an exectable or library. The sonames
it wants are on the left; the files the dynamic linker thinks will make
it happy are on the right.
Constants aren't, and variables won't.
---cut here
______________________________________________...
2012 Aug 10
1
Question about --partial-dir and aborted transfers of large files
...me, and I didn't find
> my answer there.
>
> The short(ish) version:
>
> 1. Am I correct in inferring that when rsync sees data for a file in the
> --partial-dir directory, it applies its delta transfer algorithm to the
> partial file?
>
> 2. And that this is _instead of_ applying it to the real target file? (Not
> a nifty three-way combination.)
>
> If so, it would appear that this means a large amount of unnecessary data
> may end up being transferred in the second sync of a large file if you
> interrupt the first sync. Is there an option or some su...
2012 Feb 02
2
[Bug 8740] New: compress ("-z") should be ignored if both src and dst are local
https://bugzilla.samba.org/show_bug.cgi?id=8740
Summary: compress ("-z") should be ignored if both src and dst
are local
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: P5
Component: core
AssignedTo: wayned at
2010 Sep 22
2
Can't delete certain messages
Running Dovecot version 1.0.10 on Ubuntu Server 8.04 amd64 (ext3).
Some users have emails that will not go away. They delete them and the
message is moved to the trash folder only to reappear when the mailbox
is refreshed. Moving the message manually to another folder has the
same effect. We are running Thunderbird as our email client, though I
have tried using other clients to remove the
2007 Jul 13
1
Media Proxy Mode in Asterik: SIP and
Dear Alex;
Thanks for your kindly reply.
Please explain for me what do u mean exactly in "a la"
in the following sentence u wrote it below?
" in SIP, this can be done via
"re-INVITEs" a la the canreinvite= option for SIP
peers in sip.conf"
Another thing, do u mean that it is easier (better) if
we need H.323 endpoint to talk with SIP endpoint then
we use full
2007 Feb 08
1
Help with interfacing C & R
Hi all,
I was trying to set up an interface for using C functions in R. For this, my R file hello2.r is:
---------------------------------------------------------------------------------
hello2 <- function(n) {
.C("hello", as.integer(n))
}
hello2(3)
--------------------------------------------------------------------------------
and my hello.c file is:
2012 Aug 10
0
Question about --partial-dir and outdated data
...r, I don't think it's quite the same, and I didn't find
my answer there.
The short(ish) version:
1. Am I correct in inferring that when rsync sees data for a file in the
--partial-dir directory, it applies its delta transfer algorithm to the
partial file?
2. And that this is _instead of_ applying it to the real target file? (Not
a nifty three-way combination.)
If so, it would appear that this means a large amount of unnecessary data
may end up being transferred in the second sync of a large file if you
interrupt the first sync. Is there an option or some such to address this?
If n...
2018 Jan 07
2
isolinux.bin checksum
Until Syslinux 3.86, isolinux.bin contained a checksum that was
calculated by 'core/checksumiso.pl'. The checksum is related to the
patching of the boot info table.
During May 2009, a commit by Peter deleted the checksumiso.pl file. The
commit is:
core: LZO compress the PM part of the core
repo.or.cz/syslinux.git/commit/0d82b71304d596d80f3c4520f9dcf90048ca50b7
And so, since
2017 Jun 09
6
Logging the click data
> The log command will be executed wherever it is in the template.
> By "current system user", what do you mean? There'll need to be
> write permission for the CGI process, which is probably the same
> identity as the web server process.
I basically changed the ownership of the /var/log/omega directory to
the current user using:
sudo chown `whoami` /var/log/omega
But I
2018 Jan 08
2
isolinux.bin checksum
...that was created without patching the boot info table would at least
have a chance of successfully booting anyway, under certain
(simplified) conditions.
But then, by version 4.00 the checksumiso.pl file was gone (by means of
the commit I posted in my prior email) and instead "_some kind of_
checksum" is introduced in isolinux.bin when building it from source.
Apparently, one of the consequences seems to be that the default
checksum included in isolinux.bin doesn't seem to help those
users/programs that, for whichever reason (e.g. user lacking
knowledge), do not patch the...
2007 May 12
2
Implicit vs explicit printing and the call stack
Hi everyone,
I've run into a bit of strange problem with implicit vs explicit
printing and the call stack. I've included an example at the bottom of
this email. The basic problem is that I have an S3 object with a
print method. When the object is implicitly printed (ie. typed
directly into the console) the function arguments in the call stack
are exploded out to their actual values,