summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man5/org.freedesktop.hostname1.5
blob: 48121d0c5551069585bc6b2551d7b704ba4f4308 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
'\" t
.TH "ORG\&.FREEDESKTOP\&.HOSTNAME1" "5" "" "systemd 254" "org.freedesktop.hostname1"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
org.freedesktop.hostname1 \- The D\-Bus interface of systemd\-hostnamed
.SH "INTRODUCTION"
.PP
\fBsystemd-hostnamed.service\fR(8)
is a system service that can be used to control the hostname and related machine metadata from user programs\&. This page describes the hostname semantics and the D\-Bus interface\&.
.SH "THE D\-BUS API"
.PP
The service exposes the following interfaces on the bus:
.sp
.if n \{\
.RS 4
.\}
.nf
node /org/freedesktop/hostname1 {
  interface org\&.freedesktop\&.hostname1 {
    methods:
      SetHostname(in  s hostname,
                  in  b interactive);
      SetStaticHostname(in  s hostname,
                        in  b interactive);
      SetPrettyHostname(in  s hostname,
                        in  b interactive);
      SetIconName(in  s icon,
                  in  b interactive);
      SetChassis(in  s chassis,
                 in  b interactive);
      SetDeployment(in  s deployment,
                    in  b interactive);
      SetLocation(in  s location,
                  in  b interactive);
      GetProductUUID(in  b interactive,
                     out ay uuid);
      GetHardwareSerial(out s serial);
      Describe(out s json);
    properties:
      readonly s Hostname = \*(Aq\&.\&.\&.\*(Aq;
      readonly s StaticHostname = \*(Aq\&.\&.\&.\*(Aq;
      readonly s PrettyHostname = \*(Aq\&.\&.\&.\*(Aq;
      @org\&.freedesktop\&.DBus\&.Property\&.EmitsChangedSignal("const")
      readonly s DefaultHostname = \*(Aq\&.\&.\&.\*(Aq;
      readonly s HostnameSource = \*(Aq\&.\&.\&.\*(Aq;
      readonly s IconName = \*(Aq\&.\&.\&.\*(Aq;
      readonly s Chassis = \*(Aq\&.\&.\&.\*(Aq;
      readonly s Deployment = \*(Aq\&.\&.\&.\*(Aq;
      readonly s Location = \*(Aq\&.\&.\&.\*(Aq;
      @org\&.freedesktop\&.DBus\&.Property\&.EmitsChangedSignal("const")
      readonly s KernelName = \*(Aq\&.\&.\&.\*(Aq;
      @org\&.freedesktop\&.DBus\&.Property\&.EmitsChangedSignal("const")
      readonly s KernelRelease = \*(Aq\&.\&.\&.\*(Aq;
      @org\&.freedesktop\&.DBus\&.Property\&.EmitsChangedSignal("const")
      readonly s KernelVersion = \*(Aq\&.\&.\&.\*(Aq;
      @org\&.freedesktop\&.DBus\&.Property\&.EmitsChangedSignal("const")
      readonly s OperatingSystemPrettyName = \*(Aq\&.\&.\&.\*(Aq;
      @org\&.freedesktop\&.DBus\&.Property\&.EmitsChangedSignal("const")
      readonly s OperatingSystemCPEName = \*(Aq\&.\&.\&.\*(Aq;
      @org\&.freedesktop\&.DBus\&.Property\&.EmitsChangedSignal("const")
      readonly t OperatingSystemSupportEnd = \&.\&.\&.;
      @org\&.freedesktop\&.DBus\&.Property\&.EmitsChangedSignal("const")
      readonly s HomeURL = \*(Aq\&.\&.\&.\*(Aq;
      @org\&.freedesktop\&.DBus\&.Property\&.EmitsChangedSignal("const")
      readonly s HardwareVendor = \*(Aq\&.\&.\&.\*(Aq;
      @org\&.freedesktop\&.DBus\&.Property\&.EmitsChangedSignal("const")
      readonly s HardwareModel = \*(Aq\&.\&.\&.\*(Aq;
      @org\&.freedesktop\&.DBus\&.Property\&.EmitsChangedSignal("const")
      readonly s FirmwareVersion = \*(Aq\&.\&.\&.\*(Aq;
      @org\&.freedesktop\&.DBus\&.Property\&.EmitsChangedSignal("const")
      readonly s FirmwareVendor = \*(Aq\&.\&.\&.\*(Aq;
      @org\&.freedesktop\&.DBus\&.Property\&.EmitsChangedSignal("const")
      readonly t FirmwareDate = \&.\&.\&.;
  };
  interface org\&.freedesktop\&.DBus\&.Peer { \&.\&.\&. };
  interface org\&.freedesktop\&.DBus\&.Introspectable { \&.\&.\&. };
  interface org\&.freedesktop\&.DBus\&.Properties { \&.\&.\&. };
};
    
.fi
.if n \{\
.RE
.\}
.sp
































.PP
Whenever the hostname or other metadata is changed via the daemon,
\fBPropertyChanged\fR
signals are sent out to subscribed clients\&. Changing a hostname using this interface is authenticated via
\m[blue]\fBpolkit\fR\m[]\&\s-2\u[1]\d\s+2\&.
.SH "SEMANTICS"
.PP
The
\fIStaticHostname\fR
property exposes the "static" hostname configured in
/etc/hostname\&. It is not always in sync with the current hostname as returned by the
\fBgethostname\fR(3)
system call\&. If no static hostname is configured this property will be the empty string\&.
.PP
When
\fBsystemd\fR(1)
or
\fBsystemd-hostnamed.service\fR(8)
set the hostname, this static hostname
\fIhas the highest priority\fR\&.
.PP
The
\fIHostname\fR
property exposes the actual hostname configured in the kernel via
\fBsethostname\fR(2)\&. It can be different from the static hostname\&. This property is never empty\&.
.PP
The
\fIPrettyHostname\fR
property exposes the
\fIpretty hostname\fR
which is a free\-form UTF\-8 hostname for presentation to the user\&. User interfaces should ensure that the pretty hostname and the static hostname stay in sync\&. E\&.g\&. when the former is
"Lennart\(cqs Computer"
the latter should be
"lennarts\-computer"\&. If no pretty hostname is set this setting will be the empty string\&. Applications should then find a suitable fallback, such as the dynamic hostname\&.
.PP
The
\fIDefaultHostname\fR
property exposes the default hostname (configured through
\fBos-release\fR(5), or a fallback set at compilation time)\&.
.PP
The
\fIHostnameSource\fR
property exposes the origin of the currently configured hostname\&. One of
"static"
(set from
/etc/hostname),
"transient"
(a non\-permanent hostname from an external source),
"default"
(the value from
os\-release
or the compiled\-in fallback)\&.
.PP
The
\fIIconName\fR
property exposes the
\fIicon name\fR
following the XDG icon naming spec\&. If not set, information such as the chassis type (see below) is used to find a suitable fallback icon name (i\&.e\&.
"computer\-laptop"
vs\&.
"computer\-desktop"
is picked based on the chassis information)\&. If no such data is available, the empty string is returned\&. In that case an application should fall back to a replacement icon, for example
"computer"\&. If this property is set to the empty string, the automatic fallback name selection is enabled again\&.
.PP
The
\fIChassis\fR
property exposes a
\fIchassis type\fR, one of the currently defined chassis types:
"desktop",
"laptop",
"server",
"tablet",
"handset", as well as the special chassis types
"vm"
and
"container"
for virtualized systems\&. Note that in most cases the chassis type will be determined automatically from DMI/SMBIOS/ACPI firmware information\&. Writing to this setting is hence useful only to override misdetected chassis types, or to configure the chassis type if it could not be auto\-detected\&. Set this property to the empty string to reenable the automatic detection of the chassis type from firmware information\&.
.PP
Note that
systemd\-hostnamed
starts only on request and terminates after a short idle period\&. This effectively means that
\fBPropertyChanged\fR
messages are not sent out for changes made directly on the files (as in: administrator edits the files with vi)\&. This is the intended behavior: manual configuration changes should require manual reloading\&.
.PP
The transient (dynamic) hostname exposed by the
\fIHostname\fR
property maps directly to the kernel hostname\&. This hostname should be assumed to be highly dynamic, and hence should be watched directly, without depending on
\fBPropertyChanged\fR
messages from
systemd\-hostnamed\&. To accomplish this, open
/proc/sys/kernel/hostname
and
\fBpoll\fR(3)
for
\fBSIGHUP\fR
which is triggered by the kernel every time the hostname changes\&. Again: this is special for the transient (dynamic) hostname, and does not apply to the configured (fixed) hostname\&.
.PP
Applications may read the hostname data directly if hostname change notifications are not necessary\&. Use
\fBgethostname\fR(2),
/etc/hostname
(possibly with per\-distribution fallbacks), and
\fBmachine-info\fR(3)
for that\&. For more information on these files and syscalls see the respective man pages\&.
.PP
\fIKernelName\fR,
\fIKernelRelease\fR, and
\fIKernelVersion\fR
expose the kernel name (e\&.g\&.
"Linux"), release (e\&.g\&.
"5\&.0\&.0\-11"), and version (i\&.e\&. the build number, e\&.g\&.
"#11") as reported by
\fBuname\fR(2)\&.
\fIOperatingSystemPrettyName\fR,
\fIOperatingSystemCPEName\fR, and
\fIHomeURL\fR
expose the
\fIPRETTY_NAME=\fR,
\fICPE_NAME=\fR
and
\fIHOME_URL=\fR
fields from
\fBos-release\fR(5)\&. The purpose of those properties is to allow remote clients to access this information over D\-Bus\&. Local clients can access the information directly\&.
.SS "Methods"
.PP
\fBSetHostname()\fR
sets the transient (dynamic) hostname, which is used if no static hostname is set\&. This value must be an internet\-style hostname, 7\-bit lowercase ASCII, no special chars/spaces\&. An empty string will unset the transient hostname\&.
.PP
\fBSetStaticHostname()\fR
sets the static hostname which is exposed by the
\fIStaticHostname\fR
property\&. When called with an empty argument, the static configuration in
/etc/hostname
is removed\&. Since the static hostname has the highest priority, calling this function usually affects also the
\fIHostname\fR
property and the effective hostname configured in the kernel\&.
.PP
\fBSetPrettyHostname()\fR
sets the pretty hostname which is exposed by the
\fIPrettyHostname\fR
property\&.
.PP
\fBSetIconName()\fR,
\fBSetChassis()\fR,
\fBSetDeployment()\fR, and
\fBSetLocation()\fR
set the properties
\fIIconName\fR
(the name of the icon representing for the machine),
\fIChassis\fR
(the machine form factor),
\fIDeployment\fR
(the system deployment environment), and
\fILocation\fR
(physical system location), respectively\&.
.PP
\fIPrettyHostname\fR,
\fIIconName\fR,
\fIChassis\fR,
\fIDeployment\fR, and
\fILocation\fR
are stored in
/etc/machine\-info\&. See
\fBmachine-info\fR(5)
for the semantics of those settings\&.
.PP
\fBGetProductUUID()\fR
returns the "product UUID" as exposed by the kernel based on DMI information in
/sys/class/dmi/id/product_uuid\&. Reading the file directly requires root privileges, and this method allows access to unprivileged clients through the polkit framework\&.
.PP
\fBDescribe()\fR
returns a JSON representation of all properties in one\&.
.SS "Security"
.PP
The
\fIinteractive\fR
boolean parameters can be used to control whether polkit should interactively ask the user for authentication credentials if required\&.
.PP
The polkit action for
\fBSetHostname()\fR
is
org\&.freedesktop\&.hostname1\&.set\-hostname\&. For
\fBSetStaticHostname()\fR
and
\fBSetPrettyHostname()\fR
it is
org\&.freedesktop\&.hostname1\&.set\-static\-hostname\&. For
\fBSetIconName()\fR,
\fBSetChassis()\fR,
\fBSetDeployment()\fR
and
\fBSetLocation()\fR
it is
org\&.freedesktop\&.hostname1\&.set\-machine\-info\&.
.SH "RECOMMENDATIONS"
.PP
Here are three examples that show how the pretty hostname and the icon name should be used:
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
When registering DNS\-SD services: use the pretty hostname in the service name, and pass the icon name in the TXT data, if there is an icon name\&. Browsing clients can then show the server icon on each service\&. This is especially useful for WebDAV applications or UPnP media sharing\&.
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
Set the bluetooth name to the pretty hostname\&.
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
When your file browser has a "Computer" icon, replace the name with the pretty hostname if set, and the icon with the icon name, if it is set\&.
.RE
.PP
To properly handle name lookups with changing local hostnames without having to edit
/etc/hosts, we recommend using
systemd\-hostnamed
in combination with
\fBnss-myhostname\fR(3)\&.
.PP
Here are some recommendations to follow when generating a static (internet) hostname from a pretty name:
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
Generate a single DNS label only, not an FQDN\&. That means no dots allowed\&. Strip them, or replace them with
"\-"\&.
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
It\*(Aqs probably safer to not use any non\-ASCII chars, even if DNS allows this in some way these days\&. In fact, restrict your charset to
"a\-zA\-Z0\-9"
and
"\-"\&. Strip other chars, or try to replace them in some smart way with chars from this set, for example
"ä"
→
"ae", and use
"\-"
as the replacement for all punctuation characters and whitespace\&.
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
Try to avoid creating repeated
"\-", as well as
"\-"
as the first or last char\&.
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
Limit the hostname to 63 chars, which is the length of a DNS label\&.
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
If after stripping special chars the empty string is the result, you can pass this as\-is to
systemd\-hostnamed
in which case it will automatically use a suitable fallback\&.
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
Uppercase characters should be replaced with their lowercase equivalents\&.
.RE
.PP
Note that while
systemd\-hostnamed
applies some checks to the hostname you pass they are much looser than the recommendations above\&. For example,
systemd\-hostnamed
will also accept
"_"
in the hostname, but we recommend not using this to avoid clashes with DNS\-SD service types\&. Also
systemd\-hostnamed
allows longer hostnames, but because of the DNS label limitations, we recommend not making use of this\&.
.PP
Here are a couple of example conversions:
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
"Lennart\*(Aqs PC"
→
"lennarts\-pc"
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
"Müllers Computer"
→
"muellers\-computer"
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
"Voran!"
→
"voran"
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
"Es war einmal ein Männlein"
→
"es\-war\-einmal\-ein\-maennlein"
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
"Jawoll\&. Ist doch wahr!"
→
"jawoll\-ist\-doch\-wahr"
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
"レナート"
→
"localhost"
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
"\&.\&.\&.zack!!! zack!\&.\&.\&."
→
"zack\-zack"
.RE
.PP
Of course, an already valid internet hostname label you enter and pass through this conversion should stay unmodified, so that users have direct control of it, if they want \(em by simply ignoring the fact that the pretty hostname is pretty and just edit it as if it was the normal internet name\&.
.SH "VERSIONING"
.PP
These D\-Bus interfaces follow
\m[blue]\fBthe usual interface versioning guidelines\fR\m[]\&\s-2\u[2]\d\s+2\&.
.SH "EXAMPLES"
.PP
\fBExample\ \&1.\ \&Introspect org\&.freedesktop\&.hostname1 on the bus\fR
.sp
.if n \{\
.RS 4
.\}
.nf
$ gdbus introspect \-\-system \e
  \-\-dest org\&.freedesktop\&.hostname1 \e
  \-\-object\-path /org/freedesktop/hostname1
      
.fi
.if n \{\
.RE
.\}
.SH "SEE ALSO"
.PP
David Zeuthen\*(Aqs original Fedora
\m[blue]\fBFeature page about xdg\-hostname\fR\m[]\&\s-2\u[3]\d\s+2
.SH "NOTES"
.IP " 1." 4
polkit
.RS 4
\%https://www.freedesktop.org/software/polkit/docs/latest/
.RE
.IP " 2." 4
the usual interface versioning guidelines
.RS 4
\%https://0pointer.de/blog/projects/versioning-dbus.html
.RE
.IP " 3." 4
Feature page about xdg-hostname
.RS 4
\%https://fedoraproject.org/wiki/Features/BetterHostname
.RE