Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BIBO on wp289b
08-09-2021, 06:24 PM
Post: #1
BIBO on wp289b
There is a BIBO system on wp289b

We can access wp289b with
p1. login JumpServer with "143.64.64.169/assets/user-asset/"
p2. click "Default - 政务云X86 - 擎盾 - 案例查询系统{01..06}"

We can access website of "强制检索系统" with "143.64.64.145/a/force", query cases by clicking "案例上传"

We can transfer files to dir "/tmp" of wp289b by
p1. access ftp website with "143.64.64.169/koko/elfinder/sftp"
p2. drag files from Win7 to "政务云X86 - 擎盾 - 案例查询系统{01..06}"
Quote this message in a reply
08-16-2021, 10:47 AM
Post: #2
RE: BIBO on wp289b
We need update a few modules and test the delete func.

Pls update utilib first. Build from the latest CT.
Find all posts by this user
Quote this message in a reply
08-16-2021, 01:16 PM
Post: #3
RE: BIBO on wp289b
install latest utilib on wp289b-{1-6} and restart bibo on wp289b-1, restart sage on wp289b-6, web search system still works
Quote this message in a reply
08-18-2021, 04:18 PM
Post: #4
RE: BIBO on wp289b
suggest try installing think on wp289b-2 first, because think_portal is wp289b-6, helper_portal is wp289b-1
Code:
[zhihao@gm292-1 wp289b]$ git pull
Already up-to-date.
[zhihao@gm292-1 wp289b]$ grep -ni "portal" nodes.pcf
52:#think_portal: 143.64.64.180
53:think_portal: 143.64.66.176
54:helper_portal: 143.64.64.145
55:#helper_portal: 143.64.66.189
58:sage_portal: 143.64.66.176
[zhihao@gm292-1 wp289b]$ egrep -ni "(portal|think)" nodes.pcf
6:# node_ipx: /thinker/etc/think.ips
46:# tnfs_data_dir: /thinker/storage
51:# think_nords: 1,2,3,4,5,6
52:#think_portal: 143.64.64.180
53:think_portal: 143.64.66.176
54:helper_portal: 143.64.64.145
55:#helper_portal: 143.64.66.189
56:think_user: sage
57:think_base: /home/sage/think
58:sage_portal: 143.64.66.176
[zhihao@gm292-1 wp289b]$

RR lingu
Quote this message in a reply
08-18-2021, 04:23 PM
Post: #5
RE: BIBO on wp289b
(08-18-2021 04:18 PM)zhihao Wrote:  suggest try installing think on wp289b-2 first, because think_portal is wp289b-6, helper_portal is wp289b-1
Code:
[zhihao@gm292-1 wp289b]$ git pull
Already up-to-date.
[zhihao@gm292-1 wp289b]$ grep -ni "portal" nodes.pcf
52:#think_portal: 143.64.64.180
53:think_portal: 143.64.66.176
54:helper_portal: 143.64.64.145
55:#helper_portal: 143.64.66.189
58:sage_portal: 143.64.66.176
[zhihao@gm292-1 wp289b]$ egrep -ni "(portal|think)" nodes.pcf
6:# node_ipx: /thinker/etc/think.ips
46:# tnfs_data_dir: /thinker/storage
51:# think_nords: 1,2,3,4,5,6
52:#think_portal: 143.64.64.180
53:think_portal: 143.64.66.176
54:helper_portal: 143.64.64.145
55:#helper_portal: 143.64.66.189
56:think_user: sage
57:think_base: /home/sage/think
58:sage_portal: 143.64.66.176
[zhihao@gm292-1 wp289b]$

RR lingu

