summaryrefslogtreecommitdiff
path: root/tests/data/spool/db-h/99/33299.log
blob: b4c3919c0fc1bf03273349c325710d22f973b846 (about) (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
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266

<!-- request_addr: bug-guix@gnu.org -->
<!-- time:1541585102 -->
<strong>Report forwarded</strong>
to <code>bug-guix@gnu.org</code>:<br>
<code>bug#33299</code>; Package <code>guix</code>.


bug-guix@gnu.org

X-Loop: help-debbugs@gnu.org
Subject: bug#33299: shepherd: Service ssh-daemon could not be started.
Resent-From: user <user@example.com>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
Resent-CC: bug-guix@gnu.org
Resent-Date: Wed, 07 Nov 2018 10:05:02 +0000
Resent-Message-ID: <handler.33299.B.154158504218390@debbugs.gnu.org>
Resent-Sender: help-debbugs@gnu.org
X-GNU-PR-Message: report 33299
X-GNU-PR-Package: guix
X-GNU-PR-Keywords: 
To: 33299@debbugs.gnu.org
X-Debbugs-Original-To: bug-guix@gnu.org
Received: via spool by submit@debbugs.gnu.org id=B.154158504218390
          (code B ref -1); Wed, 07 Nov 2018 10:05:02 +0000
Received: (at submit) by debbugs.gnu.org; 7 Nov 2018 10:04:02 +0000
Received: from localhost ([127.0.0.1]:38169 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1gKKgq-0004mE-Nl
	for submit@debbugs.gnu.org; Wed, 07 Nov 2018 05:04:02 -0500
Received: from eggs.gnu.org ([208.118.235.92]:33650)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <user@example.com>) id 1gKKgo-0004m2-Qk
 for submit@debbugs.gnu.org; Wed, 07 Nov 2018 05:03:59 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <user@example.com>) id 1gKKgb-0000lA-Ee
 for submit@debbugs.gnu.org; Wed, 07 Nov 2018 05:03:51 -0500
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE
 autolearn=disabled version=3.3.2
Received: from lists.gnu.org ([2001:4830:134:3::11]:50439)
 by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.71) (envelope-from <user@example.com>)
 id 1gKKgR-0000f7-2m
 for submit@debbugs.gnu.org; Wed, 07 Nov 2018 05:03:38 -0500
Received: from eggs.gnu.org ([2001:4830:134:3::10]:42984)
 by lists.gnu.org with esmtp (Exim 4.71)
 (envelope-from <user@example.com>) id 1gKKgN-0002qo-1X
 for bug-guix@gnu.org; Wed, 07 Nov 2018 05:03:34 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <user@example.com>) id 1gKKg8-0000Wi-T9
 for bug-guix@gnu.org; Wed, 07 Nov 2018 05:03:22 -0500
Received: from mx1.example.com ([198.252.153.129]:50222)
 by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)
 (Exim 4.71) (envelope-from <user@example.com>)
 id 1gKKg8-0000V3-DH
 for bug-guix@gnu.org; Wed, 07 Nov 2018 05:03:16 -0500
Received: from piha.example.com (piha-pn.example.com [10.0.1.163])
 (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits))
 (Client CN "*.example.com",
 Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK))
 by mx1.example.com (Postfix) with ESMTPS id 340CE1A0004
 for <bug-guix@gnu.org>; Wed,  7 Nov 2018 02:03:15 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=example.com; s=squak;
 t=1541584995; bh=3yioyL49UFKvvTn6tW3x24hMLOfxM1s27UQlDJD0oCY=;
 h=To:From:Subject:Date:From;
 b=Hz7uFvaqX0YqTGYUlbo/AKSmJ95dY+tSy4LaQovjHAgwHkoAo9Gp0qfU1w7Wb3U+E
 DfDA7vrIRk6xsIZjUgxel3ck1liXjom3frl7K6otvU21GKlM4kmt603UU7c4Z1s1HR
 0Or2ee8GD4uYcr9MSvZlRbxaiEGWyskMI/wlF408=
X-Riseup-User-ID: F82166AB8C50B1CD2BD51AF22D77350890A2365CC58F58358D9C45B8E31EA5DA
Received: from [127.0.0.1] (localhost [127.0.0.1])
 by piha.example.com with ESMTPSA id 51E10651B1
 for <bug-guix@gnu.org>; Wed,  7 Nov 2018 02:03:13 -0800 (PST)
From: user <user@example.com>
Message-ID: <c78be403-0616-67a0-fd5a-e1196b6a14d1@example.com>
Date: Wed, 7 Nov 2018 11:03:10 +0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
 boundary="------------5605D2151F7A729B47E272C4"
Content-Language: en-US
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic]
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x
X-Received-From: 2001:4830:134:3::11
X-Spam-Score: -4.1 (----)
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -5.1 (-----)

This is a multi-part message in MIME format.
--------------5605D2151F7A729B47E272C4
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: quoted-printable

Hi

This morning I started my GuixSD VM as usual.

Openssh server was not running even though it was enabled and should=20
have been respawned. Hmm.

Lucky for me SSH is not the only way into this system...

 From the host I got:

$ ssh=C2=A0 sdb@localhost -p10022
ssh_exchange_identification: read: Connection reset by peer

On the guest:

$ grep -3 "ssh-daemon could not /var/log/messages
Nov=C2=A0 7 07:19:30 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.366701] VFS:=
 Dquot-cache hash=20
table entries: 512 (order 0, 4096 bytes)
Nov=C2=A0 7 07:19:30 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.367764] AppA=
rmor: AppArmor=20
Filesystem Enabled
Nov=C2=A0 7 07:19:30 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.368569] pnp:=
 PnP ACPI init
Nov=C2=A0 7 07:19:31 localhost shepherd[1]: Service ssh-daemon could not =
be=20
started.
Nov=C2=A0 7 07:19:31 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.370291] pnp:=
 PnP ACPI: found 6=20
devices
Nov=C2=A0 7 07:19:31 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.378960] cloc=
ksource: acpi_pm:=20
mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Nov=C2=A0 7 07:19:31 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.380434] NET:=
 Registered=20
protocol family 2

Herd said:

$ cat sshd-stopped
Status of ssh-daemon:
 =C2=A0 It is stopped.
 =C2=A0 It is enabled.
 =C2=A0 Provides (ssh-daemon).
 =C2=A0 Requires (syslogd).
 =C2=A0 Conflicts with ().
 =C2=A0 Will be respawned. =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
 <-- not true!

Starting it yielded:

$ cat sshd-start
Service ssh-daemon has been started.

How do I increase the verbosity of shepherd? I did not find anything=20
about that in the shepherd manual=20
<https://www.gnu.org/software/shepherd/manual/shepherd.html#Invoking-shep=
herd>.

Is there a way to debug further?

--=20
Cheers
Swedebugia
PS
$ guix --version
guix (GNU Guix) 1f44934fb6e2cefccbecd4fa347025349fa9ff76 (=3D0.15


--------------5605D2151F7A729B47E272C4
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<html>
  <head>

    <meta http-equiv=3D"content-type" content=3D"text/html; charset=3DUTF=
-8">
  </head>
  <body text=3D"#000000" bgcolor=3D"#FFFFFF">
    <p>Hi</p>
    <p>This morning I started my GuixSD VM as usual.</p>
    <p>Openssh server was not running even though it was enabled and
      should have been respawned. Hmm.</p>
    <p>Lucky for me SSH is not the only way into this system...</p>
    <p>From the host I got:<br>
    </p>
    <p>$ ssh=C2=A0 sdb@localhost -p10022<br>
      ssh_exchange_identification: read: Connection reset by peer</p>
    <p>On the guest:<br>
    </p>
    <p>$ grep -3 "ssh-daemon could not /var/log/messages<br>
      Nov=C2=A0 7 07:19:30 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.366701=
] VFS: Dquot-cache
      hash table entries: 512 (order 0, 4096 bytes)<br>
      Nov=C2=A0 7 07:19:30 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.367764=
] AppArmor:
      AppArmor Filesystem Enabled<br>
      Nov=C2=A0 7 07:19:30 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.368569=
] pnp: PnP ACPI
      init<br>
      Nov=C2=A0 7 07:19:31 localhost shepherd[1]: Service ssh-daemon coul=
d
      not be started. <br>
      Nov=C2=A0 7 07:19:31 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.370291=
] pnp: PnP ACPI:
      found 6 devices<br>
      Nov=C2=A0 7 07:19:31 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.378960=
] clocksource:
      acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns:
      2085701024 ns<br>
      Nov=C2=A0 7 07:19:31 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.380434=
] NET: Registered
      protocol family 2</p>
    <p>Herd said:<br>
    </p>
    <p>$ cat sshd-stopped <br>
      Status of ssh-daemon:<br>
      =C2=A0 It is stopped.<br>
      =C2=A0 It is enabled.<br>
      =C2=A0 Provides (ssh-daemon).<br>
      =C2=A0 Requires (syslogd).<br>
      =C2=A0 Conflicts with ().<br>
      =C2=A0 Will be respawned. =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
 =C2=A0 &lt;-- not true!<br>
    </p>
    <p>Starting it yielded:<br>
    </p>
    <p>$ cat sshd-start <br>
      Service ssh-daemon has been started.<br>
    </p>
    <p>How do I increase the verbosity of shepherd? I did not find
      anything about that in the <a moz-do-not-send=3D"true"
href=3D"https://www.gnu.org/software/shepherd/manual/shepherd.html#Invoki=
ng-shepherd">shepherd
        manual</a>.</p>
    <p>Is there a way to debug further?<br>
    </p>
    <pre class=3D"moz-signature" cols=3D"72">--=20
Cheers
Swedebugia
PS=20
$ guix --version
guix (GNU Guix) 1f44934fb6e2cefccbecd4fa347025349fa9ff76 (=3D0.15

</pre>
  </body>
</html>

--------------5605D2151F7A729B47E272C4--





<!-- request_addr: user &lt;user@example.com&gt; -->
<!-- time:1541585103 -->
<strong>Acknowledgement sent</strong>
to <code>user &lt;user@example.com&gt;</code>:<br>
New bug report received and forwarded.  Copy sent to <code>bug-guix@gnu.org</code>.


-t

Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.505 (Entity 5.505)
Content-Type: text/plain; charset=utf-8
X-Loop: help-debbugs@gnu.org
From: help-debbugs@gnu.org (GNU bug Tracking System)
To: user <user@example.com>
Subject: bug#33299: Acknowledgement (shepherd: Service ssh-daemon could
 not be started.)
Message-ID: <handler.33299.B.154158504218390.ack@debbugs.gnu.org>
References: <c78be403-0616-67a0-fd5a-e1196b6a14d1@example.com>
X-Gnu-PR-Message: ack 33299
X-Gnu-PR-Package: guix
Reply-To: 33299@debbugs.gnu.org
Date: Wed, 07 Nov 2018 10:05:03 +0000

Thank you for filing a new bug report with debbugs.gnu.org.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 bug-guix@gnu.org

If you wish to submit further information on this problem, please
send it to 33299@debbugs.gnu.org.

Please do not send mail to help-debbugs@gnu.org unless you wish
to report a problem with the Bug-tracking system.

--=20
33299: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D33299
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems



