search for: loadstate

Displaying 6 results from an estimated 6 matches for "loadstate".

Did you mean: load_state
2015 Dec 30
2
Systemd and systemd-sysv-generator
..._mrdsnmp.service Loaded: not-found (Reason: No such file or directory) Active: inactive (dead) ~]# systemctl cat lsi_mrdsnmp.service Unit lsi_mrdsnmp.service is not loaded: No such file or directory ~]# systemctl show lsi_mrdsnmp.service | egrep 'Name|Load' Names=lsi_mrdsnmp.service LoadState=not-found LoadError=org.freedesktop.DBus.Error.FileNotFound "No such file or directory" Thanks for the assistance. -- ---~~.~~--- Mike // SilverTip257 //
2015 Dec 30
2
Systemd and systemd-sysv-generator
...> Active: inactive (dead) > > > > ~]# systemctl cat lsi_mrdsnmp.service > > Unit lsi_mrdsnmp.service is not loaded: No such file or directory > > > > ~]# systemctl show lsi_mrdsnmp.service | egrep 'Name|Load' > > Names=lsi_mrdsnmp.service > > LoadState=not-found > > LoadError=org.freedesktop.DBus.Error.FileNotFound "No such file or > > directory" > > > > > > > Can you pastebin the init script by any chance? I wonder if it's actually a > properly written init script or if it's bad enough that...
2015 Dec 30
0
Systemd and systemd-sysv-generator
...(Reason: No such file or directory) > Active: inactive (dead) > > ~]# systemctl cat lsi_mrdsnmp.service > Unit lsi_mrdsnmp.service is not loaded: No such file or directory > > ~]# systemctl show lsi_mrdsnmp.service | egrep 'Name|Load' > Names=lsi_mrdsnmp.service > LoadState=not-found > LoadError=org.freedesktop.DBus.Error.FileNotFound "No such file or > directory" > > > Can you pastebin the init script by any chance? I wonder if it's actually a properly written init script or if it's bad enough that the generator fails to parse it ...
2015 Dec 30
0
Systemd and systemd-sysv-generator
...t; > > > > > ~]# systemctl cat lsi_mrdsnmp.service > > > Unit lsi_mrdsnmp.service is not loaded: No such file or directory > > > > > > ~]# systemctl show lsi_mrdsnmp.service | egrep 'Name|Load' > > > Names=lsi_mrdsnmp.service > > > LoadState=not-found > > > LoadError=org.freedesktop.DBus.Error.FileNotFound "No such file or > > > directory" > > > > > > > > > > > Can you pastebin the init script by any chance? I wonder if it's > actually a > > properly written init...
2015 Dec 30
2
Systemd and systemd-sysv-generator
On Tue, Dec 29, 2015 at 5:23 PM, Joseph L. Casale <jcasale at activenetwerx.com > wrote: > Instead of converting the sysv script, you could trivially write your own, > the following > was tested against about 6 SNMP queries, the service stops and starts as > expected. > That's certainly an option. One that I was prepared to resort to. But curiosity has the best of me ...
2006 May 17
0
[LLVMdev] Obfuscation with LLVM
...), statePtr, disInitBB ); new BranchInst( disMainBB, disInitBB ); // Connection to the dispatcher's main block. // Add instructions to the dispatcher's main block that implement switching // between the basic blocks depending on the state variable's value. LoadInst* loadState = new LoadInst( statePtr, "next", disMainBB ); SwitchInst* switchInst = new SwitchInst( loadState, oldEntryBB, unsigned( indexBBMap.size() ), disMainBB ); for( BBindexBBMap::iterator idxBBPair = indexBBMap.begin(); idxBBPair != indexBBMap.end(); idxBBPair++ ) { switchI...