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:00] *** Quits: twobitsp1ite (~isaac@replaced-ip ) (Ping timeout: 268 seconds)
1 [00:00:12] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
2 [00:00:22] *** Joins: v01t (~v01t@replaced-ip )
3 [00:00:38] *** Joins: amcorreia (~amcorreia@replaced-ip )
4 [00:00:52] *** Quits: hipp (~hipp@replaced-ip ) (Quit: Leaving)
5 [00:00:54] *** Quits: Night-Shade (~TimF@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
6 [00:01:29] *** Quits: madage (~madage@replaced-ip ) (Quit: leaving)
7 [00:04:01] *** debhelper sets mode: +l 1228
8 [00:04:05] *** Quits: jfbourdeau (~Elive_use@replaced-ip ) (Ping timeout: 252 seconds)
9 [00:04:30] *** Joins: jfbourdeau (~Elive_use@replaced-ip )
10 [00:05:03] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Quit: Leaving)
11 [00:05:45] *** Quits: allorder (~allorder@replaced-ip ) (Quit: allorder)
12 [00:06:18] *** Quits: Jacruth (~Zilean@replaced-ip ) (Ping timeout: 252 seconds)
13 [00:06:49] *** Quits: peaceguy (~space@replaced-ip ) (Quit: Lost terminal)
14 [00:07:10] *** Joins: lmctl|^^ (~kl@replaced-ip )
15 [00:08:10] *** Quits: zleap (~zleap@replaced-ip ) (Quit: WeeChat 2.2)
16 [00:08:58] *** Quits: teclo- (42@replaced-ip ) (Quit: Lost terminal)
17 [00:11:42] *** Quits: jfbourdeau (~Elive_use@replaced-ip ) (Ping timeout: 252 seconds)
18 [00:12:09] *** Joins: jfbourdeau (~Elive_use@replaced-ip )
19 [00:12:50] *** Quits: d3m0r (~d3m0r@replaced-ip ) (Quit: d3m0r)
20 [00:12:58] *** Quits: HugsWont1etgo (~HugsWontl@replaced-ip ) (Ping timeout: 245 seconds)
21 [00:12:58] <dka> I want to install docker within a docker image.
22 [00:13:02] <dka> I have the following error
23 [00:13:04] <dka> Err:6 replaced-url
24 [00:13:05] <dka> The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F76221572C52609D
25 [00:13:05] <dka> Reading package lists...
26 [00:13:05] <dka> W: GPG error: replaced-url
27 [00:13:05] *** dka was kicked by debhelper (flood)
28 [00:13:09] *** Joins: dka (~code-is-a@replaced-ip )
29 [00:13:39] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
30 [00:13:40] *** Joins: teclo- (42@replaced-ip )
31 [00:13:44] *** Quits: ]3n19m4[ (~]3n19m4@replaced-ip ) (Ping timeout: 252 seconds)
32 [00:14:02] <mutante> dka: step 1: search for they key: gpg --search-keys F76221572C52609D
33 [00:14:02] *** debhelper sets mode: +l 1220
34 [00:14:02] *** Joins: grobi (~rtng@replaced-ip )
35 [00:14:24] *** Quits: buriz (~tud3@replaced-ip ) (Ping timeout: 244 seconds)
36 [00:14:45] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Read error: Connection reset by peer)
37 [00:15:08] *** Joins: Ricardo__ (~rick@replaced-ip )
38 [00:15:08] *** Quits: Ricardo__ (~rick@replaced-ip ) (Changing host)
39 [00:15:08] *** Joins: Ricardo__ (~rick@replaced-ip )
40 [00:15:13] *** Joins: buriz (~tud3@replaced-ip )
41 [00:15:25] *** Joins: Peyam (~Peyam@replaced-ip )
42 [00:15:40] <annadane> in future use paste.debian.net, pasting long stuff to the chan gets you kicked as you found out
43 [00:15:41] *** Joins: ]3n19m4[ (~]3n19m4@replaced-ip )
44 [00:15:57] *** Joins: amcorreia (~amcorreia@replaced-ip )
45 [00:16:04] *** Quits: mpmc (~mpmc@replaced-ip##) (Quit: ZNC 1.6.5+deb1+deb9u1 - ##replaced-url
46 [00:16:07] <dka> Build log replaced-url
47 [00:16:09] <dka> Docker file
48 [00:16:12] <mutante> dka: step 2: import it into your keyring , step 3: apt-key update
49 [00:16:14] <dka> Dockerfile: replaced-url
50 [00:16:42] <dka> My Dockerfile is already getting the key as in the docker documentation debian install p
51 [00:16:48] *** Joins: mpmc (~mpmc@replaced-ip )
52 [00:16:53] <dka> RUN curl -fsSL replaced-url
53 [00:16:53] <dka> RUN add-apt-repository \
54 [00:16:53] <dka> "deb [arch=amd64] replaced-url
55 [00:16:53] <dka> $(lsb_release -cs) \
56 [00:16:54] <dka> stable"
57 [00:17:25] *** Joins: gm152 (coffee@replaced-ip )
58 [00:17:52] <mutante> dka: how about running the "curl" command there manually without the | apt-key add -
59 [00:18:17] <mutante> i mean it says the public key isn't available, so either that fails for some other reason or .. it's a different key
60 [00:18:42] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
61 [00:18:45] *** Joins: beaver_ (~none@replaced-ip )
62 [00:19:14] <mutante> that's kind of an ugly way they do it.. piping curl into other commands.. tssk tssk.. not really secure
63 [00:19:25] <mutante> there is gpg --recv-keys for that
64 [00:19:27] *** Quits: beaver (~none@replaced-ip ) (Ping timeout: 256 seconds)
65 [00:19:37] *** beaver_ is now known as beaver
66 [00:19:41] *** Quits: MrAlexandr0 (~MrAlexand@replaced-ip ) (Ping timeout: 260 seconds)
67 [00:19:45] <mutante> and i can even confirm that missing key is on keyservers
68 [00:19:49] *** Joins: xcm (~xcm@replaced-ip )
69 [00:20:11] *** Joins: madage (~madage@replaced-ip )
70 [00:20:28] *** Quits: Ayo (~quassel@replaced-ip ) (Ping timeout: 245 seconds)
71 [00:21:40] *** Joins: pyex (~pyex@replaced-ip )
72 [00:21:57] *** Joins: MrAlexandr0 (~MrAlexand@replaced-ip )
73 [00:22:22] *** Quits: Resilience (~usuario@replaced-ip ) (Quit: Leaving)
74 [00:23:48] <mutante> dka: replaced-url
75 [00:25:00] *** Quits: dadinn (~DADINN@replaced-ip ) (Ping timeout: 252 seconds)
76 [00:28:14] *** Joins: Zyferus (Zyferus@replaced-ip )
77 [00:29:49] *** Joins: noodlepie (~Phillip@replaced-ip )
78 [00:29:51] *** Joins: dadinn (~DADINN@replaced-ip )
79 [00:31:06] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
80 [00:34:01] *** debhelper sets mode: +l 1226
81 [00:34:14] <vjacob> is there an easy way to install debian to a usb stick? Not talking about a bootable installer but actually installing it to the usb stick?
82 [00:34:41] <dka> I dont get how to add this to myu docker image
83 [00:34:46] <vjacob> preferably using the netinst installer method
84 [00:36:26] *** kunwon1_ is now known as kunwon1
85 [00:36:48] *** Quits: troulouliou_div2 (~troulouli@replaced-ip ) (Read error: Connection reset by peer)
86 [00:37:29] <bites> vjacob: the same way you would install it to a hard drive.
87 [00:38:06] <vjacob> bites: whenever I do that I get an error in the installer about not being able to install to the usb
88 [00:38:48] <bites> vjacob: that's a different usb than the one you booted the installer from?
89 [00:39:00] <vjacob> yes
90 [00:39:13] <bites> what error exactly and at which stage?
91 [00:40:23] *** Quits: tagomago (~tagomago@replaced-ip ) (Quit: Konversation terminated!)
92 [00:40:25] *** Quits: pringao (~pringau@replaced-ip ) (Ping timeout: 256 seconds)
93 [00:40:44] <vjacob> Partitioning stage. Error: "Failed to partition the selected disk
94 [00:40:44] <vjacob> This probably happened because the selected disk or free space is too small to be automatically partitioned."
95 [00:40:57] <vjacob> this happens with numerous USB sticks
96 [00:41:08] <vjacob> so I am deducing that it is not just one stick but three
97 [00:41:41] <vjacob> that seem to be broken? Seems unlikely or rather improbable
98 [00:42:20] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
99 [00:42:22] <vjacob> bbiab
100 [00:42:33] *** Quits: vjacob (~vjacob@replaced-ip ) (Remote host closed the connection)
101 [00:43:02] *** Joins: grobi (~rtng@replaced-ip )
102 [00:43:38] *** Parts: jfbourdeau (~Elive_use@replaced-ip##) ("Support Elive by commenting here ##replaced-url
103 [00:44:05] <dka> mutante, can you please help?
104 [00:44:08] <bites> dka: you put RUN apt-key adv --recv-keys F76221572C52609D in your dockerfile before adding the repository.
105 [00:44:52] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Read error: Connection reset by peer)
106 [00:44:53] <mutante> dka: i dont know much about the "dockerization" part but this ^
107 [00:45:05] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
108 [00:45:25] <mutante> bites made it simpler than my version.. using just apt-key itself to --recv-keys rather than using gpg first
109 [00:45:36] *** Joins: amcorreia (~amcorreia@replaced-ip )
110 [00:45:40] <mutante> i am just used to older method i guess
111 [00:46:26] *** Quits: noodlepie (~Phillip@replaced-ip ) (Ping timeout: 244 seconds)
112 [00:46:35] *** Quits: Haudegen (~quassel@replaced-ip ) (Read error: Connection reset by peer)
113 [00:46:36] *** Quits: leibniz (~quest@replaced-ip ) (Quit: WeeChat 1.6)
114 [00:46:44] *** Joins: trev (~quest@replaced-ip )
115 [00:47:09] *** trev is now known as Guest39688
116 [00:48:00] *** Quits: lmctl|^^ (~kl@replaced-ip ) (Ping timeout: 252 seconds)
117 [00:48:11] *** Parts: Guest39688 (~quest@replaced-ip ) ()
118 [00:49:29] *** Joins: leibniz (~quest@replaced-ip )
119 [00:50:05] *** Joins: W6MCNfY (~W6MCN@replaced-ip )
120 [00:50:20] *** Quits: W6MCNfY (~W6MCN@replaced-ip ) (Remote host closed the connection)
121 [00:51:43] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 245 seconds)
122 [00:52:47] *** Quits: saturos (~saturos@replaced-ip ) (Remote host closed the connection)
123 [00:52:58] *** Quits: fax (~fax@replaced-ip ) (Quit: Konversation terminated!)
124 [00:54:02] *** debhelper sets mode: +l 1216
125 [00:54:09] *** Quits: morfeokmg (~morfeokmg@replaced-ip ) (Ping timeout: 252 seconds)
126 [00:55:38] *** Joins: polievka (~unko@replaced-ip )
127 [00:55:56] *** Joins: morfeokmg (~morfeokmg@replaced-ip )
128 [00:56:45] <bites> dka: why are you using deprecated instructions for installing docker?
129 [00:57:19] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (Quit: WeeChat 2.2)
130 [00:57:29] <bites> dka: in line 87 you are already inporting a key to apt-key RUN curl -fsSL replaced-url
131 [00:57:56] <bites> dka: but in line 88 you use a different repository than described in the docker installation instructions.
132 [00:58:21] <bites> replaced-url
133 [00:58:39] *** Quits: Peyam (~Peyam@replaced-ip ) (Quit: Leaving)
134 [00:59:03] <bites> dka: and that's why you get the error. you get docker-ce as described here ^
135 [00:59:05] *** Quits: Antares_ (~Antares@replaced-ip ) (Quit: Leaving)
136 [00:59:16] <dka> I cant display that website
137 [00:59:26] <dka> But thanks
138 [00:59:38] *** Quits: dadinn (~DADINN@replaced-ip ) (Ping timeout: 245 seconds)
139 [01:00:00] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Read error: Connection reset by peer)
140 [01:00:03] *** Quits: mirak (~mirak@replaced-ip ) (Ping timeout: 245 seconds)
141 [01:00:47] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Remote host closed the connection)
142 [01:00:56] *** Joins: amcorreia (~amcorreia@replaced-ip )
143 [01:01:34] <bites> dka: add-apt-repository "deb [arch=amd64] replaced-url
144 [01:02:25] <dka> well, it does the same
145 [01:02:30] <dka> I have loaded the page
146 [01:02:31] <bites> dka: this is the command from the docker documentation. what you have in line 88, 97, 99 is wrong.
147 [01:02:36] *** angerctl is now known as Namarrgon
148 [01:02:41] <dka> because of what ?
149 [01:02:48] *** Quits: brokencycle (~brokencyc@replaced-ip ) (Quit: WeeChat 1.6)
150 [01:02:51] <dka> RUN curl -fsSL replaced-url
151 [01:02:52] <dka> is equal to
152 [01:02:57] <dka> RUN curl -fsSL replaced-url
153 [01:03:01] <dka> RUN sudo add-apt-repository \
154 [01:03:01] <dka> "deb [arch=amd64] replaced-url
155 [01:03:01] <dka> $(lsb_release -cs) \
156 [01:03:01] <dka> stable"
157 [01:03:01] *** dka was kicked by debhelper (flood)
158 [01:03:05] *** Joins: dka (~code-is-a@replaced-ip )
159 [01:03:08] <dka> is equal to
160 [01:03:19] <dka> RUN add-apt-repository \
161 [01:03:20] <dka> "deb [arch=amd64] replaced-url
162 [01:03:35] <dka> I am now trying a build with : RUN apt-key adv --recv-keys F76221572C52609D
163 [01:03:47] <bites> just follow the instruction instead of the mess you have there.
164 [01:04:02] *** debhelper sets mode: +l 1210
165 [01:04:02] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 252 seconds)
166 [01:04:36] *** Quits: finalbeta (~finalbeta@replaced-ip ) (Ping timeout: 260 seconds)
167 [01:06:01] <bites> you don't need to add the key. you need to add the right repository.
168 [01:07:01] *** Quits: nighty- (~nighty@replaced-ip ) (Quit: Disappears in a puff of smoke)
169 [01:07:08] *** Quits: colinjmatt (~colinjmat@replaced-ip ) (Ping timeout: 245 seconds)
170 [01:07:41] *** Quits: ben_roose (~roose@replaced-ip ) (Remote host closed the connection)
171 [01:08:00] <dka> adding the key seems to work fine
172 [01:08:14] *** Joins: colinjmatt (~colinjmat@replaced-ip )
173 [01:08:23] *** Joins: oojacoboo (~oojacoboo@replaced-ip )
174 [01:08:25] <bites> yes, it removes the missing key error, but you are still adding the wrong repository in line 88.
175 [01:09:34] <dka> You mean this should be removed: && echo "deb replaced-url
176 [01:09:35] <dka> ?
177 [01:09:50] <bites> yes, that's why you had the error in the first place.
178 [01:11:33] *** Joins: iteratiws (~iterati@replaced-ip )
179 [01:12:14] *** Joins: Snowdrift (~Snowdrift@replaced-ip )
180 [01:12:47] *** Quits: Nokaji (~Nokaji@replaced-ip ) (Quit: Leaving)
181 [01:12:50] <dka> ok I have just stopped my build and restarted with the change
182 [01:12:51] *** Quits: Snowdrift (~Snowdrift@replaced-ip ) (Client Quit)
183 [01:13:02] *** Joins: Snowdrift (~Snowdrift@replaced-ip )
184 [01:13:08] <dka> Can you validate this new image ? replaced-url
185 [01:13:10] *** Quits: oojacoboo (~oojacoboo@replaced-ip ) (Ping timeout: 272 seconds)
186 [01:14:27] *** Joins: oojacoboo (~oojacoboo@replaced-ip )
187 [01:14:59] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Read error: Connection reset by peer)
188 [01:15:14] *** Quits: sonicdee (~linushec@replaced-ip ) (Quit: byby)
189 [01:15:22] *** Quits: colinjmatt (~colinjmat@replaced-ip ) (Ping timeout: 244 seconds)
190 [01:15:44] *** Joins: polo51_ (~polo51@replaced-ip )
191 [01:15:49] *** Joins: sonicdee (~linushec@replaced-ip )
192 [01:16:02] <bites> dka: looks good. i don't know if that image has the sudo command, but otherwise it looks fine.
193 [01:16:16] *** Joins: amcorreia (~amcorreia@replaced-ip )
194 [01:17:15] *** Quits: iteratiws (~iterati@replaced-ip ) (Remote host closed the connection)
195 [01:18:36] *** Quits: polo51 (~polo51@replaced-ip ) (Ping timeout: 260 seconds)
196 [01:19:00] *** Joins: slvmchn (~slv@replaced-ip )
197 [01:19:14] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
198 [01:21:33] *** Quits: jmarsac (~jmarsac@replaced-ip ) (Ping timeout: 252 seconds)
199 [01:22:47] *** Joins: iViLe (~bob@replaced-ip )
200 [01:23:41] *** Joins: mentor (~m@replaced-ip )
201 [01:23:51] *** Quits: warai_otoko (~warai_oto@replaced-ip ) (Ping timeout: 252 seconds)
202 [01:25:20] *** Quits: ilmostro (~ilmostro@replaced-ip ) (Quit: WeeChat 2.2)
203 [01:25:33] *** Joins: plouescat (~jt@replaced-ip )
204 [01:26:11] *** Joins: colinjmatt (~colinjmat@replaced-ip )
205 [01:26:58] *** Joins: warai_otoko (~warai_oto@replaced-ip )
206 [01:34:18] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 252 seconds)
207 [01:34:48] *** Joins: morphis_ (~morphis@replaced-ip )
208 [01:35:55] *** Joins: dvs (~hibbard@replaced-ip )
209 [01:37:33] *** Quits: morphis (~morphis@replaced-ip ) (Ping timeout: 245 seconds)
210 [01:40:12] *** Joins: terminalator (terminalat@replaced-ip )
211 [01:40:20] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
212 [01:42:13] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
213 [01:44:08] *** Joins: dvs (~hibbard@replaced-ip )
214 [01:44:40] *** Quits: Essadon (~Essadon@replaced-ip ) (Quit: Qutting)
215 [01:45:06] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Read error: Connection reset by peer)
216 [01:45:43] *** Joins: amcorreia (~amcorreia@replaced-ip )
217 [01:48:16] *** Joins: lefable (~wtgarzaa@replaced-ip )
218 [01:48:21] *** Joins: krytarik (~krytarik@replaced-ip )
219 [01:49:25] *** Joins: Uberius (~Uberius@replaced-ip )
220 [01:50:20] *** Quits: aloo_shu (~atomic@replaced-ip ) (Remote host closed the connection)
221 [01:50:28] *** Quits: sonicdee (~linushec@replaced-ip ) (Quit: byby)
222 [01:51:00] *** Joins: sonicdee (~linushec@replaced-ip )
223 [01:51:10] *** Quits: Merixer (~Merixer@replaced-ip ) (Ping timeout: 272 seconds)
224 [01:53:05] *** Joins: fakefur (~fakefur@replaced-ip )
225 [01:53:10] *** Quits: buriz (~tud3@replaced-ip ) (Quit: WeeChat 1.4)
226 [01:53:11] *** Quits: fakefur (~fakefur@replaced-ip ) (Client Quit)
227 [01:53:46] *** Quits: lefable (~wtgarzaa@replaced-ip ) (Quit: Leaving)
228 [01:54:29] <dka> I have this error when I run a command through ssh in CI : Pseudo-terminal will not be allocated because stdin is not a terminal.
229 [01:55:46] <dka> This is my command: ssh -o StrictHostKeyChecking=no -p 1337 someone@somehost docker exec nginx_nginx_1 nginx -s reload
230 [01:56:25] *** Joins: rtmataeu34 (~rtmataeu3@replaced-ip )
231 [01:57:04] *** mnemonic is now known as Guest43947
232 [01:57:13] *** Quits: uxfi (~uxfi@replaced-ip ) (Ping timeout: 244 seconds)
233 [01:57:15] *** Joins: semeion (~semeion@replaced-ip )
234 [01:57:17] *** Joins: nant (~nant@replaced-ip )
235 [01:57:32] <rtmataeu34> hello
236 [01:57:44] *** Quits: rtmataeu34 (~rtmataeu3@replaced-ip ) (Client Quit)
237 [01:58:00] *** Joins: rtmataeu34 (~rtmataeu3@replaced-ip )
238 [01:58:20] *** Joins: uxfi (~uxfi@replaced-ip )
239 [01:58:20] *** Quits: uxfi (~uxfi@replaced-ip ) (Changing host)
240 [01:58:20] *** Joins: uxfi (~uxfi@replaced-ip )
241 [01:58:46] *** Quits: nant (~nant@replaced-ip ) (Read error: Connection reset by peer)
242 [01:58:47] *** Quits: tdn (~tdn@replaced-ip ) (Ping timeout: 252 seconds)
243 [01:59:20] *** Joins: Merixer (~Merixer@replaced-ip )
244 [01:59:31] *** Quits: graphene (~graphene@replaced-ip ) (Remote host closed the connection)
245 [01:59:58] *** Joins: graphene (~graphene@replaced-ip )
246 [02:00:12] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Read error: Connection reset by peer)
247 [02:00:15] *** Quits: Guest43947 (~semeion@replaced-ip ) (Ping timeout: 268 seconds)
248 [02:01:06] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
249 [02:01:08] *** Joins: amcorreia (~amcorreia@replaced-ip )
250 [02:01:39] *** Joins: de-facto (~de-facto@replaced-ip )
251 [02:02:38] *** Quits: ebarch (~ebarch@replaced-ip##) (Quit: The Lounge - ##replaced-url
252 [02:03:04] *** Joins: xPucTu4 (~yahoo@replaced-ip )
253 [02:04:31] *** Joins: ebarch (~ebarch@replaced-ip )
254 [02:06:46] *** Joins: jetscreamer (~jetscream@replaced-ip )
255 [02:06:48] *** Quits: dArK_IcE (~lawl@replaced-ip ) ()
256 [02:07:06] *** Quits: Merixer (~Merixer@replaced-ip ) (Ping timeout: 264 seconds)
257 [02:07:14] *** Joins: Gnhugo (~yaaic@replaced-ip )
258 [02:11:30] *** Joins: Gaaab (~Gaaab@replaced-ip )
259 [02:14:23] *** Joins: himcesjf_ (~cesjf@replaced-ip )
260 [02:14:26] *** Quits: mzf (~fakhraee@replaced-ip ) (Ping timeout: 268 seconds)
261 [02:14:44] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Ping timeout: 252 seconds)
262 [02:15:10] *** Joins: mzf (~fakhraee@replaced-ip )
263 [02:15:53] *** Quits: Uberius (~Uberius@replaced-ip ) (Quit: Quit)
264 [02:16:23] *** Quits: morfeokmg (~morfeokmg@replaced-ip ) (Ping timeout: 252 seconds)
265 [02:16:26] *** Joins: tdn (~tdn@replaced-ip )
266 [02:16:35] *** Joins: cCkw (~ejakuk@replaced-ip )
267 [02:16:40] *** Joins: sadako (~z@replaced-ip )
268 [02:17:18] *** Quits: cCkw (~ejakuk@replaced-ip ) (Remote host closed the connection)
269 [02:17:27] *** Joins: alexandros_c (~alexandro@replaced-ip )
270 [02:17:29] *** Quits: quipa (~Maxim@replaced-ip ) (Ping timeout: 252 seconds)
271 [02:18:06] *** Quits: BrainWork (~brain@replaced-ip ) (Ping timeout: 260 seconds)
272 [02:18:18] *** Quits: bolt_ (~r00t@replaced-ip ) (Ping timeout: 252 seconds)
273 [02:18:51] *** Quits: sadtaco (~z@replaced-ip ) (Ping timeout: 252 seconds)
274 [02:19:24] *** Quits: polo51_ (~polo51@replaced-ip ) (Quit: Leaving)
275 [02:19:43] *** Joins: polo51 (~polo51@replaced-ip )
276 [02:20:03] *** Quits: rtmataeu34 (~rtmataeu3@replaced-ip ) (Quit: Leaving)
277 [02:20:33] *** Joins: makidani (~makidani@replaced-ip )
278 [02:20:51] *** semeion is now known as mnemonic
279 [02:21:13] *** Quits: Gaaab (~Gaaab@replaced-ip ) (Ping timeout: 268 seconds)
280 [02:21:20] *** Quits: lilie (~androirc@replaced-ip ) (Ping timeout: 252 seconds)
281 [02:22:34] *** Quits: apt (ibot@replaced-ip ) (Read error: Connection reset by peer)
282 [02:22:52] *** Joins: n4dir (~user@replaced-ip )
283 [02:23:05] *** Joins: apt (ibot@replaced-ip )
284 [02:24:42] *** Joins: fstd_ (~fstd@replaced-ip )
285 [02:25:08] *** Joins: Uberius (~Uberius@replaced-ip )
286 [02:25:44] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 252 seconds)
287 [02:25:45] *** fstd_ is now known as fstd
288 [02:26:38] *** Joins: BrainWork (~brain@replaced-ip )
289 [02:26:46] *** Joins: bolt (~r00t@replaced-ip )
290 [02:26:59] *** Quits: oojacoboo (~oojacoboo@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
291 [02:28:59] *** Joins: MACscr|lappy (~MACscr|la@replaced-ip )
292 [02:29:24] <n4dir> running apt-get upgrade i get errors for linux-image and linux-headers, postinst.d/dkms -> Could not find dkms.conf file. replaced-url
293 [02:29:24] <n4dir>
294 [02:29:32] *** Joins: iflema (~ian@replaced-ip )
295 [02:30:52] *** Quits: polo51 (~polo51@replaced-ip ) (Quit: Leaving)
296 [02:31:39] *** Quits: makidani (~makidani@replaced-ip ) (Remote host closed the connection)
297 [02:31:44] *** Joins: hdb2 (~josh@replaced-ip )
298 [02:32:28] *** Joins: purpleunicorn (~purpleuni@replaced-ip )
299 [02:32:56] *** Quits: purpleunicorn (~purpleuni@replaced-ip ) (Client Quit)
300 [02:34:41] <themill> n4dir: does /etc/modprobe.d/dkms.conf exist?
301 [02:35:42] <n4dir> themill: yes.
302 [02:36:12] <themill> what's in it?
303 [02:36:27] <n4dir> a few comments, else it's empty
304 [02:37:19] <n4dir> -> "this is a stub file ... "
305 [02:37:31] <themill> yeah
306 [02:39:13] *** Quits: graphene (~graphene@replaced-ip ) (Remote host closed the connection)
307 [02:39:41] *** Joins: graphene (~graphene@replaced-ip )
308 [02:41:05] <n4dir> the file being empty is the problem?
309 [02:41:13] <themill> no that should be ok
310 [02:41:56] *** Joins: atomicCyborg (~atomicCyb@replaced-ip )
311 [02:42:40] *** Joins: diniwed (~gavron@replaced-ip )
312 [02:42:45] <hdb2> for those running virtualbox+vagrant, is using the upstream repos better/worse than stretch-backports?
313 [02:44:41] <karlpinc> dka: I don't know what you're trying to do but you could use either -t or -T (depending on what you want) to get rid of your ssh error. If all you're getting is output from the remote command I don't believe you need a tty, so you'd use -T to get rid of the error message. (Although I'm not clear on why you're getting the message in the first place.)
314 [02:45:20] <dka> karlpinc, I have tried with -T but I dont see anything coming in stdout
315 [02:47:17] *** Joins: cryptodan (~cryptodan@replaced-ip )
316 [02:47:25] <themill> n4dir: do you know what module you're using dkms for?
317 [02:48:00] *** Quits: atomicCyborg (~atomicCyb@replaced-ip ) (Quit: Leaving)
318 [02:48:05] <themill> (it seems to want "$dkms_tree/$module/$module_version/source/dkms.conf" which your locate did not report)
319 [02:48:26] *** Joins: cCkw (~ejakuk@replaced-ip )
320 [02:48:44] *** Joins: friki2015 (~a@replaced-ip )
321 [02:49:03] *** Joins: dreamon_ (~dreamon@replaced-ip )
322 [02:49:03] *** Quits: ghost43 (~daer@replaced-ip ) (Ping timeout: 256 seconds)
323 [02:49:09] *** Joins: atomicCyborg (~atomicCyb@replaced-ip )
324 [02:50:12] <n4dir> themill: i thought a bit. I think i tried it for the wireless chip ( Broadcom). That didn't work, and i gave up on wireless. I don't think i used dkms for anything else, but am not sure.
325 [02:50:25] *** Quits: friki2015 (~a@replaced-ip ) (Quit: a)
326 [02:50:56] <n4dir> am not 100% sure.
327 [02:51:47] *** Quits: cCkw (~ejakuk@replaced-ip ) (Client Quit)
328 [02:52:02] <themill> n4dir: does "aptitude search ~ndkms~i" turn up anything?
329 [02:52:30] <n4dir> only dkms itself
330 [02:52:44] <themill> try removing dkms ;)
331 [02:52:58] <n4dir> Ok. Thanks.
332 [02:53:17] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 268 seconds)
333 [02:53:33] *** Joins: ghost43 (~daer@replaced-ip )
334 [02:53:46] *** Quits: hdb2 (~josh@replaced-ip ) (Quit: leaving)
335 [02:53:47] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 252 seconds)
336 [02:54:06] <n4dir> side note: yesterday i realized that i have contrib and non-free enabled, but no packages of them installed ... (probably also for said broadcom chip).
337 [02:54:16] <n4dir> but yes, removing dkms worked. Thanks again. whew.
338 [02:54:17] *** Joins: elevated (~elevated@replaced-ip )
339 [02:54:21] <themill> :)
340 [02:54:53] *** Quits: faw (~faw@replaced-ip ) (Ping timeout: 252 seconds)
341 [02:56:04] <ictaco> hi, any luks users here? is there an advantage to keyfiles vs passwords, assuming both will be gpg pubkey encrypted for practical use
342 [02:56:10] *** Quits: jetscreamer (~jetscream@replaced-ip ) (Quit: jetscreamer)
343 [02:58:04] *** Quits: deadz0 (~deadz0@replaced-ip ) (Remote host closed the connection)
344 [03:00:06] *** Quits: voeid (luke@replaced-ip ) (Quit: Lost terminal)
345 [03:04:54] *** Quits: c0ncealed3 (c0ncealed@replaced-ip ) (Remote host closed the connection)
346 [03:05:24] *** Joins: c0ncealed3 (c0ncealed@replaced-ip )
347 [03:08:23] *** Joins: sidmo (~ident@replaced-ip )
348 [03:09:59] *** Quits: V-Vega- (~vvega@replaced-ip ) (Ping timeout: 252 seconds)
349 [03:10:28] *** Joins: bnw01 (~bnw@replaced-ip )
350 [03:10:34] *** Quits: sidmo_ (~ident@replaced-ip ) (Ping timeout: 240 seconds)
351 [03:11:50] *** Joins: pity_ (~pity@replaced-ip )
352 [03:12:12] *** Quits: MACscr|lappy (~MACscr|la@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
353 [03:12:45] *** Quits: pity (~pity@replaced-ip ) (Ping timeout: 252 seconds)
354 [03:13:02] *** Quits: bnw (~bnw@replaced-ip ) (Ping timeout: 252 seconds)
355 [03:13:35] *** Quits: ]3n19m4[ (~]3n19m4@replaced-ip ) (Ping timeout: 252 seconds)
356 [03:14:02] *** debhelper sets mode: +l 1203
357 [03:14:17] *** Joins: bnw_ (~bnw@replaced-ip )
358 [03:15:20] *** Joins: ]3n19m4[ (~]3n19m4@replaced-ip )
359 [03:16:40] *** Quits: bnw01 (~bnw@replaced-ip ) (Ping timeout: 272 seconds)
360 [03:16:50] *** Joins: pity (~pity@replaced-ip )
361 [03:17:18] *** Quits: pity_ (~pity@replaced-ip ) (Ping timeout: 272 seconds)
362 [03:17:33] *** Joins: neo4 (~Thunderbi@replaced-ip )
363 [03:17:40] *** Joins: ulisses- (~ulisses@replaced-ip )
364 [03:17:46] *** Joins: joel_ (~joel@replaced-ip )
365 [03:18:06] *** Quits: joel_ (~joel@replaced-ip ) (Client Quit)
366 [03:20:22] *** Quits: ulisses- (~ulisses@replaced-ip ) (Client Quit)
367 [03:21:21] *** Joins: finalbeta (~finalbeta@replaced-ip )
368 [03:21:50] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 252 seconds)
369 [03:22:06] *** Quits: _ADN_ (~username@replaced-ip ) (Ping timeout: 252 seconds)
370 [03:24:21] *** Joins: [b0b] (~bob@replaced-ip )
371 [03:24:49] *** Quits: blitzed (~blitzed@replaced-ip ) (Quit: Leaving)
372 [03:25:40] *** Hunterkll_ is now known as Hunterkll
373 [03:27:30] *** Quits: b0b (~bob@replaced-ip ) (Ping timeout: 252 seconds)
374 [03:27:32] *** [b0b] is now known as b0b
375 [03:29:15] *** Joins: cCkw (~ejakuk@replaced-ip )
376 [03:32:17] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 244 seconds)
377 [03:33:07] *** Joins: yokisuci (~yokisuci@replaced-ip )
378 [03:36:08] *** nyov is now known as Guest52285
379 [03:36:16] *** Joins: nyov (~nyov@replaced-ip )
380 [03:36:18] *** Joins: beli3ver (~ircuser@replaced-ip )
381 [03:36:47] *** Joins: nuuuciano (~luuuciano@replaced-ip )
382 [03:39:31] *** Quits: Guest52285 (~nyov@replaced-ip ) (Ping timeout: 244 seconds)
383 [03:39:34] *** Quits: n4dir (~user@replaced-ip ) (Ping timeout: 240 seconds)
384 [03:42:02] *** Quits: l1nuxg33k (uid322116@replaced-ip ) (Quit: Connection closed for inactivity)
385 [03:44:10] *** Joins: k_sze[work] (~Kira@replaced-ip )
386 [03:49:26] *** Joins: behanw (uid110099@replaced-ip )
387 [03:51:12] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
388 [03:51:15] *** Quits: v01t (~v01t@replaced-ip ) (Ping timeout: 252 seconds)
389 [03:52:36] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 260 seconds)
390 [03:54:37] *** Joins: n4dir (~user@replaced-ip )
391 [03:55:25] *** Joins: grobi1 (~rtng@replaced-ip )
392 [03:58:39] *** Quits: grobi (~rtng@replaced-ip ) (Ping timeout: 268 seconds)
393 [03:58:50] *** Quits: bluenemo (~bluenemo@replaced-ip ) (Remote host closed the connection)
394 [04:00:07] *** Quits: Uberius (~Uberius@replaced-ip ) (Remote host closed the connection)
395 [04:00:29] *** Joins: Uberius (~Uberius@replaced-ip )
396 [04:01:15] *** Quits: poeinklum (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
397 [04:01:24] *** Joins: cdown (~cdown@replaced-ip )
398 [04:01:43] *** Quits: eyalroz (~quassel@replaced-ip ) (Ping timeout: 245 seconds)
399 [04:02:58] *** Quits: ]3n19m4[ (~]3n19m4@replaced-ip ) (Ping timeout: 245 seconds)
400 [04:03:01] *** Quits: mzf (~fakhraee@replaced-ip ) (Ping timeout: 246 seconds)
401 [04:03:33] *** Joins: velix_inuse (~Velix@replaced-ip )
402 [04:04:47] *** Joins: mzf (~fakhraee@replaced-ip )
403 [04:05:07] *** Quits: rysiek|pl (~quassel@replaced-ip ) (Remote host closed the connection)
404 [04:05:36] *** Joins: COOurb (~COOurb@replaced-ip )
405 [04:07:11] *** Quits: velix (~Velix@replaced-ip ) (Ping timeout: 252 seconds)
406 [04:07:34] *** Joins: poeinklum_ (~quassel@replaced-ip )
407 [04:07:40] *** Joins: bruce549 (~bruce549@replaced-ip )
408 [04:08:06] *** Joins: poeinklum__ (~quassel@replaced-ip )
409 [04:08:46] *** Quits: cryptodan (~cryptodan@replaced-ip ) (Remote host closed the connection)
410 [04:09:14] *** Quits: ham5 (~iamfive@replaced-ip ) (Remote host closed the connection)
411 [04:12:21] *** Quits: elevated (~elevated@replaced-ip ) (Quit: bye)
412 [04:13:48] *** Quits: boturk (boturk@replaced-ip ) (Ping timeout: 252 seconds)
413 [04:16:40] *** Quits: foul_owl (~foul_owl@replaced-ip ) (Read error: Connection reset by peer)
414 [04:20:32] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Quit: WeeChat 1.9.1)
415 [04:23:19] *** Quits: dsnow (~dsnow@replaced-ip ) (Ping timeout: 268 seconds)
416 [04:23:48] *** Quits: dxrt (~dxrt@replaced-ip ) (Ping timeout: 272 seconds)
417 [04:24:02] *** debhelper sets mode: +l 1196
418 [04:27:00] *** Joins: eb0tXn (~eb0t@replaced-ip )
419 [04:27:18] *** Joins: danielbeck (~danielbec@replaced-ip )
420 [04:28:50] *** Quits: Kevlar_Noir (~lexou@replaced-ip ) (Quit: Konversation terminated!)
421 [04:29:02] *** Quits: eb0tXn (~eb0t@replaced-ip ) (Remote host closed the connection)
422 [04:29:02] *** Quits: danielbeck (~danielbec@replaced-ip ) (Remote host closed the connection)
423 [04:31:11] *** Quits: poeinklum_ (~quassel@replaced-ip ) (Ping timeout: 244 seconds)
424 [04:31:53] *** Joins: azcoigreach (~azcoigrea@replaced-ip )
425 [04:34:13] *** Quits: cryptic (~cryptic@replaced-ip ) (Ping timeout: 245 seconds)
426 [04:34:37] *** Joins: foul_owl (~foul_owl@replaced-ip )
427 [04:37:28] *** Joins: cryptic (~cryptic@replaced-ip )
428 [04:37:42] *** Joins: Kevlar_Noir (~lexou@replaced-ip )
429 [04:38:28] *** Joins: poeinklum_ (~quassel@replaced-ip )
430 [04:42:22] *** mnemonic is now known as Guest89011
431 [04:42:32] *** Joins: semeion (~semeion@replaced-ip )
432 [04:44:17] *** Quits: Guest89011 (~semeion@replaced-ip ) (Ping timeout: 268 seconds)
433 [04:44:31] *** semeion is now known as mnemonic
434 [04:44:37] *** Quits: Kevlar_Noir (~lexou@replaced-ip ) (Quit: Konversation terminated!)
435 [04:50:18] *** Quits: poeinklum_ (~quassel@replaced-ip ) (Ping timeout: 244 seconds)
436 [04:51:25] *** Joins: V-Vega- (~vvega@replaced-ip )
437 [04:52:06] *** Quits: finalbeta (~finalbeta@replaced-ip ) (Ping timeout: 260 seconds)
438 [04:52:14] *** Parts: Gasoline (~Nope@replaced-ip ) ("Leaving")
439 [04:54:43] *** Joins: poeinklum_ (~quassel@replaced-ip )
440 [04:55:14] *** Quits: lovepopsickle (~lovepopsi@replaced-ip ) (Remote host closed the connection)
441 [04:56:44] *** Quits: terminalator (terminalat@replaced-ip ) (Ping timeout: 272 seconds)
442 [04:56:55] *** Quits: cryptic (~cryptic@replaced-ip ) (Ping timeout: 246 seconds)
443 [04:58:13] *** Quits: killian99 (~killian99@replaced-ip ) (Quit: Quitte)
444 [04:58:32] *** Joins: cryptic (~cryptic@replaced-ip )
445 [05:00:27] *** Quits: MACscr (~MACscr@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
446 [05:01:29] *** Quits: Gnhugo (~yaaic@replaced-ip ) (Remote host closed the connection)
447 [05:01:51] *** Joins: boris_t (~boris_t@replaced-ip )
448 [05:04:08] <karlpinc> ictaco: If you're really using the LUKS format the real key is encrypted on disk. Potentially more than once, once for each keyslot you setup. And each keyslot has a password. Now, as to why you'd want to use TrueCrypt/VeraCrypt instead of LUKS I can't say. Maybe if you want MS Windows compatibility? I also can't say which is "better". I've always gone with LUKS, having more conficence in the Linux side of things.
449 [05:04:48] *** Quits: plouescat (~jt@replaced-ip ) (Remote host closed the connection)
450 [05:05:50] *** Joins: awal1 (~awal1@replaced-ip )
451 [05:07:52] *** Quits: mnemonic (~semeion@replaced-ip ) (Ping timeout: 244 seconds)
452 [05:08:23] *** Quits: poeinklum__ (~quassel@replaced-ip ) (Ping timeout: 245 seconds)
453 [05:09:03] *** Joins: mnemonic (~semeion@replaced-ip )
454 [05:09:19] *** Quits: rootroot (~rootroot@replaced-ip ) (Remote host closed the connection)
455 [05:09:56] *** Joins: buddhirt (~buddhi---@replaced-ip )
456 [05:12:00] *** Joins: poeinklum__ (~quassel@replaced-ip )
457 [05:13:14] *** Joins: BOSNA (~Sokol@replaced-ip )
458 [05:14:33] *** Quits: n4dir (~user@replaced-ip ) (Remote host closed the connection)
459 [05:16:27] *** Quits: diniwed (~gavron@replaced-ip ) (Quit: WeeChat 1.6)
460 [05:22:32] *** Quits: atomicCyborg (~atomicCyb@replaced-ip ) (Quit: Leaving)
461 [05:24:01] *** debhelper sets mode: +l 1190
462 [05:24:59] *** Joins: purpleunicorn (~purpleuni@replaced-ip )
463 [05:27:04] *** Joins: arulmagi (~arulmagi@replaced-ip )
464 [05:27:57] *** Quits: cCkw (~ejakuk@replaced-ip ) (Quit: Leaving)
465 [05:29:04] *** Quits: purpleunicorn (~purpleuni@replaced-ip ) (Client Quit)
466 [05:29:21] *** Quits: arulmagi (~arulmagi@replaced-ip ) (Client Quit)
467 [05:29:48] *** Joins: purpleunicorn (~purpleuni@replaced-ip )
468 [05:29:59] *** Joins: ilmostro (~ilmostro@replaced-ip )
469 [05:33:14] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
470 [05:35:22] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 272 seconds)
471 [05:36:50] *** Quits: poeinklum_ (~quassel@replaced-ip ) (Ping timeout: 252 seconds)
472 [05:37:41] *** Quits: cryptic (~cryptic@replaced-ip ) (Ping timeout: 252 seconds)
473 [05:40:24] *** Quits: retiform (~retiform@replaced-ip ) (Quit: Leaving)
474 [05:42:55] *** Joins: poeinklum_ (~quassel@replaced-ip )
475 [05:43:16] *** Joins: haktor5 (~haktor5@replaced-ip )
476 [05:43:31] *** Joins: Merixer (~Merixer@replaced-ip )
477 [05:43:39] *** Quits: arthurmde_ (uid38505@replaced-ip ) (Quit: Connection closed for inactivity)
478 [05:43:46] *** Joins: Ericounet (~Eric@replaced-ip )
479 [05:45:40] <ictaco> karlpinc: it says in the man page a key file may be used in lieu of a password
480 [05:46:24] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
481 [05:49:06] *** Joins: nighty- (~nighty@replaced-ip )
482 [05:51:02] <nyov> a key file is nothing else than a file containing some "key material". It's "something you have" rather than "something you know"; you have to keep it secure, though.
483 [05:51:36] *** Quits: haktor5 (~haktor5@replaced-ip ) (Remote host closed the connection)
484 [05:52:41] *** Joins: dxrt (~dxrt@replaced-ip )
485 [05:52:41] *** Quits: dxrt (~dxrt@replaced-ip ) (Changing host)
486 [05:52:41] *** Joins: dxrt (~dxrt@replaced-ip )
487 [05:52:48] *** Joins: Ayo (~quassel@replaced-ip )
488 [05:53:43] <nyov> ictaco: if you want something more special, use a keyscript. that could be something which reads key-material from a usb stick, for example. and perhaps use gpg to decrypt it first, as you seem to want.
489 [05:55:10] *** Quits: siraben (~user@replaced-ip ) (Remote host closed the connection)
490 [05:55:35] *** Joins: siraben (~user@replaced-ip )
491 [05:55:37] *** Quits: pyex (~pyex@replaced-ip ) (Remote host closed the connection)
492 [05:56:29] *** Joins: bailroc (~wedge@replaced-ip )
493 [05:56:30] <nyov> Would someone using buster or backports, and having python-twisted installed, drop into a py shell real quick and test this import for me please: import twisted.web.http
494 [05:56:34] *** Quits: p0lyph3m (~p0lyph3m@replaced-ip ) (Ping timeout: 240 seconds)
495 [05:56:49] <nyov> I believe it's broken, but maybe it's rather a local issue
496 [05:57:29] *** Quits: poeinklum_ (~quassel@replaced-ip ) (Ping timeout: 252 seconds)
497 [05:58:18] *** Quits: lead_pipe23 (~Lead@replaced-ip ) (Ping timeout: 252 seconds)
498 [06:00:08] *** Quits: Tom-_ (~tomg@replaced-ip ) (Ping timeout: 268 seconds)
499 [06:00:25] *** Joins: v01t (~v01t@replaced-ip )
500 [06:01:22] *** Quits: siraben (~user@replaced-ip ) (Ping timeout: 268 seconds)
501 [06:01:30] *** Quits: gm152 (coffee@replaced-ip ) (Quit: Lost terminal)
502 [06:03:21] *** Joins: Mazhive_one (~Mazhive@replaced-ip )
503 [06:03:26] <nyov> Nobody? I'd like to verify before filing a bug report.
504 [06:04:20] *** Quits: ghost43 (~daer@replaced-ip ) (Remote host closed the connection)
505 [06:04:35] <ictaco> I suppose then anything over 100 bits of entropy, either as a ~30 character password or raw urandom is good enough for encrypting a keyslot? maybe I'm overthinking it. I don't want to remember a password, so either way I'll be GPG-encrypting the private material.
506 [06:04:35] *** Joins: ghost43 (~daer@replaced-ip )
507 [06:04:42] *** Quits: Mazhive (~Mazhive@replaced-ip ) (Ping timeout: 244 seconds)
508 [06:05:21] *** Joins: poeinklum_ (~quassel@replaced-ip )
509 [06:05:22] <Unit193> nyov: Based on package name I presumed py2, I only have python-twisted-bin and python-twisted-core, it didn't error.
510 [06:05:52] *** Quits: himcesjf_ (~cesjf@replaced-ip ) (Ping timeout: 246 seconds)
511 [06:05:55] *** Joins: Kevlar_Noir (~lexou@replaced-ip )
512 [06:05:56] <nyov> Unit193: thanks. strange, I have an error both with py2 and py3 versions.
513 [06:06:15] <Unit193> I did that test on i386 though. :P
514 [06:07:13] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
515 [06:07:36] <nyov> `dpkg -S` on the failing files says package name is `python3-twisted`. Hm, I'll investigate some more :)
516 [06:07:48] *** Quits: purpleunicorn (~purpleuni@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
517 [06:09:12] <nyov> I just notices I only tested the backports version, however. :/
518 [06:09:39] *** Joins: morfeokmg (~morfeokmg@replaced-ip )
519 [06:10:35] *** Quits: madage (~madage@replaced-ip ) (Remote host closed the connection)
520 [06:10:47] <nyov> And why does it require python>3.6 anyway. Ouch, can't upgrade. Oh well
521 [06:10:52] *** Joins: madage (~madage@replaced-ip )
522 [06:16:04] <nyov> ah, plot thickens. it seems to actually require a newer version of python-attr instead to work. eww
523 [06:17:12] *** Joins: purpleunicorn (~purpleuni@replaced-ip )
524 [06:19:50] <themill> that's a trivial backport to make and does fix the problem
525 [06:20:59] *** Quits: BOSNA (~Sokol@replaced-ip ) ()
526 [06:21:41] *** Joins: fedorafan (~fedorafan@replaced-ip )
527 [06:24:21] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (Ping timeout: 252 seconds)
528 [06:25:03] *** Joins: annadane_ (~annadane@replaced-ip )
529 [06:25:07] *** Joins: buddhi- (~buddhi---@replaced-ip )
530 [06:25:13] *** Quits: annadane (~annadane@replaced-ip ) (Remote host closed the connection)
531 [06:25:13] *** Quits: buddhirt (~buddhi---@replaced-ip ) (Read error: Connection reset by peer)
532 [06:25:23] *** Joins: velix (~Velix@replaced-ip )
533 [06:25:44] *** Quits: Kadigan (~kadigan@replaced-ip ) (Remote host closed the connection)
534 [06:26:12] *** Joins: Kadigan (~kadigan@replaced-ip )
535 [06:27:11] *** Quits: velix_inuse (~Velix@replaced-ip ) (Ping timeout: 252 seconds)
536 [06:28:17] *** Quits: graphene (~graphene@replaced-ip ) (Ping timeout: 252 seconds)
537 [06:31:07] *** Parts: annadane_ (~annadane@replaced-ip ) ()
538 [06:31:18] *** Joins: diogenes_ (~diogenes_@replaced-ip )
539 [06:31:34] *** Joins: annadane (~annadane@replaced-ip )
540 [06:33:56] *** Joins: YesMan (~Rubafix@replaced-ip )
541 [06:35:05] <nyov> I'll see about adding the dependency to the package, though I don't know how to best raise the required backports issue?
542 [06:35:42] *** Quits: poeinklum_ (~quassel@replaced-ip ) (Ping timeout: 252 seconds)
543 [06:36:05] *** Quits: buddhi- (~buddhi---@replaced-ip ) (Quit: Leaving)
544 [06:36:54] *** Joins: ledeni (~ledeni@replaced-ip )
545 [06:37:25] *** Joins: asterismo_l (~asterismo@replaced-ip )
546 [06:39:16] *** Joins: himcesjf_ (~cesjf@replaced-ip )
547 [06:39:55] *** himcesjf_ is now known as him-cesjf
548 [06:42:41] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 268 seconds)
549 [06:42:51] *** Joins: poeinklum_ (~quassel@replaced-ip )
550 [06:43:38] *** Joins: tvm (~tvm@replaced-ip )
551 [06:44:07] *** Quits: purpleunicorn (~purpleuni@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
552 [06:45:10] *** Joins: purpleunicorn (~purpleuni@replaced-ip )
553 [06:46:18] <themill> nyov: I've notified the uploader; via the backports mailing list is the normal way
554 [06:46:48] *** Joins: furrywolf (~furrywolf@replaced-ip )
555 [06:46:49] <nyov> themill: thanks! and good to know
556 [06:46:50] *** Joins: hele (~hele@replaced-ip )
557 [06:46:54] <themill> replaced-url
558 [06:47:37] *** Quits: intcat (~zshlyk@replaced-ip ) (Ping timeout: 256 seconds)
559 [06:47:39] <furrywolf> I need to send a form to the local DMV, replaced-url
560 [06:47:46] *** Quits: hele (~hele@replaced-ip ) (Client Quit)
561 [06:47:49] *** Joins: Elleander (~Elleander@replaced-ip )
562 [06:49:23] <themill> furrywolf: I know of nothing other than acroread that can deal with that sort of file; acroread from dmm works.
563 [06:49:37] <themill> !dmm pinning
564 [06:49:37] <dpkg> To ensure that you only get the packages you really want from deb-multimedia.org, «echo -e 'Package: *\nPin: origin "replaced-url
565 [06:49:41] <diogenes_> furrywolf, i suppose it's some crappy acrobat reader
566 [06:49:46] *** Joins: finalbeta (~finalbeta@replaced-ip )
567 [06:49:55] <diogenes_> that workson windows only
568 [06:50:12] <jelly> ,v acroread
569 [06:50:13] <judd> No package named 'acroread' was found in amd64.
570 [06:50:22] <jelly> ,v acroread --arch i386
571 [06:50:23] <judd> Package: acroread on i386 -- jessie-multimedia/non-free: 9.5.5-dmo1; wheezy-multimedia/non-free: 9.5.5-dmo1; stretch-multimedia/non-free: 9.5.5-dmo2; buster-multimedia/non-free: 9.5.5-dmo5; sid-multimedia/non-free: 9.5.5-dmo5
572 [06:50:24] <furrywolf> this is an oldstable frankendebian box. also, I do not have any intention of ever installing any adobe software.
573 [06:50:41] <furrywolf> if the answer is "nothing open-source can open this file", linux is failing badly. heh.
574 [06:51:07] *** Joins: intcat (~zshlyk@replaced-ip )
575 [06:51:12] <diogenes_> furrywolf, you can use a vm
576 [06:51:12] <jelly> in case you did not notice, linux has been failiung badly in that regard for the last 25 years
577 [06:51:24] *** Quits: kopper (~mrbabar@replaced-ip ) (Remote host closed the connection)
578 [06:51:31] <diogenes_> not failing for me
579 [06:51:32] <furrywolf> it's a bloody pdf file, not something weird...
580 [06:51:39] *** Joins: electro33 (uid613@replaced-ip )
581 [06:51:45] <themill> that's not true
582 [06:51:55] <diogenes_> it's weird when the use their drm
583 [06:52:04] <themill> it's a very weird PDF file that relies on a javascript engine and a pile of other crap that only adobe implement
584 [06:52:23] <themill> istr it's also entirely undocumented
585 [06:52:32] <jelly> pdf: a container format for almost anything under the sun now, including several turing-complete languages
586 [06:53:17] <furrywolf> somehow I don't think the DMV will take "I can't open your file" as a reason for not renewing my permit...
587 [06:53:31] <furrywolf> which means I need to call them and request a paper copy mailed to me. bleh.
588 [06:55:59] <jelly> that may be an option to installing non-free software, sure
589 [06:57:16] <furrywolf> finally found something googling... a forum post that says "master pdf editor" can open them... but it's a ubuntu .deb... always fun.
590 [06:58:03] <annadane> i don't want to sound like a total idiot by saying "use wine" but...
591 [06:58:29] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
592 [06:58:35] <annadane> that is however waaaay too time consuming
593 [06:59:48] *** Joins: olegfusion (~olegfusio@replaced-ip )
594 [06:59:53] *** Joins: Workbench (~quassel@replaced-ip )
595 [07:02:35] <furrywolf> replaced-url
596 [07:04:17] *** Joins: baptkL (~bapt@replaced-ip )
597 [07:04:23] *** Quits: annadane (~annadane@replaced-ip ) (Quit: Leaving)
598 [07:06:19] *** Joins: spiritwalker_ (~spiritwal@replaced-ip )
599 [07:06:38] <furrywolf> oh well, too late to fill it in now... bbl, wolfy bedtime
600 [07:07:02] *** Quits: spiritwalker (~spiritwal@replaced-ip ) (Remote host closed the connection)
601 [07:07:23] *** Quits: Cork (~Cork@replaced-ip ) (Remote host closed the connection)
602 [07:09:05] <furrywolf> "Only non-personal identifying information is transmitted to Adobe" no one in their right mind would install any adobe software. it even admits now that it phones home.
603 [07:10:00] *** Quits: KG7QEO (~evilroots@replaced-ip ) (Ping timeout: 252 seconds)
604 [07:11:09] *** Joins: kopper (~mrbabar@replaced-ip )
605 [07:11:11] *** Joins: imp (~imp@replaced-ip )
606 [07:11:37] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
607 [07:12:16] *** Joins: n_1-c_k (~nick@replaced-ip )
608 [07:12:33] *** Quits: baptkL (~bapt@replaced-ip ) (Ping timeout: 252 seconds)
609 [07:14:04] *** Quits: alexandros_c (~alexandro@replaced-ip ) (Remote host closed the connection)
610 [07:14:25] *** Joins: alexandros_c (~alexandro@replaced-ip )
611 [07:16:38] *** Joins: Cork (~Cork@replaced-ip )
612 [07:17:49] *** Quits: anglophilic (~seekr@replaced-ip ) (Quit: Goodbye, cruel world.)
613 [07:17:49] <furrywolf> "master pdf editor" does indeed seem to open it.
614 [07:18:24] *** Joins: seekr (~seekr@replaced-ip )
615 [07:18:31] *** Quits: YesMan (~Rubafix@replaced-ip ) (Remote host closed the connection)
616 [07:18:57] *** Joins: YesMan (~Rubafix@replaced-ip )
617 [07:19:58] *** Joins: timsen (~Tim@replaced-ip )
618 [07:23:28] *** Joins: llucenic (~Thunderbi@replaced-ip )
619 [07:24:02] *** debhelper sets mode: +l 1196
620 [07:25:02] *** Joins: shadrak__ (~shadrak@replaced-ip )
621 [07:25:36] *** Joins: aidalgolaE (~aidalgol@replaced-ip )
622 [07:30:52] *** Joins: sauvin (sauvin@replaced-ip )
623 [07:31:15] *** Quits: alexandros_c (~alexandro@replaced-ip ) (Ping timeout: 252 seconds)
624 [07:31:32] *** Quits: P1ersson1 (~P1ersson@replaced-ip ) (Ping timeout: 252 seconds)
625 [07:32:50] *** Quits: aidalgolaE (~aidalgol@replaced-ip ) (Remote host closed the connection)
626 [07:36:38] *** Parts: furrywolf (~furrywolf@replaced-ip ) ("sleep!")
627 [07:37:04] *** Quits: krytarik (~krytarik@replaced-ip ) (Quit: Verlassend)
628 [07:38:59] *** Joins: syd (~syd@replaced-ip )
629 [07:39:40] *** Joins: dreamon_ (~dreamon@replaced-ip )
630 [07:39:55] *** Joins: dsopLj (~dsop@replaced-ip )
631 [07:41:22] *** Quits: dsopLj (~dsop@replaced-ip ) (Remote host closed the connection)
632 [07:42:21] *** Joins: pvdp (~pvdp@replaced-ip )
633 [07:42:27] *** Joins: srg_Ug (~srg_@replaced-ip )
634 [07:45:50] *** Quits: syd (~syd@replaced-ip ) (Ping timeout: 252 seconds)
635 [07:46:16] *** Joins: avis (~ident@replaced-ip )
636 [07:46:16] *** Quits: avis (~ident@replaced-ip ) (Changing host)
637 [07:46:16] *** Joins: avis (~ident@replaced-ip )
638 [07:49:06] *** Joins: Haohmaru (~Haohmaru@replaced-ip )
639 [07:49:11] *** Quits: srg_Ug (~srg_@replaced-ip ) (Remote host closed the connection)
640 [07:51:54] *** Joins: grayrider (~grayrider@replaced-ip )
641 [07:53:06] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Read error: Connection reset by peer)
642 [07:53:35] *** Joins: ToBeCloud (uid51591@replaced-ip )
643 [07:54:07] *** Quits: YesMan (~Rubafix@replaced-ip ) (Read error: Connection reset by peer)
644 [07:57:05] *** Quits: V-Vega- (~vvega@replaced-ip ) (Ping timeout: 252 seconds)
645 [07:58:00] *** Joins: Atque (~Atque@replaced-ip )
646 [08:00:43] *** Joins: lead_pipe23 (~Lead@replaced-ip )
647 [08:01:45] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
648 [08:02:42] *** Joins: Ticho_ (~Ticho@replaced-ip )
649 [08:03:01] *** Quits: Elleander (~Elleander@replaced-ip ) (Remote host closed the connection)
650 [08:05:18] *** Quits: Atque (~Atque@replaced-ip ) (Remote host closed the connection)
651 [08:05:28] *** Quits: Ticho (~Ticho@replaced-ip ) (Ping timeout: 272 seconds)
652 [08:05:54] *** Quits: yokel (~yokel@replaced-ip ) (Ping timeout: 252 seconds)
653 [08:06:15] *** Joins: brokencycle (~brokencyc@replaced-ip )
654 [08:07:25] *** Quits: Furai (~Furai@replaced-ip ) (Quit: WeeChat 2.2)
655 [08:09:25] *** Quits: Legaume (~Legaume@replaced-ip ) (Remote host closed the connection)
656 [08:09:49] *** Joins: trytus (c12ebbfc@replaced-ip )
657 [08:11:16] *** Joins: Furai (~Furai@replaced-ip )
658 [08:15:18] *** Quits: xcm (~xcm@replaced-ip ) (Killed (tolkien.freenode.net (Nickname regained by services)))
659 [08:15:47] *** Quits: avis (~ident@replaced-ip ) (Quit: Leaving)
660 [08:15:48] *** Quits: Emmet_brwn (~Emmet_brw@replaced-ip ) (Ping timeout: 268 seconds)
661 [08:15:59] *** Joins: xcm (~xcm@replaced-ip )
662 [08:16:34] *** Quits: finlstrm (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
663 [08:16:57] *** Quits: iflema (~ian@replaced-ip ) (Quit: iflema)
664 [08:17:14] <darxmurf> morning
665 [08:17:33] <darxmurf> anybody using LSI MegaRAID Tri-Mode SAS3508 ?
666 [08:18:10] <darxmurf> I can see it in LSPCI but it's not detected with storcli client Oo
667 [08:20:56] *** Quits: PinkBellyNagger (~PinkBelly@replaced-ip ) (Ping timeout: 260 seconds)
668 [08:21:18] *** Joins: television (~alex@replaced-ip )
669 [08:21:30] *** Joins: brondif (~brondif@replaced-ip )
670 [08:22:32] *** Joins: quipa (~Maxim@replaced-ip )
671 [08:23:47] *** Quits: TomasCZ (~TomasCZ@replaced-ip ) (Quit: Leaving)
672 [08:24:17] *** Joins: clemens3 (~clemens@replaced-ip )
673 [08:24:23] *** Joins: yokel (~yokel@replaced-ip )
674 [08:26:44] *** Quits: chuuna (~user@replaced-ip ) (Quit: chuuna)
675 [08:26:48] *** Quits: poeinklum_ (~quassel@replaced-ip ) (Ping timeout: 252 seconds)
676 [08:28:04] *** Quits: epony (~epony@replaced-ip ) (Read error: Connection reset by peer)
677 [08:28:28] *** Joins: tagomago (~tagomago@replaced-ip )
678 [08:28:52] <darxmurf> okay, all good with kernel 4.18
679 [08:29:11] *** Joins: comatekeke (~comatekek@replaced-ip )
680 [08:29:57] <Haohmaru> ++kernel;
681 [08:30:13] *** Joins: iderik (~weechat@replaced-ip )
682 [08:31:23] *** Quits: Butterfly^ (Butterfly^@replaced-ip ) (Changing host)
683 [08:31:24] *** Joins: Butterfly^ (Butterfly^@replaced-ip )
684 [08:31:24] *** Quits: Butterfly^ (Butterfly^@replaced-ip ) (Changing host)
685 [08:31:24] *** Joins: Butterfly^ (Butterfly^@replaced-ip )
686 [08:31:34] *** Joins: __wrksx (~wrksx@replaced-ip )
687 [08:31:35] *** Joins: dadinn (~DADINN@replaced-ip )
688 [08:32:19] *** Quits: raindev (~raindev@replaced-ip##) (Quit: ZNC 1.6.6+deb1ubuntu0.1 - ##replaced-url
689 [08:33:21] *** Joins: raindev (~raindev@replaced-ip )
690 [08:34:08] *** Joins: poeinklum_ (~quassel@replaced-ip )
691 [08:34:56] *** Quits: _wrksx (~wrksx@replaced-ip ) (Ping timeout: 260 seconds)
692 [08:34:57] *** Quits: Gigglebyte (~Gigglebyt@replaced-ip ) (Quit: Leaving)
693 [08:35:24] *** Joins: MACscr (~MACscr@replaced-ip )
694 [08:36:22] *** Quits: dadinn (~DADINN@replaced-ip ) (Ping timeout: 246 seconds)
695 [08:36:43] *** Quits: finalbeta (~finalbeta@replaced-ip ) (Read error: Connection reset by peer)
696 [08:37:08] *** Joins: finalbeta (~finalbeta@replaced-ip )
697 [08:37:50] *** Quits: COOurb (~COOurb@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
698 [08:38:30] *** Joins: COOurb (~COOurb@replaced-ip )
699 [08:38:53] *** Joins: pringao (~pringau@replaced-ip )
700 [08:39:00] *** Joins: jmarsac (~jmarsac@replaced-ip )
701 [08:39:16] *** Joins: buddhirt (~buddhi---@replaced-ip )
702 [08:40:06] *** Quits: poeinklum_ (~quassel@replaced-ip ) (Remote host closed the connection)
703 [08:40:40] *** Quits: poeinklum__ (~quassel@replaced-ip ) (Remote host closed the connection)
704 [08:40:45] *** Quits: television (~alex@replaced-ip ) (Ping timeout: 252 seconds)
705 [08:40:46] *** Joins: V-Vega- (~vvega@replaced-ip )
706 [08:41:42] *** Quits: yokel (~yokel@replaced-ip ) (Ping timeout: 268 seconds)
707 [08:42:30] *** Joins: finlstrm (~quassel@replaced-ip )
708 [08:42:47] *** Quits: rany (~rany@replaced-ip ) (Quit: Leaving)
709 [08:43:41] *** Joins: rany (~rany@replaced-ip )
710 [08:44:10] *** Joins: disposable2 (~Thunderbi@replaced-ip )
711 [08:44:36] *** Quits: COOurb (~COOurb@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
712 [08:45:06] *** Joins: s8548a (~s8548a@replaced-ip )
713 [08:45:15] *** Joins: COOurb (~COOurb@replaced-ip )
714 [08:46:58] *** Joins: Vizva (~Vizva@replaced-ip )
715 [08:47:02] *** Quits: COOurb (~COOurb@replaced-ip ) (Client Quit)
716 [08:47:07] *** Joins: zer0_her0 (~zer@replaced-ip )
717 [08:47:38] *** Joins: COOurb (~COOurb@replaced-ip )
718 [08:50:12] *** Joins: television (~alex@replaced-ip )
719 [08:50:38] *** Joins: HalfWord (~halfword@replaced-ip )
720 [08:51:32] *** Joins: mirak (~mirak@replaced-ip )
721 [08:51:54] *** Quits: xet7 (~xet7@replaced-ip ) (Remote host closed the connection)
722 [08:54:01] *** debhelper sets mode: +l 1203
723 [08:54:12] *** Joins: yokel (~yokel@replaced-ip )
724 [08:54:42] *** Joins: xet7 (~xet7@replaced-ip )
725 [08:56:14] *** Quits: clemens3 (~clemens@replaced-ip ) (Ping timeout: 252 seconds)
726 [08:56:19] *** Joins: encod3 (~encod3@replaced-ip )
727 [08:57:12] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
728 [08:58:15] *** Joins: chele (~chele@replaced-ip )
729 [08:59:35] *** Quits: deznuts (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
730 [09:01:23] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
731 [09:03:33] *** Quits: u21 (~tracking@replaced-ip ) (Remote host closed the connection)
732 [09:04:34] *** Quits: erratic (erratic@replaced-ip ) (Ping timeout: 240 seconds)
733 [09:05:18] *** Joins: u21 (~tracking@replaced-ip )
734 [09:06:32] *** Joins: woshty (~woshty@replaced-ip )
735 [09:06:41] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 252 seconds)
736 [09:07:13] *** Joins: drzacek (~drzacek@replaced-ip )
737 [09:08:01] *** Quits: drzacek (~drzacek@replaced-ip ) (Read error: Connection reset by peer)
738 [09:08:03] *** Quits: warai_otoko (~warai_oto@replaced-ip ) (Ping timeout: 252 seconds)
739 [09:09:34] *** Joins: P1ersson_ (~P1ersson@replaced-ip )
740 [09:09:50] *** Quits: imp (~imp@replaced-ip ) (Quit: WeeChat 2.1)
741 [09:10:49] *** Joins: oish (~charlie@replaced-ip )
742 [09:13:00] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
743 [09:13:17] *** Joins: erratic (erratic@replaced-ip )
744 [09:14:54] *** Joins: BCMM (~BCMM@replaced-ip )
745 [09:14:57] *** Joins: Haudegen (~quassel@replaced-ip )
746 [09:15:08] *** Quits: comatekeke (~comatekek@replaced-ip ) (Ping timeout: 272 seconds)
747 [09:15:34] *** Joins: a_l_b (~a_l_b@replaced-ip )
748 [09:15:57] *** Joins: drzacek (~drzacek@replaced-ip )
749 [09:16:01] *** Joins: emrullah (~emrullah@replaced-ip )
750 [09:16:45] <__wrksx> mornin folks
751 [09:18:16] *** Joins: will_haven (~will_have@replaced-ip )
752 [09:19:06] *** Quits: moussa_ (~moussa@replaced-ip ) (Ping timeout: 252 seconds)
753 [09:20:07] *** Joins: clemens3 (~clemens@replaced-ip )
754 [09:21:57] *** Joins: HugsWontletgo (~HugsWontl@replaced-ip )
755 [09:24:01] *** debhelper sets mode: +l 1210
756 [09:24:47] *** Quits: orbiter (~orbiter@replaced-ip ) ()
757 [09:25:21] *** Joins: Guest25890 (~magicman@replaced-ip )
758 [09:27:30] *** Quits: purpleunicorn (~purpleuni@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
759 [09:28:21] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
760 [09:29:14] *** Quits: neo4 (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
761 [09:30:03] *** Quits: P1ersson_ (~P1ersson@replaced-ip ) (Ping timeout: 252 seconds)
762 [09:30:16] *** Joins: sliekas99 (~mantas@replaced-ip )
763 [09:30:35] *** Joins: _joes_ (~quassel@replaced-ip )
764 [09:30:45] *** Joins: aksn (~Username@replaced-ip )
765 [09:32:04] *** Quits: preview (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
766 [09:32:45] *** Quits: Guest25890 (~magicman@replaced-ip ) (Remote host closed the connection)
767 [09:33:11] *** Joins: diogenes_ (~diogenes_@replaced-ip )
768 [09:33:15] *** Quits: awal1 (~awal1@replaced-ip ) (Quit: Leaving)
769 [09:33:27] <aksn> hi all. Since I upgraded my debian stable server's kernel to linux-image-4.9.0-8-amd64, I'm getting this error: NMI watchdog: BUG: soft lockup - CPU#1 stuck for 22s! (ping:31971). Does it make any sense to you?
770 [09:33:33] <__wrksx> Hey RoyK
771 [09:33:50] <__wrksx> I've finished backing up now time to shrink as come
772 [09:33:51] <aksn> I've seen there is un update to this kernel, but I'm just scared of booting it again
773 [09:34:24] *** Joins: IsarrawC (~Isarra@replaced-ip )
774 [09:34:27] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 252 seconds)
775 [09:34:39] *** Joins: rgr (~user@replaced-ip )
776 [09:34:53] <__wrksx> Based on what u said yesterday, I understand there is no resizing a partition, you can only remove it and recreate it shorter
777 [09:35:01] <__wrksx> is that correct?
778 [09:35:47] *** Joins: AimHere (~David@replaced-ip )
779 [09:36:27] *** Joins: RebelCoder (~RebelCode@replaced-ip )
780 [09:36:33] *** Quits: l9 (~muad@replaced-ip ) (Ping timeout: 252 seconds)
781 [09:38:06] *** Joins: gryffus (~gryffus@replaced-ip )
782 [09:38:57] *** Joins: Pjusur (~Pjusur@replaced-ip )
783 [09:39:54] *** Joins: l9 (~muad@replaced-ip )
784 [09:40:14] *** Quits: COOurb (~COOurb@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
785 [09:40:25] *** Joins: andy`Cg (~andy`@replaced-ip )
786 [09:40:34] *** Joins: dmk (~dankeast@replaced-ip )
787 [09:42:50] *** Joins: COOurb (~COOurb@replaced-ip )
788 [09:43:14] *** Quits: tdn (~tdn@replaced-ip ) (Quit: leaving)
789 [09:43:24] *** Joins: selroc (~selroc@replaced-ip )
790 [09:43:52] *** Quits: selroc (~selroc@replaced-ip ) (Client Quit)
791 [09:44:21] *** Joins: meowmeow (d5602dfe@replaced-ip )
792 [09:44:46] *** Quits: tagomago (~tagomago@replaced-ip ) (Quit: Konversation terminated!)
793 [09:45:19] *** Joins: pax (~Thunderbi@replaced-ip )
794 [09:45:27] *** Quits: rgr (~user@replaced-ip ) (Ping timeout: 252 seconds)
795 [09:45:27] *** Quits: andy`Cg (~andy`@replaced-ip ) (Remote host closed the connection)
796 [09:45:30] *** Quits: pax (~Thunderbi@replaced-ip ) (Client Quit)
797 [09:45:40] *** Quits: IsarrawC (~Isarra@replaced-ip ) (Ping timeout: 246 seconds)
798 [09:45:50] *** Joins: emrullah_ (~emrullah@replaced-ip )
799 [09:46:12] *** Quits: meowmeow (d5602dfe@replaced-ip ) (Client Quit)
800 [09:47:18] *** Quits: emrullah (~emrullah@replaced-ip ) (Ping timeout: 252 seconds)
801 [09:48:41] *** Parts: brondif (~brondif@replaced-ip ) ("Leaving")
802 [09:50:19] <__wrksx> resize2fs -P returns a size in blocks, is that correct ?
803 [09:50:51] <__wrksx> I'm worried because resize2fs -P returns 784562564
804 [09:50:51] <__wrksx> which I think is 2.9G
805 [09:51:07] <__wrksx> But the partition contains 2.9T data as reported by df
806 [09:51:20] <__wrksx> so I feel like I'm misunderstanding something
807 [09:51:59] *** Joins: rgr (~user@replaced-ip )
808 [09:52:02] *** Quits: aksn (~Username@replaced-ip ) (Ping timeout: 244 seconds)
809 [09:52:12] *** Joins: eliohann (~3liohann@replaced-ip )
810 [09:52:20] *** Quits: apollo13 (apollo13@replaced-ip##) (Quit: ZNC - ##replaced-url
811 [09:52:26] *** Quits: fedorafan (~fedorafan@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
812 [09:52:38] <__wrksx> Is the filesystem not containing the whole data? or is it just a table of 'pointers' to the file locations on the partition ?
813 [09:52:41] *** Joins: aksn (~Username@replaced-ip )
814 [09:52:54] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Remote host closed the connection)
815 [09:52:56] <rgr> __wrksx: you can resize partitions.
816 [09:53:33] *** Joins: rdr (~d-sha@replaced-ip )
817 [09:53:37] *** Joins: OS-42086 (~OS-42086@replaced-ip )
818 [09:53:51] *** Quits: d-sha (~d-sha@replaced-ip ) (Ping timeout: 268 seconds)
819 [09:53:54] *** Quits: Logg (~Logg@replaced-ip ) (Ping timeout: 264 seconds)
820 [09:53:56] <__wrksx> the fact that resize2fs -P returns 2.9G while df returns 2.9T is also weird
821 [09:54:05] <__wrksx> 10% exactly
822 [09:54:20] *** rdr is now known as d-sha
823 [09:54:40] *** Joins: apollo13 (apollo13@replaced-ip )
824 [09:54:44] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
825 [09:54:54] <rgr> you need to go away and read. You wont get sane answers on here on the entire structure and design. Your Q made zero sense or rather could be interpreted in many ways. Partitions can be resized. But dont do it live even if supported... boot to sysresuce or something and mess with gparted. But backup first. Be careful with the units on those tools, they often use different ones and round up.
826 [09:55:08] <rgr> sysrescue.
827 [09:55:19] *** Quits: rgr (~user@replaced-ip ) (Client Quit)
828 [09:55:25] *** Joins: Logg (~Logg@replaced-ip )
829 [09:56:18] <__wrksx> rgr I have no graphical interface
830 [09:56:48] <__wrksx> rgr but I'll read that's for sure, always a good advice
831 [09:56:53] *** Joins: llucenic (~Thunderbi@replaced-ip )
832 [09:57:44] <__wrksx> what do you call sysrescue ?
833 [10:00:05] *** Quits: vdehors_ (~vdehors@replaced-ip ) (Quit: Erf)
834 [10:00:28] *** Joins: vdehors (~vdehors@replaced-ip )
835 [10:00:35] *** Joins: jubo2 (~juboxi@replaced-ip )
836 [10:01:05] *** Joins: bozza (~bozza@replaced-ip )
837 [10:01:24] *** Quits: morfeokmg (~morfeokmg@replaced-ip ) (Ping timeout: 252 seconds)
838 [10:03:11] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: ☮ out)
839 [10:04:19] *** Quits: emrullah_ (~emrullah@replaced-ip ) (Quit: emrullah_)
840 [10:05:24] <jelly> !qotd0
841 [10:05:24] <dpkg> perlmonkey: grow a sense of humor
842 [10:11:13] *** Quits: gryffus (~gryffus@replaced-ip ) (Ping timeout: 246 seconds)
843 [10:11:16] *** Joins: chenji (~chenji@replaced-ip )
844 [10:11:34] *** Quits: aksn (~Username@replaced-ip ) (Quit: Leaving)
845 [10:11:35] *** Joins: gryffus (~gryffus@replaced-ip )
846 [10:12:18] *** Quits: bozza (~bozza@replaced-ip ) (Ping timeout: 252 seconds)
847 [10:12:21] *** Quits: Logg (~Logg@replaced-ip ) (Ping timeout: 268 seconds)
848 [10:13:02] *** Quits: chenji (~chenji@replaced-ip ) (Remote host closed the connection)
849 [10:14:17] *** Joins: P1ersson_ (~P1ersson@replaced-ip )
850 [10:15:02] *** Joins: bozza (~bozza@replaced-ip )
851 [10:15:41] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 252 seconds)
852 [10:15:55] *** Joins: Logg (~Logg@replaced-ip )
853 [10:16:45] *** Joins: inviz (~user@replaced-ip )
854 [10:18:27] *** Joins: SopaXorzTaker (~SopaXorzT@replaced-ip )
855 [10:18:44] *** Joins: emrullah (~emrullah@replaced-ip )
856 [10:20:51] *** Quits: SopaXorzTaker (~SopaXorzT@replaced-ip ) (Remote host closed the connection)
857 [10:21:05] *** Joins: Mottengrotte (~Mottengro@replaced-ip )
858 [10:22:17] *** Joins: msimpson (~msimpson@replaced-ip )
859 [10:24:20] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
860 [10:24:42] *** Quits: P1ersson_ (~P1ersson@replaced-ip ) (Ping timeout: 250 seconds)
861 [10:26:10] *** Joins: siraben (~user@replaced-ip )
862 [10:26:23] *** Joins: jan6 (d5602dfe@replaced-ip )
863 [10:27:41] *** Joins: rgr (~user@replaced-ip )
864 [10:27:48] *** Quits: DeafGoose (~DeafGoose@replaced-ip ) (Read error: Connection reset by peer)
865 [10:27:54] <__wrksx> How can I know the size of a filesystem ?
866 [10:28:11] *** Joins: DeafGoose (~DeafGoose@replaced-ip )
867 [10:28:46] <rudi_s> __wrksx: df
868 [10:28:54] <at0m> fdisl -l
869 [10:29:01] <at0m> fdisk -l
870 [10:29:31] <__wrksx> ty
871 [10:29:35] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Read error: Connection reset by peer)
872 [10:30:03] *** Joins: P1ersson_ (~P1ersson@replaced-ip )
873 [10:30:27] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
874 [10:30:42] *** Butterfly^ is now known as badumtss
875 [10:30:47] *** Quits: slvmchn (~slv@replaced-ip ) (Quit: Leaving)
876 [10:30:55] *** badumtss is now known as Butterfly^
877 [10:31:09] *** Joins: greatgatsby (~greatgats@replaced-ip )
878 [10:32:29] *** Quits: ToBeCloud (uid51591@replaced-ip ) (Quit: Connection closed for inactivity)
879 [10:32:44] *** Quits: Butterfly^ (Butterfly^@replaced-ip ) (Changing host)
880 [10:32:44] *** Joins: Butterfly^ (Butterfly^@replaced-ip )
881 [10:32:44] *** Quits: Butterfly^ (Butterfly^@replaced-ip ) (Changing host)
882 [10:32:44] *** Joins: Butterfly^ (Butterfly^@replaced-ip )
883 [10:32:55] *** Quits: Visigoth (visigoth@replaced-ip ) (Ping timeout: 246 seconds)
884 [10:33:10] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Quit: nix64bit)
885 [10:33:15] <__wrksx> at0m, isn't that the syze of the partition ?
886 [10:33:21] <__wrksx> partitions
887 [10:33:21] *** Joins: oo_miguel (~miguel@replaced-ip )
888 [10:33:23] *** Joins: Hunterkll_ (~Hunterkll@replaced-ip )
889 [10:33:51] *** Quits: karlpinc (~user@replaced-ip ) (Ping timeout: 252 seconds)
890 [10:34:24] *** Quits: lel (l@replaced-ip ) (Ping timeout: 252 seconds)
891 [10:34:27] *** Quits: Butterfly^ (Butterfly^@replaced-ip ) (Changing host)
892 [10:34:27] *** Joins: Butterfly^ (Butterfly^@replaced-ip )
893 [10:34:27] *** Quits: Butterfly^ (Butterfly^@replaced-ip ) (Changing host)
894 [10:34:27] *** Joins: Butterfly^ (Butterfly^@replaced-ip )
895 [10:34:32] *** Joins: fedorafan (~fedorafan@replaced-ip )
896 [10:34:47] <rudi_s> __wrksx: lsblk
897 [10:35:40] *** Joins: m0j0dj0dj0 (~punk3r@replaced-ip )
898 [10:36:14] *** Quits: Hunterkll (~Hunterkll@replaced-ip ) (Ping timeout: 276 seconds)
899 [10:36:15] *** Joins: moussa (~moussa@replaced-ip )
900 [10:37:05] *** Joins: lel (l@replaced-ip )
901 [10:38:19] *** Joins: babs (~babs@replaced-ip )
902 [10:39:55] *** Quits: P1ersson_ (~P1ersson@replaced-ip ) (Ping timeout: 250 seconds)
903 [10:39:56] *** Joins: Satou (~jjj@replaced-ip )
904 [10:40:41] *** Joins: Hunterkll__ (~Hunterkll@replaced-ip )
905 [10:41:16] *** Joins: oish (~charlie@replaced-ip )
906 [10:42:11] *** Quits: TheAvatar (TheAvatar@replaced-ip ) (Read error: Connection reset by peer)
907 [10:42:24] <colo-work> hm. on Jessie for i386, there is a package linux-image-3.16.0-6-amd64 available. also, linux-image-4.9-686 is available, but no linux-image-4.9-amd64 - is this deliberate?
908 [10:42:34] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 240 seconds)
909 [10:42:53] *** Quits: emrullah (~emrullah@replaced-ip ) (Quit: emrullah)
910 [10:43:23] *** Quits: Hunterkll_ (~Hunterkll@replaced-ip ) (Ping timeout: 276 seconds)
911 [10:44:14] *** Joins: Visigoth (visigoth@replaced-ip )
912 [10:44:37] *** Joins: emrullah (~emrullah@replaced-ip )
913 [10:45:13] *** Joins: Hunterkll (~Hunterkll@replaced-ip )
914 [10:45:48] *** Quits: DeafGoose (~DeafGoose@replaced-ip ) (Read error: Connection reset by peer)
915 [10:45:55] *** Joins: DeafGoose_ (~DeafGoose@replaced-ip )
916 [10:45:59] *** Quits: Hunterkll__ (~Hunterkll@replaced-ip ) (Ping timeout: 276 seconds)
917 [10:46:26] *** Joins: teclo- (42@replaced-ip )
918 [10:47:03] *** Joins: krabador (~krabador@replaced-ip )
919 [10:47:45] *** Quits: rgr (~user@replaced-ip ) (Remote host closed the connection)
920 [10:49:02] *** Quits: HurricaneHarry (~quassel@replaced-ip ) (Remote host closed the connection)
921 [10:49:24] *** Quits: Hunterkll (~Hunterkll@replaced-ip ) (Ping timeout: 250 seconds)
922 [10:49:26] *** Joins: rgr (~user@replaced-ip )
923 [10:49:28] *** Quits: bozza (~bozza@replaced-ip ) (Read error: Connection timed out)
924 [10:50:01] *** Quits: tvm (~tvm@replaced-ip ) (Read error: Connection reset by peer)
925 [10:50:50] *** Joins: bozza (~bozza@replaced-ip )
926 [10:51:18] *** Quits: rant (~user@replaced-ip ) (Ping timeout: 245 seconds)
927 [10:51:46] *** Joins: HurricaneHarry (~quassel@replaced-ip )
928 [10:53:12] *** Quits: fedorafan (~fedorafan@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
929 [10:53:18] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 264 seconds)
930 [10:53:23] *** Joins: velix_inuse (~Velix@replaced-ip )
931 [10:53:43] *** Joins: teclo- (42@replaced-ip )
932 [10:54:01] *** debhelper sets mode: +l 1216
933 [10:54:12] *** Quits: l9 (~muad@replaced-ip ) (Ping timeout: 252 seconds)
934 [10:54:43] *** Joins: neo4 (~Thunderbi@replaced-ip )
935 [10:55:07] *** Joins: jpe (~jp@replaced-ip )
936 [10:55:08] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
937 [10:55:20] *** Joins: tralala (~user@replaced-ip )
938 [10:56:08] *** Quits: Guest36394 (kiliev@replaced-ip ) (Ping timeout: 252 seconds)
939 [10:56:19] *** Joins: robotpanic (kiliev@replaced-ip )
940 [10:56:41] *** Quits: velix (~Velix@replaced-ip ) (Ping timeout: 252 seconds)
941 [10:56:42] *** robotpanic is now known as Guest42756
942 [10:56:46] <__wrksx> Okay I officially messed up my lvm setup
943 [10:56:50] <__wrksx> =)
944 [10:57:22] *** Joins: rant (~user@replaced-ip )
945 [10:57:41] *** Joins: l9 (~muad@replaced-ip )
946 [10:58:05] <rgr> well, there's a surprise.
947 [10:58:08] <rgr> ;)
948 [10:58:33] <rgr> And trust me, a messed up LVM is a NIGHTMARE. If you dont know what you're doing, and you dont, do NOT mess with them.
949 [10:58:44] *** Joins: P1ersson (~P1ersson@replaced-ip )
950 [10:59:18] *** Quits: m0j0dj0dj0 (~punk3r@replaced-ip ) (Ping timeout: 264 seconds)
951 [10:59:41] <__wrksx> rgr right but you gotta start somwhere
952 [10:59:42] *** Quits: fearnothing (~nothing@replaced-ip ) (Remote host closed the connection)
953 [11:00:10] <__wrksx> rgr and setting up LVM from empty disk space should be doable
954 [11:00:17] <__wrksx> so here I am learnin it
955 [11:00:17] <__wrksx> =)
956 [11:01:00] *** Joins: uramhoaH (~Haohmaru@replaced-ip )
957 [11:01:04] <rgr> it should be trivial but not when you start tinkering. Then you will have a broken system.
958 [11:01:31] *** Joins: Antares_ (~Antares@replaced-ip )
959 [11:01:43] *** Joins: mirak_ (~mirak@replaced-ip )
960 [11:01:43] *** Quits: mirak (~mirak@replaced-ip ) (Read error: Connection reset by peer)
961 [11:01:54] *** Quits: Guest43893 (~elkalamar@replaced-ip ) (Remote host closed the connection)
962 [11:01:59] *** Quits: buddhirt (~buddhi---@replaced-ip ) (Remote host closed the connection)
963 [11:02:26] *** Joins: buddhirt (~buddhi---@replaced-ip )
964 [11:02:28] *** Joins: Guest43893 (~elkalamar@replaced-ip )
965 [11:02:49] *** Quits: disposable2 (~Thunderbi@replaced-ip ) (Quit: disposable2)
966 [11:02:52] *** Quits: Haohmaru (~Haohmaru@replaced-ip ) (Killed (rajaniemi.freenode.net (Nickname regained by services)))
967 [11:02:52] *** uramhoaH is now known as Haohmaru
968 [11:02:57] <__wrksx> I think it's the resize FS step I forgot
969 [11:04:03] <__wrksx> One thing I am not quite sure, is what's the diff wetween my /dev/data/backup LV, and the /dev/mapper/data-backup device
970 [11:04:12] <__wrksx> and which one should I use
971 [11:04:23] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 252 seconds)
972 [11:04:25] *** Quits: bozza (~bozza@replaced-ip ) (Remote host closed the connection)
973 [11:04:54] *** Joins: TheAvatar (TheAvatar@replaced-ip )
974 [11:05:57] *** Joins: SopaXorzTaker (~SopaXorzT@replaced-ip )
975 [11:06:16] *** Joins: _ADN_ (~username@replaced-ip )
976 [11:07:04] *** Joins: CyberHacker (~CyberHack@replaced-ip )
977 [11:08:09] *** Quits: cerbere (~cerbere@replaced-ip ) (Quit: Leaving)
978 [11:09:09] *** Quits: sliekas99 (~mantas@replaced-ip ) (Quit: Leaving)
979 [11:09:29] *** Joins: moussa_ (~moussa@replaced-ip )
980 [11:09:42] *** Quits: Workbench (~quassel@replaced-ip ) (Ping timeout: 268 seconds)
981 [11:10:51] *** Joins: m0j0dj0dj0 (~punk3r@replaced-ip )
982 [11:11:08] *** Quits: vvz (~vvz@replaced-ip ) (Quit: vvz)
983 [11:11:08] *** Quits: tralala (~user@replaced-ip ) (Changing host)
984 [11:11:08] *** Joins: tralala (~user@replaced-ip )
985 [11:11:30] *** Joins: oish (~charlie@replaced-ip )
986 [11:12:07] <__wrksx> rgr I think I fixed it, it really wasn't that messed
987 [11:12:07] <tralala> __wrksx, I use the /dev/group/volume names. They are both symlinks anyway, so it's a matter of preference.
988 [11:12:21] *** Quits: moussa (~moussa@replaced-ip ) (Ping timeout: 252 seconds)
989 [11:12:22] <__wrksx> tralala, oh right, perfect ty
990 [11:12:26] *** Quits: ikevin (~kevin@replaced-ip ) (Ping timeout: 260 seconds)
991 [11:13:08] <__wrksx> rgr, actually I used incorrect syntax in lvextend and I wasn't extending my logical volume to the full size available (missing a +)
992 [11:13:09] <nyov> __wrksx: /dev/mapper/data-backup == /dev/mapper/VG_name-LV_name
993 [11:13:13] *** Quits: wgas (~wgas@replaced-ip ) (Quit: wgas)
994 [11:13:16] *** Joins: kanaripAe (~kanarip@replaced-ip )
995 [11:13:31] <__wrksx> nyov, yeah tralala just told me, I shoudve check but thanks anyway
996 [11:14:04] <__wrksx> I used lvextend -l 100%FREE instead of lvextend -l +100%FREE
997 [11:16:40] *** Quits: CaptainN (zelda@replaced-ip ) (Quit: I have to pee!)
998 [11:16:50] *** Quits: catsup (d@replaced-ip ) (Remote host closed the connection)
999 [11:16:58] *** Joins: catsup (~d@replaced-ip )
1000 [11:17:11] *** Joins: bozza (~bozza@replaced-ip )
1001 [11:17:31] *** Joins: Connext (d580503c@replaced-ip )
1002 [11:17:33] *** Quits: catsup (~d@replaced-ip ) (Remote host closed the connection)
1003 [11:17:48] *** Joins: Nefertiti (~Nefertiti@replaced-ip )
1004 [11:17:59] *** Joins: catsup (d@replaced-ip )
1005 [11:18:52] *** Quits: e1z0 (~null@replaced-ip ) (Quit: :O)
1006 [11:19:34] *** Joins: e1z0 (~null@replaced-ip )
1007 [11:19:54] *** Quits: e1z0 (~null@replaced-ip ) (Remote host closed the connection)
1008 [11:20:16] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1009 [11:20:28] *** Quits: kanaripAe (~kanarip@replaced-ip ) (Remote host closed the connection)
1010 [11:20:28] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
1011 [11:20:29] *** Joins: e1z0 (~null@replaced-ip )
1012 [11:20:38] *** Joins: n_1-c_k (~nick@replaced-ip )
1013 [11:20:48] *** Quits: PIkk0n (~Pikkon@replaced-ip ) (Ping timeout: 268 seconds)
1014 [11:21:13] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1015 [11:21:18] *** Quits: bozza (~bozza@replaced-ip ) (Ping timeout: 245 seconds)
1016 [11:21:38] <__wrksx> Okay now I simply want to mount my new partition using the fstab
1017 [11:21:53] *** Joins: rootroot (~rootroot@replaced-ip )
1018 [11:22:02] <__wrksx> but i have no idea what options, dump, and pass to specify
1019 [11:22:14] <__wrksx> pass will probably 2 actually
1020 [11:22:24] <__wrksx> but dump I have no idea
1021 [11:22:42] *** Quits: sparklyballs (~bouncy@replaced-ip ) (Ping timeout: 264 seconds)
1022 [11:23:14] <nyov> man fstab; but usually 0
1023 [11:23:17] *** Quits: krabador (~krabador@replaced-ip ) (Read error: Connection reset by peer)
1024 [11:24:02] <__wrksx> right man fstab
1025 [11:24:07] <__wrksx> ty for reminding me
1026 [11:24:30] <__wrksx> I often forget man are not only for commadns
1027 [11:24:47] *** Quits: trytus (c12ebbfc@replaced-ip ) (Ping timeout: 256 seconds)
1028 [11:24:58] *** Joins: PIkk0n (~Pikkon@replaced-ip )
1029 [11:25:21] *** Quits: Connext (d580503c@replaced-ip ) (Ping timeout: 256 seconds)
1030 [11:25:27] *** Joins: sparklyballs (~bouncy@replaced-ip )
1031 [11:25:44] <__wrksx> Okay man fstab told me a bit, but I have no idea what dumping a filesystem is
1032 [11:26:53] *** Quits: rootroot (~rootroot@replaced-ip ) (Remote host closed the connection)
1033 [11:27:05] <colo-work> there used to be a universal backup utility, called `dump`, to which that field is referring to.
1034 [11:27:10] <colo-work> you can just disregard it
1035 [11:28:08] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
1036 [11:28:50] *** Quits: e1z0 (~null@replaced-ip ) (Quit: :O)
1037 [11:29:07] *** Quits: Visigoth (visigoth@replaced-ip ) (Ping timeout: 240 seconds)
1038 [11:29:24] *** Joins: e1z0 (~null@replaced-ip )
1039 [11:30:00] *** Joins: KuufiuW (~Kuufi@replaced-ip )
1040 [11:32:35] *** Quits: e1z0 (~null@replaced-ip ) (Changing host)
1041 [11:32:35] *** Joins: e1z0 (~null@replaced-ip )
1042 [11:33:01] <__wrksx> colo-work, right thanks for the info
1043 [11:35:34] *** Quits: KuufiuW (~Kuufi@replaced-ip ) (Remote host closed the connection)
1044 [11:37:23] *** Quits: sparklyballs (~bouncy@replaced-ip ) (Ping timeout: 252 seconds)
1045 [11:37:37] *** Joins: sparklyballs (~bouncy@replaced-ip )
1046 [11:37:56] *** Joins: gbee (~gbee@replaced-ip )
1047 [11:38:23] *** Quits: olivetree_ (~oliveira@replaced-ip ) (Ping timeout: 245 seconds)
1048 [11:38:45] *** Quits: gbee (~gbee@replaced-ip ) (Killed (Sigyn (Spam is off topic on freenode.)))
1049 [11:39:04] *** Quits: pvdp (~pvdp@replaced-ip ) (Remote host closed the connection)
1050 [11:40:22] *** Quits: Satou (~jjj@replaced-ip ) (Quit: exit();)
1051 [11:40:26] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 260 seconds)
1052 [11:43:20] *** Joins: pvdp (~pvdp@replaced-ip )
1053 [11:45:25] *** Joins: d3m0r (~d3m0r@replaced-ip )
1054 [11:46:39] *** Joins: electro33 (uid613@replaced-ip )
1055 [11:49:07] *** Quits: d3m0r (~d3m0r@replaced-ip ) (Remote host closed the connection)
1056 [11:49:34] *** Joins: d3m0r (~d3m0r@replaced-ip )
1057 [11:50:19] *** Joins: purpleunicorn (uid264544@replaced-ip )
1058 [11:50:22] *** Quits: purpleunicorn (uid264544@replaced-ip ) (Changing host)
1059 [11:50:22] *** Joins: purpleunicorn (uid264544@replaced-ip )
1060 [11:50:22] *** Quits: purpleunicorn (uid264544@replaced-ip ) (Changing host)
1061 [11:50:22] *** Joins: purpleunicorn (uid264544@replaced-ip )
1062 [11:51:22] *** Joins: nostar (~nostar@replaced-ip )
1063 [11:52:05] *** Joins: Visigoth (visigoth@replaced-ip )
1064 [11:54:49] *** Quits: nostar (~nostar@replaced-ip ) (K-Lined)
1065 [11:55:32] *** Quits: sparklyballs (~bouncy@replaced-ip ) (Ping timeout: 252 seconds)
1066 [11:55:47] *** Joins: sparklyballs (~bouncy@replaced-ip )
1067 [11:56:15] *** Quits: rgr (~user@replaced-ip ) (Remote host closed the connection)
1068 [11:58:05] *** Joins: NobodyCamHy (~NobodyCam@replaced-ip )
1069 [11:58:27] *** Quits: will_haven (~will_have@replaced-ip ) (Quit: You stupid cun#`%${%&`+'${`%&NO CARRIER)
1070 [11:58:46] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1071 [12:00:12] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
1072 [12:00:22] *** Joins: v01t (~v01t@replaced-ip )
1073 [12:00:29] *** Quits: sparklyballs (~bouncy@replaced-ip ) (Ping timeout: 252 seconds)
1074 [12:00:34] *** Quits: lankanmon (~LKNnet@replaced-ip ) (Remote host closed the connection)
1075 [12:00:43] *** Quits: HerbY_NL2 (~HerbY_NL2@replaced-ip ) (Quit: Leaving)
1076 [12:00:57] *** Joins: sparklyballs (~bouncy@replaced-ip )
1077 [12:01:27] *** Quits: inaki (~inaki@replaced-ip ) (Ping timeout: 240 seconds)
1078 [12:02:07] *** Joins: HerbY_NL2 (~HerbY_NL2@replaced-ip )
1079 [12:02:11] *** Joins: inaki (~inaki@replaced-ip )
1080 [12:02:16] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 252 seconds)
1081 [12:02:24] *** Quits: NobodyCamHy (~NobodyCam@replaced-ip ) (Remote host closed the connection)
1082 [12:05:24] *** Joins: Guest27594 (~elkalamar@replaced-ip )
1083 [12:07:03] *** Quits: HerbY_NL2 (~HerbY_NL2@replaced-ip ) (Quit: Leaving)
1084 [12:07:38] *** Quits: sparklyballs (~bouncy@replaced-ip ) (Ping timeout: 252 seconds)
1085 [12:07:38] *** Quits: Guest43893 (~elkalamar@replaced-ip ) (Ping timeout: 252 seconds)
1086 [12:07:46] *** Joins: HerbY_NL2 (~HerbY_NL2@replaced-ip )
1087 [12:08:12] *** Joins: sparklyballs (~bouncy@replaced-ip )
1088 [12:08:14] *** Quits: Guest27594 (~elkalamar@replaced-ip ) (Excess Flood)
1089 [12:08:22] *** Quits: Vizva (~Vizva@replaced-ip ) (Remote host closed the connection)
1090 [12:08:52] *** Joins: Guest27594 (~elkalamar@replaced-ip )
1091 [12:09:45] *** Joins: pax (~Thunderbi@replaced-ip )
1092 [12:10:02] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1093 [12:10:27] *** Joins: f10 (~flo@replaced-ip )
1094 [12:11:00] *** Joins: dselect (~dselect@replaced-ip )
1095 [12:11:12] *** Quits: V-Vega- (~vvega@replaced-ip ) (Ping timeout: 252 seconds)
1096 [12:12:56] *** Joins: teclo- (42@replaced-ip )
1097 [12:12:57] *** Quits: teclo- (42@replaced-ip ) (Changing host)
1098 [12:12:57] *** Joins: teclo- (42@replaced-ip )
1099 [12:13:47] *** Joins: comatekeke (~comatekek@replaced-ip )
1100 [12:14:43] *** Joins: krabador (~krabador@replaced-ip )
1101 [12:15:14] *** Joins: MrCoffee (coffee@replaced-ip )
1102 [12:15:17] *** Quits: nighty- (~nighty@replaced-ip ) (Quit: Disappears in a puff of smoke)
1103 [12:18:13] *** Joins: oyhoRB (~oyho@replaced-ip )
1104 [12:18:46] *** Quits: comatekeke (~comatekek@replaced-ip ) (Ping timeout: 268 seconds)
1105 [12:19:11] *** Quits: jmarsac (~jmarsac@replaced-ip ) (Ping timeout: 252 seconds)
1106 [12:20:31] *** Joins: moussa__ (~moussa@replaced-ip )
1107 [12:20:53] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
1108 [12:20:56] *** Joins: bozza (~bozza@replaced-ip )
1109 [12:21:45] *** Joins: alexandros_c (~alexandro@replaced-ip )
1110 [12:22:47] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
1111 [12:23:01] *** Quits: martian67 (~martian67@replaced-ip ) (Remote host closed the connection)
1112 [12:23:18] *** Quits: moussa_ (~moussa@replaced-ip ) (Ping timeout: 252 seconds)
1113 [12:23:25] *** Joins: martian67 (~martian67@replaced-ip )
1114 [12:23:31] *** Quits: oyhoRB (~oyho@replaced-ip ) (Remote host closed the connection)
1115 [12:23:38] *** Joins: gwaewion|wrk (~gwaewion|@replaced-ip )
1116 [12:25:01] *** Joins: moussa_ (~moussa@replaced-ip )
1117 [12:25:39] *** Quits: gwaewion|wrk (~gwaewion|@replaced-ip ) (Remote host closed the connection)
1118 [12:27:32] *** Quits: Guest27594 (~elkalamar@replaced-ip ) (Read error: Connection reset by peer)
1119 [12:27:40] *** Quits: moussa__ (~moussa@replaced-ip ) (Ping timeout: 272 seconds)
1120 [12:27:50] *** Joins: Guest27594 (~elkalamar@replaced-ip )
1121 [12:30:29] *** Quits: beaver (~none@replaced-ip ) (Remote host closed the connection)
1122 [12:31:13] *** Joins: beaver (~none@replaced-ip )
1123 [12:34:02] <COOurb> can someone help me with vsftpd?
1124 [12:34:06] *** Joins: purpleun_ (~purpleuni@replaced-ip )
1125 [12:34:16] <COOurb> i can't login with virtual user
1126 [12:34:38] *** Quits: _joes_ (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
1127 [12:35:14] *** Quits: Haudegen (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1128 [12:35:17] *** Quits: pvdp (~pvdp@replaced-ip ) (Remote host closed the connection)
1129 [12:35:22] <COOurb> I've create db, table, entry with user, configured pam.d/vsftpd but still
1130 [12:36:07] <petn-randall> !ask
1131 [12:36:07] <dpkg> If you have a question, just ask! For example: "I have a problem with ___; I'm running Debian version ___. When I try to do ___ I get the following output ___. I expected it to do ___." Don't ask if you can ask, if anyone uses it, or pick one person to ask. We're all volunteers; make it easy for us to help you. If you don't get an answer try a few hours later or on debian-user@lists.debian.org. See <smart questions><errors>.
1132 [12:36:31] *** Joins: yogurt2ungue (~yogur2@replaced-ip )
1133 [12:36:32] <COOurb> Debian9
1134 [12:36:37] *** Joins: \\Mr_C\\ (mrc@replaced-ip )
1135 [12:36:48] <petn-randall> COOurb: Can you provide log output and your config? You can use replaced-url
1136 [12:36:50] <BCMM> COOurb: i mean, what happens when you try to login?
1137 [12:37:15] <BCMM> (also, do you absolutely have to use ftp, like you have clients that don't support any other protocol or something?)
1138 [12:38:32] <COOurb> BCMM: error 530
1139 [12:38:47] <COOurb> all my clients is me
1140 [12:39:14] *** Joins: pvdp (~pvdp@replaced-ip )
1141 [12:39:38] <BCMM> COOurb: have you considered using sftp instead?
1142 [12:40:02] <BCMM> ftp is horrid to set up, and is basically only used when one has client machines that can only speak ftp for some reason
1143 [12:40:31] *** Quits: purpleun_ (~purpleuni@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1144 [12:40:36] <BCMM> (note that sftp is SSH's file transfer thing. it's a whole different protocol from ftps, which is ftp over ssl)
1145 [12:40:43] <petn-randall> !ftp must die
1146 [12:40:44] <dpkg> FTP MUST DIE! replaced-url
1147 [12:40:57] <petn-randall> BCMM: I believe you were looking for this factoid. :) ^^^
1148 [12:41:20] <BCMM> petn-randall: not so much, really... it's more focused on why debian doesn't do ftp mirrors
1149 [12:41:38] <COOurb> so, does sftp need special client?
1150 [12:41:51] <BCMM> in practice ftp has two uses - anonymous read-only access (use http instead) and authenticated read-write access (use sftp instead)
1151 [12:41:53] *** Quits: Uberius (~Uberius@replaced-ip ) (Remote host closed the connection)
1152 [12:41:54] <petn-randall> COOurb: Most clients that support ftp also support sftp.
1153 [12:42:10] <BCMM> COOurb: i'd bet you already have the client installed
1154 [12:42:14] <petn-randall> *GUI clients
1155 [12:42:28] <COOurb> All client - windows
1156 [12:42:30] <BCMM> COOurb: on linux, the file managers that come with the major desktop environments do sftp. on windows, filezilla does it
1157 [12:42:48] <COOurb> I prefer TotalCommander
1158 [12:43:03] <BCMM> petn-randall: and that factoid mostly addresses the first use case, whereas it sounds like we're dealing with the second one here
1159 [12:43:06] *** Quits: bites (~bites@replaced-ip ) (Ping timeout: 264 seconds)
1160 [12:43:13] *** Joins: purpleun_ (~purpleuni@replaced-ip )
1161 [12:43:18] <themill> BCMM: only the third of the three sentences is about Debian.
1162 [12:43:32] *** Joins: moussa__ (~moussa@replaced-ip )
1163 [12:43:39] <BCMM> themill: they're all about http though
1164 [12:43:51] <BCMM> no mention of sftp between them
1165 [12:44:21] <themill> sure, that's the *why* not the solution
1166 [12:44:32] <BCMM> themill: ... what?
1167 [12:44:42] <BCMM> they all mention using http instead
1168 [12:44:49] *** Joins: dmk_ (~dankeast@replaced-ip )
1169 [12:44:57] <BCMM> the factoid and the links are about why ftp is not the answer for anonymous download mirrors
1170 [12:45:00] <themill> the factoid talks about why not to use ftp which you had also been talking about
1171 [12:45:12] <BCMM> and i'm talking about why it's not the answer for authenticated access either
1172 [12:45:15] <themill> the next thing you need is something to replace it
1173 [12:45:36] *** Quits: beaver (~none@replaced-ip ) (Remote host closed the connection)
1174 [12:45:48] <BCMM> COOurb: there's an official sftp plugin for total commander
1175 [12:45:58] <COOurb> ):
1176 [12:46:10] <themill> (I'm not arguing that sftp isn't what is needed here, just explaining why the info in the factoid was useful, particularly greycat's wiki link)
1177 [12:46:16] *** Joins: beaver (~none@replaced-ip )
1178 [12:46:31] *** Quits: moussa_ (~moussa@replaced-ip ) (Ping timeout: 268 seconds)
1179 [12:46:47] <COOurb> already deleted vsftpd
1180 [12:46:49] <BCMM> COOurb: as for server software, you can literally just install openssh-server and then log in with an existing username and password on the system
1181 [12:46:56] <COOurb> half-day wasted
1182 [12:47:15] <BCMM> themill: i agree that the factoid is useful, i'm just saying that it's aimed at a slightly different problem from the one here
1183 [12:47:28] *** Joins: kolbe (~kolbe@replaced-ip )
1184 [12:48:00] <themill> not any more btw
1185 [12:48:03] *** Quits: dmk (~dankeast@replaced-ip ) (Ping timeout: 252 seconds)
1186 [12:48:07] <COOurb> BCMM: so, what for?
1187 [12:48:47] <COOurb> I already use ssh for running services
1188 [12:48:57] *** Joins: winem_ (~quassel@replaced-ip )
1189 [12:49:06] *** Joins: lankanmon (~LKNnet@replaced-ip )
1190 [12:49:12] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 272 seconds)
1191 [12:49:19] <BCMM> COOurb: sorry, didn't understand what you meant by "what for"
1192 [12:49:57] <COOurb> why I should run openssh-server? how it will help me to get files in ftp-like style?
1193 [12:50:11] <BCMM> COOurb: if you already have openssh server running on the host, your sftp server is already set up
1194 [12:51:04] <COOurb> can't find it in installed/available packages
1195 [12:51:23] <BCMM> COOurb: ... what version are you running?
1196 [12:51:33] *** Quits: beaver (~none@replaced-ip ) (Quit: wrong relay)
1197 [12:51:41] *** Joins: Half-Word (~halfword@replaced-ip )
1198 [12:51:54] <BCMM> and when you said you're already using ssh, well, how exactly?
1199 [12:51:56] <COOurb> nah, found.
1200 [12:52:02] <COOurb> putty
1201 [12:52:15] <BCMM> right, putty is the client - but what are you connecting to?
1202 [12:52:24] <COOurb> to my machine
1203 [12:52:36] <BCMM> are you using putty to log in to the same server you're trying to get file transfer working on?
1204 [12:52:45] *** Joins: P1ersson (~P1ersson@replaced-ip )
1205 [12:52:46] <COOurb> it doesn't have display or keyboard, so I useing Windows machine
1206 [12:52:56] <COOurb> yep
1207 [12:53:17] <COOurb> My main working machines are on Windows
1208 [12:53:19] *** Quits: kolbe (~kolbe@replaced-ip ) (Killed (Sigyn (Spam is off topic on freenode.)))
1209 [12:53:23] <BCMM> ok, so like 99% you're running openssh there (unless you installed dropbear or something, for some reason)
1210 [12:53:38] <BCMM> so it's probably all set up already, server-side
1211 [12:53:48] *** Quits: rasb (~rasb@replaced-ip ) (Remote host closed the connection)
1212 [12:53:49] <COOurb> but, how about users?
1213 [12:54:06] <BCMM> COOurb: the credentials you're already using in putty will work
1214 [12:54:07] <COOurb> does it support "non-OS" users?
1215 [12:54:20] *** Joins: bbarrie (~bbarrie@replaced-ip )
1216 [12:54:31] *** Parts: moldy (~rene@replaced-ip ) ()
1217 [12:54:31] <COOurb> how about directories?
1218 [12:54:37] *** Joins: tymczenko (~tymczenko@replaced-ip )
1219 [12:54:47] <BCMM> COOurb: not as far as i know. you can create "real" users and restrict them from using the shell, though
1220 [12:54:58] *** Joins: nighty- (~nighty@replaced-ip )
1221 [12:55:00] *** Quits: bbarrie (~bbarrie@replaced-ip ) (Client Quit)
1222 [12:55:06] <BCMM> you can also restrict them to a chroot to make sure they don't find any files they aren't supposed to look at
1223 [12:55:11] <themill> COOurb: you said you were the only person using it earlier -- what do you need lots of users for?
1224 [12:55:12] *** Quits: HalfWord (~halfword@replaced-ip ) (Ping timeout: 252 seconds)
1225 [12:55:12] *** Quits: GrimKriegor (~GrimKrieg@replaced-ip ) (Ping timeout: 252 seconds)
1226 [12:55:14] <COOurb> I think it's just dirty solution
1227 [12:55:24] <COOurb> to put all users in same namespace
1228 [12:55:39] *** Joins: rasb (~rasb@replaced-ip )
1229 [12:55:41] <themill> what does "all users" mean?
1230 [12:55:43] <COOurb> why? Because one user per machine
1231 [12:55:56] <COOurb> OS and non-OS
1232 [12:56:18] <BCMM> COOurb: not really - with vsftp, you would have had a process running as a single user for all connections
1233 [12:56:23] <themill> You might need to take a step back and explain what it is you're trying to achieve.
1234 [12:56:38] <BCMM> COOurb: and you just had to trust vsftpd to enforce access controls properly
1235 [12:56:44] <COOurb> BCMM: yes, but to login I have separate user
1236 [12:57:12] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1237 [12:57:48] <BCMM> COOurb: using openssh, when a login happens, you will get an sshd process running as the relevant user - you benefit from the kernel-enforced boundaries that protect users from other users
1238 [12:58:09] <COOurb> I just wanna setup ftp server for me and get know how to do it for future purposes.
1239 [12:58:34] <BCMM> when you have identified an individual or a service that needs access to a unique subset of data on the system, creating a user is absolutely the "clean" way of handling this
1240 [12:58:38] *** Joins: olivetree_ (~oliveira@replaced-ip )
1241 [12:59:10] <BCMM> creating users is not expensive
1242 [12:59:35] <themill> COOurb: You might need to take a step back and explain what it is you're trying to achieve. The goals you might have include things like "distribute files" and do not include things like "ftp".
1243 [12:59:37] *** Joins: GrimKriegor (~GrimKrieg@replaced-ip )
1244 [12:59:37] <BCMM> it's not windows where it'll spin up an appdata folder and a registry and whatnot just for creating a user
1245 [12:59:49] <BCMM> a user is fundamentally just a line in /etc/passwd
1246 [13:00:21] <BCMM> it's not a dirty solution, it's just a native one
1247 [13:00:22] *** Quits: FuturePilot (~Fufu@replaced-ip ) (Read error: Connection reset by peer)
1248 [13:00:32] *** Joins: moussa_ (~moussa@replaced-ip )
1249 [13:00:43] <COOurb> themill: file exchanging between my machines (local and remote) with getting know how it works/how it should be configured fo future use in someone's office
1250 [13:01:17] <BCMM> is total commander mandatory here?
1251 [13:01:19] <COOurb> BCMM: passwd not same as table in db
1252 [13:01:38] <BCMM> because honestly, if you have windows on the client machines, there's an argument for using samba
1253 [13:01:39] <themill> so depending on how you might do that, sftp or samba or nfs would be best. (and ftp is absolutely not the right solution)
1254 [13:01:52] <COOurb> BCMM: nope, but I hardly moving from applications I already use
1255 [13:02:11] *** Joins: citypw (~citypw@replaced-ip )
1256 [13:02:15] <BCMM> because, y'know, it works OOTB on windows *without* installing any additional software
1257 [13:02:21] <COOurb> no samba
1258 [13:03:05] <BCMM> so user accounts specifically have to be stored in a sql database?
1259 [13:03:11] *** Quits: moussa__ (~moussa@replaced-ip ) (Ping timeout: 252 seconds)
1260 [13:03:19] <themill> how many thousand machines is this for?
1261 [13:03:52] <COOurb> I think in these borders [service-data-users]. it means that each service has it's own users for they can handle only specified data.
1262 [13:04:14] <COOurb> BCMM: for a now - not. But what if they would be abou 300?
1263 [13:04:17] <COOurb> about*
1264 [13:04:23] <COOurb> or 1000?
1265 [13:04:48] <COOurb> now - for 3
1266 [13:04:57] <themill> put them in ldap and use samba (still definitely not ftp)
1267 [13:05:01] <COOurb> how can I start from 100 machines?
1268 [13:05:02] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1269 [13:05:17] *** Joins: dpkg (~dpkg@replaced-ip )
1270 [13:05:18] <COOurb> guys
1271 [13:05:18] <BCMM> huh, looks like proftpd actually *does* do sftp authentication with a sql user database
1272 [13:05:26] <COOurb> it's not only "solve and gone"
1273 [13:05:27] <themill> You'd also be authenticating users not machines at that stage
1274 [13:05:27] <BCMM> but you're making your life harder just for fun...
1275 [13:05:55] *** Joins: beaver (~none@replaced-ip )
1276 [13:05:59] <BCMM> i'd like to hear more about why "no samba", tbh...
1277 [13:05:59] <COOurb> I wanna learn this sh*t, for future usage
1278 [13:06:09] <themill> there is no future usage of ftp
1279 [13:06:18] *** Joins: schu-r (~Thunderbi@replaced-ip )
1280 [13:06:18] <themill> it should have disappeared 20 years ago
1281 [13:06:33] <COOurb> like bbs, right
1282 [13:06:38] <BCMM> themill: it *should* have disappeared when they invented TCP
1283 [13:07:01] <themill> the rfc is 1985; I'm being generous
1284 [13:07:18] <BCMM> but yeah, 20 years ago is when ssh appeared, doing everything ftp does better
1285 [13:07:20] <COOurb> BCMM: I just don't like it.
1286 [13:07:20] *** Quits: OS-42086 (~OS-42086@replaced-ip ) (Remote host closed the connection)
1287 [13:07:32] *** Joins: moussa__ (~moussa@replaced-ip )
1288 [13:07:32] <BCMM> COOurb: i mean samba is kinda horrible, and i get wanting to avoid using horrible software where possible
1289 [13:07:40] <BCMM> but that's an equally solid argument against ftp
1290 [13:07:52] <BCMM> (or, y'know, windows)
1291 [13:08:10] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
1292 [13:09:32] <BCMM> and if/when you actually do have an organization of 300 people using this, they're gonna ask why it doesn't just show up as a mapped network drive in My Computer like it has at every other place they've worked in the past 15 years
1293 [13:10:29] <COOurb> I can propose such solution for 500 people organization, But you know, if you propose - you should do it.
1294 [13:10:44] *** Quits: moussa_ (~moussa@replaced-ip ) (Ping timeout: 272 seconds)
1295 [13:10:52] <BCMM> total commander and filezilla are how you make Windows play nice with a unix network. your problem sounds more like how to make linux play nice with a windows network
1296 [13:11:19] <COOurb> And between idea and 'ready' there should be about 1-2 days
1297 [13:11:33] <COOurb> nobody will wait for week
1298 [13:11:44] <BCMM> but ftp is how you have a kludgy, obsolete, *non-native* solution on both ends
1299 [13:12:13] <COOurb> don't care about native
1300 [13:12:32] <themill> You already have a finished solution right now?
1301 [13:13:03] <BCMM> i'm telling you, users will...
1302 [13:13:18] *** Joins: V-Vega- (~vvega@replaced-ip )
1303 [13:13:26] <COOurb> themill: nope. I didn't propesed it , so nothing worry about
1304 [13:13:39] *** Quits: neo4 (~Thunderbi@replaced-ip ) (Ping timeout: 268 seconds)
1305 [13:13:39] <BCMM> anybody who has worked in an office knows how to use an SMB shared folder. total commander has training costs.
1306 [13:14:04] <BCMM> a 500-seat deployment is *not* composed entirely of people who can learn a new application easily
1307 [13:14:06] <themill> If you think ftp is adequate, then use sftp instead and you've already finished. If you don't think sftp will cut it then nor will ftp and you should be using something nicer.
1308 [13:14:16] <themill> I'm not really sure why we're still talking about ftp.
1309 [13:15:14] *** Joins: fedorafan (~fedorafan@replaced-ip )
1310 [13:16:00] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Quit: schu-r)
1311 [13:16:10] *** Joins: argus (~donw@replaced-ip )
1312 [13:17:27] *** Joins: Brigo (~Brigo@replaced-ip )
1313 [13:18:03] *** Joins: JohnML (~john1@replaced-ip )
1314 [13:19:10] *** Quits: argusbr (~donw@replaced-ip ) (Ping timeout: 246 seconds)
1315 [13:20:47] *** Joins: Essadon (~Essadon@replaced-ip )
1316 [13:21:26] *** Joins: sceptiQpt (~sceptiQ@replaced-ip )
1317 [13:22:03] *** Quits: purpleun_ (~purpleuni@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1318 [13:22:06] *** Joins: opv (~council@replaced-ip )
1319 [13:22:25] *** Joins: pax (~Thunderbi@replaced-ip )
1320 [13:22:46] <opv> hi everyone. i'm having this issue where root sends out mails: "problem with defaults entries", on debian 9 machines. uncle google says it's because of a sudoers line in /etc/nsswitch.conf, but it isn't present on my systems. i'd be thankful for advice
1321 [13:23:14] <opv> those mails are usually paired with "unable to resolve host", even though dns works just fine
1322 [13:23:15] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
1323 [13:24:01] *** debhelper sets mode: +l 1223
1324 [13:24:49] *** Joins: tdn (~tdn@replaced-ip )
1325 [13:25:12] *** Joins: S007Ud (~S007@replaced-ip )
1326 [13:25:14] *** Quits: S007Ud (~S007@replaced-ip ) (Killed (Sigyn (Spam is off topic on freenode.)))
1327 [13:26:08] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
1328 [13:26:19] *** Joins: Ribero (~R1b3rYFr@replaced-ip )
1329 [13:26:30] *** Joins: Brigo (~Brigo@replaced-ip )
1330 [13:26:44] *** Joins: polo51 (~polo51@replaced-ip )
1331 [13:26:48] *** Quits: polo51 (~polo51@replaced-ip ) (Remote host closed the connection)
1332 [13:27:09] *** Quits: buddhirt (~buddhi---@replaced-ip ) (Remote host closed the connection)
1333 [13:27:15] *** Joins: czesmir (~stefan@replaced-ip )
1334 [13:27:44] *** Joins: flashpoint (flashpoint@replaced-ip )
1335 [13:27:46] *** Quits: sceptiQpt (~sceptiQ@replaced-ip ) (Remote host closed the connection)
1336 [13:27:53] *** Quits: yokisuci (~yokisuci@replaced-ip ) (Remote host closed the connection)
1337 [13:27:54] <flashpoint> can debian be as "cutting edge" as arch?
1338 [13:27:59] *** Joins: polo51 (~polo51@replaced-ip )
1339 [13:28:48] *** Joins: msimpson_ (~msimpson@replaced-ip )
1340 [13:29:11] <flashpoint> the standard repos have 2 year old stable stuff
1341 [13:29:25] <BCMM> flashpoint: sid ain't bad. but you'll never get something as current as AUR without using something which enables random people on the internet to install software on your computer like AUR does
1342 [13:30:20] <flashpoint> every single one of you are random people
1343 [13:30:56] <themill> Debian does work to keep broken, unintegrated packages away from users
1344 [13:31:17] <flashpoint> ok can anyone have any degree of objectivity
1345 [13:31:26] <flashpoint> there is no perfect distro
1346 [13:31:33] <BCMM> flashpoint: sure, to some extent you can't trust anybody
1347 [13:31:51] <BCMM> flashpoint: but a package in Sid is there because a debian developer put it there
1348 [13:31:52] <flashpoint> I'm getting sick of systemd and more stuff is built for debian
1349 [13:31:54] <flashpoint> more software packages
1350 [13:32:00] *** Quits: drzacek (~drzacek@replaced-ip ) (Quit: Leaving)
1351 [13:32:01] <flashpoint> yes
1352 [13:32:07] <BCMM> literally any member of the public can sign up to put stuff in AUR
1353 [13:32:08] *** Quits: msimpson (~msimpson@replaced-ip ) (Ping timeout: 244 seconds)
1354 [13:32:21] <BCMM> "DISCLAIMER: AUR packages are user produced content. Any use of the provided files is at your own risk." replaced-url
1355 [13:32:32] <petn-randall> flashpoint: If you don't like systemd, you're still free to use sysv init.
1356 [13:32:36] *** Joins: Brigo_ (~Brigo@replaced-ip )
1357 [13:32:36] <flashpoint> I think I have three
1358 [13:32:36] <BCMM> the bleeding-edge stuff gets their through crowdsourcing basically
1359 [13:32:54] <flashpoint> I'm used to bleeding edge now
1360 [13:33:49] *** Quits: Ribero (~R1b3rYFr@replaced-ip ) ()
1361 [13:34:10] <BCMM> flashpoint: well, decide if Sid is new enough for you... for example, it currently includes kernel 4.18.8 and firefox 62.0.2
1362 [13:34:13] <themill> You don't often have people proudly proclaim Stockholm syndrome.
1363 [13:34:14] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 252 seconds)
1364 [13:34:32] <flashpoint> I actually fucking hate the userbase
1365 [13:34:34] *** Joins: Brigo__ (~Brigo@replaced-ip )
1366 [13:34:44] <flashpoint> I'm used to the packages that come in each day
1367 [13:34:54] *** Joins: jken (~jarred@replaced-ip )
1368 [13:34:55] <flashpoint> the latest versions of stuff, there's plenty I don't like
1369 [13:35:00] <jken> Hello, I am using grub to boot my UEFI system, I have the grub menu hidden so just a splash image is shown on boot. Sometimes, maybe 1/20 boots, my system stalls on the grub background/splash image and does not proceed to boot. Does anyone know why this might be happening or how I can begin tracking the issue down?
1370 [13:35:04] <flashpoint> and I just told you
1371 [13:35:19] <BCMM> looks like arch is on 4.18.10 - not a huge difference
1372 [13:35:27] <flashpoint> also proud? maybe if I was the sole developer for EVERYTHING I'd be proud
1373 [13:36:01] *** Joins: moussa_ (~moussa@replaced-ip )
1374 [13:36:20] <BCMM> flashpoint: i suggest you look up the Debian versions of packages you care most about and decide for yourself if they're new enough
1375 [13:36:41] <flashpoint> probably gnome?
1376 [13:36:42] *** Joins: karlpinc (~user@replaced-ip )
1377 [13:37:04] <BCMM> flashpoint: 3.22
1378 [13:37:23] <petn-randall> jken: If you hit escape, does it then show you any details when it happens?
1379 [13:37:31] <flashpoint> 3.30.1
1380 [13:37:33] *** Quits: Brigo_ (~Brigo@replaced-ip ) (Ping timeout: 252 seconds)
1381 [13:37:39] <flashpoint> it has some large improvements
1382 [13:37:43] <jken> petn-randall, good question, hard to reproduce but ill see if I can find out
1383 [13:37:46] <flashpoint> is 3.22 the version in SID
1384 [13:37:55] <BCMM> huh how come unstable, testing and stable are all on the same major version for gnome?
1385 [13:38:07] <petn-randall> jken: Yeah, that's the annoying part about bugs that don't happen all the time.
1386 [13:38:54] <themill> ,v gnome-shell
1387 [13:38:56] <judd> Package: gnome-shell on amd64 -- wheezy: 3.4.2-7+deb7u2; jessie: 3.14.4-1~deb8u1; stretch: 3.22.3-3; buster: 3.30.0-2; sid: 3.30.0-3
1388 [13:38:56] *** Quits: moussa__ (~moussa@replaced-ip ) (Ping timeout: 268 seconds)
1389 [13:39:13] <BCMM> flashpoint: to be honest i don't know much about gnome - i gave you the version for the metapackage
1390 [13:39:14] <flashpoint> is sid experimental or something
1391 [13:39:15] <themill> BCMM: ^^ 'gnome' is just a metapackage
1392 [13:39:21] <BCMM> flashpoint: looks like the actual packages are newer
1393 [13:39:30] <flashpoint> which actual packages
1394 [13:39:40] <BCMM> flashpoint: sid is "unstable". "experimental" is a different distro, that you definitely should not try to use
1395 [13:39:44] *** Joins: st-gourichon-fid (~Stephane@replaced-ip )
1396 [13:39:53] <flashpoint> the latest gnome has some pretty great updates
1397 [13:40:05] *** Joins: knstn (~Thunderbi@replaced-ip )
1398 [13:40:10] <flashpoint> I'd say it's the most noticable upgrades I've seen in quite a few years
1399 [13:40:15] <flashpoint> I like it more
1400 [13:40:26] *** Joins: Haudegen (~quassel@replaced-ip )
1401 [13:40:26] *** Joins: gryffus_ (~gryffus@replaced-ip )
1402 [13:40:31] <BCMM> flashpoint: debian has a gnome "metapackage". it doesn't install any files on its own, but it depends on the actual packages taht make up gnome, like gnome-shell and nautilus and so on
1403 [13:40:34] <flashpoint> it seems like whoever designs it listens to the userbase
1404 [13:40:45] <flashpoint> gnome shell
1405 [13:40:51] *** Quits: st-gourichon-f (~Stephane@replaced-ip ) (Ping timeout: 252 seconds)
1406 [13:41:55] <BCMM> flashpoint: looks like the shell, nautilus, evolution are all 3.30
1407 [13:42:12] <flashpoint> I don't care about evolution
1408 [13:42:12] *** Joins: jmarsac (~jmarsac@replaced-ip )
1409 [13:42:21] <flashpoint> that's the email thing?
1410 [13:42:23] <BCMM> i don't use gnome and don't have a clue how packaging works for it, so i don't know what makes them bump the metapacakge
1411 [13:42:33] <flashpoint> I'd guess changes
1412 [13:42:40] <BCMM> maybe just if the constituent packages change, maybe there's like one package somewhere holding the version back.
1413 [13:42:54] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1414 [13:43:05] <BCMM> but anyway i gave you bad information earlier when i looked up the package that's just called "gnome". sorry about that.
1415 [13:43:23] <flashpoint> I end up hating every distro I use
1416 [13:43:27] <flashpoint> I'm sick of distro hopping
1417 [13:43:41] <petn-randall> flashpoint: Then don't?
1418 [13:43:48] <flashpoint> I just want a daily that runs the stuff I want. a lot of people are on debian so that's one good thing
1419 [13:43:49] *** Quits: COOurb (~COOurb@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
1420 [13:44:01] *** debhelper sets mode: +l 1229
1421 [13:44:02] *** Joins: moussa__ (~moussa@replaced-ip )
1422 [13:44:04] *** Quits: gryffus (~gryffus@replaced-ip ) (Ping timeout: 240 seconds)
1423 [13:44:04] *** Quits: smolboye (~smolboye@replaced-ip ) (Ping timeout: 240 seconds)
1424 [13:44:09] *** Joins: Vizva (~Vizva@replaced-ip )
1425 [13:44:47] <flashpoint> I haven't distro hopped for a long time, but the fuckheads in the arch channel have made me want to abandon arch
1426 [13:44:56] *** Joins: gryffus (~gryffus@replaced-ip )
1427 [13:45:02] <BCMM> flashpoint: well, what's actually wrong with arch? might be able to give some useful suggestions if we knew what sort of change you wanted to see
1428 [13:45:03] *** Quits: gryffus_ (~gryffus@replaced-ip ) (Ping timeout: 244 seconds)
1429 [13:45:07] <BCMM> is it just the community?
1430 [13:45:10] *** Joins: Guest95483 (~some_weir@replaced-ip )
1431 [13:45:14] <flashpoint> basically yes
1432 [13:45:57] <flashpoint> because it worked fine as a daily up until it didn't. when things don't work, you have to deal with "the community"
1433 [13:46:04] *** Parts: opv (~council@replaced-ip ) ()
1434 [13:46:07] <flashpoint> but really you have to deal with the few operators who are fucking dicks
1435 [13:46:09] <BCMM> this channel's always been alright to me. most of the rudeness seems to be reserved for people who come in here with problems that don't related to debian
1436 [13:46:37] <BCMM> flashpoint: well i've never been in the arch channel for long, but i've seen certain other channels with that issue
1437 [13:46:53] <petn-randall> flashpoint: Try to tone down your language and keep it nice and family-friendly in here please.
1438 [13:46:57] *** Quits: moussa_ (~moussa@replaced-ip ) (Ping timeout: 268 seconds)
1439 [13:47:00] *** Joins: drzacek (~drzacek@replaced-ip )
1440 [13:47:01] <BCMM> it's the worst thing when a community is helpful and welcoming but but people in charge of it aren't
1441 [13:47:11] *** Joins: wyre (wyre@replaced-ip )
1442 [13:47:23] <flashpoint> give someone a small amount of power
1443 [13:47:30] <flashpoint> and watch how petty they become
1444 [13:47:31] *** Quits: Guest95483 (~some_weir@replaced-ip ) (Remote host closed the connection)
1445 [13:47:47] <BCMM> flashpoint: anyway, i switched from gentoo to sid, because i was fed up of the compile times basically
1446 [13:47:57] <flashpoint> like that game papers please
1447 [13:48:01] <BCMM> i know i came from a pretty fragile distro, but i've been impressed with how much sid doesn't break
1448 [13:48:21] <flashpoint> arch never broke more than a few times
1449 [13:48:34] *** Quits: creat (~creat@replaced-ip ) (Ping timeout: 240 seconds)
1450 [13:48:41] <BCMM> i am occasionally irritated by lack of very recent packages, mostly with kde releases, but gentoo wasn't amazing on the front either, at least without running ~keyword
1451 [13:49:22] <BCMM> only thing is that sid problems are offtopic here, there's a channel over on oftc for that as mentioned in the /topic
1452 [13:49:45] *** Joins: bites (~bites@replaced-ip )
1453 [13:50:20] <BCMM> imho Sid is the overlooked rolling-release distro
1454 [13:50:41] *** Quits: karlpinc (~user@replaced-ip ) (Remote host closed the connection)
1455 [13:50:45] <flashpoint> underrated indie gem?
1456 [13:50:55] <BCMM> the opposite i think
1457 [13:51:00] <BCMM> i guess it's kinda boring?
1458 [13:51:04] <flashpoint> overrated boxoffice crap
1459 [13:51:59] <flashpoint> so you say that "crowdsourcing" means that the arch packages generally work fairly solidly
1460 [13:52:03] *** Joins: killian99 (~killian99@replaced-ip )
1461 [13:52:36] <BCMM> i didn't say that
1462 [13:52:37] *** Joins: creat (~creat@replaced-ip )
1463 [13:52:51] <BCMM> i said the AUR gets you up-to-date packages by letting just about anybody upload packages
1464 [13:53:05] <BCMM> haven't used it and can't speak for the reliability of it
1465 [13:53:36] <flashpoint> ok
1466 [13:53:43] <BCMM> my assumption would be that it produces more packaging errors than debian's approach but i've got no proof of that
1467 [13:54:00] <BCMM> it's certainly a security issue, if you care about that sort of thing
1468 [13:54:16] <flashpoint> pia
1469 [13:54:20] *** Quits: Brigo__ (~Brigo@replaced-ip ) (Ping timeout: 252 seconds)
1470 [13:54:37] <flashpoint> PIA is the vpn I use, I have to have one
1471 [13:54:45] <flashpoint> because of germany
1472 [13:55:02] *** Quits: MrCoffee (coffee@replaced-ip ) (Quit: Lost terminal)
1473 [13:55:26] <BCMM> flashpoint: not sure i understand. is that a question?
1474 [13:56:00] *** Joins: comatekeke (~comatekek@replaced-ip )
1475 [13:56:02] <flashpoint> um. I have an easy to use networkmanager switch on and switch off thanks to AUR
1476 [13:56:06] <BCMM> as far as i know all of the protocols they offer should work in debian
1477 [13:56:14] <flashpoint> but I'm reinstalling because my comptuer was physically messed with in a hostel
1478 [13:56:23] *** Joins: gryffus_ (~gryffus@replaced-ip )
1479 [13:56:37] <darxmurf> this graphite and graphite web stuff for icinga2 is a pain in the...
1480 [13:56:59] <queip> ass
1481 [13:57:08] <flashpoint> so there's some kind of rootkit or whatever
1482 [13:57:24] *** Joins: karlpinc (~user@replaced-ip )
1483 [13:57:43] <nemo> hm. odd. after one successful reboot of my attempted ubuntu → devuan clean upgrade I appear to have init problems
1484 [13:57:49] <jken> petn-randall, was able to reproduce grub stuck on splash screen. Pressing escape, or any key, has no effect
1485 [13:57:52] <nemo> sooo screwit. gonna do a clean install.
1486 [13:58:06] <nemo> s/clean upgrade/live upgrade/
1487 [13:58:14] <nemo> but bodes poorly for my plan to do that to my dev server. ah well
1488 [13:58:38] *** Joins: Trieste (~T@replaced-ip )
1489 [13:58:44] *** Quits: moussa__ (~moussa@replaced-ip ) (Ping timeout: 252 seconds)
1490 [13:59:49] <flashpoint> how many people use SID
1491 [14:00:02] *** Quits: gryffus (~gryffus@replaced-ip ) (Ping timeout: 244 seconds)
1492 [14:00:04] <bites> 3
1493 [14:00:16] <flashpoint> this channel has a huge amount of "users"
1494 [14:00:34] <flashpoint> so... probably 1/3 of those are actual people? which is still a lot?
1495 [14:00:47] <BCMM> flashpoint: most of the people in here are probably running stable
1496 [14:01:01] <flashpoint> stable is several years out of date
1497 [14:01:08] <BCMM> flashpoint: Sid (codename for unstable) has its own channel over on oftc
1498 [14:01:19] <flashpoint> on what?
1499 [14:01:32] <BCMM> flashpoint: yeah, i suggested sid because you're used to the bleeding-edge arch thing
1500 [14:01:35] <flashpoint> I'm not joining other irc servers for his
1501 [14:01:36] <flashpoint> yes
1502 [14:01:40] <BCMM> flashpoint: different irc network
1503 [14:01:47] <BCMM> see the /topic
1504 [14:01:52] <flashpoint> that's more annoying
1505 [14:01:54] *** Joins: mtnielsensz (~mtnielsen@replaced-ip )
1506 [14:02:16] <BCMM> all the specialist debian channels are there. #debian-gnome and so on too.
1507 [14:02:29] <BCMM> i think this and -offtopic are the only debian channels on freenode
1508 [14:02:46] <flashpoint> does it have the same ip obscuring stuff as freenode
1509 [14:02:59] *** Joins: rotaticus (~mad@replaced-ip )
1510 [14:03:23] <BCMM> flashpoint: uh, what?
1511 [14:03:33] <flashpoint> the cloak thing
1512 [14:03:41] *** Quits: debsan (~debsan@replaced-ip ) (Ping timeout: 252 seconds)
1513 [14:03:45] <BCMM> flashpoint: ok two things: one, freenode cloaks are not a security measure. people can find out your IP while you're cloaked
1514 [14:04:02] <BCMM> flashpoint: two: you're on pia anyway! that *is* a valid method of obscuring your IP
1515 [14:04:22] <flashpoint> I thought, until my computer was physically accessed by some dicks in a hostel
1516 [14:04:31] <flashpoint> now I have to reinstall
1517 [14:04:39] <colo-work> obscuring your IP is useless anyway; I have a 50% of guessing it correctly on first try.
1518 [14:04:52] <flashpoint> ok don't
1519 [14:05:00] <BCMM> flashpoint: i really don't see how physical access is related to obscuring ip addresses
1520 [14:05:18] <BCMM> flashpoint: in any case, oftc has cloaks too. just don't rely on cloaks to hide your IP.
1521 [14:05:22] <flashpoint> the reason I want to reinstall is that I'm 99% sure there is a rootkit or two or more
1522 [14:05:43] <flashpoint> I don't WANT to reinstall
1523 [14:06:04] <flashpoint> this has been fine for probably 7 months
1524 [14:06:28] *** Quits: j7k6 (~j7k6@replaced-ip ) (Ping timeout: 272 seconds)
1525 [14:06:50] <flashpoint> the problems with arch are: the operators in the channel
1526 [14:06:54] *** Quits: lnslbrty (~NULL@replaced-ip ) (Quit: ~-AmIsraelChai-~)
1527 [14:06:57] *** Quits: mtnielsensz (~mtnielsen@replaced-ip ) (Remote host closed the connection)
1528 [14:07:09] <flashpoint> a lot of the "community" and the slight elitism
1529 [14:07:35] *** Joins: neo4 (~Thunderbi@replaced-ip )
1530 [14:07:44] *** Joins: j7k6 (~j7k6@replaced-ip )
1531 [14:07:50] <flashpoint> but as far as software goes it's good, is there a difference with debian? you asked what was "wrong" with arch
1532 [14:07:57] *** Quits: eliohann (~3liohann@replaced-ip ) (Quit: Leaving)
1533 [14:08:20] <nemo> colo-work: I use a cloak just for the project association.
1534 [14:08:37] <nemo> colo-work: I'm kinda surprised about identifying it so easily though - /ctcp ?
1535 [14:08:37] *** Joins: eliohann (~3liohann@replaced-ip )
1536 [14:09:12] *** Joins: Brigo (~Brigo@replaced-ip )
1537 [14:10:31] <flashpoint> I'd like to know how people do that too
1538 [14:11:49] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
1539 [14:11:50] *** Joins: _joes_ (~quassel@replaced-ip )
1540 [14:11:54] <BCMM> flashpoint: i don't know, because i don't know what it's like in the arch channel
1541 [14:12:17] <BCMM> flashpoint: i mean, maybe it actually is a playground of power-tripping oppers - in that case, i've not found debian to be the same
1542 [14:12:43] <flashpoint> I've been in here before and it's not been like that
1543 [14:12:44] <BCMM> flashpoint: or maybe you've done something to aggravate the ops, in which case you'll do the same here - i don't know
1544 [14:12:50] <flashpoint> no
1545 [14:12:58] <flashpoint> they aren't the same people
1546 [14:13:03] <BCMM> flashpoint: no offence meant, you understand - it's just that i can't know what your beef with arch ops is
1547 [14:13:18] *** Quits: comatekeke (~comatekek@replaced-ip ) (Ping timeout: 252 seconds)
1548 [14:13:25] <BCMM> anyway, i've never really seen any drama in this channel
1549 [14:13:35] *** Quits: gryffus_ (~gryffus@replaced-ip ) (Ping timeout: 252 seconds)
1550 [14:13:59] <flashpoint> what's the latest version supported in this channel
1551 [14:14:06] <flashpoint> is debian rolling now?
1552 [14:14:09] <BCMM> flashpoint: this channel is for debian stable
1553 [14:14:17] <flashpoint> so it's not rolling
1554 [14:14:26] <BCMM> flashpoint: debian stable is not. it gets a major version every two years or so
1555 [14:14:33] <BCMM> flashpoint: sid is... pretty much rolling-release?
1556 [14:14:33] <flashpoint> I don't like that
1557 [14:14:44] <flashpoint> I prefer rolling
1558 [14:14:45] <BCMM> (sid == unstable)
1559 [14:14:51] <flashpoint> yes you said.
1560 [14:14:58] *** Parts: rotaticus (~mad@replaced-ip ) ()
1561 [14:15:00] <BCMM> testing is just the next stable
1562 [14:15:14] <BCMM> i.e. the distro that, after two years of testing, will become the new stable
1563 [14:15:16] *** Joins: rotaticus (~mad@replaced-ip )
1564 [14:15:17] <Fox> do you prefer or do you need a rolling release ?
1565 [14:15:28] <flashpoint> I get it, it's not supported here, which makes this giant "userbase" totally unhelpful when it comes to SID help
1566 [14:15:30] *** Joins: Uberius (~Uberius@replaced-ip )
1567 [14:15:49] <BCMM> hmm, how do you actually get the number of users in a channel?
1568 [14:15:59] <BCMM> i'm not really prepared to manually count #debian-next
1569 [14:16:00] <flashpoint> it says so in my client
1570 [14:16:01] <nemo> BCMM: ask alis or check /names ?
1571 [14:16:03] *** Quits: j7k6 (~j7k6@replaced-ip ) (Ping timeout: 244 seconds)
1572 [14:16:16] *** Parts: rotaticus (~mad@replaced-ip ) ()
1573 [14:16:22] <flashpoint> it just says it at the top in my client. I don't do anything
1574 [14:16:34] <flashpoint> hexchat, that obscure indie client
1575 [14:16:37] <BCMM> yeah, my client has a list but no count
1576 [14:16:50] <flashpoint> damnit
1577 [14:16:56] <nemo> alis says 1213
1578 [14:17:18] <flashpoint> so if 1/3 of those are actual people it's about as much as the arch channel
1579 [14:17:38] <BCMM> nemo: oftc has alis?
1580 [14:17:42] <nemo> I suspect in any channel on freenode the majority are idlers
1581 [14:17:47] *** Joins: j7k6 (~j7k6@replaced-ip )
1582 [14:17:53] <flashpoint> that's why I said divide by 3
1583 [14:18:06] *** Joins: lnslbrty (~NULL@replaced-ip )
1584 [14:18:14] <flashpoint> then still most are idlers probably
1585 [14:18:14] <nemo> flashpoint: any channel, including arch 😉
1586 [14:18:30] <nemo> flashpoint: depends a lot on time of day ofc. 08:18 here on east coast of US
1587 [14:18:42] <flashpoint> just to make things clera I'm not any kind of arch fanboy
1588 [14:18:43] <nemo> 05:18 in california
1589 [14:18:48] <BCMM> 251 in #debian-next
1590 [14:18:52] <flashpoint> I just hate distro hopping so I stuck with one
1591 [14:18:54] *** Joins: Srdeg (~srged@replaced-ip )
1592 [14:19:04] <BCMM> (my client has a gui version of /list i never learned to use before)
1593 [14:19:35] *** Joins: Neo_Chen (~Neo_Chen@replaced-ip )
1594 [14:19:45] <nemo> flashpoint: I use about 50% gentoo, 50% devuan these days
1595 [14:19:53] *** Quits: neo4 (~Thunderbi@replaced-ip ) (Quit: neo4)
1596 [14:19:55] <nemo> flashpoint: but since devuan is just a thin overlay over debian, I hang out here
1597 [14:20:01] <flashpoint> now it's time to move away from it because the channel is now worthless. if one op has a problem, they can just ban or quiet or whatever, and it's that stupid irc crap of "oh we could never undo another operators ban or whatever"
1598 [14:20:16] *** Joins: versuchsanstalt (5abb3b8d@replaced-ip )
1599 [14:20:17] <flashpoint> so it takes one single person to have a "beef" with anyone
1600 [14:21:00] *** Joins: gryffus_ (~gryffus@replaced-ip )
1601 [14:22:07] *** Joins: shelbs (~Shelby@replaced-ip )
1602 [14:22:12] <BCMM> i don't think community issues are necessarily a bad reason to leave a distro. i just think i'm not in any position to know anything about arch's community.
1603 [14:22:40] <flashpoint> like any community most are just poeple who want to use the friggen software
1604 [14:22:54] *** Joins: iflema (~ian@replaced-ip )
1605 [14:23:16] <BCMM> i don't think there's any way you're going to get more information about the suitability of debian or it's community other than by giving it a try at this point...
1606 [14:24:01] *** debhelper sets mode: +l 1235
1607 [14:24:16] *** Quits: MrAlexandr0 (~MrAlexand@replaced-ip ) (Ping timeout: 246 seconds)
1608 [14:24:21] <flashpoint> if this has a rootkit how do I get my photos and crap like that saved without infecting an external drive
1609 [14:24:31] *** Joins: BreakerZeroMN (~BreakerZe@replaced-ip )
1610 [14:24:31] *** Joins: noodlepie (~Phillip@replaced-ip )
1611 [14:24:37] <BCMM> flashpoint: boot up from an external medium
1612 [14:24:38] <diogenes_> flashpoint, one good method to enjoy your distro is to avoid getting in contact with the comminity behind it :)
1613 [14:24:48] *** Quits: Srdeg (~srged@replaced-ip ) (Quit: Lost terminal)
1614 [14:24:49] <colo-work> use live medium to recover your data - grml forensic is a good choice.
1615 [14:24:52] <flashpoint> diogenes_, that would be PERFECT
1616 [14:25:08] <BCMM> flashpoint: if you don't have one already, there's a Debian Live dvd/usb image (works as an installer as well as a live system)
1617 [14:25:17] *** Quits: noodlepie (~Phillip@replaced-ip ) (Max SendQ exceeded)
1618 [14:25:33] <flashpoint> I need to find some completely clean computer
1619 [14:25:48] <versuchsanstalt> Is /boot/grub/grub.cfg supposed to be 0444 root:root, or is 0600 more reasonable?
1620 [14:25:50] <flashpoint> to make that usb installer
1621 [14:25:52] <BCMM> flashpoint: if you're worried about them compromising the hardware, you need to chuck the laptop, not do a clean install on it
1622 [14:26:05] <BCMM> flashpoint: if you just think your arch install is suspect, live USB is enough
1623 [14:26:12] <BCMM> oh right sorry.
1624 [14:26:16] <BCMM> i only read half your message
1625 [14:26:16] *** Joins: noodlepie (~Phillip@replaced-ip )
1626 [14:26:26] <flashpoint> the software is definitely compromised
1627 [14:26:37] *** Quits: noodlepie (~Phillip@replaced-ip ) (Remote host closed the connection)
1628 [14:26:46] <BCMM> versuchsanstalt: ... are you creating that file yourself or something?
1629 [14:27:03] *** Joins: noodlepie (~Phillip@replaced-ip )
1630 [14:27:15] <flashpoint> there are two drives in this laptop
1631 [14:27:20] *** Quits: _joes_ (~quassel@replaced-ip ) (Ping timeout: 252 seconds)
1632 [14:27:26] <BCMM> versuchsanstalt: mine is also 0444, because that's how update-grub creates it
1633 [14:27:30] <flashpoint> man fuck it it's probably just going to happen again.
1634 [14:27:50] <BCMM> flashpoint: i mean, as often stated, physical access is game over
1635 [14:27:58] <flashpoint> yes
1636 [14:27:59] *** Joins: MrAlexandr0 (~MrAlexand@replaced-ip )
1637 [14:27:59] <BCMM> but there are things you can do to make sure it's not quick and easy
1638 [14:28:06] *** Quits: noodlepie (~Phillip@replaced-ip ) (Remote host closed the connection)
1639 [14:28:08] <flashpoint> like
1640 [14:28:10] *** Joins: fmerges (~fmerges@replaced-ip )
1641 [14:28:22] <versuchsanstalt> bcmm: nope, I am trying to find out how I can apply page 67 of the CIS Distribution Independent Linux Benchmark, it's an auditing guideline paper
1642 [14:28:25] <BCMM> with a bios password and appropriate security on the bootloader, you can make it so they'll at least have to take out your HDD to mess with things
1643 [14:28:44] <flashpoint> damnit
1644 [14:29:06] <BCMM> versuchsanstalt: well, i'm not familiar with that document. but it would be unusual for grub.cfg to contain any actionable intelligence.
1645 [14:29:16] <flashpoint> maybe it's time for an upgrade in computer
1646 [14:29:37] <BCMM> flashpoint: and with the above + full disk encryption, you can make sure you'll know if they mess with it
1647 [14:29:40] <versuchsanstalt> BCMM: I should check with a system with a pending kernel image upgrade, change it and see what happens
1648 [14:29:43] <BCMM> flashpoint: i don't see how that solves your physical security problem
1649 [14:29:54] *** Joins: jarfr (~jarfr@replaced-ip )
1650 [14:29:56] <BCMM> versuchsanstalt: check what exactly?
1651 [14:29:56] <flashpoint> there isn't a physical security problem now
1652 [14:30:10] <flashpoint> there was when I had to stay in a hostel
1653 [14:30:22] <flashpoint> with other scumbags who were living in it.
1654 [14:30:25] <versuchsanstalt> BCMM: check if the upgrade process fails on the file being 0400
1655 [14:30:34] *** Quits: BreakerZeroMN (~BreakerZe@replaced-ip ) (Remote host closed the connection)
1656 [14:30:53] *** Quits: shelbs (~Shelby@replaced-ip ) (Quit: Leaving)
1657 [14:31:02] *** Quits: emrullah (~emrullah@replaced-ip ) (Remote host closed the connection)
1658 [14:31:05] <versuchsanstalt> which it shouldnt, as i understand it
1659 [14:31:10] <flashpoint> people who live in a hostel permanently are probably living there for a reason
1660 [14:31:12] <BCMM> flashpoint: look, technically there are all kinds of persistent things that could have been done to your computer. you can hide malware in battery firmware these days... but unless your adversary is a government agency, i'd assume that any rootkit exists only as data on your hard drive
1661 [14:31:27] <flashpoint> that's what I assume also
1662 [14:31:43] <BCMM> if the nsa messed with your computer, toss the computer. if some guy in a hostel messed with your computer, zero out the hard drive
1663 [14:32:03] <flashpoint> that's what I want to avoid
1664 [14:32:04] *** Joins: smolboye (~smolboye@replaced-ip )
1665 [14:32:13] <BCMM> you want to avoid zeroing out the hdd?
1666 [14:32:16] <flashpoint> how can I safely extract my photos and other stuff like that
1667 [14:32:30] <BCMM> like i said, live medium, created on a clean computer
1668 [14:32:37] <flashpoint> I don't have a clean computer
1669 [14:32:47] *** Quits: Fusl (~fusl@replaced-ip ) (Remote host closed the connection)
1670 [14:32:53] <BCMM> flashpoint: you can buy pre-installed media online
1671 [14:33:14] <flashpoint> the next few hours I have free
1672 [14:33:14] <flashpoint> that's when I want to do this
1673 [14:33:26] <versuchsanstalt> flashpoint: invest the time to get it right.
1674 [14:33:47] <flashpoint> are you german
1675 [14:34:03] *** Joins: Fusl (~fusl@replaced-ip )
1676 [14:34:16] <flashpoint> this place is annoying.
1677 [14:35:38] <BCMM> flashpoint: for example replaced-url
1678 [14:35:40] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Ping timeout: 268 seconds)
1679 [14:35:41] <versuchsanstalt> my nick is german, yes flashpoint.
1680 [14:36:17] <BCMM> i don't actually speak german, so you will need to check for yourself if that's debian live or just the installer
1681 [14:36:24] <flashpoint> I'm not german
1682 [14:36:38] <flashpoint> I am in the country though.
1683 [14:36:54] <versuchsanstalt> which city u at, flashpoint?
1684 [14:37:06] <flashpoint> the one full of whores and drugs
1685 [14:37:19] <versuchsanstalt> the _one_.
1686 [14:37:24] <flashpoint> the major one
1687 [14:37:25] <BCMM> flashpoint: i gave you a .de because shipping costs/speed, not because of any assumption about what languages you prefer to read :)
1688 [14:37:45] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 244 seconds)
1689 [14:37:47] <flashpoint> I can't get it shipped but thanks for the help so far
1690 [14:37:54] *** Joins: pax (~Thunderbi@replaced-ip )
1691 [14:38:07] <BCMM> well if you can't receive post, and you don't have a clean computer, it's hard to see an answer
1692 [14:38:21] <flashpoint> throw this out
1693 [14:38:29] <flashpoint> use it until I can get a clean one
1694 [14:38:31] *** Quits: pax (~Thunderbi@replaced-ip ) (Client Quit)
1695 [14:38:54] <BCMM> flashpoint: except... well, a rootkit technically could modify the installer image you download so that the fresh install is also compromised, but in practice, it probably isn't going to do so
1696 [14:39:02] *** Quits: lnslbrty (~NULL@replaced-ip ) (Read error: Connection reset by peer)
1697 [14:39:08] *** Joins: zabow (~zabow@replaced-ip )
1698 [14:39:26] <BCMM> since it'd be pretty hard to write a generic method that compromises arbitrary install images
1699 [14:39:44] <flashpoint> I was thikning that writing it with a compromised system could be a problem
1700 [14:39:47] <flashpoint> putting hte usb stick into this, and then writing to it
1701 [14:39:48] <BCMM> again, the difference between doing it right and doing it well enough for the threat you're looking at...
1702 [14:39:50] *** Joins: n4dir (~user@replaced-ip )
1703 [14:39:53] *** Joins: lnslbrty (~NULL@replaced-ip )
1704 [14:40:06] *** Joins: velix (~Velix@replaced-ip )
1705 [14:40:07] <flashpoint> I dunno, I don't know what they used, I didn't ask them.
1706 [14:40:26] *** Joins: freedrull (~freedrull@replaced-ip )
1707 [14:40:30] <flashpoint> if someone is doing that shit, it doens't matter what you say or do, you won't stop them or change their mind
1708 [14:40:48] <flashpoint> or get anything honest out of them. I know for a fact they were reading my stuff
1709 [14:40:55] <flashpoint> that's it
1710 [14:41:07] *** Joins: arthurmde_ (uid38505@replaced-ip )
1711 [14:41:10] *** Joins: llucenic (~Thunderbi@replaced-ip )
1712 [14:41:29] <flashpoint> I don't know precisely how but I have about 80 ip addresses that my stuff was passing through
1713 [14:41:50] <flashpoint> so I left that physical place, and now I have this computer to deal with.
1714 [14:42:34] *** Quits: velix_inuse (~Velix@replaced-ip ) (Ping timeout: 272 seconds)
1715 [14:44:16] <BCMM> flashpoint: in your situation, i would probably download the install image, reboot with init=/bin/sh, verify the sha512sum and dd it
1716 [14:44:36] *** Joins: cryptokid (~cryptokid@replaced-ip )
1717 [14:44:45] <BCMM> flashpoint: now, technically they *could* have given you a modified shell or modified sha512sum or a modified dd
1718 [14:44:56] *** Quits: airwind (~belovent@replaced-ip ) (Quit: airwind)
1719 [14:44:58] *** Quits: cryptokid (~cryptokid@replaced-ip ) (Remote host closed the connection)
1720 [14:45:02] <BCMM> and if this was an abstract security exercise this would be the wrong answer
1721 [14:45:12] <BCMM> but in practice, they won't have done all of those
1722 [14:46:29] *** Quits: freedrull (~freedrull@replaced-ip ) (Remote host closed the connection)
1723 [14:46:38] *** Joins: hodyna (~hodyna@replaced-ip )
1724 [14:48:03] <flashpoint> it's doubtful just to do the digital equivalent of sniffing someones' underpants
1725 [14:50:31] *** Quits: knstn (~Thunderbi@replaced-ip ) (Quit: knstn)
1726 [14:50:49] *** Quits: jarfr (~jarfr@replaced-ip ) (Remote host closed the connection)
1727 [14:51:02] *** Joins: jarfr (~jarfr@replaced-ip )
1728 [14:52:13] *** Quits: jimm (~jim@replaced-ip ) (Ping timeout: 244 seconds)
1729 [14:52:31] *** Joins: daleharveyaQ (~daleharve@replaced-ip )
1730 [14:52:33] *** Quits: jim (~jim@replaced-ip ) (Ping timeout: 245 seconds)
1731 [14:53:38] *** Quits: f10 (~flo@replaced-ip ) (Remote host closed the connection)
1732 [14:53:40] *** Quits: polievka (~unko@replaced-ip ) (Quit: leaving)
1733 [14:53:59] *** Joins: f10 (~flo@replaced-ip )
1734 [14:54:10] *** Quits: solarnetone (~scott@replaced-ip ) (Ping timeout: 268 seconds)
1735 [14:54:26] *** Quits: daleharveyaQ (~daleharve@replaced-ip ) (Remote host closed the connection)
1736 [14:55:00] *** Joins: ableto (~cryptum@replaced-ip )
1737 [14:55:13] *** Parts: Guest42756 (kiliev@replaced-ip ) ()
1738 [14:55:16] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 260 seconds)
1739 [14:56:08] *** Quits: iflema (~ian@replaced-ip ) (Quit: iflema)
1740 [14:56:38] *** Joins: enkrypt (~enkrypt@replaced-ip )
1741 [14:57:08] *** Joins: silverballz (~hidden@replaced-ip )
1742 [14:57:34] *** Joins: transhumanist (~transhuma@replaced-ip )
1743 [14:57:56] *** Quits: enkrypt (~enkrypt@replaced-ip ) (Client Quit)
1744 [14:57:58] <transhumanist> hi! running raspbian, is this the place to ask questions?
1745 [14:58:30] <transhumanist> never mind
1746 [14:58:34] *** Parts: transhumanist (~transhuma@replaced-ip ) ()
1747 [14:59:45] *** Joins: robotpanic (kiliev@replaced-ip )
1748 [15:00:31] *** Quits: Uberius (~Uberius@replaced-ip ) (Quit: Quit)
1749 [15:00:45] <flashpoint> BCMM, I should mention that it was connected to the wireless there for days
1750 [15:00:56] <flashpoint> so... I dunno how much is possible
1751 [15:01:35] *** Quits: zer0_her0 (~zer@replaced-ip ) (Remote host closed the connection)
1752 [15:02:09] *** Joins: zer0_her0 (~zer@replaced-ip )
1753 [15:02:21] <flashpoint> plausible
1754 [15:02:27] <flashpoint> plausibility is the only relevant thing
1755 [15:05:08] *** Quits: gryffus_ (~gryffus@replaced-ip ) (Ping timeout: 244 seconds)
1756 [15:08:01] *** Quits: SopaXorzTaker (~SopaXorzT@replaced-ip ) (Quit: Leaving)
1757 [15:08:09] *** Joins: samathy (~samathy@replaced-ip )
1758 [15:08:23] *** Quits: frikinz (~me@replaced-ip ) (Ping timeout: 245 seconds)
1759 [15:08:35] *** Quits: hodyna (~hodyna@replaced-ip ) (Read error: Connection reset by peer)
1760 [15:08:46] *** Quits: samathy (~samathy@replaced-ip ) (Client Quit)
1761 [15:09:40] *** Joins: P1ersson (~P1ersson@replaced-ip )
1762 [15:11:03] *** Joins: samathy (~samathy@replaced-ip )
1763 [15:11:15] *** Joins: tvm (~tvm@replaced-ip )
1764 [15:11:52] *** Quits: flashpoint (flashpoint@replaced-ip ) (Ping timeout: 246 seconds)
1765 [15:11:54] *** Joins: ChmEarl (~chmearl@replaced-ip )
1766 [15:14:01] *** debhelper sets mode: +l 1229
1767 [15:14:51] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1768 [15:16:17] *** Quits: j7k6 (~j7k6@replaced-ip ) (Ping timeout: 252 seconds)
1769 [15:16:22] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 268 seconds)
1770 [15:16:42] *** Joins: buriz (~tud3@replaced-ip )
1771 [15:18:21] *** Joins: j7k6 (~j7k6@replaced-ip )
1772 [15:20:55] *** Joins: _joes_ (~quassel@replaced-ip )
1773 [15:21:11] *** Joins: frikinz (~me@replaced-ip )
1774 [15:21:12] *** Joins: M6HZ (~M6HZ@replaced-ip )
1775 [15:21:26] *** Joins: schu-r (~Thunderbi@replaced-ip )
1776 [15:22:45] <nemo> replaced-url
1777 [15:23:41] *** Joins: p0lyph3m (~p0lyph3m@replaced-ip )
1778 [15:26:12] *** Joins: discovered (~discovere@replaced-ip )
1779 [15:26:25] *** Joins: pry (~textual@replaced-ip )
1780 [15:26:28] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: Leaving)
1781 [15:26:53] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1782 [15:28:05] *** Quits: alexandros_c (~alexandro@replaced-ip ) (Ping timeout: 252 seconds)
1783 [15:29:05] *** Joins: sandwitch (~sandwitch@replaced-ip )
1784 [15:29:35] *** Joins: rgr (~user@replaced-ip )
1785 [15:30:01] *** Quits: purpleunicorn (uid264544@replaced-ip ) (Quit: Connection closed for inactivity)
1786 [15:30:49] *** Joins: olegfusion (~olegfusio@replaced-ip )
1787 [15:31:23] *** Quits: samathy (~samathy@replaced-ip ) (Quit: WeeChat 1.6)
1788 [15:31:34] *** Joins: samathy (~samathy@replaced-ip )
1789 [15:31:59] <n4dir> nemo: the general problem of unmet dependencies? the thread at forums debian sure is old.
1790 [15:32:23] *** Joins: __m4ch1n3__ (~m4ch1n3@replaced-ip )
1791 [15:32:28] <nemo> n4dir: well. monitor resolution of 1152 instead of 1600
1792 [15:32:36] <nemo> n4dir: would rather avoid mucking about w/ X config
1793 [15:32:38] *** Quits: rgr (~user@replaced-ip ) (Remote host closed the connection)
1794 [15:33:00] *** Joins: rgr (~user@replaced-ip )
1795 [15:33:07] *** Joins: Guest28 (974a2638@replaced-ip )
1796 [15:33:43] <Guest28> buongiorno
1797 [15:34:02] *** debhelper sets mode: +l 1236
1798 [15:34:38] <__m4ch1n3__> Hi! How do I upgrade buster to sid?
1799 [15:35:20] <n4dir> !testing
1800 [15:35:20] <dpkg> Testing is a continuously updated release between <stable> and <unstable>, currently codenamed <buster>. See replaced-url
1801 [15:35:50] *** Quits: j7k6 (~j7k6@replaced-ip ) (Ping timeout: 250 seconds)
1802 [15:35:50] <__m4ch1n3__> !unstable
1803 [15:35:51] <dpkg> Unstable is the status of a Debian release when packages can be added at any time, that can disrupt the integrity of the whole system! Ask me about <break>. If you have to ask whether you should use it or how, you shouldn't. replaced-url
1804 [15:36:43] *** Quits: _joes_ (~quassel@replaced-ip ) (Ping timeout: 268 seconds)
1805 [15:37:15] *** Quits: tralala (~user@replaced-ip ) (Quit: out)
1806 [15:37:41] *** Joins: j7k6 (~j7k6@replaced-ip )
1807 [15:37:50] <Guest28> I have a contract ADSL2+ with my telephone operator, and my telephone system is as follows:
1808 [15:38:02] <Guest28> Uploaded file: replaced-url
1809 [15:38:05] <n4dir> anyway: you replace buster with sid in the sources list, run apt-get update; apt-get upgrade; apt-get dist-upgrade. You might want to install the package apt-listbugs, if it ain't installed already. __m4ch1n3__
1810 [15:38:07] *** Quits: samathy (~samathy@replaced-ip ) (Quit: WeeChat 1.6)
1811 [15:39:10] <__m4ch1n3__> hmmm i did "sed -i 's/buster/sid/g' /etc/apt/sources.list && apt-get update" but i get some errors while update
1812 [15:39:18] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 252 seconds)
1813 [15:39:42] <Guest28> I would known if I change the contract ADSL2+ --> VDSL2 (internet + phone in VoIP) how can I do the "overturning telephone sockets"?
1814 [15:41:01] <themill> __m4ch1n3__: To be brutally honest, if you've got to ask, you shouldn't be doing this. You will always get some level of problems with upgrades in sid and you need to be able to deal with them yourself.
1815 [15:41:43] *** Quits: hexhaxtron (~hexhaxtro@replaced-ip ) (Read error: Connection reset by peer)
1816 [15:41:57] <__m4ch1n3__> get 404 error for replaced-url
1817 [15:41:59] <n4dir> __m4ch1n3__: really a question for #debian-next (iirc, pretty sure, for sid you only need the main line, no security or such).
1818 [15:42:17] <__m4ch1n3__> ahh, k
1819 [15:42:26] *** Quits: yonder (~yonder@replaced-ip ) (Remote host closed the connection)
1820 [15:42:43] <themill> __m4ch1n3__: someone who knows enough about how Debian works to run sid would know that sid-updates makes zero sense
1821 [15:42:56] <__m4ch1n3__> :3
1822 [15:42:58] <nemo> n4dir: hm. monitor shows up as "unknown" maybe it's a question of updating whatever linux monitor database with a new entry
1823 [15:43:00] <themill> __m4ch1n3__: Perhaps spending your time learning about Debian first would be better?
1824 [15:43:17] *** Quits: pvdp (~pvdp@replaced-ip ) (Remote host closed the connection)
1825 [15:43:26] *** Joins: nckx (~nckx@replaced-ip )
1826 [15:44:01] *** debhelper sets mode: +l 1230
1827 [15:44:39] *** Joins: morfeokmg (~morfeokmg@replaced-ip )
1828 [15:45:23] <n4dir> for example debian stable with stable backports and sid or testing in a chroot (via debootstrap, which makes a chroot rather easy). __m4ch1n3__ (if this is a test machine anyway: i guess thats fine).
1829 [15:45:29] <__wrksx> I have a user that is allowed to run a specific script using sudo -g
1830 [15:45:54] <__wrksx> I'd like if possible to allow him to run that script without typing sudo -g each time
1831 [15:46:03] <__wrksx> is there a way to do that ?
1832 [15:46:10] *** Joins: twobitsprite (~isaac@replaced-ip )
1833 [15:48:13] *** Joins: neibo (~bingen@replaced-ip )
1834 [15:48:25] *** Joins: samathy (~samathy@replaced-ip )
1835 [15:48:42] <themill> __wrksx: 3 easy options: an alias, a wrapper script, checking within the script if it's the wrong group and exec sudo …
1836 [15:49:04] *** Quits: Renari (~Renari@replaced-ip ) (Ping timeout: 240 seconds)
1837 [15:49:27] *** Quits: jarfr (~jarfr@replaced-ip ) (Quit: Leaving)
1838 [15:49:29] <__wrksx> themill, right, ty for the suggestions
1839 [15:49:51] <__wrksx> I think the alias will be fine
1840 [15:50:24] *** Quits: Guest28 (974a2638@replaced-ip ) (Remote host closed the connection)
1841 [15:50:47] *** Joins: Renari (~Renari@replaced-ip )
1842 [15:51:22] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
1843 [15:51:52] *** Joins: gryffus_ (~gryffus@replaced-ip )
1844 [15:52:00] *** Parts: sandwitch (~sandwitch@replaced-ip ) ()
1845 [15:52:18] *** Quits: samathy (~samathy@replaced-ip ) (Client Quit)
1846 [15:52:25] *** Joins: samathy (~samathy@replaced-ip )
1847 [15:53:32] *** Quits: neibo (~bingen@replaced-ip ) (Quit: leaving)
1848 [15:54:12] *** Joins: Uberius (~Uberius@replaced-ip )
1849 [15:55:01] *** Joins: knidos (~knidos@replaced-ip )
1850 [15:55:06] *** Joins: P1ersson (~P1ersson@replaced-ip )
1851 [15:55:17] *** Quits: __m4ch1n3__ (~m4ch1n3@replaced-ip ) (Quit: Leaving)
1852 [15:56:27] *** Joins: neibo (~bingen@replaced-ip )
1853 [15:56:50] *** Quits: d3m0r (~d3m0r@replaced-ip ) (Quit: d3m0r)
1854 [15:56:51] *** Joins: oish_ (~charlie@replaced-ip )
1855 [15:57:36] *** Quits: Mottengrotte (~Mottengro@replaced-ip ) (Read error: Connection reset by peer)
1856 [15:57:54] *** Joins: Mottengrotte (~Mottengro@replaced-ip )
1857 [15:58:15] *** Joins: Tom-_ (~tomg@replaced-ip )
1858 [15:58:20] *** Quits: versuchsanstalt (5abb3b8d@replaced-ip ) ()
1859 [15:59:03] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1860 [15:59:49] *** Joins: hipp (~hipp@replaced-ip )
1861 [16:00:28] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 245 seconds)
1862 [16:01:56] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 252 seconds)
1863 [16:03:00] *** Joins: sorko999 (~sorko999@replaced-ip )
1864 [16:04:02] *** debhelper sets mode: +l 1236
1865 [16:04:52] *** Quits: pixdamix (~pix@replaced-ip ) (Quit: WeeChat 1.5)
1866 [16:05:18] *** Joins: pixdamix (~pix@replaced-ip )
1867 [16:06:37] *** Quits: Sabotender (~Sabotende@replaced-ip ) (Ping timeout: 244 seconds)
1868 [16:07:28] *** Quits: rgr (~user@replaced-ip ) (Quit: ERC (IRC client for Emacs 25.2.2))
1869 [16:11:15] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 268 seconds)
1870 [16:11:22] *** Quits: Aebian (~Aebian@replaced-ip ) (Quit: leaving)
1871 [16:11:47] *** Joins: Aebian (~Aebian@replaced-ip )
1872 [16:11:52] *** Joins: czart (~czart@replaced-ip )
1873 [16:11:55] *** Joins: greycat (~wooledg@replaced-ip )
1874 [16:12:39] *** Joins: cyphix (~cyphix@replaced-ip )
1875 [16:12:59] *** Joins: Volnikan (~androirc@replaced-ip )
1876 [16:13:59] *** Joins: P1ersson_ (~P1ersson@replaced-ip )
1877 [16:15:04] *** Quits: madage (~madage@replaced-ip ) (Remote host closed the connection)
1878 [16:15:31] *** Quits: knidos (~knidos@replaced-ip ) (Quit: WeeChat 1.9.1)
1879 [16:15:52] *** Joins: cryptic (~cryptic@replaced-ip )
1880 [16:16:50] *** Joins: ChubaDuba (~ChubaDuba@replaced-ip )
1881 [16:18:00] *** Quits: Volnikan (~androirc@replaced-ip ) (Read error: Connection reset by peer)
1882 [16:18:55] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1883 [16:19:00] *** Joins: AlexPortable (uid7568@replaced-ip )
1884 [16:19:16] *** Joins: _mel_ (~melvin@replaced-ip )
1885 [16:19:30] *** Joins: Volnikan (~androirc@replaced-ip )
1886 [16:19:49] *** Quits: Volnikan (~androirc@replaced-ip ) (Client Quit)
1887 [16:20:04] *** Quits: Sabaku (~Sabaku@replaced-ip ) (Ping timeout: 240 seconds)
1888 [16:20:32] *** Joins: oojacoboo (~oojacoboo@replaced-ip )
1889 [16:21:05] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 244 seconds)
1890 [16:21:06] *** Joins: dreamon_ (~dreamon@replaced-ip )
1891 [16:22:47] *** Quits: zabow (~zabow@replaced-ip ) (Read error: Connection reset by peer)
1892 [16:23:24] *** Quits: sadako (~z@replaced-ip ) (Read error: Connection reset by peer)
1893 [16:23:34] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Excess Flood)
1894 [16:23:35] *** Joins: Tom01 (~tom@replaced-ip )
1895 [16:23:52] *** Joins: dreamon_ (~dreamon@replaced-ip )
1896 [16:24:44] *** Quits: silverballz (~hidden@replaced-ip ) (Quit: One for all, all for One (2 Corinthians 5))
1897 [16:26:42] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1898 [16:28:05] <Camusensei> The util-linux package doesn't provide /usr/bin/column. Is that because it's not in the .deb or is it because it detected that bsdmainutils already provided it so it did not install it?
1899 [16:30:24] *** Joins: madage (~madage@replaced-ip )
1900 [16:31:00] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 252 seconds)
1901 [16:31:00] *** Quits: killian99 (~killian99@replaced-ip ) (Quit: Quitte)
1902 [16:31:31] *** Quits: Kevlar_Noir (~lexou@replaced-ip ) (Quit: Konversation terminated!)
1903 [16:31:54] <petn-randall> Camusensei: It's not part of util-linux. There is no dynamic detection. Either the package ships it, or it doesn't. No two packages in Debian are allowed to ship the same file.
1904 [16:32:17] <petn-randall> *file = absolute filename with basedir, e.g. /usr/bin/column.
1905 [16:32:31] *** Joins: Kevlar_Noir (~lexou@replaced-ip )
1906 [16:32:32] *** Quits: thms (~thms@replaced-ip ) (Changing host)
1907 [16:32:32] *** Joins: thms (~thms@replaced-ip )
1908 [16:32:41] <thms> When I create a jessie LXC, my base system doesn'(t have ping or any other thing, how do I tell to add that ? I don't have network ready :/
1909 [16:33:13] *** Joins: Sabaku (~Sabaku@replaced-ip )
1910 [16:33:34] *** Joins: silverballz (~hidden@replaced-ip )
1911 [16:34:09] <petn-randall> thms: How are you creating the container?
1912 [16:34:21] <Camusensei> petn-randall: you mean "not part of the util-linux debian package", right?
1913 [16:34:49] <petn-randall> Camusensei: yes
1914 [16:34:51] *** Quits: bozza (~bozza@replaced-ip ) (Remote host closed the connection)
1915 [16:34:58] <Camusensei> petn-randall: thank you for your answers :)
1916 [16:35:44] <thms> petn-randall, actually chrooted in it and installing the packages.
1917 [16:36:28] *** Quits: Mottengrotte (~Mottengro@replaced-ip ) (Read error: Connection reset by peer)
1918 [16:36:44] *** Joins: Mottengrotte (~Mottengro@replaced-ip )
1919 [16:37:44] *** Joins: SimpleIRC_2tRNc (~simpleirc@replaced-ip )
1920 [16:37:57] *** Quits: twobitsprite (~isaac@replaced-ip ) (Ping timeout: 252 seconds)
1921 [16:38:09] *** Quits: colttt (~quassel@replaced-ip ) (Remote host closed the connection)
1922 [16:38:28] <jolt> thms: I usually configure the network interfaces on the outside before starting and then installing the packages. Then I clone new machinces from that as a template
1923 [16:39:41] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 244 seconds)
1924 [16:40:00] *** Joins: twobitsprite (~isaac@replaced-ip )
1925 [16:41:02] *** Joins: dreamon_ (~dreamon@replaced-ip )
1926 [16:41:06] *** Quits: combro2k (~combro2k@replaced-ip ) (Remote host closed the connection)
1927 [16:42:56] *** Quits: ilmostro (~ilmostro@replaced-ip ) (Quit: WeeChat 2.2)
1928 [16:43:14] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
1929 [16:43:44] *** Quits: czesmir (~stefan@replaced-ip ) (Quit: leaving)
1930 [16:43:56] *** Joins: Envil (~envil@replaced-ip )
1931 [16:44:50] *** Joins: ilmostro (~ilmostro@replaced-ip )
1932 [16:45:03] *** Joins: czesmir (~stefan@replaced-ip )
1933 [16:46:01] *** Joins: troys (~troys@replaced-ip )
1934 [16:47:12] *** Quits: Envil (~envil@replaced-ip ) (Remote host closed the connection)
1935 [16:47:30] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 252 seconds)
1936 [16:47:33] *** Joins: Crypto (~Uberius@replaced-ip )
1937 [16:48:48] *** Joins: Envil (~envil@replaced-ip )
1938 [16:48:51] *** Quits: Uberius (~Uberius@replaced-ip ) (Ping timeout: 256 seconds)
1939 [16:49:24] *** Quits: SimpleIRC_2tRNc (~simpleirc@replaced-ip ) (Quit: Simple IRC: The quit option.)
1940 [16:50:07] *** Joins: os_ (~os_@replaced-ip )
1941 [16:50:07] *** Quits: os_ (~os_@replaced-ip ) (Changing host)
1942 [16:50:07] *** Joins: os_ (~os_@replaced-ip )
1943 [16:50:16] *** Joins: oish (~charlie@replaced-ip )
1944 [16:50:21] *** Quits: os_ (~os_@replaced-ip ) (Client Quit)
1945 [16:50:45] *** Joins: os_ (~os_@replaced-ip )
1946 [16:50:45] *** Quits: os_ (~os_@replaced-ip ) (Changing host)
1947 [16:50:45] *** Joins: os_ (~os_@replaced-ip )
1948 [16:51:03] *** Quits: os_ (~os_@replaced-ip ) (Client Quit)
1949 [16:51:26] *** Joins: os_ (~os_@replaced-ip )
1950 [16:51:26] *** Quits: os_ (~os_@replaced-ip ) (Changing host)
1951 [16:51:26] *** Joins: os_ (~os_@replaced-ip )
1952 [16:52:27] <thms> OK guys, my LXC container has a public IP adress. I can SSH from the host to the container's. I can also ssh from the container, to the host. My host can go outside. But my container cannot go outside.
1953 [16:52:33] *** Joins: mtn (~mtn@replaced-ip )
1954 [16:52:52] <thms> How do I get my lxc to be able to talk to outside ? I've ip_forward set to 1
1955 [16:53:57] *** Joins: shredo (598497c2@replaced-ip )
1956 [16:54:01] *** debhelper sets mode: +l 1243
1957 [16:55:17] *** Quits: Half-Word (~halfword@replaced-ip ) (Ping timeout: 252 seconds)
1958 [16:55:51] *** Quits: HerbY_NL2 (~HerbY_NL2@replaced-ip ) (Quit: Leaving)
1959 [16:56:36] <petn-randall> thms: you likely need the interface of your container and the physical interface to be on the same Ethernet bridge. If they don't belong to the same subnet, you'll have to set the proper NAT rules on the host.
1960 [16:57:02] *** Joins: ArminiusTux (~arminiust@replaced-ip )
1961 [16:57:38] <ArminiusTux> Hi, I need help switching between OpenGL drivers on a multiGPU system.
1962 [16:57:41] <shredo> hi! have any of you ever tryed to authenticate over LDAP with not necessarily posix accounts and give a custom shell to any LDAP authenticated users over ssh?
1963 [16:57:42] *** Joins: ben_roose (~roose@replaced-ip )
1964 [16:59:10] *** Quits: siraben (~user@replaced-ip ) (Remote host closed the connection)
1965 [16:59:36] *** Joins: siraben (~user@replaced-ip )
1966 [16:59:54] *** Quits: Mottengrotte (~Mottengro@replaced-ip ) (Quit: Mottengrotte)
1967 [17:00:44] *** Quits: oojacoboo (~oojacoboo@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1968 [17:01:26] *** Joins: blitzed (~blitzed@replaced-ip )
1969 [17:02:24] <thms> petn-randall, they belong to the same subnet and brctl show, show them on the same bridge
1970 [17:02:51] <thms> petn-randall, when you say ethernet bridge, you mean brtctl or osmething else ?
1971 [17:02:52] *** Quits: eliohann (~3liohann@replaced-ip ) (Quit: Leaving)
1972 [17:03:15] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 252 seconds)
1973 [17:03:32] *** Joins: bozza (~bozza@replaced-ip )
1974 [17:03:33] *** Quits: bozza (~bozza@replaced-ip ) (Changing host)
1975 [17:03:33] *** Joins: bozza (~bozza@replaced-ip )
1976 [17:03:51] *** Joins: combro2k (~combro2k@replaced-ip )
1977 [17:04:59] *** Quits: ChubaDuba (~ChubaDuba@replaced-ip ) (Quit: WeeChat 1.6)
1978 [17:05:04] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 240 seconds)
1979 [17:05:41] *** Quits: yogurt2ungue (~yogur2@replaced-ip ) (Quit: Saliendo)
1980 [17:06:12] *** Joins: timahvo1 (~rogue@replaced-ip )
1981 [17:06:13] *** Quits: Antares_ (~Antares@replaced-ip ) (Quit: Leaving)
1982 [17:07:18] *** Quits: combro2k (~combro2k@replaced-ip ) (Remote host closed the connection)
1983 [17:08:51] *** Joins: Cowclopssp (~Cowclops@replaced-ip )
1984 [17:09:16] *** Quits: Envil (~envil@replaced-ip ) (Remote host closed the connection)
1985 [17:09:46] *** Quits: drzacek (~drzacek@replaced-ip ) (Quit: Leaving)
1986 [17:10:32] *** Joins: yogurt2ungue (~yogur2@replaced-ip )
1987 [17:10:32] *** Joins: Envil (~envil@replaced-ip )
1988 [17:10:54] *** Joins: hele (~hele@replaced-ip )
1989 [17:12:34] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 240 seconds)
1990 [17:13:26] *** Joins: timahvo1 (~rogue@replaced-ip )
1991 [17:13:41] *** Joins: rgr (~user@replaced-ip )
1992 [17:15:07] *** Quits: Cowclopssp (~Cowclops@replaced-ip ) (Remote host closed the connection)
1993 [17:16:51] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
1994 [17:17:10] *** Joins: JohnML (~john1@replaced-ip )
1995 [17:19:08] *** Quits: silverballz (~hidden@replaced-ip ) (Remote host closed the connection)
1996 [17:19:09] *** Joins: ToBeCloud (uid51591@replaced-ip )
1997 [17:20:01] *** Joins: anzipex (~anzipex@replaced-ip )
1998 [17:20:37] <anzipex> How to install deb-package with default action of current version always "Y"?
1999 [17:20:56] *** Quits: dmk_ (~dankeast@replaced-ip ) (Ping timeout: 268 seconds)
2000 [17:21:16] *** Joins: s8548a_ (~s8548a@replaced-ip )
2001 [17:21:34] <themill> !confold
2002 [17:21:35] <dpkg> [confold] dpkg --force-confold will force dpkg to ignore any new versions of <conffiles> in packages, e.g. «apt-get -o DPkg::Options::="--force-confold" upgrade». Note that by ignoring changes to conffiles, you may miss out important changes and packages may be left in a non-working state afterwards.
2003 [17:21:37] *** Quits: lnslbrty (~NULL@replaced-ip ) (Read error: Connection reset by peer)
2004 [17:21:41] <themill> (if I understand your question)
2005 [17:21:51] <greycat> I think he wants the reverse, always use new.
2006 [17:21:56] <greycat> I could be wrong.
2007 [17:22:01] <themill> oh, possibly
2008 [17:22:42] *** Quits: os_ (~os_@replaced-ip ) (Ping timeout: 252 seconds)
2009 [17:23:37] *** Joins: combro2k (~combro2k@replaced-ip )
2010 [17:23:45] <themill> (and then there's ucf)
2011 [17:24:42] *** Quits: s8548a (~s8548a@replaced-ip ) (Ping timeout: 252 seconds)
2012 [17:25:30] *** Joins: os_ (~os_@replaced-ip )
2013 [17:25:32] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 252 seconds)
2014 [17:27:13] *** Joins: disfit (~disfit@replaced-ip )
2015 [17:27:22] *** Quits: _mel_ (~melvin@replaced-ip ) (Quit: Leaving)
2016 [17:28:05] <anzipex> greycat, yes i want to always use ne
2017 [17:28:10] <anzipex> *new
2018 [17:28:17] <themill> !confnew
2019 [17:28:18] <dpkg> [confnew] dpkg --force-confnew will force dpkg to overwrite any changes you have made to conffiles. You can also reinstall them using the following apt-get line: apt-get -o DPkg::Options::="--force-confnew" --reinstall install <packagename>; or using aptitude, aptitude -o DPkg::Options::="--force-confnew" reinstall <packagename>. See also <confmiss>.
2020 [17:29:00] *** Joins: bfit (~bfit@replaced-ip )
2021 [17:29:21] <themill> !man 1 dpkg
2022 [17:29:22] <dpkg> man 1 dpkg is probably at replaced-url
2023 [17:29:54] *** Joins: silverballz (~hidden@replaced-ip )
2024 [17:32:26] *** Quits: rgr (~user@replaced-ip ) (Remote host closed the connection)
2025 [17:32:59] *** Joins: efraschilla (~amp@replaced-ip )
2026 [17:33:09] *** Quits: os_ (~os_@replaced-ip ) (Read error: Connection reset by peer)
2027 [17:33:42] *** Quits: Haohmaru (~Haohmaru@replaced-ip ) ()
2028 [17:33:56] *** Quits: bites (~bites@replaced-ip ) (Ping timeout: 244 seconds)
2029 [17:34:53] <efraschilla> bcm4331 works in debian thank you all for this I was lost in obsd
2030 [17:34:57] *** Quits: efraschilla (~amp@replaced-ip ) (Quit: Time wasted on IRC: 11 minutes 29 seconds)
2031 [17:36:32] *** Quits: P1ersson_ (~P1ersson@replaced-ip ) (Ping timeout: 252 seconds)
2032 [17:36:55] *** Quits: n4dir (~user@replaced-ip ) (Remote host closed the connection)
2033 [17:37:00] *** Joins: _joes_ (~quassel@replaced-ip )
2034 [17:38:47] *** Quits: ilmostro (~ilmostro@replaced-ip ) (Quit: WeeChat 2.2)
2035 [17:38:53] *** Joins: JimmySteve (~JimmyStev@replaced-ip )
2036 [17:39:14] *** Quits: teclo- (42@replaced-ip ) (Quit: The universe is slowing down and will reach a complete stop)
2037 [17:39:21] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
2038 [17:39:35] <anzipex> Thanks
2039 [17:40:09] *** Quits: hele (~hele@replaced-ip ) (Quit: Konversation terminated!)
2040 [17:40:36] *** Joins: debsan (~debsan@replaced-ip )
2041 [17:40:36] *** Quits: debsan (~debsan@replaced-ip ) (Changing host)
2042 [17:40:37] *** Joins: debsan (~debsan@replaced-ip )
2043 [17:41:33] *** Joins: hele (~hele@replaced-ip )
2044 [17:41:49] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
2045 [17:42:33] *** Quits: _joes_ (~quassel@replaced-ip ) (Ping timeout: 245 seconds)
2046 [17:42:42] *** Joins: thiras (~thiras@replaced-ip )
2047 [17:42:53] *** Joins: os_ (~os_@replaced-ip )
2048 [17:44:17] *** Joins: tymczenko (~tymczenko@replaced-ip )
2049 [17:44:22] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 268 seconds)
2050 [17:44:31] *** Quits: encod3 (~encod3@replaced-ip ) (Remote host closed the connection)
2051 [17:45:27] *** Joins: teclo- (42@replaced-ip )
2052 [17:46:05] *** Quits: Vizva (~Vizva@replaced-ip ) (Ping timeout: 256 seconds)
2053 [17:46:18] *** Joins: puze (~puze@replaced-ip )
2054 [17:47:48] *** Quits: jken (~jarred@replaced-ip ) (Quit: Leaving)
2055 [17:49:17] *** Crypto is now known as Uberius
2056 [17:49:24] *** Quits: morfeokmg (~morfeokmg@replaced-ip ) (Ping timeout: 272 seconds)
2057 [17:49:35] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
2058 [17:50:00] *** Joins: GeeKoyo (~geekoyo@replaced-ip )
2059 [17:50:43] *** Joins: morfeokmg (~morfeokmg@replaced-ip )
2060 [17:50:55] *** Quits: Kevlar_Noir (~lexou@replaced-ip ) (Quit: Konversation terminated!)
2061 [17:51:28] *** Quits: chele (~chele@replaced-ip ) (Quit: Leaving)
2062 [17:52:02] *** Quits: buriz (~tud3@replaced-ip ) (Quit: WeeChat 1.4)
2063 [17:52:17] *** Joins: buriz (~tud3@replaced-ip )
2064 [17:54:01] *** debhelper sets mode: +l 1236
2065 [17:54:35] *** Quits: Uberius (~Uberius@replaced-ip ) (Ping timeout: 256 seconds)
2066 [17:56:02] *** Quits: Sigyn (sigyn@replaced-ip ) (Quit: People always have such a hard time believing that robots could do bad things.)
2067 [17:57:04] *** Quits: television (~alex@replaced-ip ) (Changing host)
2068 [17:57:04] *** Joins: television (~alex@replaced-ip )
2069 [17:57:42] *** Joins: outoftime (~androirc@replaced-ip )
2070 [17:57:53] *** Joins: Sigyn (sigyn@replaced-ip )
2071 [18:00:12] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
2072 [18:00:20] *** Joins: cdown (~cdown@replaced-ip )
2073 [18:00:22] *** Joins: v01t (~v01t@replaced-ip )
2074 [18:00:29] *** Joins: annadane (~annadane@replaced-ip )
2075 [18:02:02] *** Joins: dreamon_ (~dreamon@replaced-ip )
2076 [18:03:02] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
2077 [18:03:26] *** Quits: msimpson_ (~msimpson@replaced-ip ) (Quit: Leaving)
2078 [18:05:31] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
2079 [18:05:42] *** ravioli is now known as notravioli
2080 [18:05:48] *** notravioli is now known as ravioli
2081 [18:06:04] *** Quits: pry (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2082 [18:06:25] *** Joins: Kevlar_Noir (~lexou@replaced-ip )
2083 [18:08:09] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 252 seconds)
2084 [18:08:40] *** Joins: Darcidride (~Darcidrid@replaced-ip )
2085 [18:08:42] *** Quits: anzipex (~anzipex@replaced-ip ) (Ping timeout: 252 seconds)
2086 [18:09:01] *** Joins: Arimil (~Renari@replaced-ip )
2087 [18:09:02] *** Quits: Renari (~Renari@replaced-ip ) (Ping timeout: 268 seconds)
2088 [18:09:37] *** Quits: morphis_ (~morphis@replaced-ip ) (Remote host closed the connection)
2089 [18:09:47] *** Joins: morphis (~morphis@replaced-ip )
2090 [18:10:04] <outoftime> I have changed partions on HDD. I have changed grub.cfg via `grub-mkconfig` so it points to right partition. Looks like I have to run `grub-install` to change location inside `boot.img`. Never done this before, want to ensure that I understand things right. In order to set boot.img to /dev/sda I have to run "grub-install /dev/sda" if I want to load grub.cfg from /dev/sda5 I have to run "grub-install --boot-directory=/media/sda5 /dev/sda"
2091 [18:10:13] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Remote host closed the connection)
2092 [18:10:24] *** Quits: martian67 (~martian67@replaced-ip ) (Remote host closed the connection)
2093 [18:11:39] *** Quits: shredo (598497c2@replaced-ip ) (Ping timeout: 256 seconds)
2094 [18:11:42] *** Joins: martian67 (~martian67@replaced-ip )
2095 [18:12:43] *** Joins: pax (~Thunderbi@replaced-ip )
2096 [18:13:51] *** Quits: asterismo_l (~asterismo@replaced-ip ) (Ping timeout: 252 seconds)
2097 [18:15:22] *** Joins: nebunez (~nebunez@replaced-ip )
2098 [18:17:17] *** Quits: morfeokmg (~morfeokmg@replaced-ip ) (Ping timeout: 272 seconds)
2099 [18:17:26] *** Joins: hippy (~hipp@replaced-ip )
2100 [18:17:36] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
2101 [18:18:24] *** Joins: morfeokmg (~morfeokmg@replaced-ip )
2102 [18:18:54] *** Quits: czart (~czart@replaced-ip ) (Ping timeout: 268 seconds)
2103 [18:19:31] *** Quits: clemens3 (~clemens@replaced-ip ) (Ping timeout: 268 seconds)
2104 [18:20:01] *** Quits: hipp (~hipp@replaced-ip ) (Ping timeout: 260 seconds)
2105 [18:20:06] *** Joins: PinkBellyNagger (~PinkBelly@replaced-ip )
2106 [18:20:39] <jelly> outoftime: or mount your / filesystem someplace, mount /boot under that, bind-mount /proc and /sys (and I don't remember, maybe /dev as well) into the same place, chroot into the root filesystem and just run "grub-install /dev/sda" there
2107 [18:20:43] <petn-randall> thms: Yes, brctl. If that's the case, you'll have to check your firewall.
2108 [18:21:50] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Quit: Leaving)
2109 [18:25:32] *** Quits: bruce549 (~bruce549@replaced-ip ) (Quit: Leaving)
2110 [18:25:48] *** Joins: hyskaru (~hyskaru@replaced-ip )
2111 [18:25:51] *** Quits: magyar (~magyar@replaced-ip ) (Ping timeout: 260 seconds)
2112 [18:26:06] *** Joins: isutoshi (h6b9um3k1d@replaced-ip )
2113 [18:26:57] *** Joins: flipchan (~lofie@replaced-ip )
2114 [18:27:01] <flipchan> hey
2115 [18:27:05] <flipchan> where can i find the debian 8 package for mysql_ssl_rsa_setup ?
2116 [18:27:31] *** Joins: Orochimarufan (~taeyeon@replaced-ip )
2117 [18:28:25] *** Joins: lovepopsickle (~lovepopsi@replaced-ip )
2118 [18:28:26] <petn-randall> flipchan: replaced-url
2119 [18:29:04] <flipchan> "Sorry, your search gave no results"
2120 [18:29:10] <flipchan> its inside something else
2121 [18:29:34] <outoftime> jelly, so I understand things right?
2122 [18:29:39] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
2123 [18:29:54] *** Quits: neibo (~bingen@replaced-ip ) (Ping timeout: 264 seconds)
2124 [18:30:15] *** Joins: warai_otoko (~warai_oto@replaced-ip )
2125 [18:30:25] *** Joins: neibo (~bingen@replaced-ip )
2126 [18:30:28] *** Quits: isutoshi (h6b9um3k1d@replaced-ip ) (Ping timeout: 245 seconds)
2127 [18:30:38] <petn-randall> flipchan: It means that there's no package in all of debian 8 that contains that filename.
2128 [18:30:40] *** Joins: noodlepie (~Phillip@replaced-ip )
2129 [18:30:42] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Ping timeout: 252 seconds)
2130 [18:31:47] *** Joins: magyar (~magyar@replaced-ip )
2131 [18:31:52] *** Joins: orbiter (~orbiter@replaced-ip )
2132 [18:32:21] *** Quits: hyskaru (~hyskaru@replaced-ip ) (Ping timeout: 252 seconds)
2133 [18:32:22] *** Quits: ledeni (~ledeni@replaced-ip ) (Quit: ledeni)
2134 [18:32:42] *** Joins: hyskaru (~hyskaru@replaced-ip )
2135 [18:32:52] <annadane> maybe it got changed to something mariadb related... tracker might provide clues
2136 [18:32:57] *** Quits: vivid (~ViViD@replaced-ip ) (Quit: Leaving)
2137 [18:32:57] <jelly> outoftime: well... I don't really know if your thing works or not, but the chroot thing does.
2138 [18:33:04] *** Joins: ledeni (~ledeni@replaced-ip )
2139 [18:33:24] *** Joins: isutoshi (h6b9um3k1d@replaced-ip )
2140 [18:33:27] <greycat> annadane: jessie was still using mysql
2141 [18:34:18] <flipchan> cant seems to find
2142 [18:34:19] <flipchan> it
2143 [18:34:32] <flipchan> ppl say its in mysql-client
2144 [18:34:36] <flipchan> but nope
2145 [18:34:40] <outoftime> jelly, according to 'info grub-install' is have to work
2146 [18:35:04] <annadane> flipchan, maybe approach this problem from another direction: why do you need this package?
2147 [18:35:06] *** Quits: Arimil (~Renari@replaced-ip ) (Ping timeout: 252 seconds)
2148 [18:35:24] <annadane> state the problem you're trying to solve and we can try to propose solutions
2149 [18:35:29] *** Joins: Sam234556666 (~atlas@replaced-ip )
2150 [18:35:35] *** Quits: noodlepie (~Phillip@replaced-ip ) (Remote host closed the connection)
2151 [18:35:53] *** Joins: noodlepie (~Phillip@replaced-ip )
2152 [18:35:56] *** Quits: V-Vega- (~vvega@replaced-ip ) (Ping timeout: 252 seconds)
2153 [18:36:12] *** Quits: gryffus_ (~gryffus@replaced-ip ) (Ping timeout: 252 seconds)
2154 [18:36:26] *** Joins: Haudegen (~quassel@replaced-ip )
2155 [18:36:31] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
2156 [18:36:41] *** Joins: vivid (~ViViD@replaced-ip )
2157 [18:36:49] <petn-randall> flipchan: oldstable ships mysql 5.5, where this command didn't exist yet. However, it already sets up a snakeoil certificate by default, IIRC.
2158 [18:36:53] *** Quits: ledeni (~ledeni@replaced-ip ) (Client Quit)
2159 [18:37:29] *** Joins: ledeni (~ledeni@replaced-ip )
2160 [18:37:31] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
2161 [18:38:03] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
2162 [18:39:32] *** Quits: hyskaru (~hyskaru@replaced-ip ) (Quit: hyskaru)
2163 [18:40:56] *** Quits: pfoo (~pfood@replaced-ip ) (Remote host closed the connection)
2164 [18:41:44] *** Quits: Kevlar_Noir (~lexou@replaced-ip ) (Quit: Konversation terminated!)
2165 [18:42:00] *** Quits: outoftime (~androirc@replaced-ip ) (Read error: Connection reset by peer)
2166 [18:42:05] *** Joins: rgr (~user@replaced-ip )
2167 [18:42:34] *** Joins: lobata (~mint@replaced-ip )
2168 [18:43:08] *** Quits: GeeKoyo (~geekoyo@replaced-ip ) (Remote host closed the connection)
2169 [18:43:38] *** Joins: outoftime (~androirc@replaced-ip )
2170 [18:43:54] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 252 seconds)
2171 [18:44:41] *** Joins: Ericounet (~Eric@replaced-ip )
2172 [18:44:44] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 252 seconds)
2173 [18:44:49] *** Parts: Sam234556666 (~atlas@replaced-ip ) ()
2174 [18:45:14] *** Joins: DeafGoose (~DeafGoose@replaced-ip )
2175 [18:45:53] *** Quits: DeafGoose_ (~DeafGoose@replaced-ip ) (Read error: Connection reset by peer)
2176 [18:48:04] *** Joins: bites (~bites@replaced-ip )
2177 [18:48:56] *** Quits: buriz (~tud3@replaced-ip ) (Ping timeout: 272 seconds)
2178 [18:49:09] *** Joins: a_l_b (~a_l_b@replaced-ip )
2179 [18:49:27] *** Joins: RobinAnatoscope (~robs@replaced-ip )
2180 [18:50:08] *** Joins: l1nuxg33k (uid322116@replaced-ip )
2181 [18:50:57] *** Joins: czart (~czart@replaced-ip )
2182 [18:51:42] *** Joins: buriz (~tud3@replaced-ip )
2183 [18:52:12] *** Joins: Ricardo__ (~rick@replaced-ip )
2184 [18:52:40] *** Joins: vbutnaru (~vbutnaru@replaced-ip )
2185 [18:53:48] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 252 seconds)
2186 [18:54:01] *** debhelper sets mode: +l 1242
2187 [18:54:09] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
2188 [18:55:36] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 260 seconds)
2189 [18:56:29] *** Joins: pax (~Thunderbi@replaced-ip )
2190 [18:56:38] *** Quits: vbutnaru (~vbutnaru@replaced-ip ) (Remote host closed the connection)
2191 [18:59:03] *** Joins: ntd (~ntd@replaced-ip )
2192 [18:59:04] *** Joins: jarlaxl (~blt@replaced-ip )
2193 [18:59:23] *** Quits: outoftime (~androirc@replaced-ip##) (Quit: AndroIRC - Android IRC Client ( ##replaced-url
2194 [19:00:32] *** Joins: Renari (~Renari@replaced-ip )
2195 [19:01:02] *** Quits: pax (~Thunderbi@replaced-ip ) (Client Quit)
2196 [19:01:14] *** Quits: morphis (~morphis@replaced-ip ) (Ping timeout: 252 seconds)
2197 [19:01:27] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 268 seconds)
2198 [19:03:18] <tharkun> Good $DAY what would be my weapon of choice if I need to develop an android app on Debian?
2199 [19:03:56] *** Joins: jmicHk (~jmic@replaced-ip )
2200 [19:04:47] *** Joins: thiras (~thiras@replaced-ip )
2201 [19:07:28] *** Quits: chachasmooth_ (~chachasmo@replaced-ip ) (Ping timeout: 252 seconds)
2202 [19:07:33] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 252 seconds)
2203 [19:07:44] *** Quits: fmerges (~fmerges@replaced-ip ) (Quit: leaving)
2204 [19:07:52] *** Quits: oish (~charlie@replaced-ip ) (Remote host closed the connection)
2205 [19:08:39] *** Joins: Eightynine (058a58f8@replaced-ip )
2206 [19:08:41] *** Quits: jmicHk (~jmic@replaced-ip ) (Remote host closed the connection)
2207 [19:09:03] *** Quits: m0j0dj0dj0 (~punk3r@replaced-ip ) (Quit: go drink with my bitches!)
2208 [19:09:37] *** Joins: AimHere (~David@replaced-ip )
2209 [19:10:39] *** Joins: cdown (~cdown@replaced-ip )
2210 [19:11:27] *** Joins: jnavila (~jnavila@replaced-ip )
2211 [19:11:43] *** Joins: domovoy (~domovoy@replaced-ip )
2212 [19:12:51] *** Joins: pax (~Thunderbi@replaced-ip )
2213 [19:14:00] <petn-randall> tharkun: adb + Android Studio, I guess. replaced-url
2214 [19:14:09] *** Joins: pfoo (~pfood@replaced-ip )
2215 [19:14:09] *** Quits: pfoo (~pfood@replaced-ip ) (Changing host)
2216 [19:14:09] *** Joins: pfoo (~pfood@replaced-ip )
2217 [19:14:28] <tharkun> petn-randall: Will try it. Have you used it?
2218 [19:18:29] *** Joins: MACscr|lappy (~MACscr|la@replaced-ip )
2219 [19:18:32] *** Joins: Kevlar_Noir (~lexou@replaced-ip )
2220 [19:19:35] <tharkun> petn-randall: Thanks
2221 [19:20:24] <petn-randall> tharkun: I've only used adb before to do things on my phone. I haven't done any app development.
2222 [19:22:00] *** Quits: iderik (~weechat@replaced-ip ) (Quit: iderik)
2223 [19:23:29] <warai_otoko> any IDE recommendation for an old powerpc Debian Jessie box?
2224 [19:24:12] *** Joins: Sigynxq (~Sigyn@replaced-ip )
2225 [19:24:27] *** Joins: bubb1 (~Mutter@replaced-ip )
2226 [19:24:56] *** Quits: MACscr|lappy (~MACscr|la@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2227 [19:25:01] *** Joins: foo__ (5f69c628@replaced-ip )
2228 [19:25:10] <tharkun> petn-randall: Thanks I will install adb to begin with. My daughters phone broke and she doesn't remember the email asssociated to her phone so this might just get me the info I need on this case.
2229 [19:25:41] *** Quits: foo__ (5f69c628@replaced-ip ) (Client Quit)
2230 [19:25:59] *** Quits: flipchan (~lofie@replaced-ip ) (Ping timeout: 252 seconds)
2231 [19:26:05] <tharkun> warai_otoko: I believe eclipse worked on Jessie but take that at face value. I've been using vim + make as my weapon of choice for a long time now.
2232 [19:26:07] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 268 seconds)
2233 [19:26:10] *** Quits: Sigynxq (~Sigyn@replaced-ip ) (Read error: Connection reset by peer)
2234 [19:26:18] *** Joins: dadinn (~DADINN@replaced-ip )
2235 [19:27:31] *** Joins: faw (~faw@replaced-ip )
2236 [19:27:58] *** Quits: Renari (~Renari@replaced-ip ) (Ping timeout: 268 seconds)
2237 [19:28:16] *** Joins: oish (~charlie@replaced-ip )
2238 [19:28:19] *** Quits: bubb1 (~Mutter@replaced-ip ) (Client Quit)
2239 [19:28:38] *** Quits: spiritwalker_ (~spiritwal@replaced-ip ) (Remote host closed the connection)
2240 [19:28:40] *** Joins: Ilyas (uid43013@replaced-ip )
2241 [19:28:59] <petn-randall> tharkun: adb needs to be enabled on the phone, and it's not by default, so you might not get that far there, unfortunately. :(
2242 [19:30:04] *** Joins: Uberius (~Uberius@replaced-ip )
2243 [19:30:06] *** Quits: morfeokmg (~morfeokmg@replaced-ip ) (Ping timeout: 272 seconds)
2244 [19:31:26] *** Joins: morfeokmg (~morfeokmg@replaced-ip )
2245 [19:31:28] *** Joins: Phizzy (~Phillip@replaced-ip )
2246 [19:31:35] *** Joins: jfoy (~jfoy@replaced-ip )
2247 [19:31:58] *** Joins: ski (~ski@replaced-ip )
2248 [19:33:01] *** Joins: conta1 (~Thunderbi@replaced-ip )
2249 [19:33:24] <velix> Sorry for asking in here, but #lxcontainers is very idle. Hi there. My host is Debian stable. I want to run my containers on their own network and want to only allow some ports (80, 443) go out to the normal network. My intranet doesn't have a DHCP and I can't assign new IPs to it. Right now, the containers don't get an IP at all. Can I create a "host only" network for this and bridge it to my normal eth0? Is dnsmasq fine for this? I've set
2250 [19:33:24] <velix> up a bridge using this, it's up and running: replaced-url
2251 [19:33:27] *** Quits: Phizzy (~Phillip@replaced-ip ) (Remote host closed the connection)
2252 [19:33:50] *** Quits: inviz (~user@replaced-ip ) (Quit: Leaving)
2253 [19:33:53] *** Joins: Phizzy (~Phillip@replaced-ip )
2254 [19:33:56] *** Quits: jarlaxl (~blt@replaced-ip ) (Remote host closed the connection)
2255 [19:33:57] *** Quits: noodlepie (~Phillip@replaced-ip ) (Ping timeout: 252 seconds)
2256 [19:34:04] *** Joins: esro (~esro@replaced-ip )
2257 [19:34:33] *** Joins: endstille (~endstille@replaced-ip )
2258 [19:35:27] *** Quits: Phizzy (~Phillip@replaced-ip ) (Remote host closed the connection)
2259 [19:35:33] <petn-randall> velix: You can *either* use a bridge, which is ISO layer 2, but then you need to provide IP addresses on your intranet. *Or* you create a local subnet on your host, which your LXC containers are on, and then use NAT. In the latter case you can of course not access any containers from the intranet unless you set up port forwarding.
2260 [19:35:52] *** Joins: Phizzy (~Phillip@replaced-ip )
2261 [19:36:00] *** Joins: Guest4 (~textual@replaced-ip )
2262 [19:36:09] *** Quits: os_ (~os_@replaced-ip ) (Read error: Connection reset by peer)
2263 [19:36:15] *** Quits: Guest4 (~textual@replaced-ip ) (Client Quit)
2264 [19:36:21] *** Quits: Uberius (~Uberius@replaced-ip ) (Quit: Quit)
2265 [19:36:26] *** Quits: morfeokmg (~morfeokmg@replaced-ip ) (Ping timeout: 252 seconds)
2266 [19:36:33] <velix> petn-randall: Okay. I'm using the latter case. But right now, lxc-ls --fancy shows, the container doesn't have an IP :/
2267 [19:36:36] *** Quits: ski (~ski@replaced-ip ) (Ping timeout: 268 seconds)
2268 [19:36:50] *** Joins: jarlaxl (~blt@replaced-ip )
2269 [19:37:34] <petn-randall> velix: Well, you need to either set up a dhcp server local to the lxc network, or provide static IP addresses in the config of the lxc containers.
2270 [19:37:34] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
2271 [19:37:42] *** Quits: jpe (~jp@replaced-ip ) (Ping timeout: 272 seconds)
2272 [19:38:01] *** Joins: morfeokmg (~morfeokmg@replaced-ip )
2273 [19:38:05] *** Joins: n_1-c_k (~nick@replaced-ip )
2274 [19:39:10] <velix> petn-randall: Oh, so neither LXC nor dnsmasq has "fake" dhcp functionality?
2275 [19:39:38] *** Joins: ilmostro (~ilmostro@replaced-ip )
2276 [19:39:40] <velix> petn-randall: None of the tutorials says "you need to bring your own DHCPd" :(
2277 [19:39:45] <velix> s/says/say
2278 [19:40:03] <greycat> probably because everyone either already has one, or they assign addresses manually
2279 [19:40:10] *** Joins: deadz0 (~deadz0@replaced-ip )
2280 [19:40:34] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Quit: a_l_b)
2281 [19:40:48] *** Joins: Peyam (~Peyam@replaced-ip )
2282 [19:41:10] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
2283 [19:41:43] <velix> I see.
2284 [19:42:42] *** Joins: Renari (~Renari@replaced-ip )
2285 [19:42:58] <velix> I'll try it and thank you later ;)
2286 [19:43:21] *** Joins: diogenes_ (~diogenes_@replaced-ip )
2287 [19:43:46] *** Joins: krabador (~krabador@replaced-ip )
2288 [19:44:57] *** Joins: P1ersson_ (~P1ersson@replaced-ip )
2289 [19:47:32] *** Joins: jim (~jim@replaced-ip )
2290 [19:49:46] <petn-randall> velix: "fake" dhcp? dnsmasq ships the real deal.
2291 [19:50:20] <velix> petn-randall: Is it like a DHCP?
2292 [19:50:59] <petn-randall> velix: dnsmasq *is* a DHCP server, if that's your question.
2293 [19:51:08] <velix> ahhhhhhhhhhhhhhhhhhhh
2294 [19:51:17] <velix> dnsmsq_feat_dhcp
2295 [19:51:41] <petn-randall> But you know that already from reading the package description.
2296 [19:51:43] <velix> t3- in #lxcontainers linked me to an Ubuntu howto. Perhapps this helps.
2297 [19:51:50] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 252 seconds)
2298 [19:53:20] *** Joins: chachasmooth (~chachasmo@replaced-ip )
2299 [19:53:26] *** Joins: terminalator (terminalat@replaced-ip )
2300 [19:53:59] *** Joins: Andocromn (~quassel@replaced-ip )
2301 [19:54:02] *** debhelper sets mode: +l 1251
2302 [19:54:29] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 268 seconds)
2303 [19:54:58] *** Joins: cdown (~cdown@replaced-ip )
2304 [19:55:19] *** Quits: Kevlar_Noir (~lexou@replaced-ip ) (Quit: Konversation terminated!)
2305 [19:56:10] *** Joins: KusuhValBara (~Kusuh@replaced-ip )
2306 [19:56:37] *** Joins: Gazooo (~Gazooo@replaced-ip )
2307 [19:56:47] *** Quits: tvm (~tvm@replaced-ip ) (Read error: Connection reset by peer)
2308 [19:57:08] *** Joins: austin987 (~null@replaced-ip )
2309 [19:59:50] *** Joins: Nokaji (~Nokaji@replaced-ip )
2310 [20:00:03] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: ☮ out)
2311 [20:00:08] *** Quits: jfoy (~jfoy@replaced-ip ) (Remote host closed the connection)
2312 [20:00:11] *** Joins: gigetoo (~gigetoo@replaced-ip )
2313 [20:00:51] *** Joins: jfoy (~jfoy@replaced-ip )
2314 [20:01:30] *** Joins: Sabotender (~Sabotende@replaced-ip )
2315 [20:01:46] *** Quits: terminalator (terminalat@replaced-ip ) (Ping timeout: 272 seconds)
2316 [20:02:48] *** Joins: terminalator (~terminala@replaced-ip )
2317 [20:04:26] *** Quits: s8548a_ (~s8548a@replaced-ip ) (Read error: Connection reset by peer)
2318 [20:05:34] *** Joins: a_l_b (~a_l_b@replaced-ip )
2319 [20:06:54] *** Joins: NikkySM (~Nikky@replaced-ip )
2320 [20:07:06] *** Joins: killian99 (~killian99@replaced-ip )
2321 [20:07:26] *** Quits: NikkySM (~Nikky@replaced-ip ) (Killed (Sigyn (Spam is off topic on freenode.)))
2322 [20:08:04] <velix> Oh dear. I might understand, why people are using Docker :/
2323 [20:09:45] *** Joins: amcorreia (~amcorreia@replaced-ip )
2324 [20:09:57] *** Quits: Phizzy (~Phillip@replaced-ip ) (Remote host closed the connection)
2325 [20:11:39] *** Joins: Night-Shade (~TimF@replaced-ip )
2326 [20:11:45] *** Quits: jmarsac (~jmarsac@replaced-ip ) (Ping timeout: 268 seconds)
2327 [20:12:26] <greycat> Well, it's no different from deploying a new server. In order for clients to reach it, it has to be addressable. You can either assign an address by hand, or have DHCP do it.
2328 [20:13:00] <velix> Yeah, since dnsmsaq seems to be a DHCP server, it simply doesn't want to get an IP from it :)
2329 [20:15:13] *** Joins: jimm (~jim@replaced-ip )
2330 [20:17:13] *** Quits: Eightynine (058a58f8@replaced-ip ) (Remote host closed the connection)
2331 [20:18:14] *** Joins: llucenic (~Thunderbi@replaced-ip )
2332 [20:18:35] *** Joins: spiritwalker_ (~spiritwal@replaced-ip )
2333 [20:18:48] *** Quits: _ADN_ (~username@replaced-ip ) (Ping timeout: 245 seconds)
2334 [20:19:13] *** Joins: morusn (~morusn@replaced-ip )
2335 [20:19:14] *** Joins: NullTerminator (~NullTermi@replaced-ip )
2336 [20:19:29] *** Quits: ntd (~ntd@replaced-ip ) (Quit: ntd)
2337 [20:20:59] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 252 seconds)
2338 [20:21:34] *** Quits: jfoy (~jfoy@replaced-ip ) (Read error: Connection reset by peer)
2339 [20:21:48] *** Joins: jfoy_ (~jfoy@replaced-ip )
2340 [20:21:59] *** Joins: hle_ (4650ac08@replaced-ip )
2341 [20:22:02] *** Joins: everdred (~everdred@replaced-ip )
2342 [20:22:05] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 252 seconds)
2343 [20:22:06] *** Parts: hle_ (4650ac08@replaced-ip ) ()
2344 [20:23:45] *** Joins: endrelO (~endre@replaced-ip )
2345 [20:23:54] *** Quits: Penguin (~xwQ5kwYl6@replaced-ip ) (Ping timeout: 252 seconds)
2346 [20:24:12] <everdred> Hi all. I'm running Testing on my desktop and I just let apt remove consolekit and libpam-ck-connector in order to allow systemd to upgrade. Was this a bad decision?
2347 [20:24:35] <greycat> !debian-next
2348 [20:24:35] <dpkg> #debian-next is the channel for testing/unstable support on the OFTC network (irc.oftc.net), *not* on freenode. If you get "Cannot join #debian-next (Channel is invite only)." it means you did not read it's on irc.oftc.net.
2349 [20:25:04] *** Joins: Penguin (~xwQ5kwYl6@replaced-ip )
2350 [20:25:52] <everdred> greycat: thank you for the heads-up. I will try there.
2351 [20:26:19] *** Quits: endrelO (~endre@replaced-ip ) (Remote host closed the connection)
2352 [20:26:26] *** Joins: wgas (~wgas@replaced-ip )
2353 [20:27:05] *** Quits: sauvin (sauvin@replaced-ip ) (Read error: Connection reset by peer)
2354 [20:28:50] *** Joins: n4dir (~user@replaced-ip )
2355 [20:29:02] *** Joins: deznuts (uid92154@replaced-ip )
2356 [20:29:39] <velix> Interesting. When setting the IP manually, it works and I can ping it.
2357 [20:29:49] <velix> petn-randall: Are you sure, dnsmasq has DHCP functionality?
2358 [20:30:07] *** Quits: terminalator (~terminala@replaced-ip ) (Ping timeout: 244 seconds)
2359 [20:30:28] *** Quits: creat (~creat@replaced-ip##) (Quit: ZNC - ##replaced-url
2360 [20:30:45] *** Joins: creat (~creat@replaced-ip )
2361 [20:30:57] *** Joins: PoaB (~Thunderbi@replaced-ip )
2362 [20:31:26] <velix> petn-randall: Yes, it has.
2363 [20:32:39] *** Quits: HelloShitty (~meehh@replaced-ip##) (Quit: ZNC 1.6.5+deb1+deb9u1 - ##replaced-url
2364 [20:32:45] *** Joins: oojacoboo (~oojacoboo@replaced-ip )
2365 [20:33:01] *** Joins: arcanezwv (~arcanez@replaced-ip )
2366 [20:34:01] *** Quits: arcanezwv (~arcanez@replaced-ip ) (Killed (Sigyn (Spam is off topic on freenode.)))
2367 [20:34:01] *** debhelper sets mode: +l 1259
2368 [20:34:11] *** Quits: sparklyballs (~bouncy@replaced-ip ) (Ping timeout: 252 seconds)
2369 [20:34:35] *** Joins: gigetoo (~gigetoo@replaced-ip )
2370 [20:34:52] *** Joins: sparklyballs (~bouncy@replaced-ip )
2371 [20:35:40] <tw> it definite has dhcp capability, but you might have to set which interfaces it response on.
2372 [20:36:06] *** Quits: Peyam (~Peyam@replaced-ip ) (Ping timeout: 252 seconds)
2373 [20:36:11] *** Quits: NullTerminator (~NullTermi@replaced-ip ) (Remote host closed the connection)
2374 [20:36:51] *** Joins: terminalator (terminalat@replaced-ip )
2375 [20:38:32] *** Joins: dear_amomynous_ (~dear_amom@replaced-ip )
2376 [20:38:38] <velix> I think, I'll start from scratch. Perhaps somewhere any script has set a config file...
2377 [20:39:27] *** Quits: dear_amomynous_ (~dear_amom@replaced-ip ) (Client Quit)
2378 [20:40:12] *** Quits: Aebian (~Aebian@replaced-ip ) (Quit: leaving)
2379 [20:40:35] *** Joins: Aebian (~Aebian@replaced-ip )
2380 [20:41:20] *** Joins: Subutai (~Subutai@replaced-ip )
2381 [20:41:20] *** Quits: smidlers (~smyers@replaced-ip ) (Ping timeout: 250 seconds)
2382 [20:41:58] *** Joins: walnut_burl (~oak@replaced-ip )
2383 [20:42:35] *** Quits: Trieste (~T@replaced-ip ) (Ping timeout: 268 seconds)
2384 [20:43:06] *** Quits: Subutai (~Subutai@replaced-ip ) (Client Quit)
2385 [20:43:36] *** Joins: daz (~daz@replaced-ip )
2386 [20:43:59] <velix> tw: you seem to be right. dhcpdump -i lxcbr0 doesn't give anything.
2387 [20:44:00] *** daz is now known as Guest29549
2388 [20:44:06] *** Joins: HelloShitty (~meehh@replaced-ip )
2389 [20:44:16] *** Joins: Trieste (~T@replaced-ip )
2390 [20:44:54] *** Joins: scream (~scream@replaced-ip )
2391 [20:45:00] *** Joins: joft (~joft@replaced-ip )
2392 [20:45:01] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Quit: leaving)
2393 [20:45:36] *** Quits: Guest29549 (~daz@replaced-ip ) (Client Quit)
2394 [20:45:42] *** Joins: navlys (~smuxi@replaced-ip )
2395 [20:45:57] *** Joins: theface (~98e77142@replaced-ip )
2396 [20:45:59] *** Joins: dreamon_ (~dreamon@replaced-ip )
2397 [20:46:16] <velix> This guy does the same thing as I do, but I don't see any IPs on lxc-ls: replaced-url
2398 [20:46:28] *** Parts: theface (~98e77142@replaced-ip ) ()
2399 [20:47:13] *** Quits: oojacoboo (~oojacoboo@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2400 [20:48:45] *** Quits: Trieste (~T@replaced-ip ) (Ping timeout: 252 seconds)
2401 [20:49:48] *** Joins: smidlers (~smyers@replaced-ip )
2402 [20:52:20] *** Quits: czart (~czart@replaced-ip ) (Ping timeout: 244 seconds)
2403 [20:52:53] *** Quits: sparklyballs (~bouncy@replaced-ip ) (Ping timeout: 252 seconds)
2404 [20:53:02] *** Joins: sparklyballs (~bouncy@replaced-ip )
2405 [20:55:06] *** Quits: morusn (~morusn@replaced-ip##) (Quit: ZNC 1.6.5+deb1+deb9u1 - ##replaced-url
2406 [20:55:09] *** Joins: Nekojimi (~jimj316@replaced-ip )
2407 [20:55:12] *** Joins: samael_ (~Mutter@replaced-ip )
2408 [20:56:01] *** Joins: lmctl|^^ (~kl@replaced-ip )
2409 [20:56:51] <velix> Could this be a bug in a script?
2410 [20:57:08] *** Joins: _ADN_ (~username@replaced-ip )
2411 [20:58:39] *** Quits: winem_ (~quassel@replaced-ip ) (Ping timeout: 252 seconds)
2412 [20:58:43] *** Joins: Trieste (~T@replaced-ip )
2413 [20:58:53] <velix> Wait what?? Sorry, this is not normal. replaced-url
2414 [20:59:15] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
2415 [20:59:42] *** Quits: grobi1 (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
2416 [20:59:54] *** Joins: jaeger-x (~Max@replaced-ip )
2417 [21:00:01] *** Joins: noodlepie (~Phillip@replaced-ip )
2418 [21:00:18] *** Joins: grobi (~rtng@replaced-ip )
2419 [21:01:09] *** Quits: noodlepie (~Phillip@replaced-ip ) (Max SendQ exceeded)
2420 [21:01:39] *** Joins: noodlepie (~Phillip@replaced-ip )
2421 [21:01:41] *** Quits: KusuhValBara (~Kusuh@replaced-ip ) (Ping timeout: 252 seconds)
2422 [21:02:11] *** Joins: morusn (~morusn@replaced-ip )
2423 [21:02:30] *** Joins: slv (~slv@replaced-ip )
2424 [21:02:32] *** Quits: noodlepie (~Phillip@replaced-ip ) (Max SendQ exceeded)
2425 [21:03:00] *** Joins: noodlepie (~Phillip@replaced-ip )
2426 [21:04:01] *** debhelper sets mode: +l 1267
2427 [21:04:22] *** Joins: P1ersson1 (~P1ersson@replaced-ip )
2428 [21:04:26] <velix> MAN! You'll never guess ...
2429 [21:04:42] *** Quits: babs (~babs@replaced-ip ) (Ping timeout: 252 seconds)
2430 [21:04:51] <velix> syslog has shown me that two new mac addresses have got an IP.
2431 [21:04:51] *** Joins: ]3n19m4[ (~]3n19m4@replaced-ip )
2432 [21:05:01] <velix> I can ping both.... so lxc-ls iy buggy.
2433 [21:05:08] *** Quits: morusn (~morusn@replaced-ip ) (Client Quit)
2434 [21:05:47] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Ping timeout: 252 seconds)
2435 [21:05:59] *** Joins: solarnetone (~scott@replaced-ip )
2436 [21:07:26] *** Joins: morusn (~morusn@replaced-ip )
2437 [21:07:44] *** Joins: a_l_b (~a_l_b@replaced-ip )
2438 [21:09:58] *** Joins: vjacob (~vjacob@replaced-ip )
2439 [21:09:59] *** Joins: vjacob_ (~vjacob@replaced-ip )
2440 [21:10:07] *** Quits: aliasnumber10 (~aliasnumb@replaced-ip ) (Quit: Leaving)
2441 [21:10:09] *** Joins: lnslbrty (~NULL@replaced-ip )
2442 [21:10:21] *** Quits: ]3n19m4[ (~]3n19m4@replaced-ip ) (Quit: leaving)
2443 [21:10:22] <domovoy> hi, i can't get sending mails working. I installed bsd-mailx, dpkg-reconfigure exim4-config, chose "smarthost; no local mail", "submission.mymailserver.org::587" for smarthost, put "submission.mymailserver.org:login:password" in /etc/exim4/passwd.client. when i 'mailx -d myaddress@mymailserver.org' nothing seems to happen, i don't have any error in /var/log/exim4/mainlog, and _nothing_, _nothing at all_ in /var/log/mail.* on submission.mymailserver.org
2444 [21:10:22] <domovoy> (which is configured whith postfix and works well). I just the daemons on this host to be able to send me reports.
2445 [21:10:34] *** Quits: slv (~slv@replaced-ip ) (Quit: Leaving)
2446 [21:12:40] *** Quits: vjacob_ (~vjacob@replaced-ip ) (Client Quit)
2447 [21:13:31] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Quit: a_l_b)
2448 [21:15:10] *** Quits: morusn (~morusn@replaced-ip ) (Remote host closed the connection)
2449 [21:15:21] *** Joins: a_l_b (~a_l_b@replaced-ip )
2450 [21:15:37] <nyov> domovoy: update-alternatives --list mailx
2451 [21:15:40] <nyov> what does that say?
2452 [21:16:03] <domovoy> nyov> /usr/bin/bsd-mailx
2453 [21:16:03] *** Joins: morusn (~morusn@replaced-ip )
2454 [21:16:25] *** Joins: babs (~babs@replaced-ip )
2455 [21:16:33] <nyov> okay, so it's the right binary
2456 [21:16:34] *** Quits: puze (~puze@replaced-ip ) (Read error: Connection reset by peer)
2457 [21:17:29] <nyov> I don't know exim
2458 [21:17:47] *** Joins: puze (~puze@replaced-ip )
2459 [21:17:57] *** Joins: zleap (~zleap@replaced-ip )
2460 [21:18:06] <nyov> never worked right, so i switched to postfix early :) glad that it became the default in debian
2461 [21:20:03] *** Quits: terminalator (terminalat@replaced-ip ) (Quit: terminalator)
2462 [21:20:20] *** Joins: NullTerminator (~NullTermi@replaced-ip )
2463 [21:20:30] <domovoy> nyov> ho, is postfix the default now? any good resource on how to set it up so that daemon mails are sent to foobar@mymailserver.org?
2464 [21:20:45] <greycat> exim4 is still the default
2465 [21:21:36] <nyov> greycat: no, really? postfix is default mailer in debian? I'm living in a parallel universe...
2466 [21:22:09] <nyov> is *not* default>? sorry, that is confusing
2467 [21:22:28] *** Quits: conta1 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2468 [21:23:04] *** Quits: HelloShitty (~meehh@replaced-ip##) (Quit: ZNC 1.6.5+deb1+deb9u1 - ##replaced-url
2469 [21:23:10] *** Joins: Uberius (~Uberius@replaced-ip )
2470 [21:23:39] <greycat> bsd-mailx depends on "default-mta | mail-transport-agent", and default-mta is a virtual package provided by exim4-daemon-light
2471 [21:24:20] *** Quits: samael_ (~Mutter@replaced-ip##) (Quit: Mutter: ##replaced-url
2472 [21:24:24] <jelly> nyov: not only is postfix not default, it never was
2473 [21:25:04] *** Quits: walnut_burl (~oak@replaced-ip ) (Quit: leaving)
2474 [21:25:09] <nyov> and here I was so certain. Man, talk about mandela effect
2475 [21:25:11] *** Joins: HelloShitty (~meehh@replaced-ip )
2476 [21:25:17] *** Joins: nix64bit (~Thunderbi@replaced-ip )
2477 [21:25:28] *** Joins: vandman (~vandman@replaced-ip )
2478 [21:25:43] *** Joins: samael_ (~Mutter@replaced-ip )
2479 [21:25:51] *** Quits: vandman (~vandman@replaced-ip ) (Client Quit)
2480 [21:25:58] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Read error: Connection reset by peer)
2481 [21:26:16] <jelly> I'd say you were coming from a background with more ubuntu experience than debian if you thought so, it is one of their saner defaults
2482 [21:27:09] <nyov> No no, I thought it was around potato where I suddenly didn't have to wrangle out exim after an install. but obviously I'm wrong
2483 [21:27:15] *** Joins: amcorreia (~amcorreia@replaced-ip )
2484 [21:27:27] <greycat> exim has been the default for a *really* long time
2485 [21:27:45] <greycat> since before exim4 had a 4 in it, at least
2486 [21:28:00] <nyov> I suppose the installer got more sane and allowed me to choose postfix, instead
2487 [21:28:11] <jelly> it did not
2488 [21:28:11] <greycat> not the standard installer
2489 [21:28:33] <nyov> now you're pulling my leg...
2490 [21:28:34] <greycat> you are of course free to install postfix yourself, and many people do
2491 [21:29:01] <jelly> however, the base system does not come with ANY mta since... what, lenny? squeeze?
2492 [21:29:16] *** Quits: polman (~ananevtem@replaced-ip ) (Read error: Connection reset by peer)
2493 [21:29:57] *** Joins: polman (~ananevtem@replaced-ip )
2494 [21:30:50] <greycat> package cron has "Recommends: exim4 | postfix | mail-transport-agent" as far back as Debian 5, which is the farthest back I can easily check right now
2495 [21:31:35] <jelly> base doesn't come with cron either, but that's what often pulls in a MTA nuless tools are told to ignore Recommends
2496 [21:31:46] <greycat> O_o
2497 [21:31:58] *** Quits: samael_ (~Mutter@replaced-ip##) (Quit: Mutter: ##replaced-url
2498 [21:32:17] <greycat> It's got "Priority: important"
2499 [21:32:37] <jelly> so you get it if you choose the standard task.
2500 [21:33:00] <jelly> ain't nobody got time fo' that
2501 [21:33:43] <domovoy> well... maybe postfix _should_ be the default. i purged exim4, installed postfix, answer 2 questions, and guess what: it works
2502 [21:33:56] <nyov> :)
2503 [21:34:21] <jelly> it asks for like 4-5 questions by default, where are you getting your package from
2504 [21:34:22] *** Joins: houselYF (~housel@replaced-ip )
2505 [21:34:42] *** Quits: polman (~ananevtem@replaced-ip ) (Ping timeout: 264 seconds)
2506 [21:35:08] <domovoy> jelly> maybe the ones i haven't seen come from when i configured exim
2507 [21:35:20] <jelly> mailname would, yes
2508 [21:36:25] *** Joins: nibble_zero (~nibble_ze@replaced-ip )
2509 [21:36:56] *** Quits: nibble_zero (~nibble_ze@replaced-ip ) (Max SendQ exceeded)
2510 [21:37:25] *** Joins: nibble_zero (~nibble_ze@replaced-ip )
2511 [21:37:47] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Quit: schu-r)
2512 [21:38:12] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Quit: nix64bit)
2513 [21:38:38] *** Joins: christianpovedaw (~christian@replaced-ip )
2514 [21:39:02] *** Joins: Eightynine (058a58f8@replaced-ip )
2515 [21:39:12] *** Joins: polman (~ananevtem@replaced-ip )
2516 [21:39:29] *** Quits: l1nuxg33k (uid322116@replaced-ip ) (Quit: Connection closed for inactivity)
2517 [21:39:42] *** Quits: houselYF (~housel@replaced-ip ) (Remote host closed the connection)
2518 [21:40:12] *** Joins: mspe (~mspe@replaced-ip )
2519 [21:40:18] *** Joins: dj_KG7QEO (~dj@replaced-ip )
2520 [21:40:21] *** Quits: Ericounet (~Eric@replaced-ip ) (Ping timeout: 252 seconds)
2521 [21:40:42] *** Quits: rgr (~user@replaced-ip ) (Remote host closed the connection)
2522 [21:41:08] <Eightynine> I'm using MATE and I don't have Synaptic in menu although it's install. How to fix that?
2523 [21:41:29] *** Quits: christianpovedaw (~christian@replaced-ip ) (Remote host closed the connection)
2524 [21:42:40] *** Joins: asterismo_l (~asterismo@replaced-ip )
2525 [21:43:19] *** Joins: rgr (~user@replaced-ip )
2526 [21:44:33] *** Quits: esro (~esro@replaced-ip ) (Quit: Leaving)
2527 [21:45:09] *** Joins: twobitsp1ite (~isaac@replaced-ip )
2528 [21:46:53] *** Joins: nix64bit (~Thunderbi@replaced-ip )
2529 [21:47:06] *** Quits: dj_KG7QEO (~dj@replaced-ip ) (Read error: Connection reset by peer)
2530 [21:48:09] *** Quits: twobitsprite (~isaac@replaced-ip ) (Ping timeout: 252 seconds)
2531 [21:48:26] *** Quits: Sleepy63 (~Sleepy63@replaced-ip ) (Ping timeout: 252 seconds)
2532 [21:48:36] *** Joins: dj_KG7QEO (~dj@replaced-ip )
2533 [21:49:31] *** Quits: jaeger-x (~Max@replaced-ip ) (Quit: Leaving)
2534 [21:50:13] <n4dir> Eightynine: the web says you can do it graphical for Mate (right click on Applications, then Edit Menus). I haven't used a menu in ages, but recall something like "update-menus" (should happen if you install a new app automatically, iirc) and (even more misty) working with appname.desktop ( .desktop being the important thing), perhaps i copied them to ~/.local/share. - I for one wouldn't bother but start it via command prompt.
2535 [21:52:18] <Eightynine> n4dir Do you use MATE?
2536 [21:52:38] <n4dir> nope.
2537 [21:52:45] *** Quits: brokencycle (~brokencyc@replaced-ip ) (Quit: WeeChat 1.6)
2538 [21:53:06] *** Joins: brokencycle (~brokencyc@replaced-ip )
2539 [21:53:39] <n4dir> I seem to recall you asked the same yesterday, and no answer. Else i wouldn't have said anything (you got some searchterms for the web, the rest is too vague ).
2540 [21:53:56] <Eightynine> n4dir So what do you use and why not MATE? Just wondering.
2541 [21:54:30] <Eightynine> Sorry, I forgot I asked this before.
2542 [21:54:55] *** Quits: silverballz (~hidden@replaced-ip ) (Quit: One for all, all for One (2 Corinthians 5))
2543 [21:55:04] <greycat> There are a plethora of desktop environments and window managers, and everyone's got their own unique preferences.
2544 [21:55:16] *** Quits: buriz (~tud3@replaced-ip ) (Quit: WeeChat 1.4)
2545 [21:56:06] <n4dir> Puh. I don't care much for the graphical WM or DE used. I don't do enough (i only start 2 or 3 apps. A webbrowser, a IRC client, a terminal and sometimes a mail-client). I could use Mate too, i guess it would do what i want. I start those by the command-prompt, and each app gets it's own desktop. So to me the WM DE doesn't matter, as all seem to offer that. clear as mud now, i hope.
2546 [21:56:42] <greycat> With that sort of setup, it wouldn't make sense to use a desktop environment.
2547 [21:56:57] <greycat> It would just be a lot of bloat that you never use.
2548 [21:57:05] <n4dir> yup. I pretty much stick to WM's for a few years now.
2549 [21:57:33] *** Joins: V-Vega- (~vvega@replaced-ip )
2550 [21:57:43] *** Katnip is now known as slither
2551 [21:57:56] *** slither is now known as Katnip
2552 [21:58:25] *** Katnip is now known as tongue
2553 [21:58:39] *** Joins: towo` (~towo@replaced-ip )
2554 [21:58:48] *** tongue is now known as Katnip
2555 [21:58:54] *** Quits: ableto (~cryptum@replaced-ip ) (Remote host closed the connection)
2556 [21:59:40] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Ping timeout: 268 seconds)
2557 [22:01:15] *** Quits: discovered (~discovere@replaced-ip ) (Quit: Leaving)
2558 [22:01:34] *** Quits: P1ersson1 (~P1ersson@replaced-ip ) (Ping timeout: 244 seconds)
2559 [22:02:16] *** Quits: rgr (~user@replaced-ip ) (Remote host closed the connection)
2560 [22:02:17] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Quit: nix64bit)
2561 [22:07:06] *** Ayo is now known as Guest98557
2562 [22:07:06] *** Quits: Guest98557 (~quassel@replaced-ip ) (Killed (wilhelm.freenode.net (Nickname regained by services)))
2563 [22:07:12] *** Joins: Ayo (~quassel@replaced-ip )
2564 [22:08:57] *** Quits: puze (~puze@replaced-ip ) (Ping timeout: 252 seconds)
2565 [22:09:53] *** Quits: Emmanuel_Chanel (~Emmanuel_@replaced-ip ) (Ping timeout: 252 seconds)
2566 [22:10:03] *** Joins: KusuhValBara (~Kusuh@replaced-ip )
2567 [22:10:04] *** Quits: KusuhValBara (~Kusuh@replaced-ip ) (Remote host closed the connection)
2568 [22:10:17] *** Quits: ilmostro (~ilmostro@replaced-ip ) (Quit: WeeChat 2.2)
2569 [22:10:48] *** Joins: CaptainN (zelda@replaced-ip )
2570 [22:11:23] *** Joins: mik__ (~mik@replaced-ip )
2571 [22:11:24] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Read error: Connection reset by peer)
2572 [22:11:58] *** Joins: amcorreia (~amcorreia@replaced-ip )
2573 [22:12:03] *** Joins: ilmostro (~ilmostro@replaced-ip )
2574 [22:12:25] *** Quits: thiras (~thiras@replaced-ip ) (Quit: Leaving)
2575 [22:13:11] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
2576 [22:13:20] *** Joins: silverballz (~hidden@replaced-ip )
2577 [22:13:36] *** Parts: Eightynine (058a58f8@replaced-ip ) ()
2578 [22:13:47] *** Quits: killian99 (~killian99@replaced-ip ) (Quit: Quitte)
2579 [22:14:01] *** debhelper sets mode: +l 1259
2580 [22:14:04] *** Joins: ntd (~ntd@replaced-ip )
2581 [22:14:20] *** Joins: soggywontonssj (~soggywont@replaced-ip )
2582 [22:14:48] *** Quits: mik__ (~mik@replaced-ip ) (Client Quit)
2583 [22:15:23] *** Quits: \\Mr_C\\ (mrc@replaced-ip ) (Ping timeout: 252 seconds)
2584 [22:15:41] *** Quits: yogurt2ungue (~yogur2@replaced-ip ) (Quit: Saliendo)
2585 [22:17:04] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
2586 [22:18:01] *** Quits: GrimKriegor (~GrimKrieg@replaced-ip ) (Read error: Connection reset by peer)
2587 [22:18:36] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 260 seconds)
2588 [22:18:36] *** Quits: soggywontonssj (~soggywont@replaced-ip ) (K-Lined)
2589 [22:18:53] *** Quits: Snowdrift (~Snowdrift@replaced-ip ) (Read error: Connection reset by peer)
2590 [22:21:09] *** Quits: Epakai (~epakai@replaced-ip ) (Ping timeout: 252 seconds)
2591 [22:21:12] *** Joins: grobi (~rtng@replaced-ip )
2592 [22:21:50] <velix> root
2593 [22:21:51] <velix> 4j5ighu93j
2594 [22:21:57] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Read error: Connection reset by peer)
2595 [22:22:14] <Roedy> I have just updated my freebsd to 11.4 and now my Debian servers cant connect to it via NFS. I receive an IO error replaced-url
2596 [22:22:16] *** Quits: polo51 (~polo51@replaced-ip ) (Quit: Leaving)
2597 [22:22:23] *** Joins: greatgatsby (~greatgats@replaced-ip )
2598 [22:22:23] <greycat> velix: time to change that password
2599 [22:22:33] <velix> greycat: ;)
2600 [22:22:38] <velix> 4j5ighu93j1
2601 [22:22:44] <annadane> all we saw were stars.
2602 [22:22:48] <annadane> (kidding. change it.)
2603 [22:22:51] *** Quits: CyberHacker (~CyberHack@replaced-ip ) (Remote host closed the connection)
2604 [22:22:54] <velix> annadane: [x] done
2605 [22:22:55] *** Joins: Hunterkll (~Hunterkll@replaced-ip )
2606 [22:22:56] *** Quits: lead_pipe23 (~Lead@replaced-ip ) (Ping timeout: 252 seconds)
2607 [22:22:56] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Remote host closed the connection)
2608 [22:22:58] *** Joins: CyberHacker_ (~CyberHack@replaced-ip )
2609 [22:23:10] *** Joins: zero_her0 (~zer@replaced-ip )
2610 [22:23:11] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
2611 [22:23:13] <zleap> hello
2612 [22:23:14] *** Quits: zer0_her0 (~zer@replaced-ip ) (Read error: Connection reset by peer)
2613 [22:23:30] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
2614 [22:23:33] *** Quits: Essadon (~Essadon@replaced-ip ) (Quit: Qutting)
2615 [22:23:51] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
2616 [22:23:54] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
2617 [22:24:01] *** debhelper sets mode: +l 1248
2618 [22:24:05] *** Joins: comatekeke (~comatekek@replaced-ip )
2619 [22:24:17] *** Joins: grobi (~rtng@replaced-ip )
2620 [22:25:22] *** Joins: Ceber (~cerberus@replaced-ip )
2621 [22:25:39] *** Joins: rgr (~user@replaced-ip )
2622 [22:26:53] *** Joins: GrimKriegor (~GrimKrieg@replaced-ip )
2623 [22:27:25] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Ping timeout: 268 seconds)
2624 [22:27:53] *** Quits: ntd (~ntd@replaced-ip ) (Quit: ntd)
2625 [22:28:08] *** Joins: lead_pipe23 (~Lead@replaced-ip )
2626 [22:30:23] *** Joins: DrWatson (~DrWatson_@replaced-ip )
2627 [22:30:43] *** Quits: Hooloovo0 (Hooloovoo@replaced-ip ) (Write error: Connection reset by peer)
2628 [22:31:43] *** Quits: greycat (~wooledg@replaced-ip ) (Quit: They see me clawin' the love seat / They won't do nothin' 'cause I'm cute and furry)
2629 [22:39:10] <Roedy> I have just updated my freebsd to 11.4 and now my Debian servers cant connect to it via NFS. I receive an IO error replaced-url
2630 [22:40:45] *** Joins: Haudegen (~quassel@replaced-ip )
2631 [22:40:57] *** Quits: noodlepie (~Phillip@replaced-ip ) (Remote host closed the connection)
2632 [22:41:32] *** Joins: noodlepie (~Phillip@replaced-ip )
2633 [22:41:37] *** Quits: endstille (~endstille@replaced-ip ) (Quit: I'll be back.)
2634 [22:42:52] *** Joins: czesmir_ (~stefan@replaced-ip )
2635 [22:42:57] *** Quits: noodlepie (~Phillip@replaced-ip ) (Remote host closed the connection)
2636 [22:44:48] *** Quits: towo^work (~towo@replaced-ip ) (Ping timeout: 252 seconds)
2637 [22:44:52] *** Joins: valeech (~valeech@replaced-ip )
2638 [22:44:52] *** Quits: valeech (~valeech@replaced-ip ) (Client Quit)
2639 [22:45:52] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
2640 [22:46:06] *** Quits: czesmir (~stefan@replaced-ip ) (Ping timeout: 252 seconds)
2641 [22:48:50] *** Joins: JohnML (~john1@replaced-ip )
2642 [22:49:36] *** Quits: Uberius (~Uberius@replaced-ip ) (Quit: Quit)
2643 [22:49:39] *** Joins: terminalator (terminalat@replaced-ip )
2644 [22:50:05] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
2645 [22:50:09] *** Joins: skel (~skel@replaced-ip )
2646 [22:50:35] *** Quits: skel (~skel@replaced-ip ) (Client Quit)
2647 [22:52:18] *** Joins: outoftime (~androirc@replaced-ip )
2648 [22:53:30] <mason> Roedy: Do you mean 10.4?
2649 [22:53:59] *** Joins: ca1ek (~Thunderbi@replaced-ip )
2650 [22:54:08] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
2651 [22:54:32] <Roedy> mason: sorry i meant from 10.4 to 11.2
2652 [22:55:02] <outoftime> Can I split existing root "/" partition using live usb? I can no see gpated when booting from liveusb
2653 [22:55:12] *** Joins: bzed (~bzed@replaced-ip )
2654 [22:55:59] <outoftime> Also I have internet connection
2655 [22:56:00] <mason> Roedy: 11.2 is willing to use NFSv4, so "man exports" on the FreeBSD box and maybe try allowing NFSv4 explicitly.
2656 [22:56:21] <outoftime> *have no
2657 [22:57:37] *** Joins: El_Komnerie (~nnscript@replaced-ip )
2658 [22:58:34] *** Quits: rgr (~user@replaced-ip ) (Quit: ERC (IRC client for Emacs 25.2.2))
2659 [22:58:53] <Roedy> mason: Alright. Ill try to do that.
2660 [23:00:28] <Roedy> mason: The strange thing is that older versions of freebsd is still working agains the 11.2. Its just my debian servers that dont. I even update one from jessie to stretch to see if that helped
2661 [23:00:54] <mason> Roedy: I assume the older FreeBSD is only trying NFSv3.
2662 [23:01:03] *** Quits: domovoy (~domovoy@replaced-ip ) (Read error: Connection reset by peer)
2663 [23:01:04] <mason> Roedy: O
2664 [23:01:18] <mason> Roedy: I* am just guessing with all this, but it seems worth trying.
2665 [23:01:43] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 245 seconds)
2666 [23:01:50] <Roedy> mason: maybe, but If i ask debian to use v3, I get the same error. - I'll try your suggestion anyway
2667 [23:02:02] *** Quits: scream (~scream@replaced-ip ) (Remote host closed the connection)
2668 [23:02:41] *** Quits: zero_her0 (~zer@replaced-ip ) (Ping timeout: 252 seconds)
2669 [23:02:50] *** Quits: comatekeke (~comatekek@replaced-ip ) (Remote host closed the connection)
2670 [23:03:22] *** Joins: comatekeke (~comatekek@replaced-ip )
2671 [23:05:46] <mason> Roedy: FWIW, rc.conf from an 11.2 box here: replaced-url
2672 [23:05:56] *** Joins: Hoolootwo (Hooloovoo@replaced-ip )
2673 [23:06:00] *** Quits: nibble_zero (~nibble_ze@replaced-ip ) (Quit: nibble_zero)
2674 [23:06:23] <mason> I just fought through a couple minutes of captchas to read the pastebin, and I see that you were on v3 already. I'd make sure all the parts are running on the NFS server, as a next step.
2675 [23:06:40] <mason> (bpaste.net and others that don't require javascript are friendlier services)
2676 [23:06:55] <Roedy> ahh
2677 [23:07:32] *** Quits: sorko999 (~sorko999@replaced-ip ) (Quit: Leaving.)
2678 [23:07:43] *** Joins: wrs (~wrs@replaced-ip )
2679 [23:08:05] *** Quits: jnavila (~jnavila@replaced-ip ) (Remote host closed the connection)
2680 [23:08:33] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Read error: Connection reset by peer)
2681 [23:08:43] *** Quits: comatekeke (~comatekek@replaced-ip ) (Remote host closed the connection)
2682 [23:08:47] *** Joins: clemens3 (~clemens@replaced-ip )
2683 [23:09:00] *** Joins: comatekeke (~comatekek@replaced-ip )
2684 [23:09:19] <mason> bbiab in any event - also check #freebsd, as the change is clearly on that side
2685 [23:09:28] *** Quits: Raed (~Raed@replaced-ip ) (Quit: WeeChat 2.2)
2686 [23:10:35] <Roedy> I already did. Sadly no one seems to have an idea :( - So I took a wild shot and asked here.
2687 [23:11:28] *** Joins: Peyam (~Peyam@replaced-ip )
2688 [23:14:20] *** Joins: kisser (null@replaced-ip )
2689 [23:14:20] *** Quits: kisser (null@replaced-ip ) (Changing host)
2690 [23:14:20] *** Joins: kisser (null@replaced-ip )
2691 [23:16:02] *** Joins: thiras (~thiras@replaced-ip )
2692 [23:16:16] *** Quits: ben_roose (~roose@replaced-ip ) (Remote host closed the connection)
2693 [23:16:36] <outoftime> !paste
2694 [23:16:37] <dpkg> Do not paste more than 2 lines to this channel. Instead, use for text: replaced-url
2695 [23:17:30] *** Quits: outoftime (~androirc@replaced-ip ) (Remote host closed the connection)
2696 [23:17:51] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
2697 [23:18:22] *** Quits: neibo (~bingen@replaced-ip ) (Ping timeout: 246 seconds)
2698 [23:18:29] *** Quits: comatekeke (~comatekek@replaced-ip ) (Read error: Connection reset by peer)
2699 [23:18:40] *** Joins: outoftime (~androirc@replaced-ip )
2700 [23:18:50] *** Joins: comatekeke (~comatekek@replaced-ip )
2701 [23:18:59] <outoftime> !paste
2702 [23:19:00] <dpkg> Do not paste more than 2 lines to this channel. Instead, use for text: replaced-url
2703 [23:19:28] *** Joins: neibo (~bingen@replaced-ip )
2704 [23:19:35] *** Quits: JimmySteve (~JimmyStev@replaced-ip ) (Remote host closed the connection)
2705 [23:19:51] *** Joins: Ekchuan_ (~RandyMars@replaced-ip )
2706 [23:19:58] *** Joins: Nefertari (~Nefertiti@replaced-ip )
2707 [23:20:03] *** Joins: JimmySteve (~JimmyStev@replaced-ip )
2708 [23:20:32] *** Joins: breitenj- (~breitenj@replaced-ip )
2709 [23:20:35] *** Joins: n-st- (~n-st@replaced-ip )
2710 [23:21:19] *** Quits: breitenj (~breitenj@replaced-ip ) (Read error: Connection reset by peer)
2711 [23:21:21] *** Quits: n-st (~n-st@replaced-ip ) (Read error: Connection reset by peer)
2712 [23:21:23] *** Quits: Ekchuan (~RandyMars@replaced-ip ) (Ping timeout: 252 seconds)
2713 [23:21:29] *** Quits: Neo_Chen (~Neo_Chen@replaced-ip ) (Quit: 神奇,永無æ¢å¢ƒçš„神奇)
2714 [23:21:47] *** Joins: minot (~kus@replaced-ip )
2715 [23:22:11] *** Quits: hele (~hele@replaced-ip ) (Ping timeout: 260 seconds)
2716 [23:22:17] *** Hoolootwo is now known as Hooloovo0
2717 [23:22:19] *** n-st- is now known as n-st
2718 [23:23:18] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (Ping timeout: 252 seconds)
2719 [23:23:58] *** Joins: Nefertiti (~Nefertiti@replaced-ip )
2720 [23:24:41] *** Quits: Nefertari (~Nefertiti@replaced-ip ) (Ping timeout: 252 seconds)
2721 [23:26:00] <outoftime> I like to use replaced-url
2722 [23:26:15] *** Quits: ArminiusTux (~arminiust@replaced-ip ) (Remote host closed the connection)
2723 [23:26:17] *** Joins: bapophis__ (~belethapo@replaced-ip )
2724 [23:27:09] *** Joins: jmarsac (~jmarsac@replaced-ip )
2725 [23:27:26] *** Joins: oojacoboo (~oojacoboo@replaced-ip )
2726 [23:28:39] *** Joins: mtn (~mtn@replaced-ip )
2727 [23:28:49] *** Joins: confusedlinuxuse (~confused@replaced-ip )
2728 [23:28:53] *** Quits: runlevel7 (~runlevel7@replaced-ip ) (Ping timeout: 244 seconds)
2729 [23:29:39] *** Quits: comatekeke (~comatekek@replaced-ip ) (Read error: Connection reset by peer)
2730 [23:29:53] *** Joins: Raed (~Raed@replaced-ip )
2731 [23:29:57] *** Joins: comatekeke (~comatekek@replaced-ip )
2732 [23:30:10] *** Quits: ca1ek (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2733 [23:30:14] *** Joins: domovoy (~domovoy@replaced-ip )
2734 [23:30:17] <confusedlinuxuse> hello
2735 [23:30:29] *** Quits: domovoy (~domovoy@replaced-ip ) (Client Quit)
2736 [23:31:26] <annadane> cutoffnamelinuxuse
2737 [23:31:37] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Remote host closed the connection)
2738 [23:32:19] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
2739 [23:32:28] *** Joins: secretmessage (~secretmes@replaced-ip )
2740 [23:33:04] *** Joins: lidl (~lidl@replaced-ip )
2741 [23:34:03] *** Joins: xcm (~xcm@replaced-ip )
2742 [23:34:49] *** Joins: shabius (~shabius@replaced-ip )
2743 [23:35:38] *** Quits: lidl (~lidl@replaced-ip ) (K-Lined)
2744 [23:35:57] *** Quits: peterrooney (~peter@replaced-ip ) (Ping timeout: 252 seconds)
2745 [23:36:14] *** Quits: comatekeke (~comatekek@replaced-ip ) (Ping timeout: 252 seconds)
2746 [23:37:20] *** Quits: bapophis__ (~belethapo@replaced-ip ) (Ping timeout: 252 seconds)
2747 [23:37:27] <confusedlinuxuse> i have a question about brute force, im testing a script that attacks using a password list, and changes ip using tor, itt is pretty slow, my question is, what are ways to speed up the process of brute force attack or is it impossible ? im using a small file 60mb and has 14344391 passwords . there are files out there over 60 gb, i cant even imagine how many passwords that shit has, anybody ever tried running a succesful brute force and how
2748 [23:37:27] <confusedlinuxuse> long did it take you
2749 [23:38:56] *** Quits: oojacoboo (~oojacoboo@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2750 [23:40:39] *** Joins: sphenxes (~sphenxes@replaced-ip )
2751 [23:42:08] *** Quits: sphenxes (~sphenxes@replaced-ip ) (Client Quit)
2752 [23:42:13] *** Joins: l1nuxg33k (uid322116@replaced-ip )
2753 [23:43:32] *** Quits: navlys (~smuxi@replaced-ip ) (Remote host closed the connection)
2754 [23:43:52] *** Quits: jmarsac (~jmarsac@replaced-ip ) (Ping timeout: 244 seconds)
2755 [23:43:56] *** Quits: twobitsp1ite (~isaac@replaced-ip ) (Ping timeout: 252 seconds)
2756 [23:44:02] *** debhelper sets mode: +l 1242
2757 [23:45:02] *** Quits: mnemonic (~semeion@replaced-ip ) (Quit: WeeChat 2.2)
2758 [23:45:33] *** Joins: pyex (~pyex@replaced-ip )
2759 [23:45:42] <annadane> let me guess, you're on kali or parrot and not debian
2760 [23:46:10] <annadane> also that's not a debian question anyway
2761 [23:46:14] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Read error: Connection reset by peer)
2762 [23:46:22] *** Quits: silverballz (~hidden@replaced-ip ) (Quit: One for all, all for One (2 Corinthians 5))
2763 [23:46:43] *** Quits: hanasaki (~hanasaki@replaced-ip ) (Remote host closed the connection)
2764 [23:46:55] *** Joins: niftylettuce (uid2733@replaced-ip )
2765 [23:47:07] *** Quits: pyex (~pyex@replaced-ip ) (Quit: Leaving)
2766 [23:47:19] *** Joins: amcorreia (~amcorreia@replaced-ip )
2767 [23:47:46] *** Quits: outoftime (~androirc@replaced-ip ) (Ping timeout: 246 seconds)
2768 [23:48:05] <confusedlinuxuse> kali is debian based
2769 [23:48:31] <confusedlinuxuse> but ur right , the question doesnt seem to belong to any channel
2770 [23:48:33] *** Quits: n4dir (~user@replaced-ip ) (Remote host closed the connection)
2771 [23:48:54] <annadane> !based on debian
2772 [23:48:54] <dpkg> Your distribution may be based on and have software in common with Debian, but it is not Debian. We don't and cannot know what changes were made by your distribution (compare replaced-url
2773 [23:49:29] *** Joins: silverballz (~hidden@replaced-ip )
2774 [23:50:02] <confusedlinuxuse> yeah, the question is really just a general discussion subject, not a technical one
2775 [23:50:41] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Quit: Leaving)
2776 [23:50:55] *** Joins: hanasaki (~hanasaki@replaced-ip )
2777 [23:51:11] *** Quits: PoaB (~Thunderbi@replaced-ip ) (Quit: PoaB)
2778 [23:53:08] <digdilem> confusedlinuxuse, ##security might have some answers to that
2779 [23:53:23] *** Joins: yonder (~yonder@replaced-ip )
2780 [23:53:55] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
2781 [23:54:17] *** Joins: grobi (~rtng@replaced-ip )
2782 [23:56:01] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
2783 [23:56:19] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
2784 [23:56:46] *** Joins: Pat (Pat@replaced-ip )
2785 [23:57:06] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
2786 [23:57:11] *** Joins: aliasnumber10 (~levi-slac@replaced-ip )
2787 [23:57:25] *** Joins: xcm (~xcm@replaced-ip )
2788 [23:57:30] *** Joins: grobi (~rtng@replaced-ip )
2789 [23:57:52] *** Parts: Pat (Pat@replaced-ip ) ()
2790 [23:59:01] *** Joins: Zugan (Pat@replaced-ip )
2791 [23:59:07] *** Joins: Elleander (~Elleander@replaced-ip )
2792 [23:59:39] *** Quits: joft (~joft@replaced-ip ) (Quit: Leaving.)
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be