Received: (at submit) by debbugs.gnu.org; 7 Nov 2018 10:04:02 +0000
From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 07 05:04:02 2018
Received: from localhost ([127.0.0.1]:38169 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1gKKgq-0004mE-Nl
	for submit@debbugs.gnu.org; Wed, 07 Nov 2018 05:04:02 -0500
Received: from eggs.gnu.org ([208.118.235.92]:33650)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <user@example.com>) id 1gKKgo-0004m2-Qk
 for submit@debbugs.gnu.org; Wed, 07 Nov 2018 05:03:59 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <user@example.com>) id 1gKKgb-0000lA-Ee
 for submit@debbugs.gnu.org; Wed, 07 Nov 2018 05:03:51 -0500
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE
 autolearn=disabled version=3.3.2
Received: from lists.gnu.org ([2001:4830:134:3::11]:50439)
 by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.71) (envelope-from <user@example.com>)
 id 1gKKgR-0000f7-2m
 for submit@debbugs.gnu.org; Wed, 07 Nov 2018 05:03:38 -0500
Received: from eggs.gnu.org ([2001:4830:134:3::10]:42984)
 by lists.gnu.org with esmtp (Exim 4.71)
 (envelope-from <user@example.com>) id 1gKKgN-0002qo-1X
 for bug-guix@gnu.org; Wed, 07 Nov 2018 05:03:34 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <user@example.com>) id 1gKKg8-0000Wi-T9
 for bug-guix@gnu.org; Wed, 07 Nov 2018 05:03:22 -0500
Received: from mx1.example.com ([198.252.153.129]:50222)
 by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)
 (Exim 4.71) (envelope-from <user@example.com>)
 id 1gKKg8-0000V3-DH
 for bug-guix@gnu.org; Wed, 07 Nov 2018 05:03:16 -0500
Received: from piha.example.com (piha-pn.example.com [10.0.1.163])
 (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits))
 (Client CN "*.example.com",
 Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK))
 by mx1.example.com (Postfix) with ESMTPS id 340CE1A0004
 for <bug-guix@gnu.org>; Wed,  7 Nov 2018 02:03:15 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=example.com; s=squak;
 t=1541584995; bh=3yioyL49UFKvvTn6tW3x24hMLOfxM1s27UQlDJD0oCY=;
 h=To:From:Subject:Date:From;
 b=Hz7uFvaqX0YqTGYUlbo/AKSmJ95dY+tSy4LaQovjHAgwHkoAo9Gp0qfU1w7Wb3U+E
 DfDA7vrIRk6xsIZjUgxel3ck1liXjom3frl7K6otvU21GKlM4kmt603UU7c4Z1s1HR
 0Or2ee8GD4uYcr9MSvZlRbxaiEGWyskMI/wlF408=
X-Riseup-User-ID: F82166AB8C50B1CD2BD51AF22D77350890A2365CC58F58358D9C45B8E31EA5DA
Received: from [127.0.0.1] (localhost [127.0.0.1])
 by piha.example.com with ESMTPSA id 51E10651B1
 for <bug-guix@gnu.org>; Wed,  7 Nov 2018 02:03:13 -0800 (PST)
To: bug-guix@gnu.org
From: user <user@example.com>
Subject: shepherd: Service ssh-daemon could not be started.
Message-ID: <c78be403-0616-67a0-fd5a-e1196b6a14d1@example.com>
Date: Wed, 7 Nov 2018 11:03:10 +0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
 boundary="------------5605D2151F7A729B47E272C4"
Content-Language: en-US
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic]
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x
X-Received-From: 2001:4830:134:3::11
X-Spam-Score: -4.1 (----)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -5.1 (-----)

This is a multi-part message in MIME format.
--------------5605D2151F7A729B47E272C4
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: quoted-printable

Hi

This morning I started my GuixSD VM as usual.

Openssh server was not running even though it was enabled and should=20
have been respawned. Hmm.

Lucky for me SSH is not the only way into this system...

 From the host I got:

$ ssh=C2=A0 sdb@localhost -p10022
ssh_exchange_identification: read: Connection reset by peer

On the guest:

$ grep -3 "ssh-daemon could not /var/log/messages
Nov=C2=A0 7 07:19:30 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.366701] VFS:=
 Dquot-cache hash=20
table entries: 512 (order 0, 4096 bytes)
Nov=C2=A0 7 07:19:30 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.367764] AppA=
rmor: AppArmor=20
Filesystem Enabled
Nov=C2=A0 7 07:19:30 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.368569] pnp:=
 PnP ACPI init
Nov=C2=A0 7 07:19:31 localhost shepherd[1]: Service ssh-daemon could not =
be=20
started.
Nov=C2=A0 7 07:19:31 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.370291] pnp:=
 PnP ACPI: found 6=20
devices
Nov=C2=A0 7 07:19:31 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.378960] cloc=
ksource: acpi_pm:=20
mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Nov=C2=A0 7 07:19:31 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.380434] NET:=
 Registered=20
protocol family 2

Herd said:

$ cat sshd-stopped
Status of ssh-daemon:
 =C2=A0 It is stopped.
 =C2=A0 It is enabled.
 =C2=A0 Provides (ssh-daemon).
 =C2=A0 Requires (syslogd).
 =C2=A0 Conflicts with ().
 =C2=A0 Will be respawned. =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
 <-- not true!

Starting it yielded:

$ cat sshd-start
Service ssh-daemon has been started.

How do I increase the verbosity of shepherd? I did not find anything=20
about that in the shepherd manual=20
<https://www.gnu.org/software/shepherd/manual/shepherd.html#Invoking-shep=
herd>.

Is there a way to debug further?

