1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Unable to get PMMP

Discussion in 'Help' started by 薛定谔的猫, Feb 6, 2017.

  1. 薛定谔的猫

    薛定谔的猫 Spider

    Messages:
    14
    GitHub:
    e4je
    When I execute a Linux command with a low privilege account, it is shown that my system is Centos7.0 64 bit and Centos bit 6.464 as shown in the figure,I would like to ask, how to solve this situation
     

    Attached Files:

  2. Thunder33345

    Thunder33345 Moderator Staff Member

    Messages:
    2,137
    GitHub:
    Thunder33345
    i can make a guess that is caused by jekenis begin down and admins never fixed it yet
     
  3. 薛定谔的猫

    薛定谔的猫 Spider

    Messages:
    14
    GitHub:
    e4je
    Is there a way to solve it? It seems that I can't use this build install package?
     
  4. Magicode

    Magicode Baby Zombie

    Messages:
    183
    GitHub:
    magicode1
    The new builds for PMMP are being made on Poggit until the Jenkins server comes back up.

    Code:
    wget -O - get.pmmp.io | bash -s - -t poggit.pmmp.io/get.pmmp -v custom
     
    xBeastMode, jasonwynn10 and Matthew like this.
  5. 薛定谔的猫

    薛定谔的猫 Spider

    Messages:
    14
    GitHub:
    e4je
    [QUOTE =“Magicode,post:10971,member:26”] PMMP的新构建在Poggit上进行,直到Jenkins服务器恢复。

    Code:
     wget -O - get.pmmp.io | bash -s - -t poggit.pmmp.io/get.pmmp -v custom [/ CODE] [/ QUOTE]
    I still can't run this code
    Because the picture I can not upload the phone, I said the error code copied directly
    [e4je@VM_30_28_centos ~]$ wget -O  -  get.pmmp.io | bash -s  -  -t poggit.pmmp.io/get.pmmp -v custom
    --2017-02-07 23:09:34--  http://get.pmmp.io/
    Resolving get.pmmp.io (get.pmmp.io)... 104.27.181.131, 104.27.180.131, 2400:cb00:2048:1::681b:b483, ...
    Connecting to get.pmmp.io (get.pmmp.io)|104.27.181.131|:80... connected.
    HTTP request sent, awaiting response... 301 Moved Permanently
    Location: https://get.pmmp.io/ [following]
    --2017-02-07 23:09:36--  https://get.pmmp.io/
    Connecting to get.pmmp.io (get.pmmp.io)|104.27.181.131|:443... connected.
    HTTP request sent, awaiting response... 302 Moved Temporarily
    Location: https://raw.githubusercontent.com/pmmp/php-build-scripts/master/installer.sh [following]--2017-02-07 23:09:38--  https://raw.githubusercontent.com/pmmp/php-build-scripts/master/installer.sh
    Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.100.133
    Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.100.133|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 17224 (17K) [text/plain]
    Saving to: 'STDOUT'
    
     0% [                                          ] 0           --.-K/s              [*] Found PocketMine-MP custom (build unknown) using API unknown
    [*] This custom build was released on unknown
    [*] Installing/updating PocketMine-MP on directory ./
    [1/3] Cleaning...
    100%[=========================================>] 17,224      --.-K/s   in 0.08s
    
    2017-02-07 23:09:38 (212 KB/s) - written to stdout [17224/17224]
    
    ls
    ^C
    [e4je@VM_30_28_centos ~]$ ls
    PocketMine-MP.phar
    [e4je@VM_30_28_centos ~]$ ls
    PocketMine-MP.phar
    [e4je@VM_30_28_centos ~]$ wget -O  -  get.pmmp.io | bash -s  -  -t poggit.pmmp.io/get.pmmp -v custom > cw.txt
    --2017-02-07 23:10:23--  http://get.pmmp.io/
    Resolving get.pmmp.io (get.pmmp.io)... 104.27.181.131, 104.27.180.131, 2400:cb00:2048:1::681b:b583, ...
    Connecting to get.pmmp.io (get.pmmp.io)|104.27.181.131|:80... connected.
    HTTP request sent, awaiting response... 301 Moved Permanently
    Location: https://get.pmmp.io/ [following]
    --2017-02-07 23:10:24--  https://get.pmmp.io/
    Connecting to get.pmmp.io (get.pmmp.io)|104.27.181.131|:443... connected.
    HTTP request sent, awaiting response... 302 Moved Temporarily
    Location: https://raw.githubusercontent.com/pmmp/php-build-scripts/master/installer.sh [following]--2017-02-07 23:10:26--  https://raw.githubusercontent.com/pmmp/php-build-scripts/master/installer.sh
    Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.100.133
    Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.100.133|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 17224 (17K) [text/plain]
    Saving to: 'STDOUT'
    
    100%[========================================================>] 17,224      46.9KB/s   in 0.4s
    
    2017-02-07 23:10:30 (46.9 KB/s) - written to stdout [17224/17224]
    
    
    ^C
    [e4je@VM_30_28_centos ~]$ cat cw.txt
    [*] Found PocketMine-MP custom (build unknown) using API unknown
    [*] This custom build was released on unknown
    [*] Installing/updating PocketMine-MP on directory ./
    [1/3] Cleaning...
    [e4je@VM_30_28_centos ~]$
    
    I installed the PHP7.0 version
     
  6. robske_110 (Tim)

    robske_110 (Tim) Wither Skeleton Poggit Reviewer

    Messages:
    1,342
    GitHub:
    robske110
    So what's the problem now?
     
  7. Magicode

    Magicode Baby Zombie

    Messages:
    183
    GitHub:
    magicode1
    I don't see what you need...
     
  8. 薛定谔的猫

    薛定谔的猫 Spider

    Messages:
    14
    GitHub:
    e4je
    [QUOTE =“robske_110(Tim),post:11182,member:14”]现在有什么问题?[/ QUOTE]
    The problem now is that I can't build PMMP with WGet -O - get.pmmp.io bash -s --t poggit.pmmp.io/get.pmmp -v custom | code, suggesting that architecture is unknown, unknown API
     
  9. 薛定谔的猫

    薛定谔的猫 Spider

    Messages:
    14
    GitHub:
    e4je
    My error message has been uploaded
     

    Attached Files:

  10. 薛定谔的猫

    薛定谔的猫 Spider

    Messages:
    14
    GitHub:
    e4je
    [QUOTE =“Magicode,post:11189,member:26”]我看不到你需要的... [/ QUOTE]
    My error message is uploaded to the 9 floor
     
  11. eDroid

    eDroid Witch

    Messages:
    59
    GitHub:
    edroiid
    It's bc Jenkins is down
     
  12. robske_110 (Tim)

    robske_110 (Tim) Wither Skeleton Poggit Reviewer

    Messages:
    1,342
    GitHub:
    robske110
    install.sh will currently not work. You'll need to manually install
     
  13. 薛定谔的猫

    薛定谔的猫 Spider

    Messages:
    14
    GitHub:
    e4je
    How to install it? I wrote it myself?
     
  14. robske_110 (Tim)

    robske_110 (Tim) Wither Skeleton Poggit Reviewer

    Messages:
    1,342
    GitHub:
    robske110
  15. 薛定谔的猫

    薛定谔的猫 Spider

    Messages:
    14
    GitHub:
    e4je
    I give 777 file permissions, but also knowledge inside the file into bin/php7, also try to put bin inside, also tried in the root folder (because of my bin folder in the root folder) but execution error has occurred
     

    Attached Files:

  16. robske_110 (Tim)

    robske_110 (Tim) Wither Skeleton Poggit Reviewer

    Messages:
    1,342
    GitHub:
    robske110
    Try bash -x ./start.sh and show us the output
     
  17. xBeastMode

    xBeastMode Shog Chips

    Messages:
    0
    Thanks <3 very helpful. +10
     
    Magicode likes this.
  18. 薛定谔的猫

    薛定谔的猫 Spider

    Messages:
    14
    GitHub:
    e4je
    [QUOTE =“robske_110(Tim),post:11521,member:14”]尝试bash -x ./start.sh并显示输出[/ QUOTE]
    Output upload
     

    Attached Files:

  19. InspectorGadget

    InspectorGadget Zombie Pigman

    Messages:
    462
    GitHub:
    InspectorGadget
    Just install Multicraft and you wont have any headaches like this :p more info is at https://multicraft.org ( not promoting, just help )
     
  20. robske_110 (Tim)

    robske_110 (Tim) Wither Skeleton Poggit Reviewer

    Messages:
    1,342
    GitHub:
    robske110
    it's promoting and no help. multicraft is introducing more problems than solving problems.
     
    eDroid and HimbeersaftLP like this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.