search for: bash_version

Displaying 19 results from an estimated 19 matches for "bash_version".

2015 Jan 21
4
way to set shell used for remote commands?
...lled the latest bash under that account, in the ~/bin directory, but SSH will not use it. Using the client OpenSSH version : 1:6.6p1-2ubuntu2 on a linux x86_64 Ubuntu 14.04.1 host, if I try to specify which bash to use for an SSH command like : $ ssh $account /home/${user}/bin/bash -c 'echo $BASH_VERSION; echo $BASH_VERSION'; something very weird happens - only the second statement produces any output . If this is changed, we see only the first statement is run by the new shell, and the second is run by the old shell: $ ssh $account /home/${user}/bin/bash -c \ 'set | grep BASH_VERSIO...
2014 Mar 07
1
Fw: Default shell in Debian 6 of R is SH instead of BASH
...xperiencing this problem with R in Debian 6. The config saying about default shell in R for Debian 6 is in file /usr/lib/R/etc/Makeconf (line 80 "SHELL = /bin/bash") but in Debian 6 default shell for R is always SH instead of BASH. It can be checked by just typing in R system("echo $BASH_VERSION"). The same command system("echo $BASH_VERSION") in R for Centos 6.5 answers "4.1.2(1)-release". Also for Debian 6 in terminal command "echo $BASH_VERSION" also answers "4.1.2(1)-release". So it seems it is the problem of R configuration for Debian 6. I...
2010 Aug 29
1
Re: Trouble with libgsm on Mac OS X 10.6.2
Code: Apple_PubSub_Socket_Render=/tmp/launch-mcYObM/Render BASH=/bin/bash BASH_ARGC=() BASH_ARGV=() BASH_LINENO=() BASH_SOURCE=() BASH_VERSINFO=([0]="3" [1]="2" [2]="17" [3]="1" [4]="release" [5]="i386-apple-darwin9.0") BASH_VERSION='3.2.17(1)-release' CLICOLOR=true COLUMNS=270 COMMAND_MODE=unix2003 DIRSTACK=() DISPLAY=/tmp/launch-Byz8pE/org.x:0 DYLD_FALLBACK_LIBRARY_PATH=/Users/panosl/wine/wine-1.3.1/lib:/usr/X11/lib:/usr/lib EUID=501 GROUPS=() HISTFILE=/Users/panosl/.bash_history HISTFILESIZE=500 HISTSIZE=500 HOME=/U...
2019 Jul 14
2
New improved version of nut-report script
Hi Roger and thanks! I have attached my nut report from the new script (sans journal). I saw nothing that looked like a problem with the report save the sections <scriptname> "Cannot access <scriptname>. Perhaps this is from the missing journal? On 7/14/2019 7:52 AM, Roger Price wrote: > On Tue, 9 Jul 2019, Charles Lepple wrote: > >> Can you please run this script
2008 Mar 02
1
Wrong uptodate
...log/cronscripts/2serverbup.log 2>&1 done } . . . a_rsync && b_rsync && date > /tmp/backup set run in cron: BASH=/bin/sh BASH_VERSINFO=([0]="2" [1]="05b" [2]="0" [3]="1" [4]="release" [5]="i386-pc-linux-gnu") BASH_VERSION='2.05b.0(1)-release' DIRSTACK=() EUID=0 GROUPS=() HOME=/root HOSTNAME=server HOSTTYPE=i386 IFS=' ' LANG=de_DE@euro LANGUAGE=de_DE:de:en_GB:en 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...
2003 Jul 01
1
X11 forwarding when pw is aged
...97 steffenb at saturn:~ > /usr/X11R6/bin/xterm /usr/X11R6/bin/xterm Xt error: Can't open display: steffenb at saturn:~ > set BASH=/bin/bash BASH_VERSINFO=([0]="2" [1]="02" [2]="0" [3]="1" [4]="release" [5]="sparc-sun-solaris2.6") BASH_VERSION='2.02.0(1)-release' COLUMNS=80 DIRSTACK=() EUID=504 ----- break --- logfile: 2003-06-30 14:54:36 Looking up host "saturn" 2003-06-30 14:54:36 Connecting to 10.131.36.1 port 22 2003-06-30 14:54:36 Server version: SSH-1.99-OpenSSH_3.6.1p2-pwexp20 2003-06-30 14:54:36 We claim versio...
2007 Dec 07
10
Where are my VIM colors?
Maybe, it's stupid question but I've just installed CentOS5 and when I'm going to edit some of my conf files I see no colors as it did in old CentOS4x... I'm using: [root at domian:~]$ echo $TERM xterm Thanks in advance, Regards, Israel
2019 Jul 14
0
New improved version of nut-report script
...e: > ... I saw nothing that looked like a problem with the report save the > sections <scriptname> "Cannot access <scriptname>. Perhaps this is from the > missing journal? I'm wondering if the =~ operator in Bash is working as expected. What does command echo $BASH_VERSION report? Roger
2008 Jan 06
1
tomcat still sees jvm version 1.4.2 in Cent OS 5
...Enter to keep the current selection[+], or type selection number: # set BASH=/bin/bash BASH_ARGC=() BASH_ARGV=() BASH_LINENO=() BASH_SOURCE=() BASH_VERSINFO=([0]="3" [1]="1" [2]="17" [3]="1" [4]="release" [5]="i686-redhat-linux-gnu") BASH_VERSION='3.1.17(1)-release' COLORS=/etc/DIR_COLORS.xterm COLUMNS=80 CVS_RSH=ssh DIRSTACK=() EUID=0 GROUPS=() G_BROKEN_FILENAMES=1 HISTFILE=/root/.bash_history HISTFILESIZE=1000 HISTSIZE=1000 HOME=/root HOSTNAME=app2 HOSTTYPE=i686 IFS=$' \t\n' INPUTRC=/etc/inputrc JRE_HOME=/usr/lib/jvm/java-...
2001 Feb 18
3
PATCH: Round 2: RH initscripts backward compatibility
...1,97 @@ +#!/bin/bash +# +# Compability functions for sshd initscript +# Parts of my_action() are derived from Red Hat Linux 6.x initscripts. + +# Handle arguments localized using $"..." construct, if that construct +# is not available in this version of bash. +localized() { + case "${BASH_VERSION}" in + 1.*) + # Remove leading '$' character. + echo "${@#$}" + ;; + *) + echo "$@" + ;; + esac +} + +# Indicate success, using success() function if available; +# otherwise, use method compatible with initscripts < 4.0 +# (Red Hat Linux <= 5.2). +#...
2019 Jul 14
4
New improved version of nut-report script
...that looked like a problem with the report save the >> sections <scriptname> "Cannot access <scriptname>. Perhaps this is >> from the missing journal? > > I'm wondering if the =~ operator in Bash is working as expected. What > does command > > echo $BASH_VERSION > > report? > > Roger > > _______________________________________________ > Nut-upsuser mailing list > Nut-upsuser at alioth-lists.debian.net > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsuser
2004 Feb 06
0
Fail to build a default Samba!
...973150 Feb 6 10:30 configure [max@localhost source]$ ./configure : bad interpreter: No such file or directory [max@localhost source]$ source ./configure : command not found bash: ./configure: line 25: syntax error near unexpected token `elif' bash: ./configure: line 25: `elif test -n "${BASH_VERSION+set}" && (set = -o posix ' >/dev/null 2>&1; then [max@localhost source]$ ***** By the way, why I cannot run "./configure" command and have to run = "source ./configure"? This is my first time to post question, hope this is a correct site. Cheers! M...
2008 Mar 23
6
Access rights between AGI and Web server?
Hello I run AGI scripts from extensions.conf to save data into an SQLite database file, but this file must also be accessible in read-write mode by PHP scripts served by Lighttpd. As far as I can tell, Asterisk runs by default as root:wheel. I don't know if AGI scripts also run as root:wheel. Lighttpd runs as www:www, and if I create a new SQLite database through PHP scripts, they're
2001 May 16
1
wine-20010510 fails to run?
...0x1) retval=1 This is the machine environment which shows the LC_ALL=en: [jussij]$ set AUTOBOOT=YES BACKSPACE=Delete BASH=/bin/bash BASH_VERSINFO=([0]="2" [1]="04" [2]="18" [3]="1" [4]="release" [5]="i586-mandrake-linux-gnu") BASH_VERSION='2.04.18(1)-release' BOOT_IMAGE=linux BROWSER='kfmclient openProfile webbrowsing' CLASS=beginner COLORTERM= COLUMNS=80 CONSOLE=/dev/console DIRSTACK=() DISPLAY=:0.0 EUID=501 GROUPS=() GTK_RC_FILES=/etc/gtk/gtkrc:/home/jussij/.gtkrc HELP_BROWSER='kfmclient...
2014 Apr 01
2
problema con RStudio
Pues ahí lo tienes. De alguna manera R (a través de RStudio) no está incorporando el directorio /u01/app/luisr/product/11.1.0/client_1/lib donde se ve que tienes las librerías de ODBC al "LD path". Échale un vistazo a https://support.rstudio.com/hc/communities/public/questions/200641818-How-to-configure-libPaths-?locale=en-us Aparentemente RStudio tiene su propio sistema para
2004 Jan 22
1
PROBLEM: Filesystem became readonly, then kernel crashes on shutdown
...;ve removed the same directory many times, and the problem didn't happen before.... [7.] Environment bash-2.05b$ set BASH=/usr/bin/bash BASH_VERSINFO=([0]="2" [1]="05b" [2]="0" [3]="1" [4]="release" [5]="i486-slackwa re-linux-gnu") BASH_VERSION='2.05b.0(1)-release' COLUMNS=80 CVSROOT=:ext:mike@localhost:/cvstrees/crossover CVS_RSH=ssh CXOFFICE_DRIVE_TYPE_HACK=hd DIRSTACK=() DISPLAY=:0.0 EUID=1000 GDK_USE_XFT=1 GROUPS=() HISTFILE=/home/mike/.bash_history HISTFILESIZE=500 HISTSIZE=500 HOME=/home/mike HOSTNAME=kimchi.codeweavers.com...
2000 Dec 06
8
openssh-SNAP-20001207 scp "Bad file descriptor" sort-of work-around
Everything seems to work, though I still have trouble with scp. The behaviour is not protocol dependent - acts the same with either. (Using RedHat 6.2) When I scp <file> <host>:<dir>, bash is invoked as a login shell on the server side host - this doesn't seem right. With my /etc/profile, I get Dec 6 15:06:20 amethyst sshd[3027]: error: select: Bad file descriptor in
2015 Sep 25
2
Build of supermin 5 on Ubuntu 14.04 LTS
...\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='pri...
2006 May 18
0
R-devel and PGI 6.0 compile error
...in/R/clusterPGI/R-devel: ~/toolchain/R/clusterPGI/R-devel: ~/toolchain/R/clusterPGI/R-devel: ~/toolchain/R/clusterPGI/R-devel:set BASH=/bin/bash BASH_VERSINFO=([0]="2" [1]="05b" [2]="0" [3]="1" [4]="release" [5]="x86_64-redhat-linux-gnu") BASH_VERSION='2.05b.0(1)-release' BSTINPUTS=/home/mfa/gilp/BOCcite: CC=pgcc CFLAGS='-g -O2 -pc 64 -Kieee -fPIC' CMSS_MYSQL_HOST=mfa01518 CMSS_MYSQL_PWD=cmss COLORS=/etc/DIR_COLORS.xterm COLUMNS=80 CPPFLAGS='-I/usr/local/pgi/linux86-64/6.0/include -I/usr/local/pgi/linux86-64/6.0/include/CC...