20191022_jeffrey - silenceuncrio/diary GitHub Wiki
0910
PI 已經承認了 M360-P_v1.04_01F400661042EA1A.img
這個 image
準備 release 給盟創
附件太大被拒絕了
改用 Google 雲端硬碟 來分享
1055
M330[release/v0.08] - while applying GRE, take a rest before send messages
commit 5efc8cb7afd5818b2caed87defcfa03576207967
Refs: [release/v0.08], {origin/release/v0.08}
Author: jeffrey <[email protected]>
Date: Tue Oct 22 10:53:40 2019 +0800
while applying GRE, take a rest before send messages
proscend/prosrc/icos/icoslib/gre_2g/gre_2g.c | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
1105
準備再次跟 喜馬帝床墊 購買
目前預計購買 3.5*6.2 (106*188cm) - (厚12cm)
2 張
台中店的聯絡方式
- 台中向上門市:台中市南屯區向上路二段127號(台中Ikea出口對面)
- 連絡電話:04-23801580
需要聯絡對方
- 禮拜六 或 禮拜日 送貨
- 載走 舊床墊(2張) 以及 舊床框(2張) - 請對方報價
1100
關於 M330 的 issue 0000733: when link down reboot is checked, upgrade firmware should be avoid reboot
我需要準備一份 wiki 分享方便 同事 co-work
1310
回到 M330 - P2 - GPS Track drawing (Server)
先 review 一下
參考 Getting Started With MongoDB As A Docker Container Deployment
- using Docker to deploy MongoDB as a container
- interact with it with the shell client.
使用 docker container ls -a
顯示全部的 container, 不管 running 與否
➜ ~ docker container ls -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
46060350ccff mongo:4.0.4 "docker-entrypoint.s…" 5 weeks ago Exited (255) 3 weeks ago 0.0.0.0:27017-27019->27017-27019/tcp mongodb
f14571e79bb2 build-m300 "/entrypoint.sh /bin…" 3 months ago Up 8 days build-m300
3b95631f73fe build-m330 "/entrypoint.sh /bin…" 8 months ago Up 8 days build-m330
a07386063862 build-m360 "/entrypoint.sh /bin…" 15 months ago Up 8 days build-uboot-m360
8de9e3d5af60 build-52xxz:ugw6.1 "/entrypoint.sh /bin…" 16 months ago Up 8 days build-52xxz
10972b0a698a build-m360 "/entrypoint.sh /bin…" 16 months ago Up 8 days build-m360
使用 docker container start
將停止的 container mongodb
啟動
➜ ~ docker container start mongodb
mongodb
Interacting with the MongoDB Docker Container with Basic Shell Operations
➜ ~ docker exec -it mongodb bash
root@46060350ccff:/#
再來便可參考書上的內容繼續加強 mongodb - MongoDB: The Definitive Guide: Powerful and Scalable Data Storage Second Edition
1500
DQA 回報 M330 issue - 0000744: [GRE+ECMP] 2 GRE create success, but GRE status is 0
M330[release/v0.08] - update the number of GRE connection after event ICOS_WAN_GATEWAY_UPDATE
commit 3d6c85a576f271f842b01066a07fbedf8d62dea0
Refs: [release/v0.08], {origin/release/v0.08}
Author: jeffrey <[email protected]>
Date: Tue Oct 22 15:29:20 2019 +0800
update the number of GRE connection after event ICOS_WAN_GATEWAY_UPDATE
- if you update to share memory before event ICOS_BOOTINIT_DONE,
shm_init() will use memset to reset your update.
proscend/prosrc/icos/icoslib/gre_2g/gre_2g.c | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
1535
繼續 mongodb - MongoDB: The Definitive Guide: Powerful and Scalable Data Storage Second Edition