OK
Find all posts by this user
Quote this message in a reply
08-18-2021, 05:01 PM
Post: #6
RE: BIBO on wp289b
updated utilib of commit 91b1ce9bf015eab671fa9225e37eed50cf737cd1 on wp289b cluster
Quote this message in a reply
08-18-2021, 07:07 PM
Post: #7
RE: BIBO on wp289b
install think on helper_portal which is wp289b-1, query doesn't work
check atpa.log-90, query fails at KissFromSage
Code:
2021.08.18 17:41:12 (48): atpd::KissFromSage: k i len, st_size: 90 0
2021.08.18 17:41:12 (48): atpd::KissFromSage: Get ret : 90 32768
2021.08.18 17:41:12 (48): ERROR - KissFromSage: Get failed: 90 0
2021.08.18 17:41:12 (48):     atpa.runx kissed back  - 8000 0 0 5a
2021.08.18 18:9:37 (67):     atpa.runx is to run ..- /bin/sh /thinker/globe/.think/run/atpa.sh 56 90.. 0x38 0x5a 0x0
2021.08.18 18:9:37 (67):     atpa.runx creating ..- /thinker/fastdata/bibo/e/res2//56.. 0x38 0x5a 0x0
2021.08.18 18:9:37 (67):     atpa.runx creating ..- /thinker/fastdata/bibo/e/res2//56/90.. 0x38 0x5a 0x0
2021.08.18 18:9:37 (67):   atpa::runx() kissing : 90
2021.08.18 18:9:37 (67): atpd::KissFromSage: k i len, st_size: 90 0
2021.08.18 18:9:37 (67): atpd::KissFromSage: Get ret : 90 32768
2021.08.18 18:9:37 (67): ERROR - KissFromSage: Get failed: 90 0
2021.08.18 18:9:37 (67):     atpa.runx kissed back  - 8000 0 0 5a


Attached File(s)
.zip  log-202108181807.zip (Size: 5.55 MB / Downloads: 0)
Quote this message in a reply
08-18-2021, 07:31 PM
Post: #8
RE: BIBO on wp289b
(08-18-2021 07:07 PM)zhihao Wrote:  install think on helper_portal which is wp289b-1, query doesn't work
check atpa.log-90, query fails at KissFromSage
Code:
2021.08.18 17:41:12 (48): atpd::KissFromSage: k i len, st_size: 90 0
2021.08.18 17:41:12 (48): atpd::KissFromSage: Get ret : 90 32768
2021.08.18 17:41:12 (48): ERROR - KissFromSage: Get failed: 90 0
2021.08.18 17:41:12 (48):     atpa.runx kissed back  - 8000 0 0 5a
2021.08.18 18:9:37 (67):     atpa.runx is to run ..- /bin/sh /thinker/globe/.think/run/atpa.sh 56 90.. 0x38 0x5a 0x0
2021.08.18 18:9:37 (67):     atpa.runx creating ..- /thinker/fastdata/bibo/e/res2//56.. 0x38 0x5a 0x0
2021.08.18 18:9:37 (67):     atpa.runx creating ..- /thinker/fastdata/bibo/e/res2//56/90.. 0x38 0x5a 0x0
2021.08.18 18:9:37 (67):   atpa::runx() kissing : 90
2021.08.18 18:9:37 (67): atpd::KissFromSage: k i len, st_size: 90 0
2021.08.18 18:9:37 (67): atpd::KissFromSage: Get ret : 90 32768
2021.08.18 18:9:37 (67): ERROR - KissFromSage: Get failed: 90 0
2021.08.18 18:9:37 (67):     atpa.runx kissed back  - 8000 0 0 5a

Need update Sage. Pls update sage on sage_helper
Find all posts by this user
Quote this message in a reply
08-18-2021, 08:27 PM
Post: #9
RE: BIBO on wp289b
install sage of commit d334b7b4c5f32a2c3eb02a7fc62d4c46312e5283 on sage_helper(wp289b-1) successfully, but query fails
Quote this message in a reply
08-18-2021, 08:31 PM
Post: #10
RE: BIBO on wp289b
(08-18-2021 08:27 PM)zhihao Wrote:  install sage on sage_helper(wp289b-1) successfully

better specify the commit id so that we know what version you installed.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: