Hi, duncreg! Thanks for delving into this. Before you spend too much time trying to reproduce my setup, here is the error message I get upon executing rstudio-server verify-installation (as root):
Code:
rserver[3086]: ERROR system error 98 (Address already in use); OCCURRED AT: core::Error core::http::initTcpIpAcceptor(core::http::SocketAcceptorService<boost::asio::ip::tcp>&, const std::string&, const std::string&) /root/rstudio/src/cpp/core/include/core/http/TcpIpSocketUtils.hpp:100; LOGGED FROM: int main(int, char* const*) /root/rstudio/src/cpp/server/ServerMain.cpp:346
Starting rstudio-server:
touch: cannot touch `/var/lock/subsys/rstudio-server': No such file or directory
This is with the symlinks set as you have proposed. Without those symlinks, the verify-installation would complain about missing dependencies. It also spew a message that there is no command start-daemon. Once I restored the symlinks, that message no longer appears.
Does that tell you anything useful?
Bookmarks