Jump to content

Debian 8 (Jessie)


serge

Recommended Posts

I upgraded to debian 8 one of my server, and only issue were 5 services like ssh, php5-fpm, mysql, nginx, etc

 

was not started after reboot, but I was only able to start them manually like this "systemctl start MY-SERVICE" and because now debian come by default with systemd, it's mean you need to enable service you want that start at boot, doing this command line way:

 

systemctl enable MY-SERVICE
 

but in my case even by doing this above did not do the trick, so I went back to sysv following this instruction:

http://without-systemd.org/wiki/index.php/How_to_remove_systemd_from_a_Debian_jessie/sid_installation
 

 

As after that & reboot server, my services still not started, so doing this done the trick at my next reboot:

 

sysv-rc-conf --level 345 SERVICE-NAME on
 

Link to comment
Share on other sites

It's seem debian 8 (Jessie) adoption to systemd was very controvertial as no choise to keep sysv was proposed during updrade process when some users can have very custom config they will preffer to keep.

 

From my personal experience systemd is certainly good but impose such switching is certainly not good, I believe debian will lose a lot of people with that.

Link to comment
Share on other sites

  • 4 months later...

It's seem debian 8 (Jessie) adoption to systemd was very controvertial as no choise to keep sysv was proposed during updrade process when some users can have very custom config they will preffer to keep.

 

From my personal experience systemd is certainly good but impose such switching is certainly not good, I believe debian will lose a lot of people with that.

I disagree, systemd is a drop-in replacement for SysV. You can use your SysV scripts with systemd as long as they don't declare incomplete dependencies in your LSB block.

 

You can't please everyone, people complain when you stay the same and don't innovate, people complain when you change. Damned if you do, damned if you don't. I happen to like the clean syntax for systemd much more than SysV.

Link to comment
Share on other sites

By the way, since the upgrade of distro version the considered server I was saying at starting this post, is not able after a reboot to start basic service like ssh, mysql, nginx, ect...

 

And since the upgrade, nevermind using systemd or back to sysv, as most of my services can now just only start manually, so I preffer to be "dammed" to say I had preffer do have the choice of not runnning such issue by keep sysv in the upgrade process.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...