jeltsch's blog

Configuring and starting Apache2 via Yast2

Yast is of of course as unfriendly when it comes to error messages as any other Linux program. I tried to start up Apache2 using Yast2 and there were only 3 fields in the configuration wizard to fill in: server name, administrator e-mail and listening port. I filled in as server name "Suse Linux". When Yast2 wanted to do the configuration, the error message was: Error: cannot adjust apache2 service Cool.

SCPM (System Configuration Profile Management)

scpm is something like the Location Manager for Mac OS X. You need to be root to execute most of its commands: /sbin/scpm list Lists all available profiles. /sbin/scpm switch "profilename" Switches to the specified profile. /sbin/scpm add "newprofilename" Adds a new profile based on the present systems settings. The files subject to change are located in /var/lib/scpm/profiles/"profilename"/file and /var/lib/scpm/profiles/"profilename"/service. But you shouldn't modify them manually.

Pages