Useless backtrace in slime with SBCL

SBCL in arch exhibits some strange behavior. For example, typing (a) in the repl results in sldb displaying this:
The function COMMON-LISP-USER::A is undefined.
[Condition of type UNDEFINED-FUNCTION]
Restarts:
0: [RETRY] Retry SLIME REPL evaluation request.
1: [*ABORT] Return to SLIME's top level.
2: [ABORT] Abort thread (#<THREAD "repl-thread" RUNNING {1007B88063}>)
Backtrace:
0: (SB-KERNEL::UNDEFINED-FUN-ERROR-HANDLER ..)
1: (SB-KERNEL:INTERNAL-ERROR #.(SB-SYS:INT-SAP #X7FFFF4945740) #<unavailable argument>)
2: ("foreign function: #x4193AF")
In other distros (at least gentoo and debian) a complete backtrace is displayed.

I have sbcl-git from AUR instsalled and get
The function COMMON-LISP-USER::A is undefined.
[Condition of type UNDEFINED-FUNCTION]
Restarts:
0: [ABORT] Exit debugger, returning to top level.
Backtrace:
0: ("undefined function")
1: (SB-INT:SIMPLE-EVAL-IN-LEXENV (A) #<NULL-LEXENV>)
2: (EVAL (A))
3: (INTERACTIVE-EVAL (A) :EVAL NIL)
4: (SB-IMPL::REPL-FUN NIL)
5: ((LAMBDA () :IN SB-IMPL::TOPLEVEL-REPL))
6: (SB-IMPL::%WITH-REBOUND-IO-SYNTAX #<CLOSURE (LAMBDA # :IN SB-IMPL::TOPLEVEL-REPL) {100665C48B}>)
7: (SB-IMPL::TOPLEVEL-REPL NIL)
8: (SB-IMPL::TOPLEVEL-INIT)
9: ((FLET #:WITHOUT-INTERRUPTS-BODY-52 :IN SAVE-LISP-AND-DIE))
10: ((LABELS SB-IMPL::RESTART-LISP :IN SAVE-LISP-AND-DIE))
and
(progn (load "/usr/share/emacs/site-lisp/slime/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-loader:init")) (funcall (read-from-string "swank:start-server") "/tmp/slime.25686"))
This is SBCL 1.1.0.36-d15afa6, 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.
; loading #P"/usr/share/emacs/site-lisp/slime/swank-loader.lisp"
; compiling file "/usr/share/emacs/site-lisp/slime/swank-backend.lisp" (written 11 OCT 2012 01:58:28 PM):
; file: /usr/share/emacs/site-lisp/slime/swank-backend.lisp
; in: DEFUN UTF8-ENCODE
; (<= SWANK-BACKEND::CODE 67108863)
; ==>
; SWANK-BACKEND::CODE
; note: deleting unreachable code
; (SWANK-BACKEND::UTF8-ENCODE-AUX SWANK-BACKEND::CODE SWANK-BACKEND::BUFFER
; SWANK-BACKEND::START SWANK-BACKEND::END 5)
; --> COND IF < -
; ==>
; SWANK-BACKEND::END
; note: deleting unreachable code
; --> COND IF PROGN
; ==>
; SWANK-BACKEND::START
; note: deleting unreachable code
; --> COND IF COND THE PROGN SETF SB-KERNEL:%ASET
; ==>
; SWANK-BACKEND::BUFFER
; note: deleting unreachable code
; (<= SWANK-BACKEND::CODE 2147483647)
; ==>
; SWANK-BACKEND::CODE
; note: deleting unreachable code
; (SWANK-BACKEND::UTF8-ENCODE-AUX SWANK-BACKEND::CODE SWANK-BACKEND::BUFFER
; SWANK-BACKEND::START SWANK-BACKEND::END 6)
; --> COND IF < -
; ==>
; SWANK-BACKEND::END
; note: deleting unreachable code
; --> COND IF PROGN
; ==>
; SWANK-BACKEND::START
; note: deleting unreachable code
; --> COND IF COND THE PROGN SETF SB-KERNEL:%ASET
; ==>
; SWANK-BACKEND::BUFFER
; note: deleting unreachable code
; (ERROR "Can't encode ~s (~x)" CHAR SWANK-BACKEND::CODE)
; ==>
; "Can't encode ~s (~x)"
; note: deleting unreachable code
; in: DEFINTERFACE SEND
; (SWANK-BACKEND::DEFINTERFACE SWANK-BACKEND::SEND
; (SWANK-BACKEND::THREAD SWANK-BACKEND::OBJECT)
; "Send OBJECT to thread THREAD."
; SWANK-BACKEND::OBJECT)
; --> PROGN SETF LET* LET* MULTIPLE-VALUE-BIND LET LAMBDA
; ==>
; #'(LAMBDA (SWANK-BACKEND::THREAD SWANK-BACKEND::OBJECT) SWANK-BACKEND::OBJECT)
; caught STYLE-WARNING:
; The variable THREAD is defined but never used.
; in: DEFINTERFACE FIND-REGISTERED
; (SWANK-BACKEND::DEFINTERFACE SWANK-BACKEND::FIND-REGISTERED
; (SWANK-BACKEND::NAME)
; "Find the thread that was registered for the symbol NAME.
; Return nil if the no thread was registred or if the tread is dead."
; NIL)
; --> PROGN SETF LET* LET* MULTIPLE-VALUE-BIND LET LAMBDA
; ==>
; #'(LAMBDA (SWANK-BACKEND::NAME) NIL)
; caught STYLE-WARNING:
; The variable NAME is defined but never used.
; compilation unit finished
; caught 2 STYLE-WARNING conditions
; printed 9 notes
; /home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/swank-backend.fasl written
; compilation finished in 0:00:01.164
; loading #P"/home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/swank-backend.fasl"
WARNING: SWANK-BACKEND also exports the following symbols:
(SWANK-BACKEND:INTERRUPT-THREAD SWANK-BACKEND:MAKE-WEAK-VALUE-HASH-TABLE
SWANK-BACKEND:BACKGROUND-SAVE-IMAGE SWANK-BACKEND:GETPID
SWANK-BACKEND:FRAME-PACKAGE SWANK-BACKEND:CURRENT-THREAD
SWANK-BACKEND:CREATE-SOCKET SWANK-BACKEND:SLDB-STEP-INTO
SWANK-BACKEND:GUESS-EXTERNAL-FORMAT SWANK-BACKEND:FORMAT-STRING-EXPAND
SWANK-BACKEND:FRAME-RESTARTABLE-P SWANK-BACKEND:ALL-THREADS
SWANK-BACKEND:WHO-REFERENCES SWANK-BACKEND:SEND
SWANK-BACKEND:FORMAT-SLDB-CONDITION SWANK-BACKEND:GDB-INITIAL-COMMANDS
SWANK-BACKEND:CALL-WITH-COMPILATION-HOOKS
SWANK-BACKEND:PREFERRED-COMMUNICATION-STYLE SWANK-BACKEND:THREAD-ID
SWANK-BACKEND:REMOVE-SIGIO-HANDLERS SWANK-BACKEND:DESCRIBE-PRIMITIVE-TYPE
SWANK-BACKEND:MAKE-OUTPUT-STREAM SWANK-BACKEND:KILL-THREAD
SWANK-BACKEND:LISP-IMPLEMENTATION-TYPE-NAME SWANK-BACKEND:CONDITION-EXTRAS
SWANK-BACKEND:COMPILER-MACROEXPAND SWANK-BACKEND:FIND-DEFINITIONS
SWANK-BACKEND:LIST-CALLERS SWANK-BACKEND:CALL-WITH-DEBUGGER-HOOK
SWANK-BACKEND:INSTALL-SIGINT-HANDLER
SWANK-BACKEND:LISP-IMPLEMENTATION-PROGRAM SWANK-BACKEND:SOCKET-FD
SWANK-BACKEND:LOCAL-PORT SWANK-BACKEND:ACTIVATE-STEPPING
SWANK-BACKEND:PROFILED-FUNCTIONS SWANK-BACKEND:RECEIVE-IF
SWANK-BACKEND:UNPROFILE-ALL SWANK-BACKEND:COMMAND-LINE-ARGS
SWANK-BACKEND:SWANK-COMPILE-FILE SWANK-BACKEND:EXEC-IMAGE
SWANK-BACKEND:SLDB-STEP-NEXT SWANK-BACKEND:SAVE-IMAGE
SWANK-BACKEND:INSTALL-DEBUGGER-GLOBALLY SWANK-BACKEND:PROFILE-PACKAGE
SWANK-BACKEND:SLDB-STEP-OUT SWANK-BACKEND:FRAME-VAR-VALUE
SWANK-BACKEND:TOGGLE-TRACE SWANK-BACKEND:INITIALIZE-MULTIPROCESSING
SWANK-BACKEND:BUFFER-FIRST-CHANGE SWANK-BACKEND:LIST-CALLEES
SWANK-BACKEND:HASH-TABLE-WEAKNESS SWANK-BACKEND:DISASSEMBLE-FRAME
SWANK-BACKEND:DEFAULT-READTABLE-ALIST SWANK-BACKEND:FILENAME-TO-PATHNAME
SWANK-BACKEND:SPAWN SWANK-BACKEND:DESCRIBE-SYMBOL-FOR-EMACS
SWANK-BACKEND:FRAME-CATCH-TAGS SWANK-BACKEND:CALL-WITH-USER-BREAK-HANDLER
SWANK-BACKEND:WHO-SETS SWANK-BACKEND:CLOSE-SOCKET
SWANK-BACKEND:SET-DEFAULT-DIRECTORY SWANK-BACKEND:CHARACTER-COMPLETION-SET
SWANK-BACKEND:FUNCTION-NAME SWANK-BACKEND:CALLS-WHO SWANK-BACKEND:MAKE-LOCK
SWANK-BACKEND:DESCRIBE-DEFINITION SWANK-BACKEND:PRINT-FRAME
SWANK-BACKEND:WAIT-FOR-INPUT SWANK-BACKEND:FIND-THREAD
SWANK-BACKEND:ADD-SIGIO-HANDLER SWANK-BACKEND:MACROEXPAND-ALL
SWANK-BACKEND:THREAD-ATTRIBUTES SWANK-BACKEND:CALL-WITH-SYNTAX-HOOKS
SWANK-BACKEND:WHO-MACROEXPANDS SWANK-BACKEND:FIND-EXTERNAL-FORMAT
SWANK-BACKEND:FRAME-CALL SWANK-BACKEND:SET-STREAM-TIMEOUT
SWANK-BACKEND:UTF8-TO-STRING SWANK-BACKEND:ARGLIST
SWANK-BACKEND:ADD-FD-HANDLER SWANK-BACKEND:SWANK-COMPILE-STRING
SWANK-BACKEND:FIND-SOURCE-LOCATION SWANK-BACKEND:SLDB-STEPPER-CONDITION-P
SWANK-BACKEND:CALL-WITH-DEBUGGING-ENVIRONMENT
SWANK-BACKEND:ACCEPT-CONNECTION SWANK-BACKEND:PATHNAME-TO-FILENAME
SWANK-BACKEND:MAKE-WEAK-KEY-HASH-TABLE SWANK-BACKEND:PROFILE
SWANK-BACKEND:MAKE-FD-STREAM SWANK-BACKEND:RESTART-FRAME
SWANK-BACKEND:MAKE-INPUT-STREAM SWANK-BACKEND:PROFILE-REPORT
SWANK-BACKEND:FIND-REGISTERED SWANK-BACKEND:VALID-FUNCTION-NAME-P
SWANK-BACKEND:WHO-BINDS SWANK-BACKEND:FRAME-LOCALS
SWANK-BACKEND:EVAL-IN-FRAME SWANK-BACKEND:EMACS-CONNECTED
SWANK-BACKEND:COMPILER-MACROEXPAND-1 SWANK-BACKEND:STRING-TO-UTF8
SWANK-BACKEND:REGISTER-THREAD SWANK-BACKEND:THREAD-STATUS
SWANK-BACKEND:CALL-WITH-LOCK-HELD SWANK-BACKEND:COMPUTE-BACKTRACE
SWANK-BACKEND:PROFILE-RESET SWANK-BACKEND:REMOVE-FD-HANDLERS
SWANK-BACKEND:SLDB-BREAK-ON-RETURN SWANK-BACKEND:EVAL-CONTEXT
SWANK-BACKEND:CODEPOINT-LENGTH SWANK-BACKEND:THREAD-NAME
SWANK-BACKEND:WHO-CALLS SWANK-BACKEND:FRAME-SOURCE-LOCATION
SWANK-BACKEND:SET-DEFAULT-INITIAL-BINDING SWANK-BACKEND:DUP
SWANK-BACKEND:SLDB-BREAK-AT-START SWANK-BACKEND:UNPROFILE
SWANK-BACKEND:RETURN-FROM-FRAME SWANK-BACKEND:DEFAULT-DIRECTORY
SWANK-BACKEND:RECEIVE SWANK-BACKEND:THREAD-ALIVE-P
SWANK-BACKEND:WHO-SPECIALIZES)
See also:
The ANSI Standard, Macro DEFPACKAGE
; compiling file "/usr/share/emacs/site-lisp/slime/swank-source-path-parser.lisp" (written 11 OCT 2012 01:58:28 PM):
; /home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/swank-source-path-parser.fasl written
; compilation finished in 0:00:00.086
; loading #P"/home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/swank-source-path-parser.fasl"
; compiling file "/usr/share/emacs/site-lisp/slime/swank-source-file-cache.lisp" (written 11 OCT 2012 01:58:28 PM):
; /home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/swank-source-file-cache.fasl written
; compilation finished in 0:00:00.061
; loading #P"/home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/swank-source-file-cache.fasl"
; compiling file "/usr/share/emacs/site-lisp/slime/swank-sbcl.lisp" (written 11 OCT 2012 01:58:28 PM):
; file: /usr/share/emacs/site-lisp/slime/swank-sbcl.lisp
; in: DEFIMPLEMENTATION FRAME-CALL
; (PPRINT-LOGICAL-BLOCK (STREAM NIL :PREFIX "(" :SUFFIX ")")
; (LET ((*PRINT-LENGTH* NIL) (*PRINT-LEVEL* NIL))
; (PRIN1 (SB-DEBUG::ENSURE-PRINTABLE-OBJECT SWANK-BACKEND::NAME) STREAM))
; (LET ((SWANK-BACKEND::ARGS
; (SB-DEBUG::ENSURE-PRINTABLE-OBJECT SWANK-BACKEND::ARGS)))
; (IF (LISTP SWANK-BACKEND::ARGS)
; (FORMAT STREAM "~{ ~_~S~}" SWANK-BACKEND::ARGS)
; (FORMAT STREAM " ~S" SWANK-BACKEND::ARGS))))
; --> LET LET SB-PRETTY::WITH-PRETTY-STREAM FLET LET IF
; --> #:WITH-PRETTY-STREAM1822
; ==>
; STREAM
; note: deleting unreachable code
; compilation unit finished
; printed 1 note
; /home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/swank-sbcl.fasl written
; compilation finished in 0:00:01.956
; loading #P"/home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/swank-sbcl.fasl"
STYLE-WARNING: redefining EMACS-INSPECT (#<BUILT-IN-CLASS T>) in DEFMETHOD
; compiling file "/usr/share/emacs/site-lisp/slime/swank-gray.lisp" (written 11 OCT 2012 01:58:28 PM):
; /home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/swank-gray.fasl written
; compilation finished in 0:00:00.187
; loading #P"/home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/swank-gray.fasl"
STYLE-WARNING:
Implicitly creating new generic function
SWANK-BACKEND::STREAM-READ-CHAR-WILL-HANG-P.
; compiling file "/usr/share/emacs/site-lisp/slime/swank-match.lisp" (written 11 OCT 2012 01:58:28 PM):
; /home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/swank-match.fasl written
; compilation finished in 0:00:00.055
; loading #P"/home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/swank-match.fasl"
; compiling file "/usr/share/emacs/site-lisp/slime/swank-rpc.lisp" (written 11 OCT 2012 01:58:28 PM):
; /home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/swank-rpc.fasl written
; compilation finished in 0:00:00.211
; loading #P"/home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/swank-rpc.fasl"
; compiling file "/usr/share/emacs/site-lisp/slime/swank.lisp" (written 11 OCT 2012 01:58:28 PM):
; file: /usr/share/emacs/site-lisp/slime/swank.lisp
; in: DEFUN THREAD-FOR-EVALUATION
; (SWANK::FIND-REPL-THREAD SWANK::CONNECTION)
; caught STYLE-WARNING:
; undefined function: FIND-REPL-THREAD
; in: DEFUN FIND-WORKER-THREAD
; (SWANK::FIND-REPL-THREAD SWANK::CONNECTION)
; caught STYLE-WARNING:
; undefined function: FIND-REPL-THREAD
; compilation unit finished
; Undefined function:
; FIND-REPL-THREAD
; caught 2 STYLE-WARNING conditions
; /home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/swank.fasl written
; compilation finished in 0:00:03.117
; loading #P"/home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/swank.fasl"
WARNING: SWANK also exports the following symbols:
(SWANK:QUIT-THREAD-BROWSER SWANK:OPERATOR-ARGLIST SWANK:UNDEFINE-FUNCTION
SWANK:INIT-INSPECTOR SWANK:INSPECTOR-REINSPECT
SWANK:FIND-SOURCE-LOCATION-FOR-EMACS SWANK:APROPOS-LIST-FOR-EMACS
SWANK:PPRINT-EVAL SWANK:TOGGLE-DEBUG-ON-SWANK-ERROR
SWANK:COMPILE-FILE-FOR-EMACS SWANK:DESCRIBE-FUNCTION
SWANK:INVOKE-NTH-RESTART-FOR-EMACS SWANK:PPRINT-INSPECTOR-PART SWANK:PING
SWANK:SWANK-MACROEXPAND SWANK:COMMIT-EDITED-VALUE
SWANK:INSPECTOR-TOGGLE-VERBOSE SWANK:COMPILE-STRING-FOR-EMACS
SWANK:LIST-ALL-PACKAGE-NAMES SWANK:INSPECTOR-HISTORY
SWANK:SWANK-TOGGLE-TRACE SWANK:VALUE-FOR-EDITING SWANK:INSPECTOR-NTH-PART
SWANK:DOCUMENTATION-SYMBOL SWANK:BACKTRACE SWANK:SWANK-EXPAND
SWANK:DESCRIBE-DEFINITION-FOR-EMACS SWANK:FIND-DEFINITIONS-FOR-EMACS
SWANK:INSPECTOR-RANGE SWANK:INTERACTIVE-EVAL SWANK:INSPECTOR-NEXT
SWANK:CONNECTION-INFO SWANK:DESCRIBE-INSPECTEE
SWANK:FRAME-LOCALS-AND-CATCH-TAGS SWANK:LIST-THREADS SWANK:INSPECTOR-EVAL
SWANK:SWANK-REQUIRE SWANK:START-SWANK-SERVER-IN-THREAD SWANK:SLDB-ABORT
SWANK:SDLB-PRINT-CONDITION SWANK:KILL-NTH-THREAD SWANK:SLDB-NEXT
SWANK:SET-PACKAGE SWANK:SIMPLE-BREAK SWANK:SLDB-BREAK-WITH-DEFAULT-DEBUGGER
SWANK:SWANK-EXPAND-1 SWANK:SWANK-MACROEXPAND-1 SWANK:COMPILE-FILE-IF-NEEDED
SWANK:INSPECT-NTH-PART SWANK:EVAL-AND-GRAB-OUTPUT SWANK:INSPECT-IN-FRAME
SWANK:IO-SPEED-TEST SWANK:XREFS SWANK:SIMPLE-COMPLETIONS
SWANK:FLOW-CONTROL-TEST SWANK:XREF SWANK:RE-EVALUATE-DEFVAR
SWANK:EVAL-STRING-IN-FRAME SWANK:FIND-DEFINITION-FOR-THING
SWANK:UPDATE-INDENTATION-INFORMATION SWANK:PROFILE-BY-SUBSTRING
SWANK:SLDB-CONTINUE SWANK:INSPECTOR-POP SWANK:INVOKE-NTH-RESTART
SWANK:TOGGLE-BREAK-ON-SIGNALS SWANK:SWANK-FORMAT-STRING-EXPAND
SWANK:THROW-TO-TOPLEVEL SWANK:SWANK-COMPILER-MACROEXPAND
SWANK:FRAME-PACKAGE-NAME SWANK:PPRINT-EVAL-STRING-IN-FRAME
SWANK:INTERACTIVE-EVAL-REGION SWANK:UNINTERN-SYMBOL
SWANK:COMPILE-MULTIPLE-STRINGS-FOR-EMACS SWANK:SLDB-OUT
SWANK:INSPECT-CURRENT-CONDITION SWANK:DESCRIBE-SYMBOL
SWANK:INSPECT-FRAME-VAR SWANK:MOP SWANK:TOGGLE-PROFILE-FDEFINITION
SWANK:INSPECTOR-CALL-NTH-ACTION SWANK:SLDB-DISASSEMBLE
SWANK:SWANK-COMPILER-MACROEXPAND-1 SWANK:UNTRACE-ALL SWANK:QUIT-INSPECTOR
SWANK:DISASSEMBLE-FORM SWANK:SWANK-MACROEXPAND-ALL SWANK:DEBUG-NTH-THREAD
SWANK:LOAD-FILE SWANK:SLDB-RETURN-FROM-FRAME SWANK:DEBUGGER-INFO-FOR-EMACS)
See also:
The ANSI Standard, Macro DEFPACKAGE
WARNING: These Swank interfaces are unimplemented:
(DISASSEMBLE-FRAME SLDB-BREAK-AT-START SLDB-BREAK-ON-RETURN)
; compiling file "/usr/share/emacs/site-lisp/slime/contrib/swank-util.lisp" (written 11 OCT 2012 01:58:28 PM):
; /home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/contrib/swank-util.fasl written
; compilation finished in 0:00:00.092
; compiling file "/usr/share/emacs/site-lisp/slime/contrib/swank-repl.lisp" (written 11 OCT 2012 01:58:28 PM):
; /home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/contrib/swank-repl.fasl written
; compilation finished in 0:00:00.187
; compiling file "/usr/share/emacs/site-lisp/slime/contrib/swank-c-p-c.lisp" (written 11 OCT 2012 01:58:28 PM):
; /home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/contrib/swank-c-p-c.fasl written
; compilation finished in 0:00:00.173
; compiling file "/usr/share/emacs/site-lisp/slime/contrib/swank-arglists.lisp" (written 11 OCT 2012 01:58:28 PM):
; /home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/contrib/swank-arglists.fasl written
; compilation finished in 0:00:01.288
; compiling file "/usr/share/emacs/site-lisp/slime/contrib/swank-fuzzy.lisp" (written 11 OCT 2012 01:58:28 PM):
; file: /usr/share/emacs/site-lisp/slime/contrib/swank-fuzzy.lisp
; in: DEFUN RECURSIVELY-COMPUTE-MOST-COMPLETIONS
; (LENGTH SWANK::*ALL-CHUNKS*)
; note: unable to
; optimize
; due to type uncertainty:
; The first argument is a SEQUENCE, not a (SIMPLE-ARRAY * (*)).
; note: unable to
; optimize
; due to type uncertainty:
; The first argument is a SEQUENCE, not a VECTOR.
; (INCF SWANK::SHORT-INDEX)
; --> LET* SETQ
; ==>
; (THE FIXNUM #:NEW517)
; note: doing signed word to integer coercion (cost 20), for:
; the first argument of CHECK-FIXNUM
; compilation unit finished
; printed 3 notes
; /home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/contrib/swank-fuzzy.fasl written
; compilation finished in 0:00:00.297
; compiling file "/usr/share/emacs/site-lisp/slime/contrib/swank-fancy-inspector.lisp" (written 11 OCT 2012 01:58:28 PM):
; /home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/contrib/swank-fancy-inspector.fasl written
; compilation finished in 0:00:00.970
; compiling file "/usr/share/emacs/site-lisp/slime/contrib/swank-presentations.lisp" (written 11 OCT 2012 01:58:28 PM):
; /home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/contrib/swank-presentations.fasl written
; compilation finished in 0:00:00.084
; compiling file "/usr/share/emacs/site-lisp/slime/contrib/swank-presentation-streams.lisp" (written 11 OCT 2012 01:58:28 PM):
; /home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/contrib/swank-presentation-streams.fasl written
; compilation finished in 0:00:00.086
; compiling file "/usr/share/emacs/site-lisp/slime/contrib/swank-asdf.lisp" (written 11 OCT 2012 01:58:28 PM):
; /home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/contrib/swank-asdf.fasl written
; compilation finished in 0:00:00.126
; compiling file "/usr/share/emacs/site-lisp/slime/contrib/swank-package-fu.lisp" (written 11 OCT 2012 01:58:28 PM):
; /home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/contrib/swank-package-fu.fasl written
; compilation finished in 0:00:00.040
; compiling file "/usr/share/emacs/site-lisp/slime/contrib/swank-hyperdoc.lisp" (written 11 OCT 2012 01:58:28 PM):
; /home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/contrib/swank-hyperdoc.fasl written
; compilation finished in 0:00:00.113
; compiling file "/usr/share/emacs/site-lisp/slime/contrib/swank-sbcl-exts.lisp" (written 11 OCT 2012 01:58:28 PM):
; /home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/contrib/swank-sbcl-exts.fasl written
; compilation finished in 0:00:00.044
; compiling file "/usr/share/emacs/site-lisp/slime/contrib/swank-mrepl.lisp" (written 11 OCT 2012 01:58:28 PM):
; /home/haawda/.slime/fasl/2012-09-04/sbcl-1.1.0.36-d15afa6-linux-x86-64/contrib/swank-mrepl.fasl written
; compilation finished in 0:00:00.110
;; Swank started at port: 37004.
37004
* (a)
; in: A
; (A)
; caught STYLE-WARNING:
; undefined function: A
; compilation unit finished
; Undefined function:
; A
; caught 1 STYLE-WARNING condition
I this what you meant when saying "complete backtrace"?

Similar Messages

  • Replace slim with lxdm

    Hi,
    Please someone let me know the thread where I find instructions to replace slim with lxdm.
    thanks,
    swaroop

    You need instructions to do this?
    Disable slim.service, install lxdm, enable lxdm.service.
    Optionally, remove the slim package.

  • I use an iMac (27" 3.4) and have problems with the Magic Mouse. It does not use contact, but opens useless and unrelated submenus with every click, even on the empty desktop. I can't shift, open or close pages. Has anyone out there the same problem?

    I use an iMac 27" (mid 2011). Until recently I had OSX 10.6.8 installed, but both, the HDD and SSD had to be replaced, and I lost all the memory.
    After the repair through Apple Care I had OSX 10.7.5. (Lion) installed, which developed a Magic Mouse problem.
    Unlike with most users, I have no problems with connection, but grapple with a different kind of erratic behaviour.
    All fancy stuff is turned off in the mouse preferences. When I try to move, open or close pages, unrelated submenus pop up and hinder the
    required task. No matter how often I click, these menus stay there, and they even come up when clicking on the bare desktop.
    It renders the mouse absolutely useless, as no work can be done with it.
    The first 'Magic Mouse' had depleted batteries every few days, despite switching it off after use.
    I was supplied a new Mouse, which does better battery-wise, but the problems are the same. I can't get a result by clicking on any link, due to
    the pop-up menus, so both 'Magic Mice' are totally useless.
    At present I am using the old USB mouse from my Mac Pro, and that works still o.k.
    The problem are not the mice, but the software. The first 2 weeks after installation of OSX 10.7.5 the Magic Mouse worked though.
    I have no idea as to what the reason may be.
    Has anyone in the community ever experienced that particular problem. Any hint would be welcomed.
    Thank you!

    Not using any mouse pad, I have a very smooth desktop. But I just tried to use a sheet of A4 printing paper, but no result, the problem persisted.
    Someone on this forum suggested, that USB3 may interfere with the magic mouse.
    I have 2 LaCie HDD's about 70 cm away from the mouse, I use them on Thunderbolt. But in operation or not - the result is the same, the mouse plays up! Just now I was clicking the desktop and the mouse created a new folder!!
    Thanks for the advice, Bee
    Cheers, Gerd

  • Extern midi useless: miditiming in sync with audio, is it possible?

    using a UAD-1 latency is a big issue here. Is it possible to have extern miditiming in sync when you use groups? With full pdc miditiming is useless, with pdc on tracks & instr works until you put some UAD plugin on a bus and compensate it with track advance to get the audio sync again; now extern midi is way early. This means that with any plugin; extern midi timing will be compromised!!!!!!!!!!
    Can anyone tell me if there is a way to sync midi and audio and still use groups?
    Without a workaround Logic Pro is useless. What a mess; instruments dropping out, serious miditiming issues, au validation issues... I'm getting a bit desperate here.
    regards
    Budy

    yes, i know - that's been discussed on this forum though it is not something i feel strongly conversant, only to say that i believe there are ways round the problem.
    the site is www.logicprohelp.com
    and if they can't help you then no-one can.
    if it were me - and it has been when remixing older cues, i have simply put a delay (or by that i mean negative delay which brings it forward) on the midi tracks.
    maybe this is not the best method, but you could record a midi generated click (ie a click track with your external module as the source), and then loop it in playback against klopfgeist, adjusting the delay setting until it is tight. this may not offer sample accurate precision, but midi is not capable of sample accurate precision anyway.
    there are people out there who have this sorted, and my method worked fine for me, but if you do elctronic music such as house or whatever, then you may be concerned with really really tight timing in which case you might be looking for the "recognized" solution.
    have real trawl through this forum - it's been discussed.

  • SLiM with Dual Screens

    I want to use SLiM for my login manager, I have two monitors though and the SLiM login gets stretched over the two screens.  Is there a way to keep it to one screen?
    I found a post in this foum http://bbs.archlinux.org/viewtopic.php? … 23#p356023 but there wasn't a solution posted.
    Any help is appreciated.

    You could have a look at the theme-folder of slim (i think it's located at /usr/share/slim/themes) and edit your theme, so that the loginbox is moved to 1 screen and nothing is stretched (you will have to change some numbers)

  • Using OCI on developper tools

    Hi,
    i'm trying to use OCI with XCode but I can't...
    When I try to build, it make this error :
    TestOracle:0: table of contents for archive: /Users/oracle/TestOracle/libocci9.a is out of date; rerun ranlib(1) (can't load from it)
    I've tried to run ranlib on this library but it's the same pb...
    Can anybody help me ?
    Thanks,
    guillaume

    and to set up this var (the dynamic lib path) so that you can use your windows app from the finder or xcode, you can check this:
    "This is true, but it is also possible, and I believe Gary alluded to
    this in his post, to set environment variables for all GUI apps a user
    launches under Mac OS X. In every user's home directory, there is an
    invisible directory named:
    .MacOSX
    In that .MacOSX directory create (or add to, if it already exits) a
    .plist file named:
    .environment.plist
    The easiest way to edit .plist files is with Property List Editor Which
    is in /Developer/Applications if you've installed the Developer Tools
    (or Xcode).
    To add environment variables that will be in effect for any GUI app,
    such as the Carbon Version of Emacs, available at:
    <http://mindlube.com/products/emacs/index.html>
    add new children to the Root entry (or new siblings of existing child
    entries, same diff), one for each environment variable, and enter it's
    value on the right hand side.
    For example, to use slime with sbcl, the environment variable SBCL_HOME
    must be set (it's the directory where the sbcl core file is). So, you'd
    make a new child named SBCL_CORE and set its value to /usr/lib/sbcl (if
    that's where you've installed sbcl).
    To have a certain value of PATH in effect for all GUI apps, add (or
    modify if already existing) a child named PATH and set its value to:
    .:/another/directory/I/want/to/add:/yet/another:/another/still
    Note the .: at the beginning (dot colon) - this tells the system to add
    these entries to the existing default entries which are already in
    effect for all Mac OS X GUI apps. Note that the last entry does *not*
    need to have a colon after it.
    N.B. - For any changes to take effect, you will have to log out and log
    back in. This one has bitten me many times. Dammed aggressive caching!
    (unfortunately, merely executing:
    touch ~/.MacOSX and/or
    touch ~/.MacOSX/environment.plist
    will not work. You really do need to log out and back in again).
    Does anybody know if there's a process that can be killed and
    restarted so that logging out can be avoided (probably the
    WindowServer, so you'd lose anyway - oh well)."
    from google here:
    http://clozure.com/pipermail/openmcl-devel/2004-January/001353.html

  • Slim won't work with nvidia

    Hi!
    I've read somewhere how to use slim with nvidia but forgot where.
    Is there anybody that use slim with nvidia (binary driver, not nv)?

    mpie wrote:how are you starting slim?
    from rc.conf
    mpie wrote:are you restarting slim after installing changing to nvidia?
    /etc/rc.d/slim stop
    nano /etc/X11/xorg.conf
    /etc/rc.d/slim start
    Reboot does not helps too.

  • Yoga 2 Pro - Veriface doesnt work with Domain Account

    I have a Yoga 2 Pro and I can get Veirface to work fine with a local account but it will not work with a Domain Account. I can get it to where it prompts me for the Domain Account Password (as it should the 1st time) but when you enetr the proper password, it tells you ints invalid etc. I have tried changing the Domain Password but it acts like it just cant locate the account etc. Does anyone know if this is a known issue or if there is a resolution to this?
    I am using Veriface 5.0.13.5261 on a Windows 8.1 Pro Operating System

    Hi there, i had the same problem.
    I have two accounts
    1. valentia\mubi (which is domain account)
    2. Mubi (which is local laptop account)
    When i use register my account with veriface, it work fine with Mubi
    When i use to register my account with valentia\mubi it say wrong password..
    I even deleted local i.e. Mubi account but still no luck!
    This is great feature, but pretty much useless if not working with domain. I have to use domain account, 

  • TS2570 Is downloaded mavericks and installed. I cannot boot up, it hangs on the grey screen with the apple logo

    Will not boot

    Here are some suggestions based on my recent issue with unable to get Mavericks up after upgrade - The Apple geniuses just simply couldnt figure this one out...despite it being in their shop for 3 days (They probably did not look at it...and asked if they can just wipe out everything and install fresh...i had said NO):
    Restart computer and hold Cmd+V when you hear chime. This will start the computer in Verbose mode.
    See the messages and see where the system boot fails. In my case, it was some backtrace IOStorageFamily issue with com.paragon-software.
    Google may be able to solve your Apple issues - just type the error message in and see if you get any useful suggestions. in most cases - this would be some faulty 3rd party drivers.....
    In my case, it was something stupid i had probably installed....I had to boot to safe mode (Hold Shift at boot chime) - open Terminal, delete the folder com.paragon-software.kext from System/Library/Extensions....that fixed the problem. Mavericks is working great now....
    Let me know if your debugging thing works...

  • Mini dvi to dvi adapter interferes with airport ?

    Hi,
    I am seeing slower network speed (20% of the normal speed), when I use the mini-dvi-to-dvi adapter... I also have a mini-dvi-to-vga adapter which doesn't cause this network speed degradation.
    I guess the dvi adapter somehow interferes with the signals the airport sends and receives. The adapter comes with a very short cable (a couple of inches), so I can't move it out of the way to reduce interference (assuming that is the issue).
    In both cases, the adapters connect to the same external display (1920 x 1200) and they both work fine for my monitor. But I'd like to use the mini-dvi-to-dvi adapter because of the (slightly) better picture quality.
    But perhaps it's not interference, anyone else has ideas ?
    Unless anyone has a suggestion, I am going to return the mini-dvi-to-dvi adapter because it's pretty useless if it interferes with the airport.
    For now, I'd recommend others to buy a mini-dvi-to-vga adapter for their external displays...
    iMac, Mac Book and Mac Mini   Mac OS X (10.4.8)  

    Yes, I have that option set... but your response reminds me that that I haven't tried setting it off, see if that makes a difference (would be quite ironical if setting off "robustness" fixed it
    Since yours works, I wonder if it depends on the wireless router I use; I have a Netgear WTG624
    Thanks,

  • CM01 with PP-PI, how to remove phases

    We are using PP-PI module and in our master recipe we have 2 phases (Scheduling with capacity) for 1 operation. When we execute capacity evaluation CM01, it should displayed only the operation (sum of the phases) but instead it displays both phases.
    I looked at the configuration without success. Can someone help us?
    Also, we looked at transaction CM56. That one works fine but I don't know how to create a new profile or change it online. Can someone help?
    Thanks,
    Ghislain

    Thanks Praveen, it works but unfortunately it doesn't remove the overprint on the actual group. I'll attach a screen shot to show you.
    So, all of these paths and paths in the groups above have the overprint removed perfectly using the script you gave. However, it fails to find and remove the overprint that has snuck in on the group that I have underlined in red. All of the paths within that group are overprint-free.
    I know we shouldn't have those useless groups to begin with and our new files don't; but when working with old files that we have we make do and go for speed rather than quality.
    But hey I'm a designer and not production and if we have to ungroup them all then so be it! Production can just deal with it.

  • Safari and Google Maps are useless

    Safari and Google Maps invariably quit and return to the home screen. They are essentially useless. I tried to empty the cache and history...no luck. I then tried a reset and when it restarted got a message to please connect to iTunes. iTunes told me my phone needed to be restored. A progress bar indicated it was extracting some software and then it was preparing the iPhone for restoration. After some time I got an unknown error message (1603) that said it was unable to restore. I am looking at it as it sits uselessly in the dock with nothing but the apple icon showing. Has anyone experienced this? Does anyone have a solution? Should I just return it to the Apple Store.
    MacBook Pro   Mac OS X (10.4.10)  
    MacBook Pro   Mac OS X (10.4.7)  

    James, I'm sorry to say buddy, but you might just have a defective product. If restoring doesn't work there really isn't much more you could do. You can ether wait for the next update, and hope that would fix it, or just take it back to the store and exchange it. You have 30 days from the day of purchase to return the item. Thats my recommendation. GL

  • Anyone got one to work with Leopard yet?

    Posted this Rant at the end of another Topic, slightly OT so reposting here (with some additions):
    I wish I could report that iTunes 7.6 broke my apple tv, because that would mean it had been working up until very recently. Sadly however, it hasn't been used since i put leopard on my media server (mac mini).
    I bough one of the first batch of 40Gb ones before there were 160Gb ones, and have had to remove and re-add it to iTunes (streaming) every time i used it until leopard. now it will sometimes put in a fleeting appearance when removing a disk or plugging in an iPod.
    Once it was even there long enough to tell it to sync one film. Since leopard my work around has been to remove and add it again but with syncing not streaming then sync the one film or tv show that is required. unfortunately this has only worked once.
    What have I Tried To fix this i hear you cry well...
    Under Tiger:
    complete os rebuild, disabling firewall, rebuilding mac subnet from ground up playing sequentially with advanced router properties (yes i do know what i am doing, I'm a paid IT Technician) calling in a friend with networking and IT communications degree to help, calling in father with 20 years corporate network design experience.
    End result? nothing changed in the way my network was setup, as nothing was wrong with the way i had it set up to begin with (that said the initial setup of the router justifies a whole f*ing essay). during this time all mac's at all times had current software. i took all software updates hoping for a fix. in the mean time using the workaround described above.
    Under Leopard:
    Are you Joking? even less functionality. after reading up and discovering you CAN'T DISABLE the leopard firewall yet, devised new work around (as above) worked once, gave up. too much to deal with with wifi connections under leopard dropping out continuously.
    Result: useless piece of kit with truly wonderful and sleek looking software interface.
    I think a large part of the problem is my laughable router which seems to flake out requiring a cold restart multiple times a day. (airport extreme 'n' 1st generation).
    Both are just under a year old. I'll wait for 10.5.2 + Apple TV update + update to airport extreme base station (hopefully when time caplsule comes out).
    If this doesn't resolve all my issues I'll just return ATV + AEBS, call it a day with apple networking and get a netgear n router, and one of those network HDD's with video playing capability and a tv output and hook both things up by my tv. no video conversion to itunes required. wireless n access to my media. half the cost, job done.
    Don't get me wrong, mac's are still amazing but these two devices have shattered my faith in apple products, unless it's a mac or an iPod, I'll steer clear in future.
    I would go back to Tiger but it is too much hassle now. They'll fix the WIFI and the firewall in 10.5.2 at which point there'll be nothing to stop me using my machines with leopard. updates for pro software continue to be released and nearly all of my applications worked with a clean install anyway.
    Back to the topic, has anyone else got an ATV with leopard that does nothing at all? i want to be able to say to them that the product they sold me is not fit for purpose and return it under that premise.
    Also if anyone has a fix (non voodoo please) I'd gladly eat my hat and just start using the bloody thing, albeit 10 months after purchase.

    You say you tried switching off the firewall i tried that too and your quite right it seems that it will not work with the firewall off. as turning it off does not turn it off.
    sos10: "I did make sure however iTunes wasn't on the list in the Firewall settings."
    The list your talking about (if you're talking about the leopard firewall) is the list of programs WITH access. so if you have it set to: "set access for specific services and applications"; iTunes would have to be in that list with "allow all incoming connections".
    The only other setting is essential services only which doesn't work. As this doesn't include the port we need to get a connection.
    out of the three the one that works the most is the: "set access for specific services and applications"
    iTunes - "allow all incoming connections"
    This i when i get the odd reminder vis the devices list that i have a useless £200 electrical device heating up my front room.
    Maybe this wouldn't be such a problem if you could actually open a port in a firewall (shock horror). I know they'd have to hide the option away somewhere so as not to mess up the simplicity of the interface!

  • WRT610N disconnects and does not work with Vista or media center extenders like the DMA2200

    Linksys and all other router manufacturers advertise the greatness of the wireless 5ghz band (especially with 802.11n), but I’m beginning to have my doubts.  It is true that the 5Ghz band is hardly being used so you'll have virtually no one to compete with.  However, the 5Ghz distance in no way compares to 2.4Ghz, and as a matter of fact, I find it to be quite terrible.  At approximately 20 feet away, both my Linksys DMA2200 and HP notebook barely get 1 bar using the 5Ghz N band with my WRT610N router.  In comparison, while using my 2.4Ghz WRT54g router, I get 5 full bars at that range, and at least 2 bars from anywhere else in my house.  
    I have all Linksys equipment in my house as I have been impressed with all of their 2.4Ghz in the past.  However, I’ve recently upgraded everything to dual-band N equipment and found numerous flaws in each of the new devices, plus none of them really even play well together.  My setup is: Linksys 610n router, DMA2200 media center extender, and a WUSB600N Dual-Band Wireless-N USB Network Adapter for my laptop – all of which are currently using the most up-to-date firmware. Other devices include a WRE54G extender and  Nintendo Wii. 
    Problem  #1) The LELA software with the new N devices doesn't even recognize that my DMA2200 is a media center extender.  Using LELA, I should be able to select my media extender and allocate more bandwidth for streaming media.  However, since my extender only shows up as an “unknown network device” those options are greyed out.  I tried to manually change the device to a media center, but still no go.  I suppose you can manually allocate bandwidth in the router setup somewhere, but considering these are all Linksys products, it’s absolutely ridiculous that an option specifically incorporated in the LELA software for a Linksys Media Extender does not work!!!   
    Problem #2) If you are only using one system with the router, the router might actually work as intended.  For most of us though there are going to be at least 2 or more systems connected to the router (wired, wireless, or a combination of the two) such as a PS3, Wii, laptop, PC, media extender, Xbox, etc.  If that’s the case, you’re probably screwed because you WILL experience frequent dropouts… ESPECIALLY if just one those clients is a VISTA machine.   Check the Linksys forums and you will find that this seems to be a problem with all of the new Linksys routers (610N, 310N, and 110). 
    Here is a Microsoft article that explains the issue
       http://support.microsoft.com/kb/928233/en-us 
    Problem #3) Because of  problem #2 I will never be able to get rid of the dropouts since my network is using one of Linksys’s media center extenders.  The DMA2200 is essentially a VISTA PC to some extent and accepts DHCP requests the same as a VISTA PC.  Since it is not really a PC though, there is no registry modification that can be done to alleviate the VISTA problem (not that the registry mod really works anyways).  So as long as I try to use my DMA2200 wirelessly with my WRT610N router, the frequent dropouts will occur and there’s nothing I can do about it.  This is REALLY TERRIBLE since the DMA2200 is specifically designed to be used with the WRT610N router in order to take advantage of the 5Ghz band and wireless N transfer rates.  You absolutely need 5Ghz wireless N to efficiently stream HDTV WIRELESSLY, but if you lose your connection every 10 minutes, it is impossible to watch any type of streaming media. 
    Problem #4) As mentioned already, when the “N” 5Ghz range is working on the WRT510N router, the distance sucks compared to standard 2.4Ghz G, N or mixed mode networks.  You can try to make it better by strictly using N products, disabling the 2.4ghz band all-to-gether, and using the wider 40mhz frequency, but it doesn’t really help.  The higher 5Ghz band is a more concentrated signal and therefore simply does not reach as far as the lower 2.4ghz band.  I wonder why all of these new products state that the 5Ghz range will increase your distance, when in fact it actually makes it worse?   
    So… basically, this router does nothing that it claims too and is basically rendered useless on any network with a VISTA machine.  This has not been addressed by any Linksys firmware updates or VISTA software updates so there is no reason to even consider using this router if you you’re using VISTA or some type of VISTA Media Center Extender such as the Linksys DMA2200.  
    Although, I’ve always sworn by Linksys in the past, the amount of wasted time, frustration, and horrible support has really changed my view about them.  I’ve reverted back to my old trustworthy WRT54g router and had to run cable through my house so that I wouldn’t have to box my DMA2200 extender up and let it collect dust in the attic.  It’s really disappointing that I spent all this money to buy this equipment specifically because they’re supposed to work together, but in fact they don’t.  Plus what’s the point of having top notch wireless equipment if you have to run cables in order for them to work? 
    Message Edited by bobbodavis on 11-15-2008 07:37 PM

    I have fixed all the IP adresses to avoid the DHCP problem but I still have problems.
    I have sereval scenarioes:
    1. MC < 1Gb wire > WRT610N < 5.0n WIFI > MX
    I can see HDTV on this one but it disconnects
    2. MC < 1Gb wire > WRT610N < 2.4b/g WIFI > MX
    No HDTV and disconnections
    3. MC < 2.4b/g WIFI > WRT610N < 2.4b/g WIFI > MX
    No HDTV but no disconnections - but very slow and streaming like youtube
    4. MC < 100Mb wire > WRT610N < 2.4b/g WIFI > MX
    No HDTV but nice picture - testing for disconnections right now - 30+ min.
    Result:
    This test was very good. Stabil streaming, no disconnects for an hour. Won't support HDTV but the rest seem to work fine.
    5. MC < 100Mb wire > WRT610N < 5.0n WIFI > MX
    Not tested yet - looking forward to this - might bring me HDTV.
    Result:
    This gives HDTV but there is a problem with stability on the streaming but very difficult to see on the picture. Testing for disconnects - now tested for 30 min. - no disconnects.
    This looks really promissing.
    I am pretty sure that the WRT610N have a problem in the switching part of the router specially when it has to switch from 1G to WIFI. I bought the WRT610N to get HDTV on WIFI and Cisco markets the DMA and WRT610N as a perfect match. But it definately have problems - i still do not understand their silence about this.
    I will come back with the last results when I have them
    /John
    Message Edited by Infraxpert on 01-05-2009 04:38 PM
    Message Edited by Infraxpert on 01-05-2009 05:35 PM

  • [SOLVED] Blank screen after SLiM login

    Hello everyone, I'm very new to Arch as of a few days ago and I have been attempting to set it up in just about all the free time I can spare. I think I've spent about 20 hours total trying to get things up and running.
    I am attempting to run Arch with LXDE, openbox, and SLiM. I finally managed to get SLiM up and running where I can login without receiving any errors. However, after I try to login I'm brought to a blank screen. Now.. I'm new to this and have followed all the Knowledge Base Documentation on how to get these three running but I guess apparently I'm missing something somewhere...
    Keep in mind I have to type this manually as I do not have any Internet program installed. Maybe if someone can point out my error or make an additional recommendation, that would be great. I really hope I'm not asking too much, even a link to something that may help I would greatly appreciate.
    I'm pretty sure it's something stupid I'm missing.. again, I've read through the Knowledge Base Documents numerous times and simply cannot find out what I'm doing wrong (I have the ATI Open Source driver installed).
    ~/.xinitrc (I have this setup for ~/ and /home | this is also set as executable)
    #!/bin/sh
    #~/.xinitrc
    #exec ck-laungh-session dbus-launch openbox-session
    login_cmd exec ck-launch-session dbus-launch --sh-syntax --edit-with-session /bin/bash -login ~/.xinitrc %session
    /etc/rc.conf (skipped to the DAEMONS section)
    DAEMONS=(hwclock syslog-ng network netfs crond slim)
    If you need any more information I'd be glad to provide it if anyone is willing to help..
    Thank you.
    EDIT: Fixed typos..
    Just another note. I can see my mouse after I login from SLiM and if I press alt+ctrl with any arrow key I can see the workspaces window pop up.
    Last edited by Ness (2012-03-11 22:19:06)

    loafer wrote:
    Just to be clear slim.conf should contain the following with no reference to lxde.
    login_cmd exec ck-launch-session dbus-launch --sh-syntax --edit-with-session /bin/bash -login ~/.xinitrc %session
    .xinitrc should contain:
    exec startlxde
    And ensure that dbus is in rc.conf.  Place it after netfs.
    I made the changes you suggested, now what happens is when I login to SLiM with my end-user, the screen goes black for a moment, then right back to the login screen.
    EDIT: changed "--exit-with-session" to "--edit-with-session" in /etc/slim.conf
    EDIT 2:
    Is the ~/.xinitrc supposed to be setup like..
    login_cmd exec startlxde ck-launch-session dbus-launch --sh-syntax --edit-with-session /bin/bash -login ~/.xinitrc %session
    or is it simply supposed to be
    exec startlxde
    Hope I'm not asking too much.. I just don't want a broken system..
    EDIT 3: Apparently it's "horrible typo day" for me. I had --exit-with-session before. I just typed it wrong in my post. Changed it back.
    Last edited by Ness (2012-03-11 21:47:19)

Maybe you are looking for

  • Transfering music and apps from my old phone too my Mac

    i bought my iphone last year its the 3g. i have an apple account which i use on both my Mac and iphone. but the problem is im getting a new iphone the 3Gs and i don't know how to get my apps and music thats on my phone to my Mac. my iphone is current

  • Synced new phone with old phone settings. Can I undo?

    I recently upgraded from an iPhone 3gs to a 4. I used the 4 for three months before I synced it to my iTunes. (I just used iCloud for contacts...etc). When I plugged in my new phone it synced to the settings from my 3gs. How do I get all of my photos

  • Intel virtualization activated in BIOS but still not detected by HAXM insataller

    Recently I have satrted working on android, for AVD it requires (VT-x) to be enabled. After some searching on forums I enabled it in the BIOS (Pics attached) but still got the error. I have checked by hardware-Assisted Virtualization Detection Tool.

  • How to find the creation date for a released requests..

    Hi friends , In se09 tcode , we a date which represents the last changed date .. Now , for a particular Released request i want to find out the Creation date for it . How can i find it . I checked the tables like E070create there also we have request

  • Console link to source not working/ struts-config.xml visual

    - Running jboss/tomcat under the NitroX server debugging, a stack trace is spit out. I click on the line in the stack trace that references my code, and it gives me: 'Source not found for x.y.z '. This used to work when I ran under the jbossIDE serve