Changeset 2505 for open-sysclone/trunk
- Timestamp:
- Sep 22, 2016, 8:58:59 AM (4 years ago)
- Location:
- open-sysclone/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
open-sysclone/trunk/fuentes/debian/changelog
r2441 r2505 1 open-sysclone (0.54.1) xenial; urgency=high 2 3 * Start NFS service if the service is down 4 5 -- Daniel Duran Vecino <daduve@gmail.com> Thu, 22 Sep 2016 08:57:52 +0200 6 1 7 open-sysclone (0.53) xenial; urgency=high 2 8 -
open-sysclone/trunk/fuentes/open-sysclone-server.install/usr/share/n4d/python-plugins/OpenSysClone.py
r2381 r2505 140 140 #cmd='exportfs -o rw,insecure,no_root_squash,async,no_subtree_check %s/%s:%s'%(INTERNAL_NETWORK_VARIABLES["INTERNAL_NETWORK"],INTERNAL_NETWORK_VARIABLES["INTERNAL_MASK"],AUX_PATH_FILE) 141 141 #cmd='service nfs-kernel-server restart' 142 #Comprueba que el servicoo de NFS esta arrancado por defecto 143 test=os.system("pidof nfsd") 144 if test!=0 : 145 cmd2='service nfs-kernel-server restart' 146 os.system(cmd2) 142 147 cmd='exportfs -ra' 143 148 #print cmd
Note: See TracChangeset
for help on using the changeset viewer.