03/01/18 [x393][CMV300] by Oleg Dzhimiev: fixed phase adjustment
Oleg Dzhimiev committed changes to the Elphel git project :
fixed phase adjustment
fixed phase adjustment
03/01/18 [linux-elphel][rocko] by Oleg Dzhimiev: 1. fixed i2c discover 2. fixed phase adjustment - requires bitstream 0x100 3. tested phase adjustment
Oleg Dzhimiev committed changes to the Elphel git project :
1. fixed i2c discover 2. fixed phase adjustment - requires bitstream 0x100 3. tested phase adjustment
1. fixed i2c discover 2. fixed phase adjustment - requires bitstream 0x100 3. tested phase adjustment
02/28/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/28/18 [x393][CMV300] by AndreyFilippov: hispi v03930100, 1704, added SOF mask to disable while setting up interface
AndreyFilippov committed changes to the Elphel git project :
hispi v03930100, 1704, added SOF mask to disable while setting up interface
hispi v03930100, 1704, added SOF mask to disable while setting up interface
02/27/18 [linux-elphel][rocko] by Oleg Dzhimiev: 1. testing phase adjustment and i2c operations 2. fixed a couple typos
Oleg Dzhimiev committed changes to the Elphel git project :
1. testing phase adjustment and i2c operations 2. fixed a couple typos
1. testing phase adjustment and i2c operations 2. fixed a couple typos
103982
Created page with "==103982== ''This board is not finalized yet'' 103982 Preliminary Circuit Diagram thumb|374px|103982 partial PCB layout"
New page
==103982==''This board is not finalized yet''
[[Media:103982_sch.pdf|103982 Preliminary Circuit Diagram]]
[[Image:103982_42.png|thumb|374px|103982 partial PCB layout]] Andrey.filippov
File:103982 42.png
Andrey.filippov uploaded File:103982 42.png
New page
== Licensing =={{CERN OHLv1.1 }} Andrey.filippov
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
Pages