--=20
Cheers
Swedebugia
PS
$ guix --version
guix (GNU Guix) 1f44934fb6e2cefccbecd4fa347025349fa9ff76 (=3D0.15


--------------5605D2151F7A729B47E272C4
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<html>
  <head>

    <meta http-equiv=3D"content-type" content=3D"text/html; charset=3DUTF=
-8">
  </head>
  <body text=3D"#000000" bgcolor=3D"#FFFFFF">
    <p>Hi</p>
    <p>This morning I started my GuixSD VM as usual.</p>
    <p>Openssh server was not running even though it was enabled and
      should have been respawned. Hmm.</p>
    <p>Lucky for me SSH is not the only way into this system...</p>
    <p>From the host I got:<br>
    </p>
    <p>$ ssh=C2=A0 sdb@localhost -p10022<br>
      ssh_exchange_identification: read: Connection reset by peer</p>
    <p>On the guest:<br>
    </p>
    <p>$ grep -3 "ssh-daemon could not /var/log/messages<br>
      Nov=C2=A0 7 07:19:30 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.366701=
] VFS: Dquot-cache
      hash table entries: 512 (order 0, 4096 bytes)<br>
      Nov=C2=A0 7 07:19:30 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.367764=
] AppArmor:
      AppArmor Filesystem Enabled<br>
      Nov=C2=A0 7 07:19:30 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.368569=
] pnp: PnP ACPI
      init<br>
      Nov=C2=A0 7 07:19:31 localhost shepherd[1]: Service ssh-daemon coul=
d
      not be started. <br>
      Nov=C2=A0 7 07:19:31 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.370291=
] pnp: PnP ACPI:
      found 6 devices<br>
      Nov=C2=A0 7 07:19:31 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.378960=
] clocksource:
      acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns:
      2085701024 ns<br>
      Nov=C2=A0 7 07:19:31 localhost vmunix: [=C2=A0=C2=A0=C2=A0 0.380434=
] NET: Registered
      protocol family 2</p>
    <p>Herd said:<br>
    </p>
    <p>$ cat sshd-stopped <br>
      Status of ssh-daemon:<br>
      =C2=A0 It is stopped.<br>
      =C2=A0 It is enabled.<br>
      =C2=A0 Provides (ssh-daemon).<br>
      =C2=A0 Requires (syslogd).<br>
      =C2=A0 Conflicts with ().<br>
      =C2=A0 Will be respawned. =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
 =C2=A0 &lt;-- not true!<br>
    </p>
    <p>Starting it yielded:<br>
    </p>
    <p>$ cat sshd-start <br>
      Service ssh-daemon has been started.<br>
    </p>
    <p>How do I increase the verbosity of shepherd? I did not find
      anything about that in the <a moz-do-not-send=3D"true"
href=3D"https://www.gnu.org/software/shepherd/manual/shepherd.html#Invoki=
ng-shepherd">shepherd
        manual</a>.</p>
    <p>Is there a way to debug further?<br>
    </p>
    <pre class=3D"moz-signature" cols=3D"72">--=20
Cheers
Swedebugia
PS=20
$ guix --version
guix (GNU Guix) 1f44934fb6e2cefccbecd4fa347025349fa9ff76 (=3D0.15

</pre>
  </body>
</html>

--------------5605D2151F7A729B47E272C4--





<!-- requester: ludo@example.com (Ludovic Courtès) -->
<!-- request_addr: control@debbugs.gnu.org -->
<!-- time:1541626501 -->
<strong>Severity set to &#39;important&#39; from &#39;normal&#39;
</strong>
Request was from <code>ludo@example.com (Ludovic Courtès)</code>
to <code>control@debbugs.gnu.org</code>.


Received: (at control) by debbugs.gnu.org; 7 Nov 2018 21:34:13 +0000
From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 07 16:34:13 2018
Received: from localhost ([127.0.0.1]:39982 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1gKVSn-0004uk-9q
	for submit@debbugs.gnu.org; Wed, 07 Nov 2018 16:34:13 -0500
Received: from eggs.gnu.org ([208.118.235.92]:38901)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <ludo@example.com>) id 1gKVSm-0004uZ-71
 for control@debbugs.gnu.org; Wed, 07 Nov 2018 16:34:12 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <ludo@example.com>) id 1gKVSg-00051r-B9
 for control@debbugs.gnu.org; Wed, 07 Nov 2018 16:34:06 -0500
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled
 version=3.3.2
Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36652)
 by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <ludo@example.com>)
 id 1gKVSg-00051m-7T
 for control@debbugs.gnu.org; Wed, 07 Nov 2018 16:34:06 -0500
Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=37670 helo=ribbon)
 by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256)
 (Exim 4.82) (envelope-from <ludo@example.com>) id 1gKVSf-0003Vt-UW
 for control@debbugs.gnu.org; Wed, 07 Nov 2018 16:34:06 -0500
Date: Wed, 07 Nov 2018 22:34:04 +0100
Message-Id: <87sh0cshbn.fsf@gnu.org>
To: control@debbugs.gnu.org
From: ludo@example.com (Ludovic =?utf-8?Q?Court=C3=A8s?=)
Subject: control message for bug #33299
MIME-version: 1.0
Content-type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic]
X-Received-From: 2001:4830:134:3::e
X-Spam-Score: -5.0 (-----)
X-Debbugs-Envelope-To: control
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -6.0 (------)

severity 33299 important





<!-- requester: ludo@example.com (Ludovic Courtès) -->
<!-- request_addr: control@debbugs.gnu.org -->
<!-- time:1541626502 -->
<strong>Merged 30993 33299.</strong>
Request was from <code>ludo@example.com (Ludovic Courtès)</code>
to <code>control@debbugs.gnu.org</code>.


Received: (at control) by debbugs.gnu.org; 7 Nov 2018 21:34:25 +0000
From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 07 16:34:24 2018
Received: from localhost ([127.0.0.1]:39985 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1gKVSy-0004v8-IJ
	for submit@debbugs.gnu.org; Wed, 07 Nov 2018 16:34:24 -0500
Received: from eggs.gnu.org ([208.118.235.92]:38991)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <ludo@example.com>) id 1gKVSx-0004ux-Cd
 for control@debbugs.gnu.org; Wed, 07 Nov 2018 16:34:23 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <ludo@example.com>) id 1gKVSr-0005AI-Eg
 for control@debbugs.gnu.org; Wed, 07 Nov 2018 16:34:18 -0500
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled
 version=3.3.2
Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36670)
 by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <ludo@example.com>)
 id 1gKVSr-0005A3-6m
 for control@debbugs.gnu.org; Wed, 07 Nov 2018 16:34:17 -0500
Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=38412 helo=ribbon)
 by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256)
 (Exim 4.82) (envelope-from <ludo@example.com>) id 1gKVSq-0003Wr-TO
 for control@debbugs.gnu.org; Wed, 07 Nov 2018 16:34:17 -0500
