Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#3833 - run ash's script over ssh often not executed #8834

Closed
openwrt-bot opened this issue May 28, 2021 · 1 comment
Closed

FS#3833 - run ash's script over ssh often not executed #8834

openwrt-bot opened this issue May 28, 2021 · 1 comment
Labels
flyspray release/19.07 pull request/issue targeted (also) for OpenWrt 19.07 release

Comments

@openwrt-bot
Copy link

anmikf:

Supply the following if possible:

  • Device problem occurs on
    NAME="OpenWrt"
    VERSION="19.07.7"
    ID="openwrt"
    ID_LIKE="lede openwrt"
    PRETTY_NAME="OpenWrt 19.07.7"
    VERSION_ID="19.07.7"
    HOME_URL="https://openwrt.org/"
    BUG_URL="https://bugs.openwrt.org/"
    SUPPORT_URL="https://forum.openwrt.org/"
    BUILD_ID="r11306-c4a6851c72"
    OPENWRT_BOARD="x86/64"
    OPENWRT_ARCH="x86_64"
    OPENWRT_TAINTS=""
    OPENWRT_DEVICE_MANUFACTURER="OpenWrt"
    OPENWRT_DEVICE_MANUFACTURER_URL="https://openwrt.org/"
    OPENWRT_DEVICE_PRODUCT="Generic"
    OPENWRT_DEVICE_REVISION="v0"
    OPENWRT_RELEASE="OpenWrt 19.07.7 r11306-c4a6851c72"

  • Software versions of OpenWrt/LEDE release, packages, etc.

  • Steps to reproduce
    1:create file '/root/test' with content:EOF
    set -x
    echo tag1
    sleep 100 &
    echo tag2
    EOF

2:run commandline:
ssh localhost 'ash /root/test'

3:the output of this commandline is out of order
!!!!!AND!!!!!
the script command 'sleep 100 &' is often not executed

@aparcar aparcar added the release/19.07 pull request/issue targeted (also) for OpenWrt 19.07 release label Feb 22, 2022
@ynezz
Copy link
Member

ynezz commented May 24, 2022

OpenWrt 19.07 release is EOL, try to reproduce the issue with latest supported release and feel free to ask for issue reopening if the problem is still present, thanks.

@ynezz ynezz closed this as completed May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flyspray release/19.07 pull request/issue targeted (also) for OpenWrt 19.07 release
Projects
None yet
Development

No branches or pull requests

3 participants