search for: echo

Displaying 20 results from an estimated 15979 matches for "echo".

2000 Oct 04
0
2.2.0p1 chroot patch
...--without-shadow Disable shadow password support" ac_help="$ac_help --with-ipaddr-display Use ip address instead of hostname in \$DISPLAY" @@ -588,7 +590,7 @@ # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:592: checking for $ac_word" >&5 +echo "configure:594: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" =...
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...--without-shadow Disable shadow password support" ac_help="$ac_help --with-ipaddr-display Use ip address instead of hostname in \$DISPLAY" @@ -588,7 +590,7 @@ # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:592: checking for $ac_word" >&5 +echo "configure:594: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" =...
2017 Nov 04
2
ntfs user mappings?
. DOMAIN_ADMIN_PASSWD.sh echo ${PASSWD} | kinit ${ADMIN}@${DOMAIN} echo -n > /etc/ntfs-3g.usermap for DOMAIN_USER in $(wbinfo -u);do RPCLOOKUPID=$(rpcclient -P -c "lookupnames ${DOMAIN_USER}" ${DOMAIN}) if [ "${RPCLOOKUPID:0:7}" != "ERROR: " ] && [ "${RPCLOOKUPID:0:7}" != &qu...
2009 Aug 06
0
No subject
...x that gets duplicates or the guest? > What happens when you ping the other way? > What does tcpdump show on both sides when you ping? ping -c 1 guest (10.100.100.74) -> external (10.91.73.252) (these are on the same subnet) guest: 15:29:51.342545 IP 10.100.100.74 > 10.91.73.252: ICMP echo request, id 64778, seq 1, length 64 15:29:51.342716 IP 10.91.73.252 > 10.100.100.74: ICMP echo reply, id 64778, seq 1, length 64 15:29:51.342734 IP 10.91.73.252 > 10.100.100.74: ICMP echo reply, id 64778, seq 1, length 64 15:29:51.342799 IP 10.91.73.252 > 10.100.100.74: ICMP echo reply, id...
2009 Aug 06
0
No subject
...x that gets duplicates or the guest? > What happens when you ping the other way? > What does tcpdump show on both sides when you ping? ping -c 1 guest (10.100.100.74) -> external (10.91.73.252) (these are on the same subnet) guest: 15:29:51.342545 IP 10.100.100.74 > 10.91.73.252: ICMP echo request, id 64778, seq 1, length 64 15:29:51.342716 IP 10.91.73.252 > 10.100.100.74: ICMP echo reply, id 64778, seq 1, length 64 15:29:51.342734 IP 10.91.73.252 > 10.100.100.74: ICMP echo reply, id 64778, seq 1, length 64 15:29:51.342799 IP 10.91.73.252 > 10.100.100.74: ICMP echo reply, id...
2002 Aug 09
0
Automation of public/private key generation
...lt value (Y | N). # Returns 0 if the user specified "Y", nonzero otherwise. # if [ ${#} -ne 2 ]; then return 1 fi if [ "${2}" = "Y" ]; then DEFPMPT="([Y]/N):\c " DEFVAL="Y" else DEFPMPT="(Y/[N]):\c " DEFVAL="N" fi echo "${1} ${DEFPMPT} \c" read ANS : ${ANS:="${DEFVAL}"} if [ "${ANS}" != "Y" -a "${ANS}" != "y" ]; then return 1 fi return 0 } # - ## ++ do_info() { echo "" echo "${scriptID}" | awk '{print "ssh-keymanager Ve...
2017 Nov 03
2
ntfs user mappings?
That looks easier I was working on ldap to convert but I'll try ldb-tools I was off on a bash mission here is what I had so far it isn't correct so I'll keep working on it #!/bin/bash if [ "$(echo $1|wc -c)" = "41" ];then hex=$(echo $1|base64 -d| od -x -w28 --endian=big|head -n1|sed 's/^0000000 //'|sed 's/ //g') echo ${hex} hex_chunk=$(echo ${hex}|cut -c1-2); echo ${hex_chunk} rev=$(echo "ibase=16; ${hex_chunk}" | bc) hex_chunk=$(echo ${hex}|cut -c3-4...
2017 Nov 05
3
ntfs user mappings?
On Sat, 4 Nov 2017 18:42:36 -0600 Jeff Sadowski <jeff.sadowski at gmail.com> wrote: > I decided to continue trying the ldap route as well > > littlehex2int() > { > hex=$1 > hex_chunk=$(echo ${hex}|cut -c$2-$3) > little=$(echo ${hex_chunk}|awk '{print > substr($0,7,2)substr($0,5,2)substr($0,3,2)substr($0,1,2)}') > echo "ibase=16; ${little}" | bc > } > > base64_to_sid() > { > OBJECTSID="$1" > hex=$(echo ${OBJECTSID}|base64 -d|od...
2009 Sep 01
7
Dahdi configuraion / error
Hello I just updated the kernel, dahdi-linux and dahdi-tools Im also using now asterisk 1.4.26.1 And im still with a red light (not RED/YELLOW anymore): [root at catumbela ~]# /etc/rc.d/init.d/dahdi status ### Span 1: TE4/0/1 "T4XXP (PCI) Card 0 Span 1" (MASTER) HDB3/ RED 1 PRI CAS RED 2 PRI CAS RED 3 PRI CAS RED 4 PRI
2005 May 31
11
More Tests for 2.4.0-RC2 - strange behaviour
...CES= + ROUTEMARK=256 + PROVIDERS= + stopping= + have_mutex= + masq_seq=1 + nonat_seq=1 + aliases_to_add= + FUNCTIONS=/usr/share/shorewall/functions + ''['' -f /usr/share/shorewall/functions '']'' + ''['' -n '''' '']'' + echo ''Loading /usr/share/shorewall/functions...'' Loading /usr/share/shorewall/functions... + . /usr/share/shorewall/functions ++ LEFTSHIFT=''<<'' ++ mktempdir ++ ''['' -z '''' '']'' ++ find_mktemp +++ which mktemp ++...
2017 Nov 05
0
ntfs user mappings?
...was having issues running ldbsearch as a normal user. I created the following functions to get it in and out of base64 and hex swap_endian() { local input=$1 local output="" while [ "${input}" != "" ];do output="${input:0:2}${output}" input=${input:2} done echo $output } base64_to_hex() { echo $(echo $1|base64 -d|hexdump -ve '/1 "%02x"') } hex2sid() { local hex=$1 local rev=$((16#${hex:0:2})) local dsh=$((16#${hex:2:2})) local ath=$((16#${hex:4:12})) local sec=$((16#$(swap_endian ${hex:16:8}))) local is1=$((16#$(swap_endian ${hex:24:8}...
2017 Nov 05
0
ntfs user mappings?
I decided to continue trying the ldap route as well littlehex2int() { hex=$1 hex_chunk=$(echo ${hex}|cut -c$2-$3) little=$(echo ${hex_chunk}|awk '{print substr($0,7,2)substr($0,5,2)substr($0,3,2)substr($0,1,2)}') echo "ibase=16; ${little}" | bc } base64_to_sid() { OBJECTSID="$1" hex=$(echo ${OBJECTSID}|base64 -d|od -A n -x -w28 --endian=big|sed 's/ //g'...
2005 Mar 26
4
Cisco's description of echo
We are having trouble with an installation that is getting a lot of echo on some calls. The installation is all SIP phones and they have a VoIP provider. When we call through the voip provider and into another of their customers (voip throughout) there is no echo problem. If we call in their landline, through the TDM400's FXO to one of the SIP phones, there is no...
2004 Nov 23
0
[OT] *nix Server/Windows Client Tips and tricks
...NTED=0 # you can pipe the following grep line through one or more grep -v to get rid of # wins listings you know you don't need, like other linux boxes or # printers or whatnot. grep \#00 $WINSFILE | cut -d " " -f 1 | cut -d \# -f 1 | cut -d \" -f 2 > $TEMPFILE mkdir $TEMPDIR echo Sophos report for `date` > $TEMPREPORT echo >> $TEMPREPORT echo >> $TEMPREPORT for HOST in `cat $TEMPFILE`; do if (grep -i $HOST /etc/samba/smbpasswd > /dev/null 2>&1); then echo $HOST >> $TEMPFILE.indomain HOSTCOUNT=`expr ${HOSTCOUNT} + 1`; else echo $HOST is...
2009 Feb 25
4
TE121 on Asterisk
...RED (EC: MG2) 22 WCT1/0/22 Clear RED (EC: MG2) 23 WCT1/0/23 Clear RED (EC: MG2) 24 WCT1/0/24 HDLCFCS RED ----------------- I want to change it to E1 instead of T1. here comes the problem. Default system.conf under /etc/dundi is: span=1,1,0,esf,b8zs bchan=1-23 dchan=24 echocanceller=mg2,1-23 loadzone = us defaultzone = us ------ to make it work as E1, if i write a new span like span=1,1,0,ccs,hdb3,crc4 i got the following error when i type dahdi_cfg dahdi_cfg -vvvv DAHDI Tools Version - 2.1.0.2 DAHDI Version: 2.1.0.4 Echo Canceller(s): MG2 Configuration =...
2009 Oct 08
0
rsync+zfs rotate script
...e-${LCL_POOL}-${LCL_ZFS}.log ERRFILE=/tmp/rsync_zfs_rotate-${LCL_POOL}-${LCL_ZFS}.err MAILER=/usr/sbin/sendmail MAILTO=someone at domain.com # NO EDITS BELOW THIS ################################################### # remove any old ERRFILE/OUTFILE to start fresh rm -f ${OUTFILE} rm -f ${ERRFILE} echo "" > $OUTFILE echo "----------------- RSYNC BEGIN ----------------" >> $OUTFILE date >> $OUTFILE echo "" >> $OUTFILE echo "$RSYNC_CMD $RMT_SERVER:$RMT_TARGET /$LCL_POOL/$LCL_ZFS" >> $OUTFILE $RSYNC_CMD $RMT_SERVER:$RMT_TARGET /$LC...
2016 Apr 13
1
[Fwd: Re: Samba_dlz, dhcp y zona inversa no actualiza]
>> what is in '/usr/bin/dhcpd-update-samba-dns.sh' ? # will receive addresses from this DHCP server. Instructions are found here: # https://wiki.archlinux.org/index.php/Samba_4_Active_Directory_Domain_Controller#DHCP sleep 5 checkvalues() { [ -z "${2}" ] && echo "Error: argument '${1}' requires a parameter." && exit 1 case ${2} in -*) echo "Error: Invalid parameter '${2}' passed to ${1}." exit 1 ;; *) return 0 ;; esac } showhelp() { echo -e "\n"`basename ${0}` "uses samba-tool to update DNS records...
2016 Feb 13
2
Tinc Router Mode - PING RESULT is destination host unreachable
Hi Lars, I have no experience to use tcpdump, here is the output from TCPdump for your reference. Any idea? Use my home PC to ping company PC 01:00:25.154706 ethertype IPv4, IP 192.168.1.2 > 10.0.0.2: ICMP echo request, id 1, seq 17, length 40 01:00:25.154706 IP 192.168.1.2 > 10.0.0.2: ICMP echo request, id 1, seq 17, length 40 01:00:25.154706 IP 192.168.1.2 > 10.0.0.2: ICMP echo request, id 1, seq 17, length 40 01:00:25.155177 IP 192.168.1.1 > 192.168.1.2: ICMP 10.0.0.2 protocol 1 port 19786 unr...
2009 Aug 25
2
Echo
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> I recently upgraded my Asterisk system to Dahdi and now I have an echo <br> problem. <br> <br> I am running Asterisk 1.4.25 with Dahdi Complete 2.2.0, on a Digium <br> TE121B PCI express card with a HARDWARE echo cancellation module. All <br> this is housed on a CentOS 5.5 box, 2.6.18 Kernel. My incoming phone <br> service is an AT&...
2005 Feb 01
4
Shorewall problem
I am getting the following message when Shorewall stops can anybody shed any light on this message and where I should be looking? Thanks root@bobshost:~# shorewall stop Loading /usr/share/shorewall/functions... Processing /etc/shorewall/params ... Processing /etc/shorewall/shorewall.conf... Loading Modules... Stopping Shorewall...Processing /etc/shorewall/stop ... IP Forwarding Enabled