search for: dhost

Displaying 6 results from an estimated 6 matches for "dhost".

Did you mean: host
2003 Dec 31
1
BAD rsync, or is it bad me?
...pressed ctrl-c and began restoring my files! :) Did it default to $HOME or ~ because the destination directory did not exist (/banneri) or did I miss something in my observation? "rsyncall.ksh" 15 lines, 449 characters #rsyncall.ksh #rsyncs all fs listed in $FSLIST from localhost to $DHOST FSLIST=/usr/local/adm/rsync.fslist SHOST=`hostname` DHOST=backenp650 date for FS in $(cat $FSLIST); do echo "rsync'ing $FS from $SHOST to $DHOST" rsync -vaz -e "ssh" --delete --exclude-from=/usr/local/adm/rsync.exclude $FS/ $DHOST:$FSi echo "\n" done...
2010 Apr 07
6
Consecutive Jobs
Anyone know how to submit jobs to at or anything else that allows jobs submitted to a queue to be executed consecutively? I have a series of servers that submits a job via an ssh background job but I can only have one execute at any given time. Possibly some clever bash work? Thanks! jlc
2001 Apr 10
0
open ssl
...h.com's version(1.2.31) and I got linking errors. I am going to try to install openssh, but I need to install openssl, and was wondering if that will mess up the web server on the raqs. Any responses are welcome. errors: gcc -pipe -c -I. -I./gmp-2.0.2-ssh-2 -I./zlib-1.0.4 -DHAVE_CONFIG_H -DHOST _KEY_FILE=\"/etc/ssh_host_key\"-DHOST_CONFIG_FILE=\"/etc/ssh_config\" -DSERV ER_CONFIG_FILE=\"/etc/sshd_config\"-DSSH_PROGRAM=\"/usr/local/bin/ssh1\" -DE TCDIR=\"/etc\" -DPIDDIR=\"/var/run\"-DSSH_BINDIR=\"/usr/local/bin\" -DTIS_M...
2012 Jan 07
0
Samba autofs autoumount problem with C$, D$, etc refusing to unmount
...ecent Samba 3.6.x and Samba 4 toolkits as well. I use a very simple automounting setup. From /etc/auto.master: /mnt/cifs /etc/auto.cifs --timeout=600 --ghost >From /etc/auto.cifs: # Default automounting for CIFS, all hosts # Restrictions go in auto.cifs.sub * -fstype=autofs,-Dhost=& file:/etc/auto.cifs.sub >From /etc/auto.cifs.sub # Default "mount anything", not corrently enabled # 491 is a restricted loal user and gid, locked with no active shell. * -fstype=cifs,ro,credentials=/root/.cifs,uid=491,gid=491 ://${host}/& That lets automounting work...
2005 Jun 01
0
Automount Windows filesystems with dynamic mapping
...TNAME/EXPORT and gain access to the nfs export if he has the proper credentials according to nfs. *** Identity needs to be preserved. So I set about achieving this using the automounter with the following settings. In /etc/auto.master: /smb /etc/auto.smb In /etc/auto.smb: * -fstype=autofs,-Dhost=& file:/etc/auto.smb.sub And in /etc/auto.smb.sub: * -fstype=smbfs,workgroup=WINDOMAIN,username=WALTER,password=MYPASS ://${host}/& and this works. I can cd /smb/SERVER/SHARE and it mounts and unmounts as expected. However, I would have to have my password in cleartext in /etc/auto.s...
2006 Jun 02
17
Config Revision Control
Has anyone got any neat solutions for Asterisk .conf file revision control? We have multiple Asterisk boxes here, that we'd like to maintain a _mostly_ common set of conf files on. They aren't all the same though. There's subtle differences. For example, in sip.conf, iax.conf etc, the bindaddr setting is different. Dundi.conf is very different between each system. At the moment I