Hi
I am trying to parse the following lines and has to use * (asterisk) as the delimiter.
These lines are in a file, for example tmp.txt and I am using a while loop
Code:
tmp.txt:
14-OCT-2012 06:38:59 * (CONNECT_DATA=(SID=test)(GLOBAL_NAME=test.mydb.com.ch)(CID=(PROGRAM=Z:\Ora6i\BIN\ifrun60.EXE)(HOST=8000XXX05004RV)(USER=mickey
))) * (ADDRESS=(PROTOCOL=tcp)(HOST=11.90
I install freeradius2, add to raddb/users:
test Cleartext-Password := "test1"
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-IP-Address = 10.36.0.2,
Framed-IP-Netmask = 255.255.255.0,
start radiusd, and check auth:
radtest test test1 127.0.0.1 1002 testing123
Sending Access-Request of id 199 to 127.0.0.1 port 1812
User-Name = "test
I tried "chattr +i DIRNAME", it's great, but I cannot create files in the DIR after chattr.
Dear friends,
I can use rcp commands by
/usr/bin/rcp test.txt linux181:/test/test.txt
But when i use,
"rcp test.txt linux181:/test/test.txt"
It show the following error,
connect to address 173.148.4.54 port 544: Connection refused
Trying krb4 rcp...
connect to address 173.148.4.54 port 544: Connection refused
trying normal rcp (/usr/bin/rcp)
Permission denied.
(or)
connect t
I have an issue with sendmail on my server (ubuntu 12.10) with php, mysql,and wordpress installed. Basically I want to create a contact form in my blog to receive emails from visitors directly into my gmail account but it doest work!
From a Windows command prompt, when I want to test whether an IP and port is open to a connection I can use telnet:
Code:
telnet 1.2.3.4 5050
..tests whether I can connect to port 50 on host 1.2.3.4.
What is the correct context to do a similar test from an AIX console?
Thanks!
Hello,
I have a file that I want to be able to insert a new line before every instance of a regex.
I've written a python CGI script that invoke bash commands, and it needs to test for a successful login on the host.
Is it possible to create a bash script that will test a given username and password combination against the registred user on the host?
I have a rsync server and i can not list modules or transfer to modules.
Following work correctly:
rsync -v test.txt user@host.com:test
It will be create a new file "test" in the home directory of user
Following don't work correctly:
rsync -v test.txt user@host.com::moduleA
and
rsync server@host.com::
It returns this:
> rsync: failed to connect to demo.conari.net (*inet_ntop failed*