Date: Wed, 07 Nov 2018 22:34:15 +0100
Message-Id: <87r2fwshbc.fsf@gnu.org>
To: control@debbugs.gnu.org
From: ludo@example.com (Ludovic =?utf-8?Q?Court=C3=A8s?=)
Subject: control message for bug #30993
MIME-version: 1.0
Content-type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic]
X-Received-From: 2001:4830:134:3::e
X-Spam-Score: -5.0 (-----)
X-Debbugs-Envelope-To: control
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -6.0 (------)

merge 30993 33299





<!-- request_addr: bug-guix@gnu.org -->
<!-- time:1541626681 -->
<strong>Information forwarded</strong>
to <code>bug-guix@gnu.org</code>:<br>
<code>bug#33299</code>; Package <code>guix</code>.


bug-guix@gnu.org

X-Loop: help-debbugs@gnu.org
Subject: bug#33299: shepherd: Service ssh-daemon could not be started.
Resent-From: ludo@example.com (Ludovic =?UTF-8?Q?Court=C3=A8s?=)
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
Resent-CC: bug-guix@gnu.org
Resent-Date: Wed, 07 Nov 2018 21:38:01 +0000
Resent-Message-ID: <handler.33299.B33299.154162662319220@debbugs.gnu.org>
Resent-Sender: help-debbugs@gnu.org
X-GNU-PR-Message: followup 33299
X-GNU-PR-Package: guix
X-GNU-PR-Keywords: unreproducible
To: user <user@example.com>
Cc: 33299@debbugs.gnu.org, 30993@debbugs.gnu.org
Received: via spool by 33299-submit@debbugs.gnu.org id=B33299.154162662319220
          (code B ref 33299); Wed, 07 Nov 2018 21:38:01 +0000
Received: (at 33299) by debbugs.gnu.org; 7 Nov 2018 21:37:03 +0000
Received: from localhost ([127.0.0.1]:39994 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1gKVVX-0004zw-Br
	for submit@debbugs.gnu.org; Wed, 07 Nov 2018 16:37:03 -0500
Received: from eggs.gnu.org ([208.118.235.92]:40297)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <ludo@example.com>) id 1gKVVV-0004zF-9L
 for 33299@debbugs.gnu.org; Wed, 07 Nov 2018 16:37:01 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <ludo@example.com>) id 1gKVVN-0007Oj-Jg
 for 33299@debbugs.gnu.org; Wed, 07 Nov 2018 16:36:56 -0500
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled
 version=3.3.2
Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36787)
 by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <ludo@example.com>)
 id 1gKVV4-00079h-TJ; Wed, 07 Nov 2018 16:36:38 -0500
Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=47750 helo=ribbon)
 by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256)
 (Exim 4.82) (envelope-from <ludo@example.com>)
 id 1gKVV4-0003nz-KW; Wed, 07 Nov 2018 16:36:34 -0500
From: ludo@example.com (Ludovic =?UTF-8?Q?Court=C3=A8s?=)
References: <c78be403-0616-67a0-fd5a-e1196b6a14d1@example.com>
Date: Wed, 07 Nov 2018 22:36:33 +0100
In-Reply-To: <c78be403-0616-67a0-fd5a-e1196b6a14d1@example.com> (user's
 message of "Wed, 7 Nov 2018 11:03:10 +0100")
Message-ID: <87muqksh7i.fsf@gnu.org>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic]
X-Received-From: 2001:4830:134:3::e
X-Spam-Score: -5.0 (-----)
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -6.0 (------)

Hello,

user <user@example.com> skribis:

> This morning I started my GuixSD VM as usual.
>
> Openssh server was not running even though it was enabled and should
> have been respawned. Hmm.

This seems to be the same issue as described in
<https://issues.guix.info/issue/30993> (I=E2=80=99ve now merged both).

It=E2=80=99s a serious problem=E2=80=A6

Thanks for reporting it,
Ludo=E2=80=99.






Received: (at 33299) by debbugs.gnu.org; 7 Nov 2018 21:37:03 +0000
From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 07 16:37:03 2018
Received: from localhost ([127.0.0.1]:39994 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1gKVVX-0004zw-Br
	for submit@debbugs.gnu.org; Wed, 07 Nov 2018 16:37:03 -0500
Received: from eggs.gnu.org ([208.118.235.92]:40297)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <ludo@example.com>) id 1gKVVV-0004zF-9L
 for 33299@debbugs.gnu.org; Wed, 07 Nov 2018 16:37:01 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <ludo@example.com>) id 1gKVVN-0007Oj-Jg
 for 33299@debbugs.gnu.org; Wed, 07 Nov 2018 16:36:56 -0500
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled
 version=3.3.2
Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36787)
 by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <ludo@example.com>)
 id 1gKVV4-00079h-TJ; Wed, 07 Nov 2018 16:36:38 -0500
Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=47750 helo=ribbon)
 by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256)
 (Exim 4.82) (envelope-from <ludo@example.com>)
 id 1gKVV4-0003nz-KW; Wed, 07 Nov 2018 16:36:34 -0500
