opensand team mailing list archive
-
opensand team
-
Mailing list archive
-
Message #00029
Re: OpanSAND test bed - compilation with sources
Andy,
> Tha fresh instalation of Ubuntu VM from Monday crashed today (balck
> screen) so I had to install it once again. This is what I get on my
> fresh installation:
>
> This is only last part of log file. During compilation I tried to
> avoid copy procedures as I mention before.
>
> andyg@andyg-laptop:~/opensand-trunk$ sudo
> cp /tmp/daemon.conf /etc/opensand/
> andyg@andyg-laptop:~/opensand-trunk$ sudo service opensand-network
> start opensand-network: unrecognized service
> andyg@andyg-laptop:~/opensand-trunk$ sudo service opensand-daemon
> start opensand-daemon: unrecognized service
> andyg@andyg-laptop:~/opensand-trunk$
>
> I'll be gratefull for some suggestions.
You probably missed the lines below in section "Build and install
module opensand-daemon":
Copy the servers on every HOST (files can be copied with other tools,
using scp is an example):
$ scp init/opensand-daemon init/opensand-network root@HOST:/etc/init.d/
$ ssh root@HOST chmod a+x /etc/init.d/init/opensand-daemon /etc/init.d/init/opensand-network
If the system on which you build the sources is one of the platform
hosts, you have to perform these actions. You may of course use 'cp'
instead of 'scp', and skip the 'ssh root@HOST' part.
Please check other commands you may have missed because of this
misunderstanding.
> I've also notice something what I can call a small bug in installation
> manual.
>
> Section: Build and install module opensand-core
> Paragraph: Deploy some other opensand-core configuration files to
> MANAGER Line: sudo chown -R *opensand* /usr/share/opensand/
>
> I think that world opensand which is bold is ok as long this is login
> available in a system. During my compilation I had to change it to
> andyg to see positive result.
Same problem as above. You missed the lines below from section "Build
and install module opensand-core":
Create the opensand user on every HOST:
$ ssh root@HOST useradd --system --no-create-home --shell /usr/sbin/nologin opensand
Regards,
Didier
Follow ups
References