Difference between revisions of "OpenRC, an alternative to systemd"

imported>Aaditya
imported>Aaditya
Line 281: Line 281:
The steps to install eudev are as follows:
The steps to install eudev are as follows:


  sudo pacman -S eudev-openrc eudev-systemdcompat
  sudo pacman -S eudev eudev-systemdcompat


The output looks like the following:
The output looks like the following:


  $ sudo pacman -S eudev-openrc eudev-systemdcompat
  $ sudo pacman -S eudev eudev-systemdcompat
  resolving dependencies...
  resolving dependencies...
  looking for inter-conflicts...
  looking for conflicting packages...
:: eudev and libsystemd are in conflict (libgudev-1.0.so). Remove libsystemd? [y/N] y
  :: eudev-systemdcompat and systemd are in conflict. Remove systemd? [y/N] y
  :: eudev-systemdcompat and systemd are in conflict. Remove systemd? [y/N] y
  :: eudev-systemdcompat and libsystemd are in conflict. Remove libsystemd? [y/N] y
  warning: dependency cycle detected:
warning: eudev-systemdcompat will be installed before its eudev dependency
   
   
  Packages (6): eudev-1.9-1  libeudev-1.9-1  libsystemd-212-2 [removal]
  Packages (4) libsystemd-219-6 [removal] systemd-219-6 [removal]  eudev-3.0-1 eudev-systemdcompat-219-2
              systemd-212-2 [removal]  eudev-openrc-20140712-1
              eudev-systemdcompat-215-1
   
   
  Total Download Size:   0.93 MiB
  Total Download Size:     0.95 MiB
  Total Installed Size:   6.38 MiB
  Total Installed Size:   7.09 MiB
  Net Upgrade Size:       -10.84 MiB
  Net Upgrade Size:     -18.78 MiB
   
   
  :: Proceed with installation? [Y/n]  
  :: Proceed with installation? [Y/n]  
Line 308: Line 308:
     upower-pm-utils: pm-utils support
     upower-pm-utils: pm-utils support


The ''upower-pm-utils'' package can be installed in order to be able to suspend and hibernate the system.
The ''upower-pm-utils'' package is an older version of upower (0.9.23) with suspend and hibernate functionality.


=== Possible issues ===
=== Possible issues ===
Anonymous user