From: ludo@example.com (Ludovic =?utf-8?Q?Court=C3=A8s?=)
To: user <user@example.com>
Subject: Re: bug#33299: shepherd: Service ssh-daemon could not be started.
References: <c78be403-0616-67a0-fd5a-e1196b6a14d1@example.com>
Date: Wed, 07 Nov 2018 22:36:33 +0100
In-Reply-To: <c78be403-0616-67a0-fd5a-e1196b6a14d1@example.com> (user's
 message of "Wed, 7 Nov 2018 11:03:10 +0100")
Message-ID: <87muqksh7i.fsf@gnu.org>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic]
X-Received-From: 2001:4830:134:3::e
X-Spam-Score: -5.0 (-----)
X-Debbugs-Envelope-To: 33299
Cc: 33299@debbugs.gnu.org, 30993@debbugs.gnu.org
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -6.0 (------)

Hello,

user <user@example.com> skribis:

> This morning I started my GuixSD VM as usual.
>
> Openssh server was not running even though it was enabled and should
> have been respawned. Hmm.

This seems to be the same issue as described in
<https://issues.guix.info/issue/30993> (I=E2=80=99ve now merged both).

It=E2=80=99s a serious problem=E2=80=A6

Thanks for reporting it,
Ludo=E2=80=99.






<!-- requester: Ludovic Courtès &lt;ludo@example.com&gt; -->
<!-- request_addr: control@debbugs.gnu.org -->
<!-- time:1552156621 -->
<strong>Merged 30993 33299 34580.</strong>
Request was from <code>Ludovic Courtès &lt;ludo@example.com&gt;</code>
to <code>control@debbugs.gnu.org</code>.


Received: (at control) by debbugs.gnu.org; 9 Mar 2019 18:36:07 +0000
From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 09 13:36:07 2019
Received: from localhost ([127.0.0.1]:37410 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1h2gpL-0003vl-Gs
	for submit@debbugs.gnu.org; Sat, 09 Mar 2019 13:36:07 -0500
Received: from eggs.gnu.org ([209.51.188.92]:40950)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <ludo@example.com>) id 1h2gpI-0003uu-NG
 for control@debbugs.gnu.org; Sat, 09 Mar 2019 13:36:04 -0500
Received: from fencepost.gnu.org ([2001:470:142:3::e]:34133)
 by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <ludo@example.com>)
 id 1h2gpD-00030m-CV
 for control@debbugs.gnu.org; Sat, 09 Mar 2019 13:35:59 -0500
Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=38492 helo=ribbon)
 by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256)
 (Exim 4.82) (envelope-from <ludo@example.com>) id 1h2gpC-0007HD-RD
 for control@debbugs.gnu.org; Sat, 09 Mar 2019 13:35:59 -0500
Date: Sat, 09 Mar 2019 19:35:57 +0100
Message-Id: <87tvgb520i.fsf@gnu.org>
To: control@debbugs.gnu.org
From: =?utf-8?Q?Ludovic_Court=C3=A8s?= <ludo@example.com>
Subject: control message for bug #30993
MIME-version: 1.0
Content-type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic]
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: control
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -1.0 (-)

merge 30993 34580





<!-- command:archive -->
<!-- requester: Debbugs Internal Request &lt;help-debbugs@gnu.org&gt; -->
<!-- request_addr: internal_control@debbugs.gnu.org -->
<!-- time:1560338647 -->
<!-- new_data:
$new_data = {};
-->
<!-- old_data:
$old_data = {};
-->
<strong>bug archived.</strong>
Request was from <code>Debbugs Internal Request &lt;help-debbugs@gnu.org&gt;</code>
to <code>internal_control@debbugs.gnu.org</code>.


Received: (at fakecontrol) by fakecontrolmessage;
To: internal_control@debbugs.gnu.org
From: Debbugs Internal Request <help-debbugs@gnu.org>
Subject: Internal Control
Message-Id: bug archived.
Date: Wed, 12 Jun 2019 11:24:07 +0000
User-Agent: Fakemail v42.6.9

# This is a fake control message.
#
# The action:
# bug archived.
thanks
# This fakemail brought to you by your local debbugs
# administrator



<!-- command:unarchive -->
<!-- requester: &quot;Another Commenter&quot; &lt;another-commenter@example.com&gt; -->
<!-- request_addr: control@debbugs.gnu.org -->
<!-- time:1569006961 -->
<!-- new_data:
$new_data = {
              &#39;unarchived&#39; =&gt; 1569006961
            };
-->
<!-- old_data:
$old_data = {
              &#39;unarchived&#39; =&gt; &#39;&#39;
            };
-->
<strong>bug unarchived.</strong>
Request was from <code>&quot;Another Commenter&quot; &lt;another-commenter@example.com&gt;</code>
to <code>control@debbugs.gnu.org</code>.


Received: (at control) by debbugs.gnu.org; 20 Sep 2019 19:15:08 +0000
From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 20 15:15:08 2019
Received: from localhost ([127.0.0.1]:58539 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1iBON1-0007nc-Ka
	for submit@debbugs.gnu.org; Fri, 20 Sep 2019 15:15:07 -0400
Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:45883)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <another-commenter@example.com>) id 1iBLdS-00031m-7l
 for control@debbugs.gnu.org; Fri, 20 Sep 2019 12:19:55 -0400
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.west.internal (Postfix) with ESMTP id 523C35DD
 for <control@debbugs.gnu.org>; Fri, 20 Sep 2019 12:19:48 -0400 (EDT)
