search for: shlvl

Displaying 20 results from an estimated 68 matches for "shlvl".

2015 Aug 05
3
question on autch cache parameters
...gin environment in imap-postlogin script on first login: AUTH_TOKEN=e96b5a32ceb2cafc4460c210ad2e92e3d7ab388c MASTER_USER=master at uma SPUSER=private/pdf LOCAL_IP=127.0.0.1 USER=pdf AUTH_USER=master at uma PWD=/var/run/dovecot USERDB_KEYS=ACL_GROUPS HOME SPUSER MASTER_USER AUTH_TOKEN AUTH_USER SHLVL=1 HOME=/var/data/vmail/private/pdf ACL_GROUPS=umareadmaster IP=127.0.0.1 _=/usr/bin/env on the second cached login it looks like this AUTH_TOKEN=12703b11932f233520f6d4b33559c33aeb1cfc7f MASTER_USER=master at uma SPUSER=private/pdf LOCAL_IP=127.0.0.1 USER=pdf AUTH_USER=master at uma PWD=/var/run...
2011 May 19
2
unicorn doesn't restart properly after cap deploy (not using Bundler)
...ot;=>"/tmp/ssh-eeoDcvH461/agent.461", "PATH"=>"/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin", "MAIL"=>"/var/mail/root", "PWD"=>"/var/www/lookbook/current", "HOME"=>"/root", "SHLVL"=>"2", "LOGNAME"=>"root", "SSH_CONNECTION"=>"24.23.182.32 38170 98.158.22.100 22", "_"=>"/opt/ruby-enterprise-1.8.7-2010.02/bin/unicorn_rails", "RAILS_ENV"=>"production"} AFTER FORK: {&quot...
2015 Aug 06
3
question on autch cache parameters
...=e96b5a32ceb2cafc4460c210ad2e92e3d7ab388c >> MASTER_USER=master at uma >> SPUSER=private/pdf >> LOCAL_IP=127.0.0.1 >> USER=pdf >> AUTH_USER=master at uma >> PWD=/var/run/dovecot >> USERDB_KEYS=ACL_GROUPS HOME SPUSER MASTER_USER AUTH_TOKEN AUTH_USER >> SHLVL=1 >> HOME=/var/data/vmail/private/pdf >> ACL_GROUPS=umareadmaster >> IP=127.0.0.1 >> _=/usr/bin/env >> >> >> on the second cached login it looks like this >> >> >> AUTH_TOKEN=12703b11932f233520f6d4b33559c33aeb1cfc7f >> MASTER_USER=ma...
2006 Feb 17
3
Switchtower (0.10.0), ssh and environment confusion
...SSH_CLIENT=x.x.x.x 55394 22 [out :: foo.dartmouth.edu] SSH_TTY=/dev/ttyp0 [out :: foo.dartmouth.edu] USER=brianvh [out :: foo.dartmouth.edu] MAIL=/var/mail/brianvh [out :: foo.dartmouth.edu] PATH=/usr/bin:/bin:/usr/sbin:/sbin [out :: foo.dartmouth.edu] PWD=/Users/brianvh [out :: foo.dartmouth.edu] SHLVL=1 [out :: foo.dartmouth.edu] HOME=/Users/brianvh [out :: foo.dartmouth.edu] LOGNAME=brianvh [out :: foo.dartmouth.edu] SSH_CONNECTION=x.x.x.x 55394 y.y.y.y 22 [out :: foo.dartmouth.edu] _=/usr/bin/env command finished However, if I run what I assumed was the same command, from my OS X terminal: s...
2015 Aug 05
0
question on autch cache parameters
...gin: > > > AUTH_TOKEN=e96b5a32ceb2cafc4460c210ad2e92e3d7ab388c > MASTER_USER=master at uma > SPUSER=private/pdf > LOCAL_IP=127.0.0.1 > USER=pdf > AUTH_USER=master at uma > PWD=/var/run/dovecot > USERDB_KEYS=ACL_GROUPS HOME SPUSER MASTER_USER AUTH_TOKEN AUTH_USER > SHLVL=1 > HOME=/var/data/vmail/private/pdf > ACL_GROUPS=umareadmaster > IP=127.0.0.1 > _=/usr/bin/env > > > on the second cached login it looks like this > > > AUTH_TOKEN=12703b11932f233520f6d4b33559c33aeb1cfc7f > MASTER_USER=master at uma > SPUSER=private/pdf >...
2015 Aug 27
0
question on autch cache parameters
...3d7ab388c >>> MASTER_USER=master at uma >>> SPUSER=private/pdf >>> LOCAL_IP=127.0.0.1 >>> USER=pdf >>> AUTH_USER=master at uma >>> PWD=/var/run/dovecot >>> USERDB_KEYS=ACL_GROUPS HOME SPUSER MASTER_USER AUTH_TOKEN AUTH_USER >>> SHLVL=1 >>> HOME=/var/data/vmail/private/pdf >>> ACL_GROUPS=umareadmaster >>> IP=127.0.0.1 >>> _=/usr/bin/env >>> >>> >>> on the second cached login it looks like this >>> >>> >>> AUTH_TOKEN=12703b11932f233520f6d4b3...
2007 Nov 05
1
klibc sparc trouble with gcc > 4.0
..., "SSH_TTY=/dev/pts/0", "USER=root", "LS_COLORS=no=00:fi=00:di=01;34:l"..., "PATH=/usr/local/sbin:/usr/local/"..., "MAIL=/var/mail/root", "PWD=/root", "LANG=en_US.UTF-8", "PS1=\\h:\\w\\$ ", "HOME=/root", "SHLVL=2", "LS_OPTIONS=--color=auto", "LOGNAME=root", "SSH_CONNECTION=[myip] 3"..., "_=/usr/bin/strace", "OLDPWD=/"]) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ Process 3636 detached thanks for looking at it. -- maks...
2006 Jun 12
9
Network stops responding after some time
Hi there, I''m using the Suse Enterprise 10 RC2 along with Xen 3.0.2 on X86-64 and I''m experiencing a problem with the network. I boot into the Xen kernel and everything works just fine. I can browse the net etc. However after a while the network stops responding completely. I am not sure what causes this to happen or what triggers it. After a few hours, the network just stops
2020 Mar 28
0
[klibc:update-dash] dash: eval: Only restore exit status on exit/return
...[0], errmsg(e, E_EXEC)); /* NOTREACHED */ } diff --git a/usr/dash/main.c b/usr/dash/main.c index 6d53e009..6b3a0909 100644 --- a/usr/dash/main.c +++ b/usr/dash/main.c @@ -111,7 +111,7 @@ main(int argc, char **argv) e = exception; s = state; - if (e == EXEXIT || s == 0 || iflag == 0 || shlvl) + if (e == EXEND || e == EXEXIT || s == 0 || iflag == 0 || shlvl) exitshell(); reset(); diff --git a/usr/dash/trap.c b/usr/dash/trap.c index 1ad27e99..838008d2 100644 --- a/usr/dash/trap.c +++ b/usr/dash/trap.c @@ -42,6 +42,7 @@ #include "main.h" #include "nodes.h"...
2010 Aug 29
1
Re: Trouble with libgsm on Mac OS X 10.6.2
.../.wine/drive_c/Program Files/PyLotRO' PYTHONPATH='/Applications/Quick Search Box.app/Contents/Frameworks/Vermilion.framework/Resources' PYTHONSTARTUP=/Users/panosl/.pythonrc SECURITYSESSIONID=bb0090 SHELL=/bin/bash SHELLOPTS=braceexpand:hashall:histexpand:interactive-comments:monitor:vi SHLVL=1 SSH_AUTH_SOCK=/tmp/launch-Vp3vHL/Listeners TERM=xterm-color TERM_PROGRAM=Apple_Terminal TERM_PROGRAM_VERSION=240.2 TMPDIR=/var/folders/PV/PVgl5G1GGV4Qc703zZAPCU+++TI/-Tmp-/ UID=501 USER=panosl VIRTUALENVWRAPPER_PYTHON=/usr/bin/python WORKON_HOME=/Users/panosl/.virtualenvs _=set __CF_USER_TEXT_ENC...
2008 Mar 02
1
Wrong uptodate
...LOGNAME=root MACHTYPE=i386-pc-linux-gnu OPTERR=1 OPTIND=1 OSTYPE=linux-gnu PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin PIPESTATUS=([0]="0") POSIXLY_CORRECT=y PPID=25970 PS4='+ ' PWD=/root SHELL=/bin/sh SHELLOPTS=braceexpand:hashall:interactive-comments:posix SHLVL=2 TERM=dumb UID=0 set as root: BASH=/bin/bash BASH_VERSINFO=([0]="2" [1]="05b" [2]="0" [3]="1" [4]="release" [5]="i386-pc-linux-gnu") BASH_VERSION='2.05b.0(1)-release' COLUMNS=143 DIRSTACK=() EUID=0 GROUPS=() HISTFILE=/root/.bas...
2002 Dec 22
0
Bug ID: 26222 - SMB Storm
...roup wheel history 100 home /root killring 30 loginsh mail /var/mail/root owd path (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin /root/bin) prompt homes# prompt2 %R? prompt3 CORRECT>%R (y|n|e|a)? savehist 100 shell /bin/csh shlvl 1 status 0 tcsh 6.12.00 term vt100 tty ttyp0 uid 0 user root version tcsh 6.12.00 (Astron) 2002-07-23 (i386-intel-FreeBSD) options 8b,nls,dl,al,kan,sm,rh,color,dspm,filec homes# setenv USER=root LOGNAME=root HOME=/root MAIL=/var/mail/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/...
2008 Apr 07
2
problem with Rmpi 0.5-5 and openmpi
..._64 JAVA_BINDIR=/usr/lib/jvm/java/bin INPUTRC=/etc/inputrc PWD=/home/pearman JAVA_HOME=/usr/lib/jvm/java LANG=en_US.UTF-8 PYTHONSTARTUP=/etc/pythonstart SGE_ROOT=/opt/sge SDK_HOME=/usr/lib/jvm/java C3_RSH=ssh TEXINPUTS=:/home/pearman/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX JDK_HOME=/usr/lib/jvm/java SHLVL=1 HOME=/home/pearman LESS_ADVANCED_PREPROCESSOR=no OSTYPE=linux LS_OPTIONS=-N --color=tty -T 0 XCURSOR_THEME=crystalwhite WINDOWMANAGER=/usr/X11R6/bin/kde GTK_PATH=/usr/local/lib/gtk-2.0:/opt/gnome/lib/gtk-2.0:/usr/lib/gtk-2.0 GM_PATH=/opt/gm/2.1.21/2.6.11-21smp G_FILENAME_ENCODING=@locale,UTF-8,IS...
2012 Sep 30
2
User can't use SFTP after chroot
...setup: id 0 debug1: Sending environment. debug3: Ignored env TERM debug3: Ignored env SHELL debug3: Ignored env SSH_CLIENT debug3: Ignored env SSH_TTY debug3: Ignored env USER debug3: Ignored env LS_COLORS debug3: Ignored env MAIL debug3: Ignored env PATH debug3: Ignored env PWD debug3: Ignored env SHLVL debug3: Ignored env HOME debug3: Ignored env LOGNAME debug3: Ignored env SSH_CONNECTION debug3: Ignored env LESSOPEN debug3: Ignored env LESSCLOSE debug3: Ignored env _ debug1: Sending subsystem: sftp debug2: channel 0: request subsystem confirm 1 debug2: fd 3 setting TCP_NODELAY debug2: callback d...
2017 Apr 06
3
failure of make check-all
..."R_SESSION_TMPDIR" < [67] "R_SHARE_DIR" "R_SYSTEM_ABI" < [69] "R_TEXI2DVICMD" "R_UNZIPCMD" < [71] "R_VERSION" "R_ZIPCMD" < [73] "SED" "SESSION" < [77] "SHELL" "SHLVL" < [79] "SSH_AGENT_PID" "SSH_AUTH_SOCK" < [81] "TAR" "TERM" < [83] "TEXINPUTS" "UPSTART_EVENTS" < [85] "UPSTART_INSTANCE" "UPSTART_JOB" < [87] "UPSTART_SESSION" "US...
2017 Apr 06
0
failure of make check-all
..._TMPDIR" > < [67] "R_SHARE_DIR" "R_SYSTEM_ABI" > < [69] "R_TEXI2DVICMD" "R_UNZIPCMD" > < [71] "R_VERSION" "R_ZIPCMD" > < [73] "SED" "SESSION" > < [77] "SHELL" "SHLVL" > < [79] "SSH_AGENT_PID" "SSH_AUTH_SOCK" > < [81] "TAR" "TERM" > < [83] "TEXINPUTS" "UPSTART_EVENTS" > < [85] "UPSTART_INSTANCE" "UPSTART_JOB" > < [87] "UPSTART_SESSION...
2015 Sep 04
0
Login "error" message
...are -x MAIL="/var/spool/mail/xxxx" declare -x OLDPWD declare -x PATH="/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/xxxx/bin:/opt/current/maven/bin:/opt/current/java/bin" declare -x PWD="/home/xxxx" declare -x SHELL="/bin/bash" declare -x SHLVL="1" declare -x TERM="xterm-256color" declare -x USER=?xxxx" -bash: PATH: command not found I have tried to rectify the issue using the usermod and chsh commands with no success. Is there anything else that I can do to get rid of this message? Kind Regards Leon
2020 May 28
0
xinetd custom service - perl - remote address
...="3" ENV{LC_ALL}="en_US" ENV{previous}="N" ENV{LC_NUMERIC}="en_US" ENV{PWD}="/" ENV{LC_TIME}="en_US" ENV{LANG}="en_US" ENV{LC_MESSAGES}="en_US" ENV{runlevel}="3" ENV{INIT_VERSION}="sysvinit-2.86" ENV{SHLVL}="3" ENV{LC_MONETARY}="en_US" ENV{_}="/usr/sbin/xinetd" ENV{PATH}="/sbin:/usr/sbin:/bin:/usr/bin" ENV{vga}="773" ENV{REMOTE_HOST}="127.0.0.1" ENV{TERM}="linux" Connection closed by foreign host. Notice the value of ENV{REMOTE_HO...
2015 Aug 12
0
Error
...> XDG_SESSION_COOKIE=a1d519cf22cd431fb15180d000000351-1439393059.403089-1335452928 > SSH_CLIENT=172.18.68.6 60620 22 > SSH_TTY=/dev/pts/0 > USER=root > MAIL=/var/mail/root > PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin > PWD=/root > LANG=en_US.UTF-8 > SHLVL=1 > HOME=/root > LOGNAME=root > SSH_CONNECTION=172.18.68.6 60620 172.18.68.8 22 > _=/usr/bin/env > > > 12 de agosto del 2015 11:02, "Rowland Penny" <rowlandpenny241155 at gmail.com> escribió: >> On 12/08/15 15:44, sandy.napoles at eccmg.cupet.cu wrote: &gt...
2005 May 20
0
logcheck error, logtail output
...uot;en_US:en_GB:en" declare -x LOGNAME="logcheck" declare -x MAILTO="root" declare -x OLDPWD declare -x PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin" declare -x PWD="/var/lib/logcheck" declare -x SHELL="/bin/sh" declare -x SHLVL="2" while typing the command: noccbox:/home/sadus# su -s /bin/bash -c "/usr/sbin/logcheck -d " logcheck D: [1116640309] Turning debug mode on D: [1116640309] Sourcing - /etc/logcheck/logcheck.conf D: [1116640309] Finished getopts c:dhH:l:L:m:opr:RsS:tTuvw D: [1116640309] Tryin...