On 2013-09-12 09:46, Enthalpie wrote:
>
> Hello
>
> it will be more easier with the picture attached to the post
>
> in yast system services i can’t see and modify level for starting
> services as usual ??
Does not work, AFAIK.
You have to change this:
> Telcontar:~ # l /etc/systemd/system/default.target
> lrwxrwxrwx 1 root root 40 Jun 7 15:09 /etc/systemd/system/default.target -> /usr/lib/systemd/system/runlevel3.target
> Telcontar:~ #
If that’s not what you mean, sorry, I can not see the photo. Please use susepaste.org
On 2013-09-12 11:46, Enthalpie wrote:
>
> Great the link to susepast !! it will be easier with a picture instead a
> text
>
> ‘SUSE Paste’ (http://susepaste.org/82668547)
The module is partly broken, I understand. YaST has not catched up with
systemd. I think there is a native systemd tool that does some of it,
but I can’t find my note about it.
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
I have 3 PC at home. Only one under 12.3 (i prefer before to change every machine)
So on this PC ; CUPS did’nt start automaticaly and in system services simple mode CUPS is ON but with an star and DOES’NT run !! and on level advanced mode CUPS is not running
I am Tired to be obliged to run yast to start CUPS each time i boot the PC
If you run the command from a terminal zypper will tell you whether it’s installed. You won’t see an entry in Yast since it’s not a yast module but a GUI to control systemd.
In systemadm you can easily enable / disable services.
Another thing: Yast is currently being ported from it’s own programming language to Ruby. A module to control / administer systemd is being worked on, but will not be backported to the “old Yast”.
I suggest you first have a look at systemadm, it will serve your needs in a comfortable way.
HP620-linux:/home/bernard # systemctl status cups.service
cups.service - CUPS Printing Service
Loaded: loaded (/usr/lib/systemd/system/cups.service; enabled)
Active: inactive (dead)
CGroup: name=systemd:/system/cups.service
Sep 12 16:33:15 HP620-linux.arrow-breizh cupsd[2536]: No limit for Validate-Job defined in policy allowall...nd.
Sep 12 16:33:15 HP620-linux.arrow-breizh cupsd[2536]: No limit for Cancel-Jobs defined in policy allowallf...nd.
Sep 12 16:33:15 HP620-linux.arrow-breizh cupsd[2536]: No limit for Cancel-My-Jobs defined in policy allowa...nd.
Sep 12 16:33:15 HP620-linux.arrow-breizh cupsd[2536]: No limit for Close-Job defined in policy allowallfor...nd.
Sep 12 16:33:15 HP620-linux.arrow-breizh cupsd[2536]: No limit for CUPS-Get-Document defined in policy all...nd.
Sep 12 16:33:15 HP620-linux.arrow-breizh cupsd[2536]: No JobPrivateAccess defined in policy allowallforany...ts.
Sep 12 16:33:15 HP620-linux.arrow-breizh cupsd[2536]: No JobPrivateValues defined in policy allowallforany...ts.
Sep 12 16:33:15 HP620-linux.arrow-breizh cupsd[2536]: No SubscriptionPrivateAccess defined in policy allow...ts.
Sep 12 16:33:15 HP620-linux.arrow-breizh cupsd[2536]: No SubscriptionPrivateValues defined in policy allow...ts.
Sep 12 16:34:38 HP620-linux.arrow-breizh systemd[1]: Stopped CUPS Printing Service.
HP620-linux:/home/bernard #
If I start or restart no problems but after reboot CUPS does’nt start automaticly
systemctl stop cups.service
Warning: Stopping cups.service, but it can still be activated by:
cups.path
cups.socket
HP620-linux:/home/bernard #
HP620-linux:/home/bernard # systemctl status cups.service
cups.service - CUPS Printing Service
Loaded: loaded (/usr/lib/systemd/system/cups.service; enabled)
Active: inactive (dead) since Thu, 2013-09-12 16:44:43 CEST; 7s ago
Process: 2092 ExecStart=/usr/sbin/cupsd -f (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/cups.service
Sep 12 16:43:08 HP620-linux.arrow-breizh cupsd[2092]: No limit for Cancel-Jobs defined in policy allowallforanybody and no suitable template found.
Sep 12 16:43:08 HP620-linux.arrow-breizh cupsd[2092]: No limit for Cancel-My-Jobs defined in policy allowallforanybody and no suitable template found.
Sep 12 16:43:08 HP620-linux.arrow-breizh cupsd[2092]: No limit for Close-Job defined in policy allowallforanybody and no suitable template found.
Sep 12 16:43:08 HP620-linux.arrow-breizh cupsd[2092]: No limit for CUPS-Get-Document defined in policy allowallforanybody and no suitable template found.
Sep 12 16:43:08 HP620-linux.arrow-breizh cupsd[2092]: No JobPrivateAccess defined in policy allowallforanybody - using defaults.
Sep 12 16:43:08 HP620-linux.arrow-breizh cupsd[2092]: No JobPrivateValues defined in policy allowallforanybody - using defaults.
Sep 12 16:43:08 HP620-linux.arrow-breizh cupsd[2092]: No SubscriptionPrivateAccess defined in policy allowallforanybody - using defaults.
Sep 12 16:43:08 HP620-linux.arrow-breizh cupsd[2092]: No SubscriptionPrivateValues defined in policy allowallforanybody - using defaults.
Sep 12 16:44:42 HP620-linux.arrow-breizh systemd[1]: Stopping CUPS Printing Service…
Sep 12 16:44:43 HP620-linux.arrow-breizh systemd[1]: Stopped CUPS Printing Service.