Modify ↓
Opened 8 years ago
Closed 8 years ago
#7180 closed defect (fixed)
wrong user in default cups configuration
Reported by: | fanta@… | Owned by: | nico |
---|---|---|---|
Priority: | normal | Milestone: | Backfire 10.03.1 |
Component: | packages | Version: | Backfire 10.03 |
Keywords: | cups configuration user | Cc: |
Description
The default /etc/cups/cupsd.conf sets the parameters "user" and "group" to root/root. As cups does not like this, various parts of the web interface are defunct. Example: "Administration" -> "Add Printer" will yield an internal server error.
When changing user/group to nobody/nogroup, cups will work as expected. I therefore propose to change the default settings for user and group in /etc/cups/cupsd.conf to nobody and nogroup respectively.
Attachments (0)
Change History (2)
comment:1 Changed 8 years ago by nico
- Owner changed from developers to nico
- Status changed from new to accepted
comment:2 Changed 8 years ago by nico
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
Fixed in [20981], thanks for reporting !