Displaying 2 results from an estimated 2 matches for "appserver2".
Did you mean:
appserver
2011 Dec 12
0
bash on Centos 5 can not source FIFOs ...
Hello
I run into this problem on CentOS 5.7 (Final), that if I try to source a
FIFO in bash, my command will be silently ignored and nothing from the
FIFO is interpreted. Here is a simple example:
[root at appserver2 ~]# mkfifo /tmp/myfifo
[root at appserver2 ~]# echo ls -l >/tmp/myfifo &
[2] 23771
[root at appserver2 ~]# source /tmp/myfifo # no `ls? output here...
[root at appserver2 ~]# rm /tmp/myfifo
rm: remove fifo `/tmp/myfifo'? y
[2]+ Exit 1 echo ls -l > /tmp/myfifo...
2011 Nov 29
4
DHCP_HOSTNAME in ifcfg-eth0
Hello
Is there a way for the dhcp client to send the current host name of the
machine when requesting a lease ?
Currently I have to include a line like
DHCP_HOSTNAME=appserver2
in my /etc/sysconfig/network-scripts/ifcfg-eth0, but I would like to
tell the dhcp client to just 'also send the hostname' and then the
client to get the current hostname itself, instead of having the name
hard-coded in the ifcfg-eth0 file.
I am trying to get my router to know the names...