Epoptes client does not restart from command-line in non LTSP environment

Bug #1253588 reported by Yannis Tsop
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Epoptes
Invalid
Undecided
Unassigned

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.

Revision history for this message
Alkis Georgopoulos (alkisg) wrote :

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
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.