Hi,
I ve added two scripts start-dark-archon and start.lisp and made the
port 6109 listening on the server , but still am unable to take
rdesktop.
I guess the problem is with sbcl ,this is the o/p of sbcl while i run
manually.
o/p:
[root@A316-jpremsudhan sbcl]# ./sbcl
This is SBCL 1.0.10.40, an implementation of ANSI Common Lisp.
More information about SBCL is available at <
http://www.sbcl.org/>.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* (require 'asdf)
NIL
* (require 'asdf-binary-locations)
NIL
* (asdf:oos 'asdf:load-op 'dark-archon)
; loading system definition from
; /root/Desktop/paragent/sbcl/site-systems/dark-archon.asd into
; #<PACKAGE "ASDF0">
; registering #<SYSTEM DARK-ARCHON {AB06361}> as DARK-ARCHON
; loading system definition from
; /root/Desktop/paragent/sbcl/site-systems/psi.asd into #<PACKAGE
"ASDF0">
; registering #<SYSTEM PSI {ACA2E79}> as PSI
; loading system definition from
; /root/Desktop/paragent/sbcl/sb-posix/sb-posix.asd into #<PACKAGE
"ASDF0">
; loading system definition from
; /root/Desktop/paragent/sbcl/sb-grovel/sb-grovel.asd into #<PACKAGE
"ASDF1">
; registering #<SYSTEM SB-GROVEL {AE0C511}> as SB-GROVEL
; registering #<SYSTEM SB-POSIX {AD78129}> as SB-POSIX
; registering #<SYSTEM SB-POSIX-TESTS {AEA1131}> as SB-POSIX-TESTS
; loading system definition from
; /root/Desktop/paragent/sbcl/sb-bsd-sockets/sb-bsd-sockets.asd into
; #<PACKAGE "ASDF0">
; registering #<SYSTEM SB-BSD-SOCKETS {A9D4CD9}> as SB-BSD-SOCKETS
; registering #<SYSTEM SB-BSD-SOCKETS-TESTS {AB546D9}> as SB-BSD-
SOCKETS-TESTS
STYLE-WARNING: redefining LISP-VERSION-STRING in DEFUN
STYLE-WARNING: redefining IMPLEMENTATION-SPECIFIC-DIRECTORY-NAME in
DEFUN
STYLE-WARNING: redefining PATHNAME-PREFIX-P in DEFUN
STYLE-WARNING: redefining OUTPUT-FILES-FOR-SYSTEM-AND-OPERATION in
DEFGENERIC
STYLE-WARNING:
redefining OUTPUT-FILES-FOR-SYSTEM-AND-OPERATION (#<STANDARD-CLASS
SYSTEM>
#<BUILT-IN-CLASS
T>
#<BUILT-IN-CLASS
T>
#<BUILT-IN-CLASS
T>
#<BUILT-IN-CLASS
T>) in DEFMETHOD
STYLE-WARNING: redefining OUTPUT-FILES-USING-MAPPINGS in DEFGENERIC
STYLE-WARNING:
redefining OUTPUT-FILES-USING-MAPPINGS (#<BUILT-IN-CLASS T>
#<BUILT-IN-CLASS T>
#<BUILT-IN-CLASS T>) in
DEFMETHOD
STYLE-WARNING:
redefining OUTPUT-FILES :AROUND (#<STANDARD-CLASS COMPILE-OP>
#<STANDARD-CLASS SOURCE-FILE>) in
DEFMETHOD
STYLE-WARNING: Couldn't grovel for SIGEMT (unknown to the C compiler).
STYLE-WARNING: Couldn't grovel for S_IFWHT (unknown to the C
compiler).
STYLE-WARNING: Couldn't grovel for O_NOFOLLOW (unknown to the C
compiler).
STYLE-WARNING: Couldn't grovel for O_DIRECTORY (unknown to the C
compiler).
STYLE-WARNING: Couldn't grovel for O_DIRECT (unknown to the C
compiler).
STYLE-WARNING: implicitly creating new generic function REAP
NIL
* (in-package :dark-archon)
#<PACKAGE "COM.PARAGENT.DARK-ARCHON">
* (init)
debugger invoked on a ADDRESS-IN-USE-ERROR in thread #<THREAD "initial
thread" {A6DA821}>:
Socket error in "bind": EADDRINUSE (Address already in use)
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT] Exit debugger, returning to top level.
(SOCKET-ERROR "bind")
0]
Can any one of you please help me out to solve this.
Thanks in advance for your help,