Trying to build code on IBM_AIX 5.3.
Following error occured during build.
ar: 0707-126 $projdir/obj/ibm/5.3/NewApp/NewApp.o is not valid with the current object file mode.
Use the -X option to specify the desired object mode.
ANy help is appreciated to resolve the error. (2 Replies)
Hi All,
I have a small application hosted on apache-tomcat 5. Basically its a html page which in turn calls a perl script residing on unix server. Through this perl script i am calling a shell script using system command , like
system('scriptname.sh',arg1,arg2,arg3);
Now in the script... (5 Replies)
Hello folks,
I have list of ips like
1.1.1.1
2.2.2.2
3.3.3.3
4.4.4.4
whois 1.1.1.1 |grep -E 'country|Country'
it show country=US or whatever.
so i have number of ips in text file, how i can use above script to automate output like
1.1.1.1 US
2.2.2.2 CA
3.3.3.3 FR (3 Replies)
Hi,
We are getting the following error code while connection remote server using sftp command.
sftp user@serrver
Warning: child process (/opt/ssh2/bin/ssh2) exited with code 126.
pls Advise. (2 Replies)
Discussion started by: koti_rama
2 Replies
LEARN ABOUT DEBIAN
al-session-daemon
ALBATROSS(8) System Manager's Manual ALBATROSS(8)NAME
al-session-daemon -- session daemon for Albatross web applications
SYNOPSIS
al-session-daemon [-D, --debug] [-h, --help] [-k, --pidfile pid-file] [-p, --port port] [-l, --log log-file] [command]
DESCRIPTION
This manual page documents briefly the al-session-daemon command.
This manual page was written for the Debian distribution because the original program does not have a manual page.
al-session-daemon is a daemon that implements a session server for Albatross web applications. It can store simple pieces of information
for later retrieval. With the help of this daemon, you can distribute your Albatross web application across several web servers and store
the sessions in one place.
OPTIONS
A summary of options is included below.
-D--debug
Write debugging to log.
-h--help
Display program help.
-k--pidfile
Record server pid in pid-file, default is /var/run/al-session-daemon.pid.
-p--port
Listen on port, default is 34343.
-l--log
Write log to log-file, default is /var/log/al-session-daemon.log.
AUTHOR
This manual page was written by Fabian Fagerholm fabbe@debian.org for the Debian system (but may be used by others). Permission is granted
to redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
ALBATROSS(8)