People who Joins , Parts or Quits a chatroom
this is #debian
an IRC -Channel at freenode
(freenode IRC service closed
2021-06-01)
0 [00:00:02] *** Quits: drzacek (~drzacek@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
1 [00:00:14] *** Joins: Neo_Chen (~Neo_Chen@replaced-ip )
2 [00:00:50] *** Joins: drzacek (~drzacek@replaced-ip )
3 [00:01:07] *** krabador is now known as Guest40154
4 [00:01:21] <seekr> ratrace:
replaced-url
5 [00:01:29] *** Quits: Grldfrdom (uid391113@replaced-ip ) (Quit: Connection closed for inactivity)
6 [00:02:37] *** Quits: XORed (xored@replaced-ip ) (Ping timeout: 264 seconds)
7 [00:02:59] *** Joins: XORed (xored@replaced-ip )
8 [00:05:19] *** Quits: mortderire (~mortderir@replaced-ip ) (Remote host closed the connection)
9 [00:06:40] *** Joins: abdulocracy2 (~abdulocra@replaced-ip )
10 [00:07:28] <ratrace> seekr: those are probably PMR
11 [00:08:11] <ratrace> seekr: SMR are usually very much labeled
as such because their application is limited to cold storage or
profiles with very little or no random write access
12 [00:08:31] *** Quits: abdulocracy (~abdulocra@replaced-ip ) (Ping timeout: 265 seconds)
13 [00:08:31] *** abdulocracy2 is now known as abdulocracy
14 [00:08:39] <seekr> ratrace: good - guess I'll have to
contact WD, which I think owns HGST, to be sure
15 [00:08:47] *** Quits: ragouel (~crow11@replaced-ip##) (Quit: KVIrc 5.0.0 Aria ##replaced-url
16 [00:09:13] *** Joins: ragouel (~crow11@replaced-ip )
17 [00:10:02] *** Joins: Paraquat (~333@replaced-ip )
18 [00:10:13] *** Joins: format_c (~format_c@replaced-ip )
19 [00:10:50] *** Quits: CaCO3 (~CaCO3@replaced-ip ) (Quit: Leaving)
20 [00:11:28] *** Joins: grobi (~rtng@replaced-ip )
21 [00:11:47] *** Quits: Prints (~333@replaced-ip ) (Ping timeout: 240 seconds)
22 [00:12:23] <ryouma> i thought almost everythign was smr these
days :( for consumers
23 [00:12:37] <r3> Urchin[emacs]: I wonder if mounting your
filesystem with the 'noatime' option would help your
machine? True, it wouldn't have the last access time of files,
but ? might help
24 [00:12:56] <ryouma> would you call rsync random write?
25 [00:13:21] <ryouma> is that much better htan relatime?
26 [00:13:36] <ryouma> relatime is default in debian i think
27 [00:13:38] <r3> ryouma:
replaced-url
28 [00:13:53] <Urchin> r3: completely irrelevant
29 [00:14:05] <r3> ok then, just a thought.
30 [00:14:06] <ratrace> r3: probably not, relatime is default
and that basically writes an atime timestamp once per 24 hours
31 [00:14:15] <seekr> ryouma: afaik, rsync runs at a different
level than what's involved in doing actual writes
32 [00:14:43] <ryouma> not sure that answer my q?
33 [00:14:53] <ryouma> or at least i am not getting it
34 [00:14:55] <Urchin> r3: I'm using XFS, BTW
35 [00:14:55] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Quit: shibboleth)
36 [00:15:12] <ratrace> ryouma: gods no, SMR would be very very
very slow on random IO with even a bit written
37 [00:15:17] <seekr> ryouma: rsync is only involved in getting
stuff from here to there - whether random reads and/or writes are
required has to do with the devices involved
38 [00:15:25] <ratrace> thing is, modern drives are so fast that
WD is now selling some SMR ones as PMR
39 [00:15:52] <r3> was just a passing thought from some dusty
memory, cheers
40 [00:16:07] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
41 [00:16:07] <ryouma> sure has introduced confusion
42 [00:16:10] <ryouma> (smr)
43 [00:16:20] <ratrace> they're of course very slow drives,
but for typical consumer use case that's probably unnoticeable.
dunno what they're thinking.
replaced-url
44 [00:16:56] *** Quits: pringau (~pringau@replaced-ip ) (Quit: Leaving)
45 [00:17:06] <ratrace> it's simple really. with SMR
sectors are overlapped in a "zone". A zone can be 128MB.
so if you write a single page of 4k in there, the drive has to
re-read and re-write the whole zone.
46 [00:17:16] <ryouma> i'd like to use portable drives as
boot and root and home drives, not merely as "write and then
restore", but i think they are mostly or all smr
47 [00:17:16] *** Quits: Tobbi (~Tobbi@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
48 [00:17:32] <ratrace> reading however is different, as
it's capable of reading "narrow", that is individual
tracks, in the overlapped shingle
49 [00:17:57] <ryouma> also, i'd like to be able to unplug
right after writing, which would be inhibited by smr reshuffling in
prinicple
50 [00:18:33] <ratrace> not only that but filesystems have
metadata so even what you think is sequential write (eg. rsync
writing stuff) is actually random IO, especially in a SMR zone of
such size
51 [00:18:47] *** Quits: brutser (bob@replaced-ip ) (Quit: WeeChat 2.3)
52 [00:19:01] *** debhelper sets mode: +l 1287
53 [00:19:04] <ryouma> that was what i was getting at
54 [00:19:14] <ryouma> in my q
55 [00:19:40] <seekr> ratrace, ryouma - yeah - gotta grab blocks
from the free list and update inodes
56 [00:19:47] <ratrace> ideally the kernel needs to be aware of
the zone and reschedule IO before it sends out to disk to minimize
zone rewrites
57 [00:20:22] <ryouma> can debian mark this necessity so the
kernel can do it? i suppose debian stable kernels might not ahve
that capability.
58 [00:20:27] <seekr> methinks the only non-random reading or
writing involves devices like tape drives
59 [00:21:45] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Remote host closed the connection)
60 [00:21:55] *** Quits: xormor (~xormor@replaced-ip ) (Quit: Leaving)
61 [00:22:04] <ratrace>
replaced-url
62 [00:22:32] *** Quits: XORed (xored@replaced-ip ) (Ping timeout: 265 seconds)
63 [00:23:26] *** Quits: nuno_nunes (~PC@replaced-ip ) (Quit: Leaving)
64 [00:24:10] *** Quits: StathisA (~StathisA@replaced-ip ) (Ping timeout: 246 seconds)
65 [00:24:35] *** Quits: b1ackandwh1te (~iazer@replaced-ip ) (Quit: Leaving.)
66 [00:25:51] <ratrace> also worth mentioning:
replaced-url
67 [00:26:14] *** Quits: black_ant (~antilope@replaced-ip ) (Ping timeout: 256 seconds)
68 [00:26:59] <seekr> ratrace: Thanks for all the good info! Now
I have to add another item to my to-do list to learn enough to be
able to understand it all. :)
69 [00:27:04] *** Quits: gelignite (~gelignite@replaced-ip ) (Quit: Stay safe! Stay at home! Stop the chain reaction!)
70 [00:27:39] *** Joins: StathisA (~StathisA@replaced-ip )
71 [00:29:02] *** debhelper sets mode: +l 1280
72 [00:32:01] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Ping timeout: 264 seconds)
73 [00:32:07] *** Joins: Ticho_ (~Ticho@replaced-ip )
74 [00:33:14] *** Quits: Ticho (~Ticho@replaced-ip ) (Ping timeout: 240 seconds)
75 [00:33:44] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
76 [00:36:06] *** Quits: bomb (~bomb@replaced-ip ) (Quit: Segmentation fault)
77 [00:36:48] *** Joins: debsan (~debsan@replaced-ip )
78 [00:37:07] *** Quits: asymptotically (~asymptoti@replaced-ip ) (Quit: Leaving)
79 [00:39:35] *** Quits: Ark74 (~Ark74@replaced-ip ) (Ping timeout: 246 seconds)
80 [00:40:35] *** Quits: isostatic (uid224824@replaced-ip ) (Quit: Connection closed for inactivity)
81 [00:41:05] *** Quits: format_c (~format_c@replaced-ip ) (Remote host closed the connection)
82 [00:43:33] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 244 seconds)
83 [00:45:07] *** Quits: semeion (~semeion@replaced-ip ) (Quit: WeeChat 2.8)
84 [00:45:44] *** Quits: nifker (~Thunderbi@replaced-ip ) (Quit: nifker)
85 [00:45:45] *** Joins: fred1807 (uid305363@replaced-ip )
86 [00:45:58] <fred1807> is Debian ready for the Y2K38 ?
87 [00:46:03] *** Joins: b1ackandwh1te (~b1ackandw@replaced-ip )
88 [00:47:01] *** Joins: dftxbs3e_ (~dftxbs3e@replaced-ip )
89 [00:47:25] <ryouma> fred1807: if you mean the kernel, you
could try it using the date command
90 [00:47:33] <ragouel> fred1807: Ask again in 18 years.
91 [00:47:51] *** Quits: dftxbs3e (~dftxbs3e@replaced-ip ) (Ping timeout: 272 seconds)
92 [00:47:52] <ratrace> current debian versions are unlikely to
be supported by then. and it's really the question of whether
the kernel is Y2K38 ready, and .... it isn't
93 [00:47:55] <ryouma> if you mean every language including awk
and bash/dash and so on, seems unlikely
94 [00:48:26] <ryouma> every script in every languyage
95 [00:49:25] <ratrace> actually, I take that back. as of 5.6,
time_t is 64-bit even on 32-bit systems, so yeah, it's ready. I
wonder who will run 32-bit in 2038 tho
96 [00:50:26] <fred1807> arm boards (raspberry pis, etc) running
today's debian, may break if not updated?
97 [00:51:18] <ratrace> whoever runs 18 year old rpi with
unsupported old debian, will have much bigger problems than time_t
expiring
98 [00:51:56] *** Joins: otyugh (~oty@replaced-ip )
99 [00:51:59] <otyugh> hey
100 [00:52:07] <ryouma> i was concerned about airplanes and y2k.
turned out to be nothing.
101 [00:52:18] <annadane> the world ended in 2012, everything
since is a simulation
102 [00:52:18] <ryouma> altohuhg, my hp200lx had a minor glitch
103 [00:52:29] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
104 [00:52:34] <annadane> well, it was nothing because they did a
lot of work to mitigate the issues
105 [00:52:51] <ryouma> right, presumably
106 [00:53:20] <ryouma> it was a deeply personal decision i had
to make about whether to allow somebody to fly
107 [00:53:36] <otyugh> to change language I tried to use
"dpkg-reconfigure locales", then chose fr_FR.UTF8 ; then
chose fr_FR as first. Then reboot. LANG and a few other are set
correctly, but why is LC_TIME still with en_US.UTF-8 ?
108 [00:53:37] <fred1807> ratrace: So you think a little robot
*should* break in 18 years?
109 [00:54:08] <ratrace> do YOU have any 18 yr old computers
still running, around?
110 [00:54:25] <fred1807> ratrace: If I was building sattelites ,
I would not hire you
111 [00:55:31] *** Joins: buzzzz (~buzzzz@replaced-ip )
112 [00:55:49] <ratrace> that's okay, NASA would :)
replaced-url
113 [00:56:05] *** Joins: fstd_ (~fstd@replaced-ip )
114 [00:57:10] <ryouma> space station uses old processors
115 [00:57:19] *** Joins: krabador (~krabador@replaced-ip )
116 [00:57:31] *** Joins: saptech (~saptech@replaced-ip )
117 [00:57:42] <ratrace> space station is constantly maintained
and parts overhauled.
118 [00:57:47] <ratrace> *THE space station, ISS.
119 [00:57:51] <ryouma> nuclear power plants allegedly use old
processors, to the point of core memory instead of regular ram
120 [00:57:54] *** Quits: DeadTOm (~deadtom@replaced-ip ) (Quit: DeadTOm)
121 [00:57:56] <binaryhermit> there were some other minor
glitches regarding y2k
122 [00:58:13] <binaryhermit> but they fixed as many
"important" things as they could
123 [00:58:19] *** Quits: DavefromNJ (uid431333@replaced-ip ) (Quit: Connection closed for inactivity)
124 [00:58:32] <binaryhermit> IIRC a lot of dates accidentally
got the year formatted as 20100
125 [00:58:37] <binaryhermit> or was it 19100?
126 [00:58:55] <ryouma> yes pdp-11 in nuclear power plants
127 [00:59:09] <fred1807> ratrace: You are out of the business
for space probes then
128 [00:59:24] <ratrace> probably not as I wouldn't put a
32-bit system into one
129 [00:59:28] <ryouma> that rings a bell on my hp200lx. i think
it was dos dir command or something.
130 [00:59:33] *** Quits: NeoCron (~neocron_@replaced-ip ) (Ping timeout: 252 seconds)
131 [01:00:52] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 272 seconds)
132 [01:00:53] *** fstd_ is now known as fstd
133 [01:01:12] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.8)
134 [01:01:33] *** Joins: grobi (~rtng@replaced-ip )
135 [01:01:34] <ratrace> fred1807: you're using highly
specialized, very expensive and, I'll repeat, highly
specialized equipment to drive a point for consumer grade, orders of
orders of orders of magnitude cheper home computers. that just
doesn't work.
136 [01:03:34] *** Quits: ctrlbreak_MAD (~ctrlbreak@replaced-ip ) (Remote host closed the connection)
137 [01:03:35] <binaryhermit> and fwiw, 64 bit time pushes it
into the range of 4 billion years from now
138 [01:03:48] <fred1807> ratrace: You are missing the point. I
said if I was a contractor, I would not hire you after you said in
the interview nobody should be using a 18 years old computer. I
don't like this mind set. I believe we should do our best to
build things to last. You are not making into our space team
Ratrace, better chance next time.
139 [01:03:58] <binaryhermit> which... is fair to say "not
our problem", humanity likely won't exist then
140 [01:04:01] *** Joins: ctrlbreak_MAD (~ctrlbreak@replaced-ip )
141 [01:05:04] <ratrace> fred1807: 18 years is a LOT of time for
technology. not because it wouldn't last that long, but because
it evolves so fast that 18 years is ancient history for tech
142 [01:05:27] <ratrace> if it didn't evolve, I'm sure
that rpi could probably operate for many more years, assuming the
components wouldn't break
143 [01:05:45] <ryouma> my current box is 12+yo
144 [01:05:58] *** Joins: fajar (~fajar@replaced-ip )
145 [01:06:14] *** Parts: fajar (~fajar@replaced-ip ) ()
146 [01:07:03] *** Quits: aindilis (~aindilis@replaced-ip ) (Ping timeout: 256 seconds)
147 [01:07:57] *** Joins: Tom01 (~tom@replaced-ip )
148 [01:08:21] <ratrace> well I have a 30 year old ATARI ST that
still works... what can I do with it though.
149 [01:09:12] <binaryhermit> ratrace: paperweight? projectile?
150 [01:09:21] <binaryhermit> retro games?
151 [01:10:12] <fred1807> ratrace: You could play the games it
was designed for?
152 [01:10:14] <ratrace> binaryhermit: problem is, floppies are
dead :
153 [01:10:27] <binaryhermit> I...
154 [01:10:30] <binaryhermit> not going there
155 [01:10:40] <fred1807> I have an original floppy version of
Star Control I
156 [01:11:02] <fred1807> Wonder if there is magnet data on it?
157 [01:11:07] <ratrace> I have orig floppies too. I actually
tried to boot some last year, didn't work
158 [01:11:26] *** Joins: Ark74 (~Ark74@replaced-ip )
159 [01:11:48] <fred1807> 50 years old vinyl music, still works
fine, that is some clever designed tech
160 [01:12:08] <ratrace> even CDs from 15 years ago won't
work for me. the home burned CDs, not the industry pressed ones
161 [01:12:43] *** Quits: rewrited (~rewrited@replaced-ip ) (Quit: Leaving)
162 [01:12:50] <fred1807>
replaced-url
163 [01:13:02] <ratrace> last year I tried to see what's on
a backup CD I had from 15 years ago, and the silver layer in it
crumbled to dust. literally.
164 [01:13:07] *** Joins: \\Mr_C\\ (~mrc@replaced-ip )
165 [01:16:32] *** Joins: dexta_ (~D3XTA@replaced-ip )
166 [01:17:34] *** Quits: Haudegen (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
167 [01:18:04] *** Quits: dexta (~D3XTA@replaced-ip ) (Ping timeout: 246 seconds)
168 [01:18:08] *** Parts: fred1807 (uid305363@replaced-ip ) ()
169 [01:19:01] *** debhelper sets mode: +l 1274
170 [01:19:02] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 260 seconds)
171 [01:19:17] *** Joins: Romarain (~Romarain@replaced-ip )
172 [01:19:30] *** Quits: dethos (~dethos@replaced-ip ) (Ping timeout: 256 seconds)
173 [01:20:29] *** Joins: dvs (~hibbard@replaced-ip )
174 [01:20:37] *** Quits: Romarain (~Romarain@replaced-ip ) (Remote host closed the connection)
175 [01:24:22] *** Joins: AimHere (~David@replaced-ip )
176 [01:24:42] *** Quits: emilsp (~emilsp@replaced-ip ) (Read error: Connection reset by peer)
177 [01:24:50] *** Joins: lemsip (~emilsp@replaced-ip )
178 [01:28:04] *** Quits: gh00p (~Thunderbi@replaced-ip ) (Ping timeout: 256 seconds)
179 [01:33:22] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
180 [01:33:22] *** Quits: Guest40154 (~krabador@replaced-ip ) (Remote host closed the connection)
181 [01:34:29] *** Quits: DeaDSouL (~DeaDSouL@replaced-ip ) (Quit: leaving)
182 [01:34:39] *** Quits: buzzzz (~buzzzz@replaced-ip ) (Quit: buzzzz)
183 [01:35:51] *** Quits: otyugh (~oty@replaced-ip ) (Quit: Leaving)
184 [01:38:50] *** Quits: b1ackandwh1te (~b1ackandw@replaced-ip ) (Quit: Leaving)
185 [01:39:02] *** debhelper sets mode: +l 1267
186 [01:42:54] *** Quits: \\Mr_C\\ (~mrc@replaced-ip ) (Quit: (Read error: Connection reset by beer))
187 [01:46:36] *** Joins: kristijonas (~Thunderbi@replaced-ip )
188 [01:49:35] *** Quits: wymillerlinux (~wymillerl@replaced-ip ) (Ping timeout: 246 seconds)
189 [01:49:41] <kristijonas> hi! sorry if my question might sound
too basic and trivial, but what does 'dependency' actually
means (dependent, but how?) ? i'm not a programmer. But does it
normally mean that package x has a binary and needs a shared
(dynamic) library that comes from another package?
190 [01:50:11] <sney> that's not a bad summary, at least at
the basic level
191 [01:50:17] <sney> !policy
192 [01:50:17] <dpkg> policy is the document that defines how
Debian packages should (and must!) interact with each other and with
the user to make sure we have a high-quality, stable distribution.
You can find it at
replaced-url
193 [01:51:13] *** Joins: fnaticrisk (~fnaticris@replaced-ip )
194 [01:53:48] <kristijonas> sney: "Every package must
specify the dependency information about other packages that are
required for the first to work correctly. For example, a dependency
entry must be provided for any shared libraries required by a
dynamically-linked executable binary in a package." (3.5).
Alright, pretty much what I said. Okay...
195 [01:55:40] <sney> you also see it with splitting binary and
text files from one piece of software. for instance foo-bin
(/usr/bin/foo, compiled for amd64) could depend on foo-common
(/etc/foo, arch:all)
196 [01:59:53] *** Joins: nksegos (~Thunderbi@replaced-ip )
197 [02:00:02] <themill> when you type "apt-cache show
package-name" each of Depends, Recommends, Suggests, Enhances,
Conflicts, Breaks, Replaces is a type of dependency
198 [02:01:07] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
199 [02:01:41] *** Joins: de-facto (~de-facto@replaced-ip )
200 [02:01:59] <kristijonas> sney: okay, i see, what about path?
for example, the developer knows about the existance of libx, and he
wants to use that library as dynamic one in the code, so does he
need to know the path / directory of libx so that s/he can link it?
201 [02:03:00] *** Joins: oxek (qjvl@replaced-ip )
202 [02:03:34] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 272 seconds)
203 [02:04:16] *** Quits: jrgill (~jrgill@replaced-ip ) (Ping timeout: 246 seconds)
204 [02:04:41] *** Joins: inhetep_ (~inhetep@replaced-ip )
205 [02:05:53] *** Quits: oiaohm (~oiaohm@replaced-ip ) (Read error: Connection reset by peer)
206 [02:06:03] *** Quits: inhetep (~inhetep@replaced-ip ) (Ping timeout: 240 seconds)
207 [02:06:17] *** Joins: oiaohm (~oiaohm@replaced-ip )
208 [02:07:18] *** Joins: b1ackandwh1te (~b1ackandw@replaced-ip )
209 [02:08:16] *** Quits: grobi (~rtng@replaced-ip ) (Read error: Connection reset by peer)
210 [02:08:38] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 272 seconds)
211 [02:12:09] *** Joins: Resilience (~VonDoom@replaced-ip )
212 [02:12:45] *** Quits: Nefertari (~Nefertiti@replaced-ip ) (Quit: ........)
213 [02:13:28] *** Joins: aindilis (~aindilis@replaced-ip )
214 [02:14:14] *** Quits: Gm4n (~Gm4n@replaced-ip ) (Ping timeout: 240 seconds)
215 [02:15:02] *** Joins: Gm4n (~Gm4n@replaced-ip )
216 [02:15:13] *** Quits: infinity_ (~brendon@replaced-ip ) (Ping timeout: 264 seconds)
217 [02:17:00] *** Quits: flayer (~a_flayer@replaced-ip ) (Quit: Leaving)
218 [02:17:37] *** Quits: seekr (~seekr@replaced-ip ) (Ping timeout: 264 seconds)
219 [02:18:21] *** Joins: seekr (~seekr@replaced-ip )
220 [02:19:37] *** Quits: brokencycle (~brokencyc@replaced-ip ) (Ping timeout: 260 seconds)
221 [02:20:00] *** Joins: mooshdjkl (~IceChat9@replaced-ip )
222 [02:20:57] *** Quits: clemens3 (~clemens@replaced-ip ) (Ping timeout: 265 seconds)
223 [02:22:28] *** Joins: diniwed (~gavron@replaced-ip )
224 [02:23:07] *** Joins: clemens3 (~clemens@replaced-ip )
225 [02:26:55] *** Joins: Nefertiti (~Nefertiti@replaced-ip )
226 [02:27:41] *** Quits: vertigo_38 (~vertigo_3@replaced-ip ) (Remote host closed the connection)
227 [02:30:53] *** Joins: k4nz (~Thunderbi@replaced-ip )
228 [02:32:02] *** Quits: Deano59 (~Deano59@replaced-ip ) (Ping timeout: 256 seconds)
229 [02:32:03] *** Quits: koniu (~koniu@replaced-ip ) (Ping timeout: 240 seconds)
230 [02:33:14] *** Quits: mthe878 (~mthe@replaced-ip ) (Ping timeout: 240 seconds)
231 [02:33:17] *** Joins: Lord_of_Life_ (~Lord@replaced-ip )
232 [02:33:40] *** Joins: mthe878 (~mthe@replaced-ip )
233 [02:34:00] *** Quits: plutes (~plutes@replaced-ip ) (Ping timeout: 265 seconds)
234 [02:34:28] *** Joins: wymillerlinux (~wymillerl@replaced-ip )
235 [02:35:12] *** Joins: koniu (~koniu@replaced-ip )
236 [02:35:47] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 258 seconds)
237 [02:36:06] *** Lord_of_Life_ is now known as Lord_of_Life
238 [02:36:13] *** Joins: plutes (~plutes@replaced-ip )
239 [02:36:22] *** Joins: Deano59 (~Deano59@replaced-ip )
240 [02:37:13] <somiaj> kristijonas: look up the dynamic linker
ld, and man ldconfig. That is similar to say a $PATH for libaries.
241 [02:38:33] <somiaj> so you don't need to know the path,
just the libarary name and the linker finds it based off the ld
configuration.
242 [02:39:02] *** Joins: Newami (~Newami@replaced-ip )
243 [02:39:51] *** Quits: Newami (~Newami@replaced-ip ) (Remote host closed the connection)
244 [02:40:13] *** Joins: fightthewalrus (~maomkosdj@replaced-ip )
245 [02:40:46] *** Quits: Lupricon (~Lupricon@replaced-ip ) (Ping timeout: 256 seconds)
246 [02:41:00] *** Quits: ragouel (~crow11@replaced-ip ) (Ping timeout: 245 seconds)
247 [02:45:22] *** Quits: squirrel (~mj@replaced-ip ) (Ping timeout: 258 seconds)
248 [02:45:27] *** Quits: horseshoecrab (~crab@replaced-ip ) (Ping timeout: 240 seconds)
249 [02:46:30] *** Joins: Achylles (~Achylles@replaced-ip )
250 [02:48:24] *** Quits: fission6 (~textual@replaced-ip ) (Quit: fission6)
251 [02:52:55] *** Quits: nksegos (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
252 [02:53:34] *** Joins: k4nz1 (~Thunderbi@replaced-ip )
253 [02:54:10] *** Quits: Achylles (~Achylles@replaced-ip ) (Quit: Leaving)
254 [02:54:33] *** Joins: squirrel (~mj@replaced-ip )
255 [02:55:16] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 265 seconds)
256 [02:55:16] *** k4nz1 is now known as k4nz
257 [02:55:23] *** Joins: Lupricon (~Lupricon@replaced-ip )
258 [03:00:31] *** Quits: BazookaTooth (~bob@replaced-ip ) (Remote host closed the connection)
259 [03:03:46] *** Quits: mns (~mns@replaced-ip ) (Ping timeout: 246 seconds)
260 [03:04:37] *** Joins: black_ant (~antilope@replaced-ip )
261 [03:05:06] *** Joins: mns (~mns@replaced-ip )
262 [03:05:22] *** Parts: ThePendulum (~znc@replaced-ip ) ()
263 [03:06:55] *** Quits: Brigo_ (~Brigo@replaced-ip ) (Ping timeout: 246 seconds)
264 [03:07:10] *** Quits: Tom01 (~tom@replaced-ip ) (Ping timeout: 256 seconds)
265 [03:07:25] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 264 seconds)
266 [03:07:32] *** Quits: MICROburst (~MICROburs@replaced-ip ) (Ping timeout: 272 seconds)
267 [03:09:02] *** debhelper sets mode: +l 1260
268 [03:09:08] *** Joins: gh00p (~Thunderbi@replaced-ip )
269 [03:09:24] *** Quits: tagomago (~tagomago@replaced-ip ) (Quit: Konversation terminated!)
270 [03:14:40] *** Quits: Resilience (~VonDoom@replaced-ip ) (Quit: Leaving)
271 [03:15:43] *** Joins: BazookaTooth (~bob@replaced-ip )
272 [03:17:01] *** Quits: seekr (~seekr@replaced-ip ) (Ping timeout: 264 seconds)
273 [03:17:04] *** Joins: leorat (~leorat@replaced-ip )
274 [03:17:45] *** Joins: ragouel (~crow11@replaced-ip )
275 [03:22:10] *** Quits: hbautista (~hbautista@replaced-ip ) (Remote host closed the connection)
276 [03:24:33] *** Joins: krabador (~krabador@replaced-ip )
277 [03:25:14] *** Quits: RubbleGate (disillusio@replaced-ip ) (Quit: Leaving)
278 [03:30:20] *** Joins: Phaellow (599ac3db@replaced-ip )
279 [03:30:23] *** Joins: CyberHacker (~CyberHack@replaced-ip )
280 [03:31:43] *** Quits: tds (~tds@replaced-ip ) (Ping timeout: 252 seconds)
281 [03:32:18] *** Quits: krabador (~krabador@replaced-ip ) (Quit: Leaving)
282 [03:32:27] *** Joins: tds (~tds@replaced-ip )
283 [03:35:55] *** Quits: Phaellow (599ac3db@replaced-ip ) (Ping timeout: 245 seconds)
284 [03:38:30] *** Joins: fmaurer_ (~quassel@replaced-ip )
285 [03:41:48] *** Quits: keropok (~keropok@replaced-ip ) (Ping timeout: 244 seconds)
286 [03:42:13] *** Joins: keropok (~keropok@replaced-ip )
287 [03:42:38] *** Quits: fmaurer (~quassel@replaced-ip ) (Ping timeout: 265 seconds)
288 [03:42:58] *** Joins: electro33 (uid613@replaced-ip )
289 [03:43:05] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: WeeChat 2.3)
290 [03:43:49] *** Joins: sidmo_ (~ident@replaced-ip )
291 [03:45:00] *** Joins: Phaellow (599ac3db@replaced-ip )
292 [03:47:38] *** Quits: sidmo (~ident@replaced-ip ) (Ping timeout: 256 seconds)
293 [03:49:28] *** Parts: mooshdjkl (~IceChat9@replaced-ip ) ()
294 [03:49:48] <Phaellow> Hey guys, I'm having a real pickle
atm. I'm trying to sertup a media sever. The tools are running
as users in the pi group. However, when I try to access my media
folder, owned by the pi group, I get Permission denied. Here's
some relevant logs:
replaced-url
295 [03:50:06] *** Joins: arahael1 (~arahael@replaced-ip )
296 [03:50:28] <somiaj> pi group? Is this on raspbian?
297 [03:50:36] <Phaellow> Yeah
298 [03:50:43] *** Joins: horseshoecrab (~crab@replaced-ip )
299 [03:51:01] *** Quits: Arahael (~arahael@replaced-ip ) (Ping timeout: 246 seconds)
300 [03:51:23] <somiaj> this isn't the place to support for
raspbian, though your issue is more general there is also ##linux.
301 [03:51:26] <somiaj> !raspbian
302 [03:51:26] <dpkg> Raspbian is a distribution <based on
Debian> made specifically for the <Raspberry Pi>. Raspbian
is not Debian and it is not supported in #debian. Please use
#raspbian (or #raspberrypi) on irc.freenode.net for support.
replaced-url
303 [03:51:30] *** Joins: v01t (~matrixirc@replaced-ip )
304 [03:51:31] *** Quits: keropok (~keropok@replaced-ip ) (Ping timeout: 252 seconds)
305 [03:51:41] <Phaellow> Alright, sorry to bother you.
306 [03:51:53] <somiaj> I also notice you ahve this in media, is
/media/pi some mounted media?
307 [03:52:18] *** Joins: secntech (~secntech@replaced-ip )
308 [03:53:05] *** Quits: b30wulf (uid175355@replaced-ip ) (Quit: Connection closed for inactivity)
309 [03:53:15] <Phaellow> Yeah, it is. Also, I only asked here
because it didn't seem like it was an issue with raspbian
things but just linux permissions in general
310 [03:53:18] <somiaj> Phaellow: also note that + at the end of
your permissions, you are using extended attribute permissions,
check those.
311 [03:54:08] *** Quits: Paraquat (~333@replaced-ip ) (Ping timeout: 260 seconds)
312 [03:54:12] <somiaj> In general part of the distro you use is
the support community, we choose to support debian pure blends only,
for both social and techenical reasons, so even if this isn't
directly a raspbian issue, this support community is for debian.
##linux is a good place for generic linux support.
313 [03:54:21] *** Joins: Prints (~333@replaced-ip )
314 [03:55:15] *** Quits: Brainium (~brainium@replaced-ip ) (Quit: Konversation terminated!)
315 [03:55:17] *** Quits: horseshoecrab (~crab@replaced-ip ) (Ping timeout: 260 seconds)
316 [03:55:26] <Phaellow> Alright, I'll move the discussion
there. Thank you
317 [03:55:37] *** Quits: drzacek (~drzacek@replaced-ip ) (Killed (orwell.freenode.net (Nickname regained by services)))
318 [03:55:38] <somiaj> but I think the answer to your question
is located in the extened attributes of those files
319 [03:55:39] *** Joins: drzacek (~drzacek@replaced-ip )
320 [03:55:42] <somiaj> !attr
321 [03:55:55] <somiaj> man attr
322 [03:56:25] *** Joins: keropok (~keropok@replaced-ip )
323 [03:58:17] *** Quits: keropok (~keropok@replaced-ip ) (Client Quit)
324 [03:58:19] *** Joins: davschr (~daschr@replaced-ip )
325 [03:59:07] *** Quits: daschr (~daschr@replaced-ip ) (Ping timeout: 272 seconds)
326 [04:05:02] *** Quits: Aavar_ (~aavar@replaced-ip ) (Ping timeout: 264 seconds)
327 [04:05:04] *** Joins: Aavar (~aavar@replaced-ip )
328 [04:13:07] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 260 seconds)
329 [04:17:56] *** Joins: jinmiaoluo (~jinmiaolu@replaced-ip )
330 [04:18:53] *** Quits: rustbuckett (~downtime@replaced-ip ) (Quit: WeeChat 2.8)
331 [04:18:53] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
332 [04:19:15] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
333 [04:21:49] *** Parts: cybercrypto (~morpheus@replaced-ip ) ("irssi v1.2.2 - running on FreeBSD amd64")
334 [04:27:58] *** Joins: diniwed (~gavron@replaced-ip )
335 [04:28:55] <ryouma> why does firefox display more images than
feh? can i make feh use some kind of backend so that i still get the
same frontend but get more image types?
336 [04:30:05] *** Joins: citypw (~citypw@replaced-ip )
337 [04:30:14] *** Joins: sixtysix__ (~sixtysix@replaced-ip )
338 [04:30:20] *** Quits: sz0 (uid110435@replaced-ip ) (Quit: Connection closed for inactivity)
339 [04:31:52] *** Joins: blackest_mamba (~blackest_@replaced-ip )
340 [04:32:36] *** Joins: r4u1 (~raul@replaced-ip )
341 [04:32:39] *** Joins: cdown_ (~cdown@replaced-ip )
342 [04:33:23] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 256 seconds)
343 [04:33:28] *** cdown_ is now known as cdown
344 [04:34:14] *** Quits: abdulocracy (~abdulocra@replaced-ip ) (Quit: Ping timeout (120 seconds))
345 [04:34:36] *** Joins: abdulocracy (~abdulocra@replaced-ip )
346 [04:35:09] *** Joins: gh00p_ (~Thunderbi@replaced-ip )
347 [04:35:17] *** Joins: bomb (~bomb@replaced-ip )
348 [04:35:31] *** Joins: Greatercow (~Greaterco@replaced-ip )
349 [04:35:36] *** Quits: gh00p (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
350 [04:35:36] *** gh00p_ is now known as gh00p
351 [04:35:49] *** Joins: horseshoecrab (~crab@replaced-ip )
352 [04:37:07] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
353 [04:37:32] <annadane> image.mp3
354 [04:39:07] *** Quits: Cabanoss- (~Cabanossi@replaced-ip ) (Ping timeout: 240 seconds)
355 [04:39:51] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 260 seconds)
356 [04:40:14] *** Quits: horseshoecrab (~crab@replaced-ip ) (Ping timeout: 240 seconds)
357 [04:40:27] <ryouma> perhaps i sohuld ask the q about uimlib
358 [04:40:35] *** Quits: Ratel (~quassel@replaced-ip##) (Quit: ##replaced-url
359 [04:41:22] *** Joins: seekr (~seekr@replaced-ip )
360 [04:42:09] *** Joins: horseshoecrab (~crab@replaced-ip )
361 [04:42:43] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
362 [04:44:30] *** Joins: Rue (~rue@replaced-ip )
363 [04:45:42] *** Quits: gh00p (~Thunderbi@replaced-ip ) (Ping timeout: 272 seconds)
364 [04:46:19] *** Quits: horseshoecrab (~crab@replaced-ip ) (Ping timeout: 246 seconds)
365 [04:46:42] *** Quits: a0z (~a0z@replaced-ip ) (Ping timeout: 260 seconds)
366 [04:46:58] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
367 [04:49:05] *** Joins: acidtripper (~acidtripp@replaced-ip )
368 [04:49:57] *** Joins: cdown_ (~cdown@replaced-ip )
369 [04:50:43] *** Joins: gh00p (~Thunderbi@replaced-ip )
370 [04:50:47] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 265 seconds)
371 [04:50:52] *** cdown_ is now known as cdown
372 [04:55:37] *** Quits: sysgrammer_moe (~sysgramme@replaced-ip ) (Ping timeout: 265 seconds)
373 [04:58:02] *** Quits: waflessnet (~panchito@replaced-ip ) (Ping timeout: 265 seconds)
374 [04:58:48] *** Quits: JustASlacker (~JustASlac@replaced-ip ) (Ping timeout: 256 seconds)
375 [05:00:56] *** Quits: ctrlbreak_MAD (~ctrlbreak@replaced-ip ) (Read error: Connection reset by peer)
376 [05:01:20] *** Joins: ctrlbreak_MAD (~ctrlbreak@replaced-ip )
377 [05:01:51] *** Joins: gigetoo (~gigetoo@replaced-ip )
378 [05:03:49] *** Quits: sixtysix__ (~sixtysix@replaced-ip ) (Ping timeout: 264 seconds)
379 [05:04:42] *** Quits: Phaellow (599ac3db@replaced-ip ) (Remote host closed the connection)
380 [05:05:37] *** Joins: eb0t (~eblip@replaced-ip )
381 [05:06:13] *** Quits: gh00p (~Thunderbi@replaced-ip ) (Remote host closed the connection)
382 [05:06:17] *** Joins: sixtysix (~sixtysix@replaced-ip )
383 [05:06:33] *** Joins: gh00p (~Thunderbi@replaced-ip )
384 [05:07:52] *** Joins: sysgrammer_moe (~sysgramme@replaced-ip )
385 [05:11:15] <somiaj> ryouma: display from imagemagick might be
more what you want, feh just has limited image support.
386 [05:11:44] <somiaj> I like feh better myself, but display has
some similar features
387 [05:13:34] *** Quits: gh00p (~Thunderbi@replaced-ip ) (Ping timeout: 272 seconds)
388 [05:16:13] *** Joins: technologov (~technolog@replaced-ip )
389 [05:16:52] *** Quits: tds (~tds@replaced-ip ) (Ping timeout: 244 seconds)
390 [05:16:59] *** Joins: djdduty (~textual@replaced-ip )
391 [05:17:00] <technologov> hi all ! Is there a way to receive
audio signal via USB from Apple iPhone ? (the way USB headphones
do)?
392 [05:17:04] *** Joins: tds (~tds@replaced-ip )
393 [05:17:13] <technologov> Linux even supports Apple Audio USB
protocol ?
394 [05:17:30] <technologov> and how about Android ?
395 [05:18:20] *** Joins: gh00p (~Thunderbi@replaced-ip )
396 [05:18:38] <somiaj> I have never seen such a tool, though
this doesn't mean it can't be done. I think the biggest
limitation might be the phone. The phone detects when you plug it
into a computer, so it won't output audio data. You may have to
be able to make your computer respond like a usb headset would.
397 [05:18:59] <somiaj> Do you know if this is even support in
windows or osx?
398 [05:19:02] *** Joins: Wulf (~Wulf@replaced-ip )
399 [05:19:37] <technologov> I think not, but Yamaha R-N602
receiver and some Chevrolet cars can receive a signal via USB from
Apple iPhone
400 [05:19:57] <somiaj> The google hits I'm finding say you
can do this over bluetooth.
401 [05:20:01] <technologov> I was never able to receive iPhone
audio signal on Windows PC or Linux PC
402 [05:20:12] <technologov> bluetooth I know
403 [05:20:15] <technologov> but how about USB ?
404 [05:20:44] <somiaj> Yea, I know car steros can do it, but I
think a lot is in how the usb identifies itself to the phone, and
unsure if computer usb connenctions can be modified as such.
405 [05:20:51] <technologov> I don't know even the real name
of Apple iOS Audio and Android Audio protocols
406 [05:21:41] <technologov> computer USB can be modified however
user wants, provided that Linux kernel actually supports the
protocol in question (which I don't even know how to find)
407 [05:21:51] *** Joins: nickodd (~nickodd@replaced-ip )
408 [05:22:34] <somiaj> hmm, found some hits that you can use
smartphone as a microphone on widows with andriod but not iphone.
409 [05:22:35] <technologov> finding the real name of such
protocols is a big issue for me
410 [05:23:51] <somiaj>
replaced-url
411 [05:26:00] <somiaj> found a page that ses you on andriod you
can set the usb mode to midi.
412 [05:26:43] <technologov> midi is not full music though... how
to find the name of the protocol and whenever Linux even supports
such ... ?
413 [05:27:36] <somiaj> My googlefu was weak, and outside of that
micapp didn't find anything
414 [05:28:46] *** Quits: debsan (~debsan@replaced-ip ) (Ping timeout: 272 seconds)
415 [05:29:34] *** Joins: xormor (~xormor@replaced-ip )
416 [05:30:09] *** Joins: b1ack0p (~m@replaced-ip )
417 [05:30:57] *** Quits: r4u1 (~raul@replaced-ip ) (Quit: Leaving)
418 [05:31:54] *** Quits: gh00p (~Thunderbi@replaced-ip ) (Ping timeout: 256 seconds)
419 [05:33:27] *** Quits: saptech (~saptech@replaced-ip ) (Quit: Leaving)
420 [05:33:57] *** Quits: djdduty (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
421 [05:34:35] *** Joins: djdduty (~textual@replaced-ip )
422 [05:38:11] *** Quits: bliv (~bliv@replaced-ip ) (Ping timeout: 260 seconds)
423 [05:40:48] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 272 seconds)
424 [05:44:56] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
425 [05:48:06] *** Quits: StathisA (~StathisA@replaced-ip ) (Ping timeout: 256 seconds)
426 [05:49:12] *** Joins: edufmass (~edufmass@replaced-ip )
427 [05:50:16] *** Joins: StathisA (~StathisA@replaced-ip )
428 [05:51:34] <edufmass> Hello, if I run in tty "shutdown
-t now" as root it takes like a minute to begin stopping
services and turn of the pc. In i3 as normal user if I run
"systemctl poweroff" the pc turn completely off in about 2
seconds. How should I shutdown the computer as normal user?
429 [05:53:08] *** Quits: wymillerlinux (~wymillerl@replaced-ip ) (Ping timeout: 265 seconds)
430 [05:59:47] <jmcnaught> edufmass: You can just use
'poweroff' too. For that shutdown command, shutdown(8)
does not list a -t option, but does say that if TIME is not
specified then +1 is implied. Maybe your '-t' is messing
up the command?
431 [06:00:26] <karlpinc> The "new way" is: systemctl
poweroff
432 [06:00:27] <somiaj> yea the command I use is shutdown -h now
433 [06:00:48] <edufmass> the "systemctl poweroff" that
last like 2 seconds, is still stopping service like shutdown?
434 [06:00:59] <jmcnaught> yes
435 [06:01:29] <jmcnaught> I think your shutdown -t now command
is ignoring the 'now' which is why it takes a minute to
start shutting down
436 [06:01:39] <somiaj> well any shutdown will have to stop
services, and systemd will wait a few minuets to let services stop
themselves before just killing them.
437 [06:01:39] <karlpinc> Uses systemd, which is what's
running things.
438 [06:02:02] <somiaj> I think shutdown just ends up triggering
systemd anyways
439 [06:02:31] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
440 [06:02:51] <jmcnaught> Anyways you don't need to type
systemctl, 'poweroff' alone is enough.
441 [06:03:33] <edufmass> Ok,thanks!! I thought that poweroff
just cuts power because was fast xD
442 [06:04:16] <somiaj> ahh with systemd,
/bin/{shutdown,halt,poweroff} -> systemctl so it is exactly the
same thing
443 [06:05:54] *** Quits: r3 (~r3@replaced-ip ) (Ping timeout: 256 seconds)
444 [06:05:56] <somiaj> ahh seems that systemd has halt.target,
poweroff.target, reboot.target, so there might be some differences
in how systemd handels a halt vs a poweroff
445 [06:05:58] *** Joins: Renari (~Renari@replaced-ip )
446 [06:07:09] *** Quits: Lupricon (~Lupricon@replaced-ip ) (Ping timeout: 265 seconds)
447 [06:07:10] <somiaj> ahh seems the only difference is if the
target sends an acpi to the comptuer to poweroff or not, same
process in stoping services
448 [06:07:44] *** Joins: Derlg (~DerL@replaced-ip )
449 [06:08:02] *** Joins: Lupricon (~Lupricon@replaced-ip )
450 [06:09:05] *** Quits: Arimil (~Renari@replaced-ip ) (Ping timeout: 265 seconds)
451 [06:11:14] *** Joins: Jade_NL (~JadeNL@replaced-ip )
452 [06:11:23] *** Joins: cupcake90 (~cupcake90@replaced-ip )
453 [06:11:37] *** Joins: saptech (~saptech@replaced-ip )
454 [06:13:38] *** Quits: edufmass (~edufmass@replaced-ip ) (Quit: leaving)
455 [06:15:49] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 264 seconds)
456 [06:16:51] *** arahael1 is now known as Arahael
457 [06:18:53] *** Quits: bomb (~bomb@replaced-ip ) (Quit: ...)
458 [06:20:52] *** Quits: b1ack0p (~m@replaced-ip ) (Quit: sleeping..)
459 [06:21:23] *** Joins: horseshoecrab (~crab@replaced-ip )
460 [06:25:43] *** Quits: horseshoecrab (~crab@replaced-ip ) (Ping timeout: 246 seconds)
461 [06:28:06] *** Joins: earthundead (~earthunde@replaced-ip )
462 [06:28:36] *** Quits: earthundead (~earthunde@replaced-ip ) (Remote host closed the connection)
463 [06:28:42] *** Quits: behanw (uid110099@replaced-ip ) (Quit: Connection closed for inactivity)
464 [06:29:18] *** Joins: raver (f98f5ce56e@replaced-ip )
465 [06:29:40] *** Quits: Sajesajama (~Salsa@replaced-ip ) (Quit: Leaving)
466 [06:29:45] *** Quits: itamarst (uid165457@replaced-ip ) (Quit: Connection closed for inactivity)
467 [06:34:35] *** Quits: Betal (~Betal@replaced-ip ) (Quit: WeeChat 2.8)
468 [06:34:43] *** Quits: dab21 (~dab21@replaced-ip ) (Quit: Gateway shutdown)
469 [06:35:18] *** Joins: r3 (~r3@replaced-ip )
470 [06:36:20] *** Joins: adikt (~adiktz@replaced-ip )
471 [06:44:14] *** Quits: temple48 (~temple48@replaced-ip ) (Remote host closed the connection)
472 [06:46:43] *** Joins: temple48 (~temple48@replaced-ip )
473 [06:50:42] *** Quits: kristijonas (~Thunderbi@replaced-ip ) (Quit: kristijonas)
474 [06:51:51] *** Joins: daregap (~belovent@replaced-ip )
475 [06:55:18] *** Quits: arkoldthos (arkoldthos@replaced-ip ) (Ping timeout: 260 seconds)
476 [06:55:52] *** Quits: mossylane (~user@replaced-ip ) (Ping timeout: 260 seconds)
477 [06:56:42] *** Joins: mossylane (~user@replaced-ip )
478 [06:57:02] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
479 [06:57:03] *** Quits: tds (~tds@replaced-ip ) (Ping timeout: 252 seconds)
480 [06:57:05] *** Quits: Scotteh (~Scotteh@replaced-ip ) (Ping timeout: 272 seconds)
481 [06:57:13] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 258 seconds)
482 [06:57:21] *** Joins: tds8 (~tds@replaced-ip )
483 [07:02:13] *** Quits: djdduty (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
484 [07:04:56] *** Quits: Maxt3r (~max@replaced-ip ) (Ping timeout: 246 seconds)
485 [07:07:04] *** Quits: hke (~hke@replaced-ip ) (Read error: Connection reset by peer)
486 [07:08:10] *** Joins: hke (~hke@replaced-ip )
487 [07:09:01] *** debhelper sets mode: +l 1253
488 [07:10:32] *** Joins: Ericounet (~Eric@replaced-ip )
489 [07:10:55] *** Quits: g6502 (~user@replaced-ip ) (Ping timeout: 256 seconds)
490 [07:11:09] *** Joins: s8548a (~s8548a@replaced-ip )
491 [07:11:54] *** Quits: phunyguy (~blaahchm@replaced-ip ) (Quit: Goodbye cruel world!)
492 [07:12:25] *** Quits: acidtripper (~acidtripp@replaced-ip ) (Quit: Leaving)
493 [07:12:43] *** Joins: g6502 (user@replaced-ip )
494 [07:12:56] *** Quits: Lupricon (~Lupricon@replaced-ip ) (Ping timeout: 258 seconds)
495 [07:13:44] *** Joins: Lupricon (~Lupricon@replaced-ip )
496 [07:15:05] *** Joins: dreamon (~dreamon@replaced-ip )
497 [07:17:35] *** Joins: krabador (~krabador@replaced-ip )
498 [07:20:13] *** Joins: phunyguy (~blaahchm@replaced-ip )
499 [07:20:22] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 260 seconds)
500 [07:28:33] *** Joins: diogenes_ (~diogenes_@replaced-ip )
501 [07:30:15] *** Joins: horseshoecrab (~crab@replaced-ip )
502 [07:31:54] *** Quits: Sleepy63 (~Sleepy63@replaced-ip ) (Ping timeout: 260 seconds)
503 [07:33:08] *** Joins: dreamon (~dreamon@replaced-ip )
504 [07:34:15] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
505 [07:34:48] *** Quits: seekr (~seekr@replaced-ip ) (Ping timeout: 272 seconds)
506 [07:34:57] *** Quits: horseshoecrab (~crab@replaced-ip ) (Ping timeout: 260 seconds)
507 [07:37:12] *** Joins: mortderire (mortderire@replaced-ip )
508 [07:37:30] *** Joins: DEB-alain (~DEB-alain@replaced-ip )
509 [07:38:30] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 265 seconds)
510 [07:39:26] *** Joins: han-solo (~han-solo@replaced-ip )
511 [07:40:28] *** Quits: berndj (~berndj@replaced-ip ) (Ping timeout: 260 seconds)
512 [07:40:59] *** Joins: czesmir (~stefan@replaced-ip )
513 [07:44:49] *** Joins: Sleepy63 (~Sleepy63@replaced-ip )
514 [07:50:03] *** Joins: password2 (c429c8ce@replaced-ip )
515 [07:50:10] <password2> .sources jessie
516 [07:50:25] <somiaj> !jessie sources.list
517 [07:50:25] <dpkg> A suitable /etc/apt/sources.list for Debian
8 "Jessie" has two lines: "deb
replaced-url
518 [07:50:43] <password2> thank you
519 [07:51:20] <somiaj> !jessie lts
520 [07:51:43] *** Joins: berndj (~berndj@replaced-ip )
521 [07:52:54] <password2> to update packages what is best to
use? aptitude/apt or apt-get
522 [07:53:03] *** Joins: sauvin (sauvin@replaced-ip )
523 [07:53:26] *** Quits: berndj (~berndj@replaced-ip ) (Excess Flood)
524 [07:53:46] *** Joins: berndj (~berndj@replaced-ip )
525 [07:54:23] <somiaj> your choice
526 [07:54:42] <somiaj> apt is now meant for the user, apt-get is
meant for scripts, aptitude is powerful and has a nice curses ui,
pick one
527 [07:55:02] *** Joins: alexandros_c (~alexandro@replaced-ip )
528 [07:55:11] <somiaj> I have mostly switched to apt due to
nicer looking output than apt-get, there were a bunch of factoids,
though they are kinda dated now.
529 [07:55:26] <somiaj> so /msg dpkg why apt, why not apt, why
aptitude, why not aptitude
530 [07:59:02] *** debhelper sets mode: +l 1261
531 [07:59:33] <technologov> why " channel limit to
1261" ? Why limit at all, if it gets raised as people join ?
532 [07:59:55] <somiaj> to avoid flood joins and spammers
533 [08:00:09] *** Quits: Anonym0us (~razor@replaced-ip ) (Quit: dead)
534 [08:00:23] <somiaj> bot farms use to have 100s to thousands
of bots join at once
535 [08:01:10] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 244 seconds)
536 [08:02:31] <b1ackandwh1te> bots are really a potential threat
to many good services on internet
537 [08:02:41] *** Joins: Haudegen (~quassel@replaced-ip )
538 [08:03:34] <b1ackandwh1te> like a knife, you can cut the
cheese or kill someone
539 [08:04:15] *** Joins: Maxt3r (~max@replaced-ip )
540 [08:05:20] *** Quits: krabador (~krabador@replaced-ip ) (Quit: Leaving)
541 [08:06:46] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
542 [08:06:47] *** Joins: gh00p (~Thunderbi@replaced-ip )
543 [08:07:00] <somiaj> the limit is kept at a reasonable level,
so unless there is a major netsplit, it causes no functional
problems and protects from mass joins of bots
544 [08:11:40] *** Joins: Haohmaru (~Haohmaru@replaced-ip )
545 [08:13:26] *** Quits: gh00p (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
546 [08:13:53] *** Quits: CrystalMath (~coderain@replaced-ip##) (Quit: Support Richard Stallman and other victims
of cancel culture! | ##replaced-url
547 [08:14:27] *** Joins: choice (~choice@replaced-ip )
548 [08:14:37] *** Quits: antoine (~antoine@replaced-ip ) (Remote host closed the connection)
549 [08:14:38] <choice> Hi Gang!
550 [08:15:06] *** Joins: antoine (~antoine@replaced-ip )
551 [08:15:10] <choice> One of my remote machines did not come
back after "apt update && apt upgrade" and a
"reboot". I had to power it off and on again.
552 [08:15:26] <choice> How can I figure out why that happened?
553 [08:15:40] *** Quits: jinmiaoluo (~jinmiaolu@replaced-ip ) (Ping timeout: 256 seconds)
554 [08:16:06] *** Joins: Tobbi (~Tobbi@replaced-ip )
555 [08:17:11] *** Quits: eb0t (~eblip@replaced-ip ) (Read error: Connection reset by peer)
556 [08:17:12] *** Quits: eblip (~eblip@replaced-ip ) (Read error: Connection reset by peer)
557 [08:17:15] *** Joins: NeoCron (~neocron_@replaced-ip )
558 [08:17:58] *** Joins: jinmiaoluo (~jinmiaolu@replaced-ip )
559 [08:18:36] *** Joins: eblip (~eblip@replaced-ip )
560 [08:19:09] *** Joins: nf9c (~quassel@replaced-ip )
561 [08:19:10] *** Joins: eb0t (~eblip@replaced-ip )
562 [08:21:33] *** Quits: ryouma (~user@replaced-ip ) (Remote host closed the connection)
563 [08:21:55] <Maxt3r> dmesg or logs, journalctl can display
last boot
564 [08:22:13] <Haohmaru> ^ the choice is yours
565 [08:22:20] <choice> Ok, but the problem started before the
last boot.
566 [08:22:33] <choice> When I did "reboot", it hang
until I powered it off.
567 [08:22:57] <Haohmaru> did it hang before rebooting or after?
568 [08:23:58] <choice> I don't know. I did
"reboot" and then I did not have access to it until I
powered it off and on.
569 [08:24:06] <somiaj> I think you have to make journal
persistant (which it isn't by default) to display last boot
570 [08:24:15] <somiaj> you might be able to find it in
/var/syslog if it hasn't been rotated out.
571 [08:24:34] *** Quits: black_ant (~antilope@replaced-ip ) (Ping timeout: 256 seconds)
572 [08:24:35] <choice> /var/syslog: No such file or directory
573 [08:25:14] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Remote host closed the connection)
574 [08:25:18] <somiaj> ar /var/log/syslog
575 [08:25:22] <somiaj> arg
576 [08:25:22] *** Joins: Stx (~stx@replaced-ip )
577 [08:26:00] <choice> Yes, there are lines from before the
power-on/power-off.
578 [08:26:17] *** Quits: jinmiaoluo (~jinmiaolu@replaced-ip ) (Ping timeout: 260 seconds)
579 [08:26:37] <choice> Last line seems to be executing a cron
job.
580 [08:27:30] <choice> Could it be that the cronjob tried to
access a service that already was shut down and therefore hang
forever?
581 [08:27:30] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
582 [08:27:45] <choice> I know that this cronjob for example
connects to the local apache.
583 [08:28:18] *** Joins: jinmiaoluo (~jinmiaolu@replaced-ip )
584 [08:28:33] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
585 [08:28:35] <somiaj> how long did it hang? Systemd will give
services I think 3-5 mins to shut themselves down before killing
them.
586 [08:29:19] *** Quits: b1ackandwh1te (~b1ackandw@replaced-ip ) (Quit: ...I really love Linux)
587 [08:29:24] <choice> I powered off/on after 7 minutes.
588 [08:31:25] *** Quits: hark (~hark@replaced-ip ) (Ping timeout: 264 seconds)
589 [08:33:00] *** Quits: BalooRJ (~baloo@replaced-ip ) (Remote host closed the connection)
590 [08:36:44] *** Joins: grobi (~rtng@replaced-ip )
591 [08:38:06] *** Quits: sidmo_ (~ident@replaced-ip ) (Quit: Konversation terminated!)
592 [08:38:27] *** Joins: sidmo (~ident@replaced-ip )
593 [08:41:00] *** Joins: anikras (~anikras@replaced-ip )
594 [08:41:27] *** Joins: martinus__ (~martin@replaced-ip )
595 [08:44:44] <choice> I will reboot the machine again to see
how it behaves. Fingers crossed ...
596 [08:46:11] *** Joins: nifker (~Thunderbi@replaced-ip )
597 [08:46:44] <choice> The reboot worked flawlessly.
598 [08:47:33] <choice> About 45s downtime. A bit more then I
would like but not a drama.
599 [08:49:33] *** Quits: Urchin (~urchin@replaced-ip ) (Ping timeout: 265 seconds)
600 [08:49:33] *** Quits: Urchin[emacs] (~user@replaced-ip ) (Ping timeout: 265 seconds)
601 [08:49:53] <somiaj> maybe it was some acpi issue, and the
reboot didn't trigger correctly.
602 [08:50:45] *** Joins: chele (~chele@replaced-ip )
603 [08:51:08] <choice> It's a VPS so I don't think
this applies.
604 [08:51:22] <choice> It probably does no real power on/off
thing when I trigger that.
605 [08:53:12] <choice> What was the command that shows you the
disk iops in real time?
606 [08:53:51] *** Joins: korrupt (~razor@replaced-ip )
607 [08:54:24] *** korrupt is now known as Anonym0us
608 [08:55:03] *** Joins: Urchin (~urchin@replaced-ip )
609 [08:55:29] *** Joins: Urchin[emacs] (~user@replaced-ip )
610 [08:55:47] *** Joins: frgo_ (~frgo@replaced-ip )
611 [08:55:48] *** Joins: r4u1 (~raul@replaced-ip )
612 [08:56:04] <somiaj> well vps still emulate some for of api,
but in that case, maybe something did hang. Usually systemd will
kill processes after X time if they dont' nicely stop
themselves.
613 [08:56:24] <choice> Yeah... I don't know what happened.
614 [08:56:46] <choice> I wish vmstat would align its output
properly.
615 [08:56:49] *** Quits: timur_davletshin (~timur_dav@replaced-ip ) (Quit: Leaving)
616 [08:58:02] *** Quits: frgo (~frgo@replaced-ip ) (Ping timeout: 260 seconds)
617 [08:58:25] <choice> Ha, "vmstat -d 1" gives some
nice infos.
618 [08:58:57] *** Quits: g6502 (user@replaced-ip ) (Ping timeout: 260 seconds)
619 [08:59:06] <Anonym0us> How can i install syslinux instead of
grub during install?
620 [08:59:21] *** Joins: Funkin-Stoopid (~xavier@replaced-ip )
621 [08:59:22] *** Quits: r4u1 (~raul@replaced-ip ) (Client Quit)
622 [08:59:53] *** Joins: tagomago (~tagomago@replaced-ip )
623 [08:59:56] *** Joins: timur_davletshin (~timur_dav@replaced-ip )
624 [09:00:04] *** Quits: divlamir (~vvz@replaced-ip ) (Quit: divlamir)
625 [09:02:14] *** Joins: JustASlacker (~JustASlac@replaced-ip )
626 [09:02:44] <ksk> Anonym0us: Why would you want to do that? (I
dont think it works that way)
627 [09:03:00] <Anonym0us> Cause
628 [09:03:02] <Anonym0us> I hate grub?
629 [09:03:23] <ksk> I see. Take a look at all the other 1970
things available then :P
630 [09:04:27] *** Quits: xcm (~xcm@replaced-ip ) (Read error: Connection reset by peer)
631 [09:05:15] *** Joins: xcm (~xcm@replaced-ip )
632 [09:05:38] <ksk> !syslinux
633 [09:05:38] <dpkg> SYSLINUX is a suite of boot loaders for x86
systems, supporting FAT/NTFS filesystems (SYSLINUX), bootable
ISO-9660 CD-ROMs (ISOLINUX), PXE network booting (PXELINUX) and
ext{2,3,4}/btrfs filesystems (EXTLINUX). Also includes MEMDISK for
booting legacy operating systems (e.g. MS-DOS). Used in Debian x86
installation media.
replaced-url
634 [09:05:56] <ksk> Anonym0us: ^
635 [09:05:58] <Anonym0us> I know
636 [09:06:04] <Anonym0us> Right now
637 [09:06:31] <Anonym0us> im tryig to make a fgt that apparently
thinks he is more intellegent than everyone understand that there
isn't a reason for it
638 [09:07:00] <ksk> pardon?
639 [09:07:38] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 256 seconds)
640 [09:07:43] <Anonym0us> as many times as i have installed arch
it didn't make me an arrogant person.. Sorry im just in the
mood... But another thing is there quite possibly i can install Deb
10 with out netinstall or GUI>?
641 [09:07:50] <Anonym0us> ->
642 [09:08:01] *** Joins: k4nz (~Thunderbi@replaced-ip )
643 [09:08:35] <ksk> !tell Anonym0us about debootstrap
644 [09:08:48] <Anonym0us> Oh
645 [09:08:55] <ksk> use that, then chroot into install, install
your bootloader.
646 [09:09:00] *** Joins: Ycarus (~Ycarus@replaced-ip )
647 [09:09:01] <Anonym0us> Ah nice
648 [09:09:03] *** debhelper sets mode: +l 1268
649 [09:09:19] <Anonym0us> I was just curious... i have gotten so
used to command line installs it's not funny
650 [09:09:42] *** Joins: horseshoecrab (~crab@replaced-ip )
651 [09:10:00] *** Joins: shtrb (~shtrb@replaced-ip )
652 [09:10:14] *** Parts: choice (~choice@replaced-ip ) ()
653 [09:10:27] *** Quits: ilmostro (~ilmostro@replaced-ip ) (Quit: Coyote finally caught me)
654 [09:10:42] *** Joins: gh00p (~Thunderbi@replaced-ip )
655 [09:12:12] *** Quits: CyberHacker (~CyberHack@replaced-ip ) (Quit: Leaving)
656 [09:14:15] *** Quits: horseshoecrab (~crab@replaced-ip ) (Ping timeout: 260 seconds)
657 [09:14:22] *** Quits: nickodd (~nickodd@replaced-ip ) (Read error: Connection reset by peer)
658 [09:14:36] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 256 seconds)
659 [09:14:41] *** Joins: k4nz1 (~Thunderbi@replaced-ip )
660 [09:14:59] *** Joins: idhugo (~idhugo@replaced-ip )
661 [09:16:24] *** Joins: ilmostro (~ilmostro@replaced-ip )
662 [09:17:02] *** k4nz1 is now known as k4nz
663 [09:17:26] *** Joins: diogenes_ (~diogenes_@replaced-ip )
664 [09:19:25] *** Joins: nickodd (~nickodd@replaced-ip )
665 [09:19:37] *** Quits: de-facto (~de-facto@replaced-ip ) (Remote host closed the connection)
666 [09:19:52] *** Joins: de-facto (~de-facto@replaced-ip )
667 [09:20:02] *** Quits: Lupricon (~Lupricon@replaced-ip ) (Ping timeout: 246 seconds)
668 [09:20:27] *** Joins: Lupricon (~Lupricon@replaced-ip )
669 [09:21:17] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
670 [09:22:07] *** Quits: Tobbi (~Tobbi@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
671 [09:22:13] *** Joins: cliluw (~cliluw@replaced-ip )
672 [09:22:41] *** Quits: de-facto (~de-facto@replaced-ip ) (Remote host closed the connection)
673 [09:22:52] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Ping timeout: 256 seconds)
674 [09:22:55] *** Joins: de-facto (~de-facto@replaced-ip )
675 [09:23:33] *** Quits: anikras (~anikras@replaced-ip ) (Remote host closed the connection)
676 [09:24:12] *** ChanServ sets mode: +o somiaj
677 [09:24:12] *** somiaj sets mode: +q *!*@unaffiliated/korrupt
678 [09:24:13] *** somiaj sets mode: -o somiaj
679 [09:24:36] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
680 [09:24:52] *** Quits: Prints (~333@replaced-ip ) (Ping timeout: 260 seconds)
681 [09:25:00] <somiaj> Anonym0us: such language and attacks on
users is not welcome here.
682 [09:26:10] <diogenes_> maybe he comes from #arch.
683 [09:28:49] *** Joins: Prints (~333@replaced-ip )
684 [09:32:51] *** Joins: LeoVendetta (~Leow@replaced-ip )
685 [09:32:56] *** Joins: Silmarilion (~Silmarili@replaced-ip )
686 [09:34:07] *** Joins: conta (~Thunderbi@replaced-ip )
687 [09:36:02] *** Quits: luuuciano (~luuuciano@replaced-ip ) (Ping timeout: 260 seconds)
688 [09:36:03] *** Joins: luuuciano_ (~luuuciano@replaced-ip )
689 [09:37:11] <ksk> rather #arsch ;)
690 [09:41:14] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Remote host closed the connection)
691 [09:42:08] *** Joins: XORed (xored@replaced-ip )
692 [09:43:09] *** Joins: diogenes_ (~diogenes_@replaced-ip )
693 [09:43:14] *** Quits: anoncon (~Falsememo@replaced-ip ) (Ping timeout: 240 seconds)
694 [09:44:16] *** Quits: _aeris_ (~aeris@replaced-ip ) (Remote host closed the connection)
695 [09:44:55] *** Joins: keropok (~keropok@replaced-ip )
696 [09:45:49] *** Quits: fmaurer_ (~quassel@replaced-ip##) (Quit: ##replaced-url
697 [09:46:55] *** Quits: Silmarilion (~Silmarili@replaced-ip ) (Quit: Leaving)
698 [09:47:24] *** Quits: secntech (~secntech@replaced-ip ) (Read error: Connection reset by peer)
699 [09:47:27] *** Joins: fmaurer (~quassel@replaced-ip )
700 [09:49:23] *** Joins: mibo (~mibo@replaced-ip )
701 [09:50:03] *** Quits: r3 (~r3@replaced-ip ) (Remote host closed the connection)
702 [09:50:23] *** Quits: fmaurer (~quassel@replaced-ip ) (Client Quit)
703 [09:50:41] *** Joins: fmaurer (~quassel@replaced-ip )
704 [09:52:18] *** Joins: r3 (~r3@replaced-ip )
705 [09:54:42] *** Quits: shoobie (~shoobie@replaced-ip ) (Ping timeout: 260 seconds)
706 [09:54:42] *** Quits: dowwie (~dowwie@replaced-ip ) (Ping timeout: 260 seconds)
707 [09:54:53] <shtrb> ,v plasmashell
708 [09:54:54] <judd> No package named 'plasmashell'
was found in amd64.
709 [09:55:07] *** Joins: _aeris_ (aeris@replaced-ip )
710 [09:55:22] <shtrb> ,v plasma-workspace
711 [09:55:23] <judd> Package: plasma-workspace on amd64 --
stretch: 4:5.8.6-2.1+deb9u1; stretch-security: 4:5.8.6-2.1+deb9u1;
buster: 4:5.14.5.1-1; bullseye: 4:5.17.5-4; sid: 4:5.17.5-4
712 [09:57:31] *** Quits: Nokaji (~Nokaji@replaced-ip##) (Quit: ** COVID-19 reports | Faculty of Medicine |
Imperial College London [16th March, 2020] - ##replaced-url
713 [09:57:39] *** Joins: b30wulf (uid175355@replaced-ip )
714 [09:58:05] *** Joins: banox (~banox@replaced-ip )
715 [09:58:28] *** Joins: miskatonic (~miskatoni@replaced-ip )
716 [09:59:16] *** Joins: bomb (~bomb@replaced-ip )
717 [10:01:03] *** Joins: dastier (~dastier@replaced-ip )
718 [10:01:15] *** Joins: otisolsen70 (~otisolsen@replaced-ip )
719 [10:01:36] *** Joins: jmd (~user@replaced-ip )
720 [10:01:53] *** Joins: winy (~vince@replaced-ip )
721 [10:02:54] *** Quits: timur_davletshin (~timur_dav@replaced-ip ) (Quit: Leaving)
722 [10:03:07] *** Quits: u0m3 (~u0m3@replaced-ip ) (Remote host closed the connection)
723 [10:05:18] *** Parts: password2 (c429c8ce@replaced-ip ) ()
724 [10:05:23] *** Joins: password2 (c429c8ce@replaced-ip )
725 [10:06:16] *** Quits: nf9c (~quassel@replaced-ip##) (Quit: ##replaced-url
726 [10:06:55] *** Joins: tuxmania (~tuxmania@replaced-ip )
727 [10:07:17] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
728 [10:08:11] *** Quits: xcm (~xcm@replaced-ip ) (Read error: Connection reset by peer)
729 [10:09:17] *** Quits: lankanmon (~LKNnet@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
730 [10:09:20] *** Joins: xcm (~xcm@replaced-ip )
731 [10:10:42] *** Joins: lankanmon (~LKNnet@replaced-ip )
732 [10:11:16] *** Joins: bomb_ (~bomb@replaced-ip )
733 [10:11:16] *** Quits: bomb (~bomb@replaced-ip ) (Disconnected by services)
734 [10:11:28] *** bomb_ is now known as bomb
735 [10:11:59] *** Quits: bn_work (uid268505@replaced-ip ) (Quit: Connection closed for inactivity)
736 [10:15:07] *** Joins: semeion (~semeion@replaced-ip )
737 [10:15:51] *** Quits: learnin1 (~learnin@replaced-ip ) (Ping timeout: 260 seconds)
738 [10:16:20] *** Joins: pragomer (~sisko@replaced-ip )
739 [10:16:51] <pragomer> hi. is anyone familar with
"groff" ?
740 [10:16:55] *** Joins: learnin1 (~learnin@replaced-ip )
741 [10:16:57] *** Joins: netcrash (~charmande@replaced-ip )
742 [10:17:02] *** Quits: XORed (xored@replaced-ip ) (Ping timeout: 265 seconds)
743 [10:17:20] *** Joins: XORed_ (xored@replaced-ip )
744 [10:17:52] *** Joins: u0m3 (~u0m3@replaced-ip )
745 [10:18:06] *** Joins: Scotteh (~Scotteh@replaced-ip )
746 [10:19:02] *** debhelper sets mode: +l 1277
747 [10:20:27] *** Joins: dethos (~dethos@replaced-ip )
748 [10:21:35] <ratrace> !anyone
749 [10:21:35] <dpkg> Please do not ask if anyone can help you,
knows 'something' or uses 'some_program'.
Instead, ask your real question. (If the real question _was_
"does anyone use 'some_program'?" ask me about
<popcon> instead.) See <ask> <ask to ask>
<polls> <search> <sicco> <smart questions>.
750 [10:21:40] <ratrace> pragomer: ^^^
751 [10:22:26] *** Joins: dreamon (~dreamon@replaced-ip )
752 [10:23:53] *** Joins: nf9c (~quassel@replaced-ip )
753 [10:23:59] <password2> lol
754 [10:24:25] *** Quits: nf9c (~quassel@replaced-ip ) (Client Quit)
755 [10:24:25] <password2> all human interaction will be
optimized away , compliance is encouraged
756 [10:25:15] *** Quits: XORed_ (xored@replaced-ip ) (Ping timeout: 265 seconds)
757 [10:26:02] <shtrb> ?
758 [10:26:21] <themill> the answer is of course, "no-one
uses groff (except by accident when reading manual pages)"
759 [10:26:45] *** Quits: xormor (~xormor@replaced-ip ) (Quit: Leaving)
760 [10:27:31] <Boohbah> pragomer: Yes. We know it.
761 [10:27:42] *** Quits: sixtysix (~sixtysix@replaced-ip ) (Ping timeout: 272 seconds)
762 [10:28:33] *** Joins: pringau (~pringau@replaced-ip )
763 [10:29:04] *** Quits: fflori (~fflori@replaced-ip ) (Read error: Connection reset by peer)
764 [10:30:40] *** Joins: nicolaf (~nicolaf@replaced-ip )
765 [10:31:33] *** Joins: Nokaji (~Nokaji@replaced-ip )
766 [10:31:49] <pragomer> Boohbah: hi *LOL*..... yes, so I am
actually trying out groff. Its for creating my personal wiki.. I
tried "remarkable" before, but I really like the linux
philosophy: one little tool for a thing ...
767 [10:32:07] <pragomer> I checked the manpage several times..:
768 [10:32:09] <pragomer>
replaced-url
769 [10:32:33] <pragomer> but I could really not figure out how
to use (and embed?) fonts...
770 [10:32:53] <pragomer> I simply do not understand the manual
at this point :-(
771 [10:34:27] <pragomer> ratrace: Ok, I understood the
"just ask" thing ;-)
772 [10:35:01] <pragomer> I simply do not know what to do about
this chapter:
replaced-url
773 [10:37:20] *** Quits: Maxt3r (~max@replaced-ip ) (Ping timeout: 265 seconds)
774 [10:37:32] *** Joins: vertigo_38 (~vertigo_3@replaced-ip )
775 [10:37:37] <pragomer> themill: ok, I just thought it would be
a nice "simplistic" way to create my totally simple
wiki-file..
776 [10:38:30] *** Joins: Maxt3r (~max@replaced-ip )
777 [10:41:19] <miskatonic> groff is such a pain in the rear when
it comes to structured documentation
778 [10:43:23] *** Quits: Maxt3r (~max@replaced-ip ) (Ping timeout: 260 seconds)
779 [10:45:52] *** Joins: XORed (xored@replaced-ip )
780 [10:47:20] <miskatonic> I guess that TeX is no option for
pragomer?
781 [10:48:42] *** Quits: Oksana (~Wikiwide@replaced-ip ) (Read error: Connection reset by peer)
782 [10:49:01] *** Quits: sjk (~sjk@replaced-ip ) (Quit: sjk)
783 [10:50:08] <ayekat> I only use groff for writing manpages,
but I guess anything beyond that is a bit madness
784 [10:50:59] *** Joins: archuserau (~archusera@replaced-ip )
785 [10:51:05] *** Joins: SimonB (~simonb@replaced-ip )
786 [10:51:07] *** Quits: keropok (~keropok@replaced-ip ) (Ping timeout: 240 seconds)
787 [10:51:28] <archuserau> Hey all. I just updated my computer
and now wireguard has broken. I am pretty sure a kernel update did
it. How do i go about sorting this out?
788 [10:52:08] <pragomer> miskatonic: I dont really know... I
wrote my personal knowledge / wiki thing always in LibreOffice...
but working with a simple Textfile and markup commands seemed to me
very convenient.. and I wanted to tried it out..
789 [10:52:31] *** Quits: kreyren (~kreyren@replaced-ip ) (Remote host closed the connection)
790 [10:52:31] *** Quits: HeXiLeD (~grumpy@replaced-ip ) (Remote host closed the connection)
791 [10:52:46] <pragomer> So I found "remarkable":. but
I also very like the command line... and beeing simplistic.. I also
thought about using pandoc... and groff in this case
792 [10:53:00] *** Joins: black_ant (~antilope@replaced-ip )
793 [10:53:02] *** Joins: kreyren (~kreyren@replaced-ip )
794 [10:57:57] *** Quits: jinmiaoluo (~jinmiaolu@replaced-ip ) (Ping timeout: 258 seconds)
795 [10:58:32] <archuserau> Sorted it. Just had to reinstall
wireguard
796 [10:59:48] *** Joins: Grldfrdom (uid391113@replaced-ip )
797 [11:00:01] *** Joins: HeXiLeD (~grumpy@replaced-ip )
798 [11:00:18] *** Joins: jinmiaoluo (~jinmiaolu@replaced-ip )
799 [11:00:33] *** Quits: inhetep_ (~inhetep@replaced-ip ) (Remote host closed the connection)
800 [11:00:50] *** Joins: sjk (~sjk@replaced-ip )
801 [11:00:53] *** Joins: inhetep (~inhetep@replaced-ip )
802 [11:01:06] *** Parts: archuserau (~archusera@replaced-ip##) ("The Lounge - ##replaced-url
803 [11:02:12] <miskatonic> md is also simple, and mediawiki,
handled by pandoc
804 [11:03:05] *** Joins: keropok (~keropok@replaced-ip )
805 [11:05:01] *** Quits: Gazooo (~Gazooo@replaced-ip##) (Quit: The Lounge - ##replaced-url
806 [11:05:21] *** Joins: timur_davletshin (~timur_dav@replaced-ip )
807 [11:05:30] <foul_owl_> How do I install older versions of the
open JDK? Unfortunately for a project I need jdk 8
808 [11:06:01] *** Joins: astrofog (~astrofog@replaced-ip )
809 [11:06:50] *** Joins: Gazooo (~Gazooo@replaced-ip )
810 [11:06:51] *** Joins: mzajc (~marko@replaced-ip )
811 [11:07:11] <Logg> openjdk 8 is currently not in debian stable
repos due to some stupid security concern. It's in testing repo
though.
812 [11:07:15] *** Joins: nf9c (~quassel@replaced-ip )
813 [11:07:16] *** Quits: grobi (~rtng@replaced-ip ) (Remote host closed the connection)
814 [11:07:28] *** Joins: grobi (~rtng@replaced-ip )
815 [11:07:40] <Logg> You can set up a virtual machine with
Debian testing in it & develop there
816 [11:07:54] *** Joins: horseshoecrab (~crab@replaced-ip )
817 [11:08:04] *** Joins: isostatic (uid224824@replaced-ip )
818 [11:08:16] <foul_owl_> Understood, thank you!
819 [11:08:27] *** Quits: keropok (~keropok@replaced-ip ) (Ping timeout: 260 seconds)
820 [11:09:01] *** debhelper sets mode: +l 1286
821 [11:09:27] *** Joins: Brigo_ (~Brigo@replaced-ip )
822 [11:09:29] *** Joins: Brigo (~Brigo@replaced-ip )
823 [11:11:45] *** Quits: XORed (xored@replaced-ip ) (Ping timeout: 258 seconds)
824 [11:11:54] *** Joins: g6502 (~user@replaced-ip )
825 [11:12:05] *** Joins: XORed_ (xored@replaced-ip )
826 [11:12:22] *** Quits: horseshoecrab (~crab@replaced-ip ) (Ping timeout: 246 seconds)
827 [11:15:23] *** Joins: Jerrynicki (~niklas@replaced-ip )
828 [11:15:56] *** Joins: nyov (~nyov@replaced-ip )
829 [11:16:46] *** Joins: vassen (~vassen@replaced-ip )
830 [11:18:39] *** Joins: AvatarA (~avatara@replaced-ip )
831 [11:19:01] *** debhelper sets mode: +l 1292
832 [11:20:51] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
833 [11:20:51] *** Quits: Brigo_ (~Brigo@replaced-ip ) (Remote host closed the connection)
834 [11:21:06] *** Joins: horseshoecrab (~crab@replaced-ip )
835 [11:22:31] *** Joins: va55enn (~vassenn@replaced-ip )
836 [11:22:57] *** Joins: halvors (~Thunderbi@replaced-ip )
837 [11:23:04] *** Quits: Urchin (~urchin@replaced-ip ) (Remote host closed the connection)
838 [11:23:50] *** Joins: asymptotically (~asymptoti@replaced-ip )
839 [11:25:34] *** Quits: horseshoecrab (~crab@replaced-ip ) (Ping timeout: 240 seconds)
840 [11:26:28] *** Quits: nf9c (~quassel@replaced-ip##) (Quit: ##replaced-url
841 [11:27:03] *** Quits: deicide- (~deicide-@replaced-ip ) (Quit: Leaving)
842 [11:27:11] *** Quits: va55enn (~vassenn@replaced-ip ) (Quit: qicr for android: faster and better)
843 [11:28:33] *** Joins: deicide- (~deicide-@replaced-ip )
844 [11:30:18] *** Joins: rephlexie (~rephlexie@replaced-ip )
845 [11:30:56] *** Joins: brutser (~bob@replaced-ip )
846 [11:31:44] *** ChanServ sets mode: +o eir
847 [11:31:45] *** eir sets mode: -qo *!*@unaffiliated/korrupt eir
848 [11:32:10] <SimonB> Ok so I have the right layout in
/etc/default/keyboard. I've set keyboard layot correctly via
'dpkg-reconfigure keyboard-configuration'. But every
reboot I end up with a US keyboard layout. Is there somewhere Xorg
specifics I need to set it too?
849 [11:32:17] <SimonB> *specific
850 [11:32:39] *** Quits: jinmiaoluo (~jinmiaolu@replaced-ip ) (Remote host closed the connection)
851 [11:32:48] <SimonB>
replaced-url
852 [11:33:24] *** Joins: jinmiaoluo (~jinmiaolu@replaced-ip )
853 [11:33:40] *** Joins: conta1 (~Thunderbi@replaced-ip )
854 [11:34:26] *** Joins: bliv (~bliv@replaced-ip )
855 [11:34:58] *** Quits: scar_ (~scar@replaced-ip ) (Remote host closed the connection)
856 [11:35:01] *** Quits: ephemer0l_ (~ephemer0l@replaced-ip ) (Ping timeout: 264 seconds)
857 [11:35:16] *** Joins: keropok (~keropok@replaced-ip )
858 [11:35:39] *** Quits: AvatarA (~avatara@replaced-ip ) (Quit: Leaving)
859 [11:35:49] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 265 seconds)
860 [11:35:49] *** conta1 is now known as conta
861 [11:36:50] *** Quits: edlou (uid413273@replaced-ip ) (Quit: Connection closed for inactivity)
862 [11:38:10] <n_1-c_k> SimonB, try /
863 [11:38:23] <diogenes_> SimonB, what DE?
864 [11:38:28] <n_1-c_k> oops.. try 'setxkbmap' from
your .xinitrc or .xsession or whatever it is
865 [11:38:42] <SimonB> diogenes_: lxqt
866 [11:39:18] *** Quits: brutser (~bob@replaced-ip ) (Quit: WeeChat 2.3)
867 [11:39:34] <miskatonic> but how is lxqt started? With sddm?
868 [11:39:47] *** Joins: nf9c (~quassel@replaced-ip )
869 [11:39:58] <SimonB> miskatonic: with sddm, yup.
870 [11:40:20] <SimonB> n_1-c_k: I'll give that a try
thanks.
871 [11:40:49] <diogenes_> miskatonic, because that's
default for lxqt.
872 [11:41:06] *** Joins: Brigo (~Brigo@replaced-ip )
873 [11:42:46] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
874 [11:42:57] *** Quits: nf9c (~quassel@replaced-ip ) (Client Quit)
875 [11:43:42] *** Quits: lukaso666 (~lukaso666@replaced-ip ) (Quit: Leaving)
876 [11:46:03] *** Joins: Brigo (~Brigo@replaced-ip )
877 [11:47:33] *** Quits: Brigo (~Brigo@replaced-ip ) (Read error: Connection reset by peer)
878 [11:47:55] *** Joins: Brigo (~Brigo@replaced-ip )
879 [11:48:28] *** Joins: nf9c (~quassel@replaced-ip )
880 [11:48:44] *** Joins: horseshoecrab (~crab@replaced-ip )
881 [11:50:00] *** Quits: nf9c (~quassel@replaced-ip ) (Client Quit)
882 [11:51:07] *** Joins: lucad111 (~lucad111@replaced-ip )
883 [11:53:42] *** Quits: horseshoecrab (~crab@replaced-ip ) (Ping timeout: 265 seconds)
884 [11:53:49] *** Quits: timur_davletshin (~timur_dav@replaced-ip ) (Quit: Leaving)
885 [11:54:30] *** Quits: SimonB (~simonb@replaced-ip ) (Quit: rebooting)
886 [11:56:44] *** Joins: grobi1 (~rtng@replaced-ip )
887 [11:56:53] *** Joins: XsiSec (~xsisec@replaced-ip )
888 [11:57:00] *** Quits: asymptotically (~asymptoti@replaced-ip ) (Quit: Leaving)
889 [11:57:35] *** Joins: Darcidride (~Darcidrid@replaced-ip )
890 [11:57:38] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
891 [11:57:38] *** Quits: shtrb (~shtrb@replaced-ip ) (Ping timeout: 256 seconds)
892 [11:57:49] *** Quits: grobi (~rtng@replaced-ip ) (Read error: Connection reset by peer)
893 [11:58:22] *** Quits: pragomer (~sisko@replaced-ip ) (Quit: Konversation terminated!)
894 [11:58:40] *** Joins: horseshoecrab (~crab@replaced-ip )
895 [11:59:28] *** dftxbs3e_ is now known as dftxbs3e
896 [12:02:53] *** Joins: asymptotically (~asymptoti@replaced-ip )
897 [12:03:44] *** Joins: cnsvc_ (~cnsvc@replaced-ip )
898 [12:04:58] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
899 [12:05:10] *** Quits: ghost43 (~daer@replaced-ip ) (Remote host closed the connection)
900 [12:05:48] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Quit: k4nz)
901 [12:06:05] *** Joins: Brigo (~Brigo@replaced-ip )
902 [12:07:05] *** Joins: rewrited (~rewrited@replaced-ip )
903 [12:08:03] *** Quits: cnsvc_ (~cnsvc@replaced-ip ) (Ping timeout: 240 seconds)
904 [12:08:26] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
905 [12:09:02] *** debhelper sets mode: +l 1286
906 [12:09:39] *** Quits: leorat (~leorat@replaced-ip ) (Quit: Leaving)
907 [12:09:41] *** Joins: rotaticus (~rotaticus@replaced-ip )
908 [12:10:41] *** Joins: wowas (~wowas@replaced-ip )
909 [12:10:43] <wowas> Hello!
910 [12:10:48] <wowas> any idea why apt wont offer me the ceph
repo?
replaced-url
911 [12:11:05] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
912 [12:11:12] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
913 [12:12:22] *** Joins: dselect (~dselect@replaced-ip )
914 [12:13:58] *** Quits: tuxmania (~tuxmania@replaced-ip ) (Ping timeout: 246 seconds)
915 [12:17:01] *** Parts: hiya (hanuman@replaced-ip ) ("WeeChat 2.8")
916 [12:17:52] *** Joins: Brigo (~Brigo@replaced-ip )
917 [12:18:12] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
918 [12:18:30] *** Joins: polymorphisme (~Thunderbi@replaced-ip )
919 [12:18:37] <themill> wowas: that's not the right package
name
920 [12:19:28] *** Parts: Anonym0us (~razor@replaced-ip ) ("Leaving")
921 [12:20:01] *** Joins: Brigo (~Brigo@replaced-ip )
922 [12:20:53] <wowas> themill, oh right
923 [12:21:42] *** Quits: R0b0t1` (~sid@replaced-ip ) (Ping timeout: 272 seconds)
924 [12:21:44] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
925 [12:22:25] <wowas> themill, can i show which packages a repo
provides?
926 [12:22:46] <themill> their documentation should do so. You
can have a look at the Packages file that apt has downloaded
927 [12:24:49] *** Quits: HelloShitty (~narayan@replaced-ip ) (Ping timeout: 264 seconds)
928 [12:24:59] *** Quits: keropok (~keropok@replaced-ip ) (Quit: iftar)
929 [12:25:07] *** Quits: raver (f98f5ce56e@replaced-ip ) (Ping timeout: 260 seconds)
930 [12:25:31] *** Quits: idhugo (~idhugo@replaced-ip ) (Ping timeout: 246 seconds)
931 [12:26:00] *** Joins: predator6558 (~Dasun@replaced-ip )
932 [12:26:09] <wowas> themill,
replaced-url
933 [12:26:52] <themill> is that what is listed in the Packages
file?
934 [12:27:00] *** Joins: JohnML (~john1@replaced-ip )
935 [12:29:08] *** Joins: rsx (~rsx@replaced-ip )
936 [12:32:07] *** Quits: vassen (~vassen@replaced-ip ) (Ping timeout: 260 seconds)
937 [12:33:00] <wowas> hm. no :)
938 [12:33:05] *** Joins: cnsvc_ (~cnsvc@replaced-ip )
939 [12:35:15] *** Joins: Brigo (~Brigo@replaced-ip )
940 [12:36:14] *** Quits: boblee (~boblee@replaced-ip ) (Remote host closed the connection)
941 [12:36:34] *** Joins: boblee (~boblee@replaced-ip )
942 [12:37:29] *** Quits: rotaticus (~rotaticus@replaced-ip ) (Quit: WeeChat 2.3)
943 [12:38:43] *** Quits: cnsvc_ (~cnsvc@replaced-ip ) (Ping timeout: 240 seconds)
944 [12:39:03] *** Joins: DeaDSouL (~DeaDSouL@replaced-ip )
945 [12:40:04] *** Joins: Brigo_ (~Brigo@replaced-ip )
946 [12:40:22] *** Quits: Brigo (~Brigo@replaced-ip ) (Read error: Connection reset by peer)
947 [12:41:19] *** Quits: predator6558 (~Dasun@replaced-ip ) (Quit: Leaving)
948 [12:41:43] *** Joins: predator6558 (~Dasun@replaced-ip )
949 [12:43:05] *** Quits: predator6558 (~Dasun@replaced-ip ) (Client Quit)
950 [12:46:11] *** Joins: zeitsofa (~zeitsofa@replaced-ip )
951 [12:47:26] *** Quits: icecream (~icecream@replaced-ip ) (Remote host closed the connection)
952 [12:48:37] *** Joins: icecream (~icecream@replaced-ip )
953 [12:49:17] *** Joins: HelloShitty (~narayan@replaced-ip )
954 [12:52:27] *** Quits: icecream (~icecream@replaced-ip ) (Remote host closed the connection)
955 [12:52:37] *** Joins: idhugo (~idhugo@replaced-ip )
956 [12:52:37] *** Quits: Brigo_ (~Brigo@replaced-ip ) (Remote host closed the connection)
957 [12:53:45] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
958 [12:54:36] *** Quits: towo^work (~towo@replaced-ip ) (Ping timeout: 265 seconds)
959 [12:54:54] *** Joins: rodepanda (~rodepanda@replaced-ip )
960 [12:56:07] *** Joins: Brigo (~Brigo@replaced-ip )
961 [12:56:15] *** Joins: dvs (~hibbard@replaced-ip )
962 [12:56:42] *** Joins: icecream (~icecream@replaced-ip )
963 [12:57:26] *** Quits: icecream (~icecream@replaced-ip ) (Remote host closed the connection)
964 [12:57:36] <rodepanda> I've gotten an abuse message from
my host that my server is providing a netscan. It's sending
packets to all ip's in the 172.16.0.0/12 block and adding a
rule to the iptables did not seem to help. How can I track down
which process is sending the requests?
965 [12:58:04] *** Joins: noboruma (~noboruma@replaced-ip )
966 [12:58:37] *** Joins: icecream (~icecream@replaced-ip )
967 [13:00:52] *** Joins: jrgill (~jrgill@replaced-ip )
968 [13:02:32] *** Quits: rewrited (~rewrited@replaced-ip ) (Remote host closed the connection)
969 [13:02:59] *** Joins: MICROburst (~MICROburs@replaced-ip )
970 [13:04:04] <MICROburst> How can I disable swap in buster
preseed? 'd-i partman-basicfilesystems/no_swap boolean
false' doesn't seem to have an effect.
971 [13:04:56] *** Joins: R0b0t1` (~sid@replaced-ip )
972 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
973 [13:05:17] *** Joins: dpkg (~dpkg@replaced-ip )
974 [13:05:22] *** Joins: rewrited (~rewrited@replaced-ip )
975 [13:05:31] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
976 [13:07:04] *** Joins: towo^work (~towo@replaced-ip )
977 [13:07:09] *** Joins: Brigo (~Brigo@replaced-ip )
978 [13:07:26] *** Quits: icecream (~icecream@replaced-ip ) (Remote host closed the connection)
979 [13:09:42] *** Joins: icecream (~icecream@replaced-ip )
980 [13:09:53] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Quit: WeeChat 2.8)
981 [13:12:13] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 264 seconds)
982 [13:12:15] *** Quits: |san| (Sony@replaced-ip##) (Quit: ZNC 1.7.2 - ##replaced-url
983 [13:12:26] *** Quits: icecream (~icecream@replaced-ip ) (Remote host closed the connection)
984 [13:12:41] *** Joins: diogenes_ (~diogenes_@replaced-ip )
985 [13:14:08] *** Joins: |san| (Sony@replaced-ip )
986 [13:14:11] *** Quits: rewrited (~rewrited@replaced-ip ) (Quit: Leaving)
987 [13:14:39] *** Joins: icecream (~icecream@replaced-ip )
988 [13:14:43] *** Quits: psilonux (~psilonux@replaced-ip ) (Ping timeout: 240 seconds)
989 [13:14:59] *** Quits: MICROburst (~MICROburs@replaced-ip ) (Read error: Connection reset by peer)
990 [13:15:25] *** Joins: barteks2x_ (~barteks2x@replaced-ip )
991 [13:16:37] *** Joins: hudo (~hhudo_@replaced-ip )
992 [13:16:41] *** Quits: winy (~vince@replaced-ip ) (Quit: Leaving.)
993 [13:18:04] *** Quits: barteks2x (~barteks2x@replaced-ip ) (Ping timeout: 272 seconds)
994 [13:18:58] *** Joins: Meteorhead (Meteorhead@replaced-ip )
995 [13:21:14] *** Quits: wowas (~wowas@replaced-ip ) (Ping timeout: 272 seconds)
996 [13:21:51] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
997 [13:22:27] *** Joins: greatgatsby (~greatgats@replaced-ip )
998 [13:23:23] *** Quits: grobi1 (~rtng@replaced-ip ) (Read error: Connection reset by peer)
999 [13:23:26] *** Joins: tuxmania (~tuxmania@replaced-ip )
1000 [13:23:32] *** Quits: oerheks (~OerHeks@replaced-ip ) (Quit: ... weeeeiiiiii)
1001 [13:24:59] *** Joins: rewrited (~rewrited@replaced-ip )
1002 [13:26:31] *** Joins: oerheks (~OerHeks@replaced-ip )
1003 [13:27:26] *** Quits: icecream (~icecream@replaced-ip ) (Remote host closed the connection)
1004 [13:28:11] *** Quits: rephlexie (~rephlexie@replaced-ip ) (Quit: Leaving)
1005 [13:28:37] *** Joins: icecream (~icecream@replaced-ip )
1006 [13:29:06] *** Quits: rewrited (~rewrited@replaced-ip ) (Client Quit)
1007 [13:29:24] *** Joins: rewrited (~rewrited@replaced-ip )
1008 [13:30:02] *** Joins: itamarst (uid165457@replaced-ip )
1009 [13:30:39] *** Joins: dreamon (~dreamon@replaced-ip )
1010 [13:30:54] *** Quits: Typhon (~Typhon@replaced-ip ) (Ping timeout: 258 seconds)
1011 [13:31:32] *** Joins: wowas (~wowas@replaced-ip )
1012 [13:33:58] *** Joins: ephemer0l_ (~ephemer0l@replaced-ip )
1013 [13:36:47] *** Joins: Typhon (~Typhon@replaced-ip )
1014 [13:39:06] *** Quits: rewrited (~rewrited@replaced-ip ) (Quit: :D)
1015 [13:41:52] *** Joins: rewrited (~rewrited@replaced-ip )
1016 [13:42:08] *** Quits: DEB-alain (~DEB-alain@replaced-ip ) (Quit: Leaving)
1017 [13:42:27] *** Quits: kreyren (~kreyren@replaced-ip ) (Remote host closed the connection)
1018 [13:44:42] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1019 [13:45:51] *** Joins: JohnML (~john1@replaced-ip )
1020 [13:47:08] *** Quits: Grldfrdom (uid391113@replaced-ip ) (Quit: Connection closed for inactivity)
1021 [13:47:53] *** Joins: Newami (~Newami@replaced-ip )
1022 [13:48:19] *** Quits: Newami (~Newami@replaced-ip ) (Remote host closed the connection)
1023 [13:48:27] *** Quits: c0pt (~c0pt@replaced-ip##) (Quit: ZNC - ##replaced-url
1024 [13:50:54] *** Joins: c0pt (~c0pt@replaced-ip )
1025 [13:55:36] *** Joins: conta (~Thunderbi@replaced-ip )
1026 [13:58:06] *** Joins: sz0 (uid110435@replaced-ip )
1027 [13:58:56] *** Joins: seaef (~seaef@replaced-ip )
1028 [14:03:52] *** Quits: jinmiaoluo (~jinmiaolu@replaced-ip ) (Remote host closed the connection)
1029 [14:04:59] <oxek> When I press the shortcut to start
Application Finder (Alt F3), it starts twice. Anyone know why that
could be?
1030 [14:05:03] *** Joins: jinmiaoluo (~jinmiaolu@replaced-ip )
1031 [14:06:19] *** Quits: towo^work (~towo@replaced-ip ) (Quit: Leaving)
1032 [14:06:37] <miskatonic> what is application finder? a
specific desktop environmental thing?
1033 [14:08:33] *** Joins: debuggerboy (~debuggerb@replaced-ip )
1034 [14:08:55] <Haohmaru> it's ALT+F2 on my DE
1035 [14:09:26] <Haohmaru> miskatonic something similar to
crapdows's Start->Run / winkey+R
1036 [14:09:44] <Logg> it's Alt F3 to launch the xfce
application launcher in xfce
1037 [14:09:47] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Remote host closed the connection)
1038 [14:10:04] *** Quits: jinmiaoluo (~jinmiaolu@replaced-ip ) (Remote host closed the connection)
1039 [14:10:13] <Logg> if it's launching twice maybe just go
into xfce keyboard shortcuts settings & say "please do not
launch twice"
1040 [14:10:18] *** Quits: Brigo (~Brigo@replaced-ip ) (Quit: Byes)
1041 [14:10:27] <Logg> out loud
1042 [14:10:27] *** Joins: MICROburst (~MICROburs@replaced-ip )
1043 [14:10:40] <MICROburst> How can I disable swap in buster
preseed? 'd-i partman-basicfilesystems/no_swap boolean
false' doesn't seem to have an effect.
1044 [14:10:57] *** Joins: jinmiaoluo (~jinmiaolu@replaced-ip )
1045 [14:11:30] <Logg> idk just say "swapoff"
1046 [14:11:44] <ksk> MICROburst: No Idea, but from logic:
"no swap" false -> yes swap please
1047 [14:11:58] <ksk> Did you try setting it to true? ;)
1048 [14:13:04] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 258 seconds)
1049 [14:14:25] <MICROburst> ksk: tried false as well as true. No
effect.
1050 [14:16:01] *** Joins: Jerrynicki (~niklas@replaced-ip )
1051 [14:16:16] *** Joins: keropok (~keropok@replaced-ip )
1052 [14:16:33] *** Quits: ckur13 (~ckur13@replaced-ip ) (Remote host closed the connection)
1053 [14:16:37] *** Quits: b30wulf (uid175355@replaced-ip ) (Quit: Connection closed for inactivity)
1054 [14:16:49] *** Quits: jinmiaoluo (~jinmiaolu@replaced-ip ) (Ping timeout: 246 seconds)
1055 [14:17:07] *** Quits: fightthewalrus (~maomkosdj@replaced-ip ) (Ping timeout: 260 seconds)
1056 [14:17:45] *** Joins: winy (~vince@replaced-ip )
1057 [14:18:53] *** Joins: fightthewalrus (maomkosdj@replaced-ip )
1058 [14:19:02] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Remote host closed the connection)
1059 [14:19:21] *** Joins: jinmiaoluo (~jinmiaolu@replaced-ip )
1060 [14:20:11] *** Joins: Jerrynicki (~niklas@replaced-ip )
1061 [14:21:52] *** Joins: bigjazzsound
(~craig.fie@75-60-207-113.lightspeed.tukrga.sbcglobal.net)
1062 [14:21:56] *** Quits: Kiwis (5a354952@replaced-ip ) (Quit: Connection closed)
1063 [14:21:59] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Remote host closed the connection)
1064 [14:22:41] *** Joins: AimHere (~David@replaced-ip )
1065 [14:22:48] *** Joins: three (~three3@replaced-ip )
1066 [14:23:12] *** Joins: Jerrynicki (~niklas@replaced-ip )
1067 [14:23:24] *** Quits: keropok (~keropok@replaced-ip ) (Remote host closed the connection)
1068 [14:24:06] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Remote host closed the connection)
1069 [14:25:08] *** Joins: Jerrynicki (~niklas@replaced-ip )
1070 [14:26:21] *** Joins: flayer (~a_flayer@replaced-ip )
1071 [14:27:06] *** Quits: barteks2x_ (~barteks2x@replaced-ip ) (Ping timeout: 272 seconds)
1072 [14:27:43] *** Joins: barteks2x (~barteks2x@replaced-ip )
1073 [14:28:14] *** Quits: soulz (~soulz@replaced-ip ) (Quit: leaving)
1074 [14:31:10] *** Quits: polyphem (~p0lyph3m@replaced-ip ) (Ping timeout: 246 seconds)
1075 [14:31:13] *** Joins: gelignite (~gelignite@replaced-ip )
1076 [14:31:46] *** Quits: Deano59 (~Deano59@replaced-ip ) (Ping timeout: 256 seconds)
1077 [14:33:14] *** Joins: wymillerlinux (~wymillerl@replaced-ip )
1078 [14:35:13] *** Joins: polyphem (~p0lyph3m@replaced-ip )
1079 [14:35:16] *** Joins: Lord_of_Life_ (~Lord@replaced-ip )
1080 [14:36:22] *** Quits: cupcake90 (~cupcake90@replaced-ip ) (Remote host closed the connection)
1081 [14:36:36] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 272 seconds)
1082 [14:36:37] *** Lord_of_Life_ is now known as Lord_of_Life
1083 [14:37:28] *** Joins: DEB-alain (~DEB-alain@replaced-ip )
1084 [14:37:43] *** Quits: astrofog (~astrofog@replaced-ip ) (Quit: Quite)
1085 [14:38:10] *** Quits: rewrited (~rewrited@replaced-ip ) (Remote host closed the connection)
1086 [14:38:33] *** Joins: rewrited (~rewrited@replaced-ip )
1087 [14:39:05] *** Quits: Bjornn (~Bjornn@replaced-ip ) (Quit: Leaving)
1088 [14:42:48] *** Joins: kzimmermann (asdoid_d@replaced-ip )
1089 [14:43:40] *** Joins: grobi (~rtng@replaced-ip )
1090 [14:45:06] *** Joins: fission6 (~textual@replaced-ip )
1091 [14:47:00] *** Quits: greenbagels (~gb@replaced-ip ) (Ping timeout: 256 seconds)
1092 [14:47:52] *** Joins: Makerblaker (~Makerblak@replaced-ip )
1093 [14:48:35] *** Joins: Bjornn (~Bjornn@replaced-ip )
1094 [14:49:01] *** debhelper sets mode: +l 1294
1095 [14:49:30] *** Parts: Greatercow (~Greaterco@replaced-ip ) ("Leaving")
1096 [14:53:04] *** Joins: r3m1 (~r3m1@replaced-ip )
1097 [14:53:07] <r3m1> hello
1098 [14:53:33] *** Parts: wowas (~wowas@replaced-ip ) ("Leaving")
1099 [14:53:37] *** Quits: lel (lel@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
1100 [14:53:44] <r3m1> any doc on how to set up an ssh tunnel at
startup using autossh ?
1101 [14:54:15] *** Joins: captSamIngram (~Thunderbi@replaced-ip )
1102 [14:54:27] *** Quits: Ycarus (~Ycarus@replaced-ip ) (Remote host closed the connection)
1103 [14:54:28] *** Joins: b1ack0p (~m@replaced-ip )
1104 [14:56:00] <three> try the arch wiki. looks like theres a
part of the openssh page about running autossh at boot using systemd
1105 [14:56:34] *** Joins: lel (lel@replaced-ip )
1106 [14:57:49] *** Joins: nksegos (~Thunderbi@replaced-ip )
1107 [14:58:11] *** Joins: enoq (~enoq@replaced-ip )
1108 [14:59:37] *** Joins: soulz (~soulz@replaced-ip )
1109 [15:00:04] *** Joins: rgr (~user@replaced-ip )
1110 [15:00:39] <b1ack0p> howdy
1111 [15:00:56] *** Joins: Ycarus (~Ycarus@replaced-ip )
1112 [15:02:10] *** Quits: steven_saus (~steven_sa@replaced-ip ) (Quit: WeeChat 2.8)
1113 [15:02:16] *** Joins: sixtysix (~sixtysix@replaced-ip )
1114 [15:02:53] *** Joins: steven_saus (~steven_sa@replaced-ip )
1115 [15:04:16] *** Joins: Deano59 (~Deano59@replaced-ip )
1116 [15:04:50] *** Quits: grobi (~rtng@replaced-ip ) (Read error: Connection reset by peer)
1117 [15:05:03] *** Joins: grobi (~rtng@replaced-ip )
1118 [15:06:15] *** Quits: miskatonic (~miskatoni@replaced-ip ) (Quit: miskatonic)
1119 [15:06:17] *** Joins: debsan (~debsan@replaced-ip )
1120 [15:06:20] *** Quits: b1ack0p (~m@replaced-ip ) (Quit: leaving)
1121 [15:06:27] *** Quits: dethos (~dethos@replaced-ip ) (Ping timeout: 260 seconds)
1122 [15:06:33] *** Joins: b1ackandwh1te (~b1ackandw@replaced-ip )
1123 [15:06:44] *** Quits: gh00p (~Thunderbi@replaced-ip ) (Ping timeout: 258 seconds)
1124 [15:09:04] *** Joins: jackedin (~jackedin@replaced-ip )
1125 [15:09:32] *** Joins: timur_davletshin (~timur_dav@replaced-ip )
1126 [15:10:15] *** Quits: CTF (~ctf@replaced-ip ) (Quit: CTF)
1127 [15:10:47] *** Quits: nathanhi (~nathanhi@replaced-ip ) (Ping timeout: 246 seconds)
1128 [15:10:47] *** Quits: tempora (~tempus@replaced-ip ) (Ping timeout: 246 seconds)
1129 [15:10:55] *** Joins: nathanhi- (~nathanhi@replaced-ip )
1130 [15:11:27] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 272 seconds)
1131 [15:11:58] *** Quits: grobi (~rtng@replaced-ip ) (Read error: Connection reset by peer)
1132 [15:12:04] *** Joins: CTF (~ctf@replaced-ip )
1133 [15:13:55] *** Joins: greenbagels (~gb@replaced-ip )
1134 [15:14:00] *** Joins: b30wulf (uid175355@replaced-ip )
1135 [15:15:43] *** Joins: Kruppt (~Kruppt@replaced-ip )
1136 [15:17:16] *** Quits: seaef (~seaef@replaced-ip ) (Quit: ZZZzzz…)
1137 [15:17:32] *** Joins: Freneticks (~Frenetick@replaced-ip )
1138 [15:17:55] <Freneticks> Is there a way to create many
partition in the cli debian installer (manual) ?
1139 [15:18:22] <Freneticks> It seems i can only select free space
and attribute a filesystem but not divide the space in many
partition like adding a swap
1140 [15:19:01] *** debhelper sets mode: +l 1301
1141 [15:19:18] *** Quits: tds8 (~tds@replaced-ip ) (Ping timeout: 244 seconds)
1142 [15:20:02] <dvs> Freneticks, I'm sure you can set the
size of each new partition.
1143 [15:20:20] <ksk> Freneticks: you can choose the other virtual
consoles (ctrl F1?) and do as you like. The installer should however
give you the power to create partitions and to define swapspace
1144 [15:20:35] *** Quits: eliotome3000 (~eliotime@replaced-ip ) (Remote host closed the connection)
1145 [15:21:03] <ksk> granted, its a little tricky to understand
what to do (talking about the expert cli installer, though I would
assume others might also have that options..)
1146 [15:21:26] *** Quits: rgr (~user@replaced-ip ) (Quit: bye)
1147 [15:21:31] <Johann> Freneticks: if you limit the size of the
partition you crreate, you'll be albe to create new ones after
that. If you select the whole free space, obviously, you can't
do much then.
1148 [15:21:35] *** Joins: forgotmynick (uid24625@replaced-ip )
1149 [15:21:41] <Johann> See the doc
replaced-url
1150 [15:21:44] <Freneticks> Johann: there is not such thing as
limit
1151 [15:21:55] <Johann> Freneticks: a size
1152 [15:22:43] *** Joins: tds (~tds@replaced-ip )
1153 [15:23:14] *** Joins: ecbrown (~user@replaced-ip )
1154 [15:24:11] <Freneticks>
replaced-url
1155 [15:24:29] *** Joins: hbautista (~hbautista@replaced-ip )
1156 [15:24:41] <Freneticks> maybe i'm dumb but i don't
find it, would be easier with fdisk ><
1157 [15:25:19] *** Joins: keebler (~keebler@replaced-ip )
1158 [15:25:37] <dvs> Freneticks, you editing an already existing
partition.
1159 [15:25:38] *** Joins: seaef (~seaef@replaced-ip )
1160 [15:26:51] <Freneticks> dvs: so how do erase or change, i can
only select the partition there is no other key or menu
1161 [15:27:17] <dvs> ESC?
1162 [15:27:50] <dvs> Go Back
1163 [15:28:22] <Freneticks> of course but when i go back the only
choice i have is to select the partition
1164 [15:29:54] *** Quits: lel (lel@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
1165 [15:29:58] *** Joins: waflessnet (~panchito@replaced-ip )
1166 [15:30:13] *** Joins: towo` (~towo@replaced-ip )
1167 [15:30:37] <keebler> Transitioned a hard drive from a Dell
Precision 7510 (i7-6820/Quadro M2000), to an MSI Stealth GS63
(i7-8750/RTX2080), and obviously does not boot into X due to nvidia
drivers. Disabled it in Xorg.conf, made sure Intel was set to
appropriate PCI device, and xinit still fails, "no screens
available". BIOS does not allow disabling of dGPU. X -configure
fails saying number of Screens do not match....
1168 [15:30:51] <keebler> Running Stretch
1169 [15:32:00] <keebler> Haven't had Xorg issues like these
in years.
1170 [15:32:40] <keebler> Ironically, the same drive will be
transitioning back into an i7-6820/Quadro M2000 system this weekend
(Thinkpad P50)
1171 [15:33:00] *** Joins: lel (lel@replaced-ip )
1172 [15:33:02] <keebler> I also purged Xorg and reinstalled
1173 [15:33:08] *** Quits: nicolaf (~nicolaf@replaced-ip ) (Quit: nicolaf)
1174 [15:33:10] <keebler> Using FluxboxWM
1175 [15:33:14] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
1176 [15:33:17] *** Joins: nicolaf (~nicolaf@replaced-ip )
1177 [15:33:35] *** w0lla0n is now known as n0a110w
1178 [15:33:59] *** n0a110w is now known as a0n110j
1179 [15:34:26] *** a0n110j is now known as n0a110w
1180 [15:34:36] *** Joins: altker128 (~vr@replaced-ip )
1181 [15:34:43] *** Quits: nicolaf (~nicolaf@replaced-ip ) (Remote host closed the connection)
1182 [15:34:54] <altker128> Hey guys. Anyone here run Debian in a
chroot environment on their Android device? I mean chroot and not
proot
1183 [15:36:37] *** Joins: nicolaf (~nicolaf@replaced-ip )
1184 [15:38:03] *** Joins: Maxt3r (~max@replaced-ip )
1185 [15:38:05] *** Joins: CrystalMath (~coderain@replaced-ip )
1186 [15:38:11] *** Quits: nicolaf (~nicolaf@replaced-ip ) (Remote host closed the connection)
1187 [15:38:22] *** Joins: nicolaf (~nicolaf@replaced-ip )
1188 [15:39:01] *** debhelper sets mode: +l 1308
1189 [15:39:16] *** Joins: sandeepkr (~sandeepkr@replaced-ip )
1190 [15:39:18] *** Quits: seaef (~seaef@replaced-ip ) (Quit: ZZZzzz…)
1191 [15:39:54] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1192 [15:40:35] *** Joins: HyP3r (~HyP3r@replaced-ip )
1193 [15:40:50] *** Quits: jinmiaoluo (~jinmiaolu@replaced-ip ) (Ping timeout: 256 seconds)
1194 [15:41:16] <HyP3r> Short Question about Display Manager and
UI-Frameworks. As far I understood I can (by default) choose between
lightdm and gdm3 on Debian 10/Buster right? And BOTH can then launch
e.g. GNOME or XFCE right?
1195 [15:41:26] *** Quits: b1ackandwh1te (~b1ackandw@replaced-ip ) (Ping timeout: 260 seconds)
1196 [15:41:28] *** Joins: eliotome3000 (~eliotime@replaced-ip )
1197 [15:43:09] *** Quits: nicolaf (~nicolaf@replaced-ip ) (Ping timeout: 258 seconds)
1198 [15:45:19] *** Quits: three (~three3@replaced-ip ) (Ping timeout: 260 seconds)
1199 [15:45:40] *** Joins: ob-sed (~obesd@replaced-ip )
1200 [15:46:17] *** Quits: jmd (~user@replaced-ip ) (Remote host closed the connection)
1201 [15:46:56] *** Joins: mdube (~mdube___@replaced-ip )
1202 [15:49:31] *** Quits: nickodd (~nickodd@replaced-ip ) (Remote host closed the connection)
1203 [15:50:01] *** Joins: nickodd (~nickodd@replaced-ip )
1204 [15:50:49] *** Quits: Ycarus (~Ycarus@replaced-ip ) (Ping timeout: 244 seconds)
1205 [15:51:45] *** Quits: Deano59 (~Deano59@replaced-ip ) (Quit: I haz lost connection to teh Interwebz! Oh noes...)
1206 [15:53:34] *** Quits: Maxt3r (~max@replaced-ip ) (Ping timeout: 260 seconds)
1207 [15:54:13] *** Quits: ob-sed (~obesd@replaced-ip ) (Ping timeout: 264 seconds)
1208 [15:54:19] *** Joins: Deano59 (~Deano59@replaced-ip )
1209 [15:56:54] *** Joins: conta (~Thunderbi@replaced-ip )
1210 [15:58:45] *** Quits: Meteorhead (Meteorhead@replaced-ip ) (Read error: Connection reset by peer)
1211 [15:59:13] *** Quits: hudo (~hhudo_@replaced-ip ) (Quit: Leaving)
1212 [16:00:24] *** Quits: JustASlacker (~JustASlac@replaced-ip ) (Ping timeout: 258 seconds)
1213 [16:01:29] *** Joins: three (~three3@replaced-ip )
1214 [16:02:10] <karlpinc> HyP3r: Should be. I've not tried
it.
1215 [16:02:39] *** Joins: thiras (~thiras@replaced-ip )
1216 [16:02:53] *** Quits: wymillerlinux (~wymillerl@replaced-ip ) (Ping timeout: 246 seconds)
1217 [16:06:44] <HyP3r> karlpinc: I only wanted to talk about the
naming... don't know if this is correct
1218 [16:07:24] <HyP3r> The next thing the login ui (where I can
enter username/password) is that from lightdm, gdm3 or is that from
xfce, gnome, ...?
1219 [16:08:07] *** Joins: ob-sed (~obesd@replaced-ip )
1220 [16:08:37] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 264 seconds)
1221 [16:09:02] *** debhelper sets mode: +l 1302
1222 [16:09:58] *** Quits: Ark74 (~Ark74@replaced-ip ) (Remote host closed the connection)
1223 [16:10:41] *** Joins: Ycarus (~Ycarus@replaced-ip )
1224 [16:12:04] *** Quits: amphiprions (~amphiprio@replaced-ip ) (Ping timeout: 256 seconds)
1225 [16:12:47] *** Joins: b1ack0p (~M@replaced-ip )
1226 [16:14:07] *** Quits: Lupricon (~Lupricon@replaced-ip ) (Ping timeout: 260 seconds)
1227 [16:14:34] *** Joins: Lupricon (~Lupricon@replaced-ip )
1228 [16:14:45] *** Joins: amphiprions (~amphiprio@replaced-ip )
1229 [16:15:17] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Ping timeout: 260 seconds)
1230 [16:16:40] *** Quits: allorder (~allorder@replaced-ip ) (Quit: allorder)
1231 [16:16:48] *** Joins: jla20 (~JLA@replaced-ip )
1232 [16:19:23] *** Quits: Lupricon (~Lupricon@replaced-ip ) (Remote host closed the connection)
1233 [16:21:14] *** Joins: Lupricon (~Lupricon@replaced-ip )
1234 [16:21:33] *** Joins: b1ackandwh1te (~b1ackandw@replaced-ip )
1235 [16:21:49] *** Quits: Deano59 (~Deano59@replaced-ip ) (Ping timeout: 264 seconds)
1236 [16:21:59] *** Joins: JustASlacker (~JustASlac@replaced-ip )
1237 [16:24:19] *** Joins: allorder (~allorder@replaced-ip )
1238 [16:27:08] *** Joins: conta (~Thunderbi@replaced-ip )
1239 [16:27:18] *** Quits: Lupricon (~Lupricon@replaced-ip ) (Ping timeout: 256 seconds)
1240 [16:27:35] *** Quits: conta (~Thunderbi@replaced-ip ) (Client Quit)
1241 [16:28:03] *** Joins: Brigo (~Brigo@replaced-ip )
1242 [16:28:34] *** Joins: seaef (~seaef@replaced-ip )
1243 [16:28:56] *** Joins: conta (~Thunderbi@replaced-ip )
1244 [16:28:57] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
1245 [16:30:48] *** Joins: Brigo (~Brigo@replaced-ip )
1246 [16:31:23] *** Joins: Lupricon (~Lupricon@replaced-ip )
1247 [16:32:58] *** Joins: wymillerlinux (~wymillerl@replaced-ip )
1248 [16:33:29] *** Joins: baloona (~baloona@replaced-ip )
1249 [16:34:40] *** Quits: b1ackandwh1te (~b1ackandw@replaced-ip ) (Ping timeout: 256 seconds)
1250 [16:35:05] *** Joins: halvors1 (Thunderbir@replaced-ip )
1251 [16:35:52] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
1252 [16:35:53] *** Quits: oiaohm (~oiaohm@replaced-ip ) (Read error: Connection reset by peer)
1253 [16:36:17] *** Joins: oiaohm (~oiaohm@replaced-ip )
1254 [16:36:26] *** Quits: halvors (~Thunderbi@replaced-ip ) (Ping timeout: 258 seconds)
1255 [16:36:27] *** halvors1 is now known as halvors
1256 [16:38:23] *** Quits: oxek (qjvl@replaced-ip ) (Quit: oxek)
1257 [16:38:43] *** Joins: CyberHacker (~CyberHack@replaced-ip )
1258 [16:39:50] *** Quits: CyberHacker (~CyberHack@replaced-ip ) (Remote host closed the connection)
1259 [16:40:34] *** Joins: bthomas (~user@replaced-ip )
1260 [16:41:41] *** Joins: jthomas (~joseph_th@replaced-ip )
1261 [16:43:25] *** Quits: ob-sed (~obesd@replaced-ip ) (Ping timeout: 264 seconds)
1262 [16:43:34] *** Joins: Brigo (~Brigo@replaced-ip )
1263 [16:44:28] *** Joins: lisco (~lisco@replaced-ip )
1264 [16:45:17] *** Joins: TomyWork (~TomyLobo@replaced-ip )
1265 [16:47:11] *** Quits: TomyWork (~TomyLobo@replaced-ip ) (Remote host closed the connection)
1266 [16:49:02] *** debhelper sets mode: +l 1309
1267 [16:53:47] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1268 [16:54:02] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
1269 [16:56:28] *** Gerula_ is now known as Gerula
1270 [16:57:50] *** Joins: Ericounet (~Eric@replaced-ip )
1271 [16:57:59] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
1272 [16:58:02] *** Joins: oxek (qjvl@replaced-ip )
1273 [16:58:14] <oxek> when I need to backport something, should I
backport it from testing or sid?
1274 [16:58:48] <ksk> !ssb
1275 [16:58:48] <dpkg> First, check for a backport on
<debian-backports>. If unavailable: 1) Add a deb-src line for
sid (not a deb line!); ask me about <deb-src sid> 2) enable
debian-backports (see <bdo>) 3) apt update; apt install
build-essential; apt build-dep packagename 4) apt -b source
packagename 5) dpkg -i packagename-ver.deb To change compilation
options, see <package recompile>; for versions newer than sid
see <uupdate>.
1276 [16:59:27] <ksk> oxek: ^
1277 [16:59:38] *** Quits: thiras (~thiras@replaced-ip ) (Read error: Connection reset by peer)
1278 [17:00:34] *** Joins: b1ackandwh1te (~b1ackandw@replaced-ip )
1279 [17:00:44] <oxek> ok I guess sid it is then
1280 [17:00:56] <oxek> is there any specific reason for sid
instead of testing?
1281 [17:00:57] *** Quits: schizo (~schizo@replaced-ip ) (Ping timeout: 252 seconds)
1282 [17:01:12] *** Joins: thiras (~thiras@replaced-ip )
1283 [17:01:18] *** Joins: dutchfish (52a1cbdd@replaced-ip )
1284 [17:02:06] <Fox> testing is more broken than sid :)
1285 [17:02:45] *** Quits: ctrlbreak_MAD (~ctrlbreak@replaced-ip ) (Remote host closed the connection)
1286 [17:02:47] <somiaj> oxek: choice is yours. Debian backports
from testing, to ensure the package has passed standard debian tests
to be subitle for a release, many users may find sid better.
1287 [17:02:55] <somiaj> Fox: in what sense? At least all packages
are installable in testing.
1288 [17:03:02] *** Quits: halvors (Thunderbir@replaced-ip ) (Ping timeout: 265 seconds)
1289 [17:03:08] *** Joins: halvors1 (~Thunderbi@replaced-ip )
1290 [17:03:12] *** Joins: ctrlbreak_MAD (~ctrlbreak@replaced-ip )
1291 [17:03:30] <somiaj> I mean are all installable, sid
constantally has broken dependency loops
1292 [17:05:29] *** halvors1 is now known as halvors
1293 [17:06:38] *** Quits: b1ackandwh1te (~b1ackandw@replaced-ip ) (Ping timeout: 256 seconds)
1294 [17:08:36] *** Joins: tinei_ (~tinei@replaced-ip )
1295 [17:10:05] *** Joins: simplicius (~gidna@replaced-ip )
1296 [17:10:06] <simplicius> Hello
1297 [17:10:11] <simplicius> I need debug symbols for libX11.so.6
1298 [17:13:03] *** Joins: never_released_ (~excalibur@replaced-ip )
1299 [17:13:40] *** Quits: never_released (~excalibur@replaced-ip ) (Ping timeout: 265 seconds)
1300 [17:14:35] *** Quits: tinei_ (~tinei@replaced-ip ) (Ping timeout: 272 seconds)
1301 [17:17:32] <Fox> somiaj: it's name tells what it is for,
testing, nothing more or less
1302 [17:17:40] *** Joins: never_released (~excalibur@replaced-ip )
1303 [17:19:07] *** Quits: never_released_ (~excalibur@replaced-ip ) (Ping timeout: 260 seconds)
1304 [17:19:48] *** Joins: schizo (~schizo@replaced-ip )
1305 [17:21:27] *** Quits: rodepanda (~rodepanda@replaced-ip ) (Ping timeout: 260 seconds)
1306 [17:21:43] *** Joins: greycat (~greg@replaced-ip )
1307 [17:22:09] *** Quits: winy (~vince@replaced-ip ) (Quit: Leaving.)
1308 [17:22:49] *** Quits: Haohmaru (~Haohmaru@replaced-ip ) ()
1309 [17:24:29] *** Joins: gh00p (~Thunderbi@replaced-ip )
1310 [17:26:23] *** Quits: nyov (~nyov@replaced-ip ) (Quit: We've run out of licenses)
1311 [17:26:33] *** Joins: MichaelOF (~michael@replaced-ip )
1312 [17:27:49] *** Joins: tinei_ (~tinei@replaced-ip )
1313 [17:27:59] *** Quits: idhugo (~idhugo@replaced-ip ) (Ping timeout: 260 seconds)
1314 [17:29:24] *** Joins: nf9c (~quassel@replaced-ip )
1315 [17:29:56] *** Joins: b1ackandwh1te (~b1ackandw@replaced-ip )
1316 [17:30:09] *** Joins: lukaso666 (~lukaso666@replaced-ip )
1317 [17:30:32] *** Quits: r3m1 (~r3m1@replaced-ip ) (Ping timeout: 260 seconds)
1318 [17:30:44] *** Quits: forgotmynick (uid24625@replaced-ip ) (Quit: Connection closed for inactivity)
1319 [17:31:07] <oxek> Fox: as opposed to sid, which means
'unstable'? :)
1320 [17:32:29] <annadane> our old dpl chris lamb recommended
unstable over testing but one feels that's a matter of taste
1321 [17:32:42] <annadane> although he's half right
1322 [17:32:50] *** Joins: dvs (~hibbard@replaced-ip )
1323 [17:33:18] <greycat> Testing really shouldn't be
one's primary day-in, day-out desktop machine.
1324 [17:33:51] <annadane> i can imagine where you have to use
testing because you have a machine that won't be able to use
stable and stuff isn't backported yet
1325 [17:34:06] <greycat> (Am I revealing my age again, by not
being a laptopper?)
1326 [17:34:40] *** Quits: jackedin (~jackedin@replaced-ip ) (Quit: Leaving)
1327 [17:37:01] *** Quits: gerforce (~b0urne@replaced-ip ) (Ping timeout: 246 seconds)
1328 [17:37:07] *** Joins: shoobie (~shoobie@replaced-ip )
1329 [17:37:08] *** Joins: dowwie (~dowwie@replaced-ip )
1330 [17:37:20] <annadane> stable still of course remains highly
recommended over anything else
1331 [17:37:40] *** Parts: simplicius (~gidna@replaced-ip ) ("WeeChat 2.3")
1332 [17:37:44] *** Quits: martinus__ (~martin@replaced-ip ) (Ping timeout: 272 seconds)
1333 [17:37:55] *** Quits: tinei_ (~tinei@replaced-ip ) (Read error: Connection reset by peer)
1334 [17:38:57] *** Joins: hunpan (~hunpan@replaced-ip )
1335 [17:39:00] *** Quits: JustASlacker (~JustASlac@replaced-ip ) (Ping timeout: 272 seconds)
1336 [17:39:50] <oxek> So I have a weird problem in debian-stable:
1337 [17:40:07] <oxek> I installed fzf, and it is supposed to have
bash-completion support
1338 [17:40:20] <oxek> /usr/share/bash-completion/completions/fzf
indeed exists
1339 [17:40:22] *** Quits: fnaticrisk (~fnaticris@replaced-ip ) (Read error: Connection reset by peer)
1340 [17:40:25] *** Quits: tuxmania (~tuxmania@replaced-ip ) (Ping timeout: 264 seconds)
1341 [17:40:27] <oxek> but it is not getting sourced for some
reason
1342 [17:40:29] *** Joins: kzimmerm1nn (~asdoid_d@replaced-ip )
1343 [17:40:36] <oxek> I logged out and logged back in, and it
still does not work
1344 [17:40:47] <oxek> but when I source it manually it works
until I logout and login
1345 [17:40:51] <greycat> even after you start a new instance of
bash? and *other* commands have their programmable completion stuff
working?
1346 [17:40:54] *** Quits: bobey (~bobey@replaced-ip ) (Ping timeout: 260 seconds)
1347 [17:41:05] <oxek> I know I can source
/usr/share/bash-completion/completions/fzf from my ~/.bashrc, but it
feels like I should not have to do that
1348 [17:41:12] <oxek> other bash-completion works fine
1349 [17:41:20] <oxek> bash-completion package is installed
1350 [17:41:33] *** Quits: kzimmerm1nn (~asdoid_d@replaced-ip ) (Client Quit)
1351 [17:41:38] <oxek> and the segment in ~/.bashrc that covers
bash-completion is uncommented, by default
1352 [17:41:49] <greycat> and you started a new instance of bash
since installing the package?
1353 [17:41:54] <oxek> yes
1354 [17:42:09] <oxek> hence I am very confused by the behavior I
am seeing
1355 [17:42:25] *** Joins: isnice (~isnice@replaced-ip )
1356 [17:42:28] *** Joins: Darcidride (~Darcidrid@replaced-ip )
1357 [17:42:34] *** Joins: idhugo (~idhugo@replaced-ip )
1358 [17:42:54] *** Joins: grobi (~rtng@replaced-ip )
1359 [17:43:10] <oxek> any pointers on how to proceed would be
appreciated
1360 [17:43:16] *** Joins: bobey (~bobey@replaced-ip )
1361 [17:43:34] *** Quits: fightthewalrus (maomkosdj@replaced-ip ) (Ping timeout: 240 seconds)
1362 [17:43:50] *** Quits: barhom (~barhom@replaced-ip##) (Quit: ZNC - 1.7.0-nightly-20150224-27d78795 -
##replaced-url
1363 [17:44:01] *** Quits: kzimmermann (asdoid_d@replaced-ip ) (Ping timeout: 264 seconds)
1364 [17:44:55] *** Joins: platvoeten (~platvoete@replaced-ip )
1365 [17:45:12] <dvs> oxek, put something in /etc/profile.d or is
that for somethine else?
1366 [17:45:21] *** Quits: xSmurf (~MrSmurf@replaced-ip ) (Ping timeout: 272 seconds)
1367 [17:45:21] *** Quits: anonymip (~anonymip@replaced-ip ) (Ping timeout: 272 seconds)
1368 [17:45:23] <greycat> that is not a correct answer
1369 [17:45:39] *** Joins: fightthewalrus (~maomkosdj@replaced-ip )
1370 [17:45:40] <greycat> I tried searching for existing bug
reports on it, but stopped after one google search
1371 [17:46:03] *** Joins: r3m1 (~r3m1@replaced-ip )
1372 [17:46:07] <greycat> I do not use bash-completion, and I am
not going to tear it apart trying to figure out how it's
supposed to work and how it's failing in this single instance.
1373 [17:46:10] <alexandros_c> good day, I am using debian 10 an
update from liquorix and it keep retrying to install itself
everytime I install an application or update. How can I can I fix
this? Thanks
1374 [17:48:05] *** Joins: rustbuckett (~downtime@replaced-ip )
1375 [17:48:30] <oxek> greycat: thanks for trying to help anyway.
I'll be trying to make this work for the next hour or so, so if
anyone has any input I'll see it here
1376 [17:48:39] <b1ackandwh1te> man, shells completion is such a
bless. when i enter in /bin/sh i enter in despair, heh.
1377 [17:48:59] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.8)
1378 [17:49:07] *** Joins: grobi1 (~rtng@replaced-ip )
1379 [17:49:10] *** Joins: barhom (~barhom@replaced-ip )
1380 [17:49:25] *** Joins: earthundead (~earthunde@replaced-ip )
1381 [17:49:27] *** Quits: grobi1 (~rtng@replaced-ip ) (Read error: Connection reset by peer)
1382 [17:50:32] *** Quits: dutchfish (52a1cbdd@replaced-ip ) (Remote host closed the connection)
1383 [17:51:35] *** Joins: anonymip (~anonymip@replaced-ip )
1384 [17:51:39] *** Quits: Funkin-Stoopid (~xavier@replaced-ip ) (Quit: Konversation terminated!)
1385 [17:51:56] *** Joins: grobi (~rtng@replaced-ip )
1386 [17:52:11] *** Quits: XsiSec (~xsisec@replaced-ip ) (Remote host closed the connection)
1387 [17:54:07] *** Quits: platvoeten (~platvoete@replaced-ip ) (Remote host closed the connection)
1388 [17:55:16] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
1389 [17:55:54] *** Joins: xSmurf (~MrSmurf@replaced-ip )
1390 [17:56:40] *** Quits: MichaelOF (~michael@replaced-ip ) (Quit: Konversation terminated!)
1391 [17:56:47] *** Joins: ponychan (~ponychan@replaced-ip )
1392 [17:57:27] *** Parts: ponychan (~ponychan@replaced-ip ) ("Leaving")
1393 [17:57:46] *** Joins: Tobbi (~Tobbi@replaced-ip )
1394 [17:59:54] *** Quits: timur_davletshin (~timur_dav@replaced-ip ) (Quit: Leaving)
1395 [18:00:52] *** Quits: Ycarus (~Ycarus@replaced-ip ) (Remote host closed the connection)
1396 [18:02:29] *** Quits: idhugo (~idhugo@replaced-ip ) (Ping timeout: 265 seconds)
1397 [18:04:33] <oxek> looking at the difference between
replaced-url
1398 [18:05:03] <oxek> and the README.Debian in the newer version
suggests sourcing the completion files manually in .bashrc
1399 [18:05:20] <oxek> so it looks like it is another case of
broken package in stable, working package in testing
1400 [18:05:21] <somiaj> Fox: testing is more than that, testing
has its issues, but packages only transition into testing provided
they can be installed (dependencies are met) and don't have any
know rc bugs. Also testing is not bad for desktops and users who
want to participate in the development of debian.
1401 [18:05:34] *** Quits: sixtysix (~sixtysix@replaced-ip ) (Ping timeout: 240 seconds)
1402 [18:05:54] <oxek> ,v checkbackports fzf
1403 [18:05:56] <judd> No package named 'checkbackports'
was found in amd64.
1404 [18:06:01] <oxek> ,checkbackports fzf
1405 [18:06:05] *** Joins: timur_davletshin (~timur_dav@replaced-ip )
1406 [18:06:41] <oxek> ok judd tells me it can be easily
backported to stable, so I think I'll try that
1407 [18:07:33] *** Quits: frgo_ (~frgo@replaced-ip ) ()
1408 [18:11:43] <annadane> ,checkbackport fzf
1409 [18:11:44] <judd> Backporting package fzf in
sid→buster/amd64: unsatisfiable build dependencies:
Build-Depends: debhelper-compat (= 11).
1410 [18:11:52] <annadane> so "no, it can't"
1411 [18:12:03] *** Joins: idhugo (~idhugo@replaced-ip )
1412 [18:12:13] <annadane> ,checkbackport fzf --fromrelease
bullseye --torelease buster
1413 [18:12:14] <oxek> annadane: I thought I can ignore
debhelper-compat
1414 [18:12:14] <judd> Backporting package fzf in
bullseye→buster/amd64: unsatisfiable build dependencies:
Build-Depends: debhelper-compat (= 11).
1415 [18:12:20] <annadane> unsure
1416 [18:12:24] <annadane> if you can or not
1417 [18:12:42] *** Quits: fightthewalrus (~maomkosdj@replaced-ip ) (Ping timeout: 256 seconds)
1418 [18:14:05] *** Quits: LeoVendetta (~Leow@replaced-ip ) (Ping timeout: 265 seconds)
1419 [18:14:24] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 256 seconds)
1420 [18:16:02] *** Quits: baloona (~baloona@replaced-ip ) (Ping timeout: 260 seconds)
1421 [18:16:56] *** Quits: isnice (~isnice@replaced-ip ) (Remote host closed the connection)
1422 [18:19:02] *** debhelper sets mode: +l 1302
1423 [18:19:06] *** Joins: baloona (~baloona@replaced-ip )
1424 [18:19:14] *** Quits: idhugo (~idhugo@replaced-ip ) (Ping timeout: 240 seconds)
1425 [18:19:34] *** Quits: Haudegen (~quassel@replaced-ip ) (Ping timeout: 256 seconds)
1426 [18:19:35] <mutantturkey> is there a way to confirm what pam
modules are loading from a session
1427 [18:21:25] *** Quits: rsx (~rsx@replaced-ip ) (Remote host closed the connection)
1428 [18:21:28] <mutantturkey> i have 'session required
pam_loginuid.so"session required pam_loginuid.so" set in
my pam sshd file, however audit reports my loginid (auid in the
ausearch results) as -1
1429 [18:21:45] *** Joins: bouzu_ (~bouzu_@replaced-ip )
1430 [18:23:03] *** Joins: cnsvc_ (~cnsvc@replaced-ip )
1431 [18:24:21] <mutantturkey> verified by cat /proc/self/loginuid
being set to -1 as well
1432 [18:24:38] *** Quits: shoobie (~shoobie@replaced-ip ) (Remote host closed the connection)
1433 [18:24:38] *** Quits: dowwie (~dowwie@replaced-ip ) (Remote host closed the connection)
1434 [18:25:22] *** Joins: Ycarus (~Ycarus@replaced-ip )
1435 [18:26:11] *** Quits: teclo- (~teclo-@replaced-ip ) (Remote host closed the connection)
1436 [18:26:22] *** Quits: kriger (~norge@replaced-ip ) (Ping timeout: 256 seconds)
1437 [18:27:17] *** Joins: DeadTOm (~deadtom@replaced-ip )
1438 [18:27:23] *** Quits: cnsvc_ (~cnsvc@replaced-ip ) (Ping timeout: 240 seconds)
1439 [18:28:51] *** Joins: ponychan (~ponychan@replaced-ip )
1440 [18:29:19] *** Joins: yans (~yans@replaced-ip )
1441 [18:29:21] *** Quits: ponychan (~ponychan@replaced-ip ) (Client Quit)
1442 [18:29:33] <greycat> if you login a second time, does that
guy get -2? and then -3 and so on?
1443 [18:29:45] <mutantturkey> no
1444 [18:30:02] <mutantturkey> it's actually set to
'4294967295' because it's a signed int
1445 [18:30:16] <mutantturkey> manual says that means it's
unset
1446 [18:31:58] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 256 seconds)
1447 [18:32:22] <mutantturkey> is there a way to er. restart pam?
1448 [18:32:37] *** Joins: savolla (~savolla@replaced-ip )
1449 [18:32:42] <greycat> you would restart sshd in this case
1450 [18:32:58] <mutantturkey> because it uses the pam to
determine auth stuff got it
1451 [18:33:12] <mutantturkey> alright I just restarted it. now
let me login and give it another go
1452 [18:33:12] <oxek> I added 'deb-src
replaced-url
1453 [18:33:21] <oxek> but 0.17.5-2 is the wrong version
1454 [18:33:25] <oxek> it should be the version in sid instead
1455 [18:33:28] <oxek> what am I doing wrong?
1456 [18:33:45] <mutantturkey> oxek: try apt-cache policy fzf
1457 [18:34:06] <mutantturkey> should show you candidates and
sources
1458 [18:34:16] *** Quits: jla20 (~JLA@replaced-ip ) (Remote host closed the connection)
1459 [18:34:33] <oxek> mutantturkey:
replaced-url
1460 [18:34:44] <oxek> I did do `apt update` after editing my
sources.list
1461 [18:35:06] <greycat> sid is not testing, for one thing
1462 [18:35:32] <oxek> greycat: ok yeah I pasted wrong line, it is
sid in my sources.list
1463 [18:36:06] <oxek> i.e. this is in my souces.list
"deb-src
replaced-url
1464 [18:36:08] <mutantturkey> greycat: yeah it's still
reporting -1
1465 [18:37:03] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 240 seconds)
1466 [18:37:07] *** Joins: keropok (~keropok@replaced-ip )
1467 [18:38:12] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1468 [18:39:25] *** Joins: tuxmania (~tuxmania@replaced-ip )
1469 [18:41:10] *** Joins: ChmEarl (~chmearl@replaced-ip )
1470 [18:41:23] *** Quits: NeoCron (~neocron_@replaced-ip ) (Ping timeout: 260 seconds)
1471 [18:41:48] *** Joins: dez (uid92154@replaced-ip )
1472 [18:42:16] <oxek> this is just weird behavior, I can't
get apt to see the source package
1473 [18:44:58] *** Joins: thomas_ (williamsth@replaced-ip )
1474 [18:45:00] *** Quits: thomas_ (williamsth@replaced-ip ) (Client Quit)
1475 [18:46:01] *** Quits: mmx_in_orbit (~mmx_in_sp@replaced-ip ) (Read error: Connection reset by peer)
1476 [18:46:57] *** Joins: blackOp (~m@replaced-ip )
1477 [18:47:10] *** Parts: blackOp (~m@replaced-ip ) ()
1478 [18:47:17] *** Joins: blackOp (~m@replaced-ip )
1479 [18:47:55] *** Quits: earthundead (~earthunde@replaced-ip ) (Remote host closed the connection)
1480 [18:48:00] *** Joins: a0z (~a0z@replaced-ip )
1481 [18:48:17] *** Joins: starch (~starch@replaced-ip )
1482 [18:50:17] *** Quits: Kruppt (~Kruppt@replaced-ip ) (Quit: Leaving)
1483 [18:50:17] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
1484 [18:50:46] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
1485 [18:50:47] <oxek> even when I pick a package that only exists
in sid, such as
replaced-url
1486 [18:51:29] *** Quits: r3m1 (~r3m1@replaced-ip ) (Ping timeout: 272 seconds)
1487 [18:51:45] *** Joins: sawgood (~sawgood@replaced-ip )
1488 [18:51:50] <greycat> !ssb
1489 [18:51:50] <dpkg> First, check for a backport on
<debian-backports>. If unavailable: 1) Add a deb-src line for
sid (not a deb line!); ask me about <deb-src sid> 2) enable
debian-backports (see <bdo>) 3) apt update; apt install
build-essential; apt build-dep packagename 4) apt -b source
packagename 5) dpkg -i packagename-ver.deb To change compilation
options, see <package recompile>; for versions newer than sid
see <uupdate>.
1490 [18:52:00] <greycat> it just says "apt -b source
pkgname" there, no 'sid'
1491 [18:52:15] <oxek> greycat: when I do that, it fetches the
source from stable not sid
1492 [18:53:15] <sney> this is a regression that happened in apt
when nobody was looking. comment out the buster deb-src for now and
it'll work
1493 [18:53:46] *** Quits: Tobbi (~Tobbi@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1494 [18:53:51] *** Joins: tineiOSK (~tineiOSK@replaced-ip )
1495 [18:55:06] *** Joins: Deano59 (~Deano59@replaced-ip )
1496 [18:55:11] *** Quits: savolla (~savolla@replaced-ip ) (Quit: WeeChat 2.8)
1497 [18:55:29] *** Quits: Rue (~rue@replaced-ip ) (Quit: Rue)
1498 [18:56:39] *** Joins: st3ma (~st3ma@replaced-ip )
1499 [18:57:55] <oxek> sney: still the same issue
1500 [18:58:00] <oxek> this is my sources.list now
replaced-url
1501 [18:58:15] *** Joins: miskatonic (~miskatoni@replaced-ip )
1502 [18:58:15] <greycat> and you ran "apt-get update"?
1503 [18:58:20] <oxek> yes
1504 [18:58:29] <oxek> apt edit-sources even prompted me to run
apt update
1505 [18:58:38] *** Joins: JustASlacker (~JustASlac@replaced-ip )
1506 [18:58:50] <HyP3r> Heyho. I have connected (over HDMI) a
Display to my mini computer. I'm running the latest Debian 10
edition. When I now turn off the Display (disconnect from the AC)
and then turn it on again. The resoultion is set to 800x600. Why?
1507 [18:59:01] <HyP3r> I have no clue why, and also have no clue
who I should ask
1508 [18:59:04] <oxek> when I do `apt -b source fzf` or `apt -b
source fzf/sid` now I still get: E: Can not find version
'0.17.5-2' of package 'fzf'
1509 [18:59:12] <oxek> E: Unable to find a source package for fzf
1510 [18:59:12] <greycat> ,v fzf
1511 [18:59:13] <judd> Package: fzf on amd64 -- stretch-backports:
0.17.5-2~bpo9+1; buster: 0.17.5-2+b10; bullseye: 0.20.0-1; sid:
0.20.0-1
1512 [18:59:33] <HyP3r> The display resolution should keep be
1920x1080
1513 [18:59:43] *** Quits: tineiOSK (~tineiOSK@replaced-ip ) (Ping timeout: 272 seconds)
1514 [19:01:24] <oxek> ok, problem solved. I had to remove every
single line from sources.list except the sid deb-src
1515 [19:01:32] <HyP3r> When I restart the dm (lightdm) the
resolution is ok
1516 [19:01:48] <oxek> and I had to get rid of
APT::Default-Release "buster"; in my apt config
1517 [19:02:52] *** Quits: bigjazzsound
(~craig.fie@75-60-207-113.lightspeed.tukrga.sbcglobal.net) (Quit:
Lost terminal)
1518 [19:02:53] *** Joins: tinei_ (~tineiOSK@replaced-ip )
1519 [19:03:04] *** Quits: aindilis (~aindilis@replaced-ip ) (Remote host closed the connection)
1520 [19:03:39] *** Quits: vertigo_38 (~vertigo_3@replaced-ip ) (Ping timeout: 260 seconds)
1521 [19:04:30] <oxek> sney: are you saying this is a known bug
already?
1522 [19:06:24] *** Quits: DeaDSouL (~DeaDSouL@replaced-ip ) (Ping timeout: 272 seconds)
1523 [19:06:46] *** Quits: JustASlacker (~JustASlac@replaced-ip ) (Ping timeout: 256 seconds)
1524 [19:06:54] *** Quits: tinei_ (~tineiOSK@replaced-ip ) (Ping timeout: 240 seconds)
1525 [19:06:56] *** Joins: Hokedli (~laslie@replaced-ip )
1526 [19:07:07] *** Joins: DeaDSouL (~DeaDSouL@replaced-ip )
1527 [19:10:03] *** Quits: waflessnet (~panchito@replaced-ip ) (Quit: WeeChat 1.9.1)
1528 [19:10:23] *** Joins: platvoeten (~platvoete@replaced-ip )
1529 [19:10:45] *** Joins: Tobbi (~Tobbi@replaced-ip )
1530 [19:10:47] *** Joins: mmx_in_orbit (~mmx_in_sp@replaced-ip )
1531 [19:10:53] *** Joins: twobitsprite (~ifreeman@replaced-ip )
1532 [19:13:13] *** Joins: waflessnet (~panchito@replaced-ip )
1533 [19:13:54] *** Joins: Maxt3r (~max@replaced-ip )
1534 [19:15:02] *** Quits: blackOp (~m@replaced-ip ) (Ping timeout: 246 seconds)
1535 [19:15:58] *** Joins: vertigo_38 (~vertigo_3@replaced-ip )
1536 [19:18:18] *** Joins: teclo- (42@replaced-ip )
1537 [19:19:59] *** Quits: seaef (~seaef@replaced-ip ) (Quit: I am functioning within established parameters.)
1538 [19:20:09] *** Joins: aindilis (~aindilis@replaced-ip )
1539 [19:21:07] *** Quits: polyphem (~p0lyph3m@replaced-ip ) (Ping timeout: 240 seconds)
1540 [19:21:33] *** Joins: anoncon (~Falsememo@replaced-ip )
1541 [19:23:22] *** Quits: janneke (~janneke@replaced-ip ) (Remote host closed the connection)
1542 [19:23:38] *** Joins: janneke (~janneke@replaced-ip )
1543 [19:25:08] *** Quits: Maxt3r (~max@replaced-ip ) (Ping timeout: 265 seconds)
1544 [19:25:10] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1545 [19:25:12] *** Parts: bthomas (~user@replaced-ip ) ("ERC (IRC client for Emacs 26.1)")
1546 [19:25:23] *** Quits: Boohbah (~Boohbah@replaced-ip ) (Ping timeout: 240 seconds)
1547 [19:26:00] *** Joins: tuxmania2 (~tuxmania@replaced-ip )
1548 [19:26:38] <oxek> I also think that judd is wrong with the
"Backporting package fzf in sid→buster/amd64:
unsatisfiable build dependencies: Build-Depends: debhelper-compat (=
11)." statement
1549 [19:26:46] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
1550 [19:27:00] <sney> both of those are known issues
1551 [19:27:13] *** Joins: JustASlacker (~JustASlac@replaced-ip )
1552 [19:27:43] <sney> if debhelper-compat is the only build
dependency that judd lists, then that means you can proceed with the
backport
1553 [19:27:59] *** Quits: tuxmania (~tuxmania@replaced-ip ) (Ping timeout: 246 seconds)
1554 [19:28:32] <oxek> is there anything I, as simple user of
debian, can do to help solve these known issues?
1555 [19:28:42] *** Quits: jjakob (~quassel@replaced-ip##) (Quit: ##replaced-url
1556 [19:29:59] <sney> probably not those ones, but that's
still a good attitude to have
1557 [19:30:42] *** Joins: brokencycle (~brokencyc@replaced-ip )
1558 [19:31:00] <sney> dpkg: how can i help
1559 [19:31:00] <dpkg> Want to help out with Debian and become
more involved in the Debian project? The tools wnpp-alert, rc-alert
(both from the devscripts package) and how-can-i-help can provide
inspiration on buggy or unmaintained packages that you have
installed on your system. Ask me about <wnpp>,
<rc-alert>, <devscripts>, <new maintainer guide>.
replaced-url
1560 [19:31:09] *** Joins: polyphem (~p0lyph3m@replaced-ip )
1561 [19:31:57] *** Joins: kreyren (~kreyren@replaced-ip )
1562 [19:32:23] <oxek> sney: thanks
1563 [19:32:55] *** Joins: dethos (~dethos@replaced-ip )
1564 [19:34:25] *** Quits: tuxmania2 (~tuxmania@replaced-ip ) (Read error: No route to host)
1565 [19:34:38] <mutantturkey> step 1) put your left foot in
1566 [19:34:51] <mutantturkey> step 2) fucking use pam.d
1567 [19:35:16] <r3> 3) shake it all about ?
1568 [19:35:36] *** Joins: tuxmania2 (~tuxmania@replaced-ip )
1569 [19:35:48] *** Quits: kreyren (~kreyren@replaced-ip ) (Remote host closed the connection)
1570 [19:35:50] *** Quits: |san| (Sony@replaced-ip ) (Remote host closed the connection)
1571 [19:36:12] *** Joins: kreyren (~kreyren@replaced-ip )
1572 [19:36:19] *** Quits: JustASlacker (~JustASlac@replaced-ip ) (Ping timeout: 260 seconds)
1573 [19:36:30] *** Joins: JordiGH (jordi@replaced-ip )
1574 [19:36:35] *** Joins: jjakob (~quassel@replaced-ip )
1575 [19:37:16] *** Joins: Boohbah (~Boohbah@replaced-ip )
1576 [19:39:37] *** Joins: p1p3r4t (~p1p3r4t@replaced-ip )
1577 [19:40:40] *** Quits: kreyren (~kreyren@replaced-ip ) (Remote host closed the connection)
1578 [19:41:04] *** Quits: tuxmania2 (~tuxmania@replaced-ip ) (Remote host closed the connection)
1579 [19:41:04] *** Joins: kreyren (~kreyren@replaced-ip )
1580 [19:42:06] *** Joins: fnaticrisk (~fnaticris@replaced-ip )
1581 [19:42:06] *** Quits: kreyren (~kreyren@replaced-ip ) (Remote host closed the connection)
1582 [19:42:33] *** Joins: ckur13 (~ckur13@replaced-ip )
1583 [19:42:48] *** Joins: tuxmania (~tuxmania@replaced-ip )
1584 [19:42:55] *** Quits: mmx_in_orbit (~mmx_in_sp@replaced-ip ) (Read error: Connection reset by peer)
1585 [19:43:20] *** Joins: mmx_in_orbit (~mmx_in_sp@replaced-ip )
1586 [19:43:37] *** Joins: kreyren (~kreyren@replaced-ip )
1587 [19:43:43] *** Joins: |san| (Sony@replaced-ip )
1588 [19:44:08] *** Quits: kreyren (~kreyren@replaced-ip ) (Remote host closed the connection)
1589 [19:44:09] *** Quits: ckur13 (~ckur13@replaced-ip ) (Client Quit)
1590 [19:44:22] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1591 [19:44:33] *** Joins: kreyren (~kreyren@replaced-ip )
1592 [19:44:47] *** Joins: taqu74 (~morteg74@replaced-ip )
1593 [19:44:58] *** Joins: tuxmania2 (~tuxmania@replaced-ip )
1594 [19:45:10] <mutantturkey> r3: put your head between your legs
and kiss your butt goodbye
1595 [19:45:10] <mutantturkey> lol
1596 [19:46:03] <mutantturkey> so if I am understanding PAM, sshd
uses pam as a library reads /etc/pam.d/ssh and uses information
there to determine how to authenticate and other libs
1597 [19:46:14] <mutantturkey> which is why i am having a hard
time understanidng why loginuid not working
1598 [19:46:22] <greycat> (assuming UsePAM is set in sshd_config)
1599 [19:46:29] <mutantturkey> greycat: good tip!
1600 [19:46:33] *** Parts: nickodd (~nickodd@replaced-ip ) ()
1601 [19:46:36] *** Joins: Anderson69s (~Anderson6@replaced-ip )
1602 [19:46:47] <mutantturkey> I do not see that set!
1603 [19:47:22] *** Quits: netcrash (~charmande@replaced-ip ) (Ping timeout: 260 seconds)
1604 [19:48:17] *** Quits: mzajc (~marko@replaced-ip ) (Ping timeout: 246 seconds)
1605 [19:48:30] <greycat>
replaced-url
1606 [19:49:02] *** debhelper sets mode: +l 1310
1607 [19:49:18] *** Quits: tuxmania (~tuxmania@replaced-ip ) (Ping timeout: 265 seconds)
1608 [19:49:43] *** Joins: rsx (~rsx@replaced-ip )
1609 [19:50:53] *** Quits: Adbray (~Adbray@replaced-ip ) (Quit: Ah! By Brain!)
1610 [19:52:00] *** Joins: alexandros_ (~alexandro@replaced-ip )
1611 [19:52:07] *** Quits: klokken (~klokken@replaced-ip ) (Ping timeout: 240 seconds)
1612 [19:54:40] <mutantturkey> greycat: it works
1613 [19:54:40] <mutantturkey> amen
1614 [19:55:01] <b1ackandwh1te> is snap available in debian buster
repositories?
1615 [19:55:03] *** Quits: rsx (~rsx@replaced-ip ) (Remote host closed the connection)
1616 [19:55:16] *** Quits: Anderson69s (~Anderson6@replaced-ip ) (Read error: Connection reset by peer)
1617 [19:55:35] *** Quits: alexandros_c (~alexandro@replaced-ip ) (Ping timeout: 265 seconds)
1618 [19:55:46] *** Joins: Anderson69s (~Anderson6@replaced-ip )
1619 [19:55:54] <b1ackandwh1te> ubuntu snap
1620 [19:56:23] *** Joins: klokken (~klokken@replaced-ip )
1621 [19:56:46] *** Quits: timur_davletshin (~timur_dav@replaced-ip ) (Quit: Leaving)
1622 [19:57:18] <miskatonic> what was the syntax for getting judd
list the versions of packages in releases?
1623 [19:57:37] <mutantturkey> bliv: snapd - Daemon and tooling
that enable snap packages
1624 [19:59:30] <b1ackandwh1te> may be a silly question, but
ubuntu adopted and you dont...
1625 [19:59:37] <greycat> ,v bash
1626 [19:59:38] <judd> Package: bash on amd64 -- jessie:
4.3-11+deb8u1; jessie-security: 4.3-11+deb8u2; stretch: 4.4-5;
buster: 5.0-4; bullseye: 5.0-6; sid: 5.0-6
1627 [19:59:50] <mutantturkey> b1ackandwh1te: thats not a question
1628 [20:00:04] <b1ackandwh1te> :/
1629 [20:00:12] <mutantturkey> snap works just fine on debian, i
am using it for some packages that don't work quuite right
without it
1630 [20:01:28] <b1ackandwh1te> ok
1631 [20:01:33] <miskatonic> ,v snap
1632 [20:01:34] <judd> Package: snap on amd64 -- jessie:
2013-11-29-1; stretch: 2013-11-29-6; bullseye: 2013-11-29-9; buster:
2013-11-29-9; sid: 2013-11-29-9
1633 [20:02:03] *** Joins: idhugo (~idhugo@replaced-ip )
1634 [20:02:49] *** Quits: Anderson69s (~Anderson6@replaced-ip ) (Remote host closed the connection)
1635 [20:03:06] *** Quits: tinfoil-hat (~chrissly@replaced-ip ) (Quit: tinfoil-hat)
1636 [20:04:57] *** Joins: mibo (~mibo@replaced-ip )
1637 [20:05:37] *** Quits: pasiz (~pasiz@replaced-ip ) (Remote host closed the connection)
1638 [20:06:03] *** Joins: Newami (~Newami@replaced-ip )
1639 [20:06:18] *** Quits: Newami (~Newami@replaced-ip ) (Remote host closed the connection)
1640 [20:06:37] *** Quits: st3ma (~st3ma@replaced-ip ) (Quit: WeeChat 2.8)
1641 [20:07:23] *** Joins: Maxt3r (~max@replaced-ip )
1642 [20:09:18] *** Quits: shokohsc7 (~shokohsc@replaced-ip ) (Ping timeout: 260 seconds)
1643 [20:10:14] *** Joins: dreamon (~dreamon@replaced-ip )
1644 [20:10:35] *** Joins: timur_davletshin (~timur_dav@replaced-ip )
1645 [20:11:38] *** Quits: semeion (~semeion@replaced-ip ) (Ping timeout: 260 seconds)
1646 [20:12:28] *** Joins: semeion (~semeion@replaced-ip )
1647 [20:13:53] *** Joins: Silmarilion (~Silmarili@replaced-ip )
1648 [20:15:23] *** Joins: Jerrynicki (~niklas@replaced-ip )
1649 [20:15:27] *** Quits: klokken (~klokken@replaced-ip ) (Ping timeout: 240 seconds)
1650 [20:16:49] *** semeion is now known as mnemonic
1651 [20:16:55] *** Quits: three (~three3@replaced-ip ) (Ping timeout: 260 seconds)
1652 [20:17:22] *** Quits: keropok (~keropok@replaced-ip ) (Ping timeout: 260 seconds)
1653 [20:18:29] *** Joins: klokken (~klokken@replaced-ip )
1654 [20:18:48] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
1655 [20:19:09] *** Quits: p1p3r4t (~p1p3r4t@replaced-ip ) (Quit: Leaving)
1656 [20:19:46] *** Joins: hoarycripple (~hoarycrip@replaced-ip )
1657 [20:22:03] <mutantturkey> sweet, loginuid works now
1658 [20:22:09] <mutantturkey> except, well, it's not carried
across su and sudo
1659 [20:22:11] <mutantturkey> so a bit more config
1660 [20:22:14] *** Quits: tuxmania2 (~tuxmania@replaced-ip ) (Ping timeout: 246 seconds)
1661 [20:22:22] *** Joins: dvs (~hibbard@replaced-ip )
1662 [20:26:36] <greycat> su and sudo should explicitly *not* be
configured to use pam_loginuid ... it says so right in the docs
1663 [20:27:45] *** Quits: sauvin (sauvin@replaced-ip ) (Remote host closed the connection)
1664 [20:31:07] <mutantturkey> " You should not use
1665 [20:31:07] <mutantturkey> it for applications like sudo or su
as that defeats the purpose by
1666 [20:31:07] <mutantturkey> changing the loginuid to the
account they just switched to.
1667 [20:31:07] <mutantturkey> "
1668 [20:31:08] <mutantturkey> yeah
1669 [20:31:08] *** mutantturkey was kicked by debhelper (flood)
1670 [20:31:42] *** Joins: tuxmania (~tuxmania@replaced-ip )
1671 [20:32:06] *** Joins: shokohsc7 (~shokohsc@replaced-ip )
1672 [20:33:44] <dvs> debhelper disagrees
1673 [20:34:15] *** Quits: gh00p (~Thunderbi@replaced-ip ) (Ping timeout: 265 seconds)
1674 [20:34:36] *** Joins: tds7 (~tds@replaced-ip )
1675 [20:35:08] *** Quits: tds (~tds@replaced-ip ) (Ping timeout: 260 seconds)
1676 [20:35:08] *** tds7 is now known as tds
1677 [20:36:35] *** Joins: diniwed (~gavron@replaced-ip )
1678 [20:37:56] *** Joins: sudomake (~sudomake@replaced-ip )
1679 [20:38:04] <sudomake> hello, how can I upgrade to 10.4. ?
1680 [20:38:13] <sudomake> from 10.3.
1681 [20:38:24] <antto> why doesn't apt/synaptic kinda
roughly check whether you have enough free space before doing stuff?
1682 [20:38:26] <greycat> If you're already running buster,
and have a valid sources.list, just "apt update" and
"apt upgrade".
1683 [20:38:40] *** Joins: mzajc (~marko@replaced-ip )
1684 [20:40:14] *** Quits: tuxmania (~tuxmania@replaced-ip ) (Ping timeout: 240 seconds)
1685 [20:40:19] *** Joins: Ark74 (~Ark74@replaced-ip )
1686 [20:40:26] <sudomake> I am getting disconnected every few
minutes. I found out that the problem has been known for several
years. is there also any known fix to it?
1687 [20:40:43] <sudomake> I found none
1688 [20:41:32] <jmcnaught> People here can probably help if you
provide more details.
1689 [20:42:05] <sudomake> I have 10.3., as I wrote, and am using
network-manager.
1690 [20:42:15] <sudomake> what else would be of help?
1691 [20:42:54] *** Quits: Deano59 (~Deano59@replaced-ip ) (Ping timeout: 240 seconds)
1692 [20:42:58] <jmcnaught> Wired or wireless? Do you get an error
message? Does it happen on all access points? Log messages from when
it happens.
1693 [20:43:26] <sudomake> wifi, no errors, on all access
points...you mean syslog?
1694 [20:44:58] <jmcnaught> Yeah, or journalctl. You can see the
last 2 minutes of the journal with "journalctl
--since=-2min" (works for other values too) or watch the
journal in real-time with "journalctl -f"
1695 [20:48:00] *** Quits: debsan (~debsan@replaced-ip ) (Remote host closed the connection)
1696 [20:48:16] *** Joins: debsan (~debsan@replaced-ip )
1697 [20:51:22] *** Joins: gh00p (~Thunderbi@replaced-ip )
1698 [20:53:22] *** Quits: koniu (~koniu@replaced-ip ) (Remote host closed the connection)
1699 [20:53:48] *** Joins: koniu (~koniu@replaced-ip )
1700 [20:55:58] *** Quits: gh00p (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
1701 [20:56:00] *** Quits: han-solo (~han-solo@replaced-ip ) (Ping timeout: 265 seconds)
1702 [20:56:44] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
1703 [20:57:21] *** Joins: jerry4 (~jerry@replaced-ip )
1704 [20:58:29] *** Quits: sudomake (~sudomake@replaced-ip ) (Remote host closed the connection)
1705 [20:58:34] *** Quits: jerry (~jerry@replaced-ip ) (Ping timeout: 240 seconds)
1706 [20:58:34] *** jerry4 is now known as jerry
1707 [20:58:52] *** Joins: sudomake (~sudomake@replaced-ip )
1708 [20:59:32] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
1709 [21:01:00] *** Joins: keropok (~keropok@replaced-ip )
1710 [21:01:32] *** Joins: Anderson69s (~Anderson6@replaced-ip )
1711 [21:02:59] *** Quits: starch (~starch@replaced-ip ) (Read error: Connection reset by peer)
1712 [21:04:38] *** Quits: baloona (~baloona@replaced-ip ) (Ping timeout: 256 seconds)
1713 [21:05:12] *** Joins: Poster (~poster@replaced-ip )
1714 [21:05:31] *** Quits: hoarycripple (~hoarycrip@replaced-ip ) (Quit: leaving)
1715 [21:06:04] *** Quits: miskatonic (~miskatoni@replaced-ip ) (Quit: miskatonic)
1716 [21:06:34] *** Quits: Tobbi (~Tobbi@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1717 [21:06:35] *** Joins: baloona (~baloona@replaced-ip )
1718 [21:07:51] *** Joins: earthundead (~earthunde@replaced-ip )
1719 [21:08:20] *** nathanhi- is now known as nathanhi
1720 [21:08:39] *** Quits: platvoeten (~platvoete@replaced-ip ) (Ping timeout: 272 seconds)
1721 [21:09:02] *** debhelper sets mode: +l 1303
1722 [21:10:10] *** Quits: mzajc (~marko@replaced-ip ) (Ping timeout: 246 seconds)
1723 [21:11:46] *** Quits: s8548a (~s8548a@replaced-ip ) (Ping timeout: 256 seconds)
1724 [21:13:03] *** Quits: koniu (~koniu@replaced-ip ) (Ping timeout: 240 seconds)
1725 [21:14:23] *** Joins: koniu (~koniu@replaced-ip )
1726 [21:14:24] <sudomake> jmcnaught, sorry for the pause. It
tooka while. this is the paste for an half-hour period:
replaced-url
1727 [21:14:45] *** Joins: electro33 (uid613@replaced-ip )
1728 [21:14:50] <sudomake> and this is a 10 minute-period in which
I was disconnected, as you may have witnessed here;
replaced-url
1729 [21:15:21] <sudomake> I was disconnected at [18:58:24]
1730 [21:16:42] *** Joins: Tobbi (~Tobbi@replaced-ip )
1731 [21:16:54] *** Quits: Anderson69s (~Anderson6@replaced-ip ) (Read error: Connection reset by peer)
1732 [21:17:05] *** Quits: MrTrick (uid181961@replaced-ip ) (Quit: Connection closed for inactivity)
1733 [21:17:09] *** Joins: Anderson69s (~Anderson6@replaced-ip )
1734 [21:17:29] <keropok> !!
1735 [21:17:29] <dpkg> I'm not your csh prompt!
1736 [21:17:45] <keropok> sorry :P
1737 [21:18:19] *** Quits: earthundead (~earthunde@replaced-ip ) (Remote host closed the connection)
1738 [21:20:40] *** Quits: kreyren (~kreyren@replaced-ip ) (Remote host closed the connection)
1739 [21:21:00] *** Quits: sudomake (~sudomake@replaced-ip ) (Remote host closed the connection)
1740 [21:21:09] *** Quits: Anderson69s (~Anderson6@replaced-ip ) (Remote host closed the connection)
1741 [21:21:23] *** Joins: sudomake (~sudomake@replaced-ip )
1742 [21:21:33] *** Quits: Hokedli (~laslie@replaced-ip ) (Quit: Konversation terminated!)
1743 [21:21:58] *** Joins: rander2 (~ds@replaced-ip )
1744 [21:22:17] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
1745 [21:22:21] *** Quits: captSamIngram (~Thunderbi@replaced-ip ) (Quit: captSamIngram)
1746 [21:22:52] *** Quits: GyroW (~GyroW@replaced-ip ) (Quit: Someone ate my pie)
1747 [21:24:16] *** Joins: GyroW (~GyroW@replaced-ip )
1748 [21:25:11] *** Joins: three (~three3@replaced-ip )
1749 [21:28:02] *** Joins: troulouliou_div2 (~troulouli@replaced-ip )
1750 [21:30:10] *** Quits: Trieste (~T@replaced-ip ) (Ping timeout: 272 seconds)
1751 [21:31:24] *** Joins: Trieste (~T@replaced-ip )
1752 [21:33:20] *** Quits: nf9c (~quassel@replaced-ip##) (Quit: ##replaced-url
1753 [21:33:32] *** Joins: hoarycripple (~hoarycrip@replaced-ip )
1754 [21:33:46] *** Quits: hoarycripple (~hoarycrip@replaced-ip ) (Client Quit)
1755 [21:36:31] *** Joins: towo` (~towo@replaced-ip )
1756 [21:37:29] *** Quits: three (~three3@replaced-ip ) (Remote host closed the connection)
1757 [21:42:25] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1758 [21:43:30] *** Quits: sudomake (~sudomake@replaced-ip ) (Remote host closed the connection)
1759 [21:43:32] *** Joins: mzajc (~marko@replaced-ip )
1760 [21:43:52] *** Joins: JohnML (~john1@replaced-ip )
1761 [21:43:53] *** Joins: sudomake (~sudomake@replaced-ip )
1762 [21:45:05] *** Quits: hunpan (~hunpan@replaced-ip ) (Remote host closed the connection)
1763 [21:45:31] *** Quits: grobi (~rtng@replaced-ip ) (Read error: Connection reset by peer)
1764 [21:46:14] *** Quits: b1ackandwh1te (~b1ackandw@replaced-ip ) (Quit: b1ackandwh1te)
1765 [21:46:20] *** Joins: bguebert (~bguebert@replaced-ip )
1766 [21:46:24] *** Joins: grobi (~rtng@replaced-ip )
1767 [21:47:24] <bguebert> I've been using ntpd for a while
now, but now it looks like chronyd is a competitor, which one works
best on debian?
1768 [21:47:50] <greycat> I assume they are both extremely well
tested, because they're both quite popular.
1769 [21:48:56] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
1770 [21:48:59] <bguebert> ok, I might stick with ntpd for now,
seems like chronyd might be better for virtual installs
1771 [21:49:03] *** Quits: johnnyfive (~johnnyfiv@replaced-ip ) (Quit: I quit now.)
1772 [21:49:26] *** Joins: johnnyfive (~johnnyfiv@replaced-ip )
1773 [21:51:27] <bguebert> I didn't think to check
popularity, thanks for the tip
1774 [21:54:52] *** Quits: Maxt3r (~max@replaced-ip ) (Ping timeout: 272 seconds)
1775 [21:55:20] *** Quits: Ycarus (~Ycarus@replaced-ip ) (Quit: Ycarus)
1776 [21:55:33] <ratrace> bguebert: there's also openntpd if
you want some openbsd juice
1777 [21:55:34] *** Joins: sphenxes (~sphenxes@replaced-ip )
1778 [21:56:30] *** Quits: debsan (~debsan@replaced-ip ) (Read error: Connection reset by peer)
1779 [21:56:45] *** Joins: debsan (~debsan@replaced-ip )
1780 [21:56:48] <r3> bguebert: please ask in #ntp where folks
would be happy to chat to you about chrony vs. ntpd
1781 [21:57:19] *** Joins: kerfuffle (~real@replaced-ip )
1782 [21:57:26] *** Quits: vertigo_38 (~vertigo_3@replaced-ip ) (Ping timeout: 246 seconds)
1783 [21:57:32] *** Quits: sphenxes (~sphenxes@replaced-ip ) (Client Quit)
1784 [21:59:01] *** debhelper sets mode: +l 1297
1785 [21:59:51] <jmcnaught> buster will run systemd-timesyncd if
ntpd, chrony, openntpd are not installed
1786 [22:00:31] <bguebert> I need something that serves time to
other computers though
1787 [22:00:49] <bguebert> I will check over at #ntp, thanks for
you help
1788 [22:00:53] *** Parts: bguebert (~bguebert@replaced-ip ) ()
1789 [22:01:16] *** Quits: DEB-alain (~DEB-alain@replaced-ip ) (Quit: Leaving)
1790 [22:01:31] *** Joins: vertigo_38 (~vertigo_3@replaced-ip )
1791 [22:01:50] *** Quits: debuggerboy (~debuggerb@replaced-ip ) (Ping timeout: 272 seconds)
1792 [22:03:15] *** Joins: edlou (uid413273@replaced-ip )
1793 [22:04:03] *** Quits: Boohbah (~Boohbah@replaced-ip ) (Ping timeout: 240 seconds)
1794 [22:06:05] *** Quits: sudomake (~sudomake@replaced-ip ) (Remote host closed the connection)
1795 [22:06:36] *** Joins: leorat (~leorat@replaced-ip )
1796 [22:06:40] *** Joins: sudomake (~sudomake@replaced-ip )
1797 [22:07:15] *** Quits: luuuciano_ (~luuuciano@replaced-ip ) (Quit: Leaving)
1798 [22:07:28] *** Joins: platvoeten (~platvoete@replaced-ip )
1799 [22:08:07] <sudomake> jmcnaught, could you have a chance to
see my outputs? I pasted them a while later, sorry
1800 [22:09:13] *** Quits: leorat (~leorat@replaced-ip ) (Read error: Connection reset by peer)
1801 [22:10:49] <jmcnaught> sudomake: I didn't see anything,
especially not at the timestamp you indicated. What happens when it
disconnects? UFW seems to be blocking something, I don't now if
that would be related.
1802 [22:12:44] <sudomake> jmcnaught, nothing happens really, it
disconnects and reconnects.
1803 [22:13:10] <jmcnaught> Does the network icon change?
1804 [22:13:21] <sudomake> jmcnaught, no
1805 [22:13:44] <jmcnaught> How do you know it is disconnected?
1806 [22:13:45] <sudomake> and the problem occurs with ethernet
connection, too, btw
1807 [22:14:23] *** Joins: nyov (~nyov@replaced-ip )
1808 [22:14:35] *** Quits: Ark74 (~Ark74@replaced-ip ) (Quit: Leaving)
1809 [22:14:39] <sudomake> the same way you know it, for ex. here.
I see that I disconnect and reconnect
1810 [22:14:55] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Quit: leaving)
1811 [22:15:17] <r3> is it the actual network or just IRC?
1812 [22:15:23] <sudomake> also the web pages do not open in
browser
1813 [22:15:30] <r3> ah, nevermind
1814 [22:15:55] <sudomake> and it happens only on this device on
my wifi
1815 [22:15:58] <sudomake> or ethernet
1816 [22:15:59] *** Quits: jthomas (~joseph_th@replaced-ip ) (Remote host closed the connection)
1817 [22:15:59] <greycat> Do other computers on your network
*also* experience errors? Or just the Debian computer?
1818 [22:16:09] <sudomake> as I said, just this device
1819 [22:16:22] *** Quits: c10l (~c10l@replaced-ip##) (Quit: ZNC 1.7.4+deb7 - ##replaced-url
1820 [22:16:37] <greycat> So look for errors in log files, and run
commands like "ip a" to see what's happening.
1821 [22:16:46] *** Joins: Boohbah (~Boohbah@replaced-ip )
1822 [22:17:12] <sudomake> I posted log outputs, jmcnaught just
viewed them
1823 [22:17:13] *** Joins: tempora (~tempus@replaced-ip )
1824 [22:18:28] *** Joins: c10l (~c10l@replaced-ip )
1825 [22:18:52] <sudomake> jmcnaught, should I post the syslog
output as well, if it can tell anything additionally?
1826 [22:21:00] *** Joins: tinfoil-hat (~chrissly@replaced-ip )
1827 [22:21:18] *** Joins: leorat (~leorat@replaced-ip )
1828 [22:21:45] *** Joins: hoarycripple (~hoarycrip@replaced-ip )
1829 [22:22:12] *** Quits: kilobyte_ch (~kbch@replaced-ip ) (Ping timeout: 258 seconds)
1830 [22:24:37] *** Joins: disillusion (disillusio@replaced-ip )
1831 [22:25:41] *** Quits: hoarycripple (~hoarycrip@replaced-ip ) (Client Quit)
1832 [22:26:10] <sudomake> thank you, nevermind, I have to leave
1833 [22:27:40] *** Joins: gh00p (~Thunderbi@replaced-ip )
1834 [22:27:41] *** Quits: sudomake (~sudomake@replaced-ip ) (Quit: Leaving)
1835 [22:28:01] *** Quits: debsan (~debsan@replaced-ip ) (Remote host closed the connection)
1836 [22:28:21] *** Joins: debsan (~debsan@replaced-ip )
1837 [22:30:14] *** JordiGH is now known as bmps
1838 [22:30:31] *** bmps is now known as JordiGH
1839 [22:31:48] *** Quits: leorat (~leorat@replaced-ip ) (Read error: Connection reset by peer)
1840 [22:34:43] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Quit: Leaving)
1841 [22:36:12] *** Quits: Wulf (~Wulf@replaced-ip ) (Ping timeout: 256 seconds)
1842 [22:37:40] *** Joins: dvs (~hibbard@replaced-ip )
1843 [22:37:51] *** Quits: tagomago (~tagomago@replaced-ip ) (Read error: Connection reset by peer)
1844 [22:38:38] *** Joins: grobi1 (~rtng@replaced-ip )
1845 [22:38:51] *** Quits: grobi (~rtng@replaced-ip ) (Read error: Connection reset by peer)
1846 [22:39:35] *** Joins: Adbray (~Adbray@replaced-ip )
1847 [22:39:47] *** Quits: banox (~banox@replaced-ip ) (Quit: Leaving)
1848 [22:40:44] *** Joins: donofrio_ (~donofrio@replaced-ip )
1849 [22:41:25] *** Quits: donofrio_ (~donofrio@replaced-ip ) (Remote host closed the connection)
1850 [22:41:35] *** Quits: idhugo (~idhugo@replaced-ip ) (Ping timeout: 260 seconds)
1851 [22:41:53] *** Joins: banox (~banox@replaced-ip )
1852 [22:43:38] *** Quits: tallbarr (~none@replaced-ip ) (Ping timeout: 272 seconds)
1853 [22:44:33] *** Joins: Betal (~Betal@replaced-ip )
1854 [22:45:58] *** Quits: platvoeten (~platvoete@replaced-ip ) (Remote host closed the connection)
1855 [22:46:29] *** Quits: Lupricon (~Lupricon@replaced-ip ) (Remote host closed the connection)
1856 [22:46:53] *** Joins: Lupricon (~Lupricon@replaced-ip )
1857 [22:48:42] *** Quits: gh00p (~Thunderbi@replaced-ip ) (Quit: gh00p)
1858 [22:48:57] *** Joins: gh00p (~Thunderbi@replaced-ip )
1859 [22:50:23] *** Joins: hoarycripple (~hoarycrip@replaced-ip )
1860 [22:50:40] *** Quits: hoarycripple (~hoarycrip@replaced-ip ) (Client Quit)
1861 [22:51:44] *** Quits: kerfuffle (~real@replaced-ip ) (Quit: Leaving)
1862 [22:51:59] <rander2> hello
1863 [22:52:29] <rander2> anyone here know because installing
android x86 it start in trext mode with the shell ?
1864 [22:53:12] <sney> this is #debian, are you sure you
don't want #android?
1865 [22:55:41] *** Joins: hoarycripple (~hoarycrip@replaced-ip )
1866 [22:55:41] <annadane> debian? this isn't
#toymodelships?!?
1867 [22:55:47] *** Quits: wilson (~wilson@replaced-ip ) (Ping timeout: 246 seconds)
1868 [22:55:53] *** Quits: mortderire (mortderire@replaced-ip ) (Remote host closed the connection)
1869 [22:56:53] *** Quits: hoarycripple (~hoarycrip@replaced-ip ) (Client Quit)
1870 [22:57:34] *** Joins: tallbarr (~none@replaced-ip )
1871 [22:57:44] *** Joins: shibboleth (~shibbolet@replaced-ip )
1872 [22:58:00] *** Quits: DeadTOm (~deadtom@replaced-ip ) (Quit: DeadTOm)
1873 [22:58:50] *** Joins: hoarycripple (~hoarycrip@replaced-ip )
1874 [22:58:55] *** Joins: kilobyte_ch (~kbch@replaced-ip )
1875 [22:59:07] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Ping timeout: 272 seconds)
1876 [22:59:09] *** Quits: fnaticrisk (~fnaticris@replaced-ip ) (Read error: Connection reset by peer)
1877 [22:59:17] *** Joins: fnaticrisk_ (~fnaticris@replaced-ip )
1878 [23:00:05] *** Quits: gh00p (~Thunderbi@replaced-ip ) (Ping timeout: 256 seconds)
1879 [23:00:13] *** Quits: hoarycripple (~hoarycrip@replaced-ip ) (Client Quit)
1880 [23:00:25] *** Joins: wilson (~wilson@replaced-ip )
1881 [23:00:34] *** Joins: domovoy (~mint@replaced-ip )
1882 [23:00:38] <domovoy> hi
1883 [23:00:53] *** Joins: gh00p (~Thunderbi@replaced-ip )
1884 [23:00:54] *** Joins: BadPractice (~philipp@replaced-ip )
1885 [23:01:37] <domovoy> i have troubles finding the right keymap
for a lenovo thinkpad t430, any advice on how to create a custom
keymap?
1886 [23:01:51] *** Quits: bryceml (~bryceml@replaced-ip ) (Quit: WeeChat 2.7.1)
1887 [23:02:11] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1888 [23:03:06] <sney> thinkpads are basically the most standard
laptop you can get, but if your keyboard is from a less common
locale it could still be iffy, I guess? check thinkwiki.org
1889 [23:03:20] *** Joins: bryceml (~bryceml@replaced-ip )
1890 [23:04:17] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Quit: Bye, bye...)
1891 [23:05:20] <sney> this seems to cover xkb pretty well too.
replaced-url
1892 [23:05:37] *** Quits: tds (~tds@replaced-ip ) (Ping timeout: 260 seconds)
1893 [23:05:46] <sney> domovoy: ^
1894 [23:06:34] *** Joins: Brainium (~brainium@replaced-ip )
1895 [23:07:44] *** Joins: hoarycripple (~hoarycrip@replaced-ip )
1896 [23:10:28] *** Joins: frgo (~frgo@replaced-ip )
1897 [23:10:50] *** Quits: hoarycripple (~hoarycrip@replaced-ip ) (Client Quit)
1898 [23:11:07] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1899 [23:11:29] *** Joins: tds (~tds@replaced-ip )
1900 [23:12:28] *** Joins: hoarycripple (~hoarycrip@replaced-ip )
1901 [23:14:51] <domovoy> sney: lot of work for simply saying
"this kay does this this character" :/ anyway, if
it's the only way...
1902 [23:17:10] <sney> it gets more complicated the second you get
into shift/meta keys, never mind all of the alt-gr stuff. if it was
truly one button per character we'd have around a hundred
thousand buttons for every currently used utf-8 code point
1903 [23:17:24] <sney> but, feel free to invent something simpler
1904 [23:17:33] *** Quits: czesmir (~stefan@replaced-ip ) (Quit: Lost terminal)
1905 [23:18:02] <EdePopede> even altgr is just one of the iirc 8
possible modifier keys. Compose is the real monster.
1906 [23:18:38] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 246 seconds)
1907 [23:19:01] <sney> I knew there was one I was forgetting.
1908 [23:19:39] *** Quits: enoq (~enoq@replaced-ip ) (Quit: enoq)
1909 [23:20:16] <domovoy> sney: nevermind, just found out it is a
belgian layout, not a french ^^ never saw that one
1910 [23:20:25] *** Joins: Ark74 (~Ark74@replaced-ip )
1911 [23:20:30] <domovoy> though begian was the same as french
1912 [23:21:17] *** Quits: pringau (~pringau@replaced-ip ) (Quit: Leaving)
1913 [23:26:12] *** Quits: MICROburst (~MICROburs@replaced-ip ) (Quit: Leaving)
1914 [23:27:45] *** Quits: mns (~mns@replaced-ip ) (Ping timeout: 258 seconds)
1915 [23:27:48] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
1916 [23:28:31] <shibboleth> can "screen" run in a loop,
that is restart the command on error?
1917 [23:28:33] *** Joins: mns (~mns@replaced-ip )
1918 [23:29:01] *** debhelper sets mode: +l 1291
1919 [23:29:23] *** Quits: Onepamopa (~Onepamopa@replaced-ip ) (Read error: Connection reset by peer)
1920 [23:30:01] *** Joins: soul-d (~name@replaced-ip )
1921 [23:37:15] *** Joins: tgunr (~davec@replaced-ip )
1922 [23:37:16] *** Joins: xtifr (~user@replaced-ip )
1923 [23:37:23] *** Quits: TacoGS (~tacogs@replaced-ip ) ()
1924 [23:38:59] *** Quits: domovoy (~mint@replaced-ip ) (Quit: Leaving)
1925 [23:39:00] *** Joins: TacoGS (~tacogs@replaced-ip )
1926 [23:39:57] *** Quits: rawr (~grumble@replaced-ip ) (Quit: I can't explain, you would not understand, this is
not how I am)
1927 [23:40:02] *** Quits: schizo (~schizo@replaced-ip ) (Ping timeout: 260 seconds)
1928 [23:40:42] *** Joins: grumble (~grumble@replaced-ip )
1929 [23:41:17] *** Quits: halvors (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1930 [23:41:42] *** Quits: gh00p (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1931 [23:41:55] *** Joins: gh00p (~Thunderbi@replaced-ip )
1932 [23:42:10] *** Quits: noboruma (~noboruma@replaced-ip ) (Remote host closed the connection)
1933 [23:42:50] <r3> not sure about screen, but maybe a bash
script? [
replaced-url
1934 [23:43:16] *** Quits: rypervenche (~rypervenc@replaced-ip ) (Quit: brb)
1935 [23:43:57] <r3> that article makes a good point about
"you need the process that monitors your process to be the
process' parent."
1936 [23:44:07] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 260 seconds)
1937 [23:44:36] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 244 seconds)
1938 [23:45:05] <greycat> You can run while true; do mything; done
inside a shell inside screen. That would be simple.
1939 [23:45:22] *** Quits: Space_Man (~Space_Man@replaced-ip ) (Read error: Connection reset by peer)
1940 [23:45:43] *** Joins: halvors (~Thunderbi@replaced-ip )
1941 [23:46:22] *** Quits: hoarycripple (~hoarycrip@replaced-ip ) (Quit: leaving)
1942 [23:46:32] *** Joins: rypervenche (~rypervenc@replaced-ip )
1943 [23:46:37] *** Joins: Space_Man (~Space_Man@replaced-ip )
1944 [23:46:58] *** Joins: hoarycripple (~hoarycrip@replaced-ip )
1945 [23:47:22] *** Quits: hoarycripple (~hoarycrip@replaced-ip ) (Client Quit)
1946 [23:47:48] *** Joins: schizo (~schizo@replaced-ip )
1947 [23:47:49] *** Quits: Boohbah (~Boohbah@replaced-ip ) (Read error: Connection reset by peer)
1948 [23:48:06] *** Joins: Boohbah (~Boohbah@replaced-ip )
1949 [23:48:19] <r3> yup, that's what that article says to do
- the reason I posted it is because I had it bookmarked as I was
looking for a similar idea about a test process here :) Works great
1950 [23:49:02] <greycat>
replaced-url
1951 [23:49:54] *** Quits: Trieste (~T@replaced-ip ) (Ping timeout: 240 seconds)
1952 [23:51:33] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
1953 [23:52:03] *** Joins: Trieste (~T@replaced-ip )
1954 [23:52:16] *** Joins: hoarycripple (~hoarycrip@replaced-ip )
1955 [23:54:34] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
1956 [23:55:57] *** Quits: isostatic (uid224824@replaced-ip ) (Quit: Connection closed for inactivity)
1957 [23:56:34] *** Quits: dastier (~dastier@replaced-ip ) (Quit: Leaving)
1958 [23:57:00] *** Quits: Jade_NL (~JadeNL@replaced-ip ) (Remote host closed the connection)
1959 [23:57:26] *** Joins: diniwed (~gavron@replaced-ip )
1960 [23:58:26] *** Quits: hoarycripple (~hoarycrip@replaced-ip ) (Quit: leaving)
1961 [23:59:01] *** debhelper sets mode: +l 1284
1962 [23:59:05] *** Joins: hoarycripple (~hoarycrip@replaced-ip )
1963 [23:59:11] *** Quits: hoarycripple (~hoarycrip@replaced-ip ) (Client Quit)
1964 [23:59:14] *** Joins: three (~three@replaced-ip )
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be