search for: exit_status

Displaying 20 results from an estimated 172 matches for "exit_status".

2016 Feb 12
2
Test Failure OpenSSH 7.1 P2 on HPE NSE for integrity
..." " >> > >> > The session then closes OK but ssh exists with a -1 error code, which >> > gets propagated back up the stack as a failure. >> > >> > > debug1: Exit status -1 > > I put in a couple of debug statements in clientloop.c where exit_status is > set. It looks like the initialization of exit_status = -1 is the only point > where the value is modified. Looking closer at the sshd log: debug1: client_input_channel_req: channel 0 rtype exit-signal reply 0 The code for this is in session_exit_message() and looks like: if (...
2016 Feb 10
2
Test Failure OpenSSH 7.1 P2 on HPE NSE for integrity
On February 9, 2016 9:30 PM, Darren Tucker wrote: > To: Randall S. Becker <rsbecker at nexbridge.com> > Cc: OpenSSH Devel List <openssh-unix-dev at mindrot.org> > Subject: Re: Test Failure OpenSSH 7.1 P2 on HPE NSE for integrity > [...] > This one looks odd. The ssh session itself looks OK: it authenticates then > sends a printf shell command (basically, just a way
2014 Aug 18
2
Dovecot failing with exit code 19200 in cron job
...$email") if $debug; ??? my $dsync_command="dsync -v -D -u $email mirror ssh -C root@$mailstore dsync -u $email"; ??? logit("dsync_command=$dsync_command"); ??? # Run dsync of mailbox ??? logit("Started secondary sync of $mailbox to $mailstore") if $debug; ??? my $exit_status = system ( $dsync_command ); ??? logit("Dsync exit status: $exit_status") if $debug; ??? logit("Finished secondary sync of $mailbox to $mailstore") if $debug; }
2005 May 31
0
ssh exit_status not 255 for many errors
Hello openssh developers, I'm having some trouble with ssh version 3.8.1p1 but see the same problem in the source I just pulled from openssh at anoncvs.at.openbsd.org:/cvs The man page for ssh says... ssh exits with the exit status of the remote command or with 255 if an error occurred. thus I expect ssh to always return either 255 or the exit value of the remote command but it
2007 Jun 19
4
Changing the value of $?
Hi :) Does anyone know of a way to set the value of $? ? I have a test which stubs ` ; the call works fine, but then the library I am testing checks the value of $? to see if the process terminated correctly. It seems not to be possible to assign $? directly... For now I do this before my test : `ls > /dev/null` Which ensure that $? is zero ; but this is not a very nice way of doing it !
2010 Sep 01
5
[semi-OT] Using fortune() in an email signature
..."); exit(EXIT_FAILURE); case 0: /* in child */ /* close stdout */ close(1); execlp(producer, producer, (char *) 0); exit(EXIT_FAILURE); default: waitpid(pid, &exit_status, 0); if (exit_status != EXIT_SUCCESS) { fprintf(stderr, "Program %s doesn't seem to exist \n", producer); exit(EXIT_FAILURE); } Unfortunately, I don't understand this at all. Can a...
2012 Oct 01
1
BUG to compile dovecot 2.1.10 on Debian 4.0, using gcc 4.1.2
...tatus-> status; 426c427 - If (WIFSIGNALED (status-> status)) { --- + If (WIFSIGNALED (stat)) { 429c430 - Dec2str (status-> pid), WTERMSIG (status-> status)); --- + Dec2str (status-> pid), WTERMSIG (stat)); 431.432 c432, 433 -} Else if (WIFEXITED (status-> status)) { - Request-> exit_status WEXITSTATUS = (status-> status); --- +} Else if (WIFEXITED (stat)) { + Request-> exit_status WEXITSTATUS = (stat); -------------------------------------------------- -------- With this change worked perfectly ntanto in debian 4 with gcc 4.1.2, as in debian 6 with gcc 4.4.5. -I wonder if I ma...
2007 Dec 29
0
(unknown)
...39;cat /etc/password'' command line: bj submit cat /etc/password Bj''s priority queue lives in the database and is therefore durable - your jobs will live across an app crash or machine reboot. The job management is comprehensive capturing stdout, stderr, exit_status, and temporal statistics about each job: jobs = Bj.submit array_of_commands, :priority => 42 ... jobs.each do |job| if job.finished? p job.stdout p job.stderr p job.exit_status p job.started_at p job.finished_at en...
2015 Oct 16
2
Is there any solution, or even work on, limiting which keys gets forwarded where?
On Thu, Oct 15, 2015 at 07:02:58PM -0400, Nico Kadel-Garcia wrote: > On Thu, Oct 15, 2015 at 10:34 AM, hubert depesz lubaczewski > <depesz at depesz.com> wrote: > > Hi, > > > > I'm in a situation where I'm using multiple SSH keys, each to connect to > > different set of servers. > > > > I can't load/unload keys on demand, as I usually am
2023 Mar 22
3
[libnbd PATCH 0/3] reenable execvpe unit testing in Alpine Linux containers
These patches have been pushed (f5a065aa3a9c..9075f68ffc8b); I'm posting them for visibility. Laszlo Laszlo Ersek (3): lib/test-fork-safe-execvpe.sh: generalize "run" to "run0" lib/test-fork-safe-execvpe.sh: cope with Alpine Linux / BusyBox limitations Revert "ci: skip "lib/test-fork-safe-execvpe.sh" on Alpine Linux" ci/skipped_tests
2019 Dec 03
7
[p2v PATCH 0/6] Use GLib a bit more
In an effort to reduce the code, start to use few bits of GLib: - replace the gnulib c-type module - replace the gnulib getprogname module - use g_spawn_sync to launch curl, and drop a file reading function Pino Toscano (6): Include glib.h in p2v.h Use g_ascii_isspace instead of c_isspace from gnulib Use g_get_prgname instead of getprogname from gnulib build: remove no more used gnulib
2008 Sep 29
1
rsync hangs after counting some file list
...rgv 2]## for dest on local m/c eval exp_spawn rsync -avz --stats --progress --partial $LDEST $SRC $DEST expect "password" send "gbuilder\r" expect % set retVal [exp_wait] set pid [lindex $retVal 0] set spawn_id [lindex $retVal 1] set os_error [lindex $retVal 2] set exit_status [lindex $retVal 3] exit $exit_status ## returning the exit status of the rsync command. When I run the script I get the following output and it hangs indefinitely. ~/ravit/ravi.ex "--link-dest=/Build56/source/" "user@remotemachine:/Build58/source/" "./source/" exp_s...
2014 Feb 23
1
2.2.12: Panic: file mail-index.c: line 380 (mail_index_keywords_unref): assertion failed: (keywords->refcount > 0)
...fffb9d88d00, format=<optimized out>, args=<optimized out>) at failures.c:657 status = 0 #4 0x00007f64dab30d4e in i_panic (format=format at entry=0x7f64dae79848 "file %s: line %d (%s): assertion failed: (%s)") at failures.c:267 ctx = {type = LOG_TYPE_PANIC, exit_status = 0, timestamp = 0x0} args = {{gp_offset = 40, fp_offset = 48, overflow_arg_area = 0x7fffb9d88df0, reg_save_area = 0x7fffb9d88d30}} #5 0x00007f64dae59fbc in mail_index_keywords_unref (_keywords=<optimized out>) at mail-index.c:380 keywords = <optimized out>...
2001 May 31
3
OpenSSH, sftp problems
...: Connection down, re-establishing... FATAL: find_state_by_name: cannot find a state w/ name `fcr_lstat_file'. host1.mydomain.com> debug: Ssh2ChannelSession/sshchsession.c:1306: received exit status : 139 debug: Ssh2Common/sshcommon.c:660: num_channels now 0 debug: Got session close with exit_status=139 debug: destroying client struct... debug: uninitializing event loop host1.mydomain.com> ---------------------------------------- George Dimitoglou Emergent-IT, Space Sciences Division SOHO ESA/NASA Project Scientist Team Laboratory of Astronomy & Solar Physics NASA Goddard Spa...
2015 Oct 07
2
[PATCH 0/2] New APIs: set-identifier, get-identifier
This is very useful for debugging multithreaded programs. Rich.
2015 Sep 11
2
Need help on checkpassword userdb/passdb
...ase64 data may contain sensitive data) Sep 10 22:54:04 auth: Debug: checkpassword(mark,192.168.0.58,<AkYg1G8f8QDAqAA6>): execute: /user/util/bin/checkpassword /usr/local/libexec/dovecot/checkpassword-reply Sep 10 22:54:04 auth: Debug: checkpassword(mark,192.168.0.58,<AkYg1G8f8QDAqAA6>): exit_status=0 Sep 10 22:54:04 auth: Debug: checkpassword(mark,192.168.0.58,<AkYg1G8f8QDAqAA6>): Received input: Sep 10 22:54:06 auth: Debug: client passdb out: FAIL 1 user=mark temp ENV variables passed to the checkpassword program: DOVECOT_PRESERVE_ENVS=TZ CORE_OUTOFMEM CORE_ERROR DOVEC...
2009 Nov 27
1
Proxy, using checkpassword
...3 dovecot: auth(default): checkpassword(airbear,192.168.100.60): Received input: userdb_uid=0#011userdb_gid=0#011 Nov 27 10:35:02 pop3 dovecot: auth(default): checkpassword(airbear,192.168.100.60): Received no input Nov 27 10:35:02 pop3 dovecot: auth(default): checkpassword(airbear,192.168.100.60): exit_status=0 Nov 27 10:35:02 pop3 dovecot: auth(default): client out: OK#0118#011user=airbear Nov 27 10:35:02 pop3 dovecot: dovecot: User airbear is missing UID (see mail_uid setting) Nov 27 10:35:02 pop3 dovecot: auth(default): master in: REQUEST#0115#01116075#0118 Nov 27 10:35:02 pop3 dovecot: auth(default)...
2017 Jul 18
2
2.2.devel (0bee280) crashdump virtual plugin
...=0x7ffc829fd350, format=<optimized out>, args=<optimized out>) at failures.c:670 status = 0 #4 0x00007f497f080fde in i_panic (format=format at entry=0x7f497f47af00 "file %s: line %d (%s): assertion failed: (%s)") at failures.c:275 ctx = {type = LOG_TYPE_PANIC, exit_status = 0, timestamp = 0x0, timestamp_usecs = 0} args = {{gp_offset = 40, fp_offset = 48, overflow_arg_area = 0x7ffc829fd450, reg_save_area = 0x7ffc829fd390}} #5 0x00007f497f3cb6dc in mailbox_notify_changes_stop (box=<optimized out>) at mail-storage.c:1950 __FUNCTION__ = "mail...
2015 Sep 12
0
Need help on checkpassword userdb/passdb
...ase64 data may contain sensitive data) Sep 11 21:18:22 auth: Debug: checkpassword(mark,192.168.0.58,<tHPCm4IftgDAqAA6>): execute: /user/util/bin/checkpassword /usr/local/libexec/dovecot/checkpassword-reply Sep 11 21:18:22 auth: Debug: checkpassword(mark,192.168.0.58,<tHPCm4IftgDAqAA6>): exit_status=0 Sep 11 21:18:22 auth: Debug: checkpassword(mark,192.168.0.58,<tHPCm4IftgDAqAA6>): Received input: userdb_uid=3000026 userdb_gid=100 Sep 11 21:18:22 auth: Debug: client passdb out: OK 1 user=mark Sep 11 21:18:22 auth: Debug: master in: REQUEST 1794375681 4234 1 c25...
2014 Mar 03
1
Dovecot, AD and authenticated binds...
...sr/local/etc/dovecot/checkpassword-on2it /usr/local/libexec/dovecot/checkpassword-reply Mar 03 14:49:09 auth: Debug: checkpassword(js,127.0.0.1,<+qFODbTzDgB/AAAB>): Received input: userdb_uid=143 userdb_gid=143 Mar 03 14:49:09 auth: Debug: checkpassword(js,127.0.0.1,<+qFODbTzDgB/AAAB>): exit_status=0 Mar 03 14:49:09 auth: Debug: client passdb out: OK 1 user=js Mar 03 14:49:09 auth: Debug: master in: REQUEST 4007395329 90856 1 29571963894e557ab643d2e51872ba55 session_pid=90899 request_auth_token Mar 03 14:49:09 auth: Debug: prefetch(js,127.0.0.1,<+qFODbTzDgB/AAAB>): success Mar 03 14:49:...