Displaying 20 results from an estimated 146 matches for "execle".
Did you mean:
execl
2010 Apr 16
2
klibc-1.5.17 build failure on mips
...I downloaded klibc-1.5.17 and try to cross-compiled it for MIPS. Got
following errors:
usr/klibc/exit.o: In function `exit':
exit.c:(.text+0x40): undefined reference to `_exit'
usr/klibc/execl.o: In function `execl':
execl.c:(.text+0x80): undefined reference to `execve'
usr/klibc/execle.o: In function `execle':
execle.c:(.text+0x84): undefined reference to `execve
........
I am using gcc-4.4.3 toolchain. for kernel 2.6.31. My build command is:
make CROSS_COMPILE=mipsel-linux- KLIBCARCH=mips KBUILD_VERBOSE=1
Googled around and saying that it might work if i disable distcc....
2016 Feb 22
0
execl
On Sun, 21 Feb 2016 21:14:05 +0000 (UTC), Eric Lindblad <geirfuglaps at yahoo.com> wrote:
> > Actually I have now found that the fcntl works, it is the execl which loses the lock!
>
> Could fork be at issue?
That would sound sensible, but I have stepped through the code (my copy,
obviously) with gdb, checking on the file with lsof in another session.
The sequence is
2004 Dec 03
3
do_pwchange() is broken on SCO UnixWare 7
The do_pwchange() function in session.c needs to pass the username as an
argument to the passwd command. Without it, passwd always fails with
something like "passwd: unknown user" as if its getting a blank user
arg. It's strange but so are many other things in SCO, which BTW was NOT
my OS of choice :(
To make it work I simply changed line 1317 to this:
execl(_PATH_PASSWD_PROG,
2016 Feb 22
3
Database left unlocked by Tcl bindings
On Sun, 21 Feb 2016 22:33:22 +0000, Olly Betts <olly at survex.com> wrote:
> On Sun, Feb 21, 2016 at 02:15:25PM +0100, Eric J wrote:
> > I discovered, while trying to set up Tcl bindings for Notmuch
> > (https://notmuchmail.org/), which uses Xapian, that flintlock was not
> > being locked (I had lost updates).
>
> It seems to work for me, testing with this:
>
2002 Jul 23
2
Irix UseLogin wtmp/utmp bug
...NOT use UseLogin the wtmp/utmp files do get
updated.
This leads me to believe when the login program is execl'ed it inherits
the sshd environment variables and there is something that the
/usr/bin/login program detects that causes it not to update wtmp/umtp?
I tried to prove this by using the execle() call instead of execl().
The execle() call allows you to pass a new environment in an array. I
set the environment array to contain just one variable. I was able to
login but this did not fix the problem!
I searched SGI's support for any updates to the /usr/bin/login program
and couldnot fin...
2016 Feb 24
0
Database left unlocked by Tcl bindings
On Mon, Feb 22, 2016 at 12:26:27PM +0100, Eric wrote:
> On Sun, 21 Feb 2016 22:33:22 +0000, Olly Betts <olly at survex.com> wrote:
> > On Sun, Feb 21, 2016 at 02:15:25PM +0100, Eric J wrote:
> > > I discovered, while trying to set up Tcl bindings for Notmuch
> > > (https://notmuchmail.org/), which uses Xapian, that flintlock was not
> > > being locked (I
2016 Feb 24
4
Database left unlocked by Tcl bindings
On Wed, 24 Feb 2016 03:17:35 +0000, Olly Betts <olly at survex.com> wrote:
>On Mon, Feb 22, 2016 at 12:26:27PM +0100, Eric wrote:
>> On Sun, 21 Feb 2016 22:33:22 +0000, Olly Betts <olly at survex.com> wrote:
>>> On Sun, Feb 21, 2016 at 02:15:25PM +0100, Eric J wrote:
>>>> I discovered, while trying to set up Tcl bindings for Notmuch
>>>>
2018 Jun 15
3
Connection terminates just after changing the password for user whose password was expired.
Hi ,
I am using OpenSSH7.5 on AIX platform and I was testing the same against
the user's password expired functionality.
Normally when password is expired and if I do telnet , it will prompt for
password change and at the same time user will allowed to logged in
successfully.
But when I try the same with ssh, it prompts me for password change and
after changing the password, the connection
2016 Feb 25
2
Database left unlocked by Tcl bindings
On Thu, 25 Feb 2016 02:24:51 +0000, Olly Betts <olly at survex.com> wrote:
> On Wed, Feb 24, 2016 at 04:30:55PM +0100, Eric J wrote:
>> On Wed, 24 Feb 2016 03:17:35 +0000, Olly Betts <olly at survex.com> wrote:
>>>On Mon, Feb 22, 2016 at 12:26:27PM +0100, Eric wrote:
>>>> % package require xapian 1.0.0
>>>> 1.2.18
>>>
>>>
2017 Dec 06
3
ssh(1) is inaccurate
Hi,
the man page an docs of ssh client say
"If command is specified, it is executed on the remote host instead of a
login shell."
But afaik this is not quite accurate. The login shell is always started.
But if a command is specified it runs that command instead of just
opening an interactive setting.
So if a user has /dev/false as login shell, you cannot run a command on
that host via
2011 Aug 11
1
appliance VM won't start, can't find /init, but /init is in the image.
Hi,
Still trying to get libguestfs appliance test to work on Ubuntu Lucid. I
figured out my umask was causing problems and fixed that. now I'm on to a
new problem. libguestfs-test-tool reports the following:
febootstrap: mounting new root on /root
febootstrap: chroot
/proc/uptime: No such file or directory
execl: /init: No such file or directory
febootstrap: debug: listing directory /
2000 Aug 10
3
Control-c not work under openssh?
...refuses to accept PATH being passed (a good thing)
although this just gives a warning and the logon continues. I did kludge
an earlier version to pass the env list in place of the NULL when using
login but lost it during a disk cleanup :-( . BTW login ignores any env
passed by calling it with an execle.
--------------------------------------------------------
Doug Manton, AT&T EMEA Firewall and Security Solutions
demanton at att.com
--------------------------------------------------------
"If privacy is outlawed, only outlaws will have privacy"
2011 Apr 06
5
Guestfish errors (Running in VirtualBox)
Hi All,
I am trying to run guestfish inside an Ubuntu instance running in VirtualBox. I'm running into problems, and my first question, is this setup even possible?
I compiled and installed libguestfs-1.8.4.
Running libguestfs-test-tool fails with the following output.
Would appreciate any advice,
Chris
new guestfs handle 0x8b77958
===== Test starts here =====
LIBGUESTFS_DEBUG=1
library
2006 Jan 10
9
FastCGI cannot start; Rails doesn''t work
...2006] [warn] FastCGI: (dynamic) server
"/home/martijn/domains/martijnvanleeuwen.nl/public_html/sponsors/public/test.fcgi"
started (pid 18781)
FastCGI: can''t start server
"/home/martijn/domains/martijnvanleeuwen.nl/public_html/sponsors/public/test.fcgi"
(pid 18781), execle() failed: No such file or directory
[Tue Jan 10 16:55:32 2006] [warn] FastCGI: (dynamic) server
"/home/martijn/domains/martijnvanleeuwen.nl/public_html/sponsors/public/test.fcgi"
(pid 18781) terminated by calling exit with status ''255''
######
What did i find out?
The...
2016 Feb 21
5
Database left unlocked by Tcl bindings
I discovered, while trying to set up Tcl bindings for Notmuch
(https://notmuchmail.org/), which uses Xapian, that flintlock was not
being locked (I had lost updates).
I then found that opening a Xapian database for writing directly via
the Xapian Tcl bindings also silently fails to lock flintlock.
I have taken a copy of flint_lock.cc to play with, and I find that it
locks the file when called
2002 Mar 12
0
OpenSSH 3.1: ssh-rand-helper
Dear openssh-developers,
the new external program ssh-rand-helper appeared in
OpenSSH 3.1. While the SFTP_SERVER is defined using
a _PATH_SFTP_SERVER pointing to SFTP_SERVER in Makefile.in
and defining a default-path in pathnames.h the ssh-rand-helper
is simply SSH_RAND_HELPER and defined with a fixed path
in Makefile.in and not having a default in pathnames.h.
I propose a handling analogous to
2004 Aug 22
0
app_mp3 with bri-stuff.0.1.0RC4a does not work
Hi there,
app_mp3 still does not work with the latest bri-stuff patch and the
zaphfc driver. Here in my place it only works with the patch attached.
For me it seems the bri-stuff worsens the asterisk timing... has anybody
else made experiences with it?
Deti
-------------- next part --------------
Index: app_mp3.c
===================================================================
RCS file:
2010 Apr 15
1
(no subject)
Hi,
When I try to save a new execl file to a samba share, I 've got an error
"unable to access to file", but the file is currently well saved.
No problem with open office nor ms word.
A wireshark trace indicate "Query_path_info/ error status_access_denied"
thanks for your help
regards
-----------------------------
here's my configuration:
Samba 3.5.2/ centos 5.4
2016 Feb 25
0
Database left unlocked by Tcl bindings
On Wed, Feb 24, 2016 at 04:30:55PM +0100, Eric J wrote:
> On Wed, 24 Feb 2016 03:17:35 +0000, Olly Betts <olly at survex.com> wrote:
> >On Mon, Feb 22, 2016 at 12:26:27PM +0100, Eric wrote:
> >> % package require xapian 1.0.0
> >> 1.2.18
> >
> > I've tested with 1.2.18 and can't reproduce this with that version
> > either (is that also
2016 Feb 25
0
Database left unlocked by Tcl bindings
On Thu, Feb 25, 2016 at 05:21:17PM +0100, Eric J wrote:
> On Thu, 25 Feb 2016 02:24:51 +0000, Olly Betts <olly at survex.com> wrote:
> > It's clearly not as simple as execl() always releasing the lock, but I
> > don't think we've ruled out the OS entirely yet - the above isn't
> > exactly equivalent to the Tcl code, as the two databases are created by