Changes between Version 7 and Version 8 of KnownIssues


Ignore:
Timestamp:
Feb 28, 2012, 9:58:36 AM (13 years ago)
Author:
Matthias Vogelgesang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • KnownIssues

    v7 v8  
    1 = Known issues =
    2 == Collaboration Infrastructure ==
    3  * Jenkins management page is not working
    4   * Rewriting of Jenkins-generated pages is a hard task. Currently, it is not possible to configure HTML Rewrite properly, [ticket:54 details]. As work around use http://ipepdvcompute1.ka.fzk.de:8080 for administrative purposes.
    5  * Camera/Framegrabber drivers are crashing
    6   * Kernel & all modules should be built with exactly same version of gcc. Please, ensure this
     1= Known Issues =
     2
     3== pco.4000 blocks with microEnable 4 VD4-CL ==
     4
     5This happens, when `pco_set_time_base()` is called and the frame grabber is initialized before, as it is done in libuca. This blocks at any subsequent command but is ''not'' related to resetting the serial connection that was introduced to fixed problems with the pco.dimax.
     6
     7However, initializing the frame grabber after `pco_set_time_base()` is called, as it is done in libpco/diagnose, works but is not easily achievable in the uca-architecture.
     8
     9For now the call to `pco_set_time_base()` in `libuca/src/cameras/pco.c` has been ''disabled''.
     10
     11== Jenkins management page does not work ==
     12
     13Rewriting of Jenkins-generated pages is a hard task. Currently, it is not possible to configure HTML Rewrite properly, [ticket:54 details]. As a work around use http://ipepdvcompute1.ka.fzk.de:8080 for administrative purposes.
     14
     15== !Camera/Framegrabber drivers are crashing ==
     16
     17The kernel and all modules ''must'' be built with the exact same version of gcc.
    718
    819== Framework Issues ==
    9  * Cannot use the framework after `make install`
    10   * If you don't use any package management, you have to call `sudo ldconfig` once so that the dynamic linker is able to find the libraries.
     20 
     21All problems are listed in the FAQ section of the [http://ufo.kit.edu/extra/manual/html/faq.html manual].