epoptes team mailing list archive
-
epoptes team
-
Mailing list archive
-
Message #00602
[Bug 1253588] Re: Epoptes client does not restart from command-line in non LTSP environment
Currently epoptes-client is not started as a service, but from
/etc/network/if-up.d/epoptes-client, whenever a network interface is
brought up.
The /etc/init.d/epoptes-client script is just a workaround for older
LTSP clients, that don't receive an if-up event. That's why it doesn't
do anything on standalone clients, or even in recent LTSP clients.
To start or restart epoptes-client manually, just run:
/usr/sbin/epoptes-client
To kill epoptes-client, run:
pkill -U $UID -f '^epoptes-client$'
** Changed in: epoptes
Status: New => Invalid
--
You received this bug notification because you are a member of Epoptes
Developers, which is subscribed to Epoptes.
https://bugs.launchpad.net/bugs/1253588
Title:
Epoptes client does not restart from command-line in non LTSP
environment
Status in Epoptes:
Invalid
Bug description:
When I issue :
sudo /etc/init.d/epoptes-client restart
in a standalone client nothing happens.
the problem is that before running the daemon the following line is
executed:
test -f /etc/ltsp_chroot || exit 0
which returns FALSE on non ltsp setups.
Furthermore stop and restart do not kill the running daemon if it is there.
To manage notifications about this bug go to:
https://bugs.launchpad.net/epoptes/+bug/1253588/+subscriptions
References