File:103982 sch.pdf
Andrey.filippov uploaded File:103982 sch.pdf
New page
== Licensing =={{CERN OHLv1.1 }} Andrey.filippov
Gitlab recipes
Solution
← Older revision Revision as of 18:47, 26 February 2018 (10 intermediate revisions by the same user not shown)Line 1: Line 1: −==X-Frame-Options header==+==<font color='darkblue'>X-Frame headers</font>== +===X-Frame-Options header=== * Edit: ''/opt/gitlab/embedded/service/gitlab-rails/app/controllers/application_controller.rb'' in '''def default_headers''': * Edit: ''/opt/gitlab/embedded/service/gitlab-rails/app/controllers/application_controller.rb'' in '''def default_headers''': -headers['X-Frame-Options'] = 'DENY' -headers['X-Frame-Options'] = 'DENY' Line 5: Line 6: * Restart services * Restart services gitlab-ctl restart gitlab-ctl restart + + +==<font color='darkblue'>Nginx behind apache2 misconfiguration</font>== +===Error log=== + <font size='1em'>gitlab bind() to 0.0.0.0:80 failed (98: Address already in use)</font> + +Also, running '''gitlab-ctl status''' shows that nginx is getting restarted: + <font size='1em'>run: gitaly: (pid 22266) 938s; run: log: (pid 18631) 277569s + run: gitlab-monitor: (pid 22295) 938s; run: log: (pid 18630) 277569s + run: gitlab-workhorse: (pid 22300) 937s; run: log: (pid 18617) 277569s + run: logrotate: (pid 22312) 937s; run: log: (pid 18635) 277569s + run: nginx: (pid 23828) <font color='red'>'''2s'''</font>; run: log: (pid 18629) 277569s + run: node-exporter: (pid 22394) 936s; run: log: (pid 18636) 277569s + run: postgres-exporter: (pid 22401) 936s; run: log: (pid 18649) 277569s + run: postgresql: (pid 22406) 935s; run: log: (pid 18618) 277569s + run: prometheus: (pid 22414) 935s; run: log: (pid 18616) 277569s + run: redis: (pid 22429) 934s; run: log: (pid 18625) 277569s + run: redis-exporter: (pid 22434) 934s; run: log: (pid 18615) 277569s + run: sidekiq: (pid 22440) 933s; run: log: (pid 18626) 277569s + run: unicorn: (pid 22447) 933s; run: log: (pid 18619) 277569s</font> + +===Versions=== + <font size='1em'>GitLab 10.5.1 + GitLab Shell 6.0.3 + GitLab Workhorse v3.6.0 + GitLab API v4 + Ruby 2.3.6p384 + Rails 4.2.10 + postgresql 9.6.5</font> + +===Problem=== +* /etc/gitlab/gitlab.rb: + <font size='1em'># nginx['enable'] = true + # nginx['client_max_body_size'] = '250m' + # nginx['redirect_http_to_https'] = false + # nginx['redirect_http_to_https_port'] = 80</font> + +''redirect_http_to_https'' default option is probably '''true''' or is ignored resulting in a nginx config record: + +* /var/opt/gitlab/nginx/conf/gitlab-http.conf: + <font size='1em'>server { + listen *:80; + ... + }</font> + +which is in conflict with Apache + +===Solution=== +In ''/etc/gitlab/gitlab.rb'' uncommented and changed '''nginx['redirect_http_to_https_port']''' to another port: + <font size='1em'>nginx['redirect_http_to_https_port'] = 8033</font> +Then: + <font size='1em'>~# gitlab-ctl reconfigure + ~# gitlab-ctl restart</font> Oleg02/22/18 [linux-elphel][rocko] by Oleg Dzhimiev: phase adjustment for 14MPx - testing
Oleg Dzhimiev committed changes to the Elphel git project :
phase adjustment for 14MPx - testing
phase adjustment for 14MPx - testing
02/21/18 [linux-elphel][rocko] by Oleg Dzhimiev: phase adjustment for 14MPx - in development
Oleg Dzhimiev committed changes to the Elphel git project :
phase adjustment for 14MPx - in development
phase adjustment for 14MPx - in development
02/21/18 [x393][CMV300] by Oleg Dzhimiev: 14MPx phase adjustment testing
Oleg Dzhimiev committed changes to the Elphel git project :
14MPx phase adjustment testing
14MPx phase adjustment testing
02/21/18 [x393][CMV300] by AndreyFilippov: Merge branch 'master' of git@git.elphel.com:Elphel/x393.git
AndreyFilippov committed changes to the Elphel git project :
Merge branch 'master' of git@git.elphel.com:Elphel/x393.git
Merge branch 'master' of git@git.elphel.com:Elphel/x393.git
02/21/18 [x393][CMV300] by AndreyFilippov: FPGA version 039300fd (hispi), changed lanes alignment report mode
AndreyFilippov committed changes to the Elphel git project :
FPGA version 039300fd (hispi), changed lanes alignment report mode
FPGA version 039300fd (hispi), changed lanes alignment report mode
103981
103981
← Older revision Revision as of 17:08, 21 February 2018 Line 7: Line 7: 10398 board is a 18MPix sensor front end (SFE) designed to work with [[10393]] camera system board. It has the same physical dimensions and the same optical format (1/2.3") as a 5MPix SFE [[10338D]] and 14 MPix [[10398]](15mm x 28mm). 10398 board is a 18MPix sensor front end (SFE) designed to work with [[10393]] camera system board. It has the same physical dimensions and the same optical format (1/2.3") as a 5MPix SFE [[10338D]] and 14 MPix [[10398]](15mm x 28mm). −The 18MPix (4912×3684, 1.25μm × 1.25 μm) BSI image sensor used is On Semiconductor (former Aptina) [http://www.onsemi.com/PowerSolutions/product.do?id=AR1820HS]. This sensor (and 103981 SFE) uses 4-lane HiSPi/MIPI serial interface running at 14 fps at full resolution (12bpp mode). 8-lane HiSPI mode is not supported. Other combinations of resolution/frame rate are possible.+The 18MPix (4912×3684, 1.25μm × 1.25 μm) BSI image sensor used is On Semiconductor (former Aptina) [http://www.onsemi.com/PowerSolutions/product.do?id=AR1820HS AR1820HS]. This sensor (and 103981 SFE) uses 4-lane HiSPi/MIPI serial interface running at 14 fps at full resolution (12bpp mode). 8-lane HiSPI mode is not supported. Other combinations of resolution/frame rate are possible. Up to 4 103981 SFE can be directly connected to [[10393]] system board and run simultaneously at full speed (880M pixels/s combined). Up to 4 103981 SFE can be directly connected to [[10393]] system board and run simultaneously at full speed (880M pixels/s combined). Andrey.filippov02/19/18 [meta-elphel393][rocko_ethereum] by Oleg Dzhimiev: -python3-opencv
Oleg Dzhimiev committed changes to the Elphel git project :
-python3-opencv
-python3-opencv
02/19/18 [meta-elphel393][rocko_ethereum] by Oleg Dzhimiev: updated to 1.8
Oleg Dzhimiev committed changes to the Elphel git project :
updated to 1.8
updated to 1.8
02/19/18 [meta-elphel393][rocko_ethereum] by Oleg Dzhimiev: Merge branch 'rocko' into rocko_ethereum
Oleg Dzhimiev committed changes to the Elphel git project :
Merge branch 'rocko' into rocko_ethereum
Merge branch 'rocko' into rocko_ethereum
02/16/18 [x393][CMV300] by Oleg Dzhimiev: added hargs-hispi to list
Oleg Dzhimiev committed changes to the Elphel git project :
added hargs-hispi to list
added hargs-hispi to list
02/15/18 [x393][CMV300] by AndreyFilippov: added skip lines, diff lanes phase adjust, bitstream fc
AndreyFilippov committed changes to the Elphel git project :
added skip lines, diff lanes phase adjust, bitstream fc
added skip lines, diff lanes phase adjust, bitstream fc
02/15/18 [linux-elphel][rocko] by Oleg Dzhimiev: added i2c slave addr updating before sensor detecting
Oleg Dzhimiev committed changes to the Elphel git project :
added i2c slave addr updating before sensor detecting
added i2c slave addr updating before sensor detecting
02/15/18 [linux-elphel][rocko] by Oleg Dzhimiev: updated table for REGSXX
Oleg Dzhimiev committed changes to the Elphel git project :
updated table for REGSXX
updated table for REGSXX
Price list
Cameras
← Older revision Revision as of 19:12, 14 February 2018 (One intermediate revision by the same user not shown)Line 23: Line 23: |'''NC393-F-CS''' |'''NC393-F-CS''' |'''NC393-DEV''' |'''NC393-DEV''' +|'''MNC393-XCAM''' |'''MNC393-H''' |'''MNC393-H''' Line 29: Line 30: |[[File:Nc393 small.jpeg|100px|link=http://www3.elphel.com/nc393-cs]] |[[File:Nc393 small.jpeg|100px|link=http://www3.elphel.com/nc393-cs]] |[[File:Nc393-dev-sm.jpeg|150px]] |[[File:Nc393-dev-sm.jpeg|150px]] +|[[File:mnc393-x_sm.jpeg|150px]] |[[File:Nc-393-printed-H-.jpeg|150px|link=http://www3.elphel.com/mnc393-custom]] |[[File:Nc-393-printed-H-.jpeg|150px|link=http://www3.elphel.com/mnc393-custom]] Line 37: Line 39: |1x |1x |1-4x |1-4x +|4x |4x |4x Line 44: Line 47: * GigE * GigE * μSD slot * μSD slot −* 4x sensor ports, reconfigurable for general multi-purpose use+* 4x reconfigurable ports | $1255 | $1255 | + | + +| + | + | + | + | + Line 60: Line 64: | - | - | + | + +| + |- valign='top' |- valign='top' Line 68: Line 73: | + | + | + | + +| + |- |- Line 126: Line 132: |- |- | - | - +|- +| - +|} + +| +{| +| - +|- +| 4x +|- +| 1x +|- +| - +|- +| 1x |- |- | - | - Line 161: Line 182: - - +| +- + ++ | | + + Line 210: Line 235: |- |- | 1-4x | 1-4x +|- +| - +|} + +| +{| +| +|- +| 4x |- |- | - | - Line 226: Line 260: |'''Camera calibration''' |'''Camera calibration''' * XCAM * XCAM +| +$500 | | - - Line 231: Line 267: - - | | −-++ | | - - Line 239: Line 275: |$2545 |$2545 |$1900-$3055 |$1900-$3055 +|$11990 |$3600 |$3600 |} |} OlegPrice list
Cameras
← Older revision Revision as of 18:56, 14 February 2018 (4 intermediate revisions by the same user not shown)Line 73: Line 73: {| {| |Sensor Front End |Sensor Front End +|- +|Calibrated Sensor Front End |- |- |Enclosure (aluminum, all parts) |Enclosure (aluminum, all parts) |- |- |Enclosure (aluminum, dev) |Enclosure (aluminum, dev) +|- +|Enclosure (xcam) |- |- |SFE Adapters (3D printed) |SFE Adapters (3D printed) Line 84: Line 88: {| {| | $90 | $90 +|- +| $1700 |- |- | $355 | $355 |- |- | $65 | $65 +|- +| $950 |- |- | $345 | $345 Line 95: Line 103: {| {| | 1x | 1x +|- +| - |- |- | 1x | 1x +|- +| - |- |- | - | - Line 106: Line 118: {| {| | 1-4x | 1-4x +|- +| - |- |- | - | - |- |- | 1x | 1x +|- +| - |- |- | - | - Line 117: Line 133: {| {| | 4x | 4x +|- +| - |- |- | 1x | 1x +|- +| - |- |- | - | - Line 127: Line 147: |- |- |'''M.2 SSD''' |'''M.2 SSD''' −* SanDisk SD8SMAT, 128GB+* Transcend MTS600, 256GB +* Transcend MTS600, 512GB | | −$95+$200 + +$400 | | +- + - - | | +- + - - | | + + +- |- |- |'''Lenses''' |'''Lenses''' Line 194: Line 222: | - | - |} |} + +|- +|'''Camera calibration''' +* XCAM +| +- +| +- +| +- +| +- |- style='border-top:solid 3px black;' |- style='border-top:solid 3px black;' Line 199: Line 239: |$2545 |$2545 |$1900-$3055 |$1900-$3055 −|$3495+|$3600 |} |} Oleg02/13/18 [linux-elphel][rocko] by Oleg Dzhimiev: initial pgm_detect and pgm_init for mt9f002
Oleg Dzhimiev committed changes to the Elphel git project :
initial pgm_detect and pgm_init for mt9f002
initial pgm_detect and pgm_init for mt9f002
10393
Supported Image Sensors
← Older revision Revision as of 02:13, 13 February 2018 (2 intermediate revisions by the same user not shown)Line 17: Line 17: * [[10398]]: [http://www.onsemi.com/PowerSolutions/product.do?id=MT9F002 MT9F002] - 14MPix 1/2.3" CMOS * [[10398]]: [http://www.onsemi.com/PowerSolutions/product.do?id=MT9F002 MT9F002] - 14MPix 1/2.3" CMOS * [[103981]]: [http://www.onsemi.com/PowerSolutions/product.do?id=AR1820HS AR1820HS] - 18MPix 1/2.3" CMOS BSI ('' not yet manufactured'') * [[103981]]: [http://www.onsemi.com/PowerSolutions/product.do?id=AR1820HS AR1820HS] - 18MPix 1/2.3" CMOS BSI ('' not yet manufactured'') +* [[10359]]: 3:1 Sensor multiplexer with memory, connects 3 of [[10338D]] SFE on each port, 12 sensors total ====Memory and Storage==== ====Memory and Storage==== Line 34: Line 35: ** M.2 SATA port ** M.2 SATA port ** External synchronization (master or slave): ** External synchronization (master or slave): −*** 2.5mm audio+*** 2.5mm audio connector/cable (4-conductor) *** 4-conductor flex cable *** 4-conductor flex cable −** 2x 10-conductor flex cable ports+** 2x 10-conductor flex cable ports (USB, I²C, +5.0V, +3.3V, 2 × FPGA GPIO signals) *** carry 3.3VDC, 5VDC, USB, I<sup>2</sup>C and GPIO *** carry 3.3VDC, 5VDC, USB, I<sup>2</sup>C and GPIO *** supports other extension boards ([[103695|IMU]], [[103696|GPS]]) *** supports other extension boards ([[103695|IMU]], [[103696|GPS]]) Andrey.filippovPages
