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

Seattle start check fails on OpenWRT (Busybox ps) #110

Open
choksi81 opened this issue May 24, 2014 · 1 comment
Open

Seattle start check fails on OpenWRT (Busybox ps) #110

choksi81 opened this issue May 24, 2014 · 1 comment

Comments

@choksi81
Copy link
Contributor

The start_seattle.sh script checks if seattle was correctly started by greping the ouput of ps axww for nmmain.py and softwareupdater.py.

OpenWRT has a Busybox implementation of ps which does not provide the used parameters. Therefore the start script prints that seattle was not properly started although it was properly started.

@choksi81 choksi81 self-assigned this May 24, 2014
@XuefengHuang
Copy link

I also found it when I installed Seattle on OpenWRT. The busybox ps command included in OpenWRT cuts the lines at a fixed width so ps axww doesn't work. see OpenWRT ticket(https://dev.openwrt.org/ticket/6445)
If ps axww is replaced by ps ww in start_seattle.sh, seattle start check will work on OpenWRT but not on Ubuntu 14.04.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants