Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-30 Thread James Hogarth
On 30 December 2015 at 15:25, Mike - st257 wrote: > On Wed, Dec 30, 2015 at 10:06 AM, James Hogarth > wrote: > > > > > > > Best way to see this is using systemctl (status|cat|show) > > > > ... > > > > > > > > I expect if you do this for your

Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-30 Thread Mike - st257
On Wed, Dec 30, 2015 at 10:47 AM, James Hogarth wrote: > > > > 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 ... > > > > > > Yes - here

Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-30 Thread Mike - st257
Consolidating my reply to both James and Gordon in one message. On Wed, Dec 30, 2015 at 2:38 AM, James Hogarth wrote: > On 30 Dec 2015 00:55, "Mike - st257" wrote: > > > > On Tue, Dec 29, 2015 at 5:23 PM, Joseph L. Casale < >

Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-30 Thread James Hogarth
On 30 December 2015 at 14:23, Mike - st257 wrote: > Consolidating my reply to both James and Gordon in one message. > > > On Wed, Dec 30, 2015 at 2:38 AM, James Hogarth > wrote: > > > On 30 Dec 2015 00:55, "Mike - st257"

Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-30 Thread Mike - st257
On Wed, Dec 30, 2015 at 10:06 AM, James Hogarth wrote: > > > > Best way to see this is using systemctl (status|cat|show) > > ... > > > > > > I expect if you do this for your failing service you'll get a better > > > understanding of what's going on. > > > > > > ~]#

Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-29 Thread Joseph L. Casale
> The particular software in question is LSI MegaRaid SNMP daemon. > I retrieved the latest version from LSI's site which was provided for EL7. While I don't have the answer to your specific question, LSI does does not advertise support for the latest point release and using their current version

Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-29 Thread Mike - st257
On Tue, Dec 29, 2015 at 1:24 PM, Joseph L. Casale wrote: > > The particular software in question is LSI MegaRaid SNMP daemon. > > I retrieved the latest version from LSI's site which was provided for > EL7. > > While I don't have the answer to your specific question,

Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-29 Thread Mike - st257
On Tue, Dec 29, 2015 at 1:10 PM, Greg Bailey wrote: > On 12/29/2015 10:13 AM, Mike - st257 wrote: > >> Hello CentOS List, >> >> I have a server that has SysV script supplied by a hardware manufacturer, >> which is not functioning properly. From my reading,

[CentOS] Systemd and systemd-sysv-generator

2015-12-29 Thread Mike - st257
Hello CentOS List, I have a server that has SysV script supplied by a hardware manufacturer, which is not functioning properly. From my reading, systemd-sysv-generator should handle them (like it did for Dell OpenManage software which supplied SysV init scripts).

Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-29 Thread Greg Bailey
On 12/29/2015 10:13 AM, Mike - st257 wrote: Hello CentOS List, I have a server that has SysV script supplied by a hardware manufacturer, which is not functioning properly. From my reading, systemd-sysv-generator should handle them (like it did for Dell OpenManage software which supplied SysV

Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-29 Thread Mike - st257
On Tue, Dec 29, 2015 at 5:23 PM, Joseph L. Casale 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.

Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-29 Thread Mike - st257
On Tue, Dec 29, 2015 at 3:14 PM, Gordon Messmer wrote: > On 12/29/2015 09:13 AM, Mike - st257 wrote: > >> ~]# /etc/init.d/lsi_mrdsnmpd start >> Reloading systemd: [ OK ] >> Starting lsi_mrdsnmpd (via systemctl): Failed to start

Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-29 Thread Joseph L. Casale
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. You may want to purge the sysv remnants. # cat /etc/systemd/system/lsi_mrdsnmpd.service [Unit] Description=LSI SNMP Agent

Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-29 Thread Gordon Messmer
On 12/29/2015 09:13 AM, Mike - st257 wrote: ~]# /etc/init.d/lsi_mrdsnmpd start Reloading systemd: [ OK ] Starting lsi_mrdsnmpd (via systemctl): Failed to start lsi_mrdsnmpd.service: Unit lsi_mrdsnmpd.service failed to load: No such file or directory.

Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-29 Thread James Hogarth
On 30 Dec 2015 00:55, "Mike - st257" wrote: > > On Tue, Dec 29, 2015 at 5:23 PM, Joseph L. Casale < jcas...@activenetwerx.com > > wrote: > > > Instead of converting the sysv script, you could trivially write your own, > > the following > > was tested against about 6 SNMP

Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-29 Thread Gordon Messmer
On 12/29/2015 01:13 PM, Mike - st257 wrote: ( Has Red Hat even built x86 libraries for x86_64 since RHEL7 no longer supports x86? ) Yes. There's no 32 bit kernel, so no 32 bit installation media, but running 32 bit applications is still supported. Did the logs provide any useful