search for: ld_

Displaying 12 results from an estimated 12 matches for "ld_".

Did you mean: ld
2009 Dec 01
1
LD_PRELOAD temporary patch
...orig Tue Dec 1 16:55:13 2009 --- rtld.c Tue Dec 1 16:55:55 2009 *************** *** 357,374 **** * is called. If any child process calls setuid(2) we do not want any * future processes to honor the potentially un-safe variables. */ if (!trust) { unsetenv(LD_ "PRELOAD"); unsetenv(LD_ "LIBMAP"); unsetenv(LD_ "LIBRARY_PATH"); unsetenv(LD_ "LIBMAP_DISABLE"); unsetenv(LD_ "DEBUG"); } - ld_debug = getenv(LD_ "DEBUG"); - libmap_disable = getenv(LD...
1996 Dec 23
2
Buffer overflow in Linux''s login program [Forwarded e-mail from Joe Zbiciak]
------- start of forwarded message (RFC 934 encapsulation) ------- From: Joe Zbiciak <im14u2c@cegt201.bradley.edu> Approved: alex@bach.cis.temple.edu Sender: Bugtraq List <BUGTRAQ@netspace.org> To: Multiple recipients of list BUGTRAQ <BUGTRAQ@netspace.org> Subject: Buffer overflow in Linux''s login program Date: Sun, 22 Dec 1996 09:27:24 -0600 Reply-To: Joe Zbiciak
2006 Aug 01
6
Mongrel crash
Hi. A mongrel/rails installation (proxyed through apache) is crashing for some reason with the following error found in the mongrel.log: ERROR: meta.c (179): wmf_header_read: this isn''t a wmf file /root/local/radiant/config/../vendor/rails/activerecord/lib/active_record/base.rb:2068: [BUG] Segmentation fault ruby 1.8.4 (2005-12-24) [i386-linux] Fedora 5 mongrel: 0.3.13.3 Apache/2.2.0
2012 Jun 26
1
shared library path
Hi Rich, I meet below thing, [root at gaowanlong libguestfs]# virt-sysprep --help virt-sysprep: error while loading shared libraries: libguestfs.so.0: cannot open shared object file: No such file or directory [root at gaowanlong libguestfs]# ln -s /usr/local/lib/libguestfs.so.0 /usr/lib64/libguestfs.so.0 [root at gaowanlong libguestfs]# virt-sysprep --help virt-sysprep: reset or unconfigure a
2007 May 13
0
Problems with RMagick libraries
...#39;'RMagick'' to the models, but it still not working. I checked in my directory /usr/lib/ruby/gems/1.8/gems/rmagick-1.15.4/lib/RMagick.so and it exists. I can''t change the ld.so.conf file because the admin server don''t want to give me access and I can''t set LD_.._PATH= /usr/lib for the same reason. The solution have to be something in my rails directory, like put the libraries RMagick.so and RMagick in, for example, rails/plugin and call it from environment.rb... but I no have idea about how to do. Some ideas about this problem? thanks! -- Posted via h...
2005 Apr 18
1
Environment Space Problem
Hi I'm hoping someone can help me... I'm trying to run a 16bit program called Gramcord (and BibleCompanionSoftware) which displays Greek and Hebrew texts. I am getting the following error: ---------------------- err:local:LOCAL_GetBlock not enough space in local heap 1247 ---------------------- As this is a problem that occurs under some versions of XP, the authors advise running a cfg or
2003 Sep 23
2
rsync 2.5.6 still hangs
Hi, we have two Linux systems (2.4.21 and 2.2.19) with rsync 2.5.6 The 2.4.21 system does backups via cron by rsync to the 2.2.19 system. Via cron rsync always exits with (it is called with --timeout=60) ---------- rsync error: timeout in data send/receive (code 30) at io.c(103) ---------- Or with -vvvv ---------- make_file(6,tex/alt/12.3/share/texmf/tex/latex/base/omxcmex.fd) io timeout after
2013 May 21
2
SSH users authentication depending on their public key.
Hi everyone. I'm looking for a way to identify my SSH's users according to their public key; I mean I would like to have their name logged in my bash session (in a shared unix account). I put this in my .profile: export HISTTIMEFORMAT="[%Y-%m-%d %H:%M:%S - $SSH_USER] " So now I'm trying to make OpenSSH fill the "SSH_USER" variable. First I have to exclude the
2014 May 05
2
Broken IMAPS Connects Create Lingering imap-login Processes
...imit = 3500 > } > ssl = required > ssl_ca = </etc/pki/dovecot/certs/[...].pem > ssl_cert = </etc/pki/dovecot/certs/[...].pem > ssl_key = </etc/pki/dovecot/private/[...].pem > ssl_verify_client_cert = yes > userdb { > args = uid=mandanten gid=mandanten home=/[...]/%Ld_[...]/%Ln > driver = static > } > verbose_proctitle = yes > protocol imap { > mail_plugins = " mail_log notify" > } -- *NEU* - NEC IT-Infrastruktur-Produkte im <http://www.linworks-shop.de/>: Server--Storage--Virtualisierung--Management SW--Passion for Performa...
2007 Dec 10
7
Serious Geek RoR newbie: wishes to know EXACTLY what/where all is installed by packages. Tnx!
[TOP lINE: is there a linux program that will tell me where all the installed files went?] Hi all....great to be here... i''m pretty relentless yet very new to RoR and fairly new to Linux [went with ubuntu 7.10 for the time being - learing pure Deb and/or Slack/BDS for the future] anyhooo.. So... Coming from my highly understood XP install [frankly it feels yuk these days] i''m
2004 Feb 26
3
Environment Poisoning and login -p
...be blocked. Problem: One common use of nologin scripts is to create ftp-only accounts. However, ftpd(8) limits ftp access to accounts with "standard" shells. As a result, ftp-only accounts must have their shell listed in /etc/shells. Possible fix: Have login unconditionally discard LD_LIBRARY_PATH and LD_PRELOAD from the environment, even if "-p" is specified. I'm unsure that this is sufficient. I'm also unsure whether this blocks legitimate use of "login -p." I am generally distrustful of blacklist security approaches; I'd prefer a whitelist ap...
2017 Jul 21
0
Wine release 2.13
..._color_quad() to custom pixel shader. d3d11/tests: Prefer draw_color_quad() to custom pixel shader. wined3d: Implement SM5 swapc instruction. d3d11/tests: Add test for swapc instruction. wined3d: Translate bfi, ubfe, ibfe instructions more carefully. wined3d: Translate ld_{raw, structured} instructions more carefully. d3d11/tests: Add additional tests for SM5 bit instructions. d3d11: Handle D3D11_MAP_WRITE map type. d3d11: Introduce d3d_blend_state_create() helper function. d3d11: Fix race condition in d3d_blend_state_create(). d3d11: In...