blob: af0551cb3df87e8d1b31c2fe6474ce296b57f709 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] More systemd strangeness
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20More%20systemd%20strangeness&In-Reply-To=%3C5064A6E2.9070100%40roadrunner.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="019001.html">
<LINK REL="Next" HREF="019007.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] More systemd strangeness</H1>
<B>Frank Griffin</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20More%20systemd%20strangeness&In-Reply-To=%3C5064A6E2.9070100%40roadrunner.com%3E"
TITLE="[Mageia-dev] More systemd strangeness">ftg at roadrunner.com
</A><BR>
<I>Thu Sep 27 21:20:02 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="019001.html">[Mageia-dev] More systemd strangeness
</A></li>
<LI>Next message: <A HREF="019007.html">[Mageia-dev] [changelog] [RPM] cauldron core/release cairo-dock-3.0.2-2.mga3
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#19003">[ date ]</a>
<a href="thread.html#19003">[ thread ]</a>
<a href="subject.html#19003">[ subject ]</a>
<a href="author.html#19003">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 09/27/2012 02:21 PM, Colin Guthrie wrote:
><i> '
</I>><i> Does your dmesg report anything interesting going on with the device?
</I>><i>
</I>Sort of, by omission.
At 10 seconds in, we have
[ 10.744514] usblp 1-1:1.0: usblp0: USB Bidirectional printer dev 3 if
0 alt 1 proto 2 vid 0x03F0 pid 0x1817
[ 10.744529] usbcore: registered new interface driver usblp
then, at 12 seconds
[ 12.582770] systemd[1]: Enqueued job printer.target/start as 175
Now if the kernel were "losing" the printer every 5 seconds, I'd expect
to see some indication of it around 15 seconds, but nothing. In fact,
[ 28.874663] device-mapper: multipath: version 1.4.0 loaded
[ 29.076321] systemd[1]: Forked /usr/sbin/cupsd as 9332
[ 29.076402] systemd[1]: Job cups.service/start finished, result=done
[ 29.076550] systemd[1]: printer.target changed dead -> active
[ 29.076555] systemd[1]: Job printer.target/start finished, result=done
and then suddenly
[ 34.241942] usblp0: removed
[ 34.258926] usblp 1-1:1.0: usblp0: USB Bidirectional printer dev 3 if
0 alt 1 proto 2 vid 0x03F0 pid 0x1817
[ 38.843836] lp: driver loaded but no devices found
[ 39.547619] usblp0: removed
[ 39.564331] usblp 1-1:1.0: usblp0: USB Bidirectional printer dev 3 if
0 alt 1 proto 2 vid 0x03F0 pid 0x1817
[ 39.710816] ppdev: user-space parallel port driver
[ 44.851351] usblp0: removed
[ 44.867689] usblp 1-1:1.0: usblp0: USB Bidirectional printer dev 3 if
0 alt 1 proto 2 vid 0x03F0 pid 0x1817
[ 50.157199] usblp0: removed
[ 50.174091] usblp 1-1:1.0: usblp0: USB Bidirectional printer dev 3 if
0 alt 1 proto 2 vid 0x03F0 pid 0x1817
[ 52.499738] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 55.459678] usblp0: removed
[ 55.476467] usblp 1-1:1.0: usblp0: USB Bidirectional printer dev 3 if
0 alt 1 proto 2 vid 0x03F0 pid 0x1817
and so it goes, at 5-second intervals.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="019001.html">[Mageia-dev] More systemd strangeness
</A></li>
<LI>Next message: <A HREF="019007.html">[Mageia-dev] [changelog] [RPM] cauldron core/release cairo-dock-3.0.2-2.mga3
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#19003">[ date ]</a>
<a href="thread.html#19003">[ thread ]</a>
<a href="subject.html#19003">[ subject ]</a>
<a href="author.html#19003">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|