Displaying 20 results from an estimated 10000 matches similar to: "6410293 check_rtime should unset LD_PRELOAD* variables"
2006 Oct 31
0
6436340 check_rtime should be updated in anticipation of the IPP listener migration to ON
Author: jacobs
Repository: /hg/zfs-crypto/gate
Revision: e35218089ab9ba0c22d7d1ba0a738ab8f1d9cd3c
Log message:
6436340 check_rtime should be updated in anticipation of the IPP listener migration to ON
Files:
update: usr/src/tools/scripts/check_rtime.pl
2006 Oct 31
0
6336149 *csh* core dump if argv is unset or reset
Author: nakanon
Repository: /hg/zfs-crypto/gate
Revision: 256327dbf767068c6616d7e339fe18c6f2e3bd36
Log message:
6336149 *csh* core dump if argv is unset or reset
Files:
update: usr/src/cmd/csh/sh.c
2009 Dec 01
1
LD_PRELOAD temporary patch
I've used that patch to close the hole. This patch is temporary and doesn't fix real trouble maker - problem in new version in getenv() (after 6.3 it got changed to something monstrous and non-working right if environment has only one variable), hope it will get fixed soon.
*** rtld.c.orig Tue Dec 1 16:55:13 2009
--- rtld.c Tue Dec 1 16:55:55 2009
***************
*** 357,374 ****
2009 Feb 16
3
Finishing up the contributors list as well
Guys,
OK, now that we have the new core contributors squared away, we
can go back to finishing the contributors list.
There were some people who got added and then there is existing
contributors list. I think Darren''s suggestion to wait to add new
core contributors is fine (let the new constitution settle down
and we can in the meanwhile have a more inclusive look at both
rather than
2007 Oct 22
0
Linux backup server LD_PRELOAD
I'm not sure if anyone else is interested, but here's a tool I've
been using with rsync-3.0pre2 to backup my powerpc/mac onto linux
with ext3 and fake-super:
gcc -Wall -O2 -shared -fPIC -o libxattr.so libxattr.c -lsqlite3
This intercepts calls from rsync that deal with extended attributes.
If the target is a symlink (where linux doesn't allow xattrs on
symlinks) or
2006 Oct 31
0
6339712 mistaken assumption that (ipsec_mp != NULL) implies packet was ipsec protected trips assert
Author: sommerfe
Repository: /hg/zfs-crypto/gate
Revision: 262ad2e7d124ee605cafda82de97b85e3c210dda
Log message:
6339712 mistaken assumption that (ipsec_mp != NULL) implies packet was ipsec protected trips assert
Files:
update: usr/src/uts/common/inet/ip/spd.c
2013 Jan 19
1
error on startup
I'm running libvirt 1.0.1 and qemu 1.3. I see the following error of
libvirtd startup:
2013-01-19 04:51:06.183+0000: 1459: error : virCommandWait:2287 :
internal error Child process (LC_ALL=C
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
HOME=/ /usr/bin/kvm -help) unexpected exit status 1
This is indeed what the return code seems to be for that command.
This this just a
2015 Aug 22
0
unset() function?
This wouldn't actually work at present as evaluating a promise always
sets NAMED to 2. With reference counting it would work so might be
worth considering when we switch.
Going forward it would be best to use MAYBE_REFERENCED to test whether
a duplicate is needed -- this macro is defined appropriately whether R
is compiled to use NAMED or reference counting.
Best,
luke
On Fri, 21 Aug 2015,
2015 Aug 21
3
unset() function?
Does R have a function like the S/S++ unset() function?
unset(name) would remove 'name' from the current evaluation
frame and return its value. It allowed you to safely avoid
some memory copying when calling .C or .Call.
E.g., suppose you had C code like
#include <R.h>
#include <Rinternals.h>
SEXP add1(SEXP pX)
{
int nProtected = 0;
int n = Rf_length(pX);
2018 Jul 03
3
Unset a given SendEnv?
G'day openssh-unix-dev,
is there a way to unset a 'SendEnv' given by /etc/ssh/ssh_config?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20180703/b93c146e/attachment.asc>
2005 Jun 06
2
USERDB environment is unset
Hello,
I tried the v1.0 test of dovecot, because it should make the directories
for me.
I configured it and installed it. The old one is still there, but I shut
it down to test the other version.
When I start the new v1.0 test of dovecot i get the following message in
my log:
Jun 6 13:33:08 APOLLO dovecot: Dovecot v1.0-test72 starting up
Jun 6 13:33:09 APOLLO dovecot: Auth process died too
2009 Jul 10
1
lazy expunge - how to unset deleted imap flag
Hello,
I am using dovecot 1.1.13 in debian lenny with exim4 and I have Outlook 2007 clients. I have configured lazy expunge plugin.
User marks messages in INBOX for deletion then click "delete messages from server" then the messages are moved to .EXPUNGED
folder which is correct but they are still marked with IMAP deleted flag which is bad cause when user marks another messages
in
2012 Jul 08
1
quota fs: Support for hardlimit quotas (where softquota is unset)
Hi,
included is patch which adds support for calculating fs quota from hardlimit where softlimit is unset. I'm usually not setting softlimit on my server causing dovecot work incorrectly (not reporting quota at all).
Regards,
Jan Friesse
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dovecot-0001-Support-for-fs-hard-limit.patch
Type:
2008 Oct 24
1
Decoding error: fingerprint unset in streaminfo block
Using Trader's Little Helper 2.4.1.160 when testing some 16/96 FLAC
files I run into the following error:
"file is decodable without error, but flac fingerprint cannot be
checked since it was unset in the streaminfo block."
Is there an automatic checksum verification when testing/decoding? Is
there any way to fix this, i.e. get rid of the error?
Martin
2017 Feb 21
3
[PATCH 1/3] dib: unset all temporary dirs envvars in fake-sudo
The real sudo does it as well, and leaving them when preserving the
environment (-E) maybe breaks the applications, as e.g. chroot will have
a TMPDIR path pointing outside of it.
---
dib/dib.ml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dib/dib.ml b/dib/dib.ml
index df83ba1..d15cd19 100644
--- a/dib/dib.ml
+++ b/dib/dib.ml
@@ -301,6 +301,11 @@ if [ -z \"$preserve_env\" ];
2020 Jun 09
0
How to unset namespace configuration from dovecot.conf in conf.d/99-cutom.conf?
Dear all,
my /etc/dovecot/dovecot.conf [0] that is shipped with the Linux
distro (Ubuntu 18.04, dovecot 2.3.10) has a namespace section:
namespace inbox {
...
mailbox Sent {
...
}
...
}
I need to remove this whole section from the configuration, but I need
to do this in a file such as /etc/dovecot/conf.d/99-custom.conf because
I want this modification to be stable against
2015 Aug 12
2
[PATCH v2] dib: handle unsetting functions in environment
When I turned off debug and actually looked at the normal output, this
is a bit noisy...
[jeckersb@baozi libguestfs]$ ./run virt-dib -B ~/git/diskimage-builder/lib/ --element-path ~/git/diskimage-builder/elements/ fedora-minimal
[ 0.0] Elements: base fedora-minimal
[ 0.0] Expanded elements: base dib-init-system dib-run-parts fedora-minimal install-types package-installs pkg-map redhat-common
2015 Aug 12
2
Re: [PATCH] dib: handle unsetting functions in environment
On Wednesday 12 August 2015 10:33:00 John Eckersberg wrote:
> If a function name, with its trailing parentheses, is in the
> environment , trying to unset it will error out with a message of "not
> a valid identifier". In this case, try to unset it again with the -f
> option which can handle the parentheses in the supplied identifier.
> ---
> dib/dib.ml | 2 +-
> 1
2015 Aug 12
0
[PATCH] dib: handle unsetting functions in environment
If a function name, with its trailing parentheses, is in the
environment , trying to unset it will error out with a message of "not
a valid identifier". In this case, try to unset it again with the -f
option which can handle the parentheses in the supplied identifier.
---
dib/dib.ml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dib/dib.ml b/dib/dib.ml
index
2015 Aug 12
0
[PATCH] dib: handle unsetting functions in environment
If a function name, with its trailing parentheses, is in the
environment , trying to unset it will error out with a message of "not
a valid identifier". In this case, try to unset it again with the -f
option which can handle the parentheses in the supplied identifier.
---
dib/dib.ml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dib/dib.ml b/dib/dib.ml
index