Received: from imap2 ([10.202.2.52])
 by compute1.internal (MEProxy); Fri, 20 Sep 2019 12:19:48 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lnklnx.com; h=
 mime-version:message-id:date:from:to:subject:content-type; s=
 fm1; bh=CzBGakaZZfP8XSe8tjcjhzWQZzQBvXiwaBjYmdN+b6I=; b=KbUmi0N+
 WKeZ4GxHVt/VBL5YHMOqT+X8uhY1JTfz1WpxxnwbEFLp8QASz+uhA2qnHmIa/VZa
 NZgYeEH3U6AsIAqAdPAj2UiqzPXqE+LzlIXVHFoPv/Cn09e2dSKCbMllW4AwGwPZ
 43+oFZbi3hNFML9pQJgsdlD6dTyoDcJs95OC+itKsKW3eeBxwdiOTrgDGxRis6H0
 06MrGFiiByBaLXeLLULvcuRz476TpLevsa4C2iTlp36677Hp0u/InMSiSmWxmat+
 HQfk/x+qlirRRW3WfvryN/7neH8PtMRJXwd58UcrC63cDWjJHZDo8RdMXfmoCBR2
 ai5hgoAiS5Ecow==
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=content-type:date:from:message-id
 :mime-version:subject:to:x-me-proxy:x-me-proxy:x-me-sender
 :x-me-sender:x-sasl-enc; s=fm3; bh=CzBGakaZZfP8XSe8tjcjhzWQZzQBv
 XiwaBjYmdN+b6I=; b=acxNsnUFu5rWZQTUjlVpY1DFmITekBs48Uad9Zc0tY+RA
 stD7QB0JOLdj28j8VFffn0/8JO3VrSD8HpYfYmVJKqbsdPsBCqAhTbPDecWtZMVE
 7jKSjBzozqm4Qc4mrU2TUK/PqhM+54y3gaz6TEQM5msv3kiObzlF6XgH2hEDyAZq
 uj/x4DcAfTg6hAI8fYexjpQdgkiMpoF3YSmRsU37RKUVL97OYlEU+/kkFDUbRkVs
 4LSAkdFpHxetkb38hx+sqc1mATrlP5s2h6iuyEWeGtBAJDInIMdyy69NnyjSTXB8
 BSbZBf1ruQ6qMmtco+QoF0+/tWLmc1ruDsde9eB7Q==
X-ME-Sender: <xms:I_yEXU_ZyC4ONbnVd-Qlp6rWjggSpGreM00JKmqatumIfjZNt5huhg>
X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrvddvgdelkecutefuodetggdotefrodftvf
 curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu
 uegrihhlohhuthemuceftddtnecunecujfgurhepofgfggfkfffhvffutgesrgdtreerre
 erjeenucfhrhhomhepfdeurhgrnhhtucfirghrughnvghrfdcuoehmrghilheslhhnkhhl
 nhigrdgtohhmqeenucfrrghrrghmpehmrghilhhfrhhomhepmhgrihhlsehlnhhklhhngi
 drtghomhenucevlhhushhtvghrufhiiigvpedt
X-ME-Proxy: <xmx:I_yEXTreeEpsKeViX_oUlcRr2CIWQFVJ-O39B4SjleCFJLV7M_4D-A>
 <xmx:I_yEXfEMhihQD9sO2Ge8Sph5BWp8LzUMET_ZQO9OX5X9QzdFJagaOw>
 <xmx:I_yEXblAlsHd5tMH_W8cfzicTbokX6uE0VGT1CD_qodLcbVkGwXWQA>
 <xmx:I_yEXQv472loVK6pGrBdrHiETIxfu9J94pO8-dfj5dMKt6_JRksm3Q>
Received: by mailuser.nyi.internal (Postfix, from userid 501)
 id A0C8BE00A5; Fri, 20 Sep 2019 12:19:47 -0400 (EDT)
X-Mailer: MessagingEngine.com Webmail Interface
User-Agent: Cyrus-JMAP/3.1.7-238-g170a812-fmstable-20190913v1
Mime-Version: 1.0
Message-Id: <1ee347ea-f340-4d61-8bfb-53a58139aa2d@www.fastmail.com>
Date: Fri, 20 Sep 2019 11:19:27 -0500
From: "Another Commenter" <another-commenter@example.com>
To: control@debbugs.gnu.org
Subject: =?UTF-8?Q?Archived_problem_report_bug#34580_(Service_ssh-daemon_could_no?=
 =?UTF-8?Q?t_be_started)?=
Content-Type: multipart/alternative; boundary=edcd0d48ce0146188771fc97dfa6921f
X-Spam-Score: 1.1 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview:  unarchive 34580 -- Another Commenter unarchive 34580 
 Content analysis details:   (1.1 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 0.0 URIBL_BLOCKED          ADMINISTRATOR NOTICE: The query to URIBL was
 blocked.  See
 http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block
 for more information. [URIs: lnklnx.com]
 0.3 URIBL_RHS_DOB          Contains an URI of a new domain (Day Old Bread)
 [URIs: lnklnx.com]
 -0.0 SPF_HELO_PASS          SPF: HELO matches SPF record
 -0.0 SPF_PASS               SPF: sender matches SPF record
 0.0 HTML_MESSAGE           BODY: HTML included in message
 -0.7 RCVD_IN_DNSWL_LOW      RBL: Sender listed at https://www.dnswl.org/,
 low trust [64.147.123.25 listed in list.dnswl.org]
 1.5 FROM_FMBLA_NEWDOM      From domain was registered in last 7 days
X-Debbugs-Envelope-To: control
X-Mailman-Approved-At: Fri, 20 Sep 2019 15:15:06 -0400
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: 0.1 (/)

--edcd0d48ce0146188771fc97dfa6921f
Content-Type: text/plain

unarchive 34580

--
Another Commenter



--edcd0d48ce0146188771fc97dfa6921f
Content-Type: text/html

<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><pre class="u-article">unarchive 34580<br></pre><div><br></div><div id="sig99311576"><div class="signature">--<br></div><div class="signature">Another Commenter<br></div><div class="signature"><br></div><div class="signature"><br></div></div><div><br></div></body></html>
--edcd0d48ce0146188771fc97dfa6921f--





<!-- command:fixed -->
<!-- requester: Debbugs Internal Request &lt;help-debbugs@gnu.org&gt; -->
<!-- request_addr: internal_control@debbugs.gnu.org -->
<!-- time:1569529741 -->
<!-- new_data:
$new_data = {
              &#39;done&#39; =&gt; &#39;&#39;
            };
-->
<!-- old_data:
$old_data = {
              &#39;done&#39; =&gt; &#39;Leo Famulari &lt;leo@famulari.name&gt;&#39;
            };
-->
<strong>Did not alter fixed versions and reopened.</strong>
Request was from <code>Debbugs Internal Request &lt;help-debbugs@gnu.org&gt;</code>
to <code>internal_control@debbugs.gnu.org</code>.


Received: (at fakecontrol) by fakecontrolmessage;
To: internal_control@debbugs.gnu.org
From: Debbugs Internal Request <help-debbugs@gnu.org>
Subject: Internal Control
Message-Id: Did not alter fixed versions and reopened.
Date: Thu, 26 Sep 2019 20:29:01 +0000
User-Agent: Fakemail v42.6.9

# This is a fake control message.
#
# The action:
# Did not alter fixed versions and reopened.
thanks
# This fakemail brought to you by your local debbugs
# administrator



<!-- requester: Ludovic Courtès &lt;ludo@example.com&gt; -->
<!-- request_addr: control@debbugs.gnu.org -->
<!-- time:1569529744 -->
<strong>Merged 30993 33299 34580 37309.</strong>
Request was from <code>Ludovic Courtès &lt;ludo@example.com&gt;</code>
to <code>control@debbugs.gnu.org</code>.


Received: (at control) by debbugs.gnu.org; 26 Sep 2019 20:28:48 +0000
From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 26 16:28:48 2019
Received: from localhost ([127.0.0.1]:45349 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1iDaNc-0001ln-Er
	for submit@debbugs.gnu.org; Thu, 26 Sep 2019 16:28:48 -0400
Received: from hera.aquilenet.fr ([185.233.100.1]:49414)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <ludo@example.com>) id 1iDaNa-0001lc-AS
 for control@debbugs.gnu.org; Thu, 26 Sep 2019 16:28:46 -0400
Received: from localhost (localhost [127.0.0.1])
 by hera.aquilenet.fr (Postfix) with ESMTP id B157E8BD6A
 for <control@debbugs.gnu.org>; Thu, 26 Sep 2019 22:28:45 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at aquilenet.fr
Received: from hera.aquilenet.fr ([127.0.0.1])
 by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id mTjP7P2CmTcF for <control@debbugs.gnu.org>;
 Thu, 26 Sep 2019 22:28:45 +0200 (CEST)
Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465])
 by hera.aquilenet.fr (Postfix) with ESMTPSA id EA16E8BD62
 for <control@debbugs.gnu.org>; Thu, 26 Sep 2019 22:28:44 +0200 (CEST)
Date: Thu, 26 Sep 2019 22:28:44 +0200
Message-Id: <87r242ls3n.fsf@gnu.org>
To: control@debbugs.gnu.org
From: =?utf-8?Q?Ludovic_Court=C3=A8s?= <ludo@example.com>
Subject: control message for bug #30993
MIME-version: 1.0
Content-type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Spam-Score: 1.0 (+)
X-Debbugs-Envelope-To: control
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -0.0 (/)

merge 30993 37309
quit






<!-- command:title -->
<!-- requester: Ludovic Courtès &lt;ludo@example.com&gt; -->
<!-- request_addr: control@debbugs.gnu.org -->
<!-- time:1569529744 -->
<!-- new_data:
$new_data = {
              &#39;subject&#39; =&gt; &#39;\&#39;ssh-daemon\&#39; fails to start&#39;
            };
-->
<!-- old_data:
$old_data = {
              &#39;subject&#39; =&gt; &#39;shepherd: Service ssh-daemon could not be started.&#39;
            };
-->
<strong>Changed bug title to &#39;&#39;ssh-daemon&#39; fails to start&#39; from &#39;shepherd: Service ssh-daemon could not be started.&#39;</strong>
Request was from <code>Ludovic Courtès &lt;ludo@example.com&gt;</code>
to <code>control@debbugs.gnu.org</code>.


Received: (at control) by debbugs.gnu.org; 26 Sep 2019 20:29:04 +0000
From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 26 16:29:04 2019
Received: from localhost ([127.0.0.1]:45354 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1iDaNr-0001mf-RD
	for submit@debbugs.gnu.org; Thu, 26 Sep 2019 16:29:04 -0400
Received: from hera.aquilenet.fr ([185.233.100.1]:49432)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <ludo@example.com>) id 1iDaNq-0001mJ-SL
 for control@debbugs.gnu.org; Thu, 26 Sep 2019 16:29:03 -0400
Received: from localhost (localhost [127.0.0.1])
 by hera.aquilenet.fr (Postfix) with ESMTP id 4D8D38BD5B
 for <control@debbugs.gnu.org>; Thu, 26 Sep 2019 22:29:02 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at aquilenet.fr
Received: from hera.aquilenet.fr ([127.0.0.1])
 by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id bXG0bYeR9znE for <control@debbugs.gnu.org>;
 Thu, 26 Sep 2019 22:29:01 +0200 (CEST)
Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465])
 by hera.aquilenet.fr (Postfix) with ESMTPSA id A1AA58BD58
 for <control@debbugs.gnu.org>; Thu, 26 Sep 2019 22:29:01 +0200 (CEST)
Date: Thu, 26 Sep 2019 22:29:01 +0200
Message-Id: <87pnjmls36.fsf@gnu.org>
To: control@debbugs.gnu.org
From: =?utf-8?Q?Ludovic_Court=C3=A8s?= <ludo@example.com>
Subject: control message for bug #30993
MIME-version: 1.0
Content-type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Spam-Score: 1.0 (+)
X-Debbugs-Envelope-To: control
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -0.0 (/)

retitle 30993 'ssh-daemon' fails to start
quit