Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 472432 - net-print/cups does not include systemctl service
Summary: net-print/cups does not include systemctl service
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-05 18:37 UTC by John Roman
Modified: 2013-06-26 22:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
cupsd service unit. (cupsd.service,122 bytes, text/plain)
2013-06-05 18:37 UTC, John Roman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Roman 2013-06-05 18:37:22 UTC
Created attachment 350234 [details]
cupsd service unit.

cups has no systemd service unit.  attached is one ive created for consideration.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-06-06 13:33:58 UTC
Several net-print/cups ebuilds carry a systemd USE flag, so I'm a bit confused about whether this bug report is valid at all.
Comment 2 John Roman 2013-06-06 15:03:45 UTC
its sadly possible this bug may not infact be valid, so i feel it important to provide more details:


I recently switched from openRC to systemd, and after re-emerging the world several times with the appropriate USE flags to indicate systemd's presence, no unit was present.  

machine info below:

Linux hideous 3.7.10-gentoo #13 SMP Wed May 29 08:49:01 EDT 2013 x86_64 Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz GenuineIntel GNU/Linux

  total       used       free     shared    buffers     cached
Mem:       8060464    3378364    4682100          0     506128    1800208
-/+ buffers/cache:    1072028    6988436
Swap:            0          0          0

Filesystem      Size  Used Avail Use% Mounted on
rootfs          229G   37G  193G  16% /
udev             10M  4.0K   10M   1% /dev
/dev/sda3       229G   37G  193G  16% /
tmpfs           3.9G     0  3.9G   0% /dev/shm
tmpfs           3.9G  452K  3.9G   1% /run
tmpfs           3.9G     0  3.9G   0% /sys/fs/cgroup
tmpfs           3.9G  4.0K  3.9G   1% /tmp

BIOS Information
        Vendor: Dell Inc.
        Version: A01
        Release Date: 05/04/2012
        Address: 0xF0000
        Runtime Size: 64 kB
        ROM Size: 14336 kB
        Characteristics:
                PCI is supported
                PNP is supported
                BIOS is upgradeable
                BIOS shadowing is allowed
                Boot from CD is supported
                Selectable boot is supported
                EDD is supported
                5.25"/1.2 MB floppy services are supported (int 13h)
                3.5"/720 kB floppy services are supported (int 13h)
                3.5"/2.88 MB floppy services are supported (int 13h)
                Print screen service is supported (int 5h)
                8042 keyboard services are supported (int 9h)
                Serial services are supported (int 14h)
                Printer services are supported (int 17h)
                ACPI is supported
                USB legacy is supported
                BIOS boot specification is supported
                Function key-initiated network boot is supported
                Targeted content distribution is supported
                UEFI is supported
        BIOS Revision: 4.6

Handle 0x0001, DMI type 1, 27 bytes
System Information
        Manufacturer: Dell Inc.
        Product Name: OptiPlex 7010
        Version: 01
        Serial Number: FNQM6V1
        UUID: 4C4C4544-004E-5110-804D-C6C04F365631
        Wake-up Type: Power Switch
        SKU Number: Not Specified
        Family: Not Specified
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2013-06-06 15:13:03 UTC
@systemd: I just have no clue what this is about. Please please help and feel free to commit.
Comment 4 Mike Gilbert gentoo-dev 2013-06-06 15:18:00 UTC
Seems to install the units just fine here.

floppym@naomi ~ % equery l cups
 * Searching for cups ...
[IP-] [  ] net-print/cups-1.6.2-r5:0
floppym@naomi ~ % equery f cups | grep systemd
/usr/lib/systemd
/usr/lib/systemd/system
/usr/lib/systemd/system/cups.path
/usr/lib/systemd/system/cups.service
/usr/lib/systemd/system/cups.socket
Comment 5 Andreas K. Hüttel archtester gentoo-dev 2013-06-26 22:28:18 UTC
(In reply to Mike Gilbert from comment #4)
> Seems to install the units just fine here.
> 
> floppym@naomi ~ % equery l cups
>  * Searching for cups ...
> [IP-] [  ] net-print/cups-1.6.2-r5:0
> floppym@naomi ~ % equery f cups | grep systemd
> /usr/lib/systemd
> /usr/lib/systemd/system
> /usr/lib/systemd/system/cups.path
> /usr/lib/systemd/system/cups.service
> /usr/lib/systemd/system/cups.socket

OK let's assume this is fixed in ~arch.