You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I build a empty project on Ubuntu18.04 and startup app using cmd ./target/release/app, and all is just fine.
But when I exec sudo su , and then exec ./target/release/app again it takes a long time to startup(about 10s).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I build a empty project on Ubuntu18.04 and startup app using cmd
./target/release/app, and all is just fine.But when I exec
sudo su, and then exec./target/release/appagain it takes a long time to startup(about 10s).My tests:
./target/release/appsudo ./target/release/app./target/release/appsudo ./target/release/appI also tested on Ubuntu20.04 and all is fine.
Beta Was this translation helpful? Give feedback.
All reactions