FS#41767 - [udisks] add --no-debug to the systemd service file

Attached to Project: Arch Linux
Opened by Steven Honeyman (stevenhoneyman) - Sunday, 31 August 2014, 12:46 GMT
Last edited by Jan de Groot (JGC) - Friday, 10 June 2016, 12:36 GMT
Task Type General Gripe
Category Packages: Extra
Status Closed
Assigned To Jan Alexander Steffens (heftig)
Tom Gundersen (tomegun)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

Please add the --no-debug parameter to the udisks.service file provided with this package.
Without it, the journal is filled with entries like this every few minutes every time it polls something, or SMART attributes are checked, etc:

Aug 31 12:55:36 hostname udisks-daemon[310]: **** CHANGING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
Aug 31 12:55:36 hostname udisks-daemon[310]: **** UPDATING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
Aug 31 12:55:36 hostname udisks-daemon[310]: **** CHANGED /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
Aug 31 12:55:36 hostname udisks-daemon[310]: **** CHANGING /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb
Aug 31 12:55:36 hostname udisks-daemon[310]: **** UPDATING /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb
Aug 31 12:55:36 hostname udisks-daemon[310]: **** CHANGED /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb
Aug 31 12:55:36 hostname udisks-daemon[310]: **** CHANGING /sys/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sdc
Aug 31 12:55:36 hostname udisks-daemon[310]: **** UPDATING /sys/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sdc
Aug 31 12:55:36 hostname udisks-daemon[310]: **** CHANGED /sys/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sdc
This task depends upon

Closed by  Jan de Groot (JGC)
Friday, 10 June 2016, 12:36 GMT
Reason for closing:  Implemented
Comment by Samantha McVey (samcv) - Thursday, 09 June 2016, 21:59 GMT
I checked and the current version of udisks does not include the --no-debug parameter at the present moment either so that part of your report is still the same. I would like to ask, are you still experiencing this issue? If so please specify what kernel you are on using the following command in your terminal:
$ uname -a
Thanks!
Comment by Steven Honeyman (stevenhoneyman) - Friday, 10 June 2016, 12:09 GMT
It seems to include it as default now in the upstream config files: https://cgit.freedesktop.org/udisks/tree/data/org.freedesktop.UDisks.service.in?h=udisks1

$ grep debug /usr/share/dbus-1/system-services/org.freedesktop.UDisks.service
Exec=/usr/lib/udisks/udisks-daemon --no-debug

Something changed in the past 2 years, doesn't really matter what - as it's no longer an issue, feel free to close this!
Comment by Jan de Groot (JGC) - Friday, 10 June 2016, 12:25 GMT
The bugreport is about udisks, not udisks2.

The service file included in udisks is provided by Archlinux, not by upstream. Should be an easy fix.